~/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.yTlNCSLkXy + 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.yTlNCSLkXy/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=true + MANILA_ENABLED=true + SWIFT_REPLICATED=false + TLSE_ENABLED=true + CLOUD_DOMAIN=ooo.test + OCTAVIA_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.yTlNCSLkXy/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.yTlNCSLkXy + J2_VARS_FILE=/tmp/tmp.yTlNCSLkXy/tmp.oPBC4wa6CN.yaml + cat + jinja2_render standalone/network_data.j2 /tmp/tmp.yTlNCSLkXy/tmp.oPBC4wa6CN.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/network_data.j2 + j2_vars_file=/tmp/tmp.yTlNCSLkXy/tmp.oPBC4wa6CN.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.yTlNCSLkXy/tmp.oPBC4wa6CN.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.yTlNCSLkXy/tmp.oPBC4wa6CN.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/deployed_network.j2 + j2_vars_file=/tmp/tmp.yTlNCSLkXy/tmp.oPBC4wa6CN.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.yTlNCSLkXy/tmp.oPBC4wa6CN.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.yTlNCSLkXy/tmp.oPBC4wa6CN.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/net_config.j2 + j2_vars_file=/tmp/tmp.yTlNCSLkXy/tmp.oPBC4wa6CN.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.yTlNCSLkXy/tmp.oPBC4wa6CN.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.yTlNCSLkXy/tmp.oPBC4wa6CN.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/role.j2 + j2_vars_file=/tmp/tmp.yTlNCSLkXy/tmp.oPBC4wa6CN.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.yTlNCSLkXy/tmp.oPBC4wa6CN.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.yTlNCSLkXy/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.yTlNCSLkXy/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.yTlNCSLkXy/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.yTlNCSLkXy/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.yTlNCSLkXy/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 6.1 MB/s | 2.5 MB 00:00 Package podman-2:4.4.1-22.el9_2.1.x86_64 is already installed. Package util-linux-2.37.4-10.el9.x86_64 is already installed. Dependencies resolved. ======================================================================================================================================== Package Arch Version Repository Size ======================================================================================================================================== Installing: cephadm noarch 2:18.2.1-361.el9cp rhceph-7-tools-for-rhel-9-x86_64-rpms 354 k lvm2 x86_64 9:2.03.17-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 1.5 M python3-tripleoclient noarch 16.5.1-17.1.20250523121326.f3599d0.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 553 k Upgrading: device-mapper x86_64 9:1.02.187-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 142 k device-mapper-libs x86_64 9:1.02.187-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 176 k libblkid x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 109 k libfdisk x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 156 k libmount x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 136 k libsmartcols x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 65 k libuuid x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 30 k util-linux x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 2.3 M util-linux-core x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 464 k Installing dependencies: ansible-collection-ansible-netcommon noarch 2.2.0-1.2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 181 k ansible-collection-ansible-posix noarch 1.2.0-1.3.el9ost 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.20250527161411.e5b18f2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 52 k openstack-tripleo-common-containers noarch 15.4.1-17.1.20250527161411.e5b18f2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 78 k openstack-tripleo-heat-templates noarch 14.3.1-17.1.20250704160749.e7c7ce3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 617 k openstack-tripleo-validations noarch 14.3.2-17.1.20250120160809.2b526f8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 204 k os-apply-config noarch 13.1.1-17.1.20231020001757.3c7f9b9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 54 k os-collect-config noarch 13.1.1-17.1.20231020001748.76173d8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 50 k os-refresh-config noarch 13.1.1-17.1.20231020000854.812905b.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k perl-AutoLoader noarch 5.74-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 23 k perl-B x86_64 1.80-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 185 k perl-Carp noarch 1.50-460.el9 rhel-9-for-x86_64-appstream-eus-rpms 31 k perl-Class-Struct noarch 0.66-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 24 k perl-Data-Dumper x86_64 2.174-462.el9 rhel-9-for-x86_64-appstream-eus-rpms 59 k perl-Digest noarch 1.19-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 29 k perl-Digest-MD5 x86_64 2.58-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 39 k perl-Encode x86_64 4:3.08-462.el9 rhel-9-for-x86_64-appstream-eus-rpms 1.7 M perl-Errno x86_64 1.30-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 17 k perl-Exporter noarch 5.74-461.el9 rhel-9-for-x86_64-appstream-eus-rpms 34 k perl-Fcntl x86_64 1.13-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 23 k perl-File-Basename noarch 2.85-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 19 k perl-File-Path noarch 2.18-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 38 k perl-File-Temp noarch 1:0.231.100-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 63 k perl-File-stat noarch 1.09-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 19 k perl-FileHandle noarch 2.03-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 17 k perl-Getopt-Long noarch 1:2.52-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 64 k perl-Getopt-Std noarch 1.12-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 17 k perl-HTTP-Tiny noarch 0.076-461.el9_2 rhel-9-for-x86_64-appstream-eus-rpms 57 k perl-IO x86_64 1.43-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 94 k perl-IO-Socket-IP noarch 0.41-5.el9 rhel-9-for-x86_64-appstream-eus-rpms 45 k perl-IO-Socket-SSL noarch 2.073-1.el9 rhel-9-for-x86_64-appstream-eus-rpms 223 k perl-IPC-Open3 noarch 1.21-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 25 k perl-MIME-Base64 x86_64 3.16-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 34 k perl-Mozilla-CA noarch 20200520-6.el9 rhel-9-for-x86_64-appstream-eus-rpms 14 k perl-Net-SSLeay x86_64 1.92-2.el9 rhel-9-for-x86_64-appstream-eus-rpms 392 k perl-POSIX x86_64 1.94-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 99 k perl-PathTools x86_64 3.78-461.el9 rhel-9-for-x86_64-appstream-eus-rpms 92 k perl-Pod-Escapes noarch 1:1.07-460.el9 rhel-9-for-x86_64-appstream-eus-rpms 22 k perl-Pod-Perldoc noarch 3.28.01-461.el9 rhel-9-for-x86_64-appstream-eus-rpms 92 k perl-Pod-Simple noarch 1:3.42-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 229 k perl-Pod-Usage noarch 4:2.01-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 43 k perl-Scalar-List-Utils x86_64 4:1.56-461.el9 rhel-9-for-x86_64-appstream-eus-rpms 77 k perl-SelectSaver noarch 1.02-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 13 k perl-Socket x86_64 4:2.031-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 58 k perl-Storable x86_64 1:3.21-460.el9 rhel-9-for-x86_64-appstream-eus-rpms 98 k perl-Symbol noarch 1.08-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 16 k perl-Term-ANSIColor noarch 5.01-461.el9 rhel-9-for-x86_64-appstream-eus-rpms 51 k perl-Term-Cap noarch 1.17-460.el9 rhel-9-for-x86_64-appstream-eus-rpms 24 k perl-Text-ParseWords noarch 3.30-460.el9 rhel-9-for-x86_64-appstream-eus-rpms 18 k perl-Text-Tabs+Wrap noarch 2013.0523-460.el9 rhel-9-for-x86_64-appstream-eus-rpms 25 k perl-Time-Local noarch 2:1.300-7.el9 rhel-9-for-x86_64-appstream-eus-rpms 37 k perl-URI noarch 5.09-3.el9 rhel-9-for-x86_64-appstream-eus-rpms 125 k perl-base noarch 2.27-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 18 k perl-constant noarch 1.33-461.el9 rhel-9-for-x86_64-appstream-eus-rpms 25 k perl-if noarch 0.60.800-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 16 k perl-interpreter x86_64 4:5.32.1-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 75 k perl-libnet noarch 3.13-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 134 k perl-libs x86_64 4:5.32.1-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 2.2 M perl-mro x86_64 1.23-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 31 k perl-overload noarch 1.31-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 47 k perl-overloading noarch 0.02-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 15 k perl-parent noarch 1:0.238-460.el9 rhel-9-for-x86_64-appstream-eus-rpms 16 k perl-podlators noarch 1:4.14-460.el9 rhel-9-for-x86_64-appstream-eus-rpms 118 k perl-subs noarch 1.03-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 13 k perl-vars noarch 1.05-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 15 k pkgconf x86_64 1.7.3-10.el9 rhel-9-for-x86_64-baseos-rpms 45 k pkgconf-m4 noarch 1.7.3-10.el9 rhel-9-for-x86_64-baseos-rpms 16 k pkgconf-pkg-config x86_64 1.7.3-10.el9 rhel-9-for-x86_64-baseos-rpms 12 k puppet noarch 7.10.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 11 k puppet-aodh noarch 18.4.2-17.1.20230620151218.3e47b5a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 62 k puppet-apache noarch 6.5.2-17.1.20230621001106.e4a1532.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 259 k puppet-archive noarch 4.6.1-17.1.20230620181607.bc7e4ff.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 44 k puppet-auditd noarch 2.2.1-17.1.20230620192453.189b22b.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 28 k puppet-barbican noarch 18.4.2-17.1.20250625204151.af6c77b.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 57 k puppet-ceilometer noarch 18.4.3-17.1.20230927010818.3838907.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 70 k puppet-certmonger noarch 2.7.1-17.1.20230620184730.3e2e660.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 26 k puppet-cinder noarch 18.5.2-17.1.20230621054224.6aa60e7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 120 k puppet-collectd noarch 13.0.1-17.1.20230620193147.ad138a7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 135 k puppet-concat noarch 6.2.1-17.1.20230620181556.dfeabb9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 41 k puppet-corosync noarch 8.0.1-17.1.20230621104908.6a9da9a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 68 k puppet-designate noarch 18.6.1-17.1.20230621061456.f4c0b89.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 69 k puppet-dns noarch 8.2.1-17.1.20230621002045.70f5b28.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 36 k puppet-etcd noarch 1.12.3-17.1.20230620193226.e143c2d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 25 k puppet-fdio noarch 18.2-1.20220727113954.6fd1c8e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 25 k puppet-firewall noarch 3.4.1-17.1.20230621022040.94f707c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 77 k puppet-git noarch 0.5.0-17.1.20230620193928.4e4498e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 23 k puppet-glance noarch 18.6.1-17.1.20250220151014.81b081d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 87 k puppet-gnocchi noarch 18.4.3-17.1.20230621061020.7584b94.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 58 k puppet-haproxy noarch 4.2.2-17.1.20230620193950.a797b8c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 52 k puppet-headless noarch 7.10.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.4 M puppet-heat noarch 18.4.1-17.1.20230621111632.3b41bb0.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 70 k puppet-horizon noarch 18.6.1-17.1.20230621075748.8074e69.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 63 k puppet-inifile noarch 4.2.1-17.1.20230620180624.df46d2a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 42 k puppet-ipaclient noarch 2.5.2-17.1.20230620194626.b086731.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 17 k puppet-ironic noarch 18.7.1-17.1.20240305210817.edf93f9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 121 k puppet-keepalived noarch 0.0.2-17.1.20230620194716.bbca37a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k puppet-keystone noarch 18.6.1-17.1.20250425111017.cb0adcb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 127 k puppet-kmod noarch 2.5.0-17.1.20230620190646.52e31e3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k puppet-manila noarch 18.5.2-17.1.20231102190827.a72a7d5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 81 k puppet-memcached noarch 6.0.0-17.1.20230620184630.4c70dbd.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 23 k puppet-module-data noarch 0.5.1-17.1.20230620195419.28dafce.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 13 k puppet-mysql noarch 10.6.1-17.1.20230621022141.937d044.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 99 k puppet-neutron noarch 18.6.1-17.1.20230621053056.c9d467f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 196 k puppet-nova noarch 18.6.1-17.1.20230621090443.a21eae4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 200 k puppet-nssdb noarch 1.0.2-17.1.20230620185645.2ed2a2d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 12 k puppet-octavia noarch 18.5.1-17.1.20230621062420.842492c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 76 k puppet-openstack_extras noarch 18.5.1-17.1.20230621042409.504e1a0.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 48 k puppet-openstacklib noarch 18.5.2-17.1.20230621052822.64d8ac6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 62 k puppet-oslo noarch 18.5.1-17.1.20230621052358.fe2a147.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 48 k puppet-ovn noarch 18.6.1-17.1.20240925094907.7805f7e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k puppet-pacemaker noarch 1.5.1-17.1.20250214161010.f10ce89.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 158 k puppet-placement noarch 5.4.3-17.1.20230621061610.e7557a5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 41 k puppet-qdr noarch 7.4.1-17.1.20230620195605.8a575de.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 31 k puppet-rabbitmq noarch 11.0.1-17.1.20230620182519.63fee2c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 266 k puppet-redis noarch 6.1.1-17.1.20230620191704.547105e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 51 k puppet-remote noarch 10.0.0-17.1.20230620192417.7420908.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k puppet-rsync noarch 1.1.4-17.1.20230621002829.ea6397e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 28 k puppet-rsyslog noarch 4.0.1-17.1.20230620200132.2548a0d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 58 k puppet-snmp noarch 3.9.1-17.1.20230620200411.5d73485.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 34 k puppet-ssh noarch 6.2.1-17.1.20230620190251.6e0f430.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k puppet-stdlib noarch 6.3.1-17.1.20230621000857.7c1ae25.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 160 k puppet-swift noarch 18.6.1-17.1.20230621052139.f105ffc.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 115 k puppet-sysctl noarch 0.0.13-17.1.20230620183456.847ec1c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k puppet-systemd noarch 2.12.1-17.1.20230620191611.8f68b0d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 42 k puppet-tripleo noarch 14.2.3-17.1.20250320101351.40278e1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 239 k puppet-vcsrepo noarch 3.1.1-17.1.20230620183456.a36ee18.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 50 k puppet-vswitch noarch 14.4.3-17.1.20230621043558.51e82ca.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 41 k puppet-xinetd noarch 3.3.1-17.1.20230620185435.8d460c4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 26 k python-openstackclient-lang noarch 5.5.2-17.1.20250616100909.42d9b6e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 58 k python-oslo-cache-lang noarch 2.7.1-17.1.20230621012756.d0252f6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 19 k python-oslo-db-lang noarch 8.5.2-17.1.20240820150750.26fd6fb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k python-oslo-log-lang noarch 4.4.0-17.1.20230620205407.9b29c90.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k python-oslo-middleware-lang noarch 4.2.1-17.1.20230621011225.b40ca5f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 13 k python-oslo-policy-lang noarch 3.7.1-17.1.20230621003949.639b471.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k python-oslo-versionedobjects-lang noarch 2.4.1-17.1.20230621010423.89ff171.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k python-pycadf-common noarch 3.1.1-17.1.20230620210757.4179996.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 15 k python3-GitPython noarch 3.1.14-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 238 k python3-PyMySQL noarch 0.10.1-6.el9 rhel-9-for-x86_64-appstream-eus-rpms 112 k python3-alembic noarch 1.7.5-3.el9 rhel-9-for-x86_64-appstream-eus-rpms 900 k python3-amqp noarch 5.0.6-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 92 k python3-ansible-runner noarch 2.0.0a1-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 122 k python3-aodhclient noarch 2.2.0-17.1.20230620222234.b747ae3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 56 k python3-appdirs noarch 1.4.4-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 27 k python3-augeas noarch 0.5.0-25.el9 rhel-9-for-x86_64-appstream-eus-rpms 31 k python3-barbicanclient noarch 5.3.0-17.1.20230620213453.ad49c40.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 127 k python3-bcrypt x86_64 3.1.7-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 44 k python3-beautifulsoup4 noarch 4.9.3-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 204 k python3-boto noarch 2.45.0-8.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.3 M python3-cachetools noarch 4.2.2-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 33 k python3-cinderclient noarch 7.4.1-17.1.20230620211836.4f72e6f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 218 k python3-cliff noarch 3.7.0-17.1.20230620172206.117a100.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 95 k python3-cmd2 noarch 1.4.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 284 k python3-colorama noarch 0.4.4-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 35 k python3-croniter noarch 0.3.35-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 49 k python3-daemon noarch 2.3.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 39 k python3-designateclient noarch 4.2.1-17.1.20230621023138.7a8d156.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 92 k python3-dns noarch 2.2.1-2.el9 rhel-9-for-x86_64-baseos-rpms 418 k python3-docutils noarch 0.16-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.5 M python3-dogpile-cache noarch 1.1.5-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 89 k python3-etcd3gw noarch 0.2.6-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 44 k python3-extras noarch 1.0.0-17.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k python3-fixtures noarch 3.0.0-24.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 93 k python3-futurist noarch 2.3.0-17.1.20230621104020.1a1c6f8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 64 k python3-gevent x86_64 21.1.2-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.6 M python3-gitdb noarch 4.0.5-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 107 k python3-glanceclient noarch 1:3.3.0-17.1.20240712170803.f802c71.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 143 k python3-gssapi x86_64 1.6.9-5.el9 rhel-9-for-x86_64-appstream-eus-rpms 489 k python3-heat-agent noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 19 k python3-heat-agent-ansible noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 11 k python3-heat-agent-apply-config noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 9.9 k python3-heat-agent-docker-cmd noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 12 k python3-heat-agent-hiera noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 10 k python3-heat-agent-json-file noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 9.8 k python3-heat-agent-puppet noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 11 k python3-heatclient noarch 2.3.1-17.1.20230621012952.d16c245.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 158 k python3-ipaclient noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 648 k python3-ipalib noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 663 k python3-ironic-inspector-client noarch 4.5.0-17.1.20230620205758.3c03e21.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 67 k python3-ironicclient noarch 4.6.4-17.1.20230621041552.09b78fa.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 342 k python3-jeepney noarch 0.6.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 284 k python3-jmespath noarch 0.10.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 46 k python3-jwcrypto noarch 0.8-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 76 k python3-keyring noarch 21.8.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 77 k python3-keystoneauth1 noarch 4.4.0-17.1.20240812145234.112bcae.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 409 k python3-keystoneclient noarch 1:4.3.0-17.1.20230621025111.d5cb761.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 239 k python3-keystonemiddleware noarch 9.2.0-17.1.20230620211753.3659bda.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 92 k python3-kombu noarch 1:5.0.2-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 313 k python3-ldap x86_64 3.4.3-2.el9 rhel-9-for-x86_64-appstream-eus-rpms 259 k python3-libipa_hbac x86_64 2.8.2-5.el9_2.5 rhel-9-for-x86_64-baseos-eus-rpms 30 k python3-lockfile noarch 1:0.12.2-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 31 k python3-logutils noarch 0.3.5-15.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 47 k python3-lxml x86_64 4.6.5-3.el9 rhel-9-for-x86_64-appstream-eus-rpms 1.2 M python3-magnumclient noarch 3.4.1-17.1.20230621053508.280acd2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 121 k python3-mako noarch 1.1.4-6.el9 rhel-9-for-x86_64-appstream-eus-rpms 176 k python3-manilaclient noarch 2.6.4-17.1.20240830140806.7f7d7d3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 528 k python3-memcached noarch 1.59-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 40 k python3-metalsmith noarch 1.4.4-17.1.20240522060758.5e7461e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 65 k python3-migrate noarch 0.13.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 224 k python3-mimeparse noarch 1.6.0-16.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k python3-mistralclient noarch 4.2.0-17.1.20230620220528.20a10f0.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 166 k python3-msgpack x86_64 1.0.2-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 87 k python3-munch noarch 2.5.0-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 25 k python3-natsort noarch 7.1.1-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 59 k python3-neutron-lib noarch 2.10.3-17.1.20231221164814.619c0fe.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 375 k python3-neutronclient noarch 7.3.1-17.1.20230621044049.29a9f5e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 298 k python3-novaclient noarch 1:17.4.1-17.1.20230621034300.5ee4427.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 201 k python3-octaviaclient noarch 2.3.1-17.1.20231106100828.51347bc.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 91 k python3-openstackclient noarch 5.5.2-17.1.20250616100909.42d9b6e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.1 M python3-openstacksdk noarch 0.55.1-17.1.20250516211008.f09ed4a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 735 k python3-openvswitch3.3 x86_64 3.3.4-110.el9fdp fast-datapath-for-rhel-9-x86_64-rpms 369 k python3-os-client-config noarch 2.1.0-17.1.20230620203151.bc96c23.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 55 k python3-os-ken noarch 1.4.1-17.1.20241205090937.018d755.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 2.1 M python3-os-service-types noarch 1.7.0-17.1.20230620201222.0b2f473.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 38 k python3-os-traits noarch 2.5.0-17.1.20230620221402.ac1b39e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 45 k python3-osc-lib noarch 2.3.1-17.1.20230620203400.2b7a679.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 78 k python3-oslo-cache noarch 2.7.1-17.1.20230621012756.d0252f6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 56 k python3-oslo-context noarch 3.2.1-17.1.20230620204857.b124eb7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 27 k python3-oslo-db noarch 8.5.2-17.1.20240820150750.26fd6fb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 144 k python3-oslo-log noarch 4.4.0-17.1.20230620205407.9b29c90.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 64 k python3-oslo-messaging noarch 12.7.3-17.1.20231219130800.5d6fd1a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 216 k python3-oslo-middleware noarch 4.2.1-17.1.20230621011225.b40ca5f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 55 k python3-oslo-policy noarch 3.7.1-17.1.20230621003949.639b471.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 76 k python3-oslo-reports noarch 2.2.0-17.1.20230620210621.bc631ae.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 59 k python3-oslo-rootwrap noarch 6.3.1-17.1.20230621110703.1b1b960.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 46 k python3-oslo-serialization noarch 4.1.1-17.1.20230621011445.bbe5d5a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 34 k python3-oslo-service noarch 2.5.1-17.1.20240821200745.c1e3398.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 71 k python3-oslo-upgradecheck noarch 1.3.1-17.1.20230621010138.9561ecb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k python3-oslo-versionedobjects noarch 2.4.1-17.1.20230621010423.89ff171.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 79 k python3-osprofiler noarch 3.4.0-17.1.20230620215259.5d82a02.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 130 k python3-paramiko noarch 2.11.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 299 k python3-passlib noarch 1.7.4-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 712 k python3-paste noarch 3.5.0-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 776 k python3-paste-deploy noarch 2.1.1-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 41 k python3-pecan noarch 1.4.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 273 k python3-psutil x86_64 5.8.0-12.el9 rhel-9-for-x86_64-appstream-eus-rpms 218 k python3-pyOpenSSL noarch 20.0.1-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 90 k python3-pyasn1 noarch 0.4.8-6.el9 rhel-9-for-x86_64-appstream-eus-rpms 163 k python3-pyasn1-modules noarch 0.4.8-6.el9 rhel-9-for-x86_64-appstream-eus-rpms 283 k python3-pycadf noarch 3.1.1-17.1.20230620210757.4179996.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 53 k python3-pynacl x86_64 1.4.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 111 k python3-pyperclip noarch 1.8.0-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 25 k python3-pystache noarch 0.5.4-15.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 132 k python3-pyusb noarch 1.0.2-13.el9 rhel-9-for-x86_64-appstream-eus-rpms 96 k python3-qrcode-core noarch 6.1-12.el9 rhel-9-for-x86_64-appstream-eus-rpms 61 k python3-repoze-lru noarch 0.7-12.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 32 k python3-requestsexceptions noarch 1.4.0-17.1.20230620164652.d7ac0ff.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 17 k python3-rhosp-openvswitch noarch 3.3-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 8.3 k python3-routes noarch 2.4.1-14.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 188 k python3-rsa noarch 4.6-3.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 57 k python3-saharaclient noarch 3.3.0-17.1.20230620222322.401e663.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 188 k python3-secretstorage noarch 3.3.1-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 36 k python3-setproctitle x86_64 1.2.2-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 23 k python3-shade noarch 1.33.0-17.1.20230620225148.e7c7f29.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 523 k python3-simplejson x86_64 3.17.5-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 266 k python3-smmap noarch 3.0.1-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 47 k python3-soupsieve noarch 2.2-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 67 k python3-sqlalchemy13 x86_64 1.3.24-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.7 M python3-sqlparse noarch 0.4.1-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 83 k python3-sss-murmur x86_64 2.8.2-5.el9_2.5 rhel-9-for-x86_64-baseos-eus-rpms 19 k python3-statsd noarch 3.2.1-20.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 35 k python3-swiftclient noarch 3.11.1-17.1.20230620204150.06b36ae.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 136 k python3-tempita noarch 0.5.1-27.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 36 k python3-tenacity noarch 6.3.1-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 51 k python3-testtools noarch 2.4.0-10.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 333 k python3-tinyrpc noarch 1.0.3-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 50 k python3-tripleo-common noarch 15.4.1-17.1.20250527161411.e5b18f2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 202 k python3-troveclient noarch 7.0.0-17.1.20230620220924.c7319d8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 344 k python3-urllib-gssapi noarch 1.0.2-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 24 k python3-validations-libs noarch 1.9.1-17.1.20230913020848.8d9e1b5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 137 k python3-vine noarch 5.0.0-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 26 k python3-waitress noarch 2.0.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 109 k python3-warlock noarch 1.3.3-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k python3-wcwidth noarch 0.2.5-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 48 k python3-webob noarch 1.8.7-2.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 230 k python3-webtest noarch 2.0.35-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 82 k python3-werkzeug noarch 2.0.1-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 427 k python3-yappi x86_64 1.3.1-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 56 k python3-yaql noarch 1.1.3-13.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 180 k python3-yubico noarch 1.3.3-7.el9 rhel-9-for-x86_64-appstream-eus-rpms 73 k python3-zaqarclient noarch 2.4.0-17.1.20230620214253.e388947.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 129 k python3-zope-event noarch 4.2.0-20.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 205 k python3-zope-interface x86_64 5.4.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 202 k qemu-img x86_64 17:7.2.0-14.el9_2.18 rhel-9-for-x86_64-appstream-eus-rpms 2.2 M rhel-system-roles noarch 1.21.2-1.el9_2 rhel-9-for-x86_64-appstream-eus-rpms 2.4 M ruby x86_64 3.0.4-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 41 k ruby-augeas x86_64 0.5.0-29.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k ruby-facter x86_64 1:3.14.19-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 9.5 k ruby-libs x86_64 3.0.4-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 3.3 M rubygem-concurrent-ruby noarch 1.1.5-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 243 k rubygem-deep_merge noarch 1.2.1-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k rubygem-fast_gettext noarch 1.2.0-9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 34 k rubygem-hocon noarch 1.3.1-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 90 k rubygem-json x86_64 2.5.1-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 59 k rubygem-multi_json noarch 1.15.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 22 k rubygem-psych x86_64 3.3.2-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 60 k rubygem-puppet-resource_api noarch 1.8.13-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 34 k rubygem-rexml noarch 3.2.5-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 110 k rubygem-ruby-shadow x86_64 2.5.0-15.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k rubygem-semantic_puppet noarch 1.0.4-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k rubygems noarch 3.2.33-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 306 k skopeo x86_64 2:1.11.2-0.1.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 7.9 M sshpass x86_64 1.09-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 30 k tripleo-ansible noarch 3.3.1-17.1.20250702110757.8debef3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 570 k validations-common noarch 1.9.1-17.1.20231006020828.f273ccb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 111 k xorriso x86_64 1.5.4-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 321 k yaml-cpp x86_64 0.6.3-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 123 k zeromq x86_64 4.3.4-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 433 k Installing weak dependencies: bash-completion noarch 1:2.11-4.el9 rhel-9-for-x86_64-baseos-rpms 459 k perl-NDBM_File x86_64 1.15-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 25 k python3-zmq x86_64 22.0.3-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 396 k ruby-default-gems noarch 3.0.4-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 46 k rubygem-bigdecimal x86_64 3.0.0-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 55 k rubygem-bundler noarch 2.2.33-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 456 k rubygem-io-console x86_64 0.5.7-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 26 k rubygem-rdoc noarch 6.3.3-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 441 k Transaction Summary ======================================================================================================================================== Install 390 Packages Upgrade 9 Packages Total download size: 97 M Downloading Packages: (1/399): libunwind-1.6.2-1.el9cp.x86_64.rpm 458 kB/s | 68 kB 00:00 (2/399): ansible-collection-ansible-posix-1.2.0 750 kB/s | 124 kB 00:00 (3/399): ansible-collection-community-general-4 6.5 MB/s | 1.3 MB 00:00 (4/399): cephadm-18.2.1-361.el9cp.noarch.rpm 2.8 MB/s | 354 kB 00:00 (5/399): python3-openvswitch3.3-3.3.4-110.el9fd 3.0 MB/s | 369 kB 00:00 (6/399): bash-completion-2.11-4.el9.noarch.rpm 4.7 MB/s | 459 kB 00:00 (7/399): device-mapper-persistent-data-0.9.0-13 7.3 MB/s | 786 kB 00:00 (8/399): libaio-0.3.111-13.el9.x86_64.rpm 280 kB/s | 26 kB 00:00 (9/399): glibc-langpack-en-2.34-60.el9.x86_64.r 6.0 MB/s | 675 kB 00:00 (10/399): krb5-workstation-1.20.1-8.el9.x86_64. 4.6 MB/s | 542 kB 00:00 (11/399): libkadm5-1.20.1-8.el9.x86_64.rpm 748 kB/s | 81 kB 00:00 (12/399): libpkgconf-1.7.3-10.el9.x86_64.rpm 435 kB/s | 37 kB 00:00 (13/399): pkgconf-1.7.3-10.el9.x86_64.rpm 436 kB/s | 45 kB 00:00 (14/399): krb5-pkinit-1.20.1-8.el9.x86_64.rpm 241 kB/s | 62 kB 00:00 (15/399): pkgconf-m4-1.7.3-10.el9.noarch.rpm 181 kB/s | 16 kB 00:00 (16/399): pkgconf-pkg-config-1.7.3-10.el9.x86_6 134 kB/s | 12 kB 00:00 (17/399): python3-dns-2.2.1-2.el9.noarch.rpm 3.9 MB/s | 418 kB 00:00 (18/399): perl-IO-Socket-SSL-2.073-1.el9.noarch 2.3 MB/s | 223 kB 00:00 (19/399): boost-system-1.75.0-8.el9.x86_64.rpm 171 kB/s | 15 kB 00:00 (20/399): perl-Getopt-Long-2.52-4.el9.noarch.rp 708 kB/s | 64 kB 00:00 (21/399): perl-Storable-3.21-460.el9.x86_64.rpm 1.0 MB/s | 98 kB 00:00 (22/399): python3-urllib-gssapi-1.0.2-4.el9.noa 278 kB/s | 24 kB 00:00 (23/399): boost-locale-1.75.0-8.el9.x86_64.rpm 2.4 MB/s | 216 kB 00:00 (24/399): boost-nowide-1.75.0-8.el9.x86_64.rpm 192 kB/s | 17 kB 00:00 (25/399): boost-thread-1.75.0-8.el9.x86_64.rpm 662 kB/s | 57 kB 00:00 (26/399): perl-Data-Dumper-2.174-462.el9.x86_64 544 kB/s | 59 kB 00:00 (27/399): perl-Exporter-5.74-461.el9.noarch.rpm 387 kB/s | 34 kB 00:00 (28/399): perl-File-Temp-0.231.100-4.el9.noarch 684 kB/s | 63 kB 00:00 (29/399): perl-Text-Tabs+Wrap-2013.0523-460.el9 296 kB/s | 25 kB 00:00 (30/399): perl-parent-0.238-460.el9.noarch.rpm 185 kB/s | 16 kB 00:00 (31/399): python3-pyasn1-modules-0.4.8-6.el9.no 2.9 MB/s | 283 kB 00:00 (32/399): xorriso-1.5.4-4.el9.x86_64.rpm 3.4 MB/s | 321 kB 00:00 (33/399): libisofs-1.5.4-4.el9.x86_64.rpm 2.4 MB/s | 224 kB 00:00 (34/399): perl-IO-Socket-IP-0.41-5.el9.noarch.r 527 kB/s | 45 kB 00:00 (35/399): perl-PathTools-3.78-461.el9.x86_64.rp 969 kB/s | 92 kB 00:00 (36/399): perl-Net-SSLeay-1.92-2.el9.x86_64.rpm 3.3 MB/s | 392 kB 00:00 (37/399): perl-Pod-Simple-3.42-4.el9.noarch.rpm 2.2 MB/s | 229 kB 00:00 (38/399): perl-Term-ANSIColor-5.01-461.el9.noar 570 kB/s | 51 kB 00:00 (39/399): perl-Text-ParseWords-3.30-460.el9.noa 204 kB/s | 18 kB 00:00 (40/399): perl-URI-5.09-3.el9.noarch.rpm 1.4 MB/s | 125 kB 00:00 (41/399): perl-libnet-3.13-4.el9.noarch.rpm 1.5 MB/s | 134 kB 00:00 (42/399): python3-lxml-4.6.5-3.el9.x86_64.rpm 12 MB/s | 1.2 MB 00:00 (43/399): boost-chrono-1.75.0-8.el9.x86_64.rpm 295 kB/s | 26 kB 00:00 (44/399): iptables-nft-services-1.8.8-6.el9_1.n 306 kB/s | 28 kB 00:00 (45/399): perl-Carp-1.50-460.el9.noarch.rpm 359 kB/s | 31 kB 00:00 (46/399): perl-Encode-3.08-462.el9.x86_64.rpm 16 MB/s | 1.7 MB 00:00 (47/399): perl-Mozilla-CA-20200520-6.el9.noarch 167 kB/s | 14 kB 00:00 (48/399): perl-Term-Cap-1.17-460.el9.noarch.rpm 262 kB/s | 24 kB 00:00 (49/399): perl-Time-Local-1.300-7.el9.noarch.rp 421 kB/s | 37 kB 00:00 (50/399): python3-psutil-5.8.0-12.el9.x86_64.rp 2.4 MB/s | 218 kB 00:00 (51/399): python3-yubico-1.3.3-7.el9.noarch.rpm 835 kB/s | 73 kB 00:00 (52/399): perl-Pod-Escapes-1.07-460.el9.noarch. 250 kB/s | 22 kB 00:00 (53/399): python3-jwcrypto-0.8-4.el9.noarch.rpm 848 kB/s | 76 kB 00:00 (54/399): sshpass-1.09-4.el9.x86_64.rpm 286 kB/s | 30 kB 00:00 (55/399): boost-filesystem-1.75.0-8.el9.x86_64. 630 kB/s | 59 kB 00:00 (56/399): boost-log-1.75.0-8.el9.x86_64.rpm 4.4 MB/s | 410 kB 00:00 (57/399): boost-program-options-1.75.0-8.el9.x8 661 kB/s | 108 kB 00:00 (58/399): perl-Digest-MD5-2.58-4.el9.x86_64.rpm 316 kB/s | 39 kB 00:00 (59/399): libburn-1.5.4-4.el9.x86_64.rpm 1.1 MB/s | 175 kB 00:00 (60/399): perl-MIME-Base64-3.16-4.el9.x86_64.rp 386 kB/s | 34 kB 00:00 (61/399): boost-atomic-1.75.0-8.el9.x86_64.rpm 210 kB/s | 19 kB 00:00 (62/399): libisoburn-1.5.4-4.el9.x86_64.rpm 3.9 MB/s | 419 kB 00:00 (63/399): perl-Digest-1.19-4.el9.noarch.rpm 310 kB/s | 29 kB 00:00 (64/399): perl-File-Path-2.18-4.el9.noarch.rpm 411 kB/s | 38 kB 00:00 (65/399): perl-Pod-Perldoc-3.28.01-461.el9.noar 1.0 MB/s | 92 kB 00:00 (66/399): perl-Pod-Usage-2.01-4.el9.noarch.rpm 511 kB/s | 43 kB 00:00 (67/399): perl-Scalar-List-Utils-1.56-461.el9.x 832 kB/s | 77 kB 00:00 (68/399): perl-Socket-2.031-4.el9.x86_64.rpm 598 kB/s | 58 kB 00:00 (69/399): perl-constant-1.33-461.el9.noarch.rpm 272 kB/s | 25 kB 00:00 (70/399): perl-podlators-4.14-460.el9.noarch.rp 1.2 MB/s | 118 kB 00:00 (71/399): python3-PyMySQL-0.10.1-6.el9.noarch.r 1.1 MB/s | 112 kB 00:00 (72/399): python3-appdirs-1.4.4-4.el9.noarch.rp 309 kB/s | 27 kB 00:00 (73/399): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.7 MB/s | 163 kB 00:00 (74/399): python3-pyusb-1.0.2-13.el9.noarch.rpm 1.0 MB/s | 96 kB 00:00 (75/399): python3-qrcode-core-6.1-12.el9.noarch 679 kB/s | 61 kB 00:00 (76/399): python3-wcwidth-0.2.5-8.el9.noarch.rp 563 kB/s | 48 kB 00:00 (77/399): boost-regex-1.75.0-8.el9.x86_64.rpm 3.0 MB/s | 279 kB 00:00 (78/399): oniguruma-6.9.6-1.el9.5.x86_64.rpm 2.3 MB/s | 221 kB 00:00 (79/399): python3-alembic-1.7.5-3.el9.noarch.rp 8.7 MB/s | 900 kB 00:00 (80/399): python3-augeas-0.5.0-25.el9.noarch.rp 328 kB/s | 31 kB 00:00 (81/399): python3-gssapi-1.6.9-5.el9.x86_64.rpm 5.2 MB/s | 489 kB 00:00 (82/399): augeas-libs-1.13.0-3.el9.x86_64.rpm 4.7 MB/s | 459 kB 00:00 (83/399): jq-1.6-14.el9.x86_64.rpm 2.1 MB/s | 190 kB 00:00 (84/399): libselinux-ruby-3.5-1.el9.x86_64.rpm 695 kB/s | 59 kB 00:00 (85/399): perl-AutoLoader-5.74-480.el9.noarch.r 259 kB/s | 23 kB 00:00 (86/399): perl-B-1.80-480.el9.x86_64.rpm 1.9 MB/s | 185 kB 00:00 (87/399): perl-Class-Struct-0.66-480.el9.noarch 277 kB/s | 24 kB 00:00 (88/399): perl-Errno-1.30-480.el9.x86_64.rpm 185 kB/s | 17 kB 00:00 (89/399): perl-Fcntl-1.13-480.el9.x86_64.rpm 267 kB/s | 23 kB 00:00 (90/399): perl-File-Basename-2.85-480.el9.noarc 213 kB/s | 19 kB 00:00 (91/399): perl-File-stat-1.09-480.el9.noarch.rp 182 kB/s | 19 kB 00:00 (92/399): perl-FileHandle-2.03-480.el9.noarch.r 198 kB/s | 17 kB 00:00 (93/399): perl-Getopt-Std-1.12-480.el9.noarch.r 208 kB/s | 17 kB 00:00 (94/399): perl-IPC-Open3-1.21-480.el9.noarch.rp 273 kB/s | 25 kB 00:00 (95/399): perl-POSIX-1.94-480.el9.x86_64.rpm 1.0 MB/s | 99 kB 00:00 (96/399): perl-SelectSaver-1.02-480.el9.noarch. 158 kB/s | 13 kB 00:00 (97/399): perl-Symbol-1.08-480.el9.noarch.rpm 179 kB/s | 16 kB 00:00 (98/399): perl-interpreter-5.32.1-480.el9.x86_6 741 kB/s | 75 kB 00:00 (99/399): perl-libs-5.32.1-480.el9.x86_64.rpm 19 MB/s | 2.2 MB 00:00 (100/399): perl-overload-1.31-480.el9.noarch.rp 525 kB/s | 47 kB 00:00 (101/399): perl-overloading-0.02-480.el9.noarch 174 kB/s | 15 kB 00:00 (102/399): python3-ldap-3.4.3-2.el9.x86_64.rpm 2.7 MB/s | 259 kB 00:00 (103/399): ipa-selinux-4.10.1-6.el9.noarch.rpm 463 kB/s | 40 kB 00:00 (104/399): openssl-perl-3.0.7-6.el9_2.x86_64.rp 470 kB/s | 42 kB 00:00 (105/399): perl-IO-1.43-480.el9.x86_64.rpm 1.0 MB/s | 94 kB 00:00 (106/399): perl-NDBM_File-1.15-480.el9.x86_64.r 279 kB/s | 25 kB 00:00 (107/399): perl-base-2.27-480.el9.noarch.rpm 157 kB/s | 18 kB 00:00 (108/399): perl-if-0.60.800-480.el9.noarch.rpm 184 kB/s | 16 kB 00:00 (109/399): perl-mro-1.23-480.el9.x86_64.rpm 354 kB/s | 31 kB 00:00 (110/399): perl-subs-1.03-480.el9.noarch.rpm 151 kB/s | 13 kB 00:00 (111/399): perl-vars-1.05-480.el9.noarch.rpm 172 kB/s | 15 kB 00:00 (112/399): python3-mako-1.1.4-6.el9.noarch.rpm 1.9 MB/s | 176 kB 00:00 (113/399): ansible-freeipa-1.9.2-3.el9_2.noarch 4.6 MB/s | 452 kB 00:00 (114/399): ipa-client-common-4.10.1-12.el9_2.2. 493 kB/s | 44 kB 00:00 (115/399): rhel-system-roles-1.21.2-1.el9_2.noa 19 MB/s | 2.4 MB 00:00 (116/399): ipa-common-4.10.1-12.el9_2.2.noarch. 6.7 MB/s | 656 kB 00:00 (117/399): python3-ipaclient-4.10.1-12.el9_2.2. 6.6 MB/s | 648 kB 00:00 (118/399): python3-ipalib-4.10.1-12.el9_2.2.noa 6.5 MB/s | 663 kB 00:00 (119/399): perl-HTTP-Tiny-0.076-461.el9_2.noarc 617 kB/s | 57 kB 00:00 (120/399): ruby-3.0.4-161.el9_2.2.x86_64.rpm 467 kB/s | 41 kB 00:00 (121/399): ruby-default-gems-3.0.4-161.el9_2.2. 488 kB/s | 46 kB 00:00 (122/399): skopeo-1.11.2-0.1.el9_2.2.x86_64.rpm 45 MB/s | 7.9 MB 00:00 (123/399): ruby-libs-3.0.4-161.el9_2.2.x86_64.r 25 MB/s | 3.3 MB 00:00 (124/399): rubygem-bigdecimal-3.0.0-161.el9_2.2 580 kB/s | 55 kB 00:00 (125/399): rubygem-bundler-2.2.33-161.el9_2.2.n 4.8 MB/s | 456 kB 00:00 (126/399): rubygem-io-console-0.5.7-161.el9_2.2 286 kB/s | 26 kB 00:00 (127/399): rubygem-json-2.5.1-161.el9_2.2.x86_6 642 kB/s | 59 kB 00:00 (128/399): rubygem-psych-3.3.2-161.el9_2.2.x86_ 678 kB/s | 60 kB 00:00 (129/399): rubygem-rdoc-6.3.3-161.el9_2.2.noarc 4.7 MB/s | 441 kB 00:00 (130/399): rubygem-rexml-3.2.5-161.el9_2.2.noar 1.2 MB/s | 110 kB 00:00 (131/399): rubygems-3.2.33-161.el9_2.2.noarch.r 3.2 MB/s | 306 kB 00:00 (132/399): libxslt-1.1.34-11.el9_2.x86_64.rpm 2.6 MB/s | 245 kB 00:00 (133/399): qemu-img-7.2.0-14.el9_2.18.x86_64.rp 19 MB/s | 2.2 MB 00:00 (134/399): buildah-1.29.5-1.el9_2.x86_64.rpm 44 MB/s | 8.6 MB 00:00 (135/399): libipa_hbac-2.8.2-5.el9_2.5.x86_64.r 356 kB/s | 36 kB 00:00 (136/399): python3-libipa_hbac-2.8.2-5.el9_2.5. 325 kB/s | 30 kB 00:00 (137/399): python3-sss-murmur-2.8.2-5.el9_2.5.x 218 kB/s | 19 kB 00:00 (138/399): device-mapper-event-1.02.187-7.el9_2 346 kB/s | 32 kB 00:00 (139/399): device-mapper-event-libs-1.02.187-7. 357 kB/s | 31 kB 00:00 (140/399): lvm2-2.03.17-7.el9_2.2.x86_64.rpm 14 MB/s | 1.5 MB 00:00 (141/399): lvm2-libs-2.03.17-7.el9_2.2.x86_64.r 8.4 MB/s | 1.0 MB 00:00 (142/399): ansible-collection-ansible-netcommon 2.0 MB/s | 181 kB 00:00 (143/399): ansible-collection-ansible-utils-2.3 1.0 MB/s | 91 kB 00:00 (144/399): heat-cfntools-1.4.2-6.1.el9ost.noarc 890 kB/s | 77 kB 00:00 (145/399): golang-github-vbatts-tar-split-0.11. 9.8 MB/s | 1.0 MB 00:00 (146/399): libsodium-1.0.18-7.el9ost.x86_64.rpm 1.6 MB/s | 162 kB 00:00 (147/399): openpgm-5.2.122-26.el9ost.x86_64.rpm 2.0 MB/s | 178 kB 00:00 (148/399): puppet-fdio-18.2-1.20220727113954.6f 288 kB/s | 25 kB 00:00 (149/399): python3-ansible-runner-2.0.0a1-3.el9 1.4 MB/s | 122 kB 00:00 (150/399): python3-bcrypt-3.1.7-7.el9ost.x86_64 497 kB/s | 44 kB 00:00 (151/399): python3-beautifulsoup4-4.9.3-2.el9os 2.2 MB/s | 204 kB 00:00 (152/399): python3-croniter-0.3.35-2.el9ost.noa 594 kB/s | 49 kB 00:00 (153/399): python3-daemon-2.3.0-1.el9ost.noarch 428 kB/s | 39 kB 00:00 (154/399): python3-docutils-0.16-6.el9ost.noarc 10 MB/s | 1.5 MB 00:00 (155/399): python3-etcd3gw-0.2.6-2.el9ost.noarc 521 kB/s | 44 kB 00:00 (156/399): python3-gevent-21.1.2-2.el9ost.x86_6 13 MB/s | 1.6 MB 00:00 (157/399): python3-jeepney-0.6.0-2.el9ost.noarc 3.2 MB/s | 284 kB 00:00 (158/399): python3-gitdb-4.0.5-2.el9ost.noarch. 1.1 MB/s | 107 kB 00:00 (159/399): python3-jmespath-0.10.0-1.el9ost.noa 461 kB/s | 46 kB 00:00 (160/399): python3-lockfile-0.12.2-2.el9ost.noa 381 kB/s | 31 kB 00:00 (161/399): python3-logutils-0.3.5-15.el9ost.noa 537 kB/s | 47 kB 00:00 (162/399): python3-memcached-1.59-3.el9ost.noar 420 kB/s | 40 kB 00:00 (163/399): python3-migrate-0.13.0-1.el9ost.noar 2.3 MB/s | 224 kB 00:00 (164/399): python3-mimeparse-1.6.0-16.el9ost.no 167 kB/s | 16 kB 00:00 (165/399): python3-natsort-7.1.1-2.el9ost.noarc 681 kB/s | 59 kB 00:00 (166/399): python3-passlib-1.7.4-3.el9ost.noarc 7.1 MB/s | 712 kB 00:00 (167/399): python3-pecan-1.4.0-2.el9ost.noarch. 2.8 MB/s | 273 kB 00:00 (168/399): python3-pyOpenSSL-20.0.1-2.el9ost.no 1.0 MB/s | 90 kB 00:00 (169/399): python3-pynacl-1.4.0-1.el9ost.x86_64 1.2 MB/s | 111 kB 00:00 (170/399): python3-pyperclip-1.8.0-3.el9ost.noa 281 kB/s | 25 kB 00:00 (171/399): python3-setproctitle-1.2.2-1.el9ost. 275 kB/s | 23 kB 00:00 (172/399): python3-smmap-3.0.1-4.el9ost.noarch. 528 kB/s | 47 kB 00:00 (173/399): python3-soupsieve-2.2-1.el9ost.noarc 744 kB/s | 67 kB 00:00 (174/399): python3-sqlalchemy13-1.3.24-3.el9ost 16 MB/s | 1.7 MB 00:00 (175/399): python3-tenacity-6.3.1-1.el9ost.noar 572 kB/s | 51 kB 00:00 (176/399): python3-webtest-2.0.35-6.el9ost.noar 928 kB/s | 82 kB 00:00 (177/399): python3-zmq-22.0.3-1.el9ost.x86_64.r 4.2 MB/s | 396 kB 00:00 (178/399): python3-zope-event-4.2.0-20.el9ost.n 2.3 MB/s | 205 kB 00:00 (179/399): python3-zope-interface-5.4.0-1.el9os 2.1 MB/s | 202 kB 00:00 (180/399): rubygem-concurrent-ruby-1.1.5-2.el9o 2.4 MB/s | 243 kB 00:00 (181/399): rubygem-deep_merge-1.2.1-7.el9ost.no 161 kB/s | 14 kB 00:00 (182/399): rubygem-fast_gettext-1.2.0-9.el9ost. 368 kB/s | 34 kB 00:00 (183/399): rubygem-hocon-1.3.1-2.el9ost.noarch. 1.0 MB/s | 90 kB 00:00 (184/399): rubygem-multi_json-1.15.0-2.el9ost.n 254 kB/s | 22 kB 00:00 (185/399): rubygem-puppet-resource_api-1.8.13-1 396 kB/s | 34 kB 00:00 (186/399): rubygem-ruby-shadow-2.5.0-15.el9ost. 185 kB/s | 16 kB 00:00 (187/399): rubygem-semantic_puppet-1.0.4-2.el9o 224 kB/s | 21 kB 00:00 (188/399): zeromq-4.3.4-1.el9ost.x86_64.rpm 4.7 MB/s | 433 kB 00:00 (189/399): ansible-config_template-2.0.1-17.1.2 334 kB/s | 29 kB 00:00 (190/399): ansible-role-atos-hsm-1.0.1-17.1.202 195 kB/s | 17 kB 00:00 (191/399): ansible-role-chrony-1.3.1-17.1.20230 267 kB/s | 22 kB 00:00 (192/399): ansible-role-collectd-config-0.0.3-1 596 kB/s | 53 kB 00:00 (193/399): ansible-role-container-registry-1.4. 283 kB/s | 24 kB 00:00 (194/399): ansible-role-openstack-operations-0. 352 kB/s | 30 kB 00:00 (195/399): ansible-role-qdr-config-0.0.2-17.1.2 248 kB/s | 21 kB 00:00 (196/399): ansible-role-redhat-subscription-1.3 317 kB/s | 28 kB 00:00 (197/399): ansible-role-thales-hsm-3.0.1-17.1.2 219 kB/s | 21 kB 00:00 (198/399): ansible-role-tripleo-modify-image-1. 306 kB/s | 27 kB 00:00 (199/399): ansible-tripleo-ipa-0.3.1-17.1.20230 414 kB/s | 36 kB 00:00 (200/399): ansible-tripleo-ipsec-11.0.1-17.1.20 418 kB/s | 38 kB 00:00 (201/399): dib-utils-0.0.11-17.1.20230620173328 127 kB/s | 12 kB 00:00 (202/399): openstack-heat-agents-2.2.1-17.1.202 103 kB/s | 9.6 kB 00:00 (203/399): os-apply-config-13.1.1-17.1.20231020 605 kB/s | 54 kB 00:00 (204/399): os-refresh-config-13.1.1-17.1.202310 253 kB/s | 21 kB 00:00 (205/399): os-collect-config-13.1.1-17.1.202310 543 kB/s | 50 kB 00:00 (206/399): puppet-aodh-18.4.2-17.1.202306201512 545 kB/s | 62 kB 00:00 (207/399): puppet-apache-6.5.2-17.1.20230621001 2.8 MB/s | 259 kB 00:00 (208/399): puppet-archive-4.6.1-17.1.2023062018 477 kB/s | 44 kB 00:00 (209/399): puppet-auditd-2.2.1-17.1.20230620192 324 kB/s | 28 kB 00:00 (210/399): puppet-ceilometer-18.4.3-17.1.202309 783 kB/s | 70 kB 00:00 (211/399): puppet-certmonger-2.7.1-17.1.2023062 297 kB/s | 26 kB 00:00 (212/399): puppet-cinder-18.5.2-17.1.2023062105 1.2 MB/s | 120 kB 00:00 (213/399): puppet-concat-6.2.1-17.1.20230620181 447 kB/s | 41 kB 00:00 (214/399): puppet-collectd-13.0.1-17.1.20230620 1.3 MB/s | 135 kB 00:00 (215/399): puppet-corosync-8.0.1-17.1.202306211 756 kB/s | 68 kB 00:00 (216/399): puppet-designate-18.6.1-17.1.2023062 728 kB/s | 69 kB 00:00 (217/399): puppet-dns-8.2.1-17.1.20230621002045 384 kB/s | 36 kB 00:00 (218/399): puppet-etcd-1.12.3-17.1.202306201932 251 kB/s | 25 kB 00:00 (219/399): puppet-firewall-3.4.1-17.1.202306210 883 kB/s | 77 kB 00:00 (220/399): puppet-git-0.5.0-17.1.20230620193928 255 kB/s | 23 kB 00:00 (221/399): puppet-gnocchi-18.4.3-17.1.202306210 635 kB/s | 58 kB 00:00 (222/399): puppet-haproxy-4.2.2-17.1.2023062019 583 kB/s | 52 kB 00:00 (223/399): puppet-heat-18.4.1-17.1.202306211116 783 kB/s | 70 kB 00:00 (224/399): puppet-horizon-18.6.1-17.1.202306210 725 kB/s | 63 kB 00:00 (225/399): puppet-inifile-4.2.1-17.1.2023062018 497 kB/s | 42 kB 00:00 (226/399): puppet-ipaclient-2.5.2-17.1.20230620 199 kB/s | 17 kB 00:00 (227/399): puppet-keepalived-0.0.2-17.1.2023062 163 kB/s | 14 kB 00:00 (228/399): puppet-kmod-2.5.0-17.1.2023062019064 237 kB/s | 21 kB 00:00 (229/399): puppet-manila-18.5.2-17.1.2023110219 942 kB/s | 81 kB 00:00 (230/399): puppet-memcached-6.0.0-17.1.20230620 251 kB/s | 23 kB 00:00 (231/399): puppet-module-data-0.5.1-17.1.202306 149 kB/s | 13 kB 00:00 (232/399): puppet-mysql-10.6.1-17.1.20230621022 1.0 MB/s | 99 kB 00:00 (233/399): puppet-neutron-18.6.1-17.1.202306210 2.1 MB/s | 196 kB 00:00 (234/399): puppet-nova-18.6.1-17.1.202306210904 2.1 MB/s | 200 kB 00:00 (235/399): puppet-nssdb-1.0.2-17.1.202306201856 142 kB/s | 12 kB 00:00 (236/399): puppet-octavia-18.5.1-17.1.202306210 879 kB/s | 76 kB 00:00 (237/399): puppet-openstack_extras-18.5.1-17.1. 539 kB/s | 48 kB 00:00 (238/399): puppet-openstacklib-18.5.2-17.1.2023 677 kB/s | 62 kB 00:00 (239/399): puppet-oslo-18.5.1-17.1.202306210523 467 kB/s | 48 kB 00:00 (240/399): puppet-placement-5.4.3-17.1.20230621 462 kB/s | 41 kB 00:00 (241/399): puppet-qdr-7.4.1-17.1.20230620195605 362 kB/s | 31 kB 00:00 (242/399): puppet-rabbitmq-11.0.1-17.1.20230620 2.8 MB/s | 266 kB 00:00 (243/399): puppet-remote-10.0.0-17.1.2023062019 181 kB/s | 16 kB 00:00 (244/399): puppet-redis-6.1.1-17.1.202306201917 522 kB/s | 51 kB 00:00 (245/399): puppet-rsync-1.1.4-17.1.202306210028 312 kB/s | 28 kB 00:00 (246/399): puppet-snmp-3.9.1-17.1.2023062020041 398 kB/s | 34 kB 00:00 (247/399): puppet-rsyslog-4.0.1-17.1.2023062020 613 kB/s | 58 kB 00:00 (248/399): puppet-ssh-6.2.1-17.1.20230620190251 333 kB/s | 29 kB 00:00 (249/399): puppet-stdlib-6.3.1-17.1.20230621000 1.8 MB/s | 160 kB 00:00 (250/399): puppet-swift-18.6.1-17.1.20230621052 1.2 MB/s | 115 kB 00:00 (251/399): puppet-sysctl-0.0.13-17.1.2023062018 187 kB/s | 16 kB 00:00 (252/399): puppet-systemd-2.12.1-17.1.202306201 467 kB/s | 42 kB 00:00 (253/399): puppet-vcsrepo-3.1.1-17.1.2023062018 577 kB/s | 50 kB 00:00 (254/399): puppet-vswitch-14.4.3-17.1.202306210 484 kB/s | 41 kB 00:00 (255/399): puppet-xinetd-3.3.1-17.1.20230620185 297 kB/s | 26 kB 00:00 (256/399): python-oslo-cache-lang-2.7.1-17.1.20 214 kB/s | 19 kB 00:00 (257/399): python-oslo-log-lang-4.4.0-17.1.2023 163 kB/s | 14 kB 00:00 (258/399): python-oslo-middleware-lang-4.2.1-17 152 kB/s | 13 kB 00:00 (259/399): python-oslo-policy-lang-3.7.1-17.1.2 161 kB/s | 14 kB 00:00 (260/399): python-oslo-versionedobjects-lang-2. 148 kB/s | 14 kB 00:00 (261/399): python-pycadf-common-3.1.1-17.1.2023 178 kB/s | 15 kB 00:00 (262/399): python3-GitPython-3.1.14-2.el9ost.no 2.4 MB/s | 238 kB 00:00 (263/399): python3-barbicanclient-5.3.0-17.1.20 1.4 MB/s | 127 kB 00:00 (264/399): python3-cinderclient-7.4.1-17.1.2023 2.4 MB/s | 218 kB 00:00 (265/399): python3-aodhclient-2.2.0-17.1.202306 258 kB/s | 56 kB 00:00 (266/399): python3-designateclient-4.2.1-17.1.2 1.0 MB/s | 92 kB 00:00 (267/399): python3-cliff-3.7.0-17.1.20230620172 892 kB/s | 95 kB 00:00 (268/399): python3-heat-agent-2.2.1-17.1.202306 218 kB/s | 19 kB 00:00 (269/399): python3-futurist-2.3.0-17.1.20230621 661 kB/s | 64 kB 00:00 (270/399): python3-heat-agent-ansible-2.2.1-17. 120 kB/s | 11 kB 00:00 (271/399): python3-heat-agent-apply-config-2.2. 114 kB/s | 9.9 kB 00:00 (272/399): python3-heat-agent-docker-cmd-2.2.1- 137 kB/s | 12 kB 00:00 (273/399): python3-heat-agent-hiera-2.2.1-17.1. 110 kB/s | 10 kB 00:00 (274/399): python3-heat-agent-json-file-2.2.1-1 110 kB/s | 9.8 kB 00:00 (275/399): python3-heat-agent-puppet-2.2.1-17.1 117 kB/s | 11 kB 00:00 (276/399): python3-heatclient-2.3.1-17.1.202306 1.7 MB/s | 158 kB 00:00 (277/399): python3-ironic-inspector-client-4.5. 764 kB/s | 67 kB 00:00 (278/399): python3-keystoneclient-4.3.0-17.1.20 2.4 MB/s | 239 kB 00:00 (279/399): python3-keystonemiddleware-9.2.0-17. 917 kB/s | 92 kB 00:00 (280/399): python3-magnumclient-3.4.1-17.1.2023 1.2 MB/s | 121 kB 00:00 (281/399): python3-ironicclient-4.6.4-17.1.2023 1.4 MB/s | 342 kB 00:00 (282/399): python3-mistralclient-4.2.0-17.1.202 1.7 MB/s | 166 kB 00:00 (283/399): python3-neutronclient-7.3.1-17.1.202 3.2 MB/s | 298 kB 00:00 (284/399): python3-novaclient-17.4.1-17.1.20230 2.0 MB/s | 201 kB 00:00 (285/399): python3-os-client-config-2.1.0-17.1. 605 kB/s | 55 kB 00:00 (286/399): python3-os-service-types-1.7.0-17.1. 431 kB/s | 38 kB 00:00 (287/399): python3-os-traits-2.5.0-17.1.2023062 521 kB/s | 45 kB 00:00 (288/399): python3-osc-lib-2.3.1-17.1.202306202 858 kB/s | 78 kB 00:00 (289/399): python3-oslo-cache-2.7.1-17.1.202306 644 kB/s | 56 kB 00:00 (290/399): python3-oslo-context-3.2.1-17.1.2023 322 kB/s | 27 kB 00:00 (291/399): python3-oslo-log-4.4.0-17.1.20230620 734 kB/s | 64 kB 00:00 (292/399): python3-oslo-middleware-4.2.1-17.1.2 595 kB/s | 55 kB 00:00 (293/399): python3-oslo-policy-3.7.1-17.1.20230 794 kB/s | 76 kB 00:00 (294/399): python3-oslo-reports-2.2.0-17.1.2023 655 kB/s | 59 kB 00:00 (295/399): python3-oslo-rootwrap-6.3.1-17.1.202 448 kB/s | 46 kB 00:00 (296/399): python3-oslo-serialization-4.1.1-17. 403 kB/s | 34 kB 00:00 (297/399): python3-oslo-upgradecheck-1.3.1-17.1 299 kB/s | 29 kB 00:00 (298/399): python3-oslo-versionedobjects-2.4.1- 833 kB/s | 79 kB 00:00 (299/399): python3-osprofiler-3.4.0-17.1.202306 1.4 MB/s | 130 kB 00:00 (300/399): python3-pycadf-3.1.1-17.1.2023062021 600 kB/s | 53 kB 00:00 (301/399): python3-requestsexceptions-1.4.0-17. 191 kB/s | 17 kB 00:00 (302/399): python3-saharaclient-3.3.0-17.1.2023 2.0 MB/s | 188 kB 00:00 (303/399): python3-shade-1.33.0-17.1.2023062022 5.5 MB/s | 523 kB 00:00 (304/399): python3-statsd-3.2.1-20.1.el9ost.noa 407 kB/s | 35 kB 00:00 (305/399): python3-swiftclient-3.11.1-17.1.2023 1.5 MB/s | 136 kB 00:00 (306/399): python3-tinyrpc-1.0.3-6.el9ost.noarc 566 kB/s | 50 kB 00:00 (307/399): python3-troveclient-7.0.0-17.1.20230 3.7 MB/s | 344 kB 00:00 (308/399): python3-validations-libs-1.9.1-17.1. 1.5 MB/s | 137 kB 00:00 (309/399): python3-zaqarclient-2.4.0-17.1.20230 1.4 MB/s | 129 kB 00:00 (310/399): validations-common-1.9.1-17.1.202310 1.1 MB/s | 111 kB 00:00 (311/399): python3-werkzeug-2.0.1-7.el9ost.noar 4.5 MB/s | 427 kB 00:00 (312/399): ansible-pacemaker-1.0.4-17.1.2023121 239 kB/s | 21 kB 00:00 (313/399): python3-paramiko-2.11.0-2.el9ost.noa 1.8 MB/s | 299 kB 00:00 (314/399): python3-manilaclient-2.6.4-17.1.2024 5.4 MB/s | 528 kB 00:00 (315/399): python3-webob-1.8.7-2.1.el9ost.noarc 2.5 MB/s | 230 kB 00:00 (316/399): python3-sqlparse-0.4.1-2.el9ost.noar 760 kB/s | 83 kB 00:00 (317/399): ansible-role-metalsmith-deployment-1 199 kB/s | 21 kB 00:00 (318/399): openstack-selinux-0.8.37-17.1.202311 2.3 MB/s | 221 kB 00:00 (319/399): puppet-ironic-18.7.1-17.1.2024030521 1.3 MB/s | 121 kB 00:00 (320/399): python-oslo-db-lang-8.5.2-17.1.20240 162 kB/s | 14 kB 00:00 (321/399): python3-glanceclient-3.3.0-17.1.2024 1.6 MB/s | 143 kB 00:00 (322/399): python3-keystoneauth1-4.4.0-17.1.202 4.4 MB/s | 409 kB 00:00 (323/399): python3-metalsmith-1.4.4-17.1.202405 714 kB/s | 65 kB 00:00 (324/399): python3-neutron-lib-2.10.3-17.1.2023 4.0 MB/s | 375 kB 00:00 (325/399): python3-octaviaclient-2.3.1-17.1.202 1.0 MB/s | 91 kB 00:00 (326/399): python3-oslo-db-8.5.2-17.1.202408201 1.5 MB/s | 144 kB 00:00 (327/399): python3-oslo-messaging-12.7.3-17.1.2 2.3 MB/s | 216 kB 00:00 (328/399): python3-oslo-service-2.5.1-17.1.2024 762 kB/s | 71 kB 00:00 (329/399): python3-rhosp-openvswitch-3.3-1.el9o 87 kB/s | 8.3 kB 00:00 (330/399): python3-waitress-2.0.0-4.el9ost.noar 1.2 MB/s | 109 kB 00:00 (331/399): openstack-ansible-core-2.14.2-4.7.el 19 MB/s | 2.3 MB 00:00 (332/399): openstack-tripleo-validations-14.3.2 2.1 MB/s | 204 kB 00:00 (333/399): puppet-glance-18.6.1-17.1.2025022015 980 kB/s | 87 kB 00:00 (334/399): puppet-ovn-18.6.1-17.1.2024092509490 338 kB/s | 29 kB 00:00 (335/399): puppet-pacemaker-1.5.1-17.1.20250214 1.7 MB/s | 158 kB 00:00 (336/399): python3-os-ken-1.4.1-17.1.2024120509 18 MB/s | 2.1 MB 00:00 (337/399): puppet-tripleo-14.2.3-17.1.202503201 2.6 MB/s | 239 kB 00:00 (338/399): ansible-collection-containers-podman 2.5 MB/s | 243 kB 00:00 (339/399): ansible-collections-openstack-1.9.1- 1.5 MB/s | 146 kB 00:00 (340/399): cpp-hocon-0.3.0-7.el9ost.x86_64.rpm 3.8 MB/s | 351 kB 00:00 (341/399): facter-3.14.19-3.el9ost.x86_64.rpm 5.4 MB/s | 518 kB 00:00 (342/399): hiera-3.6.0-6.el9ost.noarch.rpm 373 kB/s | 33 kB 00:00 (343/399): leatherman-1.12.6-5.el9ost.x86_64.rp 4.4 MB/s | 405 kB 00:00 (344/399): openstack-tripleo-common-15.4.1-17.1 610 kB/s | 52 kB 00:00 (345/399): openstack-tripleo-common-containers- 917 kB/s | 78 kB 00:00 (346/399): puppet-7.10.0-4.el9ost.noarch.rpm 121 kB/s | 11 kB 00:00 (347/399): puppet-keystone-18.6.1-17.1.20250425 1.4 MB/s | 127 kB 00:00 (348/399): puppet-headless-7.10.0-4.el9ost.noar 12 MB/s | 1.4 MB 00:00 (349/399): python3-amqp-5.0.6-5.el9ost.noarch.r 1.0 MB/s | 92 kB 00:00 (350/399): python3-cachetools-4.2.2-3.el9ost.no 388 kB/s | 33 kB 00:00 (351/399): python3-boto-2.45.0-8.1.el9ost.noarc 12 MB/s | 1.3 MB 00:00 (352/399): python3-cmd2-1.4.0-4.el9ost.noarch.r 2.9 MB/s | 284 kB 00:00 (353/399): python3-colorama-0.4.4-4.el9ost.noar 408 kB/s | 35 kB 00:00 (354/399): python3-dogpile-cache-1.1.5-5.el9ost 995 kB/s | 89 kB 00:00 (355/399): python3-extras-1.0.0-17.el9ost.noarc 134 kB/s | 21 kB 00:00 (356/399): python3-fixtures-3.0.0-24.el9ost.noa 983 kB/s | 93 kB 00:00 (357/399): python3-keyring-21.8.0-4.el9ost.noar 833 kB/s | 77 kB 00:00 (358/399): python3-msgpack-1.0.2-4.el9ost.x86_6 1.0 MB/s | 87 kB 00:00 (359/399): python3-kombu-5.0.2-3.el9ost.noarch. 3.1 MB/s | 313 kB 00:00 (360/399): python3-munch-2.5.0-6.el9ost.noarch. 296 kB/s | 25 kB 00:00 (361/399): python3-openstacksdk-0.55.1-17.1.202 7.6 MB/s | 735 kB 00:00 (362/399): python3-paste-deploy-2.1.1-4.el9ost. 475 kB/s | 41 kB 00:00 (363/399): python3-paste-3.5.0-5.el9ost.noarch. 7.3 MB/s | 776 kB 00:00 (364/399): python3-repoze-lru-0.7-12.el9ost.noa 368 kB/s | 32 kB 00:00 (365/399): python3-pystache-0.5.4-15.el9ost.noa 1.4 MB/s | 132 kB 00:00 (366/399): python3-routes-2.4.1-14.el9ost.noarc 2.1 MB/s | 188 kB 00:00 (367/399): python3-rsa-4.6-3.1.el9ost.noarch.rp 674 kB/s | 57 kB 00:00 (368/399): python3-secretstorage-3.3.1-3.el9ost 399 kB/s | 36 kB 00:00 (369/399): python3-simplejson-3.17.5-3.el9ost.x 2.8 MB/s | 266 kB 00:00 (370/399): python3-tempita-0.5.1-27.el9ost.noar 406 kB/s | 36 kB 00:00 (371/399): python3-testtools-2.4.0-10.el9ost.no 3.6 MB/s | 333 kB 00:00 (372/399): python3-tripleo-common-15.4.1-17.1.2 2.2 MB/s | 202 kB 00:00 (373/399): python3-tripleoclient-16.5.1-17.1.20 5.9 MB/s | 553 kB 00:00 (374/399): python3-vine-5.0.0-5.el9ost.noarch.r 287 kB/s | 26 kB 00:00 (375/399): python3-warlock-1.3.3-7.el9ost.noarc 244 kB/s | 21 kB 00:00 (376/399): python3-yappi-1.3.1-5.el9ost.x86_64. 557 kB/s | 56 kB 00:00 (377/399): ruby-augeas-0.5.0-29.el9ost.x86_64.r 320 kB/s | 29 kB 00:00 (378/399): python3-yaql-1.1.3-13.el9ost.noarch. 1.8 MB/s | 180 kB 00:00 (379/399): ruby-facter-3.14.19-3.el9ost.x86_64. 111 kB/s | 9.5 kB 00:00 (380/399): ansible-role-lunasa-hsm-1.1.1-17.1.2 223 kB/s | 19 kB 00:00 (381/399): yaml-cpp-0.6.3-6.el9ost.x86_64.rpm 1.3 MB/s | 123 kB 00:00 (382/399): openstack-heat-api-16.1.1-17.1.20250 180 kB/s | 16 kB 00:00 (383/399): openstack-heat-engine-16.1.1-17.1.20 182 kB/s | 15 kB 00:00 (384/399): openstack-heat-common-16.1.1-17.1.20 15 MB/s | 1.6 MB 00:00 (385/399): openstack-heat-monolith-16.1.1-17.1. 183 kB/s | 16 kB 00:00 (386/399): openstack-tripleo-heat-templates-14. 6.2 MB/s | 617 kB 00:00 (387/399): puppet-barbican-18.4.2-17.1.20250625 677 kB/s | 57 kB 00:00 (388/399): python-openstackclient-lang-5.5.2-17 646 kB/s | 58 kB 00:00 (389/399): tripleo-ansible-3.3.1-17.1.202507021 5.9 MB/s | 570 kB 00:00 (390/399): python3-openstackclient-5.5.2-17.1.2 9.9 MB/s | 1.1 MB 00:00 (391/399): libfdisk-2.37.4-11.el9_2.x86_64.rpm 1.7 MB/s | 156 kB 00:00 (392/399): libmount-2.37.4-11.el9_2.x86_64.rpm 1.4 MB/s | 136 kB 00:00 (393/399): libuuid-2.37.4-11.el9_2.x86_64.rpm 342 kB/s | 30 kB 00:00 (394/399): util-linux-2.37.4-11.el9_2.x86_64.rp 20 MB/s | 2.3 MB 00:00 (395/399): util-linux-core-2.37.4-11.el9_2.x86_ 4.8 MB/s | 464 kB 00:00 (396/399): libblkid-2.37.4-11.el9_2.x86_64.rpm 1.1 MB/s | 109 kB 00:00 (397/399): libsmartcols-2.37.4-11.el9_2.x86_64. 700 kB/s | 65 kB 00:00 (398/399): device-mapper-1.02.187-7.el9_2.2.x86 1.5 MB/s | 142 kB 00:00 (399/399): device-mapper-libs-1.02.187-7.el9_2. 1.8 MB/s | 176 kB 00:00 -------------------------------------------------------------------------------- Total 7.6 MB/s | 97 MB 00:12 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-dns-2.2.1-2.el9.noarch 119/408 Installing : python3-openvswitch3.3-3.3.4-110.el9fdp.x86_64 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 : python-openstackclient-lang-5.5.2-17.1.202506161 168/408 Installing : yaml-cpp-0.6.3-6.el9ost.x86_64 169/408 Installing : python3-yaql-1.1.3-13.el9ost.noarch 170/408 Installing : python3-yappi-1.3.1-5.el9ost.x86_64 171/408 Installing : python3-warlock-1.3.3-7.el9ost.noarch 172/408 Installing : python3-glanceclient-1:3.3.0-17.1.20240712170803 173/408 Installing : python3-repoze-lru-0.7-12.el9ost.noarch 174/408 Installing : python3-routes-2.4.1-14.el9ost.noarch 175/408 Installing : python3-extras-1.0.0-17.el9ost.noarch 176/408 Installing : python3-colorama-0.4.4-4.el9ost.noarch 177/408 Installing : python3-cachetools-4.2.2-3.el9ost.noarch 178/408 Installing : openstack-tripleo-common-containers-15.4.1-17.1. 179/408 Installing : python3-waitress-2.0.0-4.el9ost.noarch 180/408 Installing : python-oslo-db-lang-8.5.2-17.1.20240820150750.26 181/408 Installing : openstack-selinux-0.8.37-17.1.20231107080825.05d 182/408 Running scriptlet: openstack-selinux-0.8.37-17.1.20231107080825.05d 182/408 Installing : python3-sqlparse-0.4.1-2.el9ost.noarch 183/408 Installing : python3-migrate-0.13.0-1.el9ost.noarch 184/408 Installing : python3-werkzeug-2.0.1-7.el9ost.noarch 185/408 Installing : python3-statsd-3.2.1-20.1.el9ost.noarch 186/408 Installing : python3-oslo-rootwrap-6.3.1-17.1.20230621110703. 187/408 Installing : python3-os-traits-2.5.0-17.1.20230620221402.ac1b 188/408 Installing : python-pycadf-common-3.1.1-17.1.20230620210757.4 189/408 Installing : python3-pycadf-3.1.1-17.1.20230620210757.4179996 190/408 Installing : python-oslo-versionedobjects-lang-2.4.1-17.1.202 191/408 Installing : python-oslo-policy-lang-3.7.1-17.1.2023062100394 192/408 Installing : python3-oslo-policy-3.7.1-17.1.20230621003949.63 193/408 Installing : python3-oslo-upgradecheck-1.3.1-17.1.20230621010 194/408 Installing : python-oslo-middleware-lang-4.2.1-17.1.202306210 195/408 Installing : python3-oslo-middleware-4.2.1-17.1.2023062101122 196/408 Installing : python-oslo-log-lang-4.4.0-17.1.20230620205407.9 197/408 Installing : python3-oslo-log-4.4.0-17.1.20230620205407.9b29c 198/408 Installing : python-oslo-cache-lang-2.7.1-17.1.20230621012756 199/408 Installing : python3-soupsieve-2.2-1.el9ost.noarch 200/408 Installing : python3-smmap-3.0.1-4.el9ost.noarch 201/408 Installing : python3-gitdb-4.0.5-2.el9ost.noarch 202/408 Installing : python3-GitPython-3.1.14-2.el9ost.noarch 203/408 Installing : python3-setproctitle-1.2.2-1.el9ost.x86_64 204/408 Installing : python3-pyperclip-1.8.0-3.el9ost.noarch 205/408 Installing : python3-natsort-7.1.1-2.el9ost.noarch 206/408 Installing : python3-croniter-0.3.35-2.el9ost.noarch 207/408 Installing : python3-mimeparse-1.6.0-16.el9ost.noarch 208/408 Installing : python3-fixtures-3.0.0-24.el9ost.noarch 209/408 Installing : python3-testtools-2.4.0-10.el9ost.noarch 210/408 Installing : python3-oslo-service-2.5.1-17.1.20240821200745.c 211/408 Installing : python3-oslo-messaging-12.7.3-17.1.2023121913080 212/408 Installing : python3-osprofiler-3.4.0-17.1.20230620215259.5d8 213/408 Installing : python3-oslo-versionedobjects-2.4.1-17.1.2023062 214/408 Installing : python3-memcached-1.59-3.el9ost.noarch 215/408 Installing : python3-oslo-cache-2.7.1-17.1.20230621012756.d02 216/408 Installing : python3-keystonemiddleware-9.2.0-17.1.2023062021 217/408 Installing : python3-logutils-0.3.5-15.el9ost.noarch 218/408 Installing : python3-lockfile-1:0.12.2-2.el9ost.noarch 219/408 Installing : python3-docutils-0.16-6.el9ost.noarch 220/408 Installing : python3-daemon-2.3.0-1.el9ost.noarch 221/408 Installing : python3-bcrypt-3.1.7-7.el9ost.x86_64 222/408 Installing : python3-paramiko-2.11.0-2.el9ost.noarch 223/408 Installing : openpgm-5.2.122-26.el9ost.x86_64 224/408 Installing : golang-github-vbatts-tar-split-0.11.1-9.el9ost.x 225/408 Installing : python3-sss-murmur-2.8.2-5.el9_2.5.x86_64 226/408 Installing : libipa_hbac-2.8.2-5.el9_2.5.x86_64 227/408 Installing : python3-libipa_hbac-2.8.2-5.el9_2.5.x86_64 228/408 Installing : libxslt-1.1.34-11.el9_2.x86_64 229/408 Installing : python3-beautifulsoup4-4.9.3-2.el9ost.noarch 230/408 Installing : python3-lxml-4.6.5-3.el9.x86_64 231/408 Installing : python3-webtest-2.0.35-6.el9ost.noarch 232/408 Installing : python3-pecan-1.4.0-2.el9ost.noarch 233/408 Installing : ipa-client-common-4.10.1-12.el9_2.2.noarch 234/408 Running scriptlet: ipa-selinux-4.10.1-6.el9.noarch 235/408 Installing : ipa-selinux-4.10.1-6.el9.noarch 235/408 Running scriptlet: ipa-selinux-4.10.1-6.el9.noarch 235/408 Installing : ipa-common-4.10.1-12.el9_2.2.noarch 236/408 Installing : oniguruma-6.9.6-1.el9.5.x86_64 237/408 Installing : jq-1.6-14.el9.x86_64 238/408 Installing : python3-wcwidth-0.2.5-8.el9.noarch 239/408 Installing : python3-cmd2-1.4.0-4.el9ost.noarch 240/408 Installing : python3-cliff-3.7.0-17.1.20230620172206.117a100. 241/408 Installing : python3-osc-lib-2.3.1-17.1.20230620203400.2b7a67 242/408 Installing : python3-heatclient-2.3.1-17.1.20230621012952.d16 243/408 Installing : python3-neutronclient-7.3.1-17.1.20230621044049. 244/408 Installing : python3-zaqarclient-2.4.0-17.1.20230620214253.e3 245/408 Installing : python3-ironic-inspector-client-4.5.0-17.1.20230 246/408 Installing : python3-mistralclient-4.2.0-17.1.20230620220528. 247/408 Installing : python3-troveclient-7.0.0-17.1.20230620220924.c7 248/408 Installing : os-collect-config-13.1.1-17.1.20231020001748.761 249/408 Running scriptlet: os-collect-config-13.1.1-17.1.20231020001748.761 249/408 Installing : python3-heat-agent-2.2.1-17.1.20230620232028.ed1 250/408 Installing : python3-heat-agent-apply-config-2.2.1-17.1.20230 251/408 Installing : python3-heat-agent-docker-cmd-2.2.1-17.1.2023062 252/408 Installing : python3-heat-agent-hiera-2.2.1-17.1.202306202320 253/408 Installing : python3-heat-agent-json-file-2.2.1-17.1.20230620 254/408 Installing : python3-aodhclient-2.2.0-17.1.20230620222234.b74 255/408 Installing : python3-designateclient-4.2.1-17.1.2023062102313 256/408 Installing : python3-magnumclient-3.4.1-17.1.20230621053508.2 257/408 Installing : python3-manilaclient-2.6.4-17.1.20240830140806.7 258/408 Installing : python3-barbicanclient-5.3.0-17.1.20230620213453 259/408 Installing : python3-PyMySQL-0.10.1-6.el9.noarch 260/408 Installing : python3-oslo-db-8.5.2-17.1.20240820150750.26fd6f 261/408 Installing : boost-atomic-1.75.0-8.el9.x86_64 262/408 Installing : boost-log-1.75.0-8.el9.x86_64 263/408 Installing : libburn-1.5.4-4.el9.x86_64 264/408 Installing : boost-program-options-1.75.0-8.el9.x86_64 265/408 Installing : sshpass-1.09-4.el9.x86_64 266/408 Installing : openstack-ansible-core-2.14.2-4.7.el9ost.x86_64 267/408 Installing : python3-ansible-runner-2.0.0a1-3.el9ost.noarch 268/408 Installing : ansible-pacemaker-1.0.4-17.1.20231213170757.7c10 269/408 Installing : python3-validations-libs-1.9.1-17.1.202309130208 270/408 Installing : validations-common-1.9.1-17.1.20231006020828.f27 271/408 Installing : ansible-collection-community-general-4.0.0-1.1.e 272/408 Installing : ansible-collection-ansible-posix-1.2.0-1.3.el9os 273/408 Installing : ansible-role-chrony-1.3.1-17.1.20230621084226.01 274/408 Installing : ansible-role-container-registry-1.4.1-17.1.20230 275/408 Installing : ansible-role-redhat-subscription-1.3.0-17.1.2023 276/408 Installing : ansible-tripleo-ipsec-11.0.1-17.1.20230620172008 277/408 Installing : ansible-collection-containers-podman-1.9.4-5.el9 278/408 Installing : ansible-collections-openstack-1.9.1-17.1.2025051 279/408 Installing : ansible-role-metalsmith-deployment-1.4.4-17.1.20 280/408 Installing : ansible-role-openstack-operations-0.0.1-17.1.202 281/408 Installing : ansible-freeipa-1.9.2-3.el9_2.noarch 282/408 Installing : rhel-system-roles-1.21.2-1.el9_2.noarch 283/408 Installing : ansible-collection-ansible-utils-2.3.0-2.el9ost. 284/408 Installing : ansible-collection-ansible-netcommon-2.2.0-1.2.e 285/408 Installing : ansible-config_template-2.0.1-17.1.2023062108392 286/408 Installing : ansible-role-atos-hsm-1.0.1-17.1.20230927001631. 287/408 Installing : ansible-role-collectd-config-0.0.3-17.1.20230620 288/408 Installing : ansible-role-qdr-config-0.0.2-17.1.2023062017113 289/408 Installing : ansible-role-thales-hsm-3.0.1-17.1.2023100722080 290/408 Installing : ansible-role-tripleo-modify-image-1.5.1-17.1.202 291/408 Installing : python3-heat-agent-ansible-2.2.1-17.1.2023062023 292/408 Installing : ansible-role-lunasa-hsm-1.1.1-17.1.2025060318083 293/408 Installing : python3-jwcrypto-0.8-4.el9.noarch 294/408 Installing : python3-ipalib-4.10.1-12.el9_2.2.noarch 295/408 Installing : python3-ipaclient-4.10.1-12.el9_2.2.noarch 296/408 Installing : iptables-nft-services-1.8.8-6.el9_1.noarch 297/408 Running scriptlet: iptables-nft-services-1.8.8-6.el9_1.noarch 297/408 Installing : libisofs-1.5.4-4.el9.x86_64 298/408 Installing : libisoburn-1.5.4-4.el9.x86_64 299/408 Installing : xorriso-1.5.4-4.el9.x86_64 300/408 Running scriptlet: xorriso-1.5.4-4.el9.x86_64 300/408 Installing : boost-nowide-1.75.0-8.el9.x86_64 301/408 Installing : leatherman-1.12.6-5.el9ost.x86_64 302/408 Installing : cpp-hocon-0.3.0-7.el9ost.x86_64 303/408 Installing : facter-1:3.14.19-3.el9ost.x86_64 304/408 Installing : ruby-facter-1:3.14.19-3.el9ost.x86_64 305/408 Installing : rubygem-puppet-resource_api-1.8.13-1.el9ost.noar 306/408 Running scriptlet: puppet-headless-7.10.0-4.el9ost.noarch 307/408 Installing : puppet-headless-7.10.0-4.el9ost.noarch 307/408 Installing : puppet-7.10.0-4.el9ost.noarch 308/408 Running scriptlet: puppet-7.10.0-4.el9ost.noarch 308/408 Installing : puppet-stdlib-6.3.1-17.1.20230621000857.7c1ae25. 309/408 Installing : puppet-inifile-4.2.1-17.1.20230620180624.df46d2a 310/408 Installing : puppet-concat-6.2.1-17.1.20230620181556.dfeabb9. 311/408 Installing : puppet-apache-6.5.2-17.1.20230621001106.e4a1532. 312/408 Installing : puppet-xinetd-3.3.1-17.1.20230620185435.8d460c4. 313/408 Installing : puppet-firewall-3.4.1-17.1.20230621022040.94f707 314/408 Installing : puppet-memcached-6.0.0-17.1.20230620184630.4c70d 315/408 Installing : puppet-sysctl-0.0.13-17.1.20230620183456.847ec1c 316/408 Installing : puppet-rsync-1.1.4-17.1.20230621002829.ea6397e.e 317/408 Installing : puppet-corosync-8.0.1-17.1.20230621104908.6a9da9 318/408 Installing : puppet-mysql-10.6.1-17.1.20230621022141.937d044. 319/408 Installing : puppet-systemd-2.12.1-17.1.20230620191611.8f68b0 320/408 Installing : puppet-redis-6.1.1-17.1.20230620191704.547105e.e 321/408 Installing : puppet-openstack_extras-18.5.1-17.1.202306210424 322/408 Installing : puppet-horizon-18.6.1-17.1.20230621075748.8074e6 323/408 Installing : puppet-pacemaker-1.5.1-17.1.20250214161010.f10ce 324/408 Installing : puppet-auditd-2.2.1-17.1.20230620192453.189b22b. 325/408 Installing : puppet-collectd-13.0.1-17.1.20230620193147.ad138 326/408 Installing : puppet-dns-8.2.1-17.1.20230621002045.70f5b28.el9 327/408 Installing : puppet-haproxy-4.2.2-17.1.20230620193950.a797b8c 328/408 Installing : puppet-keepalived-0.0.2-17.1.20230620194716.bbca 329/408 Installing : puppet-rsyslog-4.0.1-17.1.20230620200132.2548a0d 330/408 Installing : puppet-ssh-6.2.1-17.1.20230620190251.6e0f430.el9 331/408 Installing : puppet-fdio-18.2-1.20220727113954.6fd1c8e.el9ost 332/408 Installing : puppet-archive-4.6.1-17.1.20230620181607.bc7e4ff 333/408 Installing : puppet-rabbitmq-11.0.1-17.1.20230620182519.63fee 334/408 Installing : puppet-openstacklib-18.5.2-17.1.20230621052822.6 335/408 Installing : puppet-oslo-18.5.1-17.1.20230621052358.fe2a147.e 336/408 Installing : puppet-keystone-18.6.1-17.1.20250425111017.cb0ad 337/408 Installing : puppet-glance-18.6.1-17.1.20250220151014.81b081d 338/408 Installing : puppet-cinder-18.5.2-17.1.20230621054224.6aa60e7 339/408 Installing : puppet-nova-18.6.1-17.1.20230621090443.a21eae4.e 340/408 Installing : puppet-octavia-18.5.1-17.1.20230621062420.842492 341/408 Installing : puppet-manila-18.5.2-17.1.20231102190827.a72a7d5 342/408 Installing : puppet-ceilometer-18.4.3-17.1.20230927010818.383 343/408 Installing : puppet-designate-18.6.1-17.1.20230621061456.f4c0 344/408 Installing : puppet-gnocchi-18.4.3-17.1.20230621061020.7584b9 345/408 Installing : puppet-heat-18.4.1-17.1.20230621111632.3b41bb0.e 346/408 Installing : puppet-placement-5.4.3-17.1.20230621061610.e7557 347/408 Installing : puppet-swift-18.6.1-17.1.20230621052139.f105ffc. 348/408 Installing : puppet-barbican-18.4.2-17.1.20250625204151.af6c7 349/408 Installing : puppet-aodh-18.4.2-17.1.20230620151218.3e47b5a.e 350/408 Installing : puppet-certmonger-2.7.1-17.1.20230620184730.3e2e 351/408 Installing : puppet-etcd-1.12.3-17.1.20230620193226.e143c2d.e 352/408 Installing : puppet-git-0.5.0-17.1.20230620193928.4e4498e.el9 353/408 Installing : puppet-ipaclient-2.5.2-17.1.20230620194626.b0867 354/408 Installing : puppet-nssdb-1.0.2-17.1.20230620185645.2ed2a2d.e 355/408 Installing : puppet-qdr-7.4.1-17.1.20230620195605.8a575de.el9 356/408 Installing : puppet-snmp-3.9.1-17.1.20230620200411.5d73485.el 357/408 Installing : puppet-ovn-18.6.1-17.1.20240925094907.7805f7e.el 358/408 Installing : puppet-kmod-2.5.0-17.1.20230620190646.52e31e3.el 359/408 Installing : puppet-vswitch-14.4.3-17.1.20230621043558.51e82c 360/408 Installing : puppet-neutron-18.6.1-17.1.20230621053056.c9d467 361/408 Installing : puppet-module-data-0.5.1-17.1.20230620195419.28d 362/408 Installing : puppet-remote-10.0.0-17.1.20230620192417.7420908 363/408 Installing : puppet-vcsrepo-3.1.1-17.1.20230620183456.a36ee18 364/408 Installing : puppet-ironic-18.7.1-17.1.20240305210817.edf93f9 365/408 Installing : python3-heat-agent-puppet-2.2.1-17.1.20230620232 366/408 Installing : openstack-heat-agents-2.2.1-17.1.20230620232028. 367/408 Installing : pkgconf-m4-1.7.3-10.el9.noarch 368/408 Installing : libpkgconf-1.7.3-10.el9.x86_64 369/408 Installing : pkgconf-1.7.3-10.el9.x86_64 370/408 Installing : pkgconf-pkg-config-1.7.3-10.el9.x86_64 371/408 Installing : bash-completion-1:2.11-4.el9.noarch 372/408 Installing : python3-openstackclient-5.5.2-17.1.2025061610090 373/408 Running scriptlet: python3-openstackclient-5.5.2-17.1.2025061610090 373/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 374/408 Installing : python3-tripleo-common-15.4.1-17.1.2025052716141 375/408 Installing : tripleo-ansible-3.3.1-17.1.20250702110757.8debef 376/408 Installing : openstack-tripleo-validations-14.3.2-17.1.202501 377/408 Installing : python3-saharaclient-3.3.0-17.1.20230620222322.4 378/408 Installing : python3-octaviaclient-2.3.1-17.1.20231106100828. 379/408 Installing : libkadm5-1.20.1-8.el9.x86_64 380/408 Installing : krb5-pkinit-1.20.1-8.el9.x86_64 381/408 Installing : krb5-workstation-1.20.1-8.el9.x86_64 382/408 Installing : ansible-tripleo-ipa-0.3.1-17.1.20230627190951.8d 383/408 Installing : openstack-tripleo-common-15.4.1-17.1.20250527161 384/408 Installing : openstack-tripleo-heat-templates-14.3.1-17.1.202 385/408 Installing : glibc-langpack-en-2.34-60.el9.x86_64 386/408 Installing : puppet-tripleo-14.2.3-17.1.20250320101351.40278e 387/408 Installing : libunwind-1.6.2-1.el9cp.x86_64 388/408 Installing : zeromq-4.3.4-1.el9ost.x86_64 389/408 Installing : python3-zmq-22.0.3-1.el9ost.x86_64 390/408 Installing : python3-tinyrpc-1.0.3-6.el9ost.noarch 391/408 Installing : python3-os-ken-1.4.1-17.1.20241205090937.018d755 392/408 warning: group neutron does not exist - using root Installing : python3-neutron-lib-2.10.3-17.1.20231221164814.6 393/408 Running scriptlet: openstack-heat-common-1:16.1.1-17.1.202507031108 394/408 Installing : openstack-heat-common-1:16.1.1-17.1.202507031108 394/408 Installing : openstack-heat-api-1:16.1.1-17.1.20250703110808. 395/408 Running scriptlet: openstack-heat-api-1:16.1.1-17.1.20250703110808. 395/408 Installing : openstack-heat-engine-1:16.1.1-17.1.202507031108 396/408 Running scriptlet: openstack-heat-engine-1:16.1.1-17.1.202507031108 396/408 Installing : openstack-heat-monolith-1:16.1.1-17.1.2025070311 397/408 Running scriptlet: openstack-heat-monolith-1:16.1.1-17.1.2025070311 397/408 Installing : python3-tripleoclient-16.5.1-17.1.20250523121326 398/408 Running scriptlet: cephadm-2:18.2.1-361.el9cp.noarch 399/408 Installing : cephadm-2:18.2.1-361.el9cp.noarch 399/408 Cleanup : device-mapper-9:1.02.187-7.el9.x86_64 400/408 Cleanup : util-linux-2.37.4-10.el9.x86_64 401/408 Cleanup : util-linux-core-2.37.4-10.el9.x86_64 402/408 Cleanup : libfdisk-2.37.4-10.el9.x86_64 403/408 Cleanup : libmount-2.37.4-10.el9.x86_64 404/408 Cleanup : libblkid-2.37.4-10.el9.x86_64 405/408 Cleanup : libuuid-2.37.4-10.el9.x86_64 406/408 Cleanup : libsmartcols-2.37.4-10.el9.x86_64 407/408 Cleanup : device-mapper-libs-9:1.02.187-7.el9.x86_64 408/408 Running scriptlet: ipa-selinux-4.10.1-6.el9.noarch 408/408 Running scriptlet: device-mapper-libs-9:1.02.187-7.el9.x86_64 408/408 Verifying : ansible-collection-community-general-4.0.0-1.1.e 1/408 Verifying : libunwind-1.6.2-1.el9cp.x86_64 2/408 Verifying : ansible-collection-ansible-posix-1.2.0-1.3.el9os 3/408 Verifying : cephadm-2:18.2.1-361.el9cp.noarch 4/408 Verifying : python3-openvswitch3.3-3.3.4-110.el9fdp.x86_64 5/408 Verifying : bash-completion-1:2.11-4.el9.noarch 6/408 Verifying : device-mapper-persistent-data-0.9.0-13.el9.x86_6 7/408 Verifying : libaio-0.3.111-13.el9.x86_64 8/408 Verifying : glibc-langpack-en-2.34-60.el9.x86_64 9/408 Verifying : krb5-pkinit-1.20.1-8.el9.x86_64 10/408 Verifying : krb5-workstation-1.20.1-8.el9.x86_64 11/408 Verifying : libkadm5-1.20.1-8.el9.x86_64 12/408 Verifying : libpkgconf-1.7.3-10.el9.x86_64 13/408 Verifying : pkgconf-1.7.3-10.el9.x86_64 14/408 Verifying : pkgconf-m4-1.7.3-10.el9.noarch 15/408 Verifying : pkgconf-pkg-config-1.7.3-10.el9.x86_64 16/408 Verifying : python3-dns-2.2.1-2.el9.noarch 17/408 Verifying : perl-IO-Socket-SSL-2.073-1.el9.noarch 18/408 Verifying : boost-system-1.75.0-8.el9.x86_64 19/408 Verifying : perl-Getopt-Long-1:2.52-4.el9.noarch 20/408 Verifying : perl-Storable-1:3.21-460.el9.x86_64 21/408 Verifying : python3-urllib-gssapi-1.0.2-4.el9.noarch 22/408 Verifying : boost-locale-1.75.0-8.el9.x86_64 23/408 Verifying : boost-nowide-1.75.0-8.el9.x86_64 24/408 Verifying : boost-thread-1.75.0-8.el9.x86_64 25/408 Verifying : perl-Data-Dumper-2.174-462.el9.x86_64 26/408 Verifying : perl-Exporter-5.74-461.el9.noarch 27/408 Verifying : perl-File-Temp-1:0.231.100-4.el9.noarch 28/408 Verifying : perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch 29/408 Verifying : perl-parent-1:0.238-460.el9.noarch 30/408 Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 31/408 Verifying : xorriso-1.5.4-4.el9.x86_64 32/408 Verifying : libisofs-1.5.4-4.el9.x86_64 33/408 Verifying : perl-IO-Socket-IP-0.41-5.el9.noarch 34/408 Verifying : perl-Net-SSLeay-1.92-2.el9.x86_64 35/408 Verifying : perl-PathTools-3.78-461.el9.x86_64 36/408 Verifying : perl-Pod-Simple-1:3.42-4.el9.noarch 37/408 Verifying : perl-Term-ANSIColor-5.01-461.el9.noarch 38/408 Verifying : perl-Text-ParseWords-3.30-460.el9.noarch 39/408 Verifying : perl-URI-5.09-3.el9.noarch 40/408 Verifying : perl-libnet-3.13-4.el9.noarch 41/408 Verifying : python3-lxml-4.6.5-3.el9.x86_64 42/408 Verifying : boost-chrono-1.75.0-8.el9.x86_64 43/408 Verifying : iptables-nft-services-1.8.8-6.el9_1.noarch 44/408 Verifying : perl-Carp-1.50-460.el9.noarch 45/408 Verifying : perl-Encode-4:3.08-462.el9.x86_64 46/408 Verifying : perl-Mozilla-CA-20200520-6.el9.noarch 47/408 Verifying : perl-Term-Cap-1.17-460.el9.noarch 48/408 Verifying : perl-Time-Local-2:1.300-7.el9.noarch 49/408 Verifying : python3-psutil-5.8.0-12.el9.x86_64 50/408 Verifying : python3-yubico-1.3.3-7.el9.noarch 51/408 Verifying : perl-Pod-Escapes-1:1.07-460.el9.noarch 52/408 Verifying : python3-jwcrypto-0.8-4.el9.noarch 53/408 Verifying : sshpass-1.09-4.el9.x86_64 54/408 Verifying : boost-filesystem-1.75.0-8.el9.x86_64 55/408 Verifying : boost-log-1.75.0-8.el9.x86_64 56/408 Verifying : boost-program-options-1.75.0-8.el9.x86_64 57/408 Verifying : libburn-1.5.4-4.el9.x86_64 58/408 Verifying : perl-Digest-MD5-2.58-4.el9.x86_64 59/408 Verifying : perl-MIME-Base64-3.16-4.el9.x86_64 60/408 Verifying : boost-atomic-1.75.0-8.el9.x86_64 61/408 Verifying : libisoburn-1.5.4-4.el9.x86_64 62/408 Verifying : perl-Digest-1.19-4.el9.noarch 63/408 Verifying : perl-File-Path-2.18-4.el9.noarch 64/408 Verifying : perl-Pod-Perldoc-3.28.01-461.el9.noarch 65/408 Verifying : perl-Pod-Usage-4:2.01-4.el9.noarch 66/408 Verifying : perl-Scalar-List-Utils-4:1.56-461.el9.x86_64 67/408 Verifying : perl-Socket-4:2.031-4.el9.x86_64 68/408 Verifying : perl-constant-1.33-461.el9.noarch 69/408 Verifying : perl-podlators-1:4.14-460.el9.noarch 70/408 Verifying : python3-PyMySQL-0.10.1-6.el9.noarch 71/408 Verifying : python3-appdirs-1.4.4-4.el9.noarch 72/408 Verifying : python3-pyasn1-0.4.8-6.el9.noarch 73/408 Verifying : python3-pyusb-1.0.2-13.el9.noarch 74/408 Verifying : python3-qrcode-core-6.1-12.el9.noarch 75/408 Verifying : python3-wcwidth-0.2.5-8.el9.noarch 76/408 Verifying : boost-regex-1.75.0-8.el9.x86_64 77/408 Verifying : oniguruma-6.9.6-1.el9.5.x86_64 78/408 Verifying : python3-alembic-1.7.5-3.el9.noarch 79/408 Verifying : python3-augeas-0.5.0-25.el9.noarch 80/408 Verifying : python3-gssapi-1.6.9-5.el9.x86_64 81/408 Verifying : augeas-libs-1.13.0-3.el9.x86_64 82/408 Verifying : jq-1.6-14.el9.x86_64 83/408 Verifying : libselinux-ruby-3.5-1.el9.x86_64 84/408 Verifying : perl-AutoLoader-5.74-480.el9.noarch 85/408 Verifying : perl-B-1.80-480.el9.x86_64 86/408 Verifying : perl-Class-Struct-0.66-480.el9.noarch 87/408 Verifying : perl-Errno-1.30-480.el9.x86_64 88/408 Verifying : perl-Fcntl-1.13-480.el9.x86_64 89/408 Verifying : perl-File-Basename-2.85-480.el9.noarch 90/408 Verifying : perl-File-stat-1.09-480.el9.noarch 91/408 Verifying : perl-FileHandle-2.03-480.el9.noarch 92/408 Verifying : perl-Getopt-Std-1.12-480.el9.noarch 93/408 Verifying : perl-IPC-Open3-1.21-480.el9.noarch 94/408 Verifying : perl-POSIX-1.94-480.el9.x86_64 95/408 Verifying : perl-SelectSaver-1.02-480.el9.noarch 96/408 Verifying : perl-Symbol-1.08-480.el9.noarch 97/408 Verifying : perl-interpreter-4:5.32.1-480.el9.x86_64 98/408 Verifying : perl-libs-4:5.32.1-480.el9.x86_64 99/408 Verifying : perl-overload-1.31-480.el9.noarch 100/408 Verifying : perl-overloading-0.02-480.el9.noarch 101/408 Verifying : python3-ldap-3.4.3-2.el9.x86_64 102/408 Verifying : ipa-selinux-4.10.1-6.el9.noarch 103/408 Verifying : openssl-perl-1:3.0.7-6.el9_2.x86_64 104/408 Verifying : perl-IO-1.43-480.el9.x86_64 105/408 Verifying : perl-NDBM_File-1.15-480.el9.x86_64 106/408 Verifying : perl-base-2.27-480.el9.noarch 107/408 Verifying : perl-if-0.60.800-480.el9.noarch 108/408 Verifying : perl-mro-1.23-480.el9.x86_64 109/408 Verifying : perl-subs-1.03-480.el9.noarch 110/408 Verifying : perl-vars-1.05-480.el9.noarch 111/408 Verifying : python3-mako-1.1.4-6.el9.noarch 112/408 Verifying : ansible-freeipa-1.9.2-3.el9_2.noarch 113/408 Verifying : rhel-system-roles-1.21.2-1.el9_2.noarch 114/408 Verifying : ipa-client-common-4.10.1-12.el9_2.2.noarch 115/408 Verifying : ipa-common-4.10.1-12.el9_2.2.noarch 116/408 Verifying : python3-ipaclient-4.10.1-12.el9_2.2.noarch 117/408 Verifying : python3-ipalib-4.10.1-12.el9_2.2.noarch 118/408 Verifying : perl-HTTP-Tiny-0.076-461.el9_2.noarch 119/408 Verifying : skopeo-2:1.11.2-0.1.el9_2.2.x86_64 120/408 Verifying : ruby-3.0.4-161.el9_2.2.x86_64 121/408 Verifying : ruby-default-gems-3.0.4-161.el9_2.2.noarch 122/408 Verifying : ruby-libs-3.0.4-161.el9_2.2.x86_64 123/408 Verifying : rubygem-bigdecimal-3.0.0-161.el9_2.2.x86_64 124/408 Verifying : rubygem-bundler-2.2.33-161.el9_2.2.noarch 125/408 Verifying : rubygem-io-console-0.5.7-161.el9_2.2.x86_64 126/408 Verifying : rubygem-json-2.5.1-161.el9_2.2.x86_64 127/408 Verifying : rubygem-psych-3.3.2-161.el9_2.2.x86_64 128/408 Verifying : rubygem-rdoc-6.3.3-161.el9_2.2.noarch 129/408 Verifying : rubygem-rexml-3.2.5-161.el9_2.2.noarch 130/408 Verifying : rubygems-3.2.33-161.el9_2.2.noarch 131/408 Verifying : buildah-1:1.29.5-1.el9_2.x86_64 132/408 Verifying : libxslt-1.1.34-11.el9_2.x86_64 133/408 Verifying : qemu-img-17:7.2.0-14.el9_2.18.x86_64 134/408 Verifying : libipa_hbac-2.8.2-5.el9_2.5.x86_64 135/408 Verifying : python3-libipa_hbac-2.8.2-5.el9_2.5.x86_64 136/408 Verifying : python3-sss-murmur-2.8.2-5.el9_2.5.x86_64 137/408 Verifying : device-mapper-event-9:1.02.187-7.el9_2.2.x86_64 138/408 Verifying : device-mapper-event-libs-9:1.02.187-7.el9_2.2.x8 139/408 Verifying : lvm2-9:2.03.17-7.el9_2.2.x86_64 140/408 Verifying : lvm2-libs-9:2.03.17-7.el9_2.2.x86_64 141/408 Verifying : ansible-collection-ansible-netcommon-2.2.0-1.2.e 142/408 Verifying : ansible-collection-ansible-utils-2.3.0-2.el9ost. 143/408 Verifying : golang-github-vbatts-tar-split-0.11.1-9.el9ost.x 144/408 Verifying : heat-cfntools-1.4.2-6.1.el9ost.noarch 145/408 Verifying : libsodium-1.0.18-7.el9ost.x86_64 146/408 Verifying : openpgm-5.2.122-26.el9ost.x86_64 147/408 Verifying : puppet-fdio-18.2-1.20220727113954.6fd1c8e.el9ost 148/408 Verifying : python3-ansible-runner-2.0.0a1-3.el9ost.noarch 149/408 Verifying : python3-bcrypt-3.1.7-7.el9ost.x86_64 150/408 Verifying : python3-beautifulsoup4-4.9.3-2.el9ost.noarch 151/408 Verifying : python3-croniter-0.3.35-2.el9ost.noarch 152/408 Verifying : python3-daemon-2.3.0-1.el9ost.noarch 153/408 Verifying : python3-docutils-0.16-6.el9ost.noarch 154/408 Verifying : python3-etcd3gw-0.2.6-2.el9ost.noarch 155/408 Verifying : python3-gevent-21.1.2-2.el9ost.x86_64 156/408 Verifying : python3-gitdb-4.0.5-2.el9ost.noarch 157/408 Verifying : python3-jeepney-0.6.0-2.el9ost.noarch 158/408 Verifying : python3-jmespath-0.10.0-1.el9ost.noarch 159/408 Verifying : python3-lockfile-1:0.12.2-2.el9ost.noarch 160/408 Verifying : python3-logutils-0.3.5-15.el9ost.noarch 161/408 Verifying : python3-memcached-1.59-3.el9ost.noarch 162/408 Verifying : python3-migrate-0.13.0-1.el9ost.noarch 163/408 Verifying : python3-mimeparse-1.6.0-16.el9ost.noarch 164/408 Verifying : python3-natsort-7.1.1-2.el9ost.noarch 165/408 Verifying : python3-passlib-1.7.4-3.el9ost.noarch 166/408 Verifying : python3-pecan-1.4.0-2.el9ost.noarch 167/408 Verifying : python3-pyOpenSSL-20.0.1-2.el9ost.noarch 168/408 Verifying : python3-pynacl-1.4.0-1.el9ost.x86_64 169/408 Verifying : python3-pyperclip-1.8.0-3.el9ost.noarch 170/408 Verifying : python3-setproctitle-1.2.2-1.el9ost.x86_64 171/408 Verifying : python3-smmap-3.0.1-4.el9ost.noarch 172/408 Verifying : python3-soupsieve-2.2-1.el9ost.noarch 173/408 Verifying : python3-sqlalchemy13-1.3.24-3.el9ost.x86_64 174/408 Verifying : python3-tenacity-6.3.1-1.el9ost.noarch 175/408 Verifying : python3-webtest-2.0.35-6.el9ost.noarch 176/408 Verifying : python3-zmq-22.0.3-1.el9ost.x86_64 177/408 Verifying : python3-zope-event-4.2.0-20.el9ost.noarch 178/408 Verifying : python3-zope-interface-5.4.0-1.el9ost.x86_64 179/408 Verifying : rubygem-concurrent-ruby-1.1.5-2.el9ost.noarch 180/408 Verifying : rubygem-deep_merge-1.2.1-7.el9ost.noarch 181/408 Verifying : rubygem-fast_gettext-1.2.0-9.el9ost.noarch 182/408 Verifying : rubygem-hocon-1.3.1-2.el9ost.noarch 183/408 Verifying : rubygem-multi_json-1.15.0-2.el9ost.noarch 184/408 Verifying : rubygem-puppet-resource_api-1.8.13-1.el9ost.noar 185/408 Verifying : rubygem-ruby-shadow-2.5.0-15.el9ost.x86_64 186/408 Verifying : rubygem-semantic_puppet-1.0.4-2.el9ost.noarch 187/408 Verifying : zeromq-4.3.4-1.el9ost.x86_64 188/408 Verifying : ansible-config_template-2.0.1-17.1.2023062108392 189/408 Verifying : ansible-role-atos-hsm-1.0.1-17.1.20230927001631. 190/408 Verifying : ansible-role-chrony-1.3.1-17.1.20230621084226.01 191/408 Verifying : ansible-role-collectd-config-0.0.3-17.1.20230620 192/408 Verifying : ansible-role-container-registry-1.4.1-17.1.20230 193/408 Verifying : ansible-role-openstack-operations-0.0.1-17.1.202 194/408 Verifying : ansible-role-qdr-config-0.0.2-17.1.2023062017113 195/408 Verifying : ansible-role-redhat-subscription-1.3.0-17.1.2023 196/408 Verifying : ansible-role-thales-hsm-3.0.1-17.1.2023100722080 197/408 Verifying : ansible-role-tripleo-modify-image-1.5.1-17.1.202 198/408 Verifying : ansible-tripleo-ipa-0.3.1-17.1.20230627190951.8d 199/408 Verifying : ansible-tripleo-ipsec-11.0.1-17.1.20230620172008 200/408 Verifying : dib-utils-0.0.11-17.1.20230620173328.51661c3.el9 201/408 Verifying : openstack-heat-agents-2.2.1-17.1.20230620232028. 202/408 Verifying : os-apply-config-13.1.1-17.1.20231020001757.3c7f9 203/408 Verifying : os-collect-config-13.1.1-17.1.20231020001748.761 204/408 Verifying : os-refresh-config-13.1.1-17.1.20231020000854.812 205/408 Verifying : puppet-aodh-18.4.2-17.1.20230620151218.3e47b5a.e 206/408 Verifying : puppet-apache-6.5.2-17.1.20230621001106.e4a1532. 207/408 Verifying : puppet-archive-4.6.1-17.1.20230620181607.bc7e4ff 208/408 Verifying : puppet-auditd-2.2.1-17.1.20230620192453.189b22b. 209/408 Verifying : puppet-ceilometer-18.4.3-17.1.20230927010818.383 210/408 Verifying : puppet-certmonger-2.7.1-17.1.20230620184730.3e2e 211/408 Verifying : puppet-cinder-18.5.2-17.1.20230621054224.6aa60e7 212/408 Verifying : puppet-collectd-13.0.1-17.1.20230620193147.ad138 213/408 Verifying : puppet-concat-6.2.1-17.1.20230620181556.dfeabb9. 214/408 Verifying : puppet-corosync-8.0.1-17.1.20230621104908.6a9da9 215/408 Verifying : puppet-designate-18.6.1-17.1.20230621061456.f4c0 216/408 Verifying : puppet-dns-8.2.1-17.1.20230621002045.70f5b28.el9 217/408 Verifying : puppet-etcd-1.12.3-17.1.20230620193226.e143c2d.e 218/408 Verifying : puppet-firewall-3.4.1-17.1.20230621022040.94f707 219/408 Verifying : puppet-git-0.5.0-17.1.20230620193928.4e4498e.el9 220/408 Verifying : puppet-gnocchi-18.4.3-17.1.20230621061020.7584b9 221/408 Verifying : puppet-haproxy-4.2.2-17.1.20230620193950.a797b8c 222/408 Verifying : puppet-heat-18.4.1-17.1.20230621111632.3b41bb0.e 223/408 Verifying : puppet-horizon-18.6.1-17.1.20230621075748.8074e6 224/408 Verifying : puppet-inifile-4.2.1-17.1.20230620180624.df46d2a 225/408 Verifying : puppet-ipaclient-2.5.2-17.1.20230620194626.b0867 226/408 Verifying : puppet-keepalived-0.0.2-17.1.20230620194716.bbca 227/408 Verifying : puppet-kmod-2.5.0-17.1.20230620190646.52e31e3.el 228/408 Verifying : puppet-manila-18.5.2-17.1.20231102190827.a72a7d5 229/408 Verifying : puppet-memcached-6.0.0-17.1.20230620184630.4c70d 230/408 Verifying : puppet-module-data-0.5.1-17.1.20230620195419.28d 231/408 Verifying : puppet-mysql-10.6.1-17.1.20230621022141.937d044. 232/408 Verifying : puppet-neutron-18.6.1-17.1.20230621053056.c9d467 233/408 Verifying : puppet-nova-18.6.1-17.1.20230621090443.a21eae4.e 234/408 Verifying : puppet-nssdb-1.0.2-17.1.20230620185645.2ed2a2d.e 235/408 Verifying : puppet-octavia-18.5.1-17.1.20230621062420.842492 236/408 Verifying : puppet-openstack_extras-18.5.1-17.1.202306210424 237/408 Verifying : puppet-openstacklib-18.5.2-17.1.20230621052822.6 238/408 Verifying : puppet-oslo-18.5.1-17.1.20230621052358.fe2a147.e 239/408 Verifying : puppet-placement-5.4.3-17.1.20230621061610.e7557 240/408 Verifying : puppet-qdr-7.4.1-17.1.20230620195605.8a575de.el9 241/408 Verifying : puppet-rabbitmq-11.0.1-17.1.20230620182519.63fee 242/408 Verifying : puppet-redis-6.1.1-17.1.20230620191704.547105e.e 243/408 Verifying : puppet-remote-10.0.0-17.1.20230620192417.7420908 244/408 Verifying : puppet-rsync-1.1.4-17.1.20230621002829.ea6397e.e 245/408 Verifying : puppet-rsyslog-4.0.1-17.1.20230620200132.2548a0d 246/408 Verifying : puppet-snmp-3.9.1-17.1.20230620200411.5d73485.el 247/408 Verifying : puppet-ssh-6.2.1-17.1.20230620190251.6e0f430.el9 248/408 Verifying : puppet-stdlib-6.3.1-17.1.20230621000857.7c1ae25. 249/408 Verifying : puppet-swift-18.6.1-17.1.20230621052139.f105ffc. 250/408 Verifying : puppet-sysctl-0.0.13-17.1.20230620183456.847ec1c 251/408 Verifying : puppet-systemd-2.12.1-17.1.20230620191611.8f68b0 252/408 Verifying : puppet-vcsrepo-3.1.1-17.1.20230620183456.a36ee18 253/408 Verifying : puppet-vswitch-14.4.3-17.1.20230621043558.51e82c 254/408 Verifying : puppet-xinetd-3.3.1-17.1.20230620185435.8d460c4. 255/408 Verifying : python-oslo-cache-lang-2.7.1-17.1.20230621012756 256/408 Verifying : python-oslo-log-lang-4.4.0-17.1.20230620205407.9 257/408 Verifying : python-oslo-middleware-lang-4.2.1-17.1.202306210 258/408 Verifying : python-oslo-policy-lang-3.7.1-17.1.2023062100394 259/408 Verifying : python-oslo-versionedobjects-lang-2.4.1-17.1.202 260/408 Verifying : python-pycadf-common-3.1.1-17.1.20230620210757.4 261/408 Verifying : python3-GitPython-3.1.14-2.el9ost.noarch 262/408 Verifying : python3-aodhclient-2.2.0-17.1.20230620222234.b74 263/408 Verifying : python3-barbicanclient-5.3.0-17.1.20230620213453 264/408 Verifying : python3-cinderclient-7.4.1-17.1.20230620211836.4 265/408 Verifying : python3-cliff-3.7.0-17.1.20230620172206.117a100. 266/408 Verifying : python3-designateclient-4.2.1-17.1.2023062102313 267/408 Verifying : python3-futurist-2.3.0-17.1.20230621104020.1a1c6 268/408 Verifying : python3-heat-agent-2.2.1-17.1.20230620232028.ed1 269/408 Verifying : python3-heat-agent-ansible-2.2.1-17.1.2023062023 270/408 Verifying : python3-heat-agent-apply-config-2.2.1-17.1.20230 271/408 Verifying : python3-heat-agent-docker-cmd-2.2.1-17.1.2023062 272/408 Verifying : python3-heat-agent-hiera-2.2.1-17.1.202306202320 273/408 Verifying : python3-heat-agent-json-file-2.2.1-17.1.20230620 274/408 Verifying : python3-heat-agent-puppet-2.2.1-17.1.20230620232 275/408 Verifying : python3-heatclient-2.3.1-17.1.20230621012952.d16 276/408 Verifying : python3-ironic-inspector-client-4.5.0-17.1.20230 277/408 Verifying : python3-ironicclient-4.6.4-17.1.20230621041552.0 278/408 Verifying : python3-keystoneclient-1:4.3.0-17.1.202306210251 279/408 Verifying : python3-keystonemiddleware-9.2.0-17.1.2023062021 280/408 Verifying : python3-magnumclient-3.4.1-17.1.20230621053508.2 281/408 Verifying : python3-mistralclient-4.2.0-17.1.20230620220528. 282/408 Verifying : python3-neutronclient-7.3.1-17.1.20230621044049. 283/408 Verifying : python3-novaclient-1:17.4.1-17.1.20230621034300. 284/408 Verifying : python3-os-client-config-2.1.0-17.1.202306202031 285/408 Verifying : python3-os-service-types-1.7.0-17.1.202306202012 286/408 Verifying : python3-os-traits-2.5.0-17.1.20230620221402.ac1b 287/408 Verifying : python3-osc-lib-2.3.1-17.1.20230620203400.2b7a67 288/408 Verifying : python3-oslo-cache-2.7.1-17.1.20230621012756.d02 289/408 Verifying : python3-oslo-context-3.2.1-17.1.20230620204857.b 290/408 Verifying : python3-oslo-log-4.4.0-17.1.20230620205407.9b29c 291/408 Verifying : python3-oslo-middleware-4.2.1-17.1.2023062101122 292/408 Verifying : python3-oslo-policy-3.7.1-17.1.20230621003949.63 293/408 Verifying : python3-oslo-reports-2.2.0-17.1.20230620210621.b 294/408 Verifying : python3-oslo-rootwrap-6.3.1-17.1.20230621110703. 295/408 Verifying : python3-oslo-serialization-4.1.1-17.1.2023062101 296/408 Verifying : python3-oslo-upgradecheck-1.3.1-17.1.20230621010 297/408 Verifying : python3-oslo-versionedobjects-2.4.1-17.1.2023062 298/408 Verifying : python3-osprofiler-3.4.0-17.1.20230620215259.5d8 299/408 Verifying : python3-pycadf-3.1.1-17.1.20230620210757.4179996 300/408 Verifying : python3-requestsexceptions-1.4.0-17.1.2023062016 301/408 Verifying : python3-saharaclient-3.3.0-17.1.20230620222322.4 302/408 Verifying : python3-shade-1.33.0-17.1.20230620225148.e7c7f29 303/408 Verifying : python3-statsd-3.2.1-20.1.el9ost.noarch 304/408 Verifying : python3-swiftclient-3.11.1-17.1.20230620204150.0 305/408 Verifying : python3-tinyrpc-1.0.3-6.el9ost.noarch 306/408 Verifying : python3-troveclient-7.0.0-17.1.20230620220924.c7 307/408 Verifying : python3-validations-libs-1.9.1-17.1.202309130208 308/408 Verifying : python3-zaqarclient-2.4.0-17.1.20230620214253.e3 309/408 Verifying : validations-common-1.9.1-17.1.20231006020828.f27 310/408 Verifying : python3-paramiko-2.11.0-2.el9ost.noarch 311/408 Verifying : python3-werkzeug-2.0.1-7.el9ost.noarch 312/408 Verifying : ansible-pacemaker-1.0.4-17.1.20231213170757.7c10 313/408 Verifying : python3-manilaclient-2.6.4-17.1.20240830140806.7 314/408 Verifying : python3-sqlparse-0.4.1-2.el9ost.noarch 315/408 Verifying : python3-webob-1.8.7-2.1.el9ost.noarch 316/408 Verifying : ansible-role-metalsmith-deployment-1.4.4-17.1.20 317/408 Verifying : openstack-selinux-0.8.37-17.1.20231107080825.05d 318/408 Verifying : puppet-ironic-18.7.1-17.1.20240305210817.edf93f9 319/408 Verifying : python-oslo-db-lang-8.5.2-17.1.20240820150750.26 320/408 Verifying : python3-glanceclient-1:3.3.0-17.1.20240712170803 321/408 Verifying : python3-keystoneauth1-4.4.0-17.1.20240812145234. 322/408 Verifying : python3-metalsmith-1.4.4-17.1.20240522060758.5e7 323/408 Verifying : python3-neutron-lib-2.10.3-17.1.20231221164814.6 324/408 Verifying : python3-octaviaclient-2.3.1-17.1.20231106100828. 325/408 Verifying : python3-oslo-db-8.5.2-17.1.20240820150750.26fd6f 326/408 Verifying : python3-oslo-messaging-12.7.3-17.1.2023121913080 327/408 Verifying : python3-oslo-service-2.5.1-17.1.20240821200745.c 328/408 Verifying : python3-rhosp-openvswitch-3.3-1.el9ost.noarch 329/408 Verifying : python3-waitress-2.0.0-4.el9ost.noarch 330/408 Verifying : openstack-ansible-core-2.14.2-4.7.el9ost.x86_64 331/408 Verifying : openstack-tripleo-validations-14.3.2-17.1.202501 332/408 Verifying : puppet-glance-18.6.1-17.1.20250220151014.81b081d 333/408 Verifying : puppet-ovn-18.6.1-17.1.20240925094907.7805f7e.el 334/408 Verifying : puppet-pacemaker-1.5.1-17.1.20250214161010.f10ce 335/408 Verifying : python3-os-ken-1.4.1-17.1.20241205090937.018d755 336/408 Verifying : puppet-tripleo-14.2.3-17.1.20250320101351.40278e 337/408 Verifying : ansible-collection-containers-podman-1.9.4-5.el9 338/408 Verifying : ansible-collections-openstack-1.9.1-17.1.2025051 339/408 Verifying : cpp-hocon-0.3.0-7.el9ost.x86_64 340/408 Verifying : facter-1:3.14.19-3.el9ost.x86_64 341/408 Verifying : hiera-3.6.0-6.el9ost.noarch 342/408 Verifying : leatherman-1.12.6-5.el9ost.x86_64 343/408 Verifying : openstack-tripleo-common-15.4.1-17.1.20250527161 344/408 Verifying : openstack-tripleo-common-containers-15.4.1-17.1. 345/408 Verifying : puppet-7.10.0-4.el9ost.noarch 346/408 Verifying : puppet-headless-7.10.0-4.el9ost.noarch 347/408 Verifying : puppet-keystone-18.6.1-17.1.20250425111017.cb0ad 348/408 Verifying : python3-amqp-5.0.6-5.el9ost.noarch 349/408 Verifying : python3-boto-2.45.0-8.1.el9ost.noarch 350/408 Verifying : python3-cachetools-4.2.2-3.el9ost.noarch 351/408 Verifying : python3-cmd2-1.4.0-4.el9ost.noarch 352/408 Verifying : python3-colorama-0.4.4-4.el9ost.noarch 353/408 Verifying : python3-dogpile-cache-1.1.5-5.el9ost.noarch 354/408 Verifying : python3-extras-1.0.0-17.el9ost.noarch 355/408 Verifying : python3-fixtures-3.0.0-24.el9ost.noarch 356/408 Verifying : python3-keyring-21.8.0-4.el9ost.noarch 357/408 Verifying : python3-kombu-1:5.0.2-3.el9ost.noarch 358/408 Verifying : python3-msgpack-1.0.2-4.el9ost.x86_64 359/408 Verifying : python3-munch-2.5.0-6.el9ost.noarch 360/408 Verifying : python3-openstacksdk-0.55.1-17.1.20250516211008. 361/408 Verifying : python3-paste-3.5.0-5.el9ost.noarch 362/408 Verifying : python3-paste-deploy-2.1.1-4.el9ost.noarch 363/408 Verifying : python3-pystache-0.5.4-15.el9ost.noarch 364/408 Verifying : python3-repoze-lru-0.7-12.el9ost.noarch 365/408 Verifying : python3-routes-2.4.1-14.el9ost.noarch 366/408 Verifying : python3-rsa-4.6-3.1.el9ost.noarch 367/408 Verifying : python3-secretstorage-3.3.1-3.el9ost.noarch 368/408 Verifying : python3-simplejson-3.17.5-3.el9ost.x86_64 369/408 Verifying : python3-tempita-0.5.1-27.el9ost.noarch 370/408 Verifying : python3-testtools-2.4.0-10.el9ost.noarch 371/408 Verifying : python3-tripleo-common-15.4.1-17.1.2025052716141 372/408 Verifying : python3-tripleoclient-16.5.1-17.1.20250523121326 373/408 Verifying : python3-vine-5.0.0-5.el9ost.noarch 374/408 Verifying : python3-warlock-1.3.3-7.el9ost.noarch 375/408 Verifying : python3-yappi-1.3.1-5.el9ost.x86_64 376/408 Verifying : python3-yaql-1.1.3-13.el9ost.noarch 377/408 Verifying : ruby-augeas-0.5.0-29.el9ost.x86_64 378/408 Verifying : ruby-facter-1:3.14.19-3.el9ost.x86_64 379/408 Verifying : yaml-cpp-0.6.3-6.el9ost.x86_64 380/408 Verifying : ansible-role-lunasa-hsm-1.1.1-17.1.2025060318083 381/408 Verifying : openstack-heat-api-1:16.1.1-17.1.20250703110808. 382/408 Verifying : openstack-heat-common-1:16.1.1-17.1.202507031108 383/408 Verifying : openstack-heat-engine-1:16.1.1-17.1.202507031108 384/408 Verifying : openstack-heat-monolith-1:16.1.1-17.1.2025070311 385/408 Verifying : openstack-tripleo-heat-templates-14.3.1-17.1.202 386/408 Verifying : puppet-barbican-18.4.2-17.1.20250625204151.af6c7 387/408 Verifying : python-openstackclient-lang-5.5.2-17.1.202506161 388/408 Verifying : python3-openstackclient-5.5.2-17.1.2025061610090 389/408 Verifying : tripleo-ansible-3.3.1-17.1.20250702110757.8debef 390/408 Verifying : libfdisk-2.37.4-11.el9_2.x86_64 391/408 Verifying : libfdisk-2.37.4-10.el9.x86_64 392/408 Verifying : libmount-2.37.4-11.el9_2.x86_64 393/408 Verifying : libmount-2.37.4-10.el9.x86_64 394/408 Verifying : libuuid-2.37.4-11.el9_2.x86_64 395/408 Verifying : libuuid-2.37.4-10.el9.x86_64 396/408 Verifying : util-linux-2.37.4-11.el9_2.x86_64 397/408 Verifying : util-linux-2.37.4-10.el9.x86_64 398/408 Verifying : util-linux-core-2.37.4-11.el9_2.x86_64 399/408 Verifying : util-linux-core-2.37.4-10.el9.x86_64 400/408 Verifying : libblkid-2.37.4-11.el9_2.x86_64 401/408 Verifying : libblkid-2.37.4-10.el9.x86_64 402/408 Verifying : libsmartcols-2.37.4-11.el9_2.x86_64 403/408 Verifying : libsmartcols-2.37.4-10.el9.x86_64 404/408 Verifying : device-mapper-9:1.02.187-7.el9_2.2.x86_64 405/408 Verifying : device-mapper-9:1.02.187-7.el9.x86_64 406/408 Verifying : device-mapper-libs-9:1.02.187-7.el9_2.2.x86_64 407/408 Verifying : device-mapper-libs-9:1.02.187-7.el9.x86_64 408/408 Installed products updated. Upgraded: device-mapper-9:1.02.187-7.el9_2.2.x86_64 device-mapper-libs-9:1.02.187-7.el9_2.2.x86_64 libblkid-2.37.4-11.el9_2.x86_64 libfdisk-2.37.4-11.el9_2.x86_64 libmount-2.37.4-11.el9_2.x86_64 libsmartcols-2.37.4-11.el9_2.x86_64 libuuid-2.37.4-11.el9_2.x86_64 util-linux-2.37.4-11.el9_2.x86_64 util-linux-core-2.37.4-11.el9_2.x86_64 Installed: ansible-collection-ansible-netcommon-2.2.0-1.2.el9ost.noarch ansible-collection-ansible-posix-1.2.0-1.3.el9ost.noarch ansible-collection-ansible-utils-2.3.0-2.el9ost.noarch ansible-collection-community-general-4.0.0-1.1.el9ost.noarch ansible-collection-containers-podman-1.9.4-5.el9ost.noarch ansible-collections-openstack-1.9.1-17.1.20250511000957.0e9a6f2.el9ost.noarch ansible-config_template-2.0.1-17.1.20230621083924.7951228.el9ost.noarch ansible-freeipa-1.9.2-3.el9_2.noarch ansible-pacemaker-1.0.4-17.1.20231213170757.7c10fdb.el9ost.noarch ansible-role-atos-hsm-1.0.1-17.1.20230927001631.8618a22.el9ost.noarch ansible-role-chrony-1.3.1-17.1.20230621084226.0111661.el9ost.noarch ansible-role-collectd-config-0.0.3-17.1.20230620165926.1992666.el9ost.noarch ansible-role-container-registry-1.4.1-17.1.20230621045806.a091b9c.el9ost.noarch ansible-role-lunasa-hsm-1.1.1-17.1.20250603180833.5b8127c.el9ost.noarch ansible-role-metalsmith-deployment-1.4.4-17.1.20240522060758.5e7461e.el9ost.noarch ansible-role-openstack-operations-0.0.1-17.1.20230620170737.2ab288f.el9ost.noarch ansible-role-qdr-config-0.0.2-17.1.20230620171136.b456651.el9ost.noarch ansible-role-redhat-subscription-1.3.0-17.1.20230621033420.eefe501.el9ost.noarch ansible-role-thales-hsm-3.0.1-17.1.20231007220803.f95c0fc.el9ost.noarch ansible-role-tripleo-modify-image-1.5.1-17.1.20230621064242.b6eedb6.el9ost.noarch ansible-tripleo-ipa-0.3.1-17.1.20230627190951.8d29d9e.el9ost.noarch ansible-tripleo-ipsec-11.0.1-17.1.20230620172008.b5559c8.el9ost.noarch augeas-libs-1.13.0-3.el9.x86_64 bash-completion-1:2.11-4.el9.noarch boost-atomic-1.75.0-8.el9.x86_64 boost-chrono-1.75.0-8.el9.x86_64 boost-filesystem-1.75.0-8.el9.x86_64 boost-locale-1.75.0-8.el9.x86_64 boost-log-1.75.0-8.el9.x86_64 boost-nowide-1.75.0-8.el9.x86_64 boost-program-options-1.75.0-8.el9.x86_64 boost-regex-1.75.0-8.el9.x86_64 boost-system-1.75.0-8.el9.x86_64 boost-thread-1.75.0-8.el9.x86_64 buildah-1:1.29.5-1.el9_2.x86_64 cephadm-2:18.2.1-361.el9cp.noarch cpp-hocon-0.3.0-7.el9ost.x86_64 device-mapper-event-9:1.02.187-7.el9_2.2.x86_64 device-mapper-event-libs-9:1.02.187-7.el9_2.2.x86_64 device-mapper-persistent-data-0.9.0-13.el9.x86_64 dib-utils-0.0.11-17.1.20230620173328.51661c3.el9ost.noarch facter-1:3.14.19-3.el9ost.x86_64 glibc-langpack-en-2.34-60.el9.x86_64 golang-github-vbatts-tar-split-0.11.1-9.el9ost.x86_64 heat-cfntools-1.4.2-6.1.el9ost.noarch hiera-3.6.0-6.el9ost.noarch ipa-client-common-4.10.1-12.el9_2.2.noarch ipa-common-4.10.1-12.el9_2.2.noarch ipa-selinux-4.10.1-6.el9.noarch iptables-nft-services-1.8.8-6.el9_1.noarch jq-1.6-14.el9.x86_64 krb5-pkinit-1.20.1-8.el9.x86_64 krb5-workstation-1.20.1-8.el9.x86_64 leatherman-1.12.6-5.el9ost.x86_64 libaio-0.3.111-13.el9.x86_64 libburn-1.5.4-4.el9.x86_64 libipa_hbac-2.8.2-5.el9_2.5.x86_64 libisoburn-1.5.4-4.el9.x86_64 libisofs-1.5.4-4.el9.x86_64 libkadm5-1.20.1-8.el9.x86_64 libpkgconf-1.7.3-10.el9.x86_64 libselinux-ruby-3.5-1.el9.x86_64 libsodium-1.0.18-7.el9ost.x86_64 libunwind-1.6.2-1.el9cp.x86_64 libxslt-1.1.34-11.el9_2.x86_64 lvm2-9:2.03.17-7.el9_2.2.x86_64 lvm2-libs-9:2.03.17-7.el9_2.2.x86_64 oniguruma-6.9.6-1.el9.5.x86_64 openpgm-5.2.122-26.el9ost.x86_64 openssl-perl-1:3.0.7-6.el9_2.x86_64 openstack-ansible-core-2.14.2-4.7.el9ost.x86_64 openstack-heat-agents-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch openstack-heat-api-1:16.1.1-17.1.20250703110808.edc6d60.el9ost.noarch openstack-heat-common-1:16.1.1-17.1.20250703110808.edc6d60.el9ost.noarch openstack-heat-engine-1:16.1.1-17.1.20250703110808.edc6d60.el9ost.noarch openstack-heat-monolith-1:16.1.1-17.1.20250703110808.edc6d60.el9ost.noarch openstack-selinux-0.8.37-17.1.20231107080825.05dd1b2.el9ost.noarch openstack-tripleo-common-15.4.1-17.1.20250527161411.e5b18f2.el9ost.noarch openstack-tripleo-common-containers-15.4.1-17.1.20250527161411.e5b18f2.el9ost.noarch openstack-tripleo-heat-templates-14.3.1-17.1.20250704160749.e7c7ce3.el9ost.noarch openstack-tripleo-validations-14.3.2-17.1.20250120160809.2b526f8.el9ost.noarch os-apply-config-13.1.1-17.1.20231020001757.3c7f9b9.el9ost.noarch os-collect-config-13.1.1-17.1.20231020001748.76173d8.el9ost.noarch os-refresh-config-13.1.1-17.1.20231020000854.812905b.el9ost.noarch perl-AutoLoader-5.74-480.el9.noarch perl-B-1.80-480.el9.x86_64 perl-Carp-1.50-460.el9.noarch perl-Class-Struct-0.66-480.el9.noarch perl-Data-Dumper-2.174-462.el9.x86_64 perl-Digest-1.19-4.el9.noarch perl-Digest-MD5-2.58-4.el9.x86_64 perl-Encode-4:3.08-462.el9.x86_64 perl-Errno-1.30-480.el9.x86_64 perl-Exporter-5.74-461.el9.noarch perl-Fcntl-1.13-480.el9.x86_64 perl-File-Basename-2.85-480.el9.noarch perl-File-Path-2.18-4.el9.noarch perl-File-Temp-1:0.231.100-4.el9.noarch perl-File-stat-1.09-480.el9.noarch perl-FileHandle-2.03-480.el9.noarch perl-Getopt-Long-1:2.52-4.el9.noarch perl-Getopt-Std-1.12-480.el9.noarch perl-HTTP-Tiny-0.076-461.el9_2.noarch perl-IO-1.43-480.el9.x86_64 perl-IO-Socket-IP-0.41-5.el9.noarch perl-IO-Socket-SSL-2.073-1.el9.noarch perl-IPC-Open3-1.21-480.el9.noarch perl-MIME-Base64-3.16-4.el9.x86_64 perl-Mozilla-CA-20200520-6.el9.noarch perl-NDBM_File-1.15-480.el9.x86_64 perl-Net-SSLeay-1.92-2.el9.x86_64 perl-POSIX-1.94-480.el9.x86_64 perl-PathTools-3.78-461.el9.x86_64 perl-Pod-Escapes-1:1.07-460.el9.noarch perl-Pod-Perldoc-3.28.01-461.el9.noarch perl-Pod-Simple-1:3.42-4.el9.noarch perl-Pod-Usage-4:2.01-4.el9.noarch perl-Scalar-List-Utils-4:1.56-461.el9.x86_64 perl-SelectSaver-1.02-480.el9.noarch perl-Socket-4:2.031-4.el9.x86_64 perl-Storable-1:3.21-460.el9.x86_64 perl-Symbol-1.08-480.el9.noarch perl-Term-ANSIColor-5.01-461.el9.noarch perl-Term-Cap-1.17-460.el9.noarch perl-Text-ParseWords-3.30-460.el9.noarch perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch perl-Time-Local-2:1.300-7.el9.noarch perl-URI-5.09-3.el9.noarch perl-base-2.27-480.el9.noarch perl-constant-1.33-461.el9.noarch perl-if-0.60.800-480.el9.noarch perl-interpreter-4:5.32.1-480.el9.x86_64 perl-libnet-3.13-4.el9.noarch perl-libs-4:5.32.1-480.el9.x86_64 perl-mro-1.23-480.el9.x86_64 perl-overload-1.31-480.el9.noarch perl-overloading-0.02-480.el9.noarch perl-parent-1:0.238-460.el9.noarch perl-podlators-1:4.14-460.el9.noarch perl-subs-1.03-480.el9.noarch perl-vars-1.05-480.el9.noarch pkgconf-1.7.3-10.el9.x86_64 pkgconf-m4-1.7.3-10.el9.noarch pkgconf-pkg-config-1.7.3-10.el9.x86_64 puppet-7.10.0-4.el9ost.noarch puppet-aodh-18.4.2-17.1.20230620151218.3e47b5a.el9ost.noarch puppet-apache-6.5.2-17.1.20230621001106.e4a1532.el9ost.noarch puppet-archive-4.6.1-17.1.20230620181607.bc7e4ff.el9ost.noarch puppet-auditd-2.2.1-17.1.20230620192453.189b22b.el9ost.noarch puppet-barbican-18.4.2-17.1.20250625204151.af6c77b.el9ost.noarch puppet-ceilometer-18.4.3-17.1.20230927010818.3838907.el9ost.noarch puppet-certmonger-2.7.1-17.1.20230620184730.3e2e660.el9ost.noarch puppet-cinder-18.5.2-17.1.20230621054224.6aa60e7.el9ost.noarch puppet-collectd-13.0.1-17.1.20230620193147.ad138a7.el9ost.noarch puppet-concat-6.2.1-17.1.20230620181556.dfeabb9.el9ost.noarch puppet-corosync-8.0.1-17.1.20230621104908.6a9da9a.el9ost.noarch puppet-designate-18.6.1-17.1.20230621061456.f4c0b89.el9ost.noarch puppet-dns-8.2.1-17.1.20230621002045.70f5b28.el9ost.noarch puppet-etcd-1.12.3-17.1.20230620193226.e143c2d.el9ost.noarch puppet-fdio-18.2-1.20220727113954.6fd1c8e.el9ost.noarch puppet-firewall-3.4.1-17.1.20230621022040.94f707c.el9ost.noarch puppet-git-0.5.0-17.1.20230620193928.4e4498e.el9ost.noarch puppet-glance-18.6.1-17.1.20250220151014.81b081d.el9ost.noarch puppet-gnocchi-18.4.3-17.1.20230621061020.7584b94.el9ost.noarch puppet-haproxy-4.2.2-17.1.20230620193950.a797b8c.el9ost.noarch puppet-headless-7.10.0-4.el9ost.noarch puppet-heat-18.4.1-17.1.20230621111632.3b41bb0.el9ost.noarch puppet-horizon-18.6.1-17.1.20230621075748.8074e69.el9ost.noarch puppet-inifile-4.2.1-17.1.20230620180624.df46d2a.el9ost.noarch puppet-ipaclient-2.5.2-17.1.20230620194626.b086731.el9ost.noarch puppet-ironic-18.7.1-17.1.20240305210817.edf93f9.el9ost.noarch puppet-keepalived-0.0.2-17.1.20230620194716.bbca37a.el9ost.noarch puppet-keystone-18.6.1-17.1.20250425111017.cb0adcb.el9ost.noarch puppet-kmod-2.5.0-17.1.20230620190646.52e31e3.el9ost.noarch puppet-manila-18.5.2-17.1.20231102190827.a72a7d5.el9ost.noarch puppet-memcached-6.0.0-17.1.20230620184630.4c70dbd.el9ost.noarch puppet-module-data-0.5.1-17.1.20230620195419.28dafce.el9ost.noarch puppet-mysql-10.6.1-17.1.20230621022141.937d044.el9ost.noarch puppet-neutron-18.6.1-17.1.20230621053056.c9d467f.el9ost.noarch puppet-nova-18.6.1-17.1.20230621090443.a21eae4.el9ost.noarch puppet-nssdb-1.0.2-17.1.20230620185645.2ed2a2d.el9ost.noarch puppet-octavia-18.5.1-17.1.20230621062420.842492c.el9ost.noarch puppet-openstack_extras-18.5.1-17.1.20230621042409.504e1a0.el9ost.noarch puppet-openstacklib-18.5.2-17.1.20230621052822.64d8ac6.el9ost.noarch puppet-oslo-18.5.1-17.1.20230621052358.fe2a147.el9ost.noarch puppet-ovn-18.6.1-17.1.20240925094907.7805f7e.el9ost.noarch puppet-pacemaker-1.5.1-17.1.20250214161010.f10ce89.el9ost.noarch puppet-placement-5.4.3-17.1.20230621061610.e7557a5.el9ost.noarch puppet-qdr-7.4.1-17.1.20230620195605.8a575de.el9ost.noarch puppet-rabbitmq-11.0.1-17.1.20230620182519.63fee2c.el9ost.noarch puppet-redis-6.1.1-17.1.20230620191704.547105e.el9ost.noarch puppet-remote-10.0.0-17.1.20230620192417.7420908.el9ost.noarch puppet-rsync-1.1.4-17.1.20230621002829.ea6397e.el9ost.noarch puppet-rsyslog-4.0.1-17.1.20230620200132.2548a0d.el9ost.noarch puppet-snmp-3.9.1-17.1.20230620200411.5d73485.el9ost.noarch puppet-ssh-6.2.1-17.1.20230620190251.6e0f430.el9ost.noarch puppet-stdlib-6.3.1-17.1.20230621000857.7c1ae25.el9ost.noarch puppet-swift-18.6.1-17.1.20230621052139.f105ffc.el9ost.noarch puppet-sysctl-0.0.13-17.1.20230620183456.847ec1c.el9ost.noarch puppet-systemd-2.12.1-17.1.20230620191611.8f68b0d.el9ost.noarch puppet-tripleo-14.2.3-17.1.20250320101351.40278e1.el9ost.noarch puppet-vcsrepo-3.1.1-17.1.20230620183456.a36ee18.el9ost.noarch puppet-vswitch-14.4.3-17.1.20230621043558.51e82ca.el9ost.noarch puppet-xinetd-3.3.1-17.1.20230620185435.8d460c4.el9ost.noarch python-openstackclient-lang-5.5.2-17.1.20250616100909.42d9b6e.el9ost.noarch python-oslo-cache-lang-2.7.1-17.1.20230621012756.d0252f6.el9ost.noarch python-oslo-db-lang-8.5.2-17.1.20240820150750.26fd6fb.el9ost.noarch python-oslo-log-lang-4.4.0-17.1.20230620205407.9b29c90.el9ost.noarch python-oslo-middleware-lang-4.2.1-17.1.20230621011225.b40ca5f.el9ost.noarch python-oslo-policy-lang-3.7.1-17.1.20230621003949.639b471.el9ost.noarch python-oslo-versionedobjects-lang-2.4.1-17.1.20230621010423.89ff171.el9ost.noarch python-pycadf-common-3.1.1-17.1.20230620210757.4179996.el9ost.noarch python3-GitPython-3.1.14-2.el9ost.noarch python3-PyMySQL-0.10.1-6.el9.noarch python3-alembic-1.7.5-3.el9.noarch python3-amqp-5.0.6-5.el9ost.noarch python3-ansible-runner-2.0.0a1-3.el9ost.noarch python3-aodhclient-2.2.0-17.1.20230620222234.b747ae3.el9ost.noarch python3-appdirs-1.4.4-4.el9.noarch python3-augeas-0.5.0-25.el9.noarch python3-barbicanclient-5.3.0-17.1.20230620213453.ad49c40.el9ost.noarch python3-bcrypt-3.1.7-7.el9ost.x86_64 python3-beautifulsoup4-4.9.3-2.el9ost.noarch python3-boto-2.45.0-8.1.el9ost.noarch python3-cachetools-4.2.2-3.el9ost.noarch python3-cinderclient-7.4.1-17.1.20230620211836.4f72e6f.el9ost.noarch python3-cliff-3.7.0-17.1.20230620172206.117a100.el9ost.noarch python3-cmd2-1.4.0-4.el9ost.noarch python3-colorama-0.4.4-4.el9ost.noarch python3-croniter-0.3.35-2.el9ost.noarch python3-daemon-2.3.0-1.el9ost.noarch python3-designateclient-4.2.1-17.1.20230621023138.7a8d156.el9ost.noarch python3-dns-2.2.1-2.el9.noarch python3-docutils-0.16-6.el9ost.noarch python3-dogpile-cache-1.1.5-5.el9ost.noarch python3-etcd3gw-0.2.6-2.el9ost.noarch python3-extras-1.0.0-17.el9ost.noarch python3-fixtures-3.0.0-24.el9ost.noarch python3-futurist-2.3.0-17.1.20230621104020.1a1c6f8.el9ost.noarch python3-gevent-21.1.2-2.el9ost.x86_64 python3-gitdb-4.0.5-2.el9ost.noarch python3-glanceclient-1:3.3.0-17.1.20240712170803.f802c71.el9ost.noarch python3-gssapi-1.6.9-5.el9.x86_64 python3-heat-agent-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-ansible-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-apply-config-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-docker-cmd-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-hiera-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-json-file-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-puppet-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heatclient-2.3.1-17.1.20230621012952.d16c245.el9ost.noarch python3-ipaclient-4.10.1-12.el9_2.2.noarch python3-ipalib-4.10.1-12.el9_2.2.noarch python3-ironic-inspector-client-4.5.0-17.1.20230620205758.3c03e21.el9ost.noarch python3-ironicclient-4.6.4-17.1.20230621041552.09b78fa.el9ost.noarch python3-jeepney-0.6.0-2.el9ost.noarch python3-jmespath-0.10.0-1.el9ost.noarch python3-jwcrypto-0.8-4.el9.noarch python3-keyring-21.8.0-4.el9ost.noarch python3-keystoneauth1-4.4.0-17.1.20240812145234.112bcae.el9ost.noarch python3-keystoneclient-1:4.3.0-17.1.20230621025111.d5cb761.el9ost.noarch python3-keystonemiddleware-9.2.0-17.1.20230620211753.3659bda.el9ost.noarch python3-kombu-1:5.0.2-3.el9ost.noarch python3-ldap-3.4.3-2.el9.x86_64 python3-libipa_hbac-2.8.2-5.el9_2.5.x86_64 python3-lockfile-1:0.12.2-2.el9ost.noarch python3-logutils-0.3.5-15.el9ost.noarch python3-lxml-4.6.5-3.el9.x86_64 python3-magnumclient-3.4.1-17.1.20230621053508.280acd2.el9ost.noarch python3-mako-1.1.4-6.el9.noarch python3-manilaclient-2.6.4-17.1.20240830140806.7f7d7d3.el9ost.noarch python3-memcached-1.59-3.el9ost.noarch python3-metalsmith-1.4.4-17.1.20240522060758.5e7461e.el9ost.noarch python3-migrate-0.13.0-1.el9ost.noarch python3-mimeparse-1.6.0-16.el9ost.noarch python3-mistralclient-4.2.0-17.1.20230620220528.20a10f0.el9ost.noarch python3-msgpack-1.0.2-4.el9ost.x86_64 python3-munch-2.5.0-6.el9ost.noarch python3-natsort-7.1.1-2.el9ost.noarch python3-neutron-lib-2.10.3-17.1.20231221164814.619c0fe.el9ost.noarch python3-neutronclient-7.3.1-17.1.20230621044049.29a9f5e.el9ost.noarch python3-novaclient-1:17.4.1-17.1.20230621034300.5ee4427.el9ost.noarch python3-octaviaclient-2.3.1-17.1.20231106100828.51347bc.el9ost.noarch python3-openstackclient-5.5.2-17.1.20250616100909.42d9b6e.el9ost.noarch python3-openstacksdk-0.55.1-17.1.20250516211008.f09ed4a.el9ost.noarch python3-openvswitch3.3-3.3.4-110.el9fdp.x86_64 python3-os-client-config-2.1.0-17.1.20230620203151.bc96c23.el9ost.noarch python3-os-ken-1.4.1-17.1.20241205090937.018d755.el9ost.noarch python3-os-service-types-1.7.0-17.1.20230620201222.0b2f473.el9ost.noarch python3-os-traits-2.5.0-17.1.20230620221402.ac1b39e.el9ost.noarch python3-osc-lib-2.3.1-17.1.20230620203400.2b7a679.el9ost.noarch python3-oslo-cache-2.7.1-17.1.20230621012756.d0252f6.el9ost.noarch python3-oslo-context-3.2.1-17.1.20230620204857.b124eb7.el9ost.noarch python3-oslo-db-8.5.2-17.1.20240820150750.26fd6fb.el9ost.noarch python3-oslo-log-4.4.0-17.1.20230620205407.9b29c90.el9ost.noarch python3-oslo-messaging-12.7.3-17.1.20231219130800.5d6fd1a.el9ost.noarch python3-oslo-middleware-4.2.1-17.1.20230621011225.b40ca5f.el9ost.noarch python3-oslo-policy-3.7.1-17.1.20230621003949.639b471.el9ost.noarch python3-oslo-reports-2.2.0-17.1.20230620210621.bc631ae.el9ost.noarch python3-oslo-rootwrap-6.3.1-17.1.20230621110703.1b1b960.el9ost.noarch python3-oslo-serialization-4.1.1-17.1.20230621011445.bbe5d5a.el9ost.noarch python3-oslo-service-2.5.1-17.1.20240821200745.c1e3398.el9ost.noarch python3-oslo-upgradecheck-1.3.1-17.1.20230621010138.9561ecb.el9ost.noarch python3-oslo-versionedobjects-2.4.1-17.1.20230621010423.89ff171.el9ost.noarch python3-osprofiler-3.4.0-17.1.20230620215259.5d82a02.el9ost.noarch python3-paramiko-2.11.0-2.el9ost.noarch python3-passlib-1.7.4-3.el9ost.noarch python3-paste-3.5.0-5.el9ost.noarch python3-paste-deploy-2.1.1-4.el9ost.noarch python3-pecan-1.4.0-2.el9ost.noarch python3-psutil-5.8.0-12.el9.x86_64 python3-pyOpenSSL-20.0.1-2.el9ost.noarch python3-pyasn1-0.4.8-6.el9.noarch python3-pyasn1-modules-0.4.8-6.el9.noarch python3-pycadf-3.1.1-17.1.20230620210757.4179996.el9ost.noarch python3-pynacl-1.4.0-1.el9ost.x86_64 python3-pyperclip-1.8.0-3.el9ost.noarch python3-pystache-0.5.4-15.el9ost.noarch python3-pyusb-1.0.2-13.el9.noarch python3-qrcode-core-6.1-12.el9.noarch python3-repoze-lru-0.7-12.el9ost.noarch python3-requestsexceptions-1.4.0-17.1.20230620164652.d7ac0ff.el9ost.noarch python3-rhosp-openvswitch-3.3-1.el9ost.noarch python3-routes-2.4.1-14.el9ost.noarch python3-rsa-4.6-3.1.el9ost.noarch python3-saharaclient-3.3.0-17.1.20230620222322.401e663.el9ost.noarch python3-secretstorage-3.3.1-3.el9ost.noarch python3-setproctitle-1.2.2-1.el9ost.x86_64 python3-shade-1.33.0-17.1.20230620225148.e7c7f29.el9ost.noarch python3-simplejson-3.17.5-3.el9ost.x86_64 python3-smmap-3.0.1-4.el9ost.noarch python3-soupsieve-2.2-1.el9ost.noarch python3-sqlalchemy13-1.3.24-3.el9ost.x86_64 python3-sqlparse-0.4.1-2.el9ost.noarch python3-sss-murmur-2.8.2-5.el9_2.5.x86_64 python3-statsd-3.2.1-20.1.el9ost.noarch python3-swiftclient-3.11.1-17.1.20230620204150.06b36ae.el9ost.noarch python3-tempita-0.5.1-27.el9ost.noarch python3-tenacity-6.3.1-1.el9ost.noarch python3-testtools-2.4.0-10.el9ost.noarch python3-tinyrpc-1.0.3-6.el9ost.noarch python3-tripleo-common-15.4.1-17.1.20250527161411.e5b18f2.el9ost.noarch python3-tripleoclient-16.5.1-17.1.20250523121326.f3599d0.el9ost.noarch python3-troveclient-7.0.0-17.1.20230620220924.c7319d8.el9ost.noarch python3-urllib-gssapi-1.0.2-4.el9.noarch python3-validations-libs-1.9.1-17.1.20230913020848.8d9e1b5.el9ost.noarch python3-vine-5.0.0-5.el9ost.noarch python3-waitress-2.0.0-4.el9ost.noarch python3-warlock-1.3.3-7.el9ost.noarch python3-wcwidth-0.2.5-8.el9.noarch python3-webob-1.8.7-2.1.el9ost.noarch python3-webtest-2.0.35-6.el9ost.noarch python3-werkzeug-2.0.1-7.el9ost.noarch python3-yappi-1.3.1-5.el9ost.x86_64 python3-yaql-1.1.3-13.el9ost.noarch python3-yubico-1.3.3-7.el9.noarch python3-zaqarclient-2.4.0-17.1.20230620214253.e388947.el9ost.noarch python3-zmq-22.0.3-1.el9ost.x86_64 python3-zope-event-4.2.0-20.el9ost.noarch python3-zope-interface-5.4.0-1.el9ost.x86_64 qemu-img-17:7.2.0-14.el9_2.18.x86_64 rhel-system-roles-1.21.2-1.el9_2.noarch ruby-3.0.4-161.el9_2.2.x86_64 ruby-augeas-0.5.0-29.el9ost.x86_64 ruby-default-gems-3.0.4-161.el9_2.2.noarch ruby-facter-1:3.14.19-3.el9ost.x86_64 ruby-libs-3.0.4-161.el9_2.2.x86_64 rubygem-bigdecimal-3.0.0-161.el9_2.2.x86_64 rubygem-bundler-2.2.33-161.el9_2.2.noarch rubygem-concurrent-ruby-1.1.5-2.el9ost.noarch rubygem-deep_merge-1.2.1-7.el9ost.noarch rubygem-fast_gettext-1.2.0-9.el9ost.noarch rubygem-hocon-1.3.1-2.el9ost.noarch rubygem-io-console-0.5.7-161.el9_2.2.x86_64 rubygem-json-2.5.1-161.el9_2.2.x86_64 rubygem-multi_json-1.15.0-2.el9ost.noarch rubygem-psych-3.3.2-161.el9_2.2.x86_64 rubygem-puppet-resource_api-1.8.13-1.el9ost.noarch rubygem-rdoc-6.3.3-161.el9_2.2.noarch rubygem-rexml-3.2.5-161.el9_2.2.noarch rubygem-ruby-shadow-2.5.0-15.el9ost.x86_64 rubygem-semantic_puppet-1.0.4-2.el9ost.noarch rubygems-3.2.33-161.el9_2.2.noarch skopeo-2:1.11.2-0.1.el9_2.2.x86_64 sshpass-1.09-4.el9.x86_64 tripleo-ansible-3.3.1-17.1.20250702110757.8debef3.el9ost.noarch validations-common-1.9.1-17.1.20231006020828.f273ccb.el9ost.noarch xorriso-1.5.4-4.el9.x86_64 yaml-cpp-0.6.3-6.el9ost.x86_64 zeromq-4.3.4-1.el9ost.x86_64 Complete! + sudo hostnamectl set-hostname standalone.ooo.test + sudo hostnamectl set-hostname standalone.ooo.test --transient Hint: static hostname is already set, so the specified transient hostname will not be used. + cat + cat + cat + export HOST_PRIMARY_RESOLV_CONF_ENTRY=192.168.122.10 + HOST_PRIMARY_RESOLV_CONF_ENTRY=192.168.122.10 + export INTERFACE_MTU=1500 + INTERFACE_MTU=1500 + export NTP_SERVER=pool.ntp.org + NTP_SERVER=pool.ntp.org + export EDPM_CONFIGURE_HUGEPAGES=false + EDPM_CONFIGURE_HUGEPAGES=false + export EDPM_COMPUTE_CEPH_ENABLED=false + EDPM_COMPUTE_CEPH_ENABLED=false + export EDPM_COMPUTE_CEPH_NOVA=false + EDPM_COMPUTE_CEPH_NOVA=false + export 'CEPH_ARGS=-e /root/deployed_ceph.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/cephadm-rbd-only.yaml' + CEPH_ARGS='-e /root/deployed_ceph.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/cephadm-rbd-only.yaml' + [[ false == \f\a\l\s\e ]] + export 'CEPH_ARGS=-e /root/deployed_ceph.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/cephadm-rbd-only.yaml -e /root/nova_noceph.yaml' + CEPH_ARGS='-e /root/deployed_ceph.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/cephadm-rbd-only.yaml -e /root/nova_noceph.yaml' + export COMPUTE_DRIVER=libvirt + COMPUTE_DRIVER=libvirt + export IP=192.168.122.100 + IP=192.168.122.100 + export GATEWAY=192.168.122.10 + GATEWAY=192.168.122.10 + export STANDALONE_VM=false + STANDALONE_VM=false + export BARBICAN_ENABLED=true + BARBICAN_ENABLED=true + 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=False + OCTAVIA_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-10-05T07:16:06.496927 # # 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=true + MANILA_ENABLED=true + SWIFT_REPLICATED=false + TLSE_ENABLED=true + CLOUD_DOMAIN=ooo.test + TELEMETRY_ENABLED=True + OCTAVIA_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 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' + '[' true = true ']' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/services/barbican.yaml' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/barbican-backend-simple-crypto.yaml' + '[' true = true ']' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/manila-cephfsnative-config.yaml' + '[' False = true ']' + '[' True = true ']' + '[' true = true ']' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/ssl/tls-everywhere-endpoints-dns.yaml' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/services/haproxy-public-tls-certmonger.yaml' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/ssl/enable-internal-tls.yaml' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/ssl/enable-memcached-tls.yaml' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/ci/environments/standalone-ipa.yaml' + export IPA_ADMIN_USER=admin + IPA_ADMIN_USER=admin + export IPA_PRINCIPAL=admin + IPA_PRINCIPAL=admin + export IPA_ADMIN_PASSWORD=fce95318204114530f31f885c9df588f + IPA_ADMIN_PASSWORD=fce95318204114530f31f885c9df588f + export IPA_PASSWORD=fce95318204114530f31f885c9df588f + IPA_PASSWORD=fce95318204114530f31f885c9df588f + export UNDERCLOUD_FQDN=standalone.ooo.test + UNDERCLOUD_FQDN=standalone.ooo.test + export IPA_DOMAIN=ooo.test + IPA_DOMAIN=ooo.test ++ echo ooo.test ++ awk '{print toupper($0)}' + export IPA_REALM=OOO.TEST + IPA_REALM=OOO.TEST + export IPA_HOST=ipa.ooo.test + IPA_HOST=ipa.ooo.test + export IPA_SERVER_HOSTNAME=ipa.ooo.test + IPA_SERVER_HOSTNAME=ipa.ooo.test + mkdir /tmp/ipa-data + podman run -d --name freeipa-server-container --sysctl net.ipv6.conf.lo.disable_ipv6=0 --security-opt seccomp=unconfined --ip 10.88.0.2 -e IPA_SERVER_IP=10.88.0.2 -e PASSWORD=fce95318204114530f31f885c9df588f -h ipa.ooo.test --read-only --tmpfs /run --tmpfs /tmp -v /sys/fs/cgroup:/sys/fs/cgroup:ro -v /tmp/ipa-data:/data:Z quay.io/freeipa/freeipa-server:fedora-41 no-exit -U -r OOO.TEST --setup-dns --no-reverse --no-ntp --no-dnssec-validation --auto-forwarders Trying to pull quay.io/freeipa/freeipa-server:fedora-41... Getting image source signatures Copying blob sha256:4bb0f6709301d93fe06d0ea3373c957ff6ca2a71f0199c5142184a5d997707aa Copying blob sha256:dbfd71f4f5145ca5835b513a085d9af7a809f9cf5bfe46a1502faa8321e8bbd3 Copying blob sha256:22d1ae02cf21f79b903b81421389b5e52b5acb101a5a07b51a69fc600cc2fef0 Copying blob sha256:9a3757cba8098bfa19f3d031efbe4c9b189274f17f125730347655bde5206f76 Copying blob sha256:6d5f8673a678e7550a7cfb60390cb18f0ff7085e60dd9506abb2d705e0015671 Copying blob sha256:a0b3036e1a9c26e29d4acef06ff66a97c9ba4b463ffd4831c1c8d0809f0b48d6 Copying blob sha256:997b9ae68c63bf343df4cc2e8cd0d756be341163bf881aecdeff022d1b058ef6 Copying blob sha256:71173054ad62b5adb523f8e3e93a4f4a88c0d0cde876dd476516433673873ba6 Copying blob sha256:f51842063dcc2b4238ce54229330f023bdbd4030a857f2bedcb2a2e2bf87e622 Copying blob sha256:bf6fbc22275fdbbbaffe9d06baa48603142b920f0a0f18707c8aa93c9a9adb6d Copying blob sha256:cdf93f65629c3d32a8afb974fd5ada3365514649a3373c886334c6902707f84c Copying blob sha256:ee570425dbdb9a047fb2fabf9d4e9e7eb55552b2210a62d1725c07b296628f92 Copying blob sha256:f17dd468ba2a4bb899a253616404bb1cc29862005fe5a27c045dc374037403a8 Copying blob sha256:2fb46702a0815ea2596a5fc2699532e5c67c5b23167e626c7b49d58779f782fd Copying blob sha256:2777beb8ecc292b00f80aede9605e1deb11852ff2066a6555a94dacacf193212 Copying blob sha256:76dc7eb4bc813dc59cce141c66c0a76022ac6aa918cfb57e633c0b490d3cdf2d Copying blob sha256:fdeda86efa5f175d7e3b941ff952722b0874d8a9bb060fab56c42154ddff717d Copying blob sha256:3fe6a50dfba2b1cda5dc7454533f981f79025b39de95ca68619c6c22dd6e3340 Copying blob sha256:5bdfc724987e3a2330bdb34a45da941ad592e90deea9bb58e3a3f408b7990985 Copying blob sha256:12f534283e35579cf0a286459d3320497a06741e04f8f9461d7e81daf0e2c23b Copying blob sha256:63b4b27683309fdc2b2b97e5a43d974343d9c87072582691776fa4a720196aa6 Copying blob sha256:de2b12c1605725139e7e084cdd129e1589bbe8b676d52f7d5b9699e71b7e2d00 Copying blob sha256:fe0154a171915d43e82eafa695db9a580bb31dbf9cca5781222f56fde0137fec Copying blob sha256:9d9e0d2bd0277429fc0d76f54b60122f00c8cfec55ba836ff3678671d672ef75 Copying blob sha256:bd9ddc54bea929a22b334e73e026d4136e5b73f5cc29942896c72e4ece69b13d Copying blob sha256:80109765be3dffb6baa51c51db91f7d427f7299dfb0fbc8e011c4afc15b0477b Copying blob sha256:17e4abeb620640eea537e4f8d9d0d72c290f38632c3791d2cc988272cf029410 Copying blob sha256:89da0b03f21c0bff3b5323bb99d941afe0755301d8fe4731313bb486772bb661 Copying blob sha256:f4bb09494fd8ba5c1245b41a3d16b3b42b302e57b9e277f595fa58433fd6f905 Copying blob sha256:751631dd247c32308f03ae1c8606b2280d9618284878c33d95460ee4f1928bd9 Copying blob sha256:8cb0fc7fcc2b12e5e8c5841b4cb6402d12962e3a82ce01563d49cc132fff371a Copying blob sha256:9c2b8b2bb4748cf85885031cc68c1ada2ef03596cba1191d8eeba6940f8e69e0 Copying blob sha256:c8de501cf8b74d6e9ba79c90bef81d648089a47ac95ea2131a6db4d0e7710e43 Copying blob sha256:f33e8f34bd03ebd716facd9ec9a788e6e13384936a8a297d6962a4e166e63826 Copying blob sha256:a3e10fefa4bf8a3ef31bbfaee7290f6e72e66cfdfd654f535034a8df862bcf6d Copying blob sha256:fdfed5f62bcef224a49ae990868e040b8632f3ba9f922375ef37bc4285e9fb0e Copying blob sha256:3bff0ebba2a699b7b67d591a50fc160b4964288151be2b8462c76d8f842505c1 Copying blob sha256:de5f63caf92bbd0e60db299f709f7ea39f7a04b3c783f31ccdf1cc4aea69eaeb Copying blob sha256:31be7140888d5e0ca8b9becdbfcdccbd93a123ec780f767fc8f02ece53a85908 Copying blob sha256:279b856d125a652981cee6639d875348369281d10eb2efd97d165985b2148c5d Copying blob sha256:006da4411170402e522f09998bd81cb27e7de15a481c9f18b0cc036c5cc2261b Copying blob sha256:3cb1d55ea93cfff1c59db3591b99016d6b17ae8ea2523dc0db61988f2da9145d Copying blob sha256:bcdc9259ff536f4d90a4367e2409b9ca89046173d1fc63797af99aa00ceda112 Copying blob sha256:bfdf7459ab38094d1e2d659ef4034a8635d372d3983d3a0a5bfd27ef4fdae956 Copying blob sha256:3dc29f17aea7b5976055d6e03cae6b2ba77070578875fd0984afdc45be116c7f Copying blob sha256:dd30f8ab4b916e3f4bf39e432daf8922722a99e78a067c958860eb3aba74da65 Copying blob sha256:c7441f1788fbb9353fe7d8e6f9d1347dd0c350e13b48a7f41391705714ac7894 Copying config sha256:31d99fbd5af8372c183555bf7ed29ff00a41ae4d0486113c01d1a28feb66a7ee Writing manifest to image destination Storing signatures fa21779c8c77daada43530870c76aab1a1f548927f00c363cdf85090d2bd5df5 + 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/services/barbican.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/barbican-backend-simple-crypto.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/manila-cephfsnative-config.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/ssl/tls-everywhere-endpoints-dns.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/services/haproxy-public-tls-certmonger.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/ssl/enable-internal-tls.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/ssl/enable-memcached-tls.yaml -e /usr/share/openstack-tripleo-heat-templates/ci/environments/standalone-ipa.yaml -e /root/standalone_parameters.yaml -e /root/containers-prepare-parameters.yaml -e /root/deployed_network.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/services/neutron-ovn-sriov.yaml -e /root/sriov_template.yaml -e /root/dhcp_agent_template.yaml [WARNING] Deployment user is set to 'root'. This may cause some deployment files to be located in /root. Please use --deployment-user to specify the user you are deploying with. The heat stack standalone action is CREATE 2025-10-05 07:23:55.349 42677 INFO migrate.versioning.api [-] 72 -> 73...  2025-10-05 07:23:55.374 42677 INFO migrate.versioning.api [-] done 2025-10-05 07:23:55.374 42677 INFO migrate.versioning.api [-] 73 -> 74...  2025-10-05 07:23:55.376 42677 INFO migrate.versioning.api [-] done 2025-10-05 07:23:55.376 42677 INFO migrate.versioning.api [-] 74 -> 75...  2025-10-05 07:23:55.378 42677 INFO migrate.versioning.api [-] done 2025-10-05 07:23:55.378 42677 INFO migrate.versioning.api [-] 75 -> 76...  2025-10-05 07:23:55.380 42677 INFO migrate.versioning.api [-] done 2025-10-05 07:23:55.380 42677 INFO migrate.versioning.api [-] 76 -> 77...  2025-10-05 07:23:55.381 42677 INFO migrate.versioning.api [-] done 2025-10-05 07:23:55.382 42677 INFO migrate.versioning.api [-] 77 -> 78...  2025-10-05 07:23:55.383 42677 INFO migrate.versioning.api [-] done 2025-10-05 07:23:55.383 42677 INFO migrate.versioning.api [-] 78 -> 79...  2025-10-05 07:23:55.407 42677 INFO migrate.versioning.api [-] done 2025-10-05 07:23:55.407 42677 INFO migrate.versioning.api [-] 79 -> 80...  2025-10-05 07:23:55.425 42677 INFO migrate.versioning.api [-] done 2025-10-05 07:23:55.425 42677 INFO migrate.versioning.api [-] 80 -> 81...  2025-10-05 07:23:55.427 42677 INFO migrate.versioning.api [-] done 2025-10-05 07:23:55.427 42677 INFO migrate.versioning.api [-] 81 -> 82...  2025-10-05 07:23:55.429 42677 INFO migrate.versioning.api [-] done 2025-10-05 07:23:55.429 42677 INFO migrate.versioning.api [-] 82 -> 83...  2025-10-05 07:23:55.431 42677 INFO migrate.versioning.api [-] done 2025-10-05 07:23:55.431 42677 INFO migrate.versioning.api [-] 83 -> 84...  2025-10-05 07:23:55.433 42677 INFO migrate.versioning.api [-] done 2025-10-05 07:23:55.433 42677 INFO migrate.versioning.api [-] 84 -> 85...  2025-10-05 07:23:55.434 42677 INFO migrate.versioning.api [-] done 2025-10-05 07:23:55.434 42677 INFO migrate.versioning.api [-] 85 -> 86...  2025-10-05 07:23:55.457 42677 INFO migrate.versioning.api [-] done /usr/lib/python3.9/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "actions:snapshot":"rule:deny_stack_user" was deprecated in W in favor of "actions:snapshot":"(role:admin and system_scope:all) or (role:member and project_id:%(project_id)s)". Reason: The actions API now supports system scope and default roles. . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /usr/lib/python3.9/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "actions:suspend":"rule:deny_stack_user" was deprecated in W in favor of "actions:suspend":"(role:admin and system_scope:all) or (role:member and project_id:%(project_id)s)". Reason: The actions API now supports system scope and default roles. . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /usr/lib/python3.9/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "actions:resume":"rule:deny_stack_user" was deprecated in W in favor of "actions:resume":"(role:admin and system_scope:all) or (role:member and project_id:%(project_id)s)". Reason: The actions API now supports system scope and default roles. . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /usr/lib/python3.9/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "actions:check":"rule:deny_stack_user" was deprecated in W in favor of "actions:check":"(role:reader and system_scope:all) or (role:reader and project_id:%(project_id)s)". Reason: The actions API now supports system scope and default roles. . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /usr/lib/python3.9/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "actions:cancel_update":"rule:deny_stack_user" was deprecated in W in favor of "actions:cancel_update":"(role:admin and system_scope:all) or (role:member and project_id:%(project_id)s)". Reason: The actions API now supports system scope and default roles. . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /usr/lib/python3.9/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "actions:cancel_without_rollback":"rule:deny_stack_user" was deprecated in W in favor of "actions:cancel_without_rollback":"(role:admin and system_scope:all) or (role:member and project_id:%(project_id)s)". Reason: The actions API now supports system scope and default roles. . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) ** Handling template files ** jinja2 rendering normal template overcloud-resource-registry-puppet.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./overcloud-resource-registry-puppet.yaml jinja2 rendering normal template overcloud.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./overcloud.yaml jinja2 rendering normal template post.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./common/post.yaml jinja2 rendering role template role.role.j2.yaml jinja2 rendering roles Standalone rendering j2 template to file: /root/tripleo-heat-installer-templates/./common/services/standalone-role.yaml jinja2 rendering normal template apache-baremetal-puppet.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./deployment/apache/apache-baremetal-puppet.yaml jinja2 rendering normal template container-image-prepare-baremetal-ansible.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./deployment/container-image-prepare/container-image-prepare-baremetal-ansible.yaml jinja2 rendering normal template haproxy-internal-tls-certmonger.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./deployment/haproxy/haproxy-internal-tls-certmonger.yaml jinja2 rendering normal template octavia-deployment-config.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./deployment/octavia/octavia-deployment-config.yaml jinja2 rendering normal template deployed-server-environment.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/deployed-server-environment.yaml jinja2 rendering normal template net-noop.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-noop.yaml jinja2 rendering normal template deployed-network-environment.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/deployed-network-environment.yaml jinja2 rendering normal template net-2-linux-bonds-with-vlans.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-2-linux-bonds-with-vlans.yaml jinja2 rendering normal template net-bond-with-vlans-no-external.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-bond-with-vlans-no-external.yaml jinja2 rendering normal template net-bond-with-vlans.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-bond-with-vlans.yaml jinja2 rendering normal template net-dpdkbond-with-vlans.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-dpdkbond-with-vlans.yaml jinja2 rendering normal template net-multiple-nics-vlans.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-multiple-nics-vlans.yaml jinja2 rendering normal template net-multiple-nics.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-multiple-nics.yaml jinja2 rendering normal template net-single-nic-linux-bridge-with-vlans.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-single-nic-linux-bridge-with-vlans.yaml jinja2 rendering normal template net-single-nic-with-vlans-no-external.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-single-nic-with-vlans-no-external.yaml jinja2 rendering normal template net-single-nic-with-vlans.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-single-nic-with-vlans.yaml jinja2 rendering normal template network-environment-v6-all.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/network-environment-v6-all.yaml jinja2 rendering normal template network-environment-v6.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/network-environment-v6.yaml jinja2 rendering normal template network-environment.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/network-environment.yaml jinja2 rendering normal template networks-disable.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/networks-disable.yaml jinja2 rendering normal template overcloud-baremetal.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/overcloud-baremetal.yaml jinja2 rendering normal template split-stack-consistent-hostname-format.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/split-stack-consistent-hostname-format.yaml jinja2 rendering normal template enable-internal-tls.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/ssl/enable-internal-tls.yaml jinja2 rendering normal template swap-partition.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./extraconfig/all_nodes/swap-partition.yaml jinja2 rendering normal template swap.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./extraconfig/all_nodes/swap.yaml jinja2 rendering role template role.role.j2.yaml jinja2 rendering roles Standalone rendering j2 template to file: /root/tripleo-heat-installer-templates/./extraconfig/nova_metadata/krb-service-principals/standalone-role.yaml jinja2 rendering network template network.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/storage.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/storage_mgmt.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/internal_api.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/tenant.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/external.yaml jinja2 rendering network template network_v6.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/storage_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/storage_mgmt_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/internal_api_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/tenant_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/external_v6.yaml jinja2 rendering normal template networks.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/networks.yaml jinja2 rendering normal template service_net_map.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/service_net_map.yaml jinja2 rendering network template deployed_port.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_storage.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_storage_mgmt.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_internal_api.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_tenant.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_external.yaml jinja2 rendering network template deployed_vip_port.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_vip_storage.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_vip_storage_mgmt.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_vip_internal_api.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_vip_tenant.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_vip_external.yaml jinja2 rendering network template external_resource_port.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_storage.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_storage_mgmt.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_internal_api.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_tenant.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_external.yaml jinja2 rendering network template external_resource_port_v6.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_storage_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_storage_mgmt_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_internal_api_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_tenant_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_external_v6.yaml jinja2 rendering normal template net_ip_list_map.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/net_ip_list_map.yaml jinja2 rendering normal template net_ip_map.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/net_ip_map.yaml jinja2 rendering normal template net_vip_map_external.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/net_vip_map_external.yaml jinja2 rendering normal template net_vip_map_external_v6.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/net_vip_map_external_v6.yaml jinja2 rendering network template port.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/storage.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/storage_mgmt.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/internal_api.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/tenant.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external.yaml jinja2 rendering network template port_from_pool.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/storage_from_pool.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/storage_mgmt_from_pool.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/internal_api_from_pool.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/tenant_from_pool.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_from_pool.yaml jinja2 rendering network template port_from_pool_v6.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/storage_from_pool_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/storage_mgmt_from_pool_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/internal_api_from_pool_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/tenant_from_pool_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_from_pool_v6.yaml jinja2 rendering network template port_v6.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/storage_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/storage_mgmt_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/internal_api_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/tenant_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_v6.yaml jinja2 rendering role template role.role.j2.yaml jinja2 rendering roles Standalone rendering j2 template to file: /root/tripleo-heat-installer-templates/./puppet/standalone-role.yaml ** Performing Heat stack create.. ** 2025-10-05 07:24:03Z [standalone]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-05 07:24:03Z [standalone.DeploymentServerBlacklistDict]: CREATE_IN_PROGRESS state changed 2025-10-05 07:24:03Z [standalone.DeploymentServerBlacklistDict]: CREATE_COMPLETE state changed 2025-10-05 07:24:04Z [standalone.ServiceNetMap]: CREATE_IN_PROGRESS state changed 2025-10-05 07:24:05Z [standalone.ServiceNetMap]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-05 07:24:05Z [standalone.ServiceNetMap.ServiceNetMapValue]: CREATE_IN_PROGRESS state changed 2025-10-05 07:24:05Z [standalone.ServiceNetMap.ServiceNetMapValue]: CREATE_COMPLETE state changed 2025-10-05 07:24:05Z [standalone.ServiceNetMap]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-05 07:24:05Z [standalone.NodeAdminUserData]: CREATE_IN_PROGRESS state changed 2025-10-05 07:24:05Z [standalone.NodeAdminUserData]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-05 07:24:06Z [standalone.NodeAdminUserData.user_config]: CREATE_IN_PROGRESS state changed 2025-10-05 07:24:06Z [standalone.ServiceNetMap]: CREATE_COMPLETE state changed 2025-10-05 07:24:06Z [standalone.NodeAdminUserData.user_config]: CREATE_COMPLETE state changed 2025-10-05 07:24:06Z [standalone.NodeAdminUserData.userdata]: CREATE_IN_PROGRESS state changed 2025-10-05 07:24:06Z [standalone.ControlVirtualIP]: CREATE_IN_PROGRESS state changed 2025-10-05 07:24:06Z [standalone.NodeAdminUserData.userdata]: CREATE_COMPLETE state changed 2025-10-05 07:24:06Z [standalone.NodeAdminUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-05 07:24:06Z [standalone.NodeTimesyncUserData]: CREATE_IN_PROGRESS state changed 2025-10-05 07:24:06Z [standalone.NodeTimesyncUserData]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-05 07:24:06Z [standalone.NodeAdminUserData]: CREATE_COMPLETE state changed 2025-10-05 07:24:07Z [standalone.NodeTimesyncUserData.timesync_sync]: CREATE_IN_PROGRESS state changed 2025-10-05 07:24:07Z [standalone.NodeTimesyncUserData.timesync_sync]: CREATE_COMPLETE state changed 2025-10-05 07:24:07Z [standalone.ControlVirtualIP]: CREATE_COMPLETE state changed 2025-10-05 07:24:07Z [standalone.Networks]: CREATE_IN_PROGRESS state changed 2025-10-05 07:24:07Z [standalone.Networks]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-05 07:24:07Z [standalone.Networks.NetworkAttributesMap]: CREATE_IN_PROGRESS state changed 2025-10-05 07:24:07Z [standalone.Networks.NetworkAttributesMap]: CREATE_COMPLETE state changed 2025-10-05 07:24:07Z [standalone.CloudNames]: CREATE_IN_PROGRESS state changed 2025-10-05 07:24:07Z [standalone.CloudNames]: CREATE_COMPLETE state changed 2025-10-05 07:24:08Z [standalone.NodeTimesyncUserData.timesync_chrony]: CREATE_IN_PROGRESS state changed 2025-10-05 07:24:08Z [standalone.NodeTimesyncUserData.timesync_chrony]: CREATE_COMPLETE state changed 2025-10-05 07:24:08Z [standalone.NodeTimesyncUserData.userdata]: CREATE_IN_PROGRESS state changed 2025-10-05 07:24:08Z [standalone.NodeTimesyncUserData.userdata]: CREATE_COMPLETE state changed 2025-10-05 07:24:08Z [standalone.NodeTimesyncUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-05 07:24:08Z [standalone.Networks.NetworkCidrMap]: CREATE_IN_PROGRESS state changed 2025-10-05 07:24:08Z [standalone.Networks.NetworkCidrMap]: CREATE_COMPLETE state changed 2025-10-05 07:24:08Z [standalone.StandaloneRoleUserData]: CREATE_IN_PROGRESS state changed 2025-10-05 07:24:08Z [standalone.StandaloneRoleUserData]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-05 07:24:08Z [standalone.StandaloneRoleUserData.userdata]: CREATE_IN_PROGRESS state changed 2025-10-05 07:24:08Z [standalone.StandaloneRoleUserData.userdata]: CREATE_COMPLETE state changed 2025-10-05 07:24:08Z [standalone.StandaloneRoleUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-05 07:24:09Z [standalone.NodeTimesyncUserData]: CREATE_COMPLETE state changed 2025-10-05 07:24:09Z [standalone.Networks.NetworkIpVersionMap]: CREATE_IN_PROGRESS state changed 2025-10-05 07:24:09Z [standalone.Networks.NetworkIpVersionMap]: CREATE_COMPLETE state changed 2025-10-05 07:24:09Z [standalone.NodeUserData]: CREATE_IN_PROGRESS state changed 2025-10-05 07:24:09Z [standalone.StandaloneRoleUserData]: CREATE_COMPLETE state changed 2025-10-05 07:24:09Z [standalone.NodeUserData]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-05 07:24:10Z [standalone.NodeUserData.userdata]: CREATE_IN_PROGRESS state changed 2025-10-05 07:24:10Z [standalone.NodeUserData.userdata]: CREATE_COMPLETE state changed 2025-10-05 07:24:10Z [standalone.NodeUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-05 07:24:10Z [standalone.Networks.NetworkExtraConfig]: CREATE_IN_PROGRESS state changed 2025-10-05 07:24:10Z [standalone.Networks.NetworkExtraConfig]: CREATE_COMPLETE state changed 2025-10-05 07:24:10Z [standalone.Networks]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-05 07:24:11Z [standalone.NodeUserData]: CREATE_COMPLETE state changed 2025-10-05 07:24:11Z [standalone.StandaloneUserData]: CREATE_IN_PROGRESS state changed 2025-10-05 07:24:11Z [standalone.StandaloneUserData]: CREATE_COMPLETE state changed 2025-10-05 07:24:11Z [standalone.Networks]: CREATE_COMPLETE state changed 2025-10-05 07:24:11Z [standalone.StandaloneNetworkConfig]: CREATE_IN_PROGRESS state changed 2025-10-05 07:24:11Z [standalone.StorageMgmtVirtualIP]: CREATE_IN_PROGRESS state changed 2025-10-05 07:24:11Z [standalone.NetCidrMapValue]: CREATE_IN_PROGRESS state changed 2025-10-05 07:24:11Z [standalone.StandaloneNetworkConfig]: CREATE_COMPLETE state changed 2025-10-05 07:24:11Z [standalone.PublicVirtualIP]: CREATE_IN_PROGRESS state changed 2025-10-05 07:24:11Z [standalone.StorageVirtualIP]: CREATE_IN_PROGRESS state changed 2025-10-05 07:24:11Z [standalone.NetCidrMapValue]: CREATE_COMPLETE state changed 2025-10-05 07:24:11Z [standalone.InternalApiVirtualIP]: CREATE_IN_PROGRESS state changed 2025-10-05 07:24:11Z [standalone.NetIpVersionMapValue]: CREATE_IN_PROGRESS state changed 2025-10-05 07:24:12Z [standalone.NetIpVersionMapValue]: CREATE_COMPLETE state changed 2025-10-05 07:24:13Z [standalone.StorageMgmtVirtualIP]: CREATE_COMPLETE state changed 2025-10-05 07:24:13Z [standalone.PublicVirtualIP]: CREATE_COMPLETE state changed 2025-10-05 07:24:13Z [standalone.StorageVirtualIP]: CREATE_COMPLETE state changed 2025-10-05 07:24:13Z [standalone.InternalApiVirtualIP]: CREATE_COMPLETE state changed 2025-10-05 07:24:13Z [standalone.VipMap]: CREATE_IN_PROGRESS state changed 2025-10-05 07:24:13Z [standalone.VipMap]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-05 07:24:13Z [standalone.VipMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2025-10-05 07:24:13Z [standalone.VipMap.NetIpMapValue]: CREATE_COMPLETE state changed 2025-10-05 07:24:13Z [standalone.VipMap]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-05 07:24:14Z [standalone.VipMap]: CREATE_COMPLETE state changed 2025-10-05 07:24:14Z [standalone.VipHosts]: CREATE_IN_PROGRESS state changed 2025-10-05 07:24:14Z [standalone.EndpointMap]: CREATE_IN_PROGRESS state changed 2025-10-05 07:24:14Z [standalone.VipHosts]: CREATE_COMPLETE state changed 2025-10-05 07:24:15Z [standalone.EndpointMap]: CREATE_COMPLETE state changed 2025-10-05 07:24:15Z [standalone.EndpointMapData]: CREATE_IN_PROGRESS state changed 2025-10-05 07:24:15Z [standalone.EndpointMapData]: CREATE_COMPLETE state changed 2025-10-05 07:24:15Z [standalone.StandaloneServiceChain]: CREATE_IN_PROGRESS state changed 2025-10-05 07:24:16Z [standalone.StandaloneServiceChain]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-05 07:24:16Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_IN_PROGRESS state changed 2025-10-05 07:24:17Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-05 07:24:18Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_IN_PROGRESS state changed 2025-10-05 07:24:18Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-05 07:24:18Z [standalone.StandaloneServiceChain.ServiceChain.0.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-05 07:24:18Z [standalone.StandaloneServiceChain.ServiceChain.0.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-05 07:24:18Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-05 07:24:19Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_COMPLETE state changed 2025-10-05 07:24:19Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_IN_PROGRESS state changed 2025-10-05 07:24:19Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-05 07:24:19Z [standalone.StandaloneServiceChain.ServiceChain.1.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-05 07:24:19Z [standalone.StandaloneServiceChain.ServiceChain.1.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-05 07:24:20Z [standalone.StandaloneServiceChain.ServiceChain.1.BarbicanApiLogging]: CREATE_IN_PROGRESS state changed 2025-10-05 07:24:20Z [standalone.StandaloneServiceChain.ServiceChain.1.BarbicanApiLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-05 07:24:21Z [standalone.StandaloneServiceChain.ServiceChain.1.BarbicanApiLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-05 07:24:21Z [standalone.StandaloneServiceChain.ServiceChain.1.BarbicanApiLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-05 07:24:21Z [standalone.StandaloneServiceChain.ServiceChain.1.BarbicanApiLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-05 07:24:21Z [standalone.StandaloneServiceChain.ServiceChain.1.BarbicanClient]: CREATE_IN_PROGRESS state changed 2025-10-05 07:24:21Z [standalone.StandaloneServiceChain.ServiceChain.1.BarbicanApiLogging]: CREATE_COMPLETE state changed 2025-10-05 07:24:22Z [standalone.StandaloneServiceChain.ServiceChain.1.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-05 07:24:22Z [standalone.StandaloneServiceChain.ServiceChain.1.BarbicanClient]: CREATE_COMPLETE state changed 2025-10-05 07:24:23Z [standalone.StandaloneServiceChain.ServiceChain.1.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-05 07:24:23Z [standalone.StandaloneServiceChain.ServiceChain.1.MySQLClient]: CREATE_COMPLETE state changed 2025-10-05 07:24:24Z [standalone.StandaloneServiceChain.ServiceChain.1.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-05 07:24:24Z [standalone.StandaloneServiceChain.ServiceChain.1.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-05 07:24:24Z [standalone.StandaloneServiceChain.ServiceChain.1.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-05 07:24:25Z [standalone.StandaloneServiceChain.ServiceChain.1.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-05 07:24:25Z [standalone.StandaloneServiceChain.ServiceChain.1.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-05 07:24:25Z [standalone.StandaloneServiceChain.ServiceChain.1.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-05 07:24:26Z [standalone.StandaloneServiceChain.ServiceChain.1.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-05 07:24:26Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-05 07:24:26Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_COMPLETE state changed 2025-10-05 07:24:27Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_IN_PROGRESS state changed 2025-10-05 07:24:28Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_COMPLETE state changed 2025-10-05 07:24:28Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_IN_PROGRESS state changed 2025-10-05 07:24:29Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_COMPLETE state changed 2025-10-05 07:24:30Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_IN_PROGRESS state changed 2025-10-05 07:24:30Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-05 07:24:30Z [standalone.StandaloneServiceChain.ServiceChain.4.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-05 07:24:31Z [standalone.StandaloneServiceChain.ServiceChain.4.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-05 07:24:31Z [standalone.StandaloneServiceChain.ServiceChain.4.MySQLClient]: CREATE_COMPLETE state changed 2025-10-05 07:24:32Z [standalone.StandaloneServiceChain.ServiceChain.4.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-05 07:24:32Z [standalone.StandaloneServiceChain.ServiceChain.4.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-05 07:24:32Z [standalone.StandaloneServiceChain.ServiceChain.4.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-05 07:24:33Z [standalone.StandaloneServiceChain.ServiceChain.4.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-05 07:24:33Z [standalone.StandaloneServiceChain.ServiceChain.4.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-05 07:24:33Z [standalone.StandaloneServiceChain.ServiceChain.4.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-05 07:24:33Z [standalone.StandaloneServiceChain.ServiceChain.4.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-05 07:24:33Z [standalone.StandaloneServiceChain.ServiceChain.4.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-05 07:24:34Z [standalone.StandaloneServiceChain.ServiceChain.4.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-10-05 07:24:34Z [standalone.StandaloneServiceChain.ServiceChain.4.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-05 07:24:34Z [standalone.StandaloneServiceChain.ServiceChain.4.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-05 07:24:34Z [standalone.StandaloneServiceChain.ServiceChain.4.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-05 07:24:35Z [standalone.StandaloneServiceChain.ServiceChain.4.CinderBase]: CREATE_IN_PROGRESS state changed 2025-10-05 07:24:35Z [standalone.StandaloneServiceChain.ServiceChain.4.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-05 07:24:35Z [standalone.StandaloneServiceChain.ServiceChain.4.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-05 07:24:36Z [standalone.StandaloneServiceChain.ServiceChain.4.CinderBase]: CREATE_COMPLETE state changed 2025-10-05 07:24:36Z [standalone.StandaloneServiceChain.ServiceChain.4.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-05 07:24:36Z [standalone.StandaloneServiceChain.ServiceChain.4.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-05 07:24:37Z [standalone.StandaloneServiceChain.ServiceChain.4.CinderCommon]: CREATE_COMPLETE state changed 2025-10-05 07:24:37Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-05 07:24:38Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_COMPLETE state changed 2025-10-05 07:24:38Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_IN_PROGRESS state changed 2025-10-05 07:24:38Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-05 07:24:39Z [standalone.StandaloneServiceChain.ServiceChain.5.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-05 07:24:40Z [standalone.StandaloneServiceChain.ServiceChain.5.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-05 07:24:40Z [standalone.StandaloneServiceChain.ServiceChain.5.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-05 07:24:40Z [standalone.StandaloneServiceChain.ServiceChain.5.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-05 07:24:41Z [standalone.StandaloneServiceChain.ServiceChain.5.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-10-05 07:24:41Z [standalone.StandaloneServiceChain.ServiceChain.5.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-05 07:24:41Z [standalone.StandaloneServiceChain.ServiceChain.5.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-05 07:24:42Z [standalone.StandaloneServiceChain.ServiceChain.5.CinderBackupBase]: CREATE_IN_PROGRESS state changed 2025-10-05 07:24:42Z [standalone.StandaloneServiceChain.ServiceChain.5.CinderBackupBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-05 07:24:42Z [standalone.StandaloneServiceChain.ServiceChain.5.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-05 07:24:42Z [standalone.StandaloneServiceChain.ServiceChain.5.CinderBackupBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-05 07:24:42Z [standalone.StandaloneServiceChain.ServiceChain.5.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-05 07:24:43Z [standalone.StandaloneServiceChain.ServiceChain.5.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-05 07:24:43Z [standalone.StandaloneServiceChain.ServiceChain.5.CinderBackupBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-05 07:24:43Z [standalone.StandaloneServiceChain.ServiceChain.5.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-05 07:24:43Z [standalone.StandaloneServiceChain.ServiceChain.5.CinderBackupBase.MySQLClient]: CREATE_COMPLETE state changed 2025-10-05 07:24:43Z [standalone.StandaloneServiceChain.ServiceChain.5.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-05 07:24:44Z [standalone.StandaloneServiceChain.ServiceChain.5.MySQLClient]: CREATE_COMPLETE state changed 2025-10-05 07:24:44Z [standalone.StandaloneServiceChain.ServiceChain.5.CinderCommon]: CREATE_COMPLETE state changed 2025-10-05 07:24:44Z [standalone.StandaloneServiceChain.ServiceChain.5.CinderBackupBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-05 07:24:44Z [standalone.StandaloneServiceChain.ServiceChain.5.CinderBackupBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-05 07:24:44Z [standalone.StandaloneServiceChain.ServiceChain.5.CinderBackupBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-05 07:24:45Z [standalone.StandaloneServiceChain.ServiceChain.5.CinderBackupBase.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-10-05 07:24:45Z [standalone.StandaloneServiceChain.ServiceChain.5.CinderBackupBase.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-05 07:24:45Z [standalone.StandaloneServiceChain.ServiceChain.5.CinderBackupBase.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-05 07:24:46Z [standalone.StandaloneServiceChain.ServiceChain.5.CinderBackupBase.CinderBase]: CREATE_IN_PROGRESS state changed 2025-10-05 07:24:46Z [standalone.StandaloneServiceChain.ServiceChain.5.CinderBackupBase.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-05 07:24:46Z [standalone.StandaloneServiceChain.ServiceChain.5.CinderBackupBase.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-05 07:24:47Z [standalone.StandaloneServiceChain.ServiceChain.5.CinderBackupBase.CinderBase]: CREATE_COMPLETE state changed 2025-10-05 07:24:47Z [standalone.StandaloneServiceChain.ServiceChain.5.CinderBackupBase.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-05 07:24:47Z [standalone.StandaloneServiceChain.ServiceChain.5.CinderBackupBase.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-05 07:24:48Z [standalone.StandaloneServiceChain.ServiceChain.5.CinderBackupBase.CinderCommon]: CREATE_COMPLETE state changed 2025-10-05 07:24:48Z [standalone.StandaloneServiceChain.ServiceChain.5.CinderBackupBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-05 07:24:49Z [standalone.StandaloneServiceChain.ServiceChain.5.CinderBackupBase]: CREATE_COMPLETE state changed 2025-10-05 07:24:49Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-05 07:24:50Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_COMPLETE state changed 2025-10-05 07:24:51Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_IN_PROGRESS state changed 2025-10-05 07:24:51Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-05 07:24:51Z [standalone.StandaloneServiceChain.ServiceChain.6.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-10-05 07:24:51Z [standalone.StandaloneServiceChain.ServiceChain.6.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-05 07:24:51Z [standalone.StandaloneServiceChain.ServiceChain.6.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-05 07:24:52Z [standalone.StandaloneServiceChain.ServiceChain.6.CinderBase]: CREATE_IN_PROGRESS state changed 2025-10-05 07:24:52Z [standalone.StandaloneServiceChain.ServiceChain.6.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-05 07:24:52Z [standalone.StandaloneServiceChain.ServiceChain.6.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-05 07:24:53Z [standalone.StandaloneServiceChain.ServiceChain.6.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-05 07:24:53Z [standalone.StandaloneServiceChain.ServiceChain.6.CinderBase]: CREATE_COMPLETE state changed 2025-10-05 07:24:53Z [standalone.StandaloneServiceChain.ServiceChain.6.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-05 07:24:53Z [standalone.StandaloneServiceChain.ServiceChain.6.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-05 07:24:54Z [standalone.StandaloneServiceChain.ServiceChain.6.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-05 07:24:54Z [standalone.StandaloneServiceChain.ServiceChain.6.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-05 07:24:54Z [standalone.StandaloneServiceChain.ServiceChain.6.CinderCommon]: CREATE_COMPLETE state changed 2025-10-05 07:24:54Z [standalone.StandaloneServiceChain.ServiceChain.6.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-05 07:24:55Z [standalone.StandaloneServiceChain.ServiceChain.6.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-05 07:24:56Z [standalone.StandaloneServiceChain.ServiceChain.6.MySQLClient]: CREATE_COMPLETE state changed 2025-10-05 07:24:56Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-05 07:24:57Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_COMPLETE state changed 2025-10-05 07:24:57Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_IN_PROGRESS state changed 2025-10-05 07:24:57Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-05 07:24:57Z [standalone.StandaloneServiceChain.ServiceChain.7.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-10-05 07:24:57Z [standalone.StandaloneServiceChain.ServiceChain.7.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-05 07:24:58Z [standalone.StandaloneServiceChain.ServiceChain.7.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-05 07:24:58Z [standalone.StandaloneServiceChain.ServiceChain.7.CinderBase]: CREATE_IN_PROGRESS state changed 2025-10-05 07:24:59Z [standalone.StandaloneServiceChain.ServiceChain.7.CinderBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-05 07:24:59Z [standalone.StandaloneServiceChain.ServiceChain.7.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-05 07:24:59Z [standalone.StandaloneServiceChain.ServiceChain.7.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-05 07:24:59Z [standalone.StandaloneServiceChain.ServiceChain.7.CinderBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-05 07:24:59Z [standalone.StandaloneServiceChain.ServiceChain.7.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-05 07:25:00Z [standalone.StandaloneServiceChain.ServiceChain.7.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-05 07:25:00Z [standalone.StandaloneServiceChain.ServiceChain.7.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-05 07:25:00Z [standalone.StandaloneServiceChain.ServiceChain.7.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-05 07:25:00Z [standalone.StandaloneServiceChain.ServiceChain.7.CinderBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-05 07:25:00Z [standalone.StandaloneServiceChain.ServiceChain.7.CinderBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-05 07:25:00Z [standalone.StandaloneServiceChain.ServiceChain.7.CinderBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-05 07:25:00Z [standalone.StandaloneServiceChain.ServiceChain.7.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-05 07:25:01Z [standalone.StandaloneServiceChain.ServiceChain.7.CinderCommon]: CREATE_COMPLETE state changed 2025-10-05 07:25:01Z [standalone.StandaloneServiceChain.ServiceChain.7.CinderBase.CinderBase]: CREATE_IN_PROGRESS state changed 2025-10-05 07:25:01Z [standalone.StandaloneServiceChain.ServiceChain.7.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-05 07:25:02Z [standalone.StandaloneServiceChain.ServiceChain.7.MySQLClient]: CREATE_COMPLETE state changed 2025-10-05 07:25:02Z [standalone.StandaloneServiceChain.ServiceChain.7.CinderBase.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-10-05 07:25:02Z [standalone.StandaloneServiceChain.ServiceChain.7.CinderBase.CinderBase]: CREATE_COMPLETE state changed 2025-10-05 07:25:02Z [standalone.StandaloneServiceChain.ServiceChain.7.CinderBase.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-05 07:25:02Z [standalone.StandaloneServiceChain.ServiceChain.7.CinderBase.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-05 07:25:03Z [standalone.StandaloneServiceChain.ServiceChain.7.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-05 07:25:03Z [standalone.StandaloneServiceChain.ServiceChain.7.CinderBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-05 07:25:03Z [standalone.StandaloneServiceChain.ServiceChain.7.CinderBase.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-05 07:25:03Z [standalone.StandaloneServiceChain.ServiceChain.7.CinderBase.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-05 07:25:04Z [standalone.StandaloneServiceChain.ServiceChain.7.CinderBase.MySQLClient]: CREATE_COMPLETE state changed 2025-10-05 07:25:04Z [standalone.StandaloneServiceChain.ServiceChain.7.CinderBase.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-05 07:25:04Z [standalone.StandaloneServiceChain.ServiceChain.7.CinderBase.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-05 07:25:05Z [standalone.StandaloneServiceChain.ServiceChain.7.CinderBase.CinderCommon]: CREATE_COMPLETE state changed 2025-10-05 07:25:05Z [standalone.StandaloneServiceChain.ServiceChain.7.CinderBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-05 07:25:06Z [standalone.StandaloneServiceChain.ServiceChain.7.CinderBase]: CREATE_COMPLETE state changed 2025-10-05 07:25:06Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-05 07:25:06Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_COMPLETE state changed 2025-10-05 07:25:07Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_IN_PROGRESS state changed 2025-10-05 07:25:07Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-05 07:25:08Z [standalone.StandaloneServiceChain.ServiceChain.8.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-05 07:25:08Z [standalone.StandaloneServiceChain.ServiceChain.8.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-05 07:25:09Z [standalone.StandaloneServiceChain.ServiceChain.8.MysqlPuppetBase]: CREATE_IN_PROGRESS state changed 2025-10-05 07:25:09Z [standalone.StandaloneServiceChain.ServiceChain.8.MysqlPuppetBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-05 07:25:09Z [standalone.StandaloneServiceChain.ServiceChain.8.MysqlPuppetBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-05 07:25:09Z [standalone.StandaloneServiceChain.ServiceChain.8.MysqlPuppetBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-05 07:25:10Z [standalone.StandaloneServiceChain.ServiceChain.8.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-05 07:25:10Z [standalone.StandaloneServiceChain.ServiceChain.8.MysqlPuppetBase.MysqlBase]: CREATE_IN_PROGRESS state changed 2025-10-05 07:25:11Z [standalone.StandaloneServiceChain.ServiceChain.8.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-05 07:25:11Z [standalone.StandaloneServiceChain.ServiceChain.8.MysqlPuppetBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-05 07:25:11Z [standalone.StandaloneServiceChain.ServiceChain.8.MysqlPuppetBase.MysqlBase]: CREATE_COMPLETE state changed 2025-10-05 07:25:12Z [standalone.StandaloneServiceChain.ServiceChain.8.MysqlPuppetBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-05 07:25:12Z [standalone.StandaloneServiceChain.ServiceChain.8.MysqlPuppetBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-05 07:25:13Z [standalone.StandaloneServiceChain.ServiceChain.8.MysqlPuppetBase]: CREATE_COMPLETE state changed 2025-10-05 07:25:13Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-05 07:25:14Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_COMPLETE state changed 2025-10-05 07:25:14Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_IN_PROGRESS state changed 2025-10-05 07:25:15Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_COMPLETE state changed 2025-10-05 07:25:15Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_IN_PROGRESS state changed 2025-10-05 07:25:16Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-05 07:25:16Z [standalone.StandaloneServiceChain.ServiceChain.10.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-05 07:25:17Z [standalone.StandaloneServiceChain.ServiceChain.10.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-05 07:25:17Z [standalone.StandaloneServiceChain.ServiceChain.10.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-05 07:25:17Z [standalone.StandaloneServiceChain.ServiceChain.10.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-05 07:25:17Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-05 07:25:18Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_COMPLETE state changed 2025-10-05 07:25:18Z [standalone.StandaloneServiceChain.ServiceChain.11]: CREATE_IN_PROGRESS state changed 2025-10-05 07:25:19Z [standalone.StandaloneServiceChain.ServiceChain.11]: CREATE_COMPLETE state changed 2025-10-05 07:25:19Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_IN_PROGRESS state changed 2025-10-05 07:25:19Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-05 07:25:20Z [standalone.StandaloneServiceChain.ServiceChain.12.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-05 07:25:21Z [standalone.StandaloneServiceChain.ServiceChain.12.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-05 07:25:21Z [standalone.StandaloneServiceChain.ServiceChain.12.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-05 07:25:21Z [standalone.StandaloneServiceChain.ServiceChain.12.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-05 07:25:22Z [standalone.StandaloneServiceChain.ServiceChain.12.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-05 07:25:23Z [standalone.StandaloneServiceChain.ServiceChain.12.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2025-10-05 07:25:23Z [standalone.StandaloneServiceChain.ServiceChain.12.TLSProxyBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-05 07:25:23Z [standalone.StandaloneServiceChain.ServiceChain.12.TLSProxyBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-05 07:25:23Z [standalone.StandaloneServiceChain.ServiceChain.12.TLSProxyBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-05 07:25:23Z [standalone.StandaloneServiceChain.ServiceChain.12.TLSProxyBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-05 07:25:23Z [standalone.StandaloneServiceChain.ServiceChain.12.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-05 07:25:24Z [standalone.StandaloneServiceChain.ServiceChain.12.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-05 07:25:24Z [standalone.StandaloneServiceChain.ServiceChain.12.TLSProxyBase]: CREATE_COMPLETE state changed 2025-10-05 07:25:25Z [standalone.StandaloneServiceChain.ServiceChain.12.GlanceLogging]: CREATE_IN_PROGRESS state changed 2025-10-05 07:25:25Z [standalone.StandaloneServiceChain.ServiceChain.12.MySQLClient]: CREATE_COMPLETE state changed 2025-10-05 07:25:25Z [standalone.StandaloneServiceChain.ServiceChain.12.GlanceLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-05 07:25:25Z [standalone.StandaloneServiceChain.ServiceChain.12.GlanceLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-05 07:25:25Z [standalone.StandaloneServiceChain.ServiceChain.12.GlanceLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-05 07:25:25Z [standalone.StandaloneServiceChain.ServiceChain.12.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-05 07:25:26Z [standalone.StandaloneServiceChain.ServiceChain.12.GlanceLogging]: CREATE_COMPLETE state changed 2025-10-05 07:25:26Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-05 07:25:26Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_COMPLETE state changed 2025-10-05 07:25:27Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_IN_PROGRESS state changed 2025-10-05 07:25:27Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-05 07:25:27Z [standalone.StandaloneServiceChain.ServiceChain.13.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-05 07:25:27Z [standalone.StandaloneServiceChain.ServiceChain.13.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-05 07:25:28Z [standalone.StandaloneServiceChain.ServiceChain.13.GlanceApi]: CREATE_IN_PROGRESS state changed 2025-10-05 07:25:28Z [standalone.StandaloneServiceChain.ServiceChain.13.GlanceApi]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-05 07:25:28Z [standalone.StandaloneServiceChain.ServiceChain.13.GlanceApi.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-05 07:25:29Z [standalone.StandaloneServiceChain.ServiceChain.13.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-05 07:25:29Z [standalone.StandaloneServiceChain.ServiceChain.13.GlanceApi.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-05 07:25:29Z [standalone.StandaloneServiceChain.ServiceChain.13.GlanceApi.MySQLClient]: CREATE_COMPLETE state changed 2025-10-05 07:25:30Z [standalone.StandaloneServiceChain.ServiceChain.13.GlanceLogging]: CREATE_IN_PROGRESS state changed 2025-10-05 07:25:30Z [standalone.StandaloneServiceChain.ServiceChain.13.MySQLClient]: CREATE_COMPLETE state changed 2025-10-05 07:25:30Z [standalone.StandaloneServiceChain.ServiceChain.13.GlanceLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-05 07:25:30Z [standalone.StandaloneServiceChain.ServiceChain.13.GlanceApi.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-05 07:25:30Z [standalone.StandaloneServiceChain.ServiceChain.13.GlanceApi.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-05 07:25:30Z [standalone.StandaloneServiceChain.ServiceChain.13.GlanceLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-05 07:25:30Z [standalone.StandaloneServiceChain.ServiceChain.13.GlanceLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-05 07:25:30Z [standalone.StandaloneServiceChain.ServiceChain.13.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-05 07:25:31Z [standalone.StandaloneServiceChain.ServiceChain.13.GlanceApi.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-05 07:25:31Z [standalone.StandaloneServiceChain.ServiceChain.13.GlanceLogging]: CREATE_COMPLETE state changed 2025-10-05 07:25:31Z [standalone.StandaloneServiceChain.ServiceChain.13.GlanceApi.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-05 07:25:32Z [standalone.StandaloneServiceChain.ServiceChain.13.GlanceApi.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2025-10-05 07:25:32Z [standalone.StandaloneServiceChain.ServiceChain.13.GlanceApi.TLSProxyBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-05 07:25:33Z [standalone.StandaloneServiceChain.ServiceChain.13.GlanceApi.TLSProxyBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-05 07:25:33Z [standalone.StandaloneServiceChain.ServiceChain.13.GlanceApi.TLSProxyBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-05 07:25:33Z [standalone.StandaloneServiceChain.ServiceChain.13.GlanceApi.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-05 07:25:33Z [standalone.StandaloneServiceChain.ServiceChain.13.GlanceApi.TLSProxyBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-05 07:25:33Z [standalone.StandaloneServiceChain.ServiceChain.13.GlanceApi.GlanceLogging]: CREATE_IN_PROGRESS state changed 2025-10-05 07:25:33Z [standalone.StandaloneServiceChain.ServiceChain.13.GlanceApi.GlanceLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-05 07:25:33Z [standalone.StandaloneServiceChain.ServiceChain.13.GlanceApi.TLSProxyBase]: CREATE_COMPLETE state changed 2025-10-05 07:25:34Z [standalone.StandaloneServiceChain.ServiceChain.13.GlanceApi.GlanceLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-05 07:25:34Z [standalone.StandaloneServiceChain.ServiceChain.13.GlanceApi.GlanceLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-05 07:25:34Z [standalone.StandaloneServiceChain.ServiceChain.13.GlanceApi.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-05 07:25:34Z [standalone.StandaloneServiceChain.ServiceChain.13.GlanceApi.GlanceLogging]: CREATE_COMPLETE state changed 2025-10-05 07:25:35Z [standalone.StandaloneServiceChain.ServiceChain.13.GlanceApi]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-05 07:25:35Z [standalone.StandaloneServiceChain.ServiceChain.13.GlanceApi]: CREATE_COMPLETE state changed 2025-10-05 07:25:35Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-05 07:25:36Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_COMPLETE state changed 2025-10-05 07:25:37Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_IN_PROGRESS state changed 2025-10-05 07:25:37Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-05 07:25:37Z [standalone.StandaloneServiceChain.ServiceChain.14.HAProxyInternalTLS]: CREATE_IN_PROGRESS state changed 2025-10-05 07:25:37Z [standalone.StandaloneServiceChain.ServiceChain.14.HAProxyInternalTLS]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-05 07:25:37Z [standalone.StandaloneServiceChain.ServiceChain.14.HAProxyInternalTLS.HAProxyNetworks]: CREATE_IN_PROGRESS state changed 2025-10-05 07:25:37Z [standalone.StandaloneServiceChain.ServiceChain.14.HAProxyInternalTLS.HAProxyNetworks]: CREATE_COMPLETE state changed 2025-10-05 07:25:37Z [standalone.StandaloneServiceChain.ServiceChain.14.HAProxyInternalTLS]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-05 07:25:38Z [standalone.StandaloneServiceChain.ServiceChain.14.HAProxyPublicTLS]: CREATE_IN_PROGRESS state changed 2025-10-05 07:25:38Z [standalone.StandaloneServiceChain.ServiceChain.14.HAProxyInternalTLS]: CREATE_COMPLETE state changed 2025-10-05 07:25:39Z [standalone.StandaloneServiceChain.ServiceChain.14.HAProxyBase]: CREATE_IN_PROGRESS state changed 2025-10-05 07:25:39Z [standalone.StandaloneServiceChain.ServiceChain.14.HAProxyBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-05 07:25:39Z [standalone.StandaloneServiceChain.ServiceChain.14.HAProxyPublicTLS]: CREATE_COMPLETE state changed 2025-10-05 07:25:39Z [standalone.StandaloneServiceChain.ServiceChain.14.HAProxyBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-05 07:25:39Z [standalone.StandaloneServiceChain.ServiceChain.14.HAProxyBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-05 07:25:40Z [standalone.StandaloneServiceChain.ServiceChain.14.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-05 07:25:40Z [standalone.StandaloneServiceChain.ServiceChain.14.HAProxyBase.HAProxyLogging]: CREATE_IN_PROGRESS state changed 2025-10-05 07:25:41Z [standalone.StandaloneServiceChain.ServiceChain.14.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-05 07:25:41Z [standalone.StandaloneServiceChain.ServiceChain.14.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-05 07:25:41Z [standalone.StandaloneServiceChain.ServiceChain.14.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-05 07:25:41Z [standalone.StandaloneServiceChain.ServiceChain.14.HAProxyBase.HAProxyInternalTLS]: CREATE_IN_PROGRESS state changed 2025-10-05 07:25:41Z [standalone.StandaloneServiceChain.ServiceChain.14.HAProxyBase.HAProxyInternalTLS]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-05 07:25:41Z [standalone.StandaloneServiceChain.ServiceChain.14.HAProxyBase.HAProxyLogging]: CREATE_COMPLETE state changed 2025-10-05 07:25:41Z [standalone.StandaloneServiceChain.ServiceChain.14.HAProxyBase.HAProxyInternalTLS.HAProxyNetworks]: CREATE_IN_PROGRESS state changed 2025-10-05 07:25:41Z [standalone.StandaloneServiceChain.ServiceChain.14.HAProxyBase.HAProxyInternalTLS.HAProxyNetworks]: CREATE_COMPLETE state changed 2025-10-05 07:25:41Z [standalone.StandaloneServiceChain.ServiceChain.14.HAProxyBase.HAProxyInternalTLS]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-05 07:25:42Z [standalone.StandaloneServiceChain.ServiceChain.14.HAProxyBase.HAProxyPublicTLS]: CREATE_IN_PROGRESS state changed 2025-10-05 07:25:42Z [standalone.StandaloneServiceChain.ServiceChain.14.HAProxyBase.HAProxyInternalTLS]: CREATE_COMPLETE state changed 2025-10-05 07:25:43Z [standalone.StandaloneServiceChain.ServiceChain.14.HAProxyBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-05 07:25:43Z [standalone.StandaloneServiceChain.ServiceChain.14.HAProxyBase.HAProxyPublicTLS]: CREATE_COMPLETE state changed 2025-10-05 07:25:44Z [standalone.StandaloneServiceChain.ServiceChain.14.HAProxyBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-05 07:25:44Z [standalone.StandaloneServiceChain.ServiceChain.14.HAProxyBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-05 07:25:45Z [standalone.StandaloneServiceChain.ServiceChain.14.HAProxyBase]: CREATE_COMPLETE state changed 2025-10-05 07:25:45Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-05 07:25:46Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_COMPLETE state changed 2025-10-05 07:25:47Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_IN_PROGRESS state changed 2025-10-05 07:25:47Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-05 07:25:47Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-05 07:25:47Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-05 07:25:47Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-05 07:25:47Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-05 07:25:47Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-05 07:25:48Z [standalone.StandaloneServiceChain.ServiceChain.15.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-05 07:25:48Z [standalone.StandaloneServiceChain.ServiceChain.15.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-05 07:25:48Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-05 07:25:49Z [standalone.StandaloneServiceChain.ServiceChain.15.HeatBase]: CREATE_IN_PROGRESS state changed 2025-10-05 07:25:50Z [standalone.StandaloneServiceChain.ServiceChain.15.HeatApiLogging]: CREATE_IN_PROGRESS state changed 2025-10-05 07:25:50Z [standalone.StandaloneServiceChain.ServiceChain.15.HeatBase]: CREATE_COMPLETE state changed 2025-10-05 07:25:51Z [standalone.StandaloneServiceChain.ServiceChain.15.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-05 07:25:51Z [standalone.StandaloneServiceChain.ServiceChain.15.HeatApiLogging]: CREATE_COMPLETE state changed 2025-10-05 07:25:52Z [standalone.StandaloneServiceChain.ServiceChain.15.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-05 07:25:52Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-05 07:25:53Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_COMPLETE state changed 2025-10-05 07:25:54Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_IN_PROGRESS state changed 2025-10-05 07:25:54Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-05 07:25:54Z [standalone.StandaloneServiceChain.ServiceChain.16.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-05 07:25:54Z [standalone.StandaloneServiceChain.ServiceChain.16.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-05 07:25:54Z [standalone.StandaloneServiceChain.ServiceChain.16.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-05 07:25:54Z [standalone.StandaloneServiceChain.ServiceChain.16.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-05 07:25:54Z [standalone.StandaloneServiceChain.ServiceChain.16.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-05 07:25:55Z [standalone.StandaloneServiceChain.ServiceChain.16.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-05 07:25:55Z [standalone.StandaloneServiceChain.ServiceChain.16.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-05 07:25:55Z [standalone.StandaloneServiceChain.ServiceChain.16.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-05 07:25:56Z [standalone.StandaloneServiceChain.ServiceChain.16.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-05 07:25:57Z [standalone.StandaloneServiceChain.ServiceChain.16.HeatBase]: CREATE_IN_PROGRESS state changed 2025-10-05 07:25:57Z [standalone.StandaloneServiceChain.ServiceChain.16.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-05 07:25:58Z [standalone.StandaloneServiceChain.ServiceChain.16.HeatApiCfnLogging]: CREATE_IN_PROGRESS state changed 2025-10-05 07:25:58Z [standalone.StandaloneServiceChain.ServiceChain.16.HeatBase]: CREATE_COMPLETE state changed 2025-10-05 07:25:59Z [standalone.StandaloneServiceChain.ServiceChain.16.HeatApiCfnLogging]: CREATE_COMPLETE state changed 2025-10-05 07:25:59Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-05 07:26:00Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_COMPLETE state changed 2025-10-05 07:26:00Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_IN_PROGRESS state changed 2025-10-05 07:26:00Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-05 07:26:00Z [standalone.StandaloneServiceChain.ServiceChain.17.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-05 07:26:01Z [standalone.StandaloneServiceChain.ServiceChain.17.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-05 07:26:01Z [standalone.StandaloneServiceChain.ServiceChain.17.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-05 07:26:01Z [standalone.StandaloneServiceChain.ServiceChain.17.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-05 07:26:02Z [standalone.StandaloneServiceChain.ServiceChain.17.HeatEngineLogging]: CREATE_IN_PROGRESS state changed 2025-10-05 07:26:02Z [standalone.StandaloneServiceChain.ServiceChain.17.HeatEngineLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-05 07:26:03Z [standalone.StandaloneServiceChain.ServiceChain.17.HeatEngineLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-05 07:26:03Z [standalone.StandaloneServiceChain.ServiceChain.17.HeatEngineLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-05 07:26:03Z [standalone.StandaloneServiceChain.ServiceChain.17.HeatEngineLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-05 07:26:03Z [standalone.StandaloneServiceChain.ServiceChain.17.HeatBase]: CREATE_IN_PROGRESS state changed 2025-10-05 07:26:03Z [standalone.StandaloneServiceChain.ServiceChain.17.HeatEngineLogging]: CREATE_COMPLETE state changed 2025-10-05 07:26:04Z [standalone.StandaloneServiceChain.ServiceChain.17.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-05 07:26:04Z [standalone.StandaloneServiceChain.ServiceChain.17.HeatBase]: CREATE_COMPLETE state changed 2025-10-05 07:26:05Z [standalone.StandaloneServiceChain.ServiceChain.17.MySQLClient]: CREATE_COMPLETE state changed 2025-10-05 07:26:06Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-05 07:26:06Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_COMPLETE state changed 2025-10-05 07:26:07Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_IN_PROGRESS state changed 2025-10-05 07:26:07Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-05 07:26:07Z [standalone.StandaloneServiceChain.ServiceChain.18.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-05 07:26:08Z [standalone.StandaloneServiceChain.ServiceChain.18.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-05 07:26:08Z [standalone.StandaloneServiceChain.ServiceChain.18.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-05 07:26:08Z [standalone.StandaloneServiceChain.ServiceChain.18.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-05 07:26:08Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-05 07:26:09Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_COMPLETE state changed 2025-10-05 07:26:09Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_IN_PROGRESS state changed 2025-10-05 07:26:10Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_COMPLETE state changed 2025-10-05 07:26:11Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_IN_PROGRESS state changed 2025-10-05 07:26:11Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-05 07:26:11Z [standalone.StandaloneServiceChain.ServiceChain.20.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-05 07:26:12Z [standalone.StandaloneServiceChain.ServiceChain.20.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-05 07:26:12Z [standalone.StandaloneServiceChain.ServiceChain.20.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-05 07:26:12Z [standalone.StandaloneServiceChain.ServiceChain.20.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-05 07:26:12Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-05 07:26:13Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_COMPLETE state changed 2025-10-05 07:26:13Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_IN_PROGRESS state changed 2025-10-05 07:26:13Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-05 07:26:13Z [standalone.StandaloneServiceChain.ServiceChain.21.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-05 07:26:13Z [standalone.StandaloneServiceChain.ServiceChain.21.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-05 07:26:13Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-05 07:26:14Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_COMPLETE state changed 2025-10-05 07:26:15Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_IN_PROGRESS state changed 2025-10-05 07:26:15Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-05 07:26:15Z [standalone.StandaloneServiceChain.ServiceChain.22.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-05 07:26:16Z [standalone.StandaloneServiceChain.ServiceChain.22.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-05 07:26:16Z [standalone.StandaloneServiceChain.ServiceChain.22.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-05 07:26:16Z [standalone.StandaloneServiceChain.ServiceChain.22.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-05 07:26:16Z [standalone.StandaloneServiceChain.ServiceChain.22.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-05 07:26:16Z [standalone.StandaloneServiceChain.ServiceChain.22.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-05 07:26:16Z [standalone.StandaloneServiceChain.ServiceChain.22.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-05 07:26:17Z [standalone.StandaloneServiceChain.ServiceChain.22.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-05 07:26:17Z [standalone.StandaloneServiceChain.ServiceChain.22.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-05 07:26:17Z [standalone.StandaloneServiceChain.ServiceChain.22.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-05 07:26:18Z [standalone.StandaloneServiceChain.ServiceChain.22.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-05 07:26:19Z [standalone.StandaloneServiceChain.ServiceChain.22.KeystoneLogging]: CREATE_IN_PROGRESS state changed 2025-10-05 07:26:19Z [standalone.StandaloneServiceChain.ServiceChain.22.KeystoneLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-05 07:26:19Z [standalone.StandaloneServiceChain.ServiceChain.22.MySQLClient]: CREATE_COMPLETE state changed 2025-10-05 07:26:19Z [standalone.StandaloneServiceChain.ServiceChain.22.KeystoneLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-05 07:26:19Z [standalone.StandaloneServiceChain.ServiceChain.22.KeystoneLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-05 07:26:19Z [standalone.StandaloneServiceChain.ServiceChain.22.KeystoneLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-05 07:26:20Z [standalone.StandaloneServiceChain.ServiceChain.22.KeystoneLogging]: CREATE_COMPLETE state changed 2025-10-05 07:26:20Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-05 07:26:21Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_COMPLETE state changed 2025-10-05 07:26:21Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_IN_PROGRESS state changed 2025-10-05 07:26:21Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-05 07:26:21Z [standalone.StandaloneServiceChain.ServiceChain.23.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-05 07:26:23Z [standalone.StandaloneServiceChain.ServiceChain.23.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-05 07:26:23Z [standalone.StandaloneServiceChain.ServiceChain.23.MySQLClient]: CREATE_COMPLETE state changed 2025-10-05 07:26:24Z [standalone.StandaloneServiceChain.ServiceChain.23.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-05 07:26:24Z [standalone.StandaloneServiceChain.ServiceChain.23.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-05 07:26:24Z [standalone.StandaloneServiceChain.ServiceChain.23.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-05 07:26:24Z [standalone.StandaloneServiceChain.ServiceChain.23.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-05 07:26:24Z [standalone.StandaloneServiceChain.ServiceChain.23.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-05 07:26:24Z [standalone.StandaloneServiceChain.ServiceChain.23.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-05 07:26:24Z [standalone.StandaloneServiceChain.ServiceChain.23.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-05 07:26:25Z [standalone.StandaloneServiceChain.ServiceChain.23.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-05 07:26:25Z [standalone.StandaloneServiceChain.ServiceChain.23.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-05 07:26:26Z [standalone.StandaloneServiceChain.ServiceChain.23.ManilaBase]: CREATE_IN_PROGRESS state changed 2025-10-05 07:26:27Z [standalone.StandaloneServiceChain.ServiceChain.23.ManilaBase]: CREATE_COMPLETE state changed 2025-10-05 07:26:27Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-05 07:26:27Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_COMPLETE state changed 2025-10-05 07:26:28Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_IN_PROGRESS state changed 2025-10-05 07:26:29Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_COMPLETE state changed 2025-10-05 07:26:29Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_IN_PROGRESS state changed 2025-10-05 07:26:29Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-05 07:26:29Z [standalone.StandaloneServiceChain.ServiceChain.25.ManilaBase]: CREATE_IN_PROGRESS state changed 2025-10-05 07:26:31Z [standalone.StandaloneServiceChain.ServiceChain.25.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-05 07:26:31Z [standalone.StandaloneServiceChain.ServiceChain.25.ManilaBase]: CREATE_COMPLETE state changed 2025-10-05 07:26:31Z [standalone.StandaloneServiceChain.ServiceChain.25.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-05 07:26:31Z [standalone.StandaloneServiceChain.ServiceChain.25.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-05 07:26:32Z [standalone.StandaloneServiceChain.ServiceChain.25.MySQLClient]: CREATE_COMPLETE state changed 2025-10-05 07:26:32Z [standalone.StandaloneServiceChain.ServiceChain.25.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-05 07:26:34Z [standalone.StandaloneServiceChain.ServiceChain.25.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-05 07:26:34Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-05 07:26:34Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_COMPLETE state changed 2025-10-05 07:26:35Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_IN_PROGRESS state changed 2025-10-05 07:26:35Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-05 07:26:35Z [standalone.StandaloneServiceChain.ServiceChain.26.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-05 07:26:36Z [standalone.StandaloneServiceChain.ServiceChain.26.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-05 07:26:36Z [standalone.StandaloneServiceChain.ServiceChain.26.MySQLClient]: CREATE_COMPLETE state changed 2025-10-05 07:26:37Z [standalone.StandaloneServiceChain.ServiceChain.26.ManilaShareContainerBase]: CREATE_IN_PROGRESS state changed 2025-10-05 07:26:37Z [standalone.StandaloneServiceChain.ServiceChain.26.ManilaShareContainerBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-05 07:26:37Z [standalone.StandaloneServiceChain.ServiceChain.26.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-05 07:26:37Z [standalone.StandaloneServiceChain.ServiceChain.26.ManilaShareContainerBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-05 07:26:38Z [standalone.StandaloneServiceChain.ServiceChain.26.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-05 07:26:38Z [standalone.StandaloneServiceChain.ServiceChain.26.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-05 07:26:38Z [standalone.StandaloneServiceChain.ServiceChain.26.ManilaShareContainerBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-05 07:26:38Z [standalone.StandaloneServiceChain.ServiceChain.26.ManilaShareContainerBase.MySQLClient]: CREATE_COMPLETE state changed 2025-10-05 07:26:39Z [standalone.StandaloneServiceChain.ServiceChain.26.ManilaCommon]: CREATE_IN_PROGRESS state changed 2025-10-05 07:26:39Z [standalone.StandaloneServiceChain.ServiceChain.26.ManilaCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-05 07:26:39Z [standalone.StandaloneServiceChain.ServiceChain.26.ManilaCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-05 07:26:39Z [standalone.StandaloneServiceChain.ServiceChain.26.ManilaShareContainerBase.ManilaShareCommon]: CREATE_IN_PROGRESS state changed 2025-10-05 07:26:39Z [standalone.StandaloneServiceChain.ServiceChain.26.ManilaShareContainerBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-05 07:26:39Z [standalone.StandaloneServiceChain.ServiceChain.26.ManilaShareContainerBase.ManilaShareCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-05 07:26:39Z [standalone.StandaloneServiceChain.ServiceChain.26.ManilaShareContainerBase.ManilaShareCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-05 07:26:40Z [standalone.StandaloneServiceChain.ServiceChain.26.ManilaShareContainerBase.ManilaBase]: CREATE_IN_PROGRESS state changed 2025-10-05 07:26:40Z [standalone.StandaloneServiceChain.ServiceChain.26.ManilaCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-05 07:26:40Z [standalone.StandaloneServiceChain.ServiceChain.26.ManilaCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-05 07:26:41Z [standalone.StandaloneServiceChain.ServiceChain.26.ManilaShareContainerBase.ManilaShareCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-05 07:26:41Z [standalone.StandaloneServiceChain.ServiceChain.26.ManilaShareContainerBase.ManilaShareCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-05 07:26:41Z [standalone.StandaloneServiceChain.ServiceChain.26.ManilaCommon]: CREATE_COMPLETE state changed 2025-10-05 07:26:41Z [standalone.StandaloneServiceChain.ServiceChain.26.ManilaShareContainerBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-05 07:26:41Z [standalone.StandaloneServiceChain.ServiceChain.26.ManilaShareContainerBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-05 07:26:41Z [standalone.StandaloneServiceChain.ServiceChain.26.ManilaShareContainerBase.ManilaBase]: CREATE_COMPLETE state changed 2025-10-05 07:26:41Z [standalone.StandaloneServiceChain.ServiceChain.26.ManilaShareContainerBase.ManilaShareCommon]: CREATE_COMPLETE state changed 2025-10-05 07:26:41Z [standalone.StandaloneServiceChain.ServiceChain.26.ManilaShareContainerBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-05 07:26:42Z [standalone.StandaloneServiceChain.ServiceChain.26.ManilaShareContainerBase]: CREATE_COMPLETE state changed 2025-10-05 07:26:42Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-05 07:26:43Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_COMPLETE state changed 2025-10-05 07:26:44Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_IN_PROGRESS state changed 2025-10-05 07:26:44Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-05 07:26:44Z [standalone.StandaloneServiceChain.ServiceChain.27.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-05 07:26:45Z [standalone.StandaloneServiceChain.ServiceChain.27.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-05 07:26:45Z [standalone.StandaloneServiceChain.ServiceChain.27.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-05 07:26:45Z [standalone.StandaloneServiceChain.ServiceChain.27.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-05 07:26:45Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-05 07:26:46Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_COMPLETE state changed 2025-10-05 07:26:46Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_IN_PROGRESS state changed 2025-10-05 07:26:46Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-05 07:26:46Z [standalone.StandaloneServiceChain.ServiceChain.28.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-05 07:26:46Z [standalone.StandaloneServiceChain.ServiceChain.28.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-05 07:26:47Z [standalone.StandaloneServiceChain.ServiceChain.28.MysqlBase]: CREATE_IN_PROGRESS state changed 2025-10-05 07:26:48Z [standalone.StandaloneServiceChain.ServiceChain.28.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-05 07:26:48Z [standalone.StandaloneServiceChain.ServiceChain.28.MysqlBase]: CREATE_COMPLETE state changed 2025-10-05 07:26:49Z [standalone.StandaloneServiceChain.ServiceChain.28.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-05 07:26:50Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-05 07:26:50Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_COMPLETE state changed 2025-10-05 07:26:51Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_IN_PROGRESS state changed 2025-10-05 07:26:52Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_COMPLETE state changed 2025-10-05 07:26:52Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_IN_PROGRESS state changed 2025-10-05 07:26:52Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-05 07:26:52Z [standalone.StandaloneServiceChain.ServiceChain.30.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2025-10-05 07:26:52Z [standalone.StandaloneServiceChain.ServiceChain.30.TLSProxyBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-05 07:26:52Z [standalone.StandaloneServiceChain.ServiceChain.30.TLSProxyBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-05 07:26:52Z [standalone.StandaloneServiceChain.ServiceChain.30.TLSProxyBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-05 07:26:52Z [standalone.StandaloneServiceChain.ServiceChain.30.TLSProxyBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-05 07:26:53Z [standalone.StandaloneServiceChain.ServiceChain.30.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-05 07:26:53Z [standalone.StandaloneServiceChain.ServiceChain.30.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-05 07:26:53Z [standalone.StandaloneServiceChain.ServiceChain.30.TLSProxyBase]: CREATE_COMPLETE state changed 2025-10-05 07:26:54Z [standalone.StandaloneServiceChain.ServiceChain.30.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-05 07:26:55Z [standalone.StandaloneServiceChain.ServiceChain.30.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-10-05 07:26:55Z [standalone.StandaloneServiceChain.ServiceChain.30.MySQLClient]: CREATE_COMPLETE state changed 2025-10-05 07:26:56Z [standalone.StandaloneServiceChain.ServiceChain.30.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-05 07:26:56Z [standalone.StandaloneServiceChain.ServiceChain.30.NeutronBase]: CREATE_COMPLETE state changed 2025-10-05 07:26:57Z [standalone.StandaloneServiceChain.ServiceChain.30.NeutronLogging]: CREATE_IN_PROGRESS state changed 2025-10-05 07:26:57Z [standalone.StandaloneServiceChain.ServiceChain.30.NeutronLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-05 07:26:57Z [standalone.StandaloneServiceChain.ServiceChain.30.NeutronLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-05 07:26:57Z [standalone.StandaloneServiceChain.ServiceChain.30.NeutronLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-05 07:26:57Z [standalone.StandaloneServiceChain.ServiceChain.30.NeutronLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-05 07:26:57Z [standalone.StandaloneServiceChain.ServiceChain.30.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-05 07:26:58Z [standalone.StandaloneServiceChain.ServiceChain.30.NeutronLogging]: CREATE_COMPLETE state changed 2025-10-05 07:26:58Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-05 07:26:59Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_COMPLETE state changed 2025-10-05 07:27:00Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_IN_PROGRESS state changed 2025-10-05 07:27:00Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-05 07:27:00Z [standalone.StandaloneServiceChain.ServiceChain.31.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-05 07:27:00Z [standalone.StandaloneServiceChain.ServiceChain.31.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-05 07:27:01Z [standalone.StandaloneServiceChain.ServiceChain.31.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-10-05 07:27:01Z [standalone.StandaloneServiceChain.ServiceChain.31.NeutronBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-05 07:27:01Z [standalone.StandaloneServiceChain.ServiceChain.31.NeutronBase.NeutronMl2Base]: CREATE_IN_PROGRESS state changed 2025-10-05 07:27:01Z [standalone.StandaloneServiceChain.ServiceChain.31.NeutronBase.NeutronMl2Base]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-05 07:27:01Z [standalone.StandaloneServiceChain.ServiceChain.31.NeutronBase.NeutronMl2Base.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-10-05 07:27:02Z [standalone.StandaloneServiceChain.ServiceChain.31.NeutronBase.NeutronMl2Base.NeutronBase]: CREATE_COMPLETE state changed 2025-10-05 07:27:02Z [standalone.StandaloneServiceChain.ServiceChain.31.NeutronBase.NeutronMl2Base]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-05 07:27:03Z [standalone.StandaloneServiceChain.ServiceChain.31.NeutronBase.NeutronMl2Base]: CREATE_COMPLETE state changed 2025-10-05 07:27:03Z [standalone.StandaloneServiceChain.ServiceChain.31.NeutronBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-05 07:27:04Z [standalone.StandaloneServiceChain.ServiceChain.31.NeutronBase]: CREATE_COMPLETE state changed 2025-10-05 07:27:04Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-05 07:27:05Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_COMPLETE state changed 2025-10-05 07:27:05Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_IN_PROGRESS state changed 2025-10-05 07:27:05Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-05 07:27:06Z [standalone.StandaloneServiceChain.ServiceChain.32.NeutronLogging]: CREATE_IN_PROGRESS state changed 2025-10-05 07:27:07Z [standalone.StandaloneServiceChain.ServiceChain.32.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-05 07:27:07Z [standalone.StandaloneServiceChain.ServiceChain.32.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-05 07:27:07Z [standalone.StandaloneServiceChain.ServiceChain.32.NeutronLogging]: CREATE_COMPLETE state changed 2025-10-05 07:27:08Z [standalone.StandaloneServiceChain.ServiceChain.32.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-10-05 07:27:09Z [standalone.StandaloneServiceChain.ServiceChain.32.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-05 07:27:09Z [standalone.StandaloneServiceChain.ServiceChain.32.NeutronBase]: CREATE_COMPLETE state changed 2025-10-05 07:27:10Z [standalone.StandaloneServiceChain.ServiceChain.32.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-05 07:27:10Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-05 07:27:10Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_COMPLETE state changed 2025-10-05 07:27:11Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_IN_PROGRESS state changed 2025-10-05 07:27:11Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-05 07:27:11Z [standalone.StandaloneServiceChain.ServiceChain.33.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-05 07:27:12Z [standalone.StandaloneServiceChain.ServiceChain.33.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-05 07:27:12Z [standalone.StandaloneServiceChain.ServiceChain.33.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-05 07:27:12Z [standalone.StandaloneServiceChain.ServiceChain.33.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-05 07:27:13Z [standalone.StandaloneServiceChain.ServiceChain.33.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-10-05 07:27:14Z [standalone.StandaloneServiceChain.ServiceChain.33.NeutronLogging]: CREATE_IN_PROGRESS state changed 2025-10-05 07:27:14Z [standalone.StandaloneServiceChain.ServiceChain.33.NeutronBase]: CREATE_COMPLETE state changed 2025-10-05 07:27:15Z [standalone.StandaloneServiceChain.ServiceChain.33.NeutronLogging]: CREATE_COMPLETE state changed 2025-10-05 07:27:15Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-05 07:27:16Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_COMPLETE state changed 2025-10-05 07:27:16Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_IN_PROGRESS state changed 2025-10-05 07:27:17Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-05 07:27:17Z [standalone.StandaloneServiceChain.ServiceChain.34.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-10-05 07:27:18Z [standalone.StandaloneServiceChain.ServiceChain.34.NovaBase]: CREATE_IN_PROGRESS state changed 2025-10-05 07:27:18Z [standalone.StandaloneServiceChain.ServiceChain.34.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-05 07:27:18Z [standalone.StandaloneServiceChain.ServiceChain.34.NovaDBClient]: CREATE_COMPLETE state changed 2025-10-05 07:27:18Z [standalone.StandaloneServiceChain.ServiceChain.34.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-05 07:27:18Z [standalone.StandaloneServiceChain.ServiceChain.34.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-05 07:27:18Z [standalone.StandaloneServiceChain.ServiceChain.34.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-05 07:27:19Z [standalone.StandaloneServiceChain.ServiceChain.34.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-05 07:27:19Z [standalone.StandaloneServiceChain.ServiceChain.34.NovaBase]: CREATE_COMPLETE state changed 2025-10-05 07:27:20Z [standalone.StandaloneServiceChain.ServiceChain.34.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-05 07:27:20Z [standalone.StandaloneServiceChain.ServiceChain.34.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-05 07:27:20Z [standalone.StandaloneServiceChain.ServiceChain.34.MySQLClient]: CREATE_COMPLETE state changed 2025-10-05 07:27:21Z [standalone.StandaloneServiceChain.ServiceChain.34.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-05 07:27:21Z [standalone.StandaloneServiceChain.ServiceChain.34.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-05 07:27:21Z [standalone.StandaloneServiceChain.ServiceChain.34.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-05 07:27:21Z [standalone.StandaloneServiceChain.ServiceChain.34.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-05 07:27:21Z [standalone.StandaloneServiceChain.ServiceChain.34.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-05 07:27:22Z [standalone.StandaloneServiceChain.ServiceChain.34.NovaApiLogging]: CREATE_IN_PROGRESS state changed 2025-10-05 07:27:22Z [standalone.StandaloneServiceChain.ServiceChain.34.NovaApiLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-05 07:27:22Z [standalone.StandaloneServiceChain.ServiceChain.34.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-05 07:27:22Z [standalone.StandaloneServiceChain.ServiceChain.34.NovaApiLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-05 07:27:22Z [standalone.StandaloneServiceChain.ServiceChain.34.NovaApiLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-05 07:27:22Z [standalone.StandaloneServiceChain.ServiceChain.34.NovaApiLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-05 07:27:23Z [standalone.StandaloneServiceChain.ServiceChain.34.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2025-10-05 07:27:23Z [standalone.StandaloneServiceChain.ServiceChain.34.NovaApiLogging]: CREATE_COMPLETE state changed 2025-10-05 07:27:24Z [standalone.StandaloneServiceChain.ServiceChain.34.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-05 07:27:24Z [standalone.StandaloneServiceChain.ServiceChain.34.NovaApiDBClient]: CREATE_COMPLETE state changed 2025-10-05 07:27:25Z [standalone.StandaloneServiceChain.ServiceChain.34.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-05 07:27:25Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-05 07:27:26Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_COMPLETE state changed 2025-10-05 07:27:26Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_IN_PROGRESS state changed 2025-10-05 07:27:26Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-05 07:27:27Z [standalone.StandaloneServiceChain.ServiceChain.35.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2025-10-05 07:27:28Z [standalone.StandaloneServiceChain.ServiceChain.35.NovaBase]: CREATE_IN_PROGRESS state changed 2025-10-05 07:27:28Z [standalone.StandaloneServiceChain.ServiceChain.35.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-05 07:27:28Z [standalone.StandaloneServiceChain.ServiceChain.35.NovaApiDBClient]: CREATE_COMPLETE state changed 2025-10-05 07:27:28Z [standalone.StandaloneServiceChain.ServiceChain.35.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-05 07:27:28Z [standalone.StandaloneServiceChain.ServiceChain.35.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-05 07:27:28Z [standalone.StandaloneServiceChain.ServiceChain.35.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-05 07:27:29Z [standalone.StandaloneServiceChain.ServiceChain.35.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-05 07:27:29Z [standalone.StandaloneServiceChain.ServiceChain.35.NovaBase]: CREATE_COMPLETE state changed 2025-10-05 07:27:30Z [standalone.StandaloneServiceChain.ServiceChain.35.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-10-05 07:27:30Z [standalone.StandaloneServiceChain.ServiceChain.35.MySQLClient]: CREATE_COMPLETE state changed 2025-10-05 07:27:31Z [standalone.StandaloneServiceChain.ServiceChain.35.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-05 07:27:31Z [standalone.StandaloneServiceChain.ServiceChain.35.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-05 07:27:31Z [standalone.StandaloneServiceChain.ServiceChain.35.NovaDBClient]: CREATE_COMPLETE state changed 2025-10-05 07:27:31Z [standalone.StandaloneServiceChain.ServiceChain.35.NovaLogging]: CREATE_IN_PROGRESS state changed 2025-10-05 07:27:31Z [standalone.StandaloneServiceChain.ServiceChain.35.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-05 07:27:31Z [standalone.StandaloneServiceChain.ServiceChain.35.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-05 07:27:31Z [standalone.StandaloneServiceChain.ServiceChain.35.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-05 07:27:32Z [standalone.StandaloneServiceChain.ServiceChain.35.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-05 07:27:32Z [standalone.StandaloneServiceChain.ServiceChain.35.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2025-10-05 07:27:32Z [standalone.StandaloneServiceChain.ServiceChain.35.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2025-10-05 07:27:32Z [standalone.StandaloneServiceChain.ServiceChain.35.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-05 07:27:33Z [standalone.StandaloneServiceChain.ServiceChain.35.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-05 07:27:33Z [standalone.StandaloneServiceChain.ServiceChain.35.NovaLogging]: CREATE_COMPLETE state changed 2025-10-05 07:27:33Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-05 07:27:33Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_COMPLETE state changed 2025-10-05 07:27:34Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_IN_PROGRESS state changed 2025-10-05 07:27:34Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-05 07:27:34Z [standalone.StandaloneServiceChain.ServiceChain.36.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-10-05 07:27:35Z [standalone.StandaloneServiceChain.ServiceChain.36.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-05 07:27:35Z [standalone.StandaloneServiceChain.ServiceChain.36.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-05 07:27:35Z [standalone.StandaloneServiceChain.ServiceChain.36.NovaDBClient]: CREATE_COMPLETE state changed 2025-10-05 07:27:36Z [standalone.StandaloneServiceChain.ServiceChain.36.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-05 07:27:37Z [standalone.StandaloneServiceChain.ServiceChain.36.NovaMetadataLogging]: CREATE_IN_PROGRESS state changed 2025-10-05 07:27:37Z [standalone.StandaloneServiceChain.ServiceChain.36.NovaMetadataLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-05 07:27:37Z [standalone.StandaloneServiceChain.ServiceChain.36.NovaMetadataLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-05 07:27:37Z [standalone.StandaloneServiceChain.ServiceChain.36.NovaMetadataLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-05 07:27:37Z [standalone.StandaloneServiceChain.ServiceChain.36.NovaMetadataLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-05 07:27:37Z [standalone.StandaloneServiceChain.ServiceChain.36.MySQLClient]: CREATE_COMPLETE state changed 2025-10-05 07:27:38Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-05 07:27:38Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-05 07:27:38Z [standalone.StandaloneServiceChain.ServiceChain.36.NovaMetadataLogging]: CREATE_COMPLETE state changed 2025-10-05 07:27:38Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-05 07:27:38Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-05 07:27:38Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-05 07:27:39Z [standalone.StandaloneServiceChain.ServiceChain.36.NovaBase]: CREATE_IN_PROGRESS state changed 2025-10-05 07:27:39Z [standalone.StandaloneServiceChain.ServiceChain.36.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-05 07:27:39Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-05 07:27:39Z [standalone.StandaloneServiceChain.ServiceChain.36.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-05 07:27:39Z [standalone.StandaloneServiceChain.ServiceChain.36.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-05 07:27:39Z [standalone.StandaloneServiceChain.ServiceChain.36.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-05 07:27:40Z [standalone.StandaloneServiceChain.ServiceChain.36.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-05 07:27:40Z [standalone.StandaloneServiceChain.ServiceChain.36.NovaBase]: CREATE_COMPLETE state changed 2025-10-05 07:27:41Z [standalone.StandaloneServiceChain.ServiceChain.36.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2025-10-05 07:27:41Z [standalone.StandaloneServiceChain.ServiceChain.36.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-05 07:27:42Z [standalone.StandaloneServiceChain.ServiceChain.36.NovaApiDBClient]: CREATE_COMPLETE state changed 2025-10-05 07:27:42Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-05 07:27:43Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_COMPLETE state changed 2025-10-05 07:27:44Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_IN_PROGRESS state changed 2025-10-05 07:27:44Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-05 07:27:44Z [standalone.StandaloneServiceChain.ServiceChain.37.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-05 07:27:44Z [standalone.StandaloneServiceChain.ServiceChain.37.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-05 07:27:44Z [standalone.StandaloneServiceChain.ServiceChain.37.NovaLogging]: CREATE_IN_PROGRESS state changed 2025-10-05 07:27:44Z [standalone.StandaloneServiceChain.ServiceChain.37.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-05 07:27:44Z [standalone.StandaloneServiceChain.ServiceChain.37.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-05 07:27:44Z [standalone.StandaloneServiceChain.ServiceChain.37.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-05 07:27:45Z [standalone.StandaloneServiceChain.ServiceChain.37.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-05 07:27:45Z [standalone.StandaloneServiceChain.ServiceChain.37.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2025-10-05 07:27:45Z [standalone.StandaloneServiceChain.ServiceChain.37.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2025-10-05 07:27:45Z [standalone.StandaloneServiceChain.ServiceChain.37.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-05 07:27:46Z [standalone.StandaloneServiceChain.ServiceChain.37.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-10-05 07:27:46Z [standalone.StandaloneServiceChain.ServiceChain.37.MySQLClient]: CREATE_COMPLETE state changed 2025-10-05 07:27:46Z [standalone.StandaloneServiceChain.ServiceChain.37.NovaLogging]: CREATE_COMPLETE state changed 2025-10-05 07:27:47Z [standalone.StandaloneServiceChain.ServiceChain.37.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-05 07:27:47Z [standalone.StandaloneServiceChain.ServiceChain.37.NovaDBClient]: CREATE_COMPLETE state changed 2025-10-05 07:27:48Z [standalone.StandaloneServiceChain.ServiceChain.37.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2025-10-05 07:27:48Z [standalone.StandaloneServiceChain.ServiceChain.37.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-05 07:27:49Z [standalone.StandaloneServiceChain.ServiceChain.37.NovaBase]: CREATE_IN_PROGRESS state changed 2025-10-05 07:27:49Z [standalone.StandaloneServiceChain.ServiceChain.37.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-05 07:27:49Z [standalone.StandaloneServiceChain.ServiceChain.37.NovaApiDBClient]: CREATE_COMPLETE state changed 2025-10-05 07:27:49Z [standalone.StandaloneServiceChain.ServiceChain.37.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-05 07:27:49Z [standalone.StandaloneServiceChain.ServiceChain.37.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-05 07:27:49Z [standalone.StandaloneServiceChain.ServiceChain.37.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-05 07:27:50Z [standalone.StandaloneServiceChain.ServiceChain.37.NovaBase]: CREATE_COMPLETE state changed 2025-10-05 07:27:50Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-05 07:27:51Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_COMPLETE state changed 2025-10-05 07:27:52Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_IN_PROGRESS state changed 2025-10-05 07:27:52Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-05 07:27:52Z [standalone.StandaloneServiceChain.ServiceChain.38.NovaComputeCommon]: CREATE_IN_PROGRESS state changed 2025-10-05 07:27:53Z [standalone.StandaloneServiceChain.ServiceChain.38.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-05 07:27:53Z [standalone.StandaloneServiceChain.ServiceChain.38.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-05 07:27:53Z [standalone.StandaloneServiceChain.ServiceChain.38.NovaComputeCommon]: CREATE_COMPLETE state changed 2025-10-05 07:27:53Z [standalone.StandaloneServiceChain.ServiceChain.38.NovaLogging]: CREATE_IN_PROGRESS state changed 2025-10-05 07:27:53Z [standalone.StandaloneServiceChain.ServiceChain.38.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-05 07:27:53Z [standalone.StandaloneServiceChain.ServiceChain.38.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2025-10-05 07:27:53Z [standalone.StandaloneServiceChain.ServiceChain.38.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2025-10-05 07:27:54Z [standalone.StandaloneServiceChain.ServiceChain.38.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-05 07:27:54Z [standalone.StandaloneServiceChain.ServiceChain.38.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-05 07:27:54Z [standalone.StandaloneServiceChain.ServiceChain.38.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-05 07:27:54Z [standalone.StandaloneServiceChain.ServiceChain.38.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-05 07:27:55Z [standalone.StandaloneServiceChain.ServiceChain.38.NovaBase]: CREATE_IN_PROGRESS state changed 2025-10-05 07:27:55Z [standalone.StandaloneServiceChain.ServiceChain.38.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-05 07:27:55Z [standalone.StandaloneServiceChain.ServiceChain.38.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-05 07:27:55Z [standalone.StandaloneServiceChain.ServiceChain.38.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-05 07:27:55Z [standalone.StandaloneServiceChain.ServiceChain.38.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-05 07:27:55Z [standalone.StandaloneServiceChain.ServiceChain.38.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-05 07:27:55Z [standalone.StandaloneServiceChain.ServiceChain.38.NovaLogging]: CREATE_COMPLETE state changed 2025-10-05 07:27:56Z [standalone.StandaloneServiceChain.ServiceChain.38.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-05 07:27:56Z [standalone.StandaloneServiceChain.ServiceChain.38.NovaBase]: CREATE_COMPLETE state changed 2025-10-05 07:27:57Z [standalone.StandaloneServiceChain.ServiceChain.38.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-05 07:27:57Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-05 07:27:58Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_COMPLETE state changed 2025-10-05 07:27:58Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_IN_PROGRESS state changed 2025-10-05 07:27:59Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-05 07:27:59Z [standalone.StandaloneServiceChain.ServiceChain.39.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-05 07:27:59Z [standalone.StandaloneServiceChain.ServiceChain.39.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-05 07:28:00Z [standalone.StandaloneServiceChain.ServiceChain.39.NovaLibvirtLogging]: CREATE_IN_PROGRESS state changed 2025-10-05 07:28:01Z [standalone.StandaloneServiceChain.ServiceChain.39.NovaLibvirtCommon]: CREATE_IN_PROGRESS state changed 2025-10-05 07:28:01Z [standalone.StandaloneServiceChain.ServiceChain.39.NovaLibvirtCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-05 07:28:01Z [standalone.StandaloneServiceChain.ServiceChain.39.NovaLibvirtLogging]: CREATE_COMPLETE state changed 2025-10-05 07:28:01Z [standalone.StandaloneServiceChain.ServiceChain.39.NovaLibvirtCommon.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-05 07:28:01Z [standalone.StandaloneServiceChain.ServiceChain.39.NovaLibvirtCommon.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-05 07:28:01Z [standalone.StandaloneServiceChain.ServiceChain.39.NovaLibvirtCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-05 07:28:02Z [standalone.StandaloneServiceChain.ServiceChain.39.NovaBase]: CREATE_IN_PROGRESS state changed 2025-10-05 07:28:02Z [standalone.StandaloneServiceChain.ServiceChain.39.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-05 07:28:02Z [standalone.StandaloneServiceChain.ServiceChain.39.NovaLibvirtCommon]: CREATE_COMPLETE state changed 2025-10-05 07:28:02Z [standalone.StandaloneServiceChain.ServiceChain.39.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-05 07:28:02Z [standalone.StandaloneServiceChain.ServiceChain.39.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-05 07:28:02Z [standalone.StandaloneServiceChain.ServiceChain.39.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-05 07:28:03Z [standalone.StandaloneServiceChain.ServiceChain.39.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-05 07:28:03Z [standalone.StandaloneServiceChain.ServiceChain.39.NovaBase]: CREATE_COMPLETE state changed 2025-10-05 07:28:04Z [standalone.StandaloneServiceChain.ServiceChain.39.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-05 07:28:04Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-05 07:28:05Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_COMPLETE state changed 2025-10-05 07:28:05Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_IN_PROGRESS state changed 2025-10-05 07:28:05Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-05 07:28:05Z [standalone.StandaloneServiceChain.ServiceChain.40.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-05 07:28:05Z [standalone.StandaloneServiceChain.ServiceChain.40.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-05 07:28:06Z [standalone.StandaloneServiceChain.ServiceChain.40.SshdBase]: CREATE_IN_PROGRESS state changed 2025-10-05 07:28:07Z [standalone.StandaloneServiceChain.ServiceChain.40.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-05 07:28:07Z [standalone.StandaloneServiceChain.ServiceChain.40.SshdBase]: CREATE_COMPLETE state changed 2025-10-05 07:28:08Z [standalone.StandaloneServiceChain.ServiceChain.40.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-05 07:28:08Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-05 07:28:09Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_COMPLETE state changed 2025-10-05 07:28:10Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_IN_PROGRESS state changed 2025-10-05 07:28:10Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-05 07:28:10Z [standalone.StandaloneServiceChain.ServiceChain.41.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-05 07:28:11Z [standalone.StandaloneServiceChain.ServiceChain.41.NovaBase]: CREATE_IN_PROGRESS state changed 2025-10-05 07:28:11Z [standalone.StandaloneServiceChain.ServiceChain.41.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-05 07:28:11Z [standalone.StandaloneServiceChain.ServiceChain.41.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-05 07:28:11Z [standalone.StandaloneServiceChain.ServiceChain.41.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-05 07:28:11Z [standalone.StandaloneServiceChain.ServiceChain.41.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-05 07:28:11Z [standalone.StandaloneServiceChain.ServiceChain.41.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-05 07:28:12Z [standalone.StandaloneServiceChain.ServiceChain.41.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-05 07:28:12Z [standalone.StandaloneServiceChain.ServiceChain.41.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-05 07:28:12Z [standalone.StandaloneServiceChain.ServiceChain.41.NovaBase]: CREATE_COMPLETE state changed 2025-10-05 07:28:12Z [standalone.StandaloneServiceChain.ServiceChain.41.NovaLogging]: CREATE_IN_PROGRESS state changed 2025-10-05 07:28:12Z [standalone.StandaloneServiceChain.ServiceChain.41.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-05 07:28:12Z [standalone.StandaloneServiceChain.ServiceChain.41.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-05 07:28:12Z [standalone.StandaloneServiceChain.ServiceChain.41.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-05 07:28:13Z [standalone.StandaloneServiceChain.ServiceChain.41.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-10-05 07:28:13Z [standalone.StandaloneServiceChain.ServiceChain.41.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2025-10-05 07:28:13Z [standalone.StandaloneServiceChain.ServiceChain.41.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2025-10-05 07:28:13Z [standalone.StandaloneServiceChain.ServiceChain.41.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-05 07:28:14Z [standalone.StandaloneServiceChain.ServiceChain.41.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-05 07:28:14Z [standalone.StandaloneServiceChain.ServiceChain.41.NovaDBClient]: CREATE_COMPLETE state changed 2025-10-05 07:28:14Z [standalone.StandaloneServiceChain.ServiceChain.41.NovaLogging]: CREATE_COMPLETE state changed 2025-10-05 07:28:15Z [standalone.StandaloneServiceChain.ServiceChain.41.MySQLClient]: CREATE_COMPLETE state changed 2025-10-05 07:28:15Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-05 07:28:16Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_COMPLETE state changed 2025-10-05 07:28:16Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_IN_PROGRESS state changed 2025-10-05 07:28:16Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-05 07:28:16Z [standalone.StandaloneServiceChain.ServiceChain.42.OVNBridgeMappingsValue]: CREATE_IN_PROGRESS state changed 2025-10-05 07:28:16Z [standalone.StandaloneServiceChain.ServiceChain.42.OVNBridgeMappingsValue]: CREATE_COMPLETE state changed 2025-10-05 07:28:18Z [standalone.StandaloneServiceChain.ServiceChain.42.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-05 07:28:19Z [standalone.StandaloneServiceChain.ServiceChain.42.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-05 07:28:19Z [standalone.StandaloneServiceChain.ServiceChain.42.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-05 07:28:19Z [standalone.StandaloneServiceChain.ServiceChain.42.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-05 07:28:19Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-05 07:28:19Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_COMPLETE state changed 2025-10-05 07:28:20Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_IN_PROGRESS state changed 2025-10-05 07:28:20Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-05 07:28:20Z [standalone.StandaloneServiceChain.ServiceChain.43.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-05 07:28:21Z [standalone.StandaloneServiceChain.ServiceChain.43.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-05 07:28:21Z [standalone.StandaloneServiceChain.ServiceChain.43.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-05 07:28:21Z [standalone.StandaloneServiceChain.ServiceChain.43.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-05 07:28:21Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-05 07:28:22Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_COMPLETE state changed 2025-10-05 07:28:22Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_IN_PROGRESS state changed 2025-10-05 07:28:22Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-05 07:28:22Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-10-05 07:28:24Z [standalone.StandaloneServiceChain.ServiceChain.44.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-05 07:28:24Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronBase]: CREATE_COMPLETE state changed 2025-10-05 07:28:25Z [standalone.StandaloneServiceChain.ServiceChain.44.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-05 07:28:25Z [standalone.StandaloneServiceChain.ServiceChain.44.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-05 07:28:25Z [standalone.StandaloneServiceChain.ServiceChain.44.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-05 07:28:26Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging]: CREATE_IN_PROGRESS state changed 2025-10-05 07:28:27Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging]: CREATE_COMPLETE state changed 2025-10-05 07:28:27Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-05 07:28:27Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_COMPLETE state changed 2025-10-05 07:28:28Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_IN_PROGRESS state changed 2025-10-05 07:28:29Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_COMPLETE state changed 2025-10-05 07:28:29Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_IN_PROGRESS state changed 2025-10-05 07:28:29Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-05 07:28:29Z [standalone.StandaloneServiceChain.ServiceChain.46.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-05 07:28:30Z [standalone.StandaloneServiceChain.ServiceChain.46.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-05 07:28:30Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-05 07:28:31Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_COMPLETE state changed 2025-10-05 07:28:32Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_IN_PROGRESS state changed 2025-10-05 07:28:32Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-05 07:28:32Z [standalone.StandaloneServiceChain.ServiceChain.47.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-05 07:28:33Z [standalone.StandaloneServiceChain.ServiceChain.47.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-05 07:28:33Z [standalone.StandaloneServiceChain.ServiceChain.47.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-05 07:28:33Z [standalone.StandaloneServiceChain.ServiceChain.47.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-05 07:28:34Z [standalone.StandaloneServiceChain.ServiceChain.47.RabbitmqBase]: CREATE_IN_PROGRESS state changed 2025-10-05 07:28:34Z [standalone.StandaloneServiceChain.ServiceChain.47.RabbitmqBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-05 07:28:34Z [standalone.StandaloneServiceChain.ServiceChain.47.RabbitmqBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-05 07:28:35Z [standalone.StandaloneServiceChain.ServiceChain.47.RabbitmqBase.RabbitMQServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-05 07:28:35Z [standalone.StandaloneServiceChain.ServiceChain.47.RabbitmqBase.RabbitMQServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-05 07:28:35Z [standalone.StandaloneServiceChain.ServiceChain.47.RabbitmqBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-05 07:28:35Z [standalone.StandaloneServiceChain.ServiceChain.47.RabbitmqBase.RabbitMQServiceBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-05 07:28:35Z [standalone.StandaloneServiceChain.ServiceChain.47.RabbitmqBase.RabbitMQServiceBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-05 07:28:36Z [standalone.StandaloneServiceChain.ServiceChain.47.RabbitmqBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-05 07:28:36Z [standalone.StandaloneServiceChain.ServiceChain.47.RabbitmqBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-05 07:28:36Z [standalone.StandaloneServiceChain.ServiceChain.47.RabbitmqBase.RabbitMQServiceBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-05 07:28:37Z [standalone.StandaloneServiceChain.ServiceChain.47.RabbitmqBase.RabbitMQServiceBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-05 07:28:37Z [standalone.StandaloneServiceChain.ServiceChain.47.RabbitmqBase.RabbitMQServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-05 07:28:38Z [standalone.StandaloneServiceChain.ServiceChain.47.RabbitmqBase.RabbitMQServiceBase]: CREATE_COMPLETE state changed 2025-10-05 07:28:38Z [standalone.StandaloneServiceChain.ServiceChain.47.RabbitmqBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-05 07:28:39Z [standalone.StandaloneServiceChain.ServiceChain.47.RabbitmqBase]: CREATE_COMPLETE state changed 2025-10-05 07:28:39Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-05 07:28:40Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_COMPLETE state changed 2025-10-05 07:28:40Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_IN_PROGRESS state changed 2025-10-05 07:28:41Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_COMPLETE state changed 2025-10-05 07:28:42Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_IN_PROGRESS state changed 2025-10-05 07:28:42Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-05 07:28:42Z [standalone.StandaloneServiceChain.ServiceChain.49.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-05 07:28:42Z [standalone.StandaloneServiceChain.ServiceChain.49.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-05 07:28:43Z [standalone.StandaloneServiceChain.ServiceChain.49.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-05 07:28:44Z [standalone.StandaloneServiceChain.ServiceChain.49.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-05 07:28:44Z [standalone.StandaloneServiceChain.ServiceChain.49.MySQLClient]: CREATE_COMPLETE state changed 2025-10-05 07:28:45Z [standalone.StandaloneServiceChain.ServiceChain.49.PlacementLogging]: CREATE_IN_PROGRESS state changed 2025-10-05 07:28:45Z [standalone.StandaloneServiceChain.ServiceChain.49.PlacementLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-05 07:28:45Z [standalone.StandaloneServiceChain.ServiceChain.49.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-05 07:28:45Z [standalone.StandaloneServiceChain.ServiceChain.49.PlacementLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-05 07:28:45Z [standalone.StandaloneServiceChain.ServiceChain.49.PlacementLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-05 07:28:45Z [standalone.StandaloneServiceChain.ServiceChain.49.PlacementLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-05 07:28:46Z [standalone.StandaloneServiceChain.ServiceChain.49.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-05 07:28:46Z [standalone.StandaloneServiceChain.ServiceChain.49.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-05 07:28:46Z [standalone.StandaloneServiceChain.ServiceChain.49.PlacementLogging]: CREATE_COMPLETE state changed 2025-10-05 07:28:46Z [standalone.StandaloneServiceChain.ServiceChain.49.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-05 07:28:46Z [standalone.StandaloneServiceChain.ServiceChain.49.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-05 07:28:46Z [standalone.StandaloneServiceChain.ServiceChain.49.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-05 07:28:47Z [standalone.StandaloneServiceChain.ServiceChain.49.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-05 07:28:47Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-05 07:28:48Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_COMPLETE state changed 2025-10-05 07:28:48Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_IN_PROGRESS state changed 2025-10-05 07:28:49Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_COMPLETE state changed 2025-10-05 07:28:50Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_IN_PROGRESS state changed 2025-10-05 07:28:51Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_COMPLETE state changed 2025-10-05 07:28:51Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_IN_PROGRESS state changed 2025-10-05 07:28:52Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_COMPLETE state changed 2025-10-05 07:28:53Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_IN_PROGRESS state changed 2025-10-05 07:28:54Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_COMPLETE state changed 2025-10-05 07:28:54Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_IN_PROGRESS state changed 2025-10-05 07:28:54Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-05 07:28:54Z [standalone.StandaloneServiceChain.ServiceChain.54.SwiftBase]: CREATE_IN_PROGRESS state changed 2025-10-05 07:28:55Z [standalone.StandaloneServiceChain.ServiceChain.54.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-05 07:28:55Z [standalone.StandaloneServiceChain.ServiceChain.54.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-05 07:28:55Z [standalone.StandaloneServiceChain.ServiceChain.54.SwiftBase]: CREATE_COMPLETE state changed 2025-10-05 07:28:56Z [standalone.StandaloneServiceChain.ServiceChain.54.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2025-10-05 07:28:56Z [standalone.StandaloneServiceChain.ServiceChain.54.TLSProxyBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-05 07:28:56Z [standalone.StandaloneServiceChain.ServiceChain.54.TLSProxyBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-05 07:28:56Z [standalone.StandaloneServiceChain.ServiceChain.54.TLSProxyBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-05 07:28:56Z [standalone.StandaloneServiceChain.ServiceChain.54.TLSProxyBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-05 07:28:57Z [standalone.StandaloneServiceChain.ServiceChain.54.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-05 07:28:57Z [standalone.StandaloneServiceChain.ServiceChain.54.TLSProxyBase]: CREATE_COMPLETE state changed 2025-10-05 07:28:58Z [standalone.StandaloneServiceChain.ServiceChain.54.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-05 07:28:58Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-05 07:28:59Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_COMPLETE state changed 2025-10-05 07:29:00Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_IN_PROGRESS state changed 2025-10-05 07:29:00Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-05 07:29:00Z [standalone.StandaloneServiceChain.ServiceChain.55.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-05 07:29:00Z [standalone.StandaloneServiceChain.ServiceChain.55.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-05 07:29:00Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-05 07:29:01Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_COMPLETE state changed 2025-10-05 07:29:01Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_IN_PROGRESS state changed 2025-10-05 07:29:01Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-05 07:29:01Z [standalone.StandaloneServiceChain.ServiceChain.56.SwiftBase]: CREATE_IN_PROGRESS state changed 2025-10-05 07:29:02Z [standalone.StandaloneServiceChain.ServiceChain.56.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-05 07:29:02Z [standalone.StandaloneServiceChain.ServiceChain.56.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-05 07:29:02Z [standalone.StandaloneServiceChain.ServiceChain.56.SwiftBase]: CREATE_COMPLETE state changed 2025-10-05 07:29:03Z [standalone.StandaloneServiceChain.ServiceChain.56.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-05 07:29:04Z [standalone.StandaloneServiceChain.ServiceChain.56.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-05 07:29:04Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-05 07:29:05Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_COMPLETE state changed 2025-10-05 07:29:05Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_IN_PROGRESS state changed 2025-10-05 07:29:07Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_COMPLETE state changed 2025-10-05 07:29:07Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_IN_PROGRESS state changed 2025-10-05 07:29:08Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_COMPLETE state changed 2025-10-05 07:29:08Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_IN_PROGRESS state changed 2025-10-05 07:29:09Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_COMPLETE state changed 2025-10-05 07:29:10Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_IN_PROGRESS state changed 2025-10-05 07:29:10Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-05 07:29:10Z [standalone.StandaloneServiceChain.ServiceChain.60.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-05 07:29:10Z [standalone.StandaloneServiceChain.ServiceChain.60.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-05 07:29:10Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-05 07:29:11Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_COMPLETE state changed 2025-10-05 07:29:11Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_IN_PROGRESS state changed 2025-10-05 07:29:11Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-05 07:29:11Z [standalone.StandaloneServiceChain.ServiceChain.61.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-05 07:29:11Z [standalone.StandaloneServiceChain.ServiceChain.61.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-05 07:29:12Z [standalone.StandaloneServiceChain.ServiceChain.61.Podman]: CREATE_IN_PROGRESS state changed 2025-10-05 07:29:13Z [standalone.StandaloneServiceChain.ServiceChain.61.Podman]: CREATE_COMPLETE state changed 2025-10-05 07:29:13Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-05 07:29:14Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_COMPLETE state changed 2025-10-05 07:29:14Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_IN_PROGRESS state changed 2025-10-05 07:29:15Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-05 07:29:15Z [standalone.StandaloneServiceChain.ServiceChain.62.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-05 07:29:15Z [standalone.StandaloneServiceChain.ServiceChain.62.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-05 07:29:15Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-05 07:29:16Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_COMPLETE state changed 2025-10-05 07:29:16Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-05 07:29:16Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_COMPLETE state changed 2025-10-05 07:29:18Z [standalone.StandaloneServiceChain.PuppetConfig]: CREATE_IN_PROGRESS state changed 2025-10-05 07:29:18Z [standalone.StandaloneServiceChain.DeployStepsTasks]: CREATE_IN_PROGRESS state changed 2025-10-05 07:29:18Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook]: CREATE_IN_PROGRESS state changed 2025-10-05 07:29:18Z [standalone.StandaloneServiceChain.PuppetConfig]: CREATE_COMPLETE state changed 2025-10-05 07:29:19Z [standalone.StandaloneServiceChain.PreDeployStepTasks]: CREATE_IN_PROGRESS state changed 2025-10-05 07:29:19Z [standalone.StandaloneServiceChain.DeployStepsTasks]: CREATE_COMPLETE state changed 2025-10-05 07:29:19Z [standalone.StandaloneServiceChain.ContainerPuppetTasks]: CREATE_IN_PROGRESS state changed 2025-10-05 07:29:19Z [standalone.StandaloneServiceChain.IpaRegistrationTasks]: CREATE_IN_PROGRESS state changed 2025-10-05 07:29:19Z [standalone.StandaloneServiceChain.PreDeployStepTasks]: CREATE_COMPLETE state changed 2025-10-05 07:29:19Z [standalone.StandaloneServiceChain.MonitoringSubscriptionsConfig]: CREATE_IN_PROGRESS state changed 2025-10-05 07:29:20Z [standalone.StandaloneServiceChain.ContainerPuppetTasks]: CREATE_COMPLETE state changed 2025-10-05 07:29:20Z [standalone.StandaloneServiceChain.UpdateTasks]: CREATE_IN_PROGRESS state changed 2025-10-05 07:29:20Z [standalone.StandaloneServiceChain.IpaRegistrationTasks]: CREATE_COMPLETE state changed 2025-10-05 07:29:20Z [standalone.StandaloneServiceChain.ScaleTasks]: CREATE_IN_PROGRESS state changed 2025-10-05 07:29:20Z [standalone.StandaloneServiceChain.MonitoringSubscriptionsConfig]: CREATE_COMPLETE state changed 2025-10-05 07:29:20Z [standalone.StandaloneServiceChain.DockerConfig]: CREATE_IN_PROGRESS state changed 2025-10-05 07:29:21Z [standalone.StandaloneServiceChain.UpdateTasks]: CREATE_COMPLETE state changed 2025-10-05 07:29:21Z [standalone.StandaloneServiceChain.PostUpgradeTasks]: CREATE_IN_PROGRESS state changed 2025-10-05 07:29:21Z [standalone.StandaloneServiceChain.ScaleTasks]: CREATE_COMPLETE state changed 2025-10-05 07:29:21Z [standalone.StandaloneServiceChain.PostUpdateTasks]: CREATE_IN_PROGRESS state changed 2025-10-05 07:29:21Z [standalone.StandaloneServiceChain.DockerConfig]: CREATE_COMPLETE state changed 2025-10-05 07:29:21Z [standalone.StandaloneServiceChain.KollaConfig]: CREATE_IN_PROGRESS state changed 2025-10-05 07:29:22Z [standalone.StandaloneServiceChain.PostUpgradeTasks]: CREATE_COMPLETE state changed 2025-10-05 07:29:22Z [standalone.StandaloneServiceChain.ExternalPostDeployTasks]: CREATE_IN_PROGRESS state changed 2025-10-05 07:29:22Z [standalone.StandaloneServiceChain.PostUpdateTasks]: CREATE_COMPLETE state changed 2025-10-05 07:29:22Z [standalone.StandaloneServiceChain.HostFirewallTasks]: CREATE_IN_PROGRESS state changed 2025-10-05 07:29:22Z [standalone.StandaloneServiceChain.KollaConfig]: CREATE_COMPLETE state changed 2025-10-05 07:29:22Z [standalone.StandaloneServiceChain.FirewallFrontendRules]: CREATE_IN_PROGRESS state changed 2025-10-05 07:29:23Z [standalone.StandaloneServiceChain.ExternalPostDeployTasks]: CREATE_COMPLETE state changed 2025-10-05 07:29:23Z [standalone.StandaloneServiceChain.HostPrepTasks]: CREATE_IN_PROGRESS state changed 2025-10-05 07:29:23Z [standalone.StandaloneServiceChain.HostFirewallTasks]: CREATE_COMPLETE state changed 2025-10-05 07:29:23Z [standalone.StandaloneServiceChain.PuppetStepConfig]: CREATE_IN_PROGRESS state changed 2025-10-05 07:29:23Z [standalone.StandaloneServiceChain.FirewallFrontendRules]: CREATE_COMPLETE state changed 2025-10-05 07:29:23Z [standalone.StandaloneServiceChain.FirewallRules]: CREATE_IN_PROGRESS state changed 2025-10-05 07:29:24Z [standalone.StandaloneServiceChain.HostPrepTasks]: CREATE_COMPLETE state changed 2025-10-05 07:29:24Z [standalone.StandaloneServiceChain.ExternalUpdateTasks]: CREATE_IN_PROGRESS state changed 2025-10-05 07:29:24Z [standalone.StandaloneServiceChain.PuppetStepConfig]: CREATE_COMPLETE state changed 2025-10-05 07:29:24Z [standalone.StandaloneServiceChain.DockerPuppetTasks]: CREATE_IN_PROGRESS state changed 2025-10-05 07:29:24Z [standalone.StandaloneServiceChain.FirewallRules]: CREATE_COMPLETE state changed 2025-10-05 07:29:24Z [standalone.StandaloneServiceChain.UpgradeBatchTasks]: CREATE_IN_PROGRESS state changed 2025-10-05 07:29:24Z [standalone.StandaloneServiceChain.ExternalUpdateTasks]: CREATE_COMPLETE state changed 2025-10-05 07:29:24Z [standalone.StandaloneServiceChain.ServiceNames]: CREATE_IN_PROGRESS state changed 2025-10-05 07:29:25Z [standalone.StandaloneServiceChain.DockerPuppetTasks]: CREATE_COMPLETE state changed 2025-10-05 07:29:25Z [standalone.StandaloneServiceChain.UpgradeTasks]: CREATE_IN_PROGRESS state changed 2025-10-05 07:29:25Z [standalone.StandaloneServiceChain.UpgradeBatchTasks]: CREATE_COMPLETE state changed 2025-10-05 07:29:25Z [IncomingMetadataSettings]: CREATE_IN_PROGRESS state changed 2025-10-05 07:29:25Z [standalone.StandaloneServiceChain.DockerConfigScripts]: CREATE_IN_PROGRESS state changed 2025-10-05 07:29:25Z [standalone.StandaloneServiceChain.ServiceNames]: CREATE_COMPLETE state changed 2025-10-05 07:29:25Z [standalone.StandaloneServiceChain.ExternalDeployTasks]: CREATE_IN_PROGRESS state changed 2025-10-05 07:29:26Z [standalone.StandaloneServiceChain.UpgradeTasks]: CREATE_COMPLETE state changed 2025-10-05 07:29:26Z [IncomingMetadataSettings]: CREATE_COMPLETE state changed 2025-10-05 07:29:26Z [standalone.StandaloneServiceChain.KeystoneResourcesConfigs]: CREATE_IN_PROGRESS state changed 2025-10-05 07:29:26Z [standalone.StandaloneServiceChain.DockerConfigScripts]: CREATE_COMPLETE state changed 2025-10-05 07:29:26Z [standalone.StandaloneServiceChain.AnsibleGroupVars]: CREATE_IN_PROGRESS state changed 2025-10-05 07:29:26Z [standalone.StandaloneServiceChain.ExternalDeployTasks]: CREATE_COMPLETE state changed 2025-10-05 07:29:26Z [standalone.StandaloneServiceChain.PreUpgradeRollingTasks]: CREATE_IN_PROGRESS state changed 2025-10-05 07:29:26Z [standalone.StandaloneServiceChain.KeystoneResourcesConfigs]: CREATE_COMPLETE state changed 2025-10-05 07:29:26Z [standalone.StandaloneServiceChain.GlobalConfigSettings]: CREATE_IN_PROGRESS state changed 2025-10-05 07:29:27Z [standalone.StandaloneServiceChain.AnsibleGroupVars]: CREATE_COMPLETE state changed 2025-10-05 07:29:27Z [standalone.StandaloneServiceChain.ExternalUpgradeTasks]: CREATE_IN_PROGRESS state changed 2025-10-05 07:29:27Z [IndividualServices]: CREATE_IN_PROGRESS state changed 2025-10-05 07:29:27Z [standalone.StandaloneServiceChain.PreUpgradeRollingTasks]: CREATE_COMPLETE state changed 2025-10-05 07:29:27Z [standalone.StandaloneServiceChain.ServiceConfigSettings]: CREATE_IN_PROGRESS state changed 2025-10-05 07:29:27Z [standalone.StandaloneServiceChain.GlobalConfigSettings]: CREATE_COMPLETE state changed 2025-10-05 07:29:27Z [CompactServices]: CREATE_IN_PROGRESS state changed 2025-10-05 07:29:27Z [standalone.StandaloneServiceChain.ExternalUpgradeTasks]: CREATE_COMPLETE state changed 2025-10-05 07:29:27Z [IndividualServices]: CREATE_COMPLETE state changed 2025-10-05 07:29:27Z [standalone.StandaloneServiceChain.ServiceConfigSettings]: CREATE_COMPLETE state changed 2025-10-05 07:29:27Z [CompactServices]: CREATE_COMPLETE state changed 2025-10-05 07:29:27Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-05 07:29:28Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook]: CREATE_COMPLETE state changed 2025-10-05 07:29:28Z [standalone.StandaloneServiceChain]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-05 07:29:28Z [standalone.StandaloneServiceChain]: CREATE_COMPLETE state changed 2025-10-05 07:29:28Z [standalone.StandaloneServiceChainRoleData]: CREATE_IN_PROGRESS state changed 2025-10-05 07:29:28Z [standalone.StandaloneServiceChainRoleData]: CREATE_COMPLETE state changed 2025-10-05 07:29:29Z [standalone.StandaloneServiceNames]: CREATE_IN_PROGRESS state changed 2025-10-05 07:29:29Z [standalone.GlobalConfig]: CREATE_IN_PROGRESS state changed 2025-10-05 07:29:29Z [standalone.StandaloneServiceNames]: CREATE_COMPLETE state changed 2025-10-05 07:29:29Z [standalone.FirewallFrontendRules]: CREATE_IN_PROGRESS state changed 2025-10-05 07:29:29Z [standalone.GlobalConfig]: CREATE_COMPLETE state changed 2025-10-05 07:29:29Z [standalone.FirewallFrontendRules]: CREATE_COMPLETE state changed 2025-10-05 07:29:29Z [standalone.Standalone]: CREATE_IN_PROGRESS state changed 2025-10-05 07:29:29Z [standalone.StandaloneGroupVars]: CREATE_IN_PROGRESS state changed 2025-10-05 07:29:29Z [standalone.StandaloneServiceConfigSettings]: CREATE_IN_PROGRESS state changed 2025-10-05 07:29:29Z [standalone.Standalone]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-05 07:29:29Z [standalone.StandaloneGroupVars]: CREATE_COMPLETE state changed 2025-10-05 07:29:29Z [standalone.StandaloneServiceConfigSettings]: CREATE_COMPLETE state changed 2025-10-05 07:29:29Z [standalone.Standalone]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-05 07:29:29Z [standalone.StandaloneConfigData]: CREATE_IN_PROGRESS state changed 2025-10-05 07:29:29Z [standalone.StandaloneConfigData]: CREATE_COMPLETE state changed 2025-10-05 07:29:30Z [standalone.Standalone]: UPDATE_IN_PROGRESS Stack UPDATE started 2025-10-05 07:29:31Z [standalone.Standalone.0]: CREATE_IN_PROGRESS state changed 2025-10-05 07:29:31Z [standalone.Standalone.0]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-05 07:29:31Z [standalone.Standalone.0.Standalone]: CREATE_IN_PROGRESS state changed 2025-10-05 07:29:31Z [standalone.Standalone.0.Standalone]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-05 07:29:31Z [standalone.Standalone.0.Standalone.deployed-server]: CREATE_IN_PROGRESS state changed 2025-10-05 07:29:31Z [standalone.Standalone.0.Standalone.deployed-server]: CREATE_COMPLETE state changed 2025-10-05 07:29:32Z [standalone.Standalone.0.DeploymentActions]: CREATE_IN_PROGRESS state changed 2025-10-05 07:29:32Z [standalone.Standalone.0.DeploymentActions]: CREATE_COMPLETE state changed 2025-10-05 07:29:32Z [standalone.Standalone.0.Standalone.ControlPlanePort]: CREATE_IN_PROGRESS state changed 2025-10-05 07:29:33Z [standalone.Standalone.0.Standalone.ControlPlanePort]: CREATE_COMPLETE state changed 2025-10-05 07:29:33Z [standalone.Standalone.0.Standalone]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-05 07:29:34Z [standalone.Standalone.0.Standalone]: CREATE_COMPLETE state changed 2025-10-05 07:29:34Z [standalone.Standalone.0.NodeTLSCAData]: CREATE_IN_PROGRESS state changed 2025-10-05 07:29:34Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_IN_PROGRESS state changed 2025-10-05 07:29:34Z [standalone.Standalone.0.StandaloneExtraConfigPre]: CREATE_IN_PROGRESS state changed 2025-10-05 07:29:34Z [standalone.Standalone.0.StoragePort]: CREATE_IN_PROGRESS state changed 2025-10-05 07:29:34Z [standalone.Standalone.0.InternalApiPort]: CREATE_IN_PROGRESS state changed 2025-10-05 07:29:34Z [standalone.Standalone.0.ExternalPort]: CREATE_IN_PROGRESS state changed 2025-10-05 07:29:34Z [standalone.Standalone.0.PreNetworkConfig]: CREATE_IN_PROGRESS state changed 2025-10-05 07:29:34Z [standalone.Standalone.0.NetHostMap]: CREATE_IN_PROGRESS state changed 2025-10-05 07:29:34Z [standalone.Standalone.0.NodeTLSCAData]: CREATE_COMPLETE state changed 2025-10-05 07:29:34Z [standalone.Standalone.0.TenantPort]: CREATE_IN_PROGRESS state changed 2025-10-05 07:29:34Z [standalone.Standalone.0.NetHostMap]: CREATE_COMPLETE state changed 2025-10-05 07:29:34Z [standalone.Standalone.0.PreNetworkConfig]: CREATE_COMPLETE state changed 2025-10-05 07:29:34Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-05 07:29:34Z [standalone.Standalone.0.StoragePort]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-05 07:29:34Z [standalone.Standalone.0.InternalApiPort]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-05 07:29:34Z [standalone.Standalone.0.ExternalPort]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-05 07:29:35Z [standalone.Standalone.0.TenantPort]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-05 07:29:35Z [standalone.Standalone.0.StandaloneAnsibleHostVars]: CREATE_IN_PROGRESS state changed 2025-10-05 07:29:35Z [standalone.Standalone.0.StandaloneAnsibleHostVars]: CREATE_COMPLETE state changed 2025-10-05 07:29:35Z [standalone.Standalone.0.StorageMgmtPort.StorageMgmtDeployedPort]: CREATE_IN_PROGRESS state changed 2025-10-05 07:29:35Z [standalone.Standalone.0.StoragePort.StorageDeployedPort]: CREATE_IN_PROGRESS state changed 2025-10-05 07:29:35Z [standalone.Standalone.0.InternalApiPort.InternalApiDeployedPort]: CREATE_IN_PROGRESS state changed 2025-10-05 07:29:35Z [standalone.Standalone.0.ExternalPort.ExternalDeployedPort]: CREATE_IN_PROGRESS state changed 2025-10-05 07:29:35Z [standalone.Standalone.0.StorageMgmtPort.StorageMgmtDeployedPort]: CREATE_COMPLETE state changed 2025-10-05 07:29:35Z [standalone.Standalone.0.StoragePort.StorageDeployedPort]: CREATE_COMPLETE state changed 2025-10-05 07:29:35Z [standalone.Standalone.0.InternalApiPort.InternalApiDeployedPort]: CREATE_COMPLETE state changed 2025-10-05 07:29:35Z [standalone.Standalone.0.TenantPort.TenantDeployedPort]: CREATE_IN_PROGRESS state changed 2025-10-05 07:29:35Z [standalone.Standalone.0.ExternalPort.ExternalDeployedPort]: CREATE_COMPLETE state changed 2025-10-05 07:29:35Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-05 07:29:35Z [standalone.Standalone.0.StoragePort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-05 07:29:35Z [standalone.Standalone.0.InternalApiPort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-05 07:29:35Z [standalone.Standalone.0.TenantPort.TenantDeployedPort]: CREATE_COMPLETE state changed 2025-10-05 07:29:35Z [standalone.Standalone.0.ExternalPort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-05 07:29:35Z [standalone.Standalone.0.TenantPort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-05 07:29:36Z [standalone.Standalone.0.StandaloneExtraConfigPre]: CREATE_COMPLETE state changed 2025-10-05 07:29:36Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_COMPLETE state changed 2025-10-05 07:29:36Z [standalone.Standalone.0.StoragePort]: CREATE_COMPLETE state changed 2025-10-05 07:29:36Z [standalone.Standalone.0.InternalApiPort]: CREATE_COMPLETE state changed 2025-10-05 07:29:36Z [standalone.Standalone.0.ExternalPort]: CREATE_COMPLETE state changed 2025-10-05 07:29:36Z [standalone.Standalone.0.TenantPort]: CREATE_COMPLETE state changed 2025-10-05 07:29:36Z [standalone.Standalone.0.NodeExtraConfig]: CREATE_IN_PROGRESS state changed 2025-10-05 07:29:36Z [standalone.Standalone.0.NetIpMap]: CREATE_IN_PROGRESS state changed 2025-10-05 07:29:36Z [standalone.Standalone.0.NetIpMap]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-05 07:29:36Z [standalone.Standalone.0.NetIpMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2025-10-05 07:29:36Z [standalone.Standalone.0.NetIpMap.NetIpMapValue]: CREATE_COMPLETE state changed 2025-10-05 07:29:36Z [standalone.Standalone.0.NetIpMap]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-05 07:29:37Z [standalone.Standalone.0.NodeExtraConfig]: CREATE_COMPLETE state changed 2025-10-05 07:29:37Z [standalone.Standalone.0.NetIpMap]: CREATE_COMPLETE state changed 2025-10-05 07:29:37Z [standalone.Standalone.0]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-05 07:29:38Z [standalone.Standalone.0]: CREATE_COMPLETE state changed 2025-10-05 07:29:38Z [standalone.Standalone]: UPDATE_COMPLETE Stack UPDATE completed successfully 2025-10-05 07:29:39Z [standalone.Standalone]: CREATE_COMPLETE state changed 2025-10-05 07:29:39Z [standalone.StandaloneServers]: CREATE_IN_PROGRESS state changed 2025-10-05 07:29:39Z [standalone.ServerIdMap]: CREATE_IN_PROGRESS state changed 2025-10-05 07:29:39Z [standalone.StandaloneNetworkHostnameMap]: CREATE_IN_PROGRESS state changed 2025-10-05 07:29:39Z [standalone.BlacklistedIpAddresses]: CREATE_IN_PROGRESS state changed 2025-10-05 07:29:39Z [standalone.HostsEntryValue]: CREATE_IN_PROGRESS state changed 2025-10-05 07:29:39Z [standalone.BlacklistedHostnames]: CREATE_IN_PROGRESS state changed 2025-10-05 07:29:39Z [standalone.AnsibleHostVars]: CREATE_IN_PROGRESS state changed 2025-10-05 07:29:39Z [standalone.StandaloneServers]: CREATE_COMPLETE state changed 2025-10-05 07:29:39Z [standalone.ServerIdMap]: CREATE_COMPLETE state changed 2025-10-05 07:29:39Z [standalone.StandaloneNetworkHostnameMap]: CREATE_COMPLETE state changed 2025-10-05 07:29:39Z [standalone.BlacklistedIpAddresses]: CREATE_COMPLETE state changed 2025-10-05 07:29:39Z [standalone.HostsEntryValue]: CREATE_COMPLETE state changed 2025-10-05 07:29:39Z [standalone.BlacklistedHostnames]: CREATE_COMPLETE state changed 2025-10-05 07:29:39Z [standalone.AnsibleHostVars]: CREATE_COMPLETE state changed 2025-10-05 07:29:39Z [standalone.AllNodesExtraConfig]: CREATE_IN_PROGRESS state changed 2025-10-05 07:29:39Z [standalone.StandaloneIpListMap]: CREATE_IN_PROGRESS state changed 2025-10-05 07:29:39Z [standalone.AllNodesExtraConfig]: CREATE_COMPLETE state changed 2025-10-05 07:29:40Z [standalone.AllNodesDeploySteps]: CREATE_IN_PROGRESS state changed 2025-10-05 07:29:40Z [standalone.StandaloneIpListMap]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-05 07:29:40Z [standalone.AllNodesDeploySteps]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-05 07:29:40Z [standalone.StandaloneIpListMap.EnabledServicesValue]: CREATE_IN_PROGRESS state changed 2025-10-05 07:29:40Z [standalone.StandaloneIpListMap.EnabledServicesValue]: CREATE_COMPLETE state changed 2025-10-05 07:29:40Z [standalone.AllNodesDeploySteps.ExternalUpdateTasks]: CREATE_IN_PROGRESS state changed 2025-10-05 07:29:40Z [standalone.AllNodesDeploySteps.ExternalUpdateTasks]: CREATE_COMPLETE state changed 2025-10-05 07:29:41Z [standalone.StandaloneIpListMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2025-10-05 07:29:41Z [standalone.StandaloneIpListMap.NetIpMapValue]: CREATE_COMPLETE state changed 2025-10-05 07:29:41Z [standalone.StandaloneIpListMap]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-05 07:29:41Z [standalone.AllNodesDeploySteps.ScaleTasks]: CREATE_IN_PROGRESS state changed 2025-10-05 07:29:41Z [standalone.AllNodesDeploySteps.ScaleTasks]: CREATE_COMPLETE state changed 2025-10-05 07:29:42Z [standalone.StandaloneIpListMap]: CREATE_COMPLETE state changed 2025-10-05 07:29:42Z [standalone.AllNodesDeploySteps.ExternalDeployTasks]: CREATE_IN_PROGRESS state changed 2025-10-05 07:29:42Z [standalone.AllNodesDeploySteps.ExternalDeployTasks]: CREATE_COMPLETE state changed 2025-10-05 07:29:43Z [standalone.AllNodesDeploySteps.PreDeployStepTasks]: CREATE_IN_PROGRESS state changed 2025-10-05 07:29:43Z [standalone.AllNodesDeploySteps.PreDeployStepTasks]: CREATE_COMPLETE state changed 2025-10-05 07:29:44Z [standalone.AllNodesDeploySteps.StandaloneExtraConfigPost]: CREATE_IN_PROGRESS state changed 2025-10-05 07:29:45Z [standalone.AllNodesDeploySteps.BootstrapServerId]: CREATE_IN_PROGRESS state changed 2025-10-05 07:29:45Z [standalone.AllNodesDeploySteps.BootstrapServerId]: CREATE_COMPLETE state changed 2025-10-05 07:29:45Z [standalone.AllNodesDeploySteps.StandaloneExtraConfigPost]: CREATE_COMPLETE state changed 2025-10-05 07:29:45Z [standalone.AllNodesDeploySteps.StandalonePostConfig]: CREATE_IN_PROGRESS state changed 2025-10-05 07:29:45Z [standalone.AllNodesDeploySteps.StandalonePostConfig]: CREATE_COMPLETE state changed 2025-10-05 07:29:46Z [standalone.AllNodesDeploySteps.ExternalPostDeployTasks]: CREATE_IN_PROGRESS state changed 2025-10-05 07:29:46Z [standalone.AllNodesDeploySteps.ExternalPostDeployTasks]: CREATE_COMPLETE state changed 2025-10-05 07:29:47Z [standalone.AllNodesDeploySteps.ExternalUpgradeTasks]: CREATE_IN_PROGRESS state changed 2025-10-05 07:29:47Z [standalone.AllNodesDeploySteps.ExternalUpgradeTasks]: CREATE_COMPLETE state changed 2025-10-05 07:29:47Z [standalone.AllNodesDeploySteps]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-05 07:29:48Z [standalone.AllNodesDeploySteps]: CREATE_COMPLETE state changed 2025-10-05 07:29:48Z [standalone]: CREATE_COMPLETE Stack CREATE completed successfully Stack standalone/492299f2-2ac3-4115-bbef-f4b9b1fb56b8 CREATE_COMPLETE ** Downloading standalone ansible.. ** Generating default ansible config file /root/ansible.cfg [DEPRECATION WARNING]: ANSIBLE_CALLBACK_WHITELIST option, normalizing names to new standard, use ANSIBLE_CALLBACKS_ENABLED instead. This feature will be removed from ansible-core in version 2.15. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [DEPRECATION WARNING]: DEFAULT_GATHER_SUBSET option, the module_defaults keyword is a more generic version and can apply to all calls to the M(ansible.builtin.gather_facts) or M(ansible.builtin.setup) actions, use module_defaults instead. This feature will be removed from ansible-core in version 2.18. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [DEPRECATION WARNING]: DEFAULT_GATHER_TIMEOUT option, the module_defaults keyword is a more generic version and can apply to all calls to the M(ansible.builtin.gather_facts) or M(ansible.builtin.setup) actions, use module_defaults instead. This feature will be removed from ansible-core in version 2.18. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [WARNING]: Found both group and host with same name: standalone PLAY [External deployment step 0] ********************************************** [WARNING]: Using run_once with the tripleo_free strategy is not currently supported. This task will still be executed for every host in the inventory list. [WARNING]: any_errors_fatal only stops any future tasks running on the host that fails with the tripleo_free strategy. 2025-10-05 07:30:11.654647 | fa163e58-29ec-9cb1-0e1f-000000000006 | TASK | External deployment step 0 2025-10-05 07:30:11.679417 | fa163e58-29ec-9cb1-0e1f-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', 'fa163e58-29ec-9cb1-0e1f-000000000006') missing from stats 2025-10-05 07:30:11.728613 | fa163e58-29ec-9cb1-0e1f-000000000007 | TIMING | include_tasks | undercloud | 0:00:00.122260 | 0.03s 2025-10-05 07:30:11.738732 | 7d86c2fe-428f-49e3-9a57-57e2ede37568 | INCLUDED | /root/standalone-ansible-jr6gpgc3/external_deploy_steps_tasks_step0.yaml | undercloud 2025-10-05 07:30:11.757787 | fa163e58-29ec-9cb1-0e1f-00000000011a | TASK | create ovn mac address for Standalone role nodes 2025-10-05 07:30:12.598144 | fa163e58-29ec-9cb1-0e1f-00000000011a | OK | create ovn mac address for Standalone role nodes | undercloud 2025-10-05 07:30:12.599451 | fa163e58-29ec-9cb1-0e1f-00000000011a | TIMING | create ovn mac address for Standalone role nodes | undercloud | 0:00:00.993142 | 0.84s PLAY [Check if required variables are defined] ********************************* 2025-10-05 07:30:12.676169 | fa163e58-29ec-9cb1-0e1f-000000000126 | TASK | Gathering Facts 2025-10-05 07:30:13.207737 | fa163e58-29ec-9cb1-0e1f-000000000126 | OK | Gathering Facts | localhost 2025-10-05 07:30:13.209272 | fa163e58-29ec-9cb1-0e1f-000000000126 | TIMING | Gathering Facts | localhost | 0:00:01.602959 | 0.53s 2025-10-05 07:30:13.272508 | fa163e58-29ec-9cb1-0e1f-00000000000b | SKIPPED | ansible.builtin.fail | localhost 2025-10-05 07:30:13.273680 | fa163e58-29ec-9cb1-0e1f-00000000000b | TIMING | ansible.builtin.fail | localhost | 0:00:01.667367 | 0.05s 2025-10-05 07:30:13.326951 | fa163e58-29ec-9cb1-0e1f-00000000000c | SKIPPED | ansible.builtin.fail | localhost 2025-10-05 07:30:13.328075 | fa163e58-29ec-9cb1-0e1f-00000000000c | TIMING | ansible.builtin.fail | localhost | 0:00:01.721763 | 0.05s PLAY [Clear cached facts] ****************************************************** PLAY [Gather facts] ************************************************************ 2025-10-05 07:30:13.437140 | fa163e58-29ec-9cb1-0e1f-00000000014e | TASK | Gathering Facts 2025-10-05 07:30:13.446012 | fa163e58-29ec-9cb1-0e1f-00000000014e | TASK | Gathering Facts 2025-10-05 07:30:13.753447 | fa163e58-29ec-9cb1-0e1f-00000000014e | OK | Gathering Facts | undercloud 2025-10-05 07:30:13.755264 | fa163e58-29ec-9cb1-0e1f-00000000014e | TIMING | Gathering Facts | undercloud | 0:00:02.148951 | 0.32s 2025-10-05 07:30:13.784247 | fa163e58-29ec-9cb1-0e1f-00000000014e | OK | Gathering Facts | standalone 2025-10-05 07:30:13.785370 | fa163e58-29ec-9cb1-0e1f-00000000014e | TIMING | Gathering Facts | standalone | 0:00:02.179063 | 0.34s 2025-10-05 07:30:13.803238 | fa163e58-29ec-9cb1-0e1f-000000000012 | TASK | Set legacy facts 2025-10-05 07:30:13.852897 | fa163e58-29ec-9cb1-0e1f-000000000012 | TASK | Set legacy facts 2025-10-05 07:30:13.861466 | fa163e58-29ec-9cb1-0e1f-000000000012 | OK | Set legacy facts | undercloud 2025-10-05 07:30:13.862900 | fa163e58-29ec-9cb1-0e1f-000000000012 | TIMING | Set legacy facts | undercloud | 0:00:02.256585 | 0.06s 2025-10-05 07:30:13.890012 | fa163e58-29ec-9cb1-0e1f-000000000012 | OK | Set legacy facts | standalone 2025-10-05 07:30:13.890734 | fa163e58-29ec-9cb1-0e1f-000000000012 | TIMING | Set legacy facts | standalone | 0:00:02.284427 | 0.04s PLAY [Load global variables] *************************************************** 2025-10-05 07:30:14.057252 | fa163e58-29ec-9cb1-0e1f-000000000015 | OK | ansible.builtin.include_vars | undercloud 2025-10-05 07:30:14.058303 | fa163e58-29ec-9cb1-0e1f-000000000015 | TIMING | ansible.builtin.include_vars | undercloud | 0:00:02.451993 | 0.04s 2025-10-05 07:30:14.068956 | fa163e58-29ec-9cb1-0e1f-000000000015 | OK | ansible.builtin.include_vars | standalone 2025-10-05 07:30:14.069355 | fa163e58-29ec-9cb1-0e1f-000000000015 | TIMING | ansible.builtin.include_vars | standalone | 0:00:02.463055 | 0.04s PLAY [Include extra variables from files] ************************************** 2025-10-05 07:30:14.166508 | fa163e58-29ec-9cb1-0e1f-000000000018 | TASK | Include Service VIP vars 2025-10-05 07:30:14.193400 | fa163e58-29ec-9cb1-0e1f-000000000018 | IGNORED | Include Service VIP vars | undercloud | error={"ansible_facts": {"service_vip_vars": {}}, "ansible_included_var_files": [], "changed": false, "message": "Could not find or access '/root/standalone-ansible-jr6gpgc3/service_vip_vars.yaml' on the Ansible Controller.\nIf you are using a module and expect the file to exist on the remote, see the remote_src option"} 2025-10-05 07:30:14.194265 | fa163e58-29ec-9cb1-0e1f-000000000018 | TIMING | Include Service VIP vars | undercloud | 0:00:02.587958 | 0.03s 2025-10-05 07:30:14.205002 | fa163e58-29ec-9cb1-0e1f-000000000018 | IGNORED | Include Service VIP vars | standalone | error={"ansible_facts": {"service_vip_vars": {}}, "ansible_included_var_files": [], "changed": false, "message": "Could not find or access '/root/standalone-ansible-jr6gpgc3/service_vip_vars.yaml' on the Ansible Controller.\nIf you are using a module and expect the file to exist on the remote, see the remote_src option"} 2025-10-05 07:30:14.205333 | fa163e58-29ec-9cb1-0e1f-000000000018 | TIMING | Include Service VIP vars | standalone | 0:00:02.599035 | 0.03s 2025-10-05 07:30:14.208553 | fa163e58-29ec-9cb1-0e1f-000000000019 | TASK | Include OVN bridge MAC address variables 2025-10-05 07:30:14.236766 | fa163e58-29ec-9cb1-0e1f-000000000019 | OK | Include OVN bridge MAC address variables | undercloud 2025-10-05 07:30:14.237629 | fa163e58-29ec-9cb1-0e1f-000000000019 | TIMING | Include OVN bridge MAC address variables | undercloud | 0:00:02.631323 | 0.03s 2025-10-05 07:30:14.248166 | fa163e58-29ec-9cb1-0e1f-000000000019 | OK | Include OVN bridge MAC address variables | standalone 2025-10-05 07:30:14.248617 | fa163e58-29ec-9cb1-0e1f-000000000019 | TIMING | Include OVN bridge MAC address variables | standalone | 0:00:02.642317 | 0.03s PLAY [Render all_nodes data as group_vars for overcloud] *********************** 2025-10-05 07:30:14.326365 | fa163e58-29ec-9cb1-0e1f-00000000001c | TASK | Render all_nodes data as group_vars for overcloud 2025-10-05 07:30:14.902838 | fa163e58-29ec-9cb1-0e1f-00000000001c | OK | Render all_nodes data as group_vars for overcloud | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163e58-29ec-9cb1-0e1f-00000000001c') missing from stats PLAY [Set all_nodes data as group_vars for overcloud] ************************** 2025-10-05 07:30:14.990968 | fa163e58-29ec-9cb1-0e1f-00000000001f | TASK | Set all_nodes data as group_vars for overcloud 2025-10-05 07:30:15.027885 | fa163e58-29ec-9cb1-0e1f-00000000001f | OK | Set all_nodes data as group_vars for overcloud | standalone 2025-10-05 07:30:15.029245 | fa163e58-29ec-9cb1-0e1f-00000000001f | TIMING | Set all_nodes data as group_vars for overcloud | standalone | 0:00:03.422926 | 0.04s PLAY [Manage SELinux] ********************************************************** 2025-10-05 07:30:15.140493 | fa163e58-29ec-9cb1-0e1f-000000000023 | TASK | Set selinux state 2025-10-05 07:30:15.681145 | fa163e58-29ec-9cb1-0e1f-000000000023 | OK | Set selinux state | standalone 2025-10-05 07:30:15.682318 | fa163e58-29ec-9cb1-0e1f-000000000023 | TIMING | Set selinux state | standalone | 0:00:04.076006 | 0.54s PLAY [Generate /etc/hosts] ***************************************************** 2025-10-05 07:30:15.812471 | fa163e58-29ec-9cb1-0e1f-000000000026 | TASK | Configure Hosts Entries 2025-10-05 07:30:15.839921 | fa163e58-29ec-9cb1-0e1f-000000000026 | TIMING | Configure Hosts Entries | undercloud | 0:00:04.233589 | 0.03s 2025-10-05 07:30:15.861799 | fa163e58-29ec-9cb1-0e1f-000000000026 | TIMING | Configure Hosts Entries | standalone | 0:00:04.255492 | 0.03s 2025-10-05 07:30:15.914311 | fa163e58-29ec-9cb1-0e1f-0000000001df | TASK | Create temporary file for hosts 2025-10-05 07:30:16.265646 | fa163e58-29ec-9cb1-0e1f-0000000001df | CHANGED | Create temporary file for hosts | undercloud 2025-10-05 07:30:16.266921 | fa163e58-29ec-9cb1-0e1f-0000000001df | TIMING | tripleo_hosts_entries : Create temporary file for hosts | undercloud | 0:00:04.660609 | 0.35s 2025-10-05 07:30:16.267763 | fa163e58-29ec-9cb1-0e1f-0000000001df | CHANGED | Create temporary file for hosts | standalone 2025-10-05 07:30:16.268353 | fa163e58-29ec-9cb1-0e1f-0000000001df | TIMING | tripleo_hosts_entries : Create temporary file for hosts | standalone | 0:00:04.662049 | 0.34s 2025-10-05 07:30:16.286734 | fa163e58-29ec-9cb1-0e1f-0000000001e0 | TASK | Prepare temporary /etc/hosts 2025-10-05 07:30:16.674428 | fa163e58-29ec-9cb1-0e1f-0000000001e0 | CHANGED | Prepare temporary /etc/hosts | undercloud 2025-10-05 07:30:16.675318 | fa163e58-29ec-9cb1-0e1f-0000000001e0 | TIMING | tripleo_hosts_entries : Prepare temporary /etc/hosts | undercloud | 0:00:05.069015 | 0.39s 2025-10-05 07:30:16.675758 | fa163e58-29ec-9cb1-0e1f-0000000001e0 | CHANGED | Prepare temporary /etc/hosts | standalone 2025-10-05 07:30:16.676138 | fa163e58-29ec-9cb1-0e1f-0000000001e0 | TIMING | tripleo_hosts_entries : Prepare temporary /etc/hosts | standalone | 0:00:05.069839 | 0.37s 2025-10-05 07:30:16.689954 | fa163e58-29ec-9cb1-0e1f-0000000001e1 | TASK | Remove old Heat hosts configuration (if present) 2025-10-05 07:30:17.010587 | fa163e58-29ec-9cb1-0e1f-0000000001e1 | OK | Remove old Heat hosts configuration (if present) | undercloud 2025-10-05 07:30:17.011365 | fa163e58-29ec-9cb1-0e1f-0000000001e1 | TIMING | tripleo_hosts_entries : Remove old Heat hosts configuration (if present) | undercloud | 0:00:05.405059 | 0.32s 2025-10-05 07:30:17.062670 | fa163e58-29ec-9cb1-0e1f-0000000001e1 | OK | Remove old Heat hosts configuration (if present) | standalone 2025-10-05 07:30:17.063339 | fa163e58-29ec-9cb1-0e1f-0000000001e1 | TIMING | tripleo_hosts_entries : Remove old Heat hosts configuration (if present) | standalone | 0:00:05.457035 | 0.36s 2025-10-05 07:30:17.078307 | fa163e58-29ec-9cb1-0e1f-0000000001e2 | TASK | Render out the hosts entries 2025-10-05 07:30:17.197305 | fa163e58-29ec-9cb1-0e1f-0000000001e2 | OK | Render out the hosts entries | undercloud 2025-10-05 07:30:17.198450 | fa163e58-29ec-9cb1-0e1f-0000000001e2 | TIMING | tripleo_hosts_entries : Render out the hosts entries | undercloud | 0:00:05.592140 | 0.12s 2025-10-05 07:30:17.215814 | fa163e58-29ec-9cb1-0e1f-0000000001e3 | TASK | Prepare new /etc/hosts 2025-10-05 07:30:17.476835 | fa163e58-29ec-9cb1-0e1f-0000000001e3 | CHANGED | Prepare new /etc/hosts | undercloud 2025-10-05 07:30:17.478320 | fa163e58-29ec-9cb1-0e1f-0000000001e3 | TIMING | tripleo_hosts_entries : Prepare new /etc/hosts | undercloud | 0:00:05.872003 | 0.26s 2025-10-05 07:30:17.489837 | fa163e58-29ec-9cb1-0e1f-0000000001e3 | CHANGED | Prepare new /etc/hosts | standalone 2025-10-05 07:30:17.490547 | fa163e58-29ec-9cb1-0e1f-0000000001e3 | TIMING | tripleo_hosts_entries : Prepare new /etc/hosts | standalone | 0:00:05.884241 | 0.26s 2025-10-05 07:30:17.508329 | fa163e58-29ec-9cb1-0e1f-0000000001e4 | TASK | Update /etc/hosts contents (if changed) 2025-10-05 07:30:17.869655 | fa163e58-29ec-9cb1-0e1f-0000000001e4 | CHANGED | Update /etc/hosts contents (if changed) | undercloud 2025-10-05 07:30:17.870492 | fa163e58-29ec-9cb1-0e1f-0000000001e4 | TIMING | tripleo_hosts_entries : Update /etc/hosts contents (if changed) | undercloud | 0:00:06.264184 | 0.36s 2025-10-05 07:30:17.871124 | fa163e58-29ec-9cb1-0e1f-0000000001e4 | CHANGED | Update /etc/hosts contents (if changed) | standalone 2025-10-05 07:30:17.871564 | fa163e58-29ec-9cb1-0e1f-0000000001e4 | TIMING | tripleo_hosts_entries : Update /etc/hosts contents (if changed) | standalone | 0:00:06.265264 | 0.34s 2025-10-05 07:30:17.885710 | fa163e58-29ec-9cb1-0e1f-0000000001e5 | TASK | Clean up temporary hosts file 2025-10-05 07:30:18.235505 | fa163e58-29ec-9cb1-0e1f-0000000001e5 | CHANGED | Clean up temporary hosts file | undercloud 2025-10-05 07:30:18.238158 | fa163e58-29ec-9cb1-0e1f-0000000001e5 | TIMING | tripleo_hosts_entries : Clean up temporary hosts file | undercloud | 0:00:06.631840 | 0.35s 2025-10-05 07:30:18.250247 | fa163e58-29ec-9cb1-0e1f-0000000001e5 | CHANGED | Clean up temporary hosts file | standalone 2025-10-05 07:30:18.251866 | fa163e58-29ec-9cb1-0e1f-0000000001e5 | TIMING | tripleo_hosts_entries : Clean up temporary hosts file | standalone | 0:00:06.645557 | 0.36s PLAY [Common roles for TripleO servers] **************************************** 2025-10-05 07:30:18.373534 | fa163e58-29ec-9cb1-0e1f-00000000002a | TASK | Common roles for TripleO servers 2025-10-05 07:30:18.399952 | fa163e58-29ec-9cb1-0e1f-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', 'fa163e58-29ec-9cb1-0e1f-00000000002a') missing from stats 2025-10-05 07:30:18.473385 | fa163e58-29ec-9cb1-0e1f-00000000002c | TIMING | include_role : tripleo_bootstrap | standalone | 0:00:06.867059 | 0.02s 2025-10-05 07:30:18.543350 | fa163e58-29ec-9cb1-0e1f-000000000242 | TASK | Gather variables for each operating system 2025-10-05 07:30:18.660494 | fa163e58-29ec-9cb1-0e1f-000000000242 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2025-10-05 07:30:18.662224 | fa163e58-29ec-9cb1-0e1f-000000000242 | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:07.055907 | 0.12s 2025-10-05 07:30:18.671903 | fa163e58-29ec-9cb1-0e1f-000000000242 | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:07.065585 | 0.13s 2025-10-05 07:30:18.694824 | fa163e58-29ec-9cb1-0e1f-000000000244 | TASK | Check release version package is installed 2025-10-05 07:30:18.979077 | fa163e58-29ec-9cb1-0e1f-000000000244 | CHANGED | Check release version package is installed | standalone 2025-10-05 07:30:18.980433 | fa163e58-29ec-9cb1-0e1f-000000000244 | TIMING | tripleo_bootstrap : Check release version package is installed | standalone | 0:00:07.374120 | 0.28s 2025-10-05 07:30:19.006527 | fa163e58-29ec-9cb1-0e1f-000000000245 | TASK | Deploy release version package 2025-10-05 07:30:23.337228 | fa163e58-29ec-9cb1-0e1f-000000000245 | CHANGED | Deploy release version package | standalone 2025-10-05 07:30:23.338870 | fa163e58-29ec-9cb1-0e1f-000000000245 | TIMING | tripleo_bootstrap : Deploy release version package | standalone | 0:00:11.732556 | 4.33s 2025-10-05 07:30:23.363775 | fa163e58-29ec-9cb1-0e1f-000000000247 | TASK | Include packages tasks 2025-10-05 07:30:23.390617 | fa163e58-29ec-9cb1-0e1f-000000000247 | TIMING | tripleo_bootstrap : Include packages tasks | standalone | 0:00:11.784256 | 0.03s 2025-10-05 07:30:23.415601 | 158f7196-3b42-4b9b-b4b4-98334e789825 | INCLUDED | /usr/share/ansible/roles/tripleo_bootstrap/tasks/packages.yml | standalone 2025-10-05 07:30:23.445002 | fa163e58-29ec-9cb1-0e1f-00000000029b | TASK | Gather facts if they don't exist 2025-10-05 07:30:23.489939 | fa163e58-29ec-9cb1-0e1f-00000000029b | SKIPPED | Gather facts if they don't exist | standalone 2025-10-05 07:30:23.490718 | fa163e58-29ec-9cb1-0e1f-00000000029b | TIMING | tripleo_bootstrap : Gather facts if they don't exist | standalone | 0:00:11.884410 | 0.04s 2025-10-05 07:30:23.513906 | fa163e58-29ec-9cb1-0e1f-00000000029c | TASK | Gather variables for each operating system 2025-10-05 07:30:23.610197 | fa163e58-29ec-9cb1-0e1f-00000000029c | SKIPPED | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2025-10-05 07:30:23.616341 | fa163e58-29ec-9cb1-0e1f-00000000029c | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:12.010019 | 0.10s 2025-10-05 07:30:23.639636 | fa163e58-29ec-9cb1-0e1f-00000000029e | TASK | Check required packages to bootstrap TripleO is installed 2025-10-05 07:30:23.875855 | fa163e58-29ec-9cb1-0e1f-00000000029e | CHANGED | Check required packages to bootstrap TripleO is installed | standalone 2025-10-05 07:30:23.877264 | fa163e58-29ec-9cb1-0e1f-00000000029e | TIMING | tripleo_bootstrap : Check required packages to bootstrap TripleO is installed | standalone | 0:00:12.270951 | 0.24s 2025-10-05 07:30:23.901227 | fa163e58-29ec-9cb1-0e1f-00000000029f | TASK | Deploy required packages to bootstrap TripleO 2025-10-05 07:30:28.972784 | fa163e58-29ec-9cb1-0e1f-00000000029f | CHANGED | Deploy required packages to bootstrap TripleO | standalone 2025-10-05 07:30:28.973597 | fa163e58-29ec-9cb1-0e1f-00000000029f | TIMING | tripleo_bootstrap : Deploy required packages to bootstrap TripleO | standalone | 0:00:17.367266 | 5.07s 2025-10-05 07:30:28.991879 | fa163e58-29ec-9cb1-0e1f-0000000002a0 | TASK | Ensure packages are actually well installed 2025-10-05 07:30:30.025982 | fa163e58-29ec-9cb1-0e1f-0000000002a0 | CHANGED | Ensure packages are actually well installed | standalone 2025-10-05 07:30:30.027369 | fa163e58-29ec-9cb1-0e1f-0000000002a0 | TIMING | tripleo_bootstrap : Ensure packages are actually well installed | standalone | 0:00:18.421057 | 1.03s 2025-10-05 07:30:30.051859 | fa163e58-29ec-9cb1-0e1f-000000000248 | TASK | Enable openvswitch service if installed 2025-10-05 07:30:31.975727 | fa163e58-29ec-9cb1-0e1f-000000000248 | CHANGED | Enable openvswitch service if installed | standalone 2025-10-05 07:30:31.977673 | fa163e58-29ec-9cb1-0e1f-000000000248 | TIMING | tripleo_bootstrap : Enable openvswitch service if installed | standalone | 0:00:20.371355 | 1.92s 2025-10-05 07:30:32.002348 | fa163e58-29ec-9cb1-0e1f-000000000249 | TASK | Create /var/lib/heat-config/tripleo-config-download directory for deployment data 2025-10-05 07:30:32.233125 | fa163e58-29ec-9cb1-0e1f-000000000249 | CHANGED | Create /var/lib/heat-config/tripleo-config-download directory for deployment data | standalone 2025-10-05 07:30:32.234610 | fa163e58-29ec-9cb1-0e1f-000000000249 | TIMING | tripleo_bootstrap : Create /var/lib/heat-config/tripleo-config-download directory for deployment data | standalone | 0:00:20.628268 | 0.23s 2025-10-05 07:30:32.258659 | fa163e58-29ec-9cb1-0e1f-00000000024b | TASK | Check required legacy network packages for bootstrap TripleO is installed 2025-10-05 07:30:32.532077 | fa163e58-29ec-9cb1-0e1f-00000000024b | CHANGED | Check required legacy network packages for bootstrap TripleO is installed | standalone 2025-10-05 07:30:32.534740 | fa163e58-29ec-9cb1-0e1f-00000000024b | TIMING | tripleo_bootstrap : Check required legacy network packages for bootstrap TripleO is installed | standalone | 0:00:20.928421 | 0.27s 2025-10-05 07:30:32.558947 | fa163e58-29ec-9cb1-0e1f-00000000024c | TASK | Deploy network-scripts required for deprecated network service 2025-10-05 07:30:32.620326 | fa163e58-29ec-9cb1-0e1f-00000000024c | SKIPPED | Deploy network-scripts required for deprecated network service | standalone 2025-10-05 07:30:32.621899 | fa163e58-29ec-9cb1-0e1f-00000000024c | TIMING | tripleo_bootstrap : Deploy network-scripts required for deprecated network service | standalone | 0:00:21.015582 | 0.06s 2025-10-05 07:30:32.645451 | fa163e58-29ec-9cb1-0e1f-00000000024d | TASK | Ensure network service is enabled 2025-10-05 07:30:33.044804 | fa163e58-29ec-9cb1-0e1f-00000000024d | OK | Ensure network service is enabled | standalone 2025-10-05 07:30:33.046700 | fa163e58-29ec-9cb1-0e1f-00000000024d | TIMING | tripleo_bootstrap : Ensure network service is enabled | standalone | 0:00:21.440385 | 0.40s 2025-10-05 07:30:33.072048 | fa163e58-29ec-9cb1-0e1f-00000000024f | TASK | Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf 2025-10-05 07:30:33.416792 | fa163e58-29ec-9cb1-0e1f-00000000024f | CHANGED | Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf | standalone 2025-10-05 07:30:33.418369 | fa163e58-29ec-9cb1-0e1f-00000000024f | TIMING | tripleo_bootstrap : Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:00:21.812053 | 0.34s 2025-10-05 07:30:33.442120 | fa163e58-29ec-9cb1-0e1f-000000000250 | TASK | Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf 2025-10-05 07:30:33.675535 | fa163e58-29ec-9cb1-0e1f-000000000250 | CHANGED | Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf | standalone 2025-10-05 07:30:33.676978 | fa163e58-29ec-9cb1-0e1f-000000000250 | TIMING | tripleo_bootstrap : Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:00:22.070664 | 0.23s 2025-10-05 07:30:33.699796 | fa163e58-29ec-9cb1-0e1f-000000000251 | TASK | Reload NetworkManager 2025-10-05 07:30:34.099512 | fa163e58-29ec-9cb1-0e1f-000000000251 | CHANGED | Reload NetworkManager | standalone 2025-10-05 07:30:34.100770 | fa163e58-29ec-9cb1-0e1f-000000000251 | TIMING | tripleo_bootstrap : Reload NetworkManager | standalone | 0:00:22.494462 | 0.40s 2025-10-05 07:30:34.119970 | fa163e58-29ec-9cb1-0e1f-000000000253 | TASK | Symlink puppet modules under /etc/puppet/modules 2025-10-05 07:30:34.318974 | fa163e58-29ec-9cb1-0e1f-000000000253 | CHANGED | Symlink puppet modules under /etc/puppet/modules | standalone 2025-10-05 07:30:34.320321 | fa163e58-29ec-9cb1-0e1f-000000000253 | TIMING | tripleo_bootstrap : Symlink puppet modules under /etc/puppet/modules | standalone | 0:00:22.714006 | 0.20s 2025-10-05 07:30:34.343431 | fa163e58-29ec-9cb1-0e1f-000000000254 | TASK | Check if /usr/bin/ansible-playbook exists 2025-10-05 07:30:34.678944 | fa163e58-29ec-9cb1-0e1f-000000000254 | OK | Check if /usr/bin/ansible-playbook exists | standalone 2025-10-05 07:30:34.680310 | fa163e58-29ec-9cb1-0e1f-000000000254 | TIMING | tripleo_bootstrap : Check if /usr/bin/ansible-playbook exists | standalone | 0:00:23.073997 | 0.34s 2025-10-05 07:30:34.703685 | fa163e58-29ec-9cb1-0e1f-000000000255 | TASK | Check if /usr/bin/ansible-playbook-3 exists 2025-10-05 07:30:34.948057 | fa163e58-29ec-9cb1-0e1f-000000000255 | OK | Check if /usr/bin/ansible-playbook-3 exists | standalone 2025-10-05 07:30:34.949405 | fa163e58-29ec-9cb1-0e1f-000000000255 | TIMING | tripleo_bootstrap : Check if /usr/bin/ansible-playbook-3 exists | standalone | 0:00:23.343091 | 0.24s 2025-10-05 07:30:34.972857 | fa163e58-29ec-9cb1-0e1f-000000000256 | TASK | Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook 2025-10-05 07:30:35.215355 | fa163e58-29ec-9cb1-0e1f-000000000256 | CHANGED | Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook | standalone 2025-10-05 07:30:35.216776 | fa163e58-29ec-9cb1-0e1f-000000000256 | TIMING | tripleo_bootstrap : Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook | standalone | 0:00:23.610461 | 0.24s 2025-10-05 07:30:35.290540 | fa163e58-29ec-9cb1-0e1f-00000000002d | TIMING | include_role : tripleo_ssh_known_hosts | standalone | 0:00:23.684216 | 0.03s 2025-10-05 07:30:35.372103 | fa163e58-29ec-9cb1-0e1f-00000000034f | TASK | Create temporary file for ssh_known_hosts 2025-10-05 07:30:35.591789 | fa163e58-29ec-9cb1-0e1f-00000000034f | CHANGED | Create temporary file for ssh_known_hosts | standalone 2025-10-05 07:30:35.593120 | fa163e58-29ec-9cb1-0e1f-00000000034f | TIMING | tripleo_ssh_known_hosts : Create temporary file for ssh_known_hosts | standalone | 0:00:23.986807 | 0.22s 2025-10-05 07:30:35.616531 | fa163e58-29ec-9cb1-0e1f-000000000350 | TASK | Check for ssh_known_hosts file 2025-10-05 07:30:35.819478 | fa163e58-29ec-9cb1-0e1f-000000000350 | OK | Check for ssh_known_hosts file | standalone 2025-10-05 07:30:35.820844 | fa163e58-29ec-9cb1-0e1f-000000000350 | TIMING | tripleo_ssh_known_hosts : Check for ssh_known_hosts file | standalone | 0:00:24.214532 | 0.20s 2025-10-05 07:30:35.843826 | fa163e58-29ec-9cb1-0e1f-000000000351 | TASK | Create a temporary copy of ssh_known_hosts 2025-10-05 07:30:35.873383 | fa163e58-29ec-9cb1-0e1f-000000000351 | SKIPPED | Create a temporary copy of ssh_known_hosts | standalone 2025-10-05 07:30:35.874445 | fa163e58-29ec-9cb1-0e1f-000000000351 | TIMING | tripleo_ssh_known_hosts : Create a temporary copy of ssh_known_hosts | standalone | 0:00:24.268132 | 0.03s 2025-10-05 07:30:35.897034 | fa163e58-29ec-9cb1-0e1f-000000000352 | TASK | Write temporary file 2025-10-05 07:30:35.926057 | fa163e58-29ec-9cb1-0e1f-000000000352 | SKIPPED | Write temporary file | standalone 2025-10-05 07:30:35.927117 | fa163e58-29ec-9cb1-0e1f-000000000352 | TIMING | tripleo_ssh_known_hosts : Write temporary file | standalone | 0:00:24.320805 | 0.03s 2025-10-05 07:30:35.949092 | fa163e58-29ec-9cb1-0e1f-000000000353 | TASK | Set ssh_known_hosts fact 2025-10-05 07:30:36.020536 | fa163e58-29ec-9cb1-0e1f-000000000353 | OK | Set ssh_known_hosts fact | standalone 2025-10-05 07:30:36.021740 | fa163e58-29ec-9cb1-0e1f-000000000353 | TIMING | tripleo_ssh_known_hosts : Set ssh_known_hosts fact | standalone | 0:00:24.415428 | 0.07s 2025-10-05 07:30:36.044744 | fa163e58-29ec-9cb1-0e1f-000000000354 | TASK | Add host keys to temporary ssh_known_hosts 2025-10-05 07:30:36.266453 | fa163e58-29ec-9cb1-0e1f-000000000354 | CHANGED | Add host keys to temporary ssh_known_hosts | standalone 2025-10-05 07:30:36.267915 | fa163e58-29ec-9cb1-0e1f-000000000354 | TIMING | tripleo_ssh_known_hosts : Add host keys to temporary ssh_known_hosts | standalone | 0:00:24.661599 | 0.22s 2025-10-05 07:30:36.291478 | fa163e58-29ec-9cb1-0e1f-000000000355 | TASK | In-place update of /etc/ssh_known_hosts 2025-10-05 07:30:36.527354 | fa163e58-29ec-9cb1-0e1f-000000000355 | CHANGED | In-place update of /etc/ssh_known_hosts | standalone 2025-10-05 07:30:36.528629 | fa163e58-29ec-9cb1-0e1f-000000000355 | TIMING | tripleo_ssh_known_hosts : In-place update of /etc/ssh_known_hosts | standalone | 0:00:24.922315 | 0.24s 2025-10-05 07:30:36.551767 | fa163e58-29ec-9cb1-0e1f-000000000356 | TASK | Remove temp file 2025-10-05 07:30:36.753651 | fa163e58-29ec-9cb1-0e1f-000000000356 | CHANGED | Remove temp file | standalone 2025-10-05 07:30:36.754960 | fa163e58-29ec-9cb1-0e1f-000000000356 | TIMING | tripleo_ssh_known_hosts : Remove temp file | standalone | 0:00:25.148645 | 0.20s PLAY [Deploy step tasks for step 0] ******************************************** 2025-10-05 07:30:36.926213 | fa163e58-29ec-9cb1-0e1f-000000000034 | TASK | Deploy step tasks for step 0 2025-10-05 07:30:36.994004 | fa163e58-29ec-9cb1-0e1f-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', 'fa163e58-29ec-9cb1-0e1f-000000000034') missing from stats 2025-10-05 07:30:37.018783 | fa163e58-29ec-9cb1-0e1f-000000000035 | TASK | Ensure /var/log/journal exists 2025-10-05 07:30:37.257136 | fa163e58-29ec-9cb1-0e1f-000000000035 | CHANGED | Ensure /var/log/journal exists | standalone 2025-10-05 07:30:37.258617 | fa163e58-29ec-9cb1-0e1f-000000000035 | TIMING | Ensure /var/log/journal exists | standalone | 0:00:25.652275 | 0.24s 2025-10-05 07:30:37.282356 | fa163e58-29ec-9cb1-0e1f-000000000036 | TASK | Check cloud-init status 2025-10-05 07:30:37.500360 | fa163e58-29ec-9cb1-0e1f-000000000036 | CHANGED | Check cloud-init status | standalone 2025-10-05 07:30:37.501642 | fa163e58-29ec-9cb1-0e1f-000000000036 | TIMING | Check cloud-init status | standalone | 0:00:25.895330 | 0.22s 2025-10-05 07:30:37.524715 | fa163e58-29ec-9cb1-0e1f-000000000037 | TASK | Check if cloud-init is disabled via kernel args 2025-10-05 07:30:37.742610 | fa163e58-29ec-9cb1-0e1f-000000000037 | CHANGED | Check if cloud-init is disabled via kernel args | standalone 2025-10-05 07:30:37.743810 | fa163e58-29ec-9cb1-0e1f-000000000037 | TIMING | Check if cloud-init is disabled via kernel args | standalone | 0:00:26.137500 | 0.22s 2025-10-05 07:30:37.767006 | fa163e58-29ec-9cb1-0e1f-000000000038 | TASK | Wait for cloud-init to finish, if enabled 2025-10-05 07:30:38.093035 | fa163e58-29ec-9cb1-0e1f-000000000038 | OK | Wait for cloud-init to finish, if enabled | standalone 2025-10-05 07:30:38.094353 | fa163e58-29ec-9cb1-0e1f-000000000038 | TIMING | Wait for cloud-init to finish, if enabled | standalone | 0:00:26.488041 | 0.33s 2025-10-05 07:30:38.119067 | fa163e58-29ec-9cb1-0e1f-000000000039 | TASK | Create /var/lib/container-puppet 2025-10-05 07:30:38.347625 | fa163e58-29ec-9cb1-0e1f-000000000039 | CHANGED | Create /var/lib/container-puppet | standalone 2025-10-05 07:30:38.348904 | fa163e58-29ec-9cb1-0e1f-000000000039 | TIMING | Create /var/lib/container-puppet | standalone | 0:00:26.742593 | 0.23s 2025-10-05 07:30:38.372049 | fa163e58-29ec-9cb1-0e1f-00000000003a | TASK | Write container-puppet.sh 2025-10-05 07:30:38.813521 | fa163e58-29ec-9cb1-0e1f-00000000003a | CHANGED | Write container-puppet.sh | standalone 2025-10-05 07:30:38.814921 | fa163e58-29ec-9cb1-0e1f-00000000003a | TIMING | Write container-puppet.sh | standalone | 0:00:27.208607 | 0.44s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-10-05 07:30:38.879872 | fa163e58-29ec-9cb1-0e1f-00000000003b | TIMING | include_tasks | standalone | 0:00:27.273553 | 0.04s 2025-10-05 07:30:38.899505 | 0b2b509e-632b-4bc1-9f52-022cc37cebdd | INCLUDED | /root/standalone-ansible-jr6gpgc3/Standalone/deploy_steps_tasks_step0.yaml | standalone 2025-10-05 07:30:38.933145 | fa163e58-29ec-9cb1-0e1f-000000000404 | TASK | Configure tuned before reboot 2025-10-05 07:30:38.982944 | fa163e58-29ec-9cb1-0e1f-000000000404 | TIMING | Configure tuned before reboot | standalone | 0:00:27.376615 | 0.05s 2025-10-05 07:30:39.044332 | fa163e58-29ec-9cb1-0e1f-000000000443 | TASK | Gather variables for each operating system 2025-10-05 07:30:39.165543 | fa163e58-29ec-9cb1-0e1f-000000000443 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tuned/vars/redhat.yml 2025-10-05 07:30:39.166867 | fa163e58-29ec-9cb1-0e1f-000000000443 | TIMING | tuned : Gather variables for each operating system | standalone | 0:00:27.560554 | 0.12s 2025-10-05 07:30:39.179484 | fa163e58-29ec-9cb1-0e1f-000000000443 | TIMING | tuned : Gather variables for each operating system | standalone | 0:00:27.573166 | 0.13s 2025-10-05 07:30:39.265703 | fa163e58-29ec-9cb1-0e1f-000000000444 | TIMING | tuned : include_tasks | standalone | 0:00:27.659377 | 0.06s 2025-10-05 07:30:39.287451 | c9b08178-6031-4e5e-81db-cde0527eed32 | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_install.yml | standalone 2025-10-05 07:30:39.323376 | fa163e58-29ec-9cb1-0e1f-00000000046d | TASK | Check tuned package is installed 2025-10-05 07:30:39.590396 | fa163e58-29ec-9cb1-0e1f-00000000046d | CHANGED | Check tuned package is installed | standalone 2025-10-05 07:30:39.592191 | fa163e58-29ec-9cb1-0e1f-00000000046d | TIMING | tuned : Check tuned package is installed | standalone | 0:00:27.985879 | 0.27s 2025-10-05 07:30:39.622518 | fa163e58-29ec-9cb1-0e1f-00000000046e | TASK | Install tuned 2025-10-05 07:30:45.891423 | fa163e58-29ec-9cb1-0e1f-00000000046e | CHANGED | Install tuned | standalone 2025-10-05 07:30:45.892855 | fa163e58-29ec-9cb1-0e1f-00000000046e | TIMING | tuned : Install tuned | standalone | 0:00:34.286542 | 6.27s 2025-10-05 07:30:45.918428 | fa163e58-29ec-9cb1-0e1f-00000000046f | TASK | Restart tuned 2025-10-05 07:30:47.711333 | fa163e58-29ec-9cb1-0e1f-00000000046f | CHANGED | Restart tuned | standalone 2025-10-05 07:30:47.713243 | fa163e58-29ec-9cb1-0e1f-00000000046f | TIMING | tuned : Restart tuned | standalone | 0:00:36.106927 | 1.79s 2025-10-05 07:30:47.739074 | fa163e58-29ec-9cb1-0e1f-000000000445 | TASK | Check for tuned-adm 2025-10-05 07:30:47.966940 | fa163e58-29ec-9cb1-0e1f-000000000445 | OK | Check for tuned-adm | standalone 2025-10-05 07:30:47.968140 | fa163e58-29ec-9cb1-0e1f-000000000445 | TIMING | tuned : Check for tuned-adm | standalone | 0:00:36.361829 | 0.23s 2025-10-05 07:30:48.025565 | fa163e58-29ec-9cb1-0e1f-000000000446 | TIMING | tuned : include_tasks | standalone | 0:00:36.419249 | 0.04s 2025-10-05 07:30:48.055159 | ee528140-d72a-4f6e-81d1-76416ec66da9 | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_config.yml | standalone 2025-10-05 07:30:48.091396 | fa163e58-29ec-9cb1-0e1f-0000000004a4 | TASK | Ensure profile directory exists 2025-10-05 07:30:48.159324 | fa163e58-29ec-9cb1-0e1f-0000000004a4 | SKIPPED | Ensure profile directory exists | standalone 2025-10-05 07:30:48.160357 | fa163e58-29ec-9cb1-0e1f-0000000004a4 | TIMING | tuned : Ensure profile directory exists | standalone | 0:00:36.554046 | 0.07s 2025-10-05 07:30:48.184756 | fa163e58-29ec-9cb1-0e1f-0000000004a5 | TASK | Create custom tuned profile 2025-10-05 07:30:48.255787 | fa163e58-29ec-9cb1-0e1f-0000000004a5 | SKIPPED | Create custom tuned profile | standalone 2025-10-05 07:30:48.256789 | fa163e58-29ec-9cb1-0e1f-0000000004a5 | TIMING | tuned : Create custom tuned profile | standalone | 0:00:36.650478 | 0.07s 2025-10-05 07:30:48.280666 | fa163e58-29ec-9cb1-0e1f-0000000004a6 | TASK | Check tuned active profile 2025-10-05 07:30:48.619916 | fa163e58-29ec-9cb1-0e1f-0000000004a6 | OK | Check tuned active profile | standalone 2025-10-05 07:30:48.621140 | fa163e58-29ec-9cb1-0e1f-0000000004a6 | TIMING | tuned : Check tuned active profile | standalone | 0:00:37.014829 | 0.34s 2025-10-05 07:30:48.646008 | fa163e58-29ec-9cb1-0e1f-0000000004a7 | TASK | Check Tuned Configuration file exists 2025-10-05 07:30:48.844847 | fa163e58-29ec-9cb1-0e1f-0000000004a7 | OK | Check Tuned Configuration file exists | standalone 2025-10-05 07:30:48.845982 | fa163e58-29ec-9cb1-0e1f-0000000004a7 | TIMING | tuned : Check Tuned Configuration file exists | standalone | 0:00:37.239672 | 0.20s 2025-10-05 07:30:48.870774 | fa163e58-29ec-9cb1-0e1f-0000000004a8 | TASK | Fail if tuned profile conf is absent but isolated cores is provided 2025-10-05 07:30:48.934270 | fa163e58-29ec-9cb1-0e1f-0000000004a8 | SKIPPED | Fail if tuned profile conf is absent but isolated cores is provided | standalone 2025-10-05 07:30:48.936082 | fa163e58-29ec-9cb1-0e1f-0000000004a8 | TIMING | tuned : Fail if tuned profile conf is absent but isolated cores is provided | standalone | 0:00:37.329768 | 0.06s 2025-10-05 07:30:48.963311 | fa163e58-29ec-9cb1-0e1f-0000000004a9 | TASK | Configure isolated cores for profile throughput-performance 2025-10-05 07:30:49.023060 | fa163e58-29ec-9cb1-0e1f-0000000004a9 | SKIPPED | Configure isolated cores for profile throughput-performance | standalone 2025-10-05 07:30:49.024287 | fa163e58-29ec-9cb1-0e1f-0000000004a9 | TIMING | tuned : Configure isolated cores for profile throughput-performance | standalone | 0:00:37.417975 | 0.06s 2025-10-05 07:30:49.049767 | fa163e58-29ec-9cb1-0e1f-0000000004aa | TASK | Enable tuned profile 2025-10-05 07:30:50.486138 | fa163e58-29ec-9cb1-0e1f-0000000004aa | CHANGED | Enable tuned profile | standalone 2025-10-05 07:30:50.487389 | fa163e58-29ec-9cb1-0e1f-0000000004aa | TIMING | tuned : Enable tuned profile | standalone | 0:00:38.881078 | 1.44s 2025-10-05 07:30:50.533092 | fa163e58-29ec-9cb1-0e1f-000000000405 | TASK | Configure kernel args and reboot 2025-10-05 07:30:50.584034 | fa163e58-29ec-9cb1-0e1f-000000000405 | TIMING | Configure kernel args and reboot | standalone | 0:00:38.977683 | 0.05s 2025-10-05 07:30:50.722713 | fa163e58-29ec-9cb1-0e1f-000000000557 | TASK | Get the command line args of the node 2025-10-05 07:30:51.006411 | fa163e58-29ec-9cb1-0e1f-000000000557 | CHANGED | Get the command line args of the node | standalone 2025-10-05 07:30:51.007166 | fa163e58-29ec-9cb1-0e1f-000000000557 | TIMING | tripleo_kernel : Get the command line args of the node | standalone | 0:00:39.400864 | 0.28s 2025-10-05 07:30:51.024042 | fa163e58-29ec-9cb1-0e1f-000000000559 | TASK | Check if node has a nova.conf 2025-10-05 07:30:51.244636 | fa163e58-29ec-9cb1-0e1f-000000000559 | OK | Check if node has a nova.conf | standalone 2025-10-05 07:30:51.245696 | fa163e58-29ec-9cb1-0e1f-000000000559 | TIMING | tripleo_kernel : Check if node has a nova.conf | standalone | 0:00:39.639385 | 0.22s 2025-10-05 07:30:51.269741 | fa163e58-29ec-9cb1-0e1f-00000000055b | TASK | Warn operator about workload protection 2025-10-05 07:30:51.308377 | fa163e58-29ec-9cb1-0e1f-00000000055b | SKIPPED | Warn operator about workload protection | standalone 2025-10-05 07:30:51.309501 | fa163e58-29ec-9cb1-0e1f-00000000055b | TIMING | tripleo_kernel : Warn operator about workload protection | standalone | 0:00:39.703191 | 0.04s 2025-10-05 07:30:51.334064 | fa163e58-29ec-9cb1-0e1f-00000000055c | TASK | Setting defer reboot fact 2025-10-05 07:30:51.372929 | fa163e58-29ec-9cb1-0e1f-00000000055c | SKIPPED | Setting defer reboot fact | standalone 2025-10-05 07:30:51.374015 | fa163e58-29ec-9cb1-0e1f-00000000055c | TIMING | tripleo_kernel : Setting defer reboot fact | standalone | 0:00:39.767704 | 0.04s 2025-10-05 07:30:51.397898 | fa163e58-29ec-9cb1-0e1f-00000000055e | TASK | Rewrite tripleo_kernel_hugepages to use integers as keys 2025-10-05 07:30:51.425785 | fa163e58-29ec-9cb1-0e1f-00000000055e | TIMING | tripleo_kernel : Rewrite tripleo_kernel_hugepages to use integers as keys | standalone | 0:00:39.819462 | 0.03s 2025-10-05 07:30:51.451382 | fa163e58-29ec-9cb1-0e1f-000000000563 | TASK | Find hugepages in cmdline 2025-10-05 07:30:51.500662 | fa163e58-29ec-9cb1-0e1f-000000000563 | SKIPPED | Find hugepages in cmdline | standalone 2025-10-05 07:30:51.501861 | fa163e58-29ec-9cb1-0e1f-000000000563 | TIMING | tripleo_kernel : Find hugepages in cmdline | standalone | 0:00:39.895539 | 0.05s 2025-10-05 07:30:51.528241 | fa163e58-29ec-9cb1-0e1f-000000000564 | TASK | Finding human-readable hugepages in cmdline 2025-10-05 07:30:51.578078 | fa163e58-29ec-9cb1-0e1f-000000000564 | SKIPPED | Finding human-readable hugepages in cmdline | standalone 2025-10-05 07:30:51.579203 | fa163e58-29ec-9cb1-0e1f-000000000564 | TIMING | tripleo_kernel : Finding human-readable hugepages in cmdline | standalone | 0:00:39.972886 | 0.05s 2025-10-05 07:30:51.604711 | fa163e58-29ec-9cb1-0e1f-000000000568 | TASK | Find desired default hugepage size 2025-10-05 07:30:51.654133 | fa163e58-29ec-9cb1-0e1f-000000000568 | SKIPPED | Find desired default hugepage size | standalone 2025-10-05 07:30:51.655160 | fa163e58-29ec-9cb1-0e1f-000000000568 | TIMING | tripleo_kernel : Find desired default hugepage size | standalone | 0:00:40.048849 | 0.05s 2025-10-05 07:30:51.679309 | fa163e58-29ec-9cb1-0e1f-00000000056a | TASK | Storing non-configured hugepages 2025-10-05 07:30:51.710794 | fa163e58-29ec-9cb1-0e1f-00000000056a | TIMING | tripleo_kernel : Storing non-configured hugepages | standalone | 0:00:40.104472 | 0.03s 2025-10-05 07:30:51.736695 | fa163e58-29ec-9cb1-0e1f-00000000056c | TASK | Validating against hugepages config received from TripleO 2025-10-05 07:30:51.779076 | fa163e58-29ec-9cb1-0e1f-00000000056c | SKIPPED | Validating against hugepages config received from TripleO | standalone 2025-10-05 07:30:51.780212 | fa163e58-29ec-9cb1-0e1f-00000000056c | TIMING | tripleo_kernel : Validating against hugepages config received from TripleO | standalone | 0:00:40.173901 | 0.04s 2025-10-05 07:30:51.805071 | fa163e58-29ec-9cb1-0e1f-00000000056d | TASK | Determining the default hugepagesz 2025-10-05 07:30:51.848028 | fa163e58-29ec-9cb1-0e1f-00000000056d | SKIPPED | Determining the default hugepagesz | standalone 2025-10-05 07:30:51.849074 | fa163e58-29ec-9cb1-0e1f-00000000056d | TIMING | tripleo_kernel : Determining the default hugepagesz | standalone | 0:00:40.242763 | 0.04s 2025-10-05 07:30:51.873313 | fa163e58-29ec-9cb1-0e1f-00000000056e | TASK | Determining if any hugepage configuration needs to be re-written 2025-10-05 07:30:51.916685 | fa163e58-29ec-9cb1-0e1f-00000000056e | SKIPPED | Determining if any hugepage configuration needs to be re-written | standalone 2025-10-05 07:30:51.919030 | fa163e58-29ec-9cb1-0e1f-00000000056e | TIMING | tripleo_kernel : Determining if any hugepage configuration needs to be re-written | standalone | 0:00:40.312716 | 0.04s 2025-10-05 07:30:51.944486 | fa163e58-29ec-9cb1-0e1f-00000000056f | TASK | Making sure that we have a default hugepagesz 2025-10-05 07:30:51.994741 | fa163e58-29ec-9cb1-0e1f-00000000056f | SKIPPED | Making sure that we have a default hugepagesz | standalone 2025-10-05 07:30:51.995949 | fa163e58-29ec-9cb1-0e1f-00000000056f | TIMING | tripleo_kernel : Making sure that we have a default hugepagesz | standalone | 0:00:40.389637 | 0.05s 2025-10-05 07:30:52.021271 | fa163e58-29ec-9cb1-0e1f-000000000571 | TASK | Warn about possible modifications 2025-10-05 07:30:52.063052 | fa163e58-29ec-9cb1-0e1f-000000000571 | SKIPPED | Warn about possible modifications | standalone 2025-10-05 07:30:52.064146 | fa163e58-29ec-9cb1-0e1f-000000000571 | TIMING | tripleo_kernel : Warn about possible modifications | standalone | 0:00:40.457834 | 0.04s 2025-10-05 07:30:52.088423 | fa163e58-29ec-9cb1-0e1f-000000000572 | TASK | Remove hugepage settings from kernelargs 2025-10-05 07:30:52.129542 | fa163e58-29ec-9cb1-0e1f-000000000572 | SKIPPED | Remove hugepage settings from kernelargs | standalone 2025-10-05 07:30:52.130610 | fa163e58-29ec-9cb1-0e1f-000000000572 | TIMING | tripleo_kernel : Remove hugepage settings from kernelargs | standalone | 0:00:40.524270 | 0.04s 2025-10-05 07:30:52.154092 | fa163e58-29ec-9cb1-0e1f-000000000573 | TASK | Cleaning up whitespaces 2025-10-05 07:30:52.194394 | fa163e58-29ec-9cb1-0e1f-000000000573 | SKIPPED | Cleaning up whitespaces | standalone 2025-10-05 07:30:52.195512 | fa163e58-29ec-9cb1-0e1f-000000000573 | TIMING | tripleo_kernel : Cleaning up whitespaces | standalone | 0:00:40.589201 | 0.04s 2025-10-05 07:30:52.219652 | fa163e58-29ec-9cb1-0e1f-000000000575 | TASK | Check if the kernelargs entry is already present in the file 2025-10-05 07:30:52.569077 | fa163e58-29ec-9cb1-0e1f-000000000575 | OK | Check if the kernelargs entry is already present in the file | standalone 2025-10-05 07:30:52.569810 | fa163e58-29ec-9cb1-0e1f-000000000575 | TIMING | tripleo_kernel : Check if the kernelargs entry is already present in the file | standalone | 0:00:40.963509 | 0.35s 2025-10-05 07:30:52.586405 | fa163e58-29ec-9cb1-0e1f-000000000577 | TASK | Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present 2025-10-05 07:30:52.643777 | fa163e58-29ec-9cb1-0e1f-000000000577 | SKIPPED | Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present | standalone 2025-10-05 07:30:52.644879 | fa163e58-29ec-9cb1-0e1f-000000000577 | TIMING | tripleo_kernel : Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present | standalone | 0:00:41.038566 | 0.06s 2025-10-05 07:30:52.670655 | fa163e58-29ec-9cb1-0e1f-000000000578 | TASK | Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS 2025-10-05 07:30:52.730784 | fa163e58-29ec-9cb1-0e1f-000000000578 | SKIPPED | Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS | standalone 2025-10-05 07:30:52.732098 | fa163e58-29ec-9cb1-0e1f-000000000578 | TIMING | tripleo_kernel : Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS | standalone | 0:00:41.125786 | 0.06s 2025-10-05 07:30:52.757474 | fa163e58-29ec-9cb1-0e1f-000000000579 | TASK | Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter 2025-10-05 07:30:52.796221 | fa163e58-29ec-9cb1-0e1f-000000000579 | SKIPPED | Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter | standalone 2025-10-05 07:30:52.797484 | fa163e58-29ec-9cb1-0e1f-000000000579 | TIMING | tripleo_kernel : Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter | standalone | 0:00:41.191163 | 0.04s 2025-10-05 07:30:52.822325 | fa163e58-29ec-9cb1-0e1f-00000000057a | TASK | Generate grub config 2025-10-05 07:30:52.887738 | fa163e58-29ec-9cb1-0e1f-00000000057a | SKIPPED | Generate grub config | standalone 2025-10-05 07:30:52.888773 | fa163e58-29ec-9cb1-0e1f-00000000057a | TIMING | tripleo_kernel : Generate grub config | standalone | 0:00:41.282463 | 0.06s 2025-10-05 07:30:52.908948 | fa163e58-29ec-9cb1-0e1f-00000000057e | TASK | Get the block device that /boot is on 2025-10-05 07:30:52.968072 | fa163e58-29ec-9cb1-0e1f-00000000057e | SKIPPED | Get the block device that /boot is on | standalone 2025-10-05 07:30:52.969243 | fa163e58-29ec-9cb1-0e1f-00000000057e | TIMING | tripleo_kernel : Get the block device that /boot is on | standalone | 0:00:41.362931 | 0.06s 2025-10-05 07:30:52.994059 | fa163e58-29ec-9cb1-0e1f-00000000057f | TASK | Get the mount point that /boot is in 2025-10-05 07:30:53.070478 | fa163e58-29ec-9cb1-0e1f-00000000057f | SKIPPED | Get the mount point that /boot is in | standalone 2025-10-05 07:30:53.071910 | fa163e58-29ec-9cb1-0e1f-00000000057f | TIMING | tripleo_kernel : Get the mount point that /boot is in | standalone | 0:00:41.465598 | 0.08s 2025-10-05 07:30:53.097397 | fa163e58-29ec-9cb1-0e1f-000000000580 | TASK | Set facts for EFI grub.cfg generation 2025-10-05 07:30:53.159075 | fa163e58-29ec-9cb1-0e1f-000000000580 | SKIPPED | Set facts for EFI grub.cfg generation | standalone 2025-10-05 07:30:53.160216 | fa163e58-29ec-9cb1-0e1f-000000000580 | TIMING | tripleo_kernel : Set facts for EFI grub.cfg generation | standalone | 0:00:41.553904 | 0.06s 2025-10-05 07:30:53.185271 | fa163e58-29ec-9cb1-0e1f-000000000581 | TASK | Executed script to fix grub-menu 2025-10-05 07:30:53.234987 | fa163e58-29ec-9cb1-0e1f-000000000581 | SKIPPED | Executed script to fix grub-menu | standalone 2025-10-05 07:30:53.236099 | fa163e58-29ec-9cb1-0e1f-000000000581 | TIMING | tripleo_kernel : Executed script to fix grub-menu | standalone | 0:00:41.629787 | 0.05s 2025-10-05 07:30:53.261012 | fa163e58-29ec-9cb1-0e1f-000000000582 | TASK | Check grub config paths 2025-10-05 07:30:53.333449 | fa163e58-29ec-9cb1-0e1f-000000000582 | SKIPPED | Check grub config paths | standalone | item=/boot/efi/EFI/redhat 2025-10-05 07:30:53.349567 | fa163e58-29ec-9cb1-0e1f-000000000582 | SKIPPED | Check grub config paths | standalone | item=/boot/efi/EFI/centos 2025-10-05 07:30:53.356484 | fa163e58-29ec-9cb1-0e1f-000000000582 | TIMING | tripleo_kernel : Check grub config paths | standalone | 0:00:41.750165 | 0.09s 2025-10-05 07:30:53.383682 | fa163e58-29ec-9cb1-0e1f-000000000583 | TASK | Write EFI grub.cfg 2025-10-05 07:30:53.456448 | fa163e58-29ec-9cb1-0e1f-000000000583 | SKIPPED | Write EFI grub.cfg | standalone | item={'changed': False, 'skipped': True, 'skip_reason': 'Conditional result was False', 'item': '/boot/efi/EFI/redhat', 'ansible_loop_var': 'item'} 2025-10-05 07:30:53.472386 | fa163e58-29ec-9cb1-0e1f-000000000583 | SKIPPED | Write EFI grub.cfg | standalone | item={'changed': False, 'skipped': True, 'skip_reason': 'Conditional result was False', 'item': '/boot/efi/EFI/centos', 'ansible_loop_var': 'item'} 2025-10-05 07:30:53.479348 | fa163e58-29ec-9cb1-0e1f-000000000583 | TIMING | tripleo_kernel : Write EFI grub.cfg | standalone | 0:00:41.873028 | 0.09s 2025-10-05 07:30:53.506667 | fa163e58-29ec-9cb1-0e1f-000000000584 | TASK | bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub 2025-10-05 07:30:53.567044 | fa163e58-29ec-9cb1-0e1f-000000000584 | SKIPPED | bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub | standalone 2025-10-05 07:30:53.568132 | fa163e58-29ec-9cb1-0e1f-000000000584 | TIMING | tripleo_kernel : bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub | standalone | 0:00:41.961820 | 0.06s 2025-10-05 07:30:53.594693 | fa163e58-29ec-9cb1-0e1f-000000000585 | TASK | OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub 2025-10-05 07:30:53.644938 | fa163e58-29ec-9cb1-0e1f-000000000585 | SKIPPED | OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub | standalone 2025-10-05 07:30:53.646050 | fa163e58-29ec-9cb1-0e1f-000000000585 | TIMING | tripleo_kernel : OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub | standalone | 0:00:42.039738 | 0.05s 2025-10-05 07:30:53.671520 | fa163e58-29ec-9cb1-0e1f-000000000586 | TASK | Execute grub2-mkconfig 2025-10-05 07:30:53.721310 | fa163e58-29ec-9cb1-0e1f-000000000586 | SKIPPED | Execute grub2-mkconfig | standalone 2025-10-05 07:30:53.722431 | fa163e58-29ec-9cb1-0e1f-000000000586 | TIMING | tripleo_kernel : Execute grub2-mkconfig | standalone | 0:00:42.116121 | 0.05s 2025-10-05 07:30:53.747415 | fa163e58-29ec-9cb1-0e1f-000000000587 | TASK | Check for active tuned profile 2025-10-05 07:30:53.798340 | fa163e58-29ec-9cb1-0e1f-000000000587 | SKIPPED | Check for active tuned profile | standalone 2025-10-05 07:30:53.799470 | fa163e58-29ec-9cb1-0e1f-000000000587 | TIMING | tripleo_kernel : Check for active tuned profile | standalone | 0:00:42.193158 | 0.05s 2025-10-05 07:30:53.823697 | fa163e58-29ec-9cb1-0e1f-000000000588 | TASK | Ensure $tuned_params is restored to /boot/loader/entries files 2025-10-05 07:30:53.866188 | fa163e58-29ec-9cb1-0e1f-000000000588 | SKIPPED | Ensure $tuned_params is restored to /boot/loader/entries files | standalone 2025-10-05 07:30:53.867281 | fa163e58-29ec-9cb1-0e1f-000000000588 | TIMING | tripleo_kernel : Ensure $tuned_params is restored to /boot/loader/entries files | standalone | 0:00:42.260969 | 0.04s 2025-10-05 07:30:53.891756 | fa163e58-29ec-9cb1-0e1f-000000000589 | TASK | Set reboot required fact 2025-10-05 07:30:53.941470 | fa163e58-29ec-9cb1-0e1f-000000000589 | SKIPPED | Set reboot required fact | standalone 2025-10-05 07:30:53.942754 | fa163e58-29ec-9cb1-0e1f-000000000589 | TIMING | tripleo_kernel : Set reboot required fact | standalone | 0:00:42.336442 | 0.05s 2025-10-05 07:30:53.967846 | fa163e58-29ec-9cb1-0e1f-00000000058b | TASK | Apply DPDK workarounds 2025-10-05 07:30:54.013202 | fa163e58-29ec-9cb1-0e1f-00000000058b | SKIPPED | Apply DPDK workarounds | standalone 2025-10-05 07:30:54.014223 | fa163e58-29ec-9cb1-0e1f-00000000058b | TIMING | Apply DPDK workarounds | standalone | 0:00:42.407912 | 0.04s 2025-10-05 07:30:54.038250 | fa163e58-29ec-9cb1-0e1f-00000000058d | TASK | Ensure /etc/modules-load.d exists 2025-10-05 07:30:54.076843 | fa163e58-29ec-9cb1-0e1f-00000000058d | SKIPPED | Ensure /etc/modules-load.d exists | standalone 2025-10-05 07:30:54.077908 | fa163e58-29ec-9cb1-0e1f-00000000058d | TIMING | tripleo_kernel : Ensure /etc/modules-load.d exists | standalone | 0:00:42.471597 | 0.04s 2025-10-05 07:30:54.102684 | fa163e58-29ec-9cb1-0e1f-00000000058e | TASK | Load modules 2025-10-05 07:30:54.146681 | fa163e58-29ec-9cb1-0e1f-00000000058e | SKIPPED | Load modules | standalone | item=vfio_iommu_type1 2025-10-05 07:30:54.151190 | fa163e58-29ec-9cb1-0e1f-00000000058e | TIMING | tripleo_kernel : Load modules | standalone | 0:00:42.544887 | 0.05s 2025-10-05 07:30:54.167859 | fa163e58-29ec-9cb1-0e1f-000000000590 | TASK | Persist modules via modules-load.d 2025-10-05 07:30:54.208517 | fa163e58-29ec-9cb1-0e1f-000000000590 | SKIPPED | Persist modules via modules-load.d | standalone | item=vfio_iommu_type1 2025-10-05 07:30:54.215516 | fa163e58-29ec-9cb1-0e1f-000000000590 | TIMING | tripleo_kernel : Persist modules via modules-load.d | standalone | 0:00:42.609200 | 0.05s 2025-10-05 07:30:54.239786 | fa163e58-29ec-9cb1-0e1f-000000000592 | TASK | Drop module persistence 2025-10-05 07:30:54.282464 | fa163e58-29ec-9cb1-0e1f-000000000592 | SKIPPED | Drop module persistence | standalone | item=vfio_iommu_type1 2025-10-05 07:30:54.288880 | fa163e58-29ec-9cb1-0e1f-000000000592 | TIMING | tripleo_kernel : Drop module persistence | standalone | 0:00:42.682565 | 0.05s 2025-10-05 07:30:54.313109 | fa163e58-29ec-9cb1-0e1f-000000000594 | TASK | Set modules persistence via /etc/modules 2025-10-05 07:30:54.356606 | fa163e58-29ec-9cb1-0e1f-000000000594 | SKIPPED | Set modules persistence via /etc/modules | standalone | item=vfio_iommu_type1 2025-10-05 07:30:54.363524 | fa163e58-29ec-9cb1-0e1f-000000000594 | TIMING | tripleo_kernel : Set modules persistence via /etc/modules | standalone | 0:00:42.757187 | 0.05s 2025-10-05 07:30:54.391476 | fa163e58-29ec-9cb1-0e1f-000000000596 | TASK | Modules reload 2025-10-05 07:30:54.432174 | fa163e58-29ec-9cb1-0e1f-000000000596 | SKIPPED | Modules reload | standalone 2025-10-05 07:30:54.433424 | fa163e58-29ec-9cb1-0e1f-000000000596 | TIMING | tripleo_kernel : Modules reload | standalone | 0:00:42.827109 | 0.04s 2025-10-05 07:30:54.459181 | fa163e58-29ec-9cb1-0e1f-000000000598 | TASK | Reboot tasks 2025-10-05 07:30:54.510875 | fa163e58-29ec-9cb1-0e1f-000000000598 | SKIPPED | Reboot tasks | standalone 2025-10-05 07:30:54.512075 | fa163e58-29ec-9cb1-0e1f-000000000598 | TIMING | tripleo_kernel : Reboot tasks | standalone | 0:00:42.905761 | 0.05s 2025-10-05 07:30:54.537540 | fa163e58-29ec-9cb1-0e1f-000000000599 | TASK | Skipping reboot for deployed node 2025-10-05 07:30:54.591541 | fa163e58-29ec-9cb1-0e1f-000000000599 | SKIPPED | Skipping reboot for deployed node | standalone 2025-10-05 07:30:54.592826 | fa163e58-29ec-9cb1-0e1f-000000000599 | TIMING | tripleo_kernel : Skipping reboot for deployed node | standalone | 0:00:42.986512 | 0.05s PLAY [Server pre network steps] ************************************************ 2025-10-05 07:30:54.770016 | fa163e58-29ec-9cb1-0e1f-00000000003f | TASK | Server pre-network deployments 2025-10-05 07:30:54.798623 | fa163e58-29ec-9cb1-0e1f-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', 'fa163e58-29ec-9cb1-0e1f-00000000003f') missing from stats 2025-10-05 07:30:54.819045 | fa163e58-29ec-9cb1-0e1f-000000000043 | TASK | Hiera config 2025-10-05 07:30:54.846054 | fa163e58-29ec-9cb1-0e1f-000000000043 | TIMING | Hiera config | standalone | 0:00:43.239730 | 0.03s 2025-10-05 07:30:54.886591 | fa163e58-29ec-9cb1-0e1f-00000000070f | TASK | Create /etc/puppet/hieradata 2025-10-05 07:30:55.126721 | fa163e58-29ec-9cb1-0e1f-00000000070f | CHANGED | Create /etc/puppet/hieradata | standalone 2025-10-05 07:30:55.128261 | fa163e58-29ec-9cb1-0e1f-00000000070f | TIMING | tripleo_hieradata : Create /etc/puppet/hieradata | standalone | 0:00:43.521948 | 0.24s 2025-10-05 07:30:55.153453 | fa163e58-29ec-9cb1-0e1f-000000000710 | TASK | Write hiera config 2025-10-05 07:30:55.656479 | fa163e58-29ec-9cb1-0e1f-000000000710 | CHANGED | Write hiera config | standalone 2025-10-05 07:30:55.658395 | fa163e58-29ec-9cb1-0e1f-000000000710 | TIMING | tripleo_hieradata : Write hiera config | standalone | 0:00:44.052079 | 0.50s 2025-10-05 07:30:55.706094 | fa163e58-29ec-9cb1-0e1f-000000000044 | TASK | Hiera symlink 2025-10-05 07:30:55.976898 | fa163e58-29ec-9cb1-0e1f-000000000044 | CHANGED | Hiera symlink | standalone 2025-10-05 07:30:55.978396 | fa163e58-29ec-9cb1-0e1f-000000000044 | TIMING | Hiera symlink | standalone | 0:00:44.372081 | 0.27s 2025-10-05 07:30:56.004770 | fa163e58-29ec-9cb1-0e1f-000000000045 | TASK | Hieradata from vars 2025-10-05 07:30:56.035496 | fa163e58-29ec-9cb1-0e1f-000000000045 | TIMING | Hieradata from vars | standalone | 0:00:44.429171 | 0.03s 2025-10-05 07:30:56.094292 | fa163e58-29ec-9cb1-0e1f-00000000076a | TASK | Copy overcloud.json to all_nodes.json 2025-10-05 07:30:56.542649 | fa163e58-29ec-9cb1-0e1f-00000000076a | CHANGED | Copy overcloud.json to all_nodes.json | standalone 2025-10-05 07:30:56.544123 | fa163e58-29ec-9cb1-0e1f-00000000076a | TIMING | tripleo_hieradata : Copy overcloud.json to all_nodes.json | standalone | 0:00:44.937810 | 0.45s 2025-10-05 07:30:56.569050 | fa163e58-29ec-9cb1-0e1f-00000000076b | TASK | Render hieradata from template 2025-10-05 07:30:57.100915 | fa163e58-29ec-9cb1-0e1f-00000000076b | CHANGED | Render hieradata from template | standalone | item=bootstrap_node 2025-10-05 07:30:57.103523 | fa163e58-29ec-9cb1-0e1f-00000000076b | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:45.497208 | 0.53s 2025-10-05 07:30:57.624315 | fa163e58-29ec-9cb1-0e1f-00000000076b | CHANGED | Render hieradata from template | standalone | item=vip_data 2025-10-05 07:30:57.625112 | fa163e58-29ec-9cb1-0e1f-00000000076b | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:46.018808 | 1.05s 2025-10-05 07:30:58.226411 | fa163e58-29ec-9cb1-0e1f-00000000076b | CHANGED | Render hieradata from template | standalone | item=net_ip_map 2025-10-05 07:30:58.227488 | fa163e58-29ec-9cb1-0e1f-00000000076b | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:46.621178 | 1.66s 2025-10-05 07:30:58.702117 | fa163e58-29ec-9cb1-0e1f-00000000076b | CHANGED | Render hieradata from template | standalone | item=cloud_domain 2025-10-05 07:30:58.703215 | fa163e58-29ec-9cb1-0e1f-00000000076b | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:47.096904 | 2.13s 2025-10-05 07:30:59.211800 | fa163e58-29ec-9cb1-0e1f-00000000076b | CHANGED | Render hieradata from template | standalone | item=fqdn 2025-10-05 07:30:59.212674 | fa163e58-29ec-9cb1-0e1f-00000000076b | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:47.606370 | 2.64s 2025-10-05 07:30:59.688155 | fa163e58-29ec-9cb1-0e1f-00000000076b | CHANGED | Render hieradata from template | standalone | item=service_names 2025-10-05 07:30:59.689909 | fa163e58-29ec-9cb1-0e1f-00000000076b | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:48.083603 | 3.12s 2025-10-05 07:31:00.181244 | fa163e58-29ec-9cb1-0e1f-00000000076b | CHANGED | Render hieradata from template | standalone | item=service_configs 2025-10-05 07:31:00.183110 | fa163e58-29ec-9cb1-0e1f-00000000076b | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:48.576804 | 3.61s 2025-10-05 07:31:00.670151 | fa163e58-29ec-9cb1-0e1f-00000000076b | CHANGED | Render hieradata from template | standalone | item=extraconfig 2025-10-05 07:31:00.670990 | fa163e58-29ec-9cb1-0e1f-00000000076b | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:49.064685 | 4.10s 2025-10-05 07:31:01.151869 | fa163e58-29ec-9cb1-0e1f-00000000076b | CHANGED | Render hieradata from template | standalone | item=role_extraconfig 2025-10-05 07:31:01.153995 | fa163e58-29ec-9cb1-0e1f-00000000076b | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:49.547680 | 4.58s 2025-10-05 07:31:01.629897 | fa163e58-29ec-9cb1-0e1f-00000000076b | CHANGED | Render hieradata from template | standalone | item=ovn_chassis_mac_map 2025-10-05 07:31:01.631021 | fa163e58-29ec-9cb1-0e1f-00000000076b | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:50.024709 | 5.06s 2025-10-05 07:31:01.645896 | fa163e58-29ec-9cb1-0e1f-00000000076b | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:50.039580 | 5.08s 2025-10-05 07:31:01.694736 | fa163e58-29ec-9cb1-0e1f-000000000046 | TASK | Ensure ansible_managed hieradata file exists 2025-10-05 07:31:01.723941 | fa163e58-29ec-9cb1-0e1f-000000000046 | TIMING | Ensure ansible_managed hieradata file exists | standalone | 0:00:50.117616 | 0.03s 2025-10-05 07:31:01.792764 | fa163e58-29ec-9cb1-0e1f-00000000080f | TASK | Check for hieradata file 2025-10-05 07:31:02.007406 | fa163e58-29ec-9cb1-0e1f-00000000080f | OK | Check for hieradata file | standalone 2025-10-05 07:31:02.008948 | fa163e58-29ec-9cb1-0e1f-00000000080f | TIMING | tripleo_hieradata : Check for hieradata file | standalone | 0:00:50.402637 | 0.21s 2025-10-05 07:31:02.033127 | fa163e58-29ec-9cb1-0e1f-000000000811 | TASK | Get existing data 2025-10-05 07:31:02.082077 | fa163e58-29ec-9cb1-0e1f-000000000811 | SKIPPED | Get existing data | standalone 2025-10-05 07:31:02.083111 | fa163e58-29ec-9cb1-0e1f-000000000811 | TIMING | tripleo_hieradata : Get existing data | standalone | 0:00:50.476800 | 0.05s 2025-10-05 07:31:02.106718 | fa163e58-29ec-9cb1-0e1f-000000000812 | TASK | Set data fact 2025-10-05 07:31:02.157780 | fa163e58-29ec-9cb1-0e1f-000000000812 | SKIPPED | Set data fact | standalone 2025-10-05 07:31:02.159210 | fa163e58-29ec-9cb1-0e1f-000000000812 | TIMING | tripleo_hieradata : Set data fact | standalone | 0:00:50.552891 | 0.05s 2025-10-05 07:31:02.188985 | fa163e58-29ec-9cb1-0e1f-000000000814 | TASK | Write ansible hieradata file 2025-10-05 07:31:02.689156 | fa163e58-29ec-9cb1-0e1f-000000000814 | CHANGED | Write ansible hieradata file | standalone 2025-10-05 07:31:02.690469 | fa163e58-29ec-9cb1-0e1f-000000000814 | TIMING | tripleo_hieradata : Write ansible hieradata file | standalone | 0:00:51.084158 | 0.50s 2025-10-05 07:31:02.774290 | fa163e58-29ec-9cb1-0e1f-000000000047 | TIMING | include_tasks | standalone | 0:00:51.167969 | 0.04s PLAY [Server network deployments] ********************************************** 2025-10-05 07:31:02.925566 | fa163e58-29ec-9cb1-0e1f-00000000004b | TASK | Network Configuration 2025-10-05 07:31:02.951530 | fa163e58-29ec-9cb1-0e1f-00000000004b | OK | Network Configuration | standalone -> localhost | result={ "changed": false, "msg": "Use --start-at-task 'Network Configuration' to resume from this task" } [WARNING]: ('standalone -> localhost', 'fa163e58-29ec-9cb1-0e1f-00000000004b') missing from stats 2025-10-05 07:31:02.973075 | fa163e58-29ec-9cb1-0e1f-00000000004c | TASK | Check NetworkConfig script existence 2025-10-05 07:31:02.999131 | fa163e58-29ec-9cb1-0e1f-00000000004c | SKIPPED | Check NetworkConfig script existence | standalone 2025-10-05 07:31:02.999838 | fa163e58-29ec-9cb1-0e1f-00000000004c | TIMING | Check NetworkConfig script existence | standalone | 0:00:51.393533 | 0.03s 2025-10-05 07:31:03.018450 | fa163e58-29ec-9cb1-0e1f-000000000052 | TASK | Gather SELinux fact if needed 2025-10-05 07:31:03.065795 | fa163e58-29ec-9cb1-0e1f-000000000052 | SKIPPED | Gather SELinux fact if needed | standalone 2025-10-05 07:31:03.066841 | fa163e58-29ec-9cb1-0e1f-000000000052 | TIMING | tripleo_network_config : Gather SELinux fact if needed | standalone | 0:00:51.460521 | 0.05s 2025-10-05 07:31:03.091659 | fa163e58-29ec-9cb1-0e1f-000000000053 | TASK | Create fcontext entry for tripleoconfig 2025-10-05 07:31:03.744976 | fa163e58-29ec-9cb1-0e1f-000000000053 | OK | Create fcontext entry for tripleoconfig | standalone 2025-10-05 07:31:03.746469 | fa163e58-29ec-9cb1-0e1f-000000000053 | TIMING | tripleo_network_config : Create fcontext entry for tripleoconfig | standalone | 0:00:52.140151 | 0.65s 2025-10-05 07:31:03.770899 | fa163e58-29ec-9cb1-0e1f-000000000054 | TASK | Ensure requirements are satisfied 2025-10-05 07:31:03.799471 | fa163e58-29ec-9cb1-0e1f-000000000054 | TIMING | Ensure requirements are satisfied | standalone | 0:00:52.193141 | 0.03s 2025-10-05 07:31:03.860590 | fa163e58-29ec-9cb1-0e1f-0000000008ad | TASK | Gather facts if they don't exist 2025-10-05 07:31:03.897817 | fa163e58-29ec-9cb1-0e1f-0000000008ad | SKIPPED | Gather facts if they don't exist | standalone 2025-10-05 07:31:03.899668 | fa163e58-29ec-9cb1-0e1f-0000000008ad | TIMING | tripleo_bootstrap : Gather facts if they don't exist | standalone | 0:00:52.293354 | 0.04s 2025-10-05 07:31:03.926620 | fa163e58-29ec-9cb1-0e1f-0000000008ae | TASK | Gather variables for each operating system 2025-10-05 07:31:04.041242 | fa163e58-29ec-9cb1-0e1f-0000000008ae | SKIPPED | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2025-10-05 07:31:04.047815 | fa163e58-29ec-9cb1-0e1f-0000000008ae | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:52.441490 | 0.12s 2025-10-05 07:31:04.072328 | fa163e58-29ec-9cb1-0e1f-0000000008b0 | TASK | Check required packages to bootstrap TripleO is installed 2025-10-05 07:31:04.347653 | fa163e58-29ec-9cb1-0e1f-0000000008b0 | CHANGED | Check required packages to bootstrap TripleO is installed | standalone 2025-10-05 07:31:04.348951 | fa163e58-29ec-9cb1-0e1f-0000000008b0 | TIMING | tripleo_bootstrap : Check required packages to bootstrap TripleO is installed | standalone | 0:00:52.742640 | 0.28s 2025-10-05 07:31:04.373013 | fa163e58-29ec-9cb1-0e1f-0000000008b1 | TASK | Deploy required packages to bootstrap TripleO 2025-10-05 07:31:04.405815 | fa163e58-29ec-9cb1-0e1f-0000000008b1 | SKIPPED | Deploy required packages to bootstrap TripleO | standalone 2025-10-05 07:31:04.406929 | fa163e58-29ec-9cb1-0e1f-0000000008b1 | TIMING | tripleo_bootstrap : Deploy required packages to bootstrap TripleO | standalone | 0:00:52.800618 | 0.03s 2025-10-05 07:31:04.430885 | fa163e58-29ec-9cb1-0e1f-0000000008b2 | TASK | Ensure packages are actually well installed 2025-10-05 07:31:05.396491 | fa163e58-29ec-9cb1-0e1f-0000000008b2 | CHANGED | Ensure packages are actually well installed | standalone 2025-10-05 07:31:05.397950 | fa163e58-29ec-9cb1-0e1f-0000000008b2 | TIMING | tripleo_bootstrap : Ensure packages are actually well installed | standalone | 0:00:53.791638 | 0.97s 2025-10-05 07:31:05.444054 | fa163e58-29ec-9cb1-0e1f-000000000056 | TASK | Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf 2025-10-05 07:31:05.688857 | fa163e58-29ec-9cb1-0e1f-000000000056 | CHANGED | Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf | standalone 2025-10-05 07:31:05.690171 | fa163e58-29ec-9cb1-0e1f-000000000056 | TIMING | tripleo_network_config : Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:00:54.083859 | 0.24s 2025-10-05 07:31:05.715004 | fa163e58-29ec-9cb1-0e1f-000000000057 | TASK | Reload NetworkManager 2025-10-05 07:31:06.142971 | fa163e58-29ec-9cb1-0e1f-000000000057 | CHANGED | Reload NetworkManager | standalone 2025-10-05 07:31:06.144818 | fa163e58-29ec-9cb1-0e1f-000000000057 | TIMING | tripleo_network_config : Reload NetworkManager | standalone | 0:00:54.538507 | 0.43s 2025-10-05 07:31:06.170357 | fa163e58-29ec-9cb1-0e1f-000000000059 | TASK | Ensure /var/lib/tripleo-config directory exists 2025-10-05 07:31:06.400726 | fa163e58-29ec-9cb1-0e1f-000000000059 | CHANGED | Ensure /var/lib/tripleo-config directory exists | standalone 2025-10-05 07:31:06.402274 | fa163e58-29ec-9cb1-0e1f-000000000059 | TIMING | tripleo_network_config : Ensure /var/lib/tripleo-config directory exists | standalone | 0:00:54.795961 | 0.23s 2025-10-05 07:31:06.426498 | fa163e58-29ec-9cb1-0e1f-00000000005a | TASK | Check for previous run of NetworkConfig 2025-10-05 07:31:06.650292 | fa163e58-29ec-9cb1-0e1f-00000000005a | OK | Check for previous run of NetworkConfig | standalone 2025-10-05 07:31:06.651617 | fa163e58-29ec-9cb1-0e1f-00000000005a | TIMING | tripleo_network_config : Check for previous run of NetworkConfig | standalone | 0:00:55.045305 | 0.22s 2025-10-05 07:31:06.675595 | fa163e58-29ec-9cb1-0e1f-00000000005b | TASK | Check result of previous run of NetworkConfig 2025-10-05 07:31:06.705113 | fa163e58-29ec-9cb1-0e1f-00000000005b | SKIPPED | Check result of previous run of NetworkConfig | standalone 2025-10-05 07:31:06.706145 | fa163e58-29ec-9cb1-0e1f-00000000005b | TIMING | tripleo_network_config : Check result of previous run of NetworkConfig | standalone | 0:00:55.099834 | 0.03s 2025-10-05 07:31:06.729480 | fa163e58-29ec-9cb1-0e1f-00000000005c | TASK | Ensure we get cloud-init 2025-10-05 07:31:06.969611 | fa163e58-29ec-9cb1-0e1f-00000000005c | OK | Ensure we get cloud-init | standalone 2025-10-05 07:31:06.970802 | fa163e58-29ec-9cb1-0e1f-00000000005c | TIMING | tripleo_network_config : Ensure we get cloud-init | standalone | 0:00:55.364491 | 0.24s 2025-10-05 07:31:06.994706 | fa163e58-29ec-9cb1-0e1f-00000000005e | TASK | Create /etc/os-net-config directory 2025-10-05 07:31:07.212870 | fa163e58-29ec-9cb1-0e1f-00000000005e | OK | Create /etc/os-net-config directory | standalone 2025-10-05 07:31:07.214201 | fa163e58-29ec-9cb1-0e1f-00000000005e | TIMING | tripleo_network_config : Create /etc/os-net-config directory | standalone | 0:00:55.607890 | 0.22s 2025-10-05 07:31:07.238322 | fa163e58-29ec-9cb1-0e1f-00000000005f | TASK | Create os-net-config mappings from lookup data 2025-10-05 07:31:07.627385 | fa163e58-29ec-9cb1-0e1f-00000000005f | OK | Create os-net-config mappings from lookup data | standalone 2025-10-05 07:31:07.628793 | fa163e58-29ec-9cb1-0e1f-00000000005f | TIMING | tripleo_network_config : Create os-net-config mappings from lookup data | standalone | 0:00:56.022481 | 0.39s 2025-10-05 07:31:07.655481 | fa163e58-29ec-9cb1-0e1f-000000000060 | TASK | Write os-net-config mappings file /etc/os-net-config/mapping.yaml 2025-10-05 07:31:07.705814 | fa163e58-29ec-9cb1-0e1f-000000000060 | SKIPPED | Write os-net-config mappings file /etc/os-net-config/mapping.yaml | standalone 2025-10-05 07:31:07.707144 | fa163e58-29ec-9cb1-0e1f-000000000060 | TIMING | tripleo_network_config : Write os-net-config mappings file /etc/os-net-config/mapping.yaml | standalone | 0:00:56.100832 | 0.05s 2025-10-05 07:31:07.738773 | fa163e58-29ec-9cb1-0e1f-000000000062 | TASK | Remove /var/lib/tripleo-config/scripts directory 2025-10-05 07:31:08.005415 | fa163e58-29ec-9cb1-0e1f-000000000062 | OK | Remove /var/lib/tripleo-config/scripts directory | standalone 2025-10-05 07:31:08.006806 | fa163e58-29ec-9cb1-0e1f-000000000062 | TIMING | tripleo_network_config : Remove /var/lib/tripleo-config/scripts directory | standalone | 0:00:56.400495 | 0.27s 2025-10-05 07:31:08.027912 | fa163e58-29ec-9cb1-0e1f-000000000063 | TASK | Run NetworkConfig with tripleo_os_net_config 2025-10-05 07:31:08.086470 | fa163e58-29ec-9cb1-0e1f-000000000063 | TIMING | tripleo_network_config : Run NetworkConfig with tripleo_os_net_config | standalone | 0:00:56.480156 | 0.06s 2025-10-05 07:31:08.102692 | c92cd1ae-21da-4ce5-bee6-24c2b2e58e02 | INCLUDED | /usr/share/ansible/roles/tripleo_network_config/tasks/os_net_config.yml | standalone 2025-10-05 07:31:08.124878 | fa163e58-29ec-9cb1-0e1f-0000000008f7 | TASK | Set nic_config_file fact 2025-10-05 07:31:08.203902 | fa163e58-29ec-9cb1-0e1f-0000000008f7 | OK | Set nic_config_file fact | standalone 2025-10-05 07:31:08.205152 | fa163e58-29ec-9cb1-0e1f-0000000008f7 | TIMING | tripleo_network_config : Set nic_config_file fact | standalone | 0:00:56.598841 | 0.08s 2025-10-05 07:31:08.229242 | fa163e58-29ec-9cb1-0e1f-0000000008f8 | TASK | Render overidden network config 2025-10-05 07:31:08.310381 | fa163e58-29ec-9cb1-0e1f-0000000008f8 | SKIPPED | Render overidden network config | standalone 2025-10-05 07:31:08.311708 | fa163e58-29ec-9cb1-0e1f-0000000008f8 | TIMING | tripleo_network_config : Render overidden network config | standalone | 0:00:56.705394 | 0.08s 2025-10-05 07:31:08.335916 | fa163e58-29ec-9cb1-0e1f-0000000008f9 | TASK | Render network_config 2025-10-05 07:31:08.407865 | fa163e58-29ec-9cb1-0e1f-0000000008f9 | SKIPPED | Render network_config | standalone 2025-10-05 07:31:08.408993 | fa163e58-29ec-9cb1-0e1f-0000000008f9 | TIMING | tripleo_network_config : Render network_config | standalone | 0:00:56.802681 | 0.07s 2025-10-05 07:31:08.433269 | fa163e58-29ec-9cb1-0e1f-0000000008fa | TASK | Render network_config from template 2025-10-05 07:31:08.935400 | fa163e58-29ec-9cb1-0e1f-0000000008fa | CHANGED | Render network_config from template | standalone 2025-10-05 07:31:08.936830 | fa163e58-29ec-9cb1-0e1f-0000000008fa | TIMING | tripleo_network_config : Render network_config from template | standalone | 0:00:57.330518 | 0.50s 2025-10-05 07:31:08.961651 | fa163e58-29ec-9cb1-0e1f-0000000008fb | TASK | Run tripleo_os_net_config_module with network_config ASYNC OK on standalone: jid=243703438400.45280 2025-10-05 07:31:13.005180 | fa163e58-29ec-9cb1-0e1f-0000000008fb | OK | Run tripleo_os_net_config_module with network_config | standalone 2025-10-05 07:31:13.007302 | fa163e58-29ec-9cb1-0e1f-0000000008fb | TIMING | tripleo_network_config : Run tripleo_os_net_config_module with network_config | standalone | 0:01:01.400990 | 4.04s 2025-10-05 07:31:13.034487 | fa163e58-29ec-9cb1-0e1f-000000000064 | TASK | Write rc of NetworkConfig script 2025-10-05 07:31:13.550034 | fa163e58-29ec-9cb1-0e1f-000000000064 | CHANGED | Write rc of NetworkConfig script | standalone 2025-10-05 07:31:13.551409 | fa163e58-29ec-9cb1-0e1f-000000000064 | TIMING | tripleo_network_config : Write rc of NetworkConfig script | standalone | 0:01:01.945096 | 0.52s 2025-10-05 07:31:13.575130 | fa163e58-29ec-9cb1-0e1f-000000000065 | TASK | Disable cloud-init network config 2025-10-05 07:31:14.128253 | fa163e58-29ec-9cb1-0e1f-000000000065 | CHANGED | Disable cloud-init network config | standalone 2025-10-05 07:31:14.129689 | fa163e58-29ec-9cb1-0e1f-000000000065 | TIMING | tripleo_network_config : Disable cloud-init network config | standalone | 0:01:02.523377 | 0.55s 2025-10-05 07:31:14.154283 | fa163e58-29ec-9cb1-0e1f-000000000066 | TASK | Ensure network service is enabled 2025-10-05 07:31:14.573458 | fa163e58-29ec-9cb1-0e1f-000000000066 | OK | Ensure network service is enabled | standalone 2025-10-05 07:31:14.575553 | fa163e58-29ec-9cb1-0e1f-000000000066 | TIMING | tripleo_network_config : Ensure network service is enabled | standalone | 0:01:02.969237 | 0.42s PLAY [Server network validation] *********************************************** 2025-10-05 07:31:14.748153 | fa163e58-29ec-9cb1-0e1f-000000000096 | TASK | Basic Network Validation 2025-10-05 07:31:14.775513 | fa163e58-29ec-9cb1-0e1f-000000000096 | TIMING | Basic Network Validation | standalone | 0:01:03.169198 | 0.03s 2025-10-05 07:31:14.817137 | fa163e58-29ec-9cb1-0e1f-000000000933 | TASK | Collect default network fact 2025-10-05 07:31:15.352764 | fa163e58-29ec-9cb1-0e1f-000000000933 | OK | Collect default network fact | standalone 2025-10-05 07:31:15.353941 | fa163e58-29ec-9cb1-0e1f-000000000933 | TIMING | tripleo_nodes_validation : Collect default network fact | standalone | 0:01:03.747630 | 0.54s 2025-10-05 07:31:15.377981 | fa163e58-29ec-9cb1-0e1f-000000000934 | TASK | Check Default IPv4 Gateway availability 2025-10-05 07:31:15.398308 | fa163e58-29ec-9cb1-0e1f-000000000934 | SKIPPED | Check Default IPv4 Gateway availability | standalone 2025-10-05 07:31:15.399480 | fa163e58-29ec-9cb1-0e1f-000000000934 | TIMING | tripleo_nodes_validation : Check Default IPv4 Gateway availability | standalone | 0:01:03.793165 | 0.02s 2025-10-05 07:31:15.423965 | fa163e58-29ec-9cb1-0e1f-000000000935 | TASK | Check all networks Gateway availability 2025-10-05 07:31:15.451916 | fa163e58-29ec-9cb1-0e1f-000000000935 | TIMING | tripleo_nodes_validation : Check all networks Gateway availability | standalone | 0:01:03.845592 | 0.03s 2025-10-05 07:31:15.476190 | fa163e58-29ec-9cb1-0e1f-000000000937 | TASK | Check Controllers availability 2025-10-05 07:31:15.513894 | fa163e58-29ec-9cb1-0e1f-000000000937 | SKIPPED | Check Controllers availability | standalone | item=192.168.122.100 2025-10-05 07:31:15.520961 | fa163e58-29ec-9cb1-0e1f-000000000937 | SKIPPED | Check Controllers availability | standalone | item=172.18.0.100 2025-10-05 07:31:15.526277 | fa163e58-29ec-9cb1-0e1f-000000000937 | SKIPPED | Check Controllers availability | standalone | item=172.20.0.100 2025-10-05 07:31:15.532327 | fa163e58-29ec-9cb1-0e1f-000000000937 | SKIPPED | Check Controllers availability | standalone | item=172.17.0.100 2025-10-05 07:31:15.537430 | fa163e58-29ec-9cb1-0e1f-000000000937 | SKIPPED | Check Controllers availability | standalone | item=172.19.0.100 2025-10-05 07:31:15.543179 | fa163e58-29ec-9cb1-0e1f-000000000937 | SKIPPED | Check Controllers availability | standalone | item=172.21.0.100 2025-10-05 07:31:15.549682 | fa163e58-29ec-9cb1-0e1f-000000000937 | TIMING | tripleo_nodes_validation : Check Controllers availability | standalone | 0:01:03.943365 | 0.07s 2025-10-05 07:31:15.573364 | fa163e58-29ec-9cb1-0e1f-000000000939 | TASK | Verify the configured FQDN vs /etc/hosts 2025-10-05 07:31:15.602977 | fa163e58-29ec-9cb1-0e1f-000000000939 | SKIPPED | Verify the configured FQDN vs /etc/hosts | standalone 2025-10-05 07:31:15.604123 | fa163e58-29ec-9cb1-0e1f-000000000939 | TIMING | tripleo_nodes_validation : Verify the configured FQDN vs /etc/hosts | standalone | 0:01:03.997811 | 0.03s PLAY [Server pre deployment steps] ********************************************* 2025-10-05 07:31:15.778191 | fa163e58-29ec-9cb1-0e1f-00000000009a | TASK | Server pre deployments 2025-10-05 07:31:15.804052 | fa163e58-29ec-9cb1-0e1f-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', 'fa163e58-29ec-9cb1-0e1f-00000000009a') missing from stats 2025-10-05 07:31:15.823504 | fa163e58-29ec-9cb1-0e1f-00000000009e | TASK | Hiera config 2025-10-05 07:31:15.849159 | fa163e58-29ec-9cb1-0e1f-00000000009e | TIMING | Hiera config | standalone | 0:01:04.242844 | 0.02s 2025-10-05 07:31:15.886451 | fa163e58-29ec-9cb1-0e1f-00000000098c | TASK | Create /etc/puppet/hieradata 2025-10-05 07:31:16.120174 | fa163e58-29ec-9cb1-0e1f-00000000098c | OK | Create /etc/puppet/hieradata | standalone 2025-10-05 07:31:16.121487 | fa163e58-29ec-9cb1-0e1f-00000000098c | TIMING | tripleo_hieradata : Create /etc/puppet/hieradata | standalone | 0:01:04.515176 | 0.23s 2025-10-05 07:31:16.145901 | fa163e58-29ec-9cb1-0e1f-00000000098d | TASK | Write hiera config 2025-10-05 07:31:16.646047 | fa163e58-29ec-9cb1-0e1f-00000000098d | OK | Write hiera config | standalone 2025-10-05 07:31:16.647441 | fa163e58-29ec-9cb1-0e1f-00000000098d | TIMING | tripleo_hieradata : Write hiera config | standalone | 0:01:05.041128 | 0.50s 2025-10-05 07:31:16.693368 | fa163e58-29ec-9cb1-0e1f-00000000009f | TASK | Hiera symlink 2025-10-05 07:31:16.921774 | fa163e58-29ec-9cb1-0e1f-00000000009f | OK | Hiera symlink | standalone 2025-10-05 07:31:16.923187 | fa163e58-29ec-9cb1-0e1f-00000000009f | TIMING | Hiera symlink | standalone | 0:01:05.316874 | 0.23s 2025-10-05 07:31:16.947098 | fa163e58-29ec-9cb1-0e1f-0000000000a0 | TASK | Hieradata from vars 2025-10-05 07:31:16.975296 | fa163e58-29ec-9cb1-0e1f-0000000000a0 | TIMING | Hieradata from vars | standalone | 0:01:05.368969 | 0.03s 2025-10-05 07:31:17.034115 | fa163e58-29ec-9cb1-0e1f-0000000009e7 | TASK | Copy overcloud.json to all_nodes.json 2025-10-05 07:31:17.510930 | fa163e58-29ec-9cb1-0e1f-0000000009e7 | OK | Copy overcloud.json to all_nodes.json | standalone 2025-10-05 07:31:17.512294 | fa163e58-29ec-9cb1-0e1f-0000000009e7 | TIMING | tripleo_hieradata : Copy overcloud.json to all_nodes.json | standalone | 0:01:05.905979 | 0.48s 2025-10-05 07:31:17.536809 | fa163e58-29ec-9cb1-0e1f-0000000009e8 | TASK | Render hieradata from template 2025-10-05 07:31:18.056951 | fa163e58-29ec-9cb1-0e1f-0000000009e8 | OK | Render hieradata from template | standalone | item=bootstrap_node 2025-10-05 07:31:18.059806 | fa163e58-29ec-9cb1-0e1f-0000000009e8 | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:06.453490 | 0.52s 2025-10-05 07:31:18.597781 | fa163e58-29ec-9cb1-0e1f-0000000009e8 | OK | Render hieradata from template | standalone | item=vip_data 2025-10-05 07:31:18.598972 | fa163e58-29ec-9cb1-0e1f-0000000009e8 | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:06.992661 | 1.06s 2025-10-05 07:31:19.202489 | fa163e58-29ec-9cb1-0e1f-0000000009e8 | OK | Render hieradata from template | standalone | item=net_ip_map 2025-10-05 07:31:19.204258 | fa163e58-29ec-9cb1-0e1f-0000000009e8 | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:07.597945 | 1.67s 2025-10-05 07:31:19.679376 | fa163e58-29ec-9cb1-0e1f-0000000009e8 | OK | Render hieradata from template | standalone | item=cloud_domain 2025-10-05 07:31:19.681397 | fa163e58-29ec-9cb1-0e1f-0000000009e8 | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:08.075087 | 2.14s 2025-10-05 07:31:20.198002 | fa163e58-29ec-9cb1-0e1f-0000000009e8 | OK | Render hieradata from template | standalone | item=fqdn 2025-10-05 07:31:20.199126 | fa163e58-29ec-9cb1-0e1f-0000000009e8 | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:08.592815 | 2.66s 2025-10-05 07:31:20.685922 | fa163e58-29ec-9cb1-0e1f-0000000009e8 | OK | Render hieradata from template | standalone | item=service_names 2025-10-05 07:31:20.687022 | fa163e58-29ec-9cb1-0e1f-0000000009e8 | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:09.080712 | 3.15s 2025-10-05 07:31:21.194971 | fa163e58-29ec-9cb1-0e1f-0000000009e8 | OK | Render hieradata from template | standalone | item=service_configs 2025-10-05 07:31:21.196802 | fa163e58-29ec-9cb1-0e1f-0000000009e8 | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:09.590492 | 3.66s 2025-10-05 07:31:21.682086 | fa163e58-29ec-9cb1-0e1f-0000000009e8 | OK | Render hieradata from template | standalone | item=extraconfig 2025-10-05 07:31:21.683824 | fa163e58-29ec-9cb1-0e1f-0000000009e8 | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:10.077513 | 4.15s 2025-10-05 07:31:22.165623 | fa163e58-29ec-9cb1-0e1f-0000000009e8 | OK | Render hieradata from template | standalone | item=role_extraconfig 2025-10-05 07:31:22.166766 | fa163e58-29ec-9cb1-0e1f-0000000009e8 | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:10.560456 | 4.63s 2025-10-05 07:31:22.657466 | fa163e58-29ec-9cb1-0e1f-0000000009e8 | OK | Render hieradata from template | standalone | item=ovn_chassis_mac_map 2025-10-05 07:31:22.658313 | fa163e58-29ec-9cb1-0e1f-0000000009e8 | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:11.052009 | 5.12s 2025-10-05 07:31:22.668147 | fa163e58-29ec-9cb1-0e1f-0000000009e8 | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:11.061832 | 5.13s 2025-10-05 07:31:22.716313 | fa163e58-29ec-9cb1-0e1f-0000000000a1 | TASK | Ensure ansible_managed hieradata file exists 2025-10-05 07:31:22.743278 | fa163e58-29ec-9cb1-0e1f-0000000000a1 | TIMING | Ensure ansible_managed hieradata file exists | standalone | 0:01:11.136965 | 0.03s 2025-10-05 07:31:22.798495 | fa163e58-29ec-9cb1-0e1f-000000000a8c | TASK | Check for hieradata file 2025-10-05 07:31:23.022806 | fa163e58-29ec-9cb1-0e1f-000000000a8c | OK | Check for hieradata file | standalone 2025-10-05 07:31:23.024202 | fa163e58-29ec-9cb1-0e1f-000000000a8c | TIMING | tripleo_hieradata : Check for hieradata file | standalone | 0:01:11.417891 | 0.22s 2025-10-05 07:31:23.049393 | fa163e58-29ec-9cb1-0e1f-000000000a8e | TASK | Get existing data 2025-10-05 07:31:23.099785 | fa163e58-29ec-9cb1-0e1f-000000000a8e | SKIPPED | Get existing data | standalone 2025-10-05 07:31:23.100941 | fa163e58-29ec-9cb1-0e1f-000000000a8e | TIMING | tripleo_hieradata : Get existing data | standalone | 0:01:11.494630 | 0.05s 2025-10-05 07:31:23.125557 | fa163e58-29ec-9cb1-0e1f-000000000a8f | TASK | Set data fact 2025-10-05 07:31:23.175332 | fa163e58-29ec-9cb1-0e1f-000000000a8f | SKIPPED | Set data fact | standalone 2025-10-05 07:31:23.176541 | fa163e58-29ec-9cb1-0e1f-000000000a8f | TIMING | tripleo_hieradata : Set data fact | standalone | 0:01:11.570228 | 0.05s 2025-10-05 07:31:23.201142 | fa163e58-29ec-9cb1-0e1f-000000000a91 | TASK | Write ansible hieradata file 2025-10-05 07:31:23.719519 | fa163e58-29ec-9cb1-0e1f-000000000a91 | OK | Write ansible hieradata file | standalone 2025-10-05 07:31:23.720991 | fa163e58-29ec-9cb1-0e1f-000000000a91 | TIMING | tripleo_hieradata : Write ansible hieradata file | standalone | 0:01:12.114679 | 0.52s 2025-10-05 07:31:23.817176 | fa163e58-29ec-9cb1-0e1f-0000000000a2 | TIMING | include_tasks | standalone | 0:01:12.210854 | 0.05s PLAY [Host prep steps] ********************************************************* 2025-10-05 07:31:23.966843 | fa163e58-29ec-9cb1-0e1f-0000000000a6 | TASK | Host prep steps 2025-10-05 07:31:23.993068 | fa163e58-29ec-9cb1-0e1f-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', 'fa163e58-29ec-9cb1-0e1f-0000000000a6') missing from stats 2025-10-05 07:31:24.093364 | fa163e58-29ec-9cb1-0e1f-0000000000a7 | TASK | Deploy Artifacts 2025-10-05 07:31:24.196184 | fa163e58-29ec-9cb1-0e1f-0000000000a7 | SKIPPED | Deploy Artifacts | standalone 2025-10-05 07:31:24.197257 | fa163e58-29ec-9cb1-0e1f-0000000000a7 | TIMING | Deploy Artifacts | standalone | 0:01:12.590948 | 0.10s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-10-05 07:31:24.249915 | fa163e58-29ec-9cb1-0e1f-0000000000a8 | TIMING | include_tasks | standalone | 0:01:12.643600 | 0.04s 2025-10-05 07:31:24.402864 | 45bb1a21-6903-4740-9cf5-195b7b9c2860 | INCLUDED | /root/standalone-ansible-jr6gpgc3/Standalone/host_prep_tasks.yaml | standalone 2025-10-05 07:31:24.452564 | fa163e58-29ec-9cb1-0e1f-000000000b0c | TASK | Run firewall role 2025-10-05 07:31:24.471854 | fa163e58-29ec-9cb1-0e1f-000000000b0c | TIMING | Run firewall role | standalone | 0:01:12.865546 | 0.02s 2025-10-05 07:31:24.522165 | fa163e58-29ec-9cb1-0e1f-000000000be9 | TASK | Gather variables for each operating system 2025-10-05 07:31:24.637127 | fa163e58-29ec-9cb1-0e1f-000000000be9 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_firewall/vars/redhat.yml 2025-10-05 07:31:24.638465 | fa163e58-29ec-9cb1-0e1f-000000000be9 | TIMING | tripleo_firewall : Gather variables for each operating system | standalone | 0:01:13.032151 | 0.12s 2025-10-05 07:31:24.644369 | fa163e58-29ec-9cb1-0e1f-000000000be9 | TIMING | tripleo_firewall : Gather variables for each operating system | standalone | 0:01:13.038053 | 0.12s 2025-10-05 07:31:24.668525 | fa163e58-29ec-9cb1-0e1f-000000000bea | TASK | Uninstall firewalld to prevent nftables conflicts 2025-10-05 07:31:27.473801 | fa163e58-29ec-9cb1-0e1f-000000000bea | OK | Uninstall firewalld to prevent nftables conflicts | standalone 2025-10-05 07:31:27.475944 | fa163e58-29ec-9cb1-0e1f-000000000bea | TIMING | tripleo_firewall : Uninstall firewalld to prevent nftables conflicts | standalone | 0:01:15.869631 | 2.81s 2025-10-05 07:31:27.501300 | fa163e58-29ec-9cb1-0e1f-000000000bee | TASK | Create empty var for masquerade rules 2025-10-05 07:31:27.542316 | fa163e58-29ec-9cb1-0e1f-000000000bee | OK | Create empty var for masquerade rules | standalone 2025-10-05 07:31:27.543766 | fa163e58-29ec-9cb1-0e1f-000000000bee | TIMING | tripleo_firewall : Create empty var for masquerade rules | standalone | 0:01:15.937452 | 0.04s 2025-10-05 07:31:27.568498 | fa163e58-29ec-9cb1-0e1f-000000000bef | TASK | Enable masquerade 2025-10-05 07:31:27.618146 | fa163e58-29ec-9cb1-0e1f-000000000bef | SKIPPED | Enable masquerade | standalone 2025-10-05 07:31:27.619402 | fa163e58-29ec-9cb1-0e1f-000000000bef | TIMING | tripleo_firewall : Enable masquerade | standalone | 0:01:16.013090 | 0.05s 2025-10-05 07:31:27.643493 | fa163e58-29ec-9cb1-0e1f-000000000bf0 | TASK | Set the default frontend firewall rules 2025-10-05 07:31:27.683342 | fa163e58-29ec-9cb1-0e1f-000000000bf0 | OK | Set the default frontend firewall rules | standalone 2025-10-05 07:31:27.684428 | fa163e58-29ec-9cb1-0e1f-000000000bf0 | TIMING | tripleo_firewall : Set the default frontend firewall rules | standalone | 0:01:16.078118 | 0.04s 2025-10-05 07:31:27.707814 | fa163e58-29ec-9cb1-0e1f-000000000bf3 | TASK | Set frontend rule fact (non-ssl rules) 2025-10-05 07:31:27.757342 | fa163e58-29ec-9cb1-0e1f-000000000bf3 | OK | Set frontend rule fact (non-ssl rules) | standalone 2025-10-05 07:31:27.759068 | fa163e58-29ec-9cb1-0e1f-000000000bf3 | TIMING | tripleo_firewall : Set frontend rule fact (non-ssl rules) | standalone | 0:01:16.152756 | 0.05s 2025-10-05 07:31:27.785136 | fa163e58-29ec-9cb1-0e1f-000000000bf4 | TASK | Set frontend rule fact (ssl rules) 2025-10-05 07:31:27.836943 | fa163e58-29ec-9cb1-0e1f-000000000bf4 | OK | Set frontend rule fact (ssl rules) | standalone 2025-10-05 07:31:27.838724 | fa163e58-29ec-9cb1-0e1f-000000000bf4 | TIMING | tripleo_firewall : Set frontend rule fact (ssl rules) | standalone | 0:01:16.232409 | 0.05s 2025-10-05 07:31:27.863851 | fa163e58-29ec-9cb1-0e1f-000000000bf6 | TASK | Set frontend rule fact (non-ssl rules) 2025-10-05 07:31:27.896080 | fa163e58-29ec-9cb1-0e1f-000000000bf6 | SKIPPED | Set frontend rule fact (non-ssl rules) | standalone 2025-10-05 07:31:27.897093 | fa163e58-29ec-9cb1-0e1f-000000000bf6 | TIMING | tripleo_firewall : Set frontend rule fact (non-ssl rules) | standalone | 0:01:16.290785 | 0.03s 2025-10-05 07:31:27.918005 | fa163e58-29ec-9cb1-0e1f-000000000bf7 | TASK | Set frontend rule fact (ssl rules) 2025-10-05 07:31:27.949984 | fa163e58-29ec-9cb1-0e1f-000000000bf7 | SKIPPED | Set frontend rule fact (ssl rules) | standalone 2025-10-05 07:31:27.950955 | fa163e58-29ec-9cb1-0e1f-000000000bf7 | TIMING | tripleo_firewall : Set frontend rule fact (ssl rules) | standalone | 0:01:16.344649 | 0.03s 2025-10-05 07:31:27.970509 | fa163e58-29ec-9cb1-0e1f-000000000bf9 | TASK | Enable LOG rules 2025-10-05 07:31:27.999830 | fa163e58-29ec-9cb1-0e1f-000000000bf9 | SKIPPED | Enable LOG rules | standalone 2025-10-05 07:31:28.000828 | fa163e58-29ec-9cb1-0e1f-000000000bf9 | TIMING | tripleo_firewall : Enable LOG rules | standalone | 0:01:16.394521 | 0.03s 2025-10-05 07:31:28.020903 | fa163e58-29ec-9cb1-0e1f-000000000bfa | TASK | Set rule fact 2025-10-05 07:31:28.111715 | fa163e58-29ec-9cb1-0e1f-000000000bfa | OK | Set rule fact | standalone 2025-10-05 07:31:28.113838 | fa163e58-29ec-9cb1-0e1f-000000000bfa | TIMING | tripleo_firewall : Set rule fact | standalone | 0:01:16.507531 | 0.09s 2025-10-05 07:31:28.135441 | fa163e58-29ec-9cb1-0e1f-000000000bfb | TASK | Manage rules via nftables 2025-10-05 07:31:28.162155 | fa163e58-29ec-9cb1-0e1f-000000000bfb | TIMING | Manage rules via nftables | standalone | 0:01:16.555842 | 0.03s 2025-10-05 07:31:28.226973 | fa163e58-29ec-9cb1-0e1f-000000000c89 | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:16.620659 | 0.02s 2025-10-05 07:31:28.237390 | db3fa2f2-8aaf-4d5d-96c2-7027714c4008 | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/service-bootstrap.yml | standalone 2025-10-05 07:31:28.258057 | fa163e58-29ec-9cb1-0e1f-000000000cb2 | TASK | Ensure legacy iptables services are off 2025-10-05 07:31:29.661993 | fa163e58-29ec-9cb1-0e1f-000000000cb2 | OK | Ensure legacy iptables services are off | standalone | item=iptables.service 2025-10-05 07:31:29.664026 | fa163e58-29ec-9cb1-0e1f-000000000cb2 | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:18.057711 | 1.41s 2025-10-05 07:31:30.013980 | fa163e58-29ec-9cb1-0e1f-000000000cb2 | OK | Ensure legacy iptables services are off | standalone | item=ip6tables.service 2025-10-05 07:31:30.016510 | fa163e58-29ec-9cb1-0e1f-000000000cb2 | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:18.410193 | 1.76s 2025-10-05 07:31:30.028523 | fa163e58-29ec-9cb1-0e1f-000000000cb2 | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:18.422204 | 1.77s 2025-10-05 07:31:30.057370 | fa163e58-29ec-9cb1-0e1f-000000000cb3 | TASK | Ensure nftables service is enabled and running 2025-10-05 07:31:30.762165 | fa163e58-29ec-9cb1-0e1f-000000000cb3 | CHANGED | Ensure nftables service is enabled and running | standalone 2025-10-05 07:31:30.763969 | fa163e58-29ec-9cb1-0e1f-000000000cb3 | TIMING | tripleo_nftables : Ensure nftables service is enabled and running | standalone | 0:01:19.157657 | 0.71s 2025-10-05 07:31:30.790425 | fa163e58-29ec-9cb1-0e1f-000000000cb4 | TASK | Empty nftables from anything that may lay around 2025-10-05 07:31:30.830545 | fa163e58-29ec-9cb1-0e1f-000000000cb4 | SKIPPED | Empty nftables from anything that may lay around | standalone 2025-10-05 07:31:30.831724 | fa163e58-29ec-9cb1-0e1f-000000000cb4 | TIMING | tripleo_nftables : Empty nftables from anything that may lay around | standalone | 0:01:19.225412 | 0.04s 2025-10-05 07:31:30.884691 | fa163e58-29ec-9cb1-0e1f-000000000c8a | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:19.278371 | 0.03s 2025-10-05 07:31:30.922305 | 836b10e1-8b3d-4e85-81b4-8d4fbf8e309e | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/configure.yml | standalone 2025-10-05 07:31:30.976356 | fa163e58-29ec-9cb1-0e1f-000000000ce3 | TASK | Push empty ruleset 2025-10-05 07:31:31.452882 | fa163e58-29ec-9cb1-0e1f-000000000ce3 | CHANGED | Push empty ruleset | standalone 2025-10-05 07:31:31.453675 | fa163e58-29ec-9cb1-0e1f-000000000ce3 | TIMING | tripleo_nftables : Push empty ruleset | standalone | 0:01:19.847373 | 0.47s 2025-10-05 07:31:31.471851 | fa163e58-29ec-9cb1-0e1f-000000000ce4 | TASK | Load empty ruleset 2025-10-05 07:31:31.664228 | fa163e58-29ec-9cb1-0e1f-000000000ce4 | CHANGED | Load empty ruleset | standalone 2025-10-05 07:31:31.665505 | fa163e58-29ec-9cb1-0e1f-000000000ce4 | TIMING | tripleo_nftables : Load empty ruleset | standalone | 0:01:20.059195 | 0.19s 2025-10-05 07:31:31.690610 | fa163e58-29ec-9cb1-0e1f-000000000ce6 | TASK | Use default rules 2025-10-05 07:31:31.785275 | fa163e58-29ec-9cb1-0e1f-000000000ce6 | OK | Use default rules | standalone 2025-10-05 07:31:31.788203 | fa163e58-29ec-9cb1-0e1f-000000000ce6 | TIMING | tripleo_nftables : Use default rules | standalone | 0:01:20.181890 | 0.10s 2025-10-05 07:31:31.816152 | fa163e58-29ec-9cb1-0e1f-000000000ce7 | TASK | Enable LOG rules 2025-10-05 07:31:31.911880 | fa163e58-29ec-9cb1-0e1f-000000000ce7 | OK | Enable LOG rules | standalone 2025-10-05 07:31:31.914826 | fa163e58-29ec-9cb1-0e1f-000000000ce7 | TIMING | tripleo_nftables : Enable LOG rules | standalone | 0:01:20.308515 | 0.10s 2025-10-05 07:31:31.942359 | fa163e58-29ec-9cb1-0e1f-000000000ce9 | TASK | Get current nftables content 2025-10-05 07:31:32.189863 | fa163e58-29ec-9cb1-0e1f-000000000ce9 | CHANGED | Get current nftables content | standalone 2025-10-05 07:31:32.191217 | fa163e58-29ec-9cb1-0e1f-000000000ce9 | TIMING | tripleo_nftables : Get current nftables content | standalone | 0:01:20.584905 | 0.25s 2025-10-05 07:31:32.216346 | fa163e58-29ec-9cb1-0e1f-000000000ceb | TASK | Generate chain jumps 2025-10-05 07:31:32.811106 | fa163e58-29ec-9cb1-0e1f-000000000ceb | CHANGED | Generate chain jumps | standalone 2025-10-05 07:31:32.812271 | fa163e58-29ec-9cb1-0e1f-000000000ceb | TIMING | tripleo_nftables : Generate chain jumps | standalone | 0:01:21.205963 | 0.59s 2025-10-05 07:31:32.837007 | fa163e58-29ec-9cb1-0e1f-000000000cec | TASK | Generate chain jumps 2025-10-05 07:31:33.476202 | fa163e58-29ec-9cb1-0e1f-000000000cec | CHANGED | Generate chain jumps | standalone 2025-10-05 07:31:33.477758 | fa163e58-29ec-9cb1-0e1f-000000000cec | TIMING | tripleo_nftables : Generate chain jumps | standalone | 0:01:21.871447 | 0.64s 2025-10-05 07:31:33.504671 | fa163e58-29ec-9cb1-0e1f-000000000ced | TASK | Generate nft flushes 2025-10-05 07:31:33.964677 | fa163e58-29ec-9cb1-0e1f-000000000ced | CHANGED | Generate nft flushes | standalone 2025-10-05 07:31:33.966201 | fa163e58-29ec-9cb1-0e1f-000000000ced | TIMING | tripleo_nftables : Generate nft flushes | standalone | 0:01:22.359888 | 0.46s 2025-10-05 07:31:33.991987 | fa163e58-29ec-9cb1-0e1f-000000000cee | TASK | Generate nft tripleo chains 2025-10-05 07:31:34.490379 | fa163e58-29ec-9cb1-0e1f-000000000cee | CHANGED | Generate nft tripleo chains | standalone 2025-10-05 07:31:34.491440 | fa163e58-29ec-9cb1-0e1f-000000000cee | TIMING | tripleo_nftables : Generate nft tripleo chains | standalone | 0:01:22.885134 | 0.50s 2025-10-05 07:31:34.511423 | fa163e58-29ec-9cb1-0e1f-000000000cef | TASK | Generate nft ruleset in static file 2025-10-05 07:31:36.085382 | fa163e58-29ec-9cb1-0e1f-000000000cef | CHANGED | Generate nft ruleset in static file | standalone 2025-10-05 07:31:36.086833 | fa163e58-29ec-9cb1-0e1f-000000000cef | TIMING | tripleo_nftables : Generate nft ruleset in static file | standalone | 0:01:24.480519 | 1.57s 2025-10-05 07:31:36.111744 | fa163e58-29ec-9cb1-0e1f-000000000cf1 | TASK | Validate all of the generated content before loading 2025-10-05 07:31:36.598212 | fa163e58-29ec-9cb1-0e1f-000000000cf1 | CHANGED | Validate all of the generated content before loading | standalone 2025-10-05 07:31:36.599565 | fa163e58-29ec-9cb1-0e1f-000000000cf1 | TIMING | tripleo_nftables : Validate all of the generated content before loading | standalone | 0:01:24.993254 | 0.49s 2025-10-05 07:31:36.624074 | fa163e58-29ec-9cb1-0e1f-000000000cf2 | TASK | Ensure we load our different nft rulesets on boot 2025-10-05 07:31:36.895492 | fa163e58-29ec-9cb1-0e1f-000000000cf2 | CHANGED | Ensure we load our different nft rulesets on boot | standalone 2025-10-05 07:31:36.896828 | fa163e58-29ec-9cb1-0e1f-000000000cf2 | TIMING | tripleo_nftables : Ensure we load our different nft rulesets on boot | standalone | 0:01:25.290518 | 0.27s 2025-10-05 07:31:36.948687 | fa163e58-29ec-9cb1-0e1f-000000000c8b | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:25.342367 | 0.03s 2025-10-05 07:31:36.966565 | f49044e1-1c8c-4b0c-bd66-f35379f30b6d | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/run.yml | standalone 2025-10-05 07:31:37.019456 | fa163e58-29ec-9cb1-0e1f-000000000d5a | TASK | Inject our custom chains in nftables 2025-10-05 07:31:37.257630 | fa163e58-29ec-9cb1-0e1f-000000000d5a | CHANGED | Inject our custom chains in nftables | standalone 2025-10-05 07:31:37.259063 | fa163e58-29ec-9cb1-0e1f-000000000d5a | TIMING | tripleo_nftables : Inject our custom chains in nftables | standalone | 0:01:25.652752 | 0.24s 2025-10-05 07:31:37.284658 | fa163e58-29ec-9cb1-0e1f-000000000d5b | TASK | Reload custom nftables ruleset files 2025-10-05 07:31:37.575548 | fa163e58-29ec-9cb1-0e1f-000000000d5b | CHANGED | Reload custom nftables ruleset files | standalone 2025-10-05 07:31:37.576863 | fa163e58-29ec-9cb1-0e1f-000000000d5b | TIMING | tripleo_nftables : Reload custom nftables ruleset files | standalone | 0:01:25.970550 | 0.29s 2025-10-05 07:31:37.645427 | fa163e58-29ec-9cb1-0e1f-000000000b0d | TASK | create persistent directories 2025-10-05 07:31:37.892104 | fa163e58-29ec-9cb1-0e1f-000000000b0d | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/barbican', 'setype': 'container_file_t'} 2025-10-05 07:31:37.893980 | fa163e58-29ec-9cb1-0e1f-000000000b0d | TIMING | create persistent directories | standalone | 0:01:26.287665 | 0.25s 2025-10-05 07:31:38.064904 | fa163e58-29ec-9cb1-0e1f-000000000b0d | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/barbican-api', 'setype': 'container_file_t'} 2025-10-05 07:31:38.066769 | fa163e58-29ec-9cb1-0e1f-000000000b0d | TIMING | create persistent directories | standalone | 0:01:26.460457 | 0.42s 2025-10-05 07:31:38.077455 | fa163e58-29ec-9cb1-0e1f-000000000b0d | TIMING | create persistent directories | standalone | 0:01:26.471141 | 0.43s 2025-10-05 07:31:38.101231 | fa163e58-29ec-9cb1-0e1f-000000000b0e | TASK | enable virt_sandbox_use_netlink for healthcheck 2025-10-05 07:31:39.149373 | fa163e58-29ec-9cb1-0e1f-000000000b0e | CHANGED | enable virt_sandbox_use_netlink for healthcheck | standalone 2025-10-05 07:31:39.151141 | fa163e58-29ec-9cb1-0e1f-000000000b0e | TIMING | enable virt_sandbox_use_netlink for healthcheck | standalone | 0:01:27.544830 | 1.05s 2025-10-05 07:31:39.174413 | fa163e58-29ec-9cb1-0e1f-000000000b0f | TASK | create persistent directories 2025-10-05 07:31:39.455066 | fa163e58-29ec-9cb1-0e1f-000000000b0f | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2025-10-05 07:31:39.457548 | fa163e58-29ec-9cb1-0e1f-000000000b0f | TIMING | create persistent directories | standalone | 0:01:27.851223 | 0.28s 2025-10-05 07:31:39.673709 | fa163e58-29ec-9cb1-0e1f-000000000b0f | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/cinder-api', 'setype': 'container_file_t'} 2025-10-05 07:31:39.674645 | fa163e58-29ec-9cb1-0e1f-000000000b0f | TIMING | create persistent directories | standalone | 0:01:28.068336 | 0.50s 2025-10-05 07:31:39.681170 | fa163e58-29ec-9cb1-0e1f-000000000b0f | TIMING | create persistent directories | standalone | 0:01:28.074855 | 0.51s 2025-10-05 07:31:39.705430 | fa163e58-29ec-9cb1-0e1f-000000000b10 | TASK | create fcontext entry for cinder data 2025-10-05 07:31:40.977620 | fa163e58-29ec-9cb1-0e1f-000000000b10 | CHANGED | create fcontext entry for cinder data | standalone 2025-10-05 07:31:40.979256 | fa163e58-29ec-9cb1-0e1f-000000000b10 | TIMING | create fcontext entry for cinder data | standalone | 0:01:29.372944 | 1.27s 2025-10-05 07:31:41.003550 | fa163e58-29ec-9cb1-0e1f-000000000b11 | TASK | create persistent directories 2025-10-05 07:31:41.269082 | fa163e58-29ec-9cb1-0e1f-000000000b11 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2025-10-05 07:31:41.271276 | fa163e58-29ec-9cb1-0e1f-000000000b11 | TIMING | create persistent directories | standalone | 0:01:29.664961 | 0.27s 2025-10-05 07:31:41.496060 | fa163e58-29ec-9cb1-0e1f-000000000b11 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/cinder', 'setype': 'container_file_t'} 2025-10-05 07:31:41.497681 | fa163e58-29ec-9cb1-0e1f-000000000b11 | TIMING | create persistent directories | standalone | 0:01:29.891369 | 0.49s 2025-10-05 07:31:41.507895 | fa163e58-29ec-9cb1-0e1f-000000000b11 | TIMING | create persistent directories | standalone | 0:01:29.901587 | 0.50s 2025-10-05 07:31:41.526680 | fa163e58-29ec-9cb1-0e1f-000000000b12 | TASK | ensure ceph configurations exist 2025-10-05 07:31:41.743706 | fa163e58-29ec-9cb1-0e1f-000000000b12 | CHANGED | ensure ceph configurations exist | standalone 2025-10-05 07:31:41.744513 | fa163e58-29ec-9cb1-0e1f-000000000b12 | TIMING | ensure ceph configurations exist | standalone | 0:01:30.138210 | 0.22s 2025-10-05 07:31:41.761044 | fa163e58-29ec-9cb1-0e1f-000000000b13 | TASK | create persistent directories 2025-10-05 07:31:41.989605 | fa163e58-29ec-9cb1-0e1f-000000000b13 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2025-10-05 07:31:41.991716 | fa163e58-29ec-9cb1-0e1f-000000000b13 | TIMING | create persistent directories | standalone | 0:01:30.385401 | 0.23s 2025-10-05 07:31:42.002042 | fa163e58-29ec-9cb1-0e1f-000000000b13 | TIMING | create persistent directories | standalone | 0:01:30.395721 | 0.24s 2025-10-05 07:31:42.027003 | fa163e58-29ec-9cb1-0e1f-000000000b15 | TASK | Create cinder image conversion directory 2025-10-05 07:31:42.055323 | fa163e58-29ec-9cb1-0e1f-000000000b15 | SKIPPED | Create cinder image conversion directory | standalone 2025-10-05 07:31:42.056554 | fa163e58-29ec-9cb1-0e1f-000000000b15 | TIMING | Create cinder image conversion directory | standalone | 0:01:30.450238 | 0.03s 2025-10-05 07:31:42.080466 | fa163e58-29ec-9cb1-0e1f-000000000b16 | TASK | Mount cinder's image conversion NFS share 2025-10-05 07:31:42.102303 | fa163e58-29ec-9cb1-0e1f-000000000b16 | SKIPPED | Mount cinder's image conversion NFS share | standalone 2025-10-05 07:31:42.103418 | fa163e58-29ec-9cb1-0e1f-000000000b16 | TIMING | Mount cinder's image conversion NFS share | standalone | 0:01:30.497105 | 0.02s 2025-10-05 07:31:42.127073 | fa163e58-29ec-9cb1-0e1f-000000000b18 | TASK | cinder_configure_lvm fact 2025-10-05 07:31:42.158365 | fa163e58-29ec-9cb1-0e1f-000000000b18 | OK | cinder_configure_lvm fact | standalone 2025-10-05 07:31:42.159440 | fa163e58-29ec-9cb1-0e1f-000000000b18 | TIMING | cinder_configure_lvm fact | standalone | 0:01:30.553131 | 0.03s 2025-10-05 07:31:42.183468 | fa163e58-29ec-9cb1-0e1f-000000000b1a | TASK | ensure LVM rpm dependencies are installed 2025-10-05 07:31:44.938631 | fa163e58-29ec-9cb1-0e1f-000000000b1a | OK | ensure LVM rpm dependencies are installed | standalone 2025-10-05 07:31:44.939818 | fa163e58-29ec-9cb1-0e1f-000000000b1a | TIMING | ensure LVM rpm dependencies are installed | standalone | 0:01:33.333508 | 2.76s 2025-10-05 07:31:44.962324 | fa163e58-29ec-9cb1-0e1f-000000000b1b | TASK | cinder create LVM volume group dd 2025-10-05 07:31:45.181337 | fa163e58-29ec-9cb1-0e1f-000000000b1b | CHANGED | cinder create LVM volume group dd | standalone 2025-10-05 07:31:45.182156 | fa163e58-29ec-9cb1-0e1f-000000000b1b | TIMING | cinder create LVM volume group dd | standalone | 0:01:33.575854 | 0.22s 2025-10-05 07:31:45.198646 | fa163e58-29ec-9cb1-0e1f-000000000b1c | TASK | Get or create LVM loopback device 2025-10-05 07:31:45.436804 | fa163e58-29ec-9cb1-0e1f-000000000b1c | CHANGED | Get or create LVM loopback device | standalone 2025-10-05 07:31:45.437757 | fa163e58-29ec-9cb1-0e1f-000000000b1c | TIMING | Get or create LVM loopback device | standalone | 0:01:33.831452 | 0.24s 2025-10-05 07:31:45.456748 | fa163e58-29ec-9cb1-0e1f-000000000b1d | TASK | Create LVM volume group 2025-10-05 07:31:45.994857 | fa163e58-29ec-9cb1-0e1f-000000000b1d | CHANGED | Create LVM volume group | standalone 2025-10-05 07:31:45.996044 | fa163e58-29ec-9cb1-0e1f-000000000b1d | TIMING | Create LVM volume group | standalone | 0:01:34.389735 | 0.54s 2025-10-05 07:31:46.018950 | fa163e58-29ec-9cb1-0e1f-000000000b1e | TASK | cinder create service to run losetup for LVM on startup 2025-10-05 07:31:46.452130 | fa163e58-29ec-9cb1-0e1f-000000000b1e | CHANGED | cinder create service to run losetup for LVM on startup | standalone 2025-10-05 07:31:46.453472 | fa163e58-29ec-9cb1-0e1f-000000000b1e | TIMING | cinder create service to run losetup for LVM on startup | standalone | 0:01:34.847160 | 0.43s 2025-10-05 07:31:46.477220 | fa163e58-29ec-9cb1-0e1f-000000000b1f | TASK | cinder enable the LVM losetup service 2025-10-05 07:31:47.331244 | fa163e58-29ec-9cb1-0e1f-000000000b1f | CHANGED | cinder enable the LVM losetup service | standalone 2025-10-05 07:31:47.333249 | fa163e58-29ec-9cb1-0e1f-000000000b1f | TIMING | cinder enable the LVM losetup service | standalone | 0:01:35.726938 | 0.85s 2025-10-05 07:31:47.357924 | fa163e58-29ec-9cb1-0e1f-000000000b21 | TASK | allow logrotate to read inside containers 2025-10-05 07:31:48.285843 | fa163e58-29ec-9cb1-0e1f-000000000b21 | CHANGED | allow logrotate to read inside containers | standalone 2025-10-05 07:31:48.286721 | fa163e58-29ec-9cb1-0e1f-000000000b21 | TIMING | allow logrotate to read inside containers | standalone | 0:01:36.680418 | 0.93s 2025-10-05 07:31:48.305603 | fa163e58-29ec-9cb1-0e1f-000000000b22 | TASK | authorize httpd to listen on registry ports 2025-10-05 07:31:50.452760 | fa163e58-29ec-9cb1-0e1f-000000000b22 | CHANGED | authorize httpd to listen on registry ports | standalone 2025-10-05 07:31:50.454436 | fa163e58-29ec-9cb1-0e1f-000000000b22 | TIMING | authorize httpd to listen on registry ports | standalone | 0:01:38.848123 | 2.15s 2025-10-05 07:31:50.508610 | fa163e58-29ec-9cb1-0e1f-000000000b24 | OK | set_fact | standalone 2025-10-05 07:31:50.509770 | fa163e58-29ec-9cb1-0e1f-000000000b24 | TIMING | set_fact | standalone | 0:01:38.903459 | 0.03s 2025-10-05 07:31:50.561678 | fa163e58-29ec-9cb1-0e1f-000000000b25 | TIMING | include_role : tripleo_image_serve | standalone | 0:01:38.955354 | 0.03s 2025-10-05 07:31:50.619449 | fa163e58-29ec-9cb1-0e1f-000000000e93 | TASK | ensure apache is installed 2025-10-05 07:31:56.943216 | fa163e58-29ec-9cb1-0e1f-000000000e93 | CHANGED | ensure apache is installed | standalone 2025-10-05 07:31:56.945177 | fa163e58-29ec-9cb1-0e1f-000000000e93 | TIMING | tripleo_image_serve : ensure apache is installed | standalone | 0:01:45.338863 | 6.32s 2025-10-05 07:31:56.970139 | fa163e58-29ec-9cb1-0e1f-000000000e94 | TASK | create image data directory 2025-10-05 07:31:57.243309 | fa163e58-29ec-9cb1-0e1f-000000000e94 | CHANGED | create image data directory | standalone 2025-10-05 07:31:57.244774 | fa163e58-29ec-9cb1-0e1f-000000000e94 | TIMING | tripleo_image_serve : create image data directory | standalone | 0:01:45.638463 | 0.27s 2025-10-05 07:31:57.269851 | fa163e58-29ec-9cb1-0e1f-000000000e95 | TASK | create /v2/ response file 2025-10-05 07:31:57.715945 | fa163e58-29ec-9cb1-0e1f-000000000e95 | CHANGED | create /v2/ response file | standalone 2025-10-05 07:31:57.717345 | fa163e58-29ec-9cb1-0e1f-000000000e95 | TIMING | tripleo_image_serve : create /v2/ response file | standalone | 0:01:46.111034 | 0.45s 2025-10-05 07:31:57.742244 | fa163e58-29ec-9cb1-0e1f-000000000e96 | TASK | Add listen line 2025-10-05 07:31:58.059679 | fa163e58-29ec-9cb1-0e1f-000000000e96 | CHANGED | Add listen line | standalone 2025-10-05 07:31:58.060793 | fa163e58-29ec-9cb1-0e1f-000000000e96 | TIMING | tripleo_image_serve : Add listen line | standalone | 0:01:46.454488 | 0.32s 2025-10-05 07:31:58.080131 | fa163e58-29ec-9cb1-0e1f-000000000e97 | TASK | manage /etc/httpd/conf.d/image-serve.conf 2025-10-05 07:31:58.548312 | fa163e58-29ec-9cb1-0e1f-000000000e97 | CHANGED | manage /etc/httpd/conf.d/image-serve.conf | standalone 2025-10-05 07:31:58.549690 | fa163e58-29ec-9cb1-0e1f-000000000e97 | TIMING | tripleo_image_serve : manage /etc/httpd/conf.d/image-serve.conf | standalone | 0:01:46.943379 | 0.47s 2025-10-05 07:31:58.573866 | fa163e58-29ec-9cb1-0e1f-000000000e98 | TASK | Image-Serve | restart httpd 2025-10-05 07:31:59.535360 | fa163e58-29ec-9cb1-0e1f-000000000e98 | CHANGED | Image-Serve | restart httpd | standalone 2025-10-05 07:31:59.537643 | fa163e58-29ec-9cb1-0e1f-000000000e98 | TIMING | tripleo_image_serve : Image-Serve | restart httpd | standalone | 0:01:47.931330 | 0.96s 2025-10-05 07:31:59.592445 | fa163e58-29ec-9cb1-0e1f-000000000b27 | TASK | create persistent logs directory 2025-10-05 07:31:59.850197 | fa163e58-29ec-9cb1-0e1f-000000000b27 | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/glance', 'setype': 'container_file_t'} 2025-10-05 07:31:59.852362 | fa163e58-29ec-9cb1-0e1f-000000000b27 | TIMING | create persistent logs directory | standalone | 0:01:48.246048 | 0.26s 2025-10-05 07:32:00.026047 | fa163e58-29ec-9cb1-0e1f-000000000b27 | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/glance', 'setype': 'container_file_t'} 2025-10-05 07:32:00.027118 | fa163e58-29ec-9cb1-0e1f-000000000b27 | TIMING | create persistent logs directory | standalone | 0:01:48.420808 | 0.43s 2025-10-05 07:32:00.034141 | fa163e58-29ec-9cb1-0e1f-000000000b27 | TIMING | create persistent logs directory | standalone | 0:01:48.427824 | 0.44s 2025-10-05 07:32:00.058903 | fa163e58-29ec-9cb1-0e1f-000000000b28 | TASK | Mount NFS on host 2025-10-05 07:32:00.088021 | fa163e58-29ec-9cb1-0e1f-000000000b28 | SKIPPED | Mount NFS on host | standalone 2025-10-05 07:32:00.090115 | fa163e58-29ec-9cb1-0e1f-000000000b28 | TIMING | Mount NFS on host | standalone | 0:01:48.483706 | 0.03s 2025-10-05 07:32:00.114126 | fa163e58-29ec-9cb1-0e1f-000000000b29 | TASK | Mount Node Staging Location 2025-10-05 07:32:00.144372 | fa163e58-29ec-9cb1-0e1f-000000000b29 | SKIPPED | Mount Node Staging Location | standalone 2025-10-05 07:32:00.145801 | fa163e58-29ec-9cb1-0e1f-000000000b29 | TIMING | Mount Node Staging Location | standalone | 0:01:48.539488 | 0.03s 2025-10-05 07:32:00.172469 | fa163e58-29ec-9cb1-0e1f-000000000b2a | TASK | ensure /var/lib/glance exists 2025-10-05 07:32:00.417437 | fa163e58-29ec-9cb1-0e1f-000000000b2a | CHANGED | ensure /var/lib/glance exists | standalone 2025-10-05 07:32:00.419473 | fa163e58-29ec-9cb1-0e1f-000000000b2a | TIMING | ensure /var/lib/glance exists | standalone | 0:01:48.813154 | 0.25s 2025-10-05 07:32:00.450482 | fa163e58-29ec-9cb1-0e1f-000000000b2b | TASK | create persistent directories 2025-10-05 07:32:00.725196 | fa163e58-29ec-9cb1-0e1f-000000000b2b | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/haproxy', 'setype': 'var_log_t'} 2025-10-05 07:32:00.727563 | fa163e58-29ec-9cb1-0e1f-000000000b2b | TIMING | create persistent directories | standalone | 0:01:49.121248 | 0.28s 2025-10-05 07:32:00.967597 | fa163e58-29ec-9cb1-0e1f-000000000b2b | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/haproxy', 'setype': 'container_file_t'} 2025-10-05 07:32:00.968735 | fa163e58-29ec-9cb1-0e1f-000000000b2b | TIMING | create persistent directories | standalone | 0:01:49.362424 | 0.52s 2025-10-05 07:32:00.982227 | fa163e58-29ec-9cb1-0e1f-000000000b2b | TIMING | create persistent directories | standalone | 0:01:49.375908 | 0.53s 2025-10-05 07:32:01.007199 | fa163e58-29ec-9cb1-0e1f-000000000b2c | TASK | Run puppet on the host to apply IPtables rules 2025-10-05 07:32:08.959902 | fa163e58-29ec-9cb1-0e1f-000000000b2c | OK | Run puppet on the host to apply IPtables rules | standalone 2025-10-05 07:32:08.961282 | fa163e58-29ec-9cb1-0e1f-000000000b2c | TIMING | Run puppet on the host to apply IPtables rules | standalone | 0:01:57.354969 | 7.95s 2025-10-05 07:32:08.984493 | fa163e58-29ec-9cb1-0e1f-000000000b2d | TASK | Debug output for task: Run puppet on the host to apply IPtables rules 2025-10-05 07:32:09.066246 | fa163e58-29ec-9cb1-0e1f-000000000b2d | 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.60 seconds", "Notice: Applied catalog in 0.24 seconds", "Application:", " Initial environment: production", " Converged environment: production", " Run mode: user", "Changes:", "Events:", "Resources:", " Skipped: 50", " Total: 50", "Time:", " Transaction evaluation: 0.24", " Catalog application: 0.24", " Config retrieval: 0.71", " Last run: 1759649528", " Total: 0.24", "Version:", " Config: 1759649527", " Puppet: 7.10.0", "Warning: The function 'hiera' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/7.10/deprecated_language.html", " (file & line not available)", "Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", " (file: /etc/puppet/hiera.yaml)", "Warning: Undefined variable '::deploy_config_name'; ", "Warning: Scope(Haproxy::Config[haproxy]): haproxy: The $merge_options parameter will default to true in the next major release. Please review the documentation regarding the implications." ] } 2025-10-05 07:32:09.067618 | fa163e58-29ec-9cb1-0e1f-000000000b2d | TIMING | Debug output for task: Run puppet on the host to apply IPtables rules | standalone | 0:01:57.461267 | 0.08s 2025-10-05 07:32:09.092544 | fa163e58-29ec-9cb1-0e1f-000000000b2e | TASK | create persistent directories 2025-10-05 07:32:09.374133 | fa163e58-29ec-9cb1-0e1f-000000000b2e | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2025-10-05 07:32:09.375965 | fa163e58-29ec-9cb1-0e1f-000000000b2e | TIMING | create persistent directories | standalone | 0:01:57.769651 | 0.28s 2025-10-05 07:32:09.566489 | fa163e58-29ec-9cb1-0e1f-000000000b2e | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/heat-api', 'setype': 'container_file_t'} 2025-10-05 07:32:09.568150 | fa163e58-29ec-9cb1-0e1f-000000000b2e | TIMING | create persistent directories | standalone | 0:01:57.961841 | 0.47s 2025-10-05 07:32:09.578970 | fa163e58-29ec-9cb1-0e1f-000000000b2e | TIMING | create persistent directories | standalone | 0:01:57.972656 | 0.49s 2025-10-05 07:32:09.603558 | fa163e58-29ec-9cb1-0e1f-000000000b2f | TASK | create persistent directories 2025-10-05 07:32:09.884750 | fa163e58-29ec-9cb1-0e1f-000000000b2f | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2025-10-05 07:32:09.887208 | fa163e58-29ec-9cb1-0e1f-000000000b2f | TIMING | create persistent directories | standalone | 0:01:58.280894 | 0.28s 2025-10-05 07:32:10.118388 | fa163e58-29ec-9cb1-0e1f-000000000b2f | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/heat-api-cfn', 'setype': 'container_file_t'} 2025-10-05 07:32:10.119464 | fa163e58-29ec-9cb1-0e1f-000000000b2f | TIMING | create persistent directories | standalone | 0:01:58.513154 | 0.51s 2025-10-05 07:32:10.131832 | fa163e58-29ec-9cb1-0e1f-000000000b2f | TIMING | create persistent directories | standalone | 0:01:58.525514 | 0.53s 2025-10-05 07:32:10.156939 | fa163e58-29ec-9cb1-0e1f-000000000b30 | TASK | create persistent directories 2025-10-05 07:32:10.417235 | fa163e58-29ec-9cb1-0e1f-000000000b30 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2025-10-05 07:32:10.418643 | fa163e58-29ec-9cb1-0e1f-000000000b30 | TIMING | create persistent directories | standalone | 0:01:58.812330 | 0.26s 2025-10-05 07:32:10.425009 | fa163e58-29ec-9cb1-0e1f-000000000b30 | TIMING | create persistent directories | standalone | 0:01:58.818692 | 0.27s 2025-10-05 07:32:10.449702 | fa163e58-29ec-9cb1-0e1f-000000000b31 | TASK | create persistent directories 2025-10-05 07:32:10.729043 | fa163e58-29ec-9cb1-0e1f-000000000b31 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/horizon', 'setype': 'container_file_t'} 2025-10-05 07:32:10.730826 | fa163e58-29ec-9cb1-0e1f-000000000b31 | TIMING | create persistent directories | standalone | 0:01:59.124511 | 0.28s 2025-10-05 07:32:10.957654 | fa163e58-29ec-9cb1-0e1f-000000000b31 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/horizon', 'setype': 'container_file_t'} 2025-10-05 07:32:10.959835 | fa163e58-29ec-9cb1-0e1f-000000000b31 | TIMING | create persistent directories | standalone | 0:01:59.353521 | 0.51s 2025-10-05 07:32:11.167344 | fa163e58-29ec-9cb1-0e1f-000000000b31 | CHANGED | create persistent directories | standalone | item={'path': '/var/www', 'setype': 'container_file_t'} 2025-10-05 07:32:11.168301 | fa163e58-29ec-9cb1-0e1f-000000000b31 | TIMING | create persistent directories | standalone | 0:01:59.561993 | 0.72s 2025-10-05 07:32:11.393720 | fa163e58-29ec-9cb1-0e1f-000000000b31 | CHANGED | create persistent directories | standalone | item={'mode': '01777', 'path': '/var/tmp/horizon', 'setype': 'container_file_t'} 2025-10-05 07:32:11.395289 | fa163e58-29ec-9cb1-0e1f-000000000b31 | TIMING | create persistent directories | standalone | 0:01:59.788981 | 0.94s 2025-10-05 07:32:11.406836 | fa163e58-29ec-9cb1-0e1f-000000000b31 | TIMING | create persistent directories | standalone | 0:01:59.800516 | 0.96s 2025-10-05 07:32:11.432746 | fa163e58-29ec-9cb1-0e1f-000000000b32 | TASK | ensure /var/tmp/horizon exists on boot 2025-10-05 07:32:11.942803 | fa163e58-29ec-9cb1-0e1f-000000000b32 | CHANGED | ensure /var/tmp/horizon exists on boot | standalone 2025-10-05 07:32:11.943750 | fa163e58-29ec-9cb1-0e1f-000000000b32 | TIMING | ensure /var/tmp/horizon exists on boot | standalone | 0:02:00.337445 | 0.51s 2025-10-05 07:32:11.960590 | fa163e58-29ec-9cb1-0e1f-000000000b33 | TASK | create fcontext entry for iscsi 2025-10-05 07:32:13.304007 | fa163e58-29ec-9cb1-0e1f-000000000b33 | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/etc/iscsi', 'setype': 'container_file_t'} 2025-10-05 07:32:13.306625 | fa163e58-29ec-9cb1-0e1f-000000000b33 | TIMING | create fcontext entry for iscsi | standalone | 0:02:01.700310 | 1.35s 2025-10-05 07:32:14.579675 | fa163e58-29ec-9cb1-0e1f-000000000b33 | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/etc/target', 'setype': 'container_file_t'} 2025-10-05 07:32:14.582071 | fa163e58-29ec-9cb1-0e1f-000000000b33 | TIMING | create fcontext entry for iscsi | standalone | 0:02:02.975760 | 2.62s 2025-10-05 07:32:15.838212 | fa163e58-29ec-9cb1-0e1f-000000000b33 | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/var/lib/iscsi', 'setype': 'container_file_t'} 2025-10-05 07:32:15.839641 | fa163e58-29ec-9cb1-0e1f-000000000b33 | TIMING | create fcontext entry for iscsi | standalone | 0:02:04.233330 | 3.88s 2025-10-05 07:32:15.845920 | fa163e58-29ec-9cb1-0e1f-000000000b33 | TIMING | create fcontext entry for iscsi | standalone | 0:02:04.239601 | 3.88s 2025-10-05 07:32:15.872254 | fa163e58-29ec-9cb1-0e1f-000000000b34 | TASK | create persistent directories 2025-10-05 07:32:16.119765 | fa163e58-29ec-9cb1-0e1f-000000000b34 | CHANGED | create persistent directories | standalone | item={'path': '/etc/iscsi', 'setype': 'container_file_t'} 2025-10-05 07:32:16.121337 | fa163e58-29ec-9cb1-0e1f-000000000b34 | TIMING | create persistent directories | standalone | 0:02:04.515024 | 0.25s 2025-10-05 07:32:16.294000 | fa163e58-29ec-9cb1-0e1f-000000000b34 | CHANGED | create persistent directories | standalone | item={'path': '/etc/target', 'setype': 'container_file_t'} 2025-10-05 07:32:16.295564 | fa163e58-29ec-9cb1-0e1f-000000000b34 | TIMING | create persistent directories | standalone | 0:02:04.689255 | 0.42s 2025-10-05 07:32:16.463079 | fa163e58-29ec-9cb1-0e1f-000000000b34 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/iscsi', 'setype': 'container_file_t'} 2025-10-05 07:32:16.464010 | fa163e58-29ec-9cb1-0e1f-000000000b34 | TIMING | create persistent directories | standalone | 0:02:04.857703 | 0.59s 2025-10-05 07:32:16.477487 | fa163e58-29ec-9cb1-0e1f-000000000b34 | TIMING | create persistent directories | standalone | 0:02:04.871165 | 0.60s 2025-10-05 07:32:16.503080 | fa163e58-29ec-9cb1-0e1f-000000000b35 | TASK | stat /lib/systemd/system/iscsid.socket 2025-10-05 07:32:16.736651 | fa163e58-29ec-9cb1-0e1f-000000000b35 | OK | stat /lib/systemd/system/iscsid.socket | standalone 2025-10-05 07:32:16.738141 | fa163e58-29ec-9cb1-0e1f-000000000b35 | TIMING | stat /lib/systemd/system/iscsid.socket | standalone | 0:02:05.131828 | 0.23s 2025-10-05 07:32:16.762202 | fa163e58-29ec-9cb1-0e1f-000000000b36 | TASK | Stop and disable iscsid.socket service 2025-10-05 07:32:16.790942 | fa163e58-29ec-9cb1-0e1f-000000000b36 | SKIPPED | Stop and disable iscsid.socket service | standalone 2025-10-05 07:32:16.792087 | fa163e58-29ec-9cb1-0e1f-000000000b36 | TIMING | Stop and disable iscsid.socket service | standalone | 0:02:05.185775 | 0.03s 2025-10-05 07:32:16.817389 | fa163e58-29ec-9cb1-0e1f-000000000b37 | TASK | Check if iscsi.service is enabled 2025-10-05 07:32:17.048900 | fa163e58-29ec-9cb1-0e1f-000000000b37 | CHANGED | Check if iscsi.service is enabled | standalone 2025-10-05 07:32:17.050346 | fa163e58-29ec-9cb1-0e1f-000000000b37 | TIMING | Check if iscsi.service is enabled | standalone | 0:02:05.444033 | 0.23s 2025-10-05 07:32:17.074747 | fa163e58-29ec-9cb1-0e1f-000000000b38 | TASK | Stop iscsi.service 2025-10-05 07:32:17.115435 | fa163e58-29ec-9cb1-0e1f-000000000b38 | SKIPPED | Stop iscsi.service | standalone 2025-10-05 07:32:17.116776 | fa163e58-29ec-9cb1-0e1f-000000000b38 | TIMING | Stop iscsi.service | standalone | 0:02:05.510462 | 0.04s 2025-10-05 07:32:17.170263 | fa163e58-29ec-9cb1-0e1f-000000000b39 | TIMING | include_role : tripleo_kernel | standalone | 0:02:05.563946 | 0.03s 2025-10-05 07:32:17.270160 | fa163e58-29ec-9cb1-0e1f-000000000fda | TASK | Install additional packages 2025-10-05 07:32:17.307900 | fa163e58-29ec-9cb1-0e1f-000000000fda | TIMING | tripleo_kernel : Install additional packages | standalone | 0:02:05.701574 | 0.04s 2025-10-05 07:32:17.331999 | fa163e58-29ec-9cb1-0e1f-000000000fdb | TASK | Remove dracut-config-generic 2025-10-05 07:32:21.085784 | fa163e58-29ec-9cb1-0e1f-000000000fdb | CHANGED | Remove dracut-config-generic | standalone 2025-10-05 07:32:21.087283 | fa163e58-29ec-9cb1-0e1f-000000000fdb | TIMING | tripleo_kernel : Remove dracut-config-generic | standalone | 0:02:09.480969 | 3.75s 2025-10-05 07:32:21.111165 | fa163e58-29ec-9cb1-0e1f-000000000fdc | TASK | Ensure the /etc/modules-load.d/ directory exists 2025-10-05 07:32:21.342453 | fa163e58-29ec-9cb1-0e1f-000000000fdc | OK | Ensure the /etc/modules-load.d/ directory exists | standalone 2025-10-05 07:32:21.343943 | fa163e58-29ec-9cb1-0e1f-000000000fdc | TIMING | tripleo_kernel : Ensure the /etc/modules-load.d/ directory exists | standalone | 0:02:09.737628 | 0.23s 2025-10-05 07:32:21.369346 | fa163e58-29ec-9cb1-0e1f-000000000fdd | TASK | Write list of modules to load at boot 2025-10-05 07:32:21.792141 | fa163e58-29ec-9cb1-0e1f-000000000fdd | CHANGED | Write list of modules to load at boot | standalone 2025-10-05 07:32:21.793604 | fa163e58-29ec-9cb1-0e1f-000000000fdd | TIMING | tripleo_kernel : Write list of modules to load at boot | standalone | 0:02:10.187265 | 0.42s 2025-10-05 07:32:21.818625 | fa163e58-29ec-9cb1-0e1f-000000000fde | TASK | Modules reload 2025-10-05 07:32:22.212745 | fa163e58-29ec-9cb1-0e1f-000000000fde | CHANGED | Modules reload | standalone 2025-10-05 07:32:22.214641 | fa163e58-29ec-9cb1-0e1f-000000000fde | TIMING | tripleo_kernel : Modules reload | standalone | 0:02:10.608328 | 0.39s 2025-10-05 07:32:22.236472 | fa163e58-29ec-9cb1-0e1f-000000000fdf | TASK | Set default sysctl options 2025-10-05 07:32:22.659185 | fa163e58-29ec-9cb1-0e1f-000000000fdf | CHANGED | Set default sysctl options | standalone 2025-10-05 07:32:22.660922 | fa163e58-29ec-9cb1-0e1f-000000000fdf | TIMING | tripleo_kernel : Set default sysctl options | standalone | 0:02:11.054611 | 0.42s 2025-10-05 07:32:22.685859 | fa163e58-29ec-9cb1-0e1f-000000000fe0 | TASK | Set extra sysctl options 2025-10-05 07:32:23.061302 | fa163e58-29ec-9cb1-0e1f-000000000fe0 | CHANGED | Set extra sysctl options | standalone | item=fs.inotify.max_user_instances 2025-10-05 07:32:23.062150 | fa163e58-29ec-9cb1-0e1f-000000000fe0 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:11.455845 | 0.37s 2025-10-05 07:32:23.306297 | fa163e58-29ec-9cb1-0e1f-000000000fe0 | CHANGED | Set extra sysctl options | standalone | item=kernel.pid_max 2025-10-05 07:32:23.307962 | fa163e58-29ec-9cb1-0e1f-000000000fe0 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:11.701651 | 0.62s 2025-10-05 07:32:23.547521 | fa163e58-29ec-9cb1-0e1f-000000000fe0 | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-arptables 2025-10-05 07:32:23.548367 | fa163e58-29ec-9cb1-0e1f-000000000fe0 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:11.942059 | 0.86s 2025-10-05 07:32:23.794048 | fa163e58-29ec-9cb1-0e1f-000000000fe0 | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-ip6tables 2025-10-05 07:32:23.795139 | fa163e58-29ec-9cb1-0e1f-000000000fe0 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:12.188828 | 1.11s 2025-10-05 07:32:24.031994 | fa163e58-29ec-9cb1-0e1f-000000000fe0 | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-iptables 2025-10-05 07:32:24.033690 | fa163e58-29ec-9cb1-0e1f-000000000fe0 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:12.427379 | 1.35s 2025-10-05 07:32:24.259217 | fa163e58-29ec-9cb1-0e1f-000000000fe0 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.conf.all.rp_filter 2025-10-05 07:32:24.259984 | fa163e58-29ec-9cb1-0e1f-000000000fe0 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:12.653680 | 1.57s 2025-10-05 07:32:24.487761 | fa163e58-29ec-9cb1-0e1f-000000000fe0 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_forward 2025-10-05 07:32:24.488847 | fa163e58-29ec-9cb1-0e1f-000000000fe0 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:12.882536 | 1.80s 2025-10-05 07:32:24.725235 | fa163e58-29ec-9cb1-0e1f-000000000fe0 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_local_reserved_ports 2025-10-05 07:32:24.726948 | fa163e58-29ec-9cb1-0e1f-000000000fe0 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:13.120644 | 2.04s 2025-10-05 07:32:24.972242 | fa163e58-29ec-9cb1-0e1f-000000000fe0 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_nonlocal_bind 2025-10-05 07:32:24.973750 | fa163e58-29ec-9cb1-0e1f-000000000fe0 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:13.367439 | 2.29s 2025-10-05 07:32:25.170929 | fa163e58-29ec-9cb1-0e1f-000000000fe0 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh1 2025-10-05 07:32:25.171882 | fa163e58-29ec-9cb1-0e1f-000000000fe0 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:13.565572 | 2.48s 2025-10-05 07:32:25.409451 | fa163e58-29ec-9cb1-0e1f-000000000fe0 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh2 2025-10-05 07:32:25.411663 | fa163e58-29ec-9cb1-0e1f-000000000fe0 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:13.805354 | 2.72s 2025-10-05 07:32:25.656357 | fa163e58-29ec-9cb1-0e1f-000000000fe0 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh3 2025-10-05 07:32:25.658527 | fa163e58-29ec-9cb1-0e1f-000000000fe0 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:14.052215 | 2.97s 2025-10-05 07:32:25.886719 | fa163e58-29ec-9cb1-0e1f-000000000fe0 | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.all.disable_ipv6 2025-10-05 07:32:25.887644 | fa163e58-29ec-9cb1-0e1f-000000000fe0 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:14.281334 | 3.20s 2025-10-05 07:32:26.126105 | fa163e58-29ec-9cb1-0e1f-000000000fe0 | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.all.forwarding 2025-10-05 07:32:26.127896 | fa163e58-29ec-9cb1-0e1f-000000000fe0 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:14.521583 | 3.44s 2025-10-05 07:32:26.360088 | fa163e58-29ec-9cb1-0e1f-000000000fe0 | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.default.disable_ipv6 2025-10-05 07:32:26.361136 | fa163e58-29ec-9cb1-0e1f-000000000fe0 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:14.754827 | 3.67s 2025-10-05 07:32:26.597566 | fa163e58-29ec-9cb1-0e1f-000000000fe0 | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.lo.disable_ipv6 2025-10-05 07:32:26.599798 | fa163e58-29ec-9cb1-0e1f-000000000fe0 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:14.993488 | 3.91s 2025-10-05 07:32:26.814728 | fa163e58-29ec-9cb1-0e1f-000000000fe0 | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.ip_nonlocal_bind 2025-10-05 07:32:26.816446 | fa163e58-29ec-9cb1-0e1f-000000000fe0 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:15.210134 | 4.13s 2025-10-05 07:32:26.828942 | fa163e58-29ec-9cb1-0e1f-000000000fe0 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:15.222624 | 4.14s 2025-10-05 07:32:26.856244 | fa163e58-29ec-9cb1-0e1f-000000000fe2 | TASK | Sysctl reload 2025-10-05 07:32:27.269831 | fa163e58-29ec-9cb1-0e1f-000000000fe2 | CHANGED | Sysctl reload | standalone 2025-10-05 07:32:27.271785 | fa163e58-29ec-9cb1-0e1f-000000000fe2 | TIMING | tripleo_kernel : Sysctl reload | standalone | 0:02:15.665472 | 0.41s 2025-10-05 07:32:27.320088 | fa163e58-29ec-9cb1-0e1f-000000000b3a | TASK | create persistent directories 2025-10-05 07:32:27.566002 | fa163e58-29ec-9cb1-0e1f-000000000b3a | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/keystone', 'setype': 'container_file_t'} 2025-10-05 07:32:27.568776 | fa163e58-29ec-9cb1-0e1f-000000000b3a | TIMING | create persistent directories | standalone | 0:02:15.962458 | 0.25s 2025-10-05 07:32:27.771512 | fa163e58-29ec-9cb1-0e1f-000000000b3a | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/keystone', 'setype': 'container_file_t'} 2025-10-05 07:32:27.773133 | fa163e58-29ec-9cb1-0e1f-000000000b3a | TIMING | create persistent directories | standalone | 0:02:16.166824 | 0.45s 2025-10-05 07:32:27.783912 | fa163e58-29ec-9cb1-0e1f-000000000b3a | TIMING | create persistent directories | standalone | 0:02:16.177594 | 0.46s 2025-10-05 07:32:27.808489 | fa163e58-29ec-9cb1-0e1f-000000000b3b | TASK | Check if file certs_valid exist 2025-10-05 07:32:28.018868 | fa163e58-29ec-9cb1-0e1f-000000000b3b | OK | Check if file certs_valid exist | standalone 2025-10-05 07:32:28.020146 | fa163e58-29ec-9cb1-0e1f-000000000b3b | TIMING | Check if file certs_valid exist | standalone | 0:02:16.413836 | 0.21s 2025-10-05 07:32:28.043765 | fa163e58-29ec-9cb1-0e1f-000000000b3c | TASK | Check if file cert9.db exist 2025-10-05 07:32:28.263384 | fa163e58-29ec-9cb1-0e1f-000000000b3c | OK | Check if file cert9.db exist | standalone 2025-10-05 07:32:28.265094 | fa163e58-29ec-9cb1-0e1f-000000000b3c | TIMING | Check if file cert9.db exist | standalone | 0:02:16.658782 | 0.22s 2025-10-05 07:32:28.289740 | fa163e58-29ec-9cb1-0e1f-000000000b3d | TASK | Check if file key4.db exist 2025-10-05 07:32:28.507316 | fa163e58-29ec-9cb1-0e1f-000000000b3d | OK | Check if file key4.db exist | standalone 2025-10-05 07:32:28.508757 | fa163e58-29ec-9cb1-0e1f-000000000b3d | TIMING | Check if file key4.db exist | standalone | 0:02:16.902445 | 0.22s 2025-10-05 07:32:28.562126 | fa163e58-29ec-9cb1-0e1f-000000000b3e | SKIPPED | fail | standalone 2025-10-05 07:32:28.563347 | fa163e58-29ec-9cb1-0e1f-000000000b3e | TIMING | fail | standalone | 0:02:16.957034 | 0.03s 2025-10-05 07:32:28.587066 | fa163e58-29ec-9cb1-0e1f-000000000b3f | TASK | Create persistent directories 2025-10-05 07:32:28.854774 | fa163e58-29ec-9cb1-0e1f-000000000b3f | CHANGED | Create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2025-10-05 07:32:28.856378 | fa163e58-29ec-9cb1-0e1f-000000000b3f | TIMING | Create persistent directories | standalone | 0:02:17.250064 | 0.27s 2025-10-05 07:32:29.034598 | fa163e58-29ec-9cb1-0e1f-000000000b3f | CHANGED | Create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/manila-api', 'setype': 'container_file_t'} 2025-10-05 07:32:29.035504 | fa163e58-29ec-9cb1-0e1f-000000000b3f | TIMING | Create persistent directories | standalone | 0:02:17.429197 | 0.45s 2025-10-05 07:32:29.042037 | fa163e58-29ec-9cb1-0e1f-000000000b3f | TIMING | Create persistent directories | standalone | 0:02:17.435716 | 0.45s 2025-10-05 07:32:29.066737 | fa163e58-29ec-9cb1-0e1f-000000000b40 | TASK | create persistent directories 2025-10-05 07:32:29.321389 | fa163e58-29ec-9cb1-0e1f-000000000b40 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2025-10-05 07:32:29.323355 | fa163e58-29ec-9cb1-0e1f-000000000b40 | TIMING | create persistent directories | standalone | 0:02:17.717040 | 0.26s 2025-10-05 07:32:29.332943 | fa163e58-29ec-9cb1-0e1f-000000000b40 | TIMING | create persistent directories | standalone | 0:02:17.726631 | 0.26s 2025-10-05 07:32:29.349882 | fa163e58-29ec-9cb1-0e1f-000000000b41 | TASK | create persistent directories 2025-10-05 07:32:29.608273 | fa163e58-29ec-9cb1-0e1f-000000000b41 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2025-10-05 07:32:29.610594 | fa163e58-29ec-9cb1-0e1f-000000000b41 | TIMING | create persistent directories | standalone | 0:02:18.004258 | 0.26s 2025-10-05 07:32:29.858232 | fa163e58-29ec-9cb1-0e1f-000000000b41 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/manila', 'setype': 'container_file_t'} 2025-10-05 07:32:29.859368 | fa163e58-29ec-9cb1-0e1f-000000000b41 | TIMING | create persistent directories | standalone | 0:02:18.253059 | 0.51s 2025-10-05 07:32:29.869139 | fa163e58-29ec-9cb1-0e1f-000000000b41 | TIMING | create persistent directories | standalone | 0:02:18.262821 | 0.52s 2025-10-05 07:32:29.889480 | fa163e58-29ec-9cb1-0e1f-000000000b42 | TASK | create persistent directories 2025-10-05 07:32:30.139828 | fa163e58-29ec-9cb1-0e1f-000000000b42 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/memcached', 'setype': 'container_file_t'} 2025-10-05 07:32:30.141639 | fa163e58-29ec-9cb1-0e1f-000000000b42 | TIMING | create persistent directories | standalone | 0:02:18.535322 | 0.25s 2025-10-05 07:32:30.151339 | fa163e58-29ec-9cb1-0e1f-000000000b42 | TIMING | create persistent directories | standalone | 0:02:18.545029 | 0.26s 2025-10-05 07:32:30.168234 | fa163e58-29ec-9cb1-0e1f-000000000b43 | TASK | create persistent directories 2025-10-05 07:32:30.403556 | fa163e58-29ec-9cb1-0e1f-000000000b43 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/mysql', 'setype': 'container_file_t'} 2025-10-05 07:32:30.405184 | fa163e58-29ec-9cb1-0e1f-000000000b43 | TIMING | create persistent directories | standalone | 0:02:18.798870 | 0.24s 2025-10-05 07:32:30.635608 | fa163e58-29ec-9cb1-0e1f-000000000b43 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/mysql', 'setype': 'container_file_t'} 2025-10-05 07:32:30.636707 | fa163e58-29ec-9cb1-0e1f-000000000b43 | TIMING | create persistent directories | standalone | 0:02:19.030397 | 0.47s 2025-10-05 07:32:30.831335 | fa163e58-29ec-9cb1-0e1f-000000000b43 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/mariadb', 'setype': 'container_file_t'} 2025-10-05 07:32:30.833247 | fa163e58-29ec-9cb1-0e1f-000000000b43 | TIMING | create persistent directories | standalone | 0:02:19.226936 | 0.66s 2025-10-05 07:32:30.844238 | fa163e58-29ec-9cb1-0e1f-000000000b43 | TIMING | create persistent directories | standalone | 0:02:19.237921 | 0.68s 2025-10-05 07:32:30.869671 | fa163e58-29ec-9cb1-0e1f-000000000b44 | TASK | create persistent directories 2025-10-05 07:32:31.126914 | fa163e58-29ec-9cb1-0e1f-000000000b44 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/neutron', 'setype': 'container_file_t'} 2025-10-05 07:32:31.128688 | fa163e58-29ec-9cb1-0e1f-000000000b44 | TIMING | create persistent directories | standalone | 0:02:19.522372 | 0.26s 2025-10-05 07:32:31.304558 | fa163e58-29ec-9cb1-0e1f-000000000b44 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/neutron-api', 'setype': 'container_file_t'} 2025-10-05 07:32:31.305448 | fa163e58-29ec-9cb1-0e1f-000000000b44 | TIMING | create persistent directories | standalone | 0:02:19.699141 | 0.43s 2025-10-05 07:32:31.311876 | fa163e58-29ec-9cb1-0e1f-000000000b44 | TIMING | create persistent directories | standalone | 0:02:19.705557 | 0.44s 2025-10-05 07:32:31.335916 | fa163e58-29ec-9cb1-0e1f-000000000b45 | TASK | create persistent directories 2025-10-05 07:32:31.566274 | fa163e58-29ec-9cb1-0e1f-000000000b45 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/neutron', 'setype': 'container_file_t'} 2025-10-05 07:32:31.567556 | fa163e58-29ec-9cb1-0e1f-000000000b45 | TIMING | create persistent directories | standalone | 0:02:19.961243 | 0.23s 2025-10-05 07:32:31.579660 | fa163e58-29ec-9cb1-0e1f-000000000b45 | TIMING | create persistent directories | standalone | 0:02:19.973341 | 0.24s 2025-10-05 07:32:31.604214 | fa163e58-29ec-9cb1-0e1f-000000000b46 | TASK | creating directory 2025-10-05 07:32:31.838868 | fa163e58-29ec-9cb1-0e1f-000000000b46 | CHANGED | creating directory | standalone 2025-10-05 07:32:31.839681 | fa163e58-29ec-9cb1-0e1f-000000000b46 | TIMING | creating directory | standalone | 0:02:20.233378 | 0.23s 2025-10-05 07:32:31.856775 | fa163e58-29ec-9cb1-0e1f-000000000b47 | TASK | derive pci passthrough whitelist 2025-10-05 07:32:32.325291 | fa163e58-29ec-9cb1-0e1f-000000000b47 | CHANGED | derive pci passthrough whitelist | standalone 2025-10-05 07:32:32.326636 | fa163e58-29ec-9cb1-0e1f-000000000b47 | TIMING | derive pci passthrough whitelist | standalone | 0:02:20.720323 | 0.47s 2025-10-05 07:32:32.350954 | fa163e58-29ec-9cb1-0e1f-000000000b48 | TASK | run derive_pci_passthrough_whitelist.py 2025-10-05 07:32:33.197314 | fa163e58-29ec-9cb1-0e1f-000000000b48 | CHANGED | run derive_pci_passthrough_whitelist.py | standalone 2025-10-05 07:32:33.198758 | fa163e58-29ec-9cb1-0e1f-000000000b48 | TIMING | run derive_pci_passthrough_whitelist.py | standalone | 0:02:21.592445 | 0.85s 2025-10-05 07:32:33.222192 | fa163e58-29ec-9cb1-0e1f-000000000b49 | TASK | create /run/netns with temp namespace 2025-10-05 07:32:33.443800 | fa163e58-29ec-9cb1-0e1f-000000000b49 | CHANGED | create /run/netns with temp namespace | standalone 2025-10-05 07:32:33.445162 | fa163e58-29ec-9cb1-0e1f-000000000b49 | TIMING | create /run/netns with temp namespace | standalone | 0:02:21.838849 | 0.22s 2025-10-05 07:32:33.469060 | fa163e58-29ec-9cb1-0e1f-000000000b4a | TASK | remove temp namespace 2025-10-05 07:32:33.725753 | fa163e58-29ec-9cb1-0e1f-000000000b4a | CHANGED | remove temp namespace | standalone 2025-10-05 07:32:33.727260 | fa163e58-29ec-9cb1-0e1f-000000000b4a | TIMING | remove temp namespace | standalone | 0:02:22.120947 | 0.26s 2025-10-05 07:32:33.750788 | fa163e58-29ec-9cb1-0e1f-000000000b4b | TASK | create /var/lib/neutron 2025-10-05 07:32:33.992546 | fa163e58-29ec-9cb1-0e1f-000000000b4b | CHANGED | create /var/lib/neutron | standalone 2025-10-05 07:32:33.993962 | fa163e58-29ec-9cb1-0e1f-000000000b4b | TIMING | create /var/lib/neutron | standalone | 0:02:22.387649 | 0.24s 2025-10-05 07:32:34.017822 | fa163e58-29ec-9cb1-0e1f-000000000b4c | TASK | set conditions 2025-10-05 07:32:34.058268 | fa163e58-29ec-9cb1-0e1f-000000000b4c | OK | set conditions | standalone 2025-10-05 07:32:34.059442 | fa163e58-29ec-9cb1-0e1f-000000000b4c | TIMING | set conditions | standalone | 0:02:22.453131 | 0.04s 2025-10-05 07:32:34.082802 | fa163e58-29ec-9cb1-0e1f-000000000b4d | TASK | create kill_scripts directory within /var/lib/neutron 2025-10-05 07:32:34.302131 | fa163e58-29ec-9cb1-0e1f-000000000b4d | CHANGED | create kill_scripts directory within /var/lib/neutron | standalone 2025-10-05 07:32:34.303492 | fa163e58-29ec-9cb1-0e1f-000000000b4d | TIMING | create kill_scripts directory within /var/lib/neutron | standalone | 0:02:22.697180 | 0.22s 2025-10-05 07:32:34.326950 | fa163e58-29ec-9cb1-0e1f-000000000b4e | TASK | create dnsmasq dhcp kill script 2025-10-05 07:32:34.823034 | fa163e58-29ec-9cb1-0e1f-000000000b4e | CHANGED | create dnsmasq dhcp kill script | standalone 2025-10-05 07:32:34.824759 | fa163e58-29ec-9cb1-0e1f-000000000b4e | TIMING | create dnsmasq dhcp kill script | standalone | 0:02:23.218442 | 0.50s 2025-10-05 07:32:34.850335 | fa163e58-29ec-9cb1-0e1f-000000000b4f | TASK | create haproxy kill script 2025-10-05 07:32:35.341371 | fa163e58-29ec-9cb1-0e1f-000000000b4f | CHANGED | create haproxy kill script | standalone 2025-10-05 07:32:35.342809 | fa163e58-29ec-9cb1-0e1f-000000000b4f | TIMING | create haproxy kill script | standalone | 0:02:23.736496 | 0.49s 2025-10-05 07:32:35.367003 | fa163e58-29ec-9cb1-0e1f-000000000b50 | TASK | create persistent directories 2025-10-05 07:32:35.614707 | fa163e58-29ec-9cb1-0e1f-000000000b50 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2025-10-05 07:32:35.615777 | fa163e58-29ec-9cb1-0e1f-000000000b50 | TIMING | create persistent directories | standalone | 0:02:24.009471 | 0.25s 2025-10-05 07:32:35.847495 | fa163e58-29ec-9cb1-0e1f-000000000b50 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/nova-api', 'setype': 'container_file_t'} 2025-10-05 07:32:35.849142 | fa163e58-29ec-9cb1-0e1f-000000000b50 | TIMING | create persistent directories | standalone | 0:02:24.242831 | 0.48s 2025-10-05 07:32:35.859789 | fa163e58-29ec-9cb1-0e1f-000000000b50 | TIMING | create persistent directories | standalone | 0:02:24.253480 | 0.49s 2025-10-05 07:32:35.888830 | fa163e58-29ec-9cb1-0e1f-000000000b51 | TASK | create persistent directories 2025-10-05 07:32:36.150424 | fa163e58-29ec-9cb1-0e1f-000000000b51 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2025-10-05 07:32:36.151543 | fa163e58-29ec-9cb1-0e1f-000000000b51 | TIMING | create persistent directories | standalone | 0:02:24.545235 | 0.26s 2025-10-05 07:32:36.163989 | fa163e58-29ec-9cb1-0e1f-000000000b51 | TIMING | create persistent directories | standalone | 0:02:24.557664 | 0.27s 2025-10-05 07:32:36.187732 | fa163e58-29ec-9cb1-0e1f-000000000b52 | TASK | create persistent directories 2025-10-05 07:32:36.425442 | fa163e58-29ec-9cb1-0e1f-000000000b52 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2025-10-05 07:32:36.427469 | fa163e58-29ec-9cb1-0e1f-000000000b52 | TIMING | create persistent directories | standalone | 0:02:24.821148 | 0.24s 2025-10-05 07:32:36.600618 | fa163e58-29ec-9cb1-0e1f-000000000b52 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/nova-metadata', 'setype': 'container_file_t'} 2025-10-05 07:32:36.602641 | fa163e58-29ec-9cb1-0e1f-000000000b52 | TIMING | create persistent directories | standalone | 0:02:24.996321 | 0.41s 2025-10-05 07:32:36.613330 | fa163e58-29ec-9cb1-0e1f-000000000b52 | TIMING | create persistent directories | standalone | 0:02:25.007010 | 0.42s 2025-10-05 07:32:36.638495 | fa163e58-29ec-9cb1-0e1f-000000000b53 | TASK | Check for /var/lib/nova/instances directory exitance 2025-10-05 07:32:36.869928 | fa163e58-29ec-9cb1-0e1f-000000000b53 | OK | Check for /var/lib/nova/instances directory exitance | standalone 2025-10-05 07:32:36.871371 | fa163e58-29ec-9cb1-0e1f-000000000b53 | TIMING | Check for /var/lib/nova/instances directory exitance | standalone | 0:02:25.265055 | 0.23s 2025-10-05 07:32:36.895557 | fa163e58-29ec-9cb1-0e1f-000000000b54 | TASK | create persistent directories 2025-10-05 07:32:37.175766 | fa163e58-29ec-9cb1-0e1f-000000000b54 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/nova', 'setype': 'container_file_t'} 2025-10-05 07:32:37.177998 | fa163e58-29ec-9cb1-0e1f-000000000b54 | TIMING | create persistent directories | standalone | 0:02:25.571675 | 0.28s 2025-10-05 07:32:37.381918 | fa163e58-29ec-9cb1-0e1f-000000000b54 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/_nova_secontext', 'setype': 'container_file_t'} 2025-10-05 07:32:37.383888 | fa163e58-29ec-9cb1-0e1f-000000000b54 | TIMING | create persistent directories | standalone | 0:02:25.777576 | 0.49s 2025-10-05 07:32:37.582371 | fa163e58-29ec-9cb1-0e1f-000000000b54 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/nova/instances', 'setype': 'container_file_t'} 2025-10-05 07:32:37.583654 | fa163e58-29ec-9cb1-0e1f-000000000b54 | TIMING | create persistent directories | standalone | 0:02:25.977341 | 0.69s 2025-10-05 07:32:37.770758 | fa163e58-29ec-9cb1-0e1f-000000000b54 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/libvirt', 'setype': 'container_file_t'} 2025-10-05 07:32:37.772901 | fa163e58-29ec-9cb1-0e1f-000000000b54 | TIMING | create persistent directories | standalone | 0:02:26.166587 | 0.88s 2025-10-05 07:32:37.998594 | fa163e58-29ec-9cb1-0e1f-000000000b54 | OK | create persistent directories | standalone | item={'path': '/etc/tmpfiles.d'} 2025-10-05 07:32:38.000478 | fa163e58-29ec-9cb1-0e1f-000000000b54 | TIMING | create persistent directories | standalone | 0:02:26.394164 | 1.10s 2025-10-05 07:32:38.011332 | fa163e58-29ec-9cb1-0e1f-000000000b54 | TIMING | create persistent directories | standalone | 0:02:26.405014 | 1.11s 2025-10-05 07:32:38.031890 | fa163e58-29ec-9cb1-0e1f-000000000b55 | TASK | ensure /run/nova is present upon reboot 2025-10-05 07:32:38.483154 | fa163e58-29ec-9cb1-0e1f-000000000b55 | CHANGED | ensure /run/nova is present upon reboot | standalone 2025-10-05 07:32:38.484760 | fa163e58-29ec-9cb1-0e1f-000000000b55 | TIMING | ensure /run/nova is present upon reboot | standalone | 0:02:26.878447 | 0.45s 2025-10-05 07:32:38.511109 | fa163e58-29ec-9cb1-0e1f-000000000b56 | TASK | create tempfiles 2025-10-05 07:32:38.822654 | fa163e58-29ec-9cb1-0e1f-000000000b56 | CHANGED | create tempfiles | standalone 2025-10-05 07:32:38.824327 | fa163e58-29ec-9cb1-0e1f-000000000b56 | TIMING | create tempfiles | standalone | 0:02:27.218013 | 0.31s 2025-10-05 07:32:38.849255 | fa163e58-29ec-9cb1-0e1f-000000000b57 | TASK | Mount Nova NFS Share 2025-10-05 07:32:38.884078 | fa163e58-29ec-9cb1-0e1f-000000000b57 | SKIPPED | Mount Nova NFS Share | standalone 2025-10-05 07:32:38.885309 | fa163e58-29ec-9cb1-0e1f-000000000b57 | TIMING | Mount Nova NFS Share | standalone | 0:02:27.278995 | 0.03s 2025-10-05 07:32:38.910324 | fa163e58-29ec-9cb1-0e1f-000000000b59 | TASK | check systemd-container package installed or not 2025-10-05 07:32:38.943491 | fa163e58-29ec-9cb1-0e1f-000000000b59 | SKIPPED | check systemd-container package installed or not | standalone 2025-10-05 07:32:38.944655 | fa163e58-29ec-9cb1-0e1f-000000000b59 | TIMING | check systemd-container package installed or not | standalone | 0:02:27.338341 | 0.03s 2025-10-05 07:32:38.968809 | fa163e58-29ec-9cb1-0e1f-000000000b5a | TASK | get latest package from downloaded package versions 2025-10-05 07:32:38.997848 | fa163e58-29ec-9cb1-0e1f-000000000b5a | SKIPPED | get latest package from downloaded package versions | standalone 2025-10-05 07:32:38.998982 | fa163e58-29ec-9cb1-0e1f-000000000b5a | TIMING | get latest package from downloaded package versions | standalone | 0:02:27.392670 | 0.03s 2025-10-05 07:32:39.022378 | fa163e58-29ec-9cb1-0e1f-000000000b5b | TASK | Install systemd-container package on boot 2025-10-05 07:32:39.051743 | fa163e58-29ec-9cb1-0e1f-000000000b5b | SKIPPED | Install systemd-container package on boot | standalone 2025-10-05 07:32:39.052992 | fa163e58-29ec-9cb1-0e1f-000000000b5b | TIMING | Install systemd-container package on boot | standalone | 0:02:27.446679 | 0.03s 2025-10-05 07:32:39.076627 | fa163e58-29ec-9cb1-0e1f-000000000b5c | TASK | enable install-systemd-container on compute boot 2025-10-05 07:32:39.108427 | fa163e58-29ec-9cb1-0e1f-000000000b5c | SKIPPED | enable install-systemd-container on compute boot | standalone 2025-10-05 07:32:39.109548 | fa163e58-29ec-9cb1-0e1f-000000000b5c | TIMING | enable install-systemd-container on compute boot | standalone | 0:02:27.503236 | 0.03s 2025-10-05 07:32:39.137810 | fa163e58-29ec-9cb1-0e1f-000000000b5d | TASK | check if install-systemd-container service exists 2025-10-05 07:32:39.167689 | fa163e58-29ec-9cb1-0e1f-000000000b5d | SKIPPED | check if install-systemd-container service exists | standalone 2025-10-05 07:32:39.168302 | fa163e58-29ec-9cb1-0e1f-000000000b5d | TIMING | check if install-systemd-container service exists | standalone | 0:02:27.561999 | 0.03s 2025-10-05 07:32:39.184736 | fa163e58-29ec-9cb1-0e1f-000000000b5e | TASK | disable and mask install-systemd-container on compute boot 2025-10-05 07:32:39.213752 | fa163e58-29ec-9cb1-0e1f-000000000b5e | SKIPPED | disable and mask install-systemd-container on compute boot | standalone 2025-10-05 07:32:39.214344 | fa163e58-29ec-9cb1-0e1f-000000000b5e | TIMING | disable and mask install-systemd-container on compute boot | standalone | 0:02:27.608041 | 0.03s 2025-10-05 07:32:39.230511 | fa163e58-29ec-9cb1-0e1f-000000000b60 | TASK | is Nova Resume Guests State On Host Boot enabled 2025-10-05 07:32:39.266037 | fa163e58-29ec-9cb1-0e1f-000000000b60 | OK | is Nova Resume Guests State On Host Boot enabled | standalone 2025-10-05 07:32:39.266676 | fa163e58-29ec-9cb1-0e1f-000000000b60 | TIMING | is Nova Resume Guests State On Host Boot enabled | standalone | 0:02:27.660374 | 0.04s 2025-10-05 07:32:39.290246 | fa163e58-29ec-9cb1-0e1f-000000000b62 | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs 2025-10-05 07:32:39.320325 | fa163e58-29ec-9cb1-0e1f-000000000b62 | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs | standalone 2025-10-05 07:32:39.321562 | fa163e58-29ec-9cb1-0e1f-000000000b62 | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs | standalone | 0:02:27.715249 | 0.03s 2025-10-05 07:32:39.352325 | fa163e58-29ec-9cb1-0e1f-000000000b63 | TASK | Making sure virt-guest-shutdown.target is present 2025-10-05 07:32:39.387047 | fa163e58-29ec-9cb1-0e1f-000000000b63 | SKIPPED | Making sure virt-guest-shutdown.target is present | standalone 2025-10-05 07:32:39.388384 | fa163e58-29ec-9cb1-0e1f-000000000b63 | TIMING | Making sure virt-guest-shutdown.target is present | standalone | 0:02:27.782070 | 0.03s 2025-10-05 07:32:39.409113 | fa163e58-29ec-9cb1-0e1f-000000000b64 | TASK | libvirt-guests enable VM shutdown on compute reboot/shutdown 2025-10-05 07:32:39.439618 | fa163e58-29ec-9cb1-0e1f-000000000b64 | SKIPPED | libvirt-guests enable VM shutdown on compute reboot/shutdown | standalone 2025-10-05 07:32:39.441109 | fa163e58-29ec-9cb1-0e1f-000000000b64 | TIMING | libvirt-guests enable VM shutdown on compute reboot/shutdown | standalone | 0:02:27.834795 | 0.03s 2025-10-05 07:32:39.467171 | fa163e58-29ec-9cb1-0e1f-000000000b66 | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) 2025-10-05 07:32:39.497966 | fa163e58-29ec-9cb1-0e1f-000000000b66 | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) | standalone 2025-10-05 07:32:39.499148 | fa163e58-29ec-9cb1-0e1f-000000000b66 | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) | standalone | 0:02:27.892838 | 0.03s 2025-10-05 07:32:39.520052 | fa163e58-29ec-9cb1-0e1f-000000000b67 | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) 2025-10-05 07:32:39.550635 | fa163e58-29ec-9cb1-0e1f-000000000b67 | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) | standalone 2025-10-05 07:32:39.551961 | fa163e58-29ec-9cb1-0e1f-000000000b67 | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) | standalone | 0:02:27.945651 | 0.03s 2025-10-05 07:32:39.573310 | fa163e58-29ec-9cb1-0e1f-000000000b68 | TASK | Making sure virt-guest-shutdown.target is present 2025-10-05 07:32:39.605439 | fa163e58-29ec-9cb1-0e1f-000000000b68 | SKIPPED | Making sure virt-guest-shutdown.target is present | standalone 2025-10-05 07:32:39.606319 | fa163e58-29ec-9cb1-0e1f-000000000b68 | TIMING | Making sure virt-guest-shutdown.target is present | standalone | 0:02:28.000015 | 0.03s 2025-10-05 07:32:39.623265 | fa163e58-29ec-9cb1-0e1f-000000000b69 | TASK | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown 2025-10-05 07:32:39.652493 | fa163e58-29ec-9cb1-0e1f-000000000b69 | SKIPPED | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown | standalone 2025-10-05 07:32:39.653319 | fa163e58-29ec-9cb1-0e1f-000000000b69 | TIMING | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown | standalone | 0:02:28.047014 | 0.03s 2025-10-05 07:32:39.671384 | fa163e58-29ec-9cb1-0e1f-000000000b6b | TASK | Do we prepend nova startup with a delay 2025-10-05 07:32:39.700444 | fa163e58-29ec-9cb1-0e1f-000000000b6b | OK | Do we prepend nova startup with a delay | standalone 2025-10-05 07:32:39.701262 | fa163e58-29ec-9cb1-0e1f-000000000b6b | TIMING | Do we prepend nova startup with a delay | standalone | 0:02:28.094958 | 0.03s 2025-10-05 07:32:39.720170 | fa163e58-29ec-9cb1-0e1f-000000000b6c | TASK | install nova-compute delay wrapper script 2025-10-05 07:32:39.770300 | fa163e58-29ec-9cb1-0e1f-000000000b6c | SKIPPED | install nova-compute delay wrapper script | standalone 2025-10-05 07:32:39.771654 | fa163e58-29ec-9cb1-0e1f-000000000b6c | TIMING | install nova-compute delay wrapper script | standalone | 0:02:28.165340 | 0.05s 2025-10-05 07:32:39.795841 | fa163e58-29ec-9cb1-0e1f-000000000b6d | TASK | Is irqbalance enabled 2025-10-05 07:32:39.830757 | fa163e58-29ec-9cb1-0e1f-000000000b6d | OK | Is irqbalance enabled | standalone 2025-10-05 07:32:39.832148 | fa163e58-29ec-9cb1-0e1f-000000000b6d | TIMING | Is irqbalance enabled | standalone | 0:02:28.225831 | 0.04s 2025-10-05 07:32:39.855735 | fa163e58-29ec-9cb1-0e1f-000000000b6e | TASK | disable irqbalance service on compute 2025-10-05 07:32:39.886483 | fa163e58-29ec-9cb1-0e1f-000000000b6e | SKIPPED | disable irqbalance service on compute | standalone 2025-10-05 07:32:39.887759 | fa163e58-29ec-9cb1-0e1f-000000000b6e | TIMING | disable irqbalance service on compute | standalone | 0:02:28.281445 | 0.03s 2025-10-05 07:32:39.911708 | fa163e58-29ec-9cb1-0e1f-000000000b6f | TASK | create persistent directories 2025-10-05 07:32:40.162646 | fa163e58-29ec-9cb1-0e1f-000000000b6f | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/libvirt', 'setype': 'container_file_t'} 2025-10-05 07:32:40.164295 | fa163e58-29ec-9cb1-0e1f-000000000b6f | TIMING | create persistent directories | standalone | 0:02:28.557978 | 0.25s 2025-10-05 07:32:40.176256 | fa163e58-29ec-9cb1-0e1f-000000000b6f | TIMING | create persistent directories | standalone | 0:02:28.569931 | 0.26s 2025-10-05 07:32:40.200700 | fa163e58-29ec-9cb1-0e1f-000000000b70 | TASK | create libvirt persistent data directories 2025-10-05 07:32:40.488481 | fa163e58-29ec-9cb1-0e1f-000000000b70 | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt', 'setype': 'container_file_t'} 2025-10-05 07:32:40.490841 | fa163e58-29ec-9cb1-0e1f-000000000b70 | TIMING | create libvirt persistent data directories | standalone | 0:02:28.884528 | 0.29s 2025-10-05 07:32:40.704170 | fa163e58-29ec-9cb1-0e1f-000000000b70 | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt/secrets', 'setype': 'container_file_t'} 2025-10-05 07:32:40.705959 | fa163e58-29ec-9cb1-0e1f-000000000b70 | TIMING | create libvirt persistent data directories | standalone | 0:02:29.099648 | 0.50s 2025-10-05 07:32:40.950284 | fa163e58-29ec-9cb1-0e1f-000000000b70 | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt/qemu', 'setype': 'container_file_t'} 2025-10-05 07:32:40.952059 | fa163e58-29ec-9cb1-0e1f-000000000b70 | TIMING | create libvirt persistent data directories | standalone | 0:02:29.345748 | 0.75s 2025-10-05 07:32:41.197954 | fa163e58-29ec-9cb1-0e1f-000000000b70 | OK | create libvirt persistent data directories | standalone | item={'path': '/var/lib/libvirt', 'setype': 'container_file_t'} 2025-10-05 07:32:41.199725 | fa163e58-29ec-9cb1-0e1f-000000000b70 | TIMING | create libvirt persistent data directories | standalone | 0:02:29.593415 | 1.00s 2025-10-05 07:32:41.421623 | fa163e58-29ec-9cb1-0e1f-000000000b70 | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/var/cache/libvirt'} 2025-10-05 07:32:41.423458 | fa163e58-29ec-9cb1-0e1f-000000000b70 | TIMING | create libvirt persistent data directories | standalone | 0:02:29.817146 | 1.22s 2025-10-05 07:32:41.668630 | fa163e58-29ec-9cb1-0e1f-000000000b70 | OK | create libvirt persistent data directories | standalone | item={'path': '/var/lib/nova', 'setype': 'container_file_t'} 2025-10-05 07:32:41.670374 | fa163e58-29ec-9cb1-0e1f-000000000b70 | TIMING | create libvirt persistent data directories | standalone | 0:02:30.064062 | 1.47s 2025-10-05 07:32:41.912671 | fa163e58-29ec-9cb1-0e1f-000000000b70 | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/run/libvirt'} 2025-10-05 07:32:41.914297 | fa163e58-29ec-9cb1-0e1f-000000000b70 | TIMING | create libvirt persistent data directories | standalone | 0:02:30.307987 | 1.71s 2025-10-05 07:32:42.100305 | fa163e58-29ec-9cb1-0e1f-000000000b70 | CHANGED | create libvirt persistent data directories | standalone | item={'mode': '0770', 'path': '/var/log/containers/libvirt/swtpm', 'setype': 'container_file_t'} 2025-10-05 07:32:42.101433 | fa163e58-29ec-9cb1-0e1f-000000000b70 | TIMING | create libvirt persistent data directories | standalone | 0:02:30.495122 | 1.90s 2025-10-05 07:32:42.110656 | fa163e58-29ec-9cb1-0e1f-000000000b70 | TIMING | create libvirt persistent data directories | standalone | 0:02:30.504335 | 1.91s 2025-10-05 07:32:42.136904 | fa163e58-29ec-9cb1-0e1f-000000000b71 | TASK | ensure qemu group is present on the host 2025-10-05 07:32:42.813777 | fa163e58-29ec-9cb1-0e1f-000000000b71 | CHANGED | ensure qemu group is present on the host | standalone 2025-10-05 07:32:42.815363 | fa163e58-29ec-9cb1-0e1f-000000000b71 | TIMING | ensure qemu group is present on the host | standalone | 0:02:31.209052 | 0.68s 2025-10-05 07:32:42.839195 | fa163e58-29ec-9cb1-0e1f-000000000b72 | TASK | ensure qemu user is present on the host 2025-10-05 07:32:43.558857 | fa163e58-29ec-9cb1-0e1f-000000000b72 | CHANGED | ensure qemu user is present on the host | standalone 2025-10-05 07:32:43.560314 | fa163e58-29ec-9cb1-0e1f-000000000b72 | TIMING | ensure qemu user is present on the host | standalone | 0:02:31.954000 | 0.72s 2025-10-05 07:32:43.584721 | fa163e58-29ec-9cb1-0e1f-000000000b73 | TASK | create directory for vhost-user sockets with qemu ownership 2025-10-05 07:32:43.816727 | fa163e58-29ec-9cb1-0e1f-000000000b73 | CHANGED | create directory for vhost-user sockets with qemu ownership | standalone 2025-10-05 07:32:43.817995 | fa163e58-29ec-9cb1-0e1f-000000000b73 | TIMING | create directory for vhost-user sockets with qemu ownership | standalone | 0:02:32.211688 | 0.23s 2025-10-05 07:32:43.838773 | fa163e58-29ec-9cb1-0e1f-000000000b74 | TASK | check if libvirt is installed 2025-10-05 07:32:44.083116 | fa163e58-29ec-9cb1-0e1f-000000000b74 | CHANGED | check if libvirt is installed | standalone 2025-10-05 07:32:44.084553 | fa163e58-29ec-9cb1-0e1f-000000000b74 | TIMING | check if libvirt is installed | standalone | 0:02:32.478242 | 0.24s 2025-10-05 07:32:44.108535 | fa163e58-29ec-9cb1-0e1f-000000000b75 | TASK | make sure libvirt services are disabled and masked 2025-10-05 07:32:44.153235 | fa163e58-29ec-9cb1-0e1f-000000000b75 | SKIPPED | make sure libvirt services are disabled and masked | standalone | item=libvirtd.service 2025-10-05 07:32:44.160218 | fa163e58-29ec-9cb1-0e1f-000000000b75 | SKIPPED | make sure libvirt services are disabled and masked | standalone | item=virtlogd.socket 2025-10-05 07:32:44.166017 | fa163e58-29ec-9cb1-0e1f-000000000b75 | TIMING | make sure libvirt services are disabled and masked | standalone | 0:02:32.559694 | 0.06s 2025-10-05 07:32:44.189824 | fa163e58-29ec-9cb1-0e1f-000000000b76 | TASK | ensure /run/libvirt is present upon reboot 2025-10-05 07:32:44.655646 | fa163e58-29ec-9cb1-0e1f-000000000b76 | CHANGED | ensure /run/libvirt is present upon reboot | standalone 2025-10-05 07:32:44.657568 | fa163e58-29ec-9cb1-0e1f-000000000b76 | TIMING | ensure /run/libvirt is present upon reboot | standalone | 0:02:33.051247 | 0.47s 2025-10-05 07:32:44.682113 | fa163e58-29ec-9cb1-0e1f-000000000b77 | TASK | Enable os_enable_vtpm SELinux boolean for vTPM 2025-10-05 07:32:45.698403 | fa163e58-29ec-9cb1-0e1f-000000000b77 | CHANGED | Enable os_enable_vtpm SELinux boolean for vTPM | standalone 2025-10-05 07:32:45.700415 | fa163e58-29ec-9cb1-0e1f-000000000b77 | TIMING | Enable os_enable_vtpm SELinux boolean for vTPM | standalone | 0:02:34.094100 | 1.02s 2025-10-05 07:32:45.725474 | fa163e58-29ec-9cb1-0e1f-000000000b78 | TASK | Create libvirt persistent data directories 2025-10-05 07:32:45.985718 | fa163e58-29ec-9cb1-0e1f-000000000b78 | OK | Create libvirt persistent data directories | standalone | item={'path': '/run/libvirt', 'setype': 'virt_var_run_t'} 2025-10-05 07:32:45.987270 | fa163e58-29ec-9cb1-0e1f-000000000b78 | TIMING | Create libvirt persistent data directories | standalone | 0:02:34.380953 | 0.26s 2025-10-05 07:32:45.993874 | fa163e58-29ec-9cb1-0e1f-000000000b78 | TIMING | Create libvirt persistent data directories | standalone | 0:02:34.387543 | 0.27s 2025-10-05 07:32:46.019553 | fa163e58-29ec-9cb1-0e1f-000000000b79 | TASK | create persistent directories 2025-10-05 07:32:46.285557 | fa163e58-29ec-9cb1-0e1f-000000000b79 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/openvswitch', 'setype': 'container_file_t'} 2025-10-05 07:32:46.288040 | fa163e58-29ec-9cb1-0e1f-000000000b79 | TIMING | create persistent directories | standalone | 0:02:34.681723 | 0.27s 2025-10-05 07:32:46.478145 | fa163e58-29ec-9cb1-0e1f-000000000b79 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/openvswitch/ovn', 'setype': 'container_file_t'} 2025-10-05 07:32:46.480058 | fa163e58-29ec-9cb1-0e1f-000000000b79 | TIMING | create persistent directories | standalone | 0:02:34.873747 | 0.46s 2025-10-05 07:32:46.490833 | fa163e58-29ec-9cb1-0e1f-000000000b79 | TIMING | create persistent directories | standalone | 0:02:34.884514 | 0.47s 2025-10-05 07:32:46.514558 | fa163e58-29ec-9cb1-0e1f-000000000b7a | TASK | Copy in cleanup script 2025-10-05 07:32:46.937017 | fa163e58-29ec-9cb1-0e1f-000000000b7a | CHANGED | Copy in cleanup script | standalone 2025-10-05 07:32:46.938564 | fa163e58-29ec-9cb1-0e1f-000000000b7a | TIMING | Copy in cleanup script | standalone | 0:02:35.332251 | 0.42s 2025-10-05 07:32:46.964523 | fa163e58-29ec-9cb1-0e1f-000000000b7b | TASK | Copy in cleanup service 2025-10-05 07:32:47.366464 | fa163e58-29ec-9cb1-0e1f-000000000b7b | CHANGED | Copy in cleanup service | standalone 2025-10-05 07:32:47.367964 | fa163e58-29ec-9cb1-0e1f-000000000b7b | TIMING | Copy in cleanup service | standalone | 0:02:35.761652 | 0.40s 2025-10-05 07:32:47.392637 | fa163e58-29ec-9cb1-0e1f-000000000b7c | TASK | Enabling the cleanup service 2025-10-05 07:32:48.069506 | fa163e58-29ec-9cb1-0e1f-000000000b7c | CHANGED | Enabling the cleanup service | standalone 2025-10-05 07:32:48.071328 | fa163e58-29ec-9cb1-0e1f-000000000b7c | TIMING | Enabling the cleanup service | standalone | 0:02:36.465015 | 0.68s 2025-10-05 07:32:48.096757 | fa163e58-29ec-9cb1-0e1f-000000000b7d | TASK | create persistent directories 2025-10-05 07:32:48.317374 | fa163e58-29ec-9cb1-0e1f-000000000b7d | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/openvswitch', 'setype': 'container_file_t'} 2025-10-05 07:32:48.319718 | fa163e58-29ec-9cb1-0e1f-000000000b7d | TIMING | create persistent directories | standalone | 0:02:36.713402 | 0.22s 2025-10-05 07:32:48.533785 | fa163e58-29ec-9cb1-0e1f-000000000b7d | OK | create persistent directories | standalone | item={'path': '/var/lib/openvswitch/ovn', 'setype': 'container_file_t'} 2025-10-05 07:32:48.535690 | fa163e58-29ec-9cb1-0e1f-000000000b7d | TIMING | create persistent directories | standalone | 0:02:36.929378 | 0.44s 2025-10-05 07:32:48.546287 | fa163e58-29ec-9cb1-0e1f-000000000b7d | TIMING | create persistent directories | standalone | 0:02:36.939971 | 0.45s 2025-10-05 07:32:48.571550 | fa163e58-29ec-9cb1-0e1f-000000000b7e | TASK | set conditions 2025-10-05 07:32:48.593683 | fa163e58-29ec-9cb1-0e1f-000000000b7e | OK | set conditions | standalone 2025-10-05 07:32:48.594813 | fa163e58-29ec-9cb1-0e1f-000000000b7e | TIMING | set conditions | standalone | 0:02:36.988499 | 0.02s 2025-10-05 07:32:48.636816 | fa163e58-29ec-9cb1-0e1f-000000000b7f | TIMING | include_role : tripleo_clients_install | standalone | 0:02:37.030496 | 0.02s 2025-10-05 07:32:48.714631 | fa163e58-29ec-9cb1-0e1f-000000001248 | TASK | Gather variables for each operating system 2025-10-05 07:32:48.829432 | fa163e58-29ec-9cb1-0e1f-000000001248 | TIMING | tripleo_clients_install : Gather variables for each operating system | standalone | 0:02:37.223102 | 0.11s 2025-10-05 07:32:48.854003 | fa163e58-29ec-9cb1-0e1f-000000001249 | TASK | Set packages facts 2025-10-05 07:32:48.897431 | fa163e58-29ec-9cb1-0e1f-000000001249 | OK | Set packages facts | standalone 2025-10-05 07:32:48.898774 | fa163e58-29ec-9cb1-0e1f-000000001249 | TIMING | tripleo_clients_install : Set packages facts | standalone | 0:02:37.292462 | 0.04s 2025-10-05 07:32:48.922991 | fa163e58-29ec-9cb1-0e1f-00000000124a | TASK | Manage package 2025-10-05 07:32:48.979552 | fa163e58-29ec-9cb1-0e1f-00000000124a | SKIPPED | Manage package | standalone | item=[]: absent 2025-10-05 07:32:48.994372 | fa163e58-29ec-9cb1-0e1f-00000000124a | SKIPPED | Manage package | standalone | item=[]: installed 2025-10-05 07:32:49.011944 | fa163e58-29ec-9cb1-0e1f-00000000124a | SKIPPED | Manage package | standalone | item=[]: latest 2025-10-05 07:32:53.398466 | fa163e58-29ec-9cb1-0e1f-00000000124a | TIMING | tripleo_clients_install : Manage package | standalone | 0:02:41.792142 | 4.47s 2025-10-05 07:32:53.406915 | fa163e58-29ec-9cb1-0e1f-00000000124a | SKIPPED | Manage package | standalone | item=[]: removed 2025-10-05 07:32:53.413772 | fa163e58-29ec-9cb1-0e1f-00000000124a | TIMING | tripleo_clients_install : Manage package | standalone | 0:02:41.807449 | 4.49s 2025-10-05 07:32:53.460934 | fa163e58-29ec-9cb1-0e1f-000000000b80 | TASK | create fcontext for rabbitmq data 2025-10-05 07:32:54.681196 | fa163e58-29ec-9cb1-0e1f-000000000b80 | CHANGED | create fcontext for rabbitmq data | standalone 2025-10-05 07:32:54.683012 | fa163e58-29ec-9cb1-0e1f-000000000b80 | TIMING | create fcontext for rabbitmq data | standalone | 0:02:43.076699 | 1.22s 2025-10-05 07:32:54.707593 | fa163e58-29ec-9cb1-0e1f-000000000b81 | TASK | create persistent directories 2025-10-05 07:32:54.983208 | fa163e58-29ec-9cb1-0e1f-000000000b81 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/rabbitmq', 'setype': 'container_file_t'} 2025-10-05 07:32:54.985608 | fa163e58-29ec-9cb1-0e1f-000000000b81 | TIMING | create persistent directories | standalone | 0:02:43.379266 | 0.28s 2025-10-05 07:32:55.206520 | fa163e58-29ec-9cb1-0e1f-000000000b81 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/rabbitmq', 'setype': 'container_file_t'} 2025-10-05 07:32:55.208348 | fa163e58-29ec-9cb1-0e1f-000000000b81 | TIMING | create persistent directories | standalone | 0:02:43.602036 | 0.50s 2025-10-05 07:32:55.218972 | fa163e58-29ec-9cb1-0e1f-000000000b81 | TIMING | create persistent directories | standalone | 0:02:43.612653 | 0.51s 2025-10-05 07:32:55.243918 | fa163e58-29ec-9cb1-0e1f-000000000b82 | TASK | stop the Erlang port mapper on the host and make sure it cannot bind to the port used by container 2025-10-05 07:32:55.527052 | fa163e58-29ec-9cb1-0e1f-000000000b82 | CHANGED | stop the Erlang port mapper on the host and make sure it cannot bind to the port used by container | standalone 2025-10-05 07:32:55.529551 | fa163e58-29ec-9cb1-0e1f-000000000b82 | TIMING | stop the Erlang port mapper on the host and make sure it cannot bind to the port used by container | standalone | 0:02:43.923238 | 0.28s 2025-10-05 07:32:55.553728 | fa163e58-29ec-9cb1-0e1f-000000000b83 | TASK | Make sure python3-novaclient is installed when IHA is enabled 2025-10-05 07:32:55.583016 | fa163e58-29ec-9cb1-0e1f-000000000b83 | SKIPPED | Make sure python3-novaclient is installed when IHA is enabled | standalone 2025-10-05 07:32:55.585216 | fa163e58-29ec-9cb1-0e1f-000000000b83 | TIMING | Make sure python3-novaclient is installed when IHA is enabled | standalone | 0:02:43.978887 | 0.03s 2025-10-05 07:32:55.609510 | fa163e58-29ec-9cb1-0e1f-000000000b84 | TASK | Remove existing entries from logind conf 2025-10-05 07:32:55.860680 | fa163e58-29ec-9cb1-0e1f-000000000b84 | CHANGED | Remove existing entries from logind conf | standalone 2025-10-05 07:32:55.861427 | fa163e58-29ec-9cb1-0e1f-000000000b84 | TIMING | Remove existing entries from logind conf | standalone | 0:02:44.255124 | 0.25s 2025-10-05 07:32:55.877786 | fa163e58-29ec-9cb1-0e1f-000000000b85 | TASK | Make sure systemd-logind ignores power off 2025-10-05 07:32:56.101429 | fa163e58-29ec-9cb1-0e1f-000000000b85 | CHANGED | Make sure systemd-logind ignores power off | standalone 2025-10-05 07:32:56.102753 | fa163e58-29ec-9cb1-0e1f-000000000b85 | TIMING | Make sure systemd-logind ignores power off | standalone | 0:02:44.496442 | 0.22s 2025-10-05 07:32:56.126527 | fa163e58-29ec-9cb1-0e1f-000000000b86 | TASK | Restart systemd-logind 2025-10-05 07:32:56.644650 | fa163e58-29ec-9cb1-0e1f-000000000b86 | CHANGED | Restart systemd-logind | standalone 2025-10-05 07:32:56.646458 | fa163e58-29ec-9cb1-0e1f-000000000b86 | TIMING | Restart systemd-logind | standalone | 0:02:45.040146 | 0.52s 2025-10-05 07:32:56.670874 | fa163e58-29ec-9cb1-0e1f-000000000b87 | TASK | Gather service_facts on pacemaker_bootstrap_node [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: {{(pacemaker_short_bootstrap_node_name|lower == ansible_facts['hostname']|lower)|bool}} 2025-10-05 07:32:56.744812 | fa163e58-29ec-9cb1-0e1f-000000000b87 | SKIPPED | Gather service_facts on pacemaker_bootstrap_node | standalone 2025-10-05 07:32:56.745651 | fa163e58-29ec-9cb1-0e1f-000000000b87 | TIMING | Gather service_facts on pacemaker_bootstrap_node | standalone | 0:02:45.139339 | 0.07s 2025-10-05 07:32:56.768317 | fa163e58-29ec-9cb1-0e1f-000000000b88 | TASK | Check and eventually delete duplicate constraints (bootstrap node) [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: {{(pacemaker_short_bootstrap_node_name|lower == ansible_facts['hostname']|lower)|bool}} 2025-10-05 07:32:56.831396 | fa163e58-29ec-9cb1-0e1f-000000000b88 | SKIPPED | Check and eventually delete duplicate constraints (bootstrap node) | standalone 2025-10-05 07:32:56.832427 | fa163e58-29ec-9cb1-0e1f-000000000b88 | TIMING | Check and eventually delete duplicate constraints (bootstrap node) | standalone | 0:02:45.226115 | 0.06s 2025-10-05 07:32:56.855815 | fa163e58-29ec-9cb1-0e1f-000000000b89 | TASK | create persistent logs directory 2025-10-05 07:32:57.107525 | fa163e58-29ec-9cb1-0e1f-000000000b89 | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/placement', 'setype': 'container_file_t'} 2025-10-05 07:32:57.109163 | fa163e58-29ec-9cb1-0e1f-000000000b89 | TIMING | create persistent logs directory | standalone | 0:02:45.502847 | 0.25s 2025-10-05 07:32:57.310278 | fa163e58-29ec-9cb1-0e1f-000000000b89 | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/placement', 'setype': 'container_file_t'} 2025-10-05 07:32:57.311812 | fa163e58-29ec-9cb1-0e1f-000000000b89 | TIMING | create persistent logs directory | standalone | 0:02:45.705501 | 0.45s 2025-10-05 07:32:57.322177 | fa163e58-29ec-9cb1-0e1f-000000000b89 | TIMING | create persistent logs directory | standalone | 0:02:45.715865 | 0.46s 2025-10-05 07:32:57.345176 | fa163e58-29ec-9cb1-0e1f-000000000b8b | TASK | Set login facts 2025-10-05 07:32:57.383419 | fa163e58-29ec-9cb1-0e1f-000000000b8b | OK | Set login facts | standalone 2025-10-05 07:32:57.384390 | fa163e58-29ec-9cb1-0e1f-000000000b8b | TIMING | Set login facts | standalone | 0:02:45.778016 | 0.04s 2025-10-05 07:32:57.404790 | fa163e58-29ec-9cb1-0e1f-000000000b8c | TASK | Convert logins json to dict 2025-10-05 07:32:57.444760 | fa163e58-29ec-9cb1-0e1f-000000000b8c | SKIPPED | Convert logins json to dict | standalone 2025-10-05 07:32:57.445946 | fa163e58-29ec-9cb1-0e1f-000000000b8c | TIMING | Convert logins json to dict | standalone | 0:02:45.839636 | 0.04s 2025-10-05 07:32:57.464647 | fa163e58-29ec-9cb1-0e1f-000000000b8d | TASK | Set registry logins 2025-10-05 07:32:57.511773 | fa163e58-29ec-9cb1-0e1f-000000000b8d | SKIPPED | Set registry logins | standalone 2025-10-05 07:32:57.512991 | fa163e58-29ec-9cb1-0e1f-000000000b8d | TIMING | Set registry logins | standalone | 0:02:45.906677 | 0.05s 2025-10-05 07:32:57.538257 | fa163e58-29ec-9cb1-0e1f-000000000b8e | TASK | Run podman install 2025-10-05 07:32:57.568859 | fa163e58-29ec-9cb1-0e1f-000000000b8e | TIMING | Run podman install | standalone | 0:02:45.962528 | 0.03s 2025-10-05 07:32:57.653043 | fa163e58-29ec-9cb1-0e1f-00000000132a | TASK | Gather variables for each operating system 2025-10-05 07:32:57.794297 | fa163e58-29ec-9cb1-0e1f-00000000132a | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_podman/vars/redhat-9.yml 2025-10-05 07:32:57.795753 | fa163e58-29ec-9cb1-0e1f-00000000132a | TIMING | tripleo_podman : Gather variables for each operating system | standalone | 0:02:46.189439 | 0.14s 2025-10-05 07:32:57.802093 | fa163e58-29ec-9cb1-0e1f-00000000132a | TIMING | tripleo_podman : Gather variables for each operating system | standalone | 0:02:46.195772 | 0.15s 2025-10-05 07:32:57.826765 | fa163e58-29ec-9cb1-0e1f-00000000132c | TASK | ensure podman and deps are installed 2025-10-05 07:33:00.695384 | fa163e58-29ec-9cb1-0e1f-00000000132c | OK | ensure podman and deps are installed | standalone 2025-10-05 07:33:00.696863 | fa163e58-29ec-9cb1-0e1f-00000000132c | TIMING | tripleo_podman : ensure podman and deps are installed | standalone | 0:02:49.090550 | 2.87s 2025-10-05 07:33:00.721336 | fa163e58-29ec-9cb1-0e1f-00000000132d | TASK | Ensure we get the ansible interfaces facts 2025-10-05 07:33:01.314356 | fa163e58-29ec-9cb1-0e1f-00000000132d | OK | Ensure we get the ansible interfaces facts | standalone 2025-10-05 07:33:01.315611 | fa163e58-29ec-9cb1-0e1f-00000000132d | TIMING | tripleo_podman : Ensure we get the ansible interfaces facts | standalone | 0:02:49.709272 | 0.59s 2025-10-05 07:33:01.339490 | fa163e58-29ec-9cb1-0e1f-00000000132e | TASK | Delete legacy cni0 interface (podman < 1.6) 2025-10-05 07:33:01.359533 | fa163e58-29ec-9cb1-0e1f-00000000132e | SKIPPED | Delete legacy cni0 interface (podman < 1.6) | standalone 2025-10-05 07:33:01.360699 | fa163e58-29ec-9cb1-0e1f-00000000132e | TIMING | tripleo_podman : Delete legacy cni0 interface (podman < 1.6) | standalone | 0:02:49.754384 | 0.02s 2025-10-05 07:33:01.385469 | fa163e58-29ec-9cb1-0e1f-000000001330 | TASK | Make sure /etc/cni/net.d folder exists 2025-10-05 07:33:01.424713 | fa163e58-29ec-9cb1-0e1f-000000001330 | SKIPPED | Make sure /etc/cni/net.d folder exists | standalone 2025-10-05 07:33:01.425873 | fa163e58-29ec-9cb1-0e1f-000000001330 | TIMING | tripleo_podman : Make sure /etc/cni/net.d folder exists | standalone | 0:02:49.819561 | 0.04s 2025-10-05 07:33:01.450462 | fa163e58-29ec-9cb1-0e1f-000000001331 | TASK | Update default network configuration if possible 2025-10-05 07:33:01.489528 | fa163e58-29ec-9cb1-0e1f-000000001331 | SKIPPED | Update default network configuration if possible | standalone 2025-10-05 07:33:01.490697 | fa163e58-29ec-9cb1-0e1f-000000001331 | TIMING | tripleo_podman : Update default network configuration if possible | standalone | 0:02:49.884387 | 0.04s 2025-10-05 07:33:01.514897 | fa163e58-29ec-9cb1-0e1f-000000001333 | TASK | Make sure /etc/containers/networks exists 2025-10-05 07:33:01.757658 | fa163e58-29ec-9cb1-0e1f-000000001333 | OK | Make sure /etc/containers/networks exists | standalone 2025-10-05 07:33:01.759167 | fa163e58-29ec-9cb1-0e1f-000000001333 | TIMING | tripleo_podman : Make sure /etc/containers/networks exists | standalone | 0:02:50.152854 | 0.24s 2025-10-05 07:33:01.783503 | fa163e58-29ec-9cb1-0e1f-000000001334 | TASK | Get current podman network 2025-10-05 07:33:02.090675 | fa163e58-29ec-9cb1-0e1f-000000001334 | CHANGED | Get current podman network | standalone 2025-10-05 07:33:02.092073 | fa163e58-29ec-9cb1-0e1f-000000001334 | TIMING | tripleo_podman : Get current podman network | standalone | 0:02:50.485759 | 0.31s 2025-10-05 07:33:02.116697 | fa163e58-29ec-9cb1-0e1f-000000001335 | TASK | Update the default network configuration 2025-10-05 07:33:02.667147 | fa163e58-29ec-9cb1-0e1f-000000001335 | CHANGED | Update the default network configuration | standalone 2025-10-05 07:33:02.668548 | fa163e58-29ec-9cb1-0e1f-000000001335 | TIMING | tripleo_podman : Update the default network configuration | standalone | 0:02:51.062235 | 0.55s 2025-10-05 07:33:02.693305 | fa163e58-29ec-9cb1-0e1f-000000001336 | TASK | Write containers registries.conf 2025-10-05 07:33:03.276312 | fa163e58-29ec-9cb1-0e1f-000000001336 | CHANGED | Write containers registries.conf | standalone 2025-10-05 07:33:03.277793 | fa163e58-29ec-9cb1-0e1f-000000001336 | TIMING | tripleo_podman : Write containers registries.conf | standalone | 0:02:51.671480 | 0.58s 2025-10-05 07:33:03.302359 | fa163e58-29ec-9cb1-0e1f-000000001337 | TASK | Write containers.conf 2025-10-05 07:33:03.550111 | fa163e58-29ec-9cb1-0e1f-000000001337 | CHANGED | Write containers.conf | standalone | item={'section': 'containers', 'option': 'pids_limit', 'value': '4096'} 2025-10-05 07:33:03.551770 | fa163e58-29ec-9cb1-0e1f-000000001337 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:02:51.945455 | 0.25s 2025-10-05 07:33:03.735466 | fa163e58-29ec-9cb1-0e1f-000000001337 | CHANGED | Write containers.conf | standalone | item={'section': 'engine', 'option': 'events_logger', 'value': '"journald"'} 2025-10-05 07:33:03.737109 | fa163e58-29ec-9cb1-0e1f-000000001337 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:02:52.130802 | 0.43s 2025-10-05 07:33:03.900661 | fa163e58-29ec-9cb1-0e1f-000000001337 | CHANGED | Write containers.conf | standalone | item={'section': 'engine', 'option': 'runtime', 'value': '"crun"'} 2025-10-05 07:33:03.901559 | fa163e58-29ec-9cb1-0e1f-000000001337 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:02:52.295252 | 0.60s 2025-10-05 07:33:04.067820 | fa163e58-29ec-9cb1-0e1f-000000001337 | CHANGED | Write containers.conf | standalone | item={'section': 'network', 'option': 'network_backend', 'value': '"netavark"'} 2025-10-05 07:33:04.069622 | fa163e58-29ec-9cb1-0e1f-000000001337 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:02:52.463315 | 0.77s 2025-10-05 07:33:04.080926 | fa163e58-29ec-9cb1-0e1f-000000001337 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:02:52.474607 | 0.78s 2025-10-05 07:33:04.106500 | fa163e58-29ec-9cb1-0e1f-000000001338 | TASK | Enable podman.socket service 2025-10-05 07:33:04.134797 | fa163e58-29ec-9cb1-0e1f-000000001338 | SKIPPED | Enable podman.socket service | standalone 2025-10-05 07:33:04.135891 | fa163e58-29ec-9cb1-0e1f-000000001338 | TIMING | tripleo_podman : Enable podman.socket service | standalone | 0:02:52.529579 | 0.03s 2025-10-05 07:33:04.181812 | fa163e58-29ec-9cb1-0e1f-000000000b8f | TASK | Run podman login 2025-10-05 07:33:04.210111 | fa163e58-29ec-9cb1-0e1f-000000000b8f | TIMING | Run podman login | standalone | 0:02:52.603794 | 0.03s 2025-10-05 07:33:04.286148 | fa163e58-29ec-9cb1-0e1f-000000001438 | TASK | Perform container registry login(s) with podman 2025-10-05 07:33:04.313402 | fa163e58-29ec-9cb1-0e1f-000000001438 | TIMING | tripleo_podman : Perform container registry login(s) with podman | standalone | 0:02:52.707087 | 0.03s 2025-10-05 07:33:04.349659 | fa163e58-29ec-9cb1-0e1f-000000000b91 | TASK | Configure tripleo_container_manage to generate systemd drop-in dependencies 2025-10-05 07:33:04.770152 | fa163e58-29ec-9cb1-0e1f-000000000b91 | CHANGED | Configure tripleo_container_manage to generate systemd drop-in dependencies | standalone 2025-10-05 07:33:04.771848 | fa163e58-29ec-9cb1-0e1f-000000000b91 | TIMING | Configure tripleo_container_manage to generate systemd drop-in dependencies | standalone | 0:02:53.165532 | 0.42s 2025-10-05 07:33:04.796367 | fa163e58-29ec-9cb1-0e1f-000000000b92 | TASK | Ensure rsyslog is installed 2025-10-05 07:33:07.593122 | fa163e58-29ec-9cb1-0e1f-000000000b92 | OK | Ensure rsyslog is installed | standalone 2025-10-05 07:33:07.594557 | fa163e58-29ec-9cb1-0e1f-000000000b92 | TIMING | Ensure rsyslog is installed | standalone | 0:02:55.988245 | 2.80s 2025-10-05 07:33:07.618397 | fa163e58-29ec-9cb1-0e1f-000000000b93 | TASK | Ensure rsyslog is enabled and started 2025-10-05 07:33:09.001638 | fa163e58-29ec-9cb1-0e1f-000000000b93 | OK | Ensure rsyslog is enabled and started | standalone 2025-10-05 07:33:09.004717 | fa163e58-29ec-9cb1-0e1f-000000000b93 | TIMING | Ensure rsyslog is enabled and started | standalone | 0:02:57.398403 | 1.39s 2025-10-05 07:33:09.057099 | fa163e58-29ec-9cb1-0e1f-000000000b94 | TIMING | include_role : tripleo_sshd | standalone | 0:02:57.450773 | 0.03s 2025-10-05 07:33:09.141023 | fa163e58-29ec-9cb1-0e1f-000000001541 | TASK | Gather variables for each operating system 2025-10-05 07:33:09.239769 | fa163e58-29ec-9cb1-0e1f-000000001541 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_sshd/vars/redhat.yml 2025-10-05 07:33:09.241219 | fa163e58-29ec-9cb1-0e1f-000000001541 | TIMING | tripleo_sshd : Gather variables for each operating system | standalone | 0:02:57.634905 | 0.10s 2025-10-05 07:33:09.252679 | fa163e58-29ec-9cb1-0e1f-000000001541 | TIMING | tripleo_sshd : Gather variables for each operating system | standalone | 0:02:57.646368 | 0.11s 2025-10-05 07:33:09.272091 | fa163e58-29ec-9cb1-0e1f-000000001543 | TASK | Install the OpenSSH server 2025-10-05 07:33:12.420846 | fa163e58-29ec-9cb1-0e1f-000000001543 | OK | Install the OpenSSH server | standalone 2025-10-05 07:33:12.423894 | fa163e58-29ec-9cb1-0e1f-000000001543 | TIMING | tripleo_sshd : Install the OpenSSH server | standalone | 0:03:00.817553 | 3.15s 2025-10-05 07:33:12.451676 | fa163e58-29ec-9cb1-0e1f-000000001544 | TASK | Start sshd 2025-10-05 07:33:12.482348 | fa163e58-29ec-9cb1-0e1f-000000001544 | SKIPPED | Start sshd | standalone 2025-10-05 07:33:12.485012 | fa163e58-29ec-9cb1-0e1f-000000001544 | TIMING | tripleo_sshd : Start sshd | standalone | 0:03:00.878685 | 0.03s 2025-10-05 07:33:12.509651 | fa163e58-29ec-9cb1-0e1f-000000001545 | TASK | PasswordAuthentication notice 2025-10-05 07:33:12.549404 | fa163e58-29ec-9cb1-0e1f-000000001545 | OK | PasswordAuthentication notice | standalone | result={ "changed": false, "msg": "Notice - The option `tripleo_sshd_password_authentication` is set to \"yes\" but `PermitRootLogin` is undefined. While this may be perfectly valid, the sshd_config options should be reviewed to ensure general user access is functional and meeting expectations." } 2025-10-05 07:33:12.550538 | fa163e58-29ec-9cb1-0e1f-000000001545 | TIMING | tripleo_sshd : PasswordAuthentication notice | standalone | 0:03:00.944227 | 0.04s 2025-10-05 07:33:12.575021 | fa163e58-29ec-9cb1-0e1f-000000001546 | TASK | PasswordAuthentication duplication notice 2025-10-05 07:33:12.605283 | fa163e58-29ec-9cb1-0e1f-000000001546 | SKIPPED | PasswordAuthentication duplication notice | standalone 2025-10-05 07:33:12.606450 | fa163e58-29ec-9cb1-0e1f-000000001546 | TIMING | tripleo_sshd : PasswordAuthentication duplication notice | standalone | 0:03:01.000137 | 0.03s 2025-10-05 07:33:12.630947 | fa163e58-29ec-9cb1-0e1f-000000001547 | TASK | Motd duplication notice 2025-10-05 07:33:12.680931 | fa163e58-29ec-9cb1-0e1f-000000001547 | OK | Motd duplication notice | standalone | result={ "changed": false, "msg": "WARNING - The Banner or PrintMotd has been configured in `tripleo_sshd_server_options`. These options may be ignored and configured using values from `tripleo_sshd_banner_enabled` and `tripleo_sshd_motd_enabled`" } 2025-10-05 07:33:12.682194 | fa163e58-29ec-9cb1-0e1f-000000001547 | TIMING | tripleo_sshd : Motd duplication notice | standalone | 0:03:01.075882 | 0.05s 2025-10-05 07:33:12.706717 | fa163e58-29ec-9cb1-0e1f-000000001548 | TASK | Configure the banner text 2025-10-05 07:33:12.749011 | fa163e58-29ec-9cb1-0e1f-000000001548 | SKIPPED | Configure the banner text | standalone 2025-10-05 07:33:12.750101 | fa163e58-29ec-9cb1-0e1f-000000001548 | TIMING | tripleo_sshd : Configure the banner text | standalone | 0:03:01.143789 | 0.04s 2025-10-05 07:33:12.773740 | fa163e58-29ec-9cb1-0e1f-000000001549 | TASK | Configure the motd banner 2025-10-05 07:33:12.807152 | fa163e58-29ec-9cb1-0e1f-000000001549 | SKIPPED | Configure the motd banner | standalone 2025-10-05 07:33:12.808226 | fa163e58-29ec-9cb1-0e1f-000000001549 | TIMING | tripleo_sshd : Configure the motd banner | standalone | 0:03:01.201914 | 0.03s 2025-10-05 07:33:12.832086 | fa163e58-29ec-9cb1-0e1f-00000000154a | TASK | Update sshd configuration options from vars 2025-10-05 07:33:12.872680 | fa163e58-29ec-9cb1-0e1f-00000000154a | OK | Update sshd configuration options from vars | standalone 2025-10-05 07:33:12.873896 | fa163e58-29ec-9cb1-0e1f-00000000154a | TIMING | tripleo_sshd : Update sshd configuration options from vars | standalone | 0:03:01.267584 | 0.04s 2025-10-05 07:33:12.898074 | fa163e58-29ec-9cb1-0e1f-00000000154b | TASK | Adjust ssh server configuration 2025-10-05 07:33:13.490219 | fa163e58-29ec-9cb1-0e1f-00000000154b | CHANGED | Adjust ssh server configuration | standalone 2025-10-05 07:33:13.491630 | fa163e58-29ec-9cb1-0e1f-00000000154b | TIMING | tripleo_sshd : Adjust ssh server configuration | standalone | 0:03:01.885316 | 0.59s 2025-10-05 07:33:13.518086 | fa163e58-29ec-9cb1-0e1f-00000000154c | TASK | Restart sshd 2025-10-05 07:33:13.971003 | fa163e58-29ec-9cb1-0e1f-00000000154c | CHANGED | Restart sshd | standalone 2025-10-05 07:33:13.972966 | fa163e58-29ec-9cb1-0e1f-00000000154c | TIMING | tripleo_sshd : Restart sshd | standalone | 0:03:02.366654 | 0.45s 2025-10-05 07:33:14.019856 | fa163e58-29ec-9cb1-0e1f-000000000b95 | TASK | create persistent directories 2025-10-05 07:33:14.282018 | fa163e58-29ec-9cb1-0e1f-000000000b95 | CHANGED | create persistent directories | standalone | item={'path': '/srv/node', 'setype': 'container_file_t'} 2025-10-05 07:33:14.284996 | fa163e58-29ec-9cb1-0e1f-000000000b95 | TIMING | create persistent directories | standalone | 0:03:02.678676 | 0.26s 2025-10-05 07:33:14.516543 | fa163e58-29ec-9cb1-0e1f-000000000b95 | CHANGED | create persistent directories | standalone | item={'path': '/var/log/swift', 'setype': 'container_file_t'} 2025-10-05 07:33:14.518667 | fa163e58-29ec-9cb1-0e1f-000000000b95 | TIMING | create persistent directories | standalone | 0:03:02.912355 | 0.50s 2025-10-05 07:33:14.745402 | fa163e58-29ec-9cb1-0e1f-000000000b95 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/swift', 'setype': 'container_file_t'} 2025-10-05 07:33:14.747377 | fa163e58-29ec-9cb1-0e1f-000000000b95 | TIMING | create persistent directories | standalone | 0:03:03.141069 | 0.73s 2025-10-05 07:33:14.758277 | fa163e58-29ec-9cb1-0e1f-000000000b95 | TIMING | create persistent directories | standalone | 0:03:03.151956 | 0.74s 2025-10-05 07:33:14.776537 | fa163e58-29ec-9cb1-0e1f-000000000b96 | TASK | create persistent directories 2025-10-05 07:33:15.044657 | fa163e58-29ec-9cb1-0e1f-000000000b96 | OK | create persistent directories | standalone | item={'path': '/srv/node', 'setype': 'container_file_t'} 2025-10-05 07:33:15.047037 | fa163e58-29ec-9cb1-0e1f-000000000b96 | TIMING | create persistent directories | standalone | 0:03:03.440726 | 0.27s 2025-10-05 07:33:15.241444 | fa163e58-29ec-9cb1-0e1f-000000000b96 | CHANGED | create persistent directories | standalone | item={'path': '/var/cache/swift', 'setype': 'container_file_t'} 2025-10-05 07:33:15.242721 | fa163e58-29ec-9cb1-0e1f-000000000b96 | TIMING | create persistent directories | standalone | 0:03:03.636411 | 0.47s 2025-10-05 07:33:15.419657 | fa163e58-29ec-9cb1-0e1f-000000000b96 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/swift', 'setype': 'container_file_t'} 2025-10-05 07:33:15.421593 | fa163e58-29ec-9cb1-0e1f-000000000b96 | TIMING | create persistent directories | standalone | 0:03:03.815238 | 0.64s 2025-10-05 07:33:15.432720 | fa163e58-29ec-9cb1-0e1f-000000000b96 | TIMING | create persistent directories | standalone | 0:03:03.826391 | 0.66s 2025-10-05 07:33:15.458079 | fa163e58-29ec-9cb1-0e1f-000000000b97 | TASK | Set swift_use_local_disks fact 2025-10-05 07:33:15.490938 | fa163e58-29ec-9cb1-0e1f-000000000b97 | OK | Set swift_use_local_disks fact | standalone 2025-10-05 07:33:15.492177 | fa163e58-29ec-9cb1-0e1f-000000000b97 | TIMING | Set swift_use_local_disks fact | standalone | 0:03:03.885864 | 0.03s 2025-10-05 07:33:15.515710 | fa163e58-29ec-9cb1-0e1f-000000000b98 | TASK | Set use_node_data_lookup fact 2025-10-05 07:33:15.547159 | fa163e58-29ec-9cb1-0e1f-000000000b98 | OK | Set use_node_data_lookup fact | standalone 2025-10-05 07:33:15.548458 | fa163e58-29ec-9cb1-0e1f-000000000b98 | TIMING | Set use_node_data_lookup fact | standalone | 0:03:03.942146 | 0.03s 2025-10-05 07:33:15.572427 | fa163e58-29ec-9cb1-0e1f-000000000b99 | TASK | Create Swift d1 directory if needed 2025-10-05 07:33:15.807790 | fa163e58-29ec-9cb1-0e1f-000000000b99 | CHANGED | Create Swift d1 directory if needed | standalone 2025-10-05 07:33:15.809154 | fa163e58-29ec-9cb1-0e1f-000000000b99 | TIMING | Create Swift d1 directory if needed | standalone | 0:03:04.202842 | 0.24s 2025-10-05 07:33:15.832336 | fa163e58-29ec-9cb1-0e1f-000000000b9a | TASK | Set fact for SwiftRawDisks 2025-10-05 07:33:15.872411 | fa163e58-29ec-9cb1-0e1f-000000000b9a | OK | Set fact for SwiftRawDisks | standalone 2025-10-05 07:33:15.873646 | fa163e58-29ec-9cb1-0e1f-000000000b9a | TIMING | Set fact for SwiftRawDisks | standalone | 0:03:04.267333 | 0.04s 2025-10-05 07:33:15.898004 | fa163e58-29ec-9cb1-0e1f-000000000b9b | TASK | Get hiera swift::storage::disks::args 2025-10-05 07:33:15.928641 | fa163e58-29ec-9cb1-0e1f-000000000b9b | SKIPPED | Get hiera swift::storage::disks::args | standalone 2025-10-05 07:33:15.929936 | fa163e58-29ec-9cb1-0e1f-000000000b9b | TIMING | Get hiera swift::storage::disks::args | standalone | 0:03:04.323622 | 0.03s 2025-10-05 07:33:15.953350 | fa163e58-29ec-9cb1-0e1f-000000000b9c | TASK | Set fact for swift_raw_disks 2025-10-05 07:33:15.983564 | fa163e58-29ec-9cb1-0e1f-000000000b9c | SKIPPED | Set fact for swift_raw_disks | standalone 2025-10-05 07:33:15.984910 | fa163e58-29ec-9cb1-0e1f-000000000b9c | TIMING | Set fact for swift_raw_disks | standalone | 0:03:04.378597 | 0.03s 2025-10-05 07:33:16.008487 | fa163e58-29ec-9cb1-0e1f-000000000b9d | TASK | Format SwiftRawDisks 2025-10-05 07:33:16.038946 | fa163e58-29ec-9cb1-0e1f-000000000b9d | TIMING | Format SwiftRawDisks | standalone | 0:03:04.432620 | 0.03s 2025-10-05 07:33:16.063057 | fa163e58-29ec-9cb1-0e1f-000000000b9e | TASK | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions 2025-10-05 07:33:16.108164 | fa163e58-29ec-9cb1-0e1f-000000000b9e | SKIPPED | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions | standalone 2025-10-05 07:33:16.109426 | fa163e58-29ec-9cb1-0e1f-000000000b9e | TIMING | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions | standalone | 0:03:04.503115 | 0.05s 2025-10-05 07:33:16.132458 | fa163e58-29ec-9cb1-0e1f-000000000b9f | TASK | Mount devices defined in SwiftRawDisks 2025-10-05 07:33:16.162344 | fa163e58-29ec-9cb1-0e1f-000000000b9f | TIMING | Mount devices defined in SwiftRawDisks | standalone | 0:03:04.556021 | 0.03s 2025-10-05 07:33:16.186268 | fa163e58-29ec-9cb1-0e1f-000000000ba0 | TASK | Check for NTP service 2025-10-05 07:33:16.439903 | fa163e58-29ec-9cb1-0e1f-000000000ba0 | CHANGED | Check for NTP service | standalone 2025-10-05 07:33:16.441358 | fa163e58-29ec-9cb1-0e1f-000000000ba0 | TIMING | Check for NTP service | standalone | 0:03:04.835039 | 0.25s 2025-10-05 07:33:16.465761 | fa163e58-29ec-9cb1-0e1f-000000000ba1 | TASK | Disable NTP before configuring Chrony 2025-10-05 07:33:16.519169 | fa163e58-29ec-9cb1-0e1f-000000000ba1 | SKIPPED | Disable NTP before configuring Chrony | standalone 2025-10-05 07:33:16.520507 | fa163e58-29ec-9cb1-0e1f-000000000ba1 | TIMING | Disable NTP before configuring Chrony | standalone | 0:03:04.914193 | 0.05s 2025-10-05 07:33:16.546064 | fa163e58-29ec-9cb1-0e1f-000000000ba2 | TASK | Install, Configure and Run Chrony 2025-10-05 07:33:16.576387 | fa163e58-29ec-9cb1-0e1f-000000000ba2 | TIMING | Install, Configure and Run Chrony | standalone | 0:03:04.970064 | 0.03s 2025-10-05 07:33:16.672965 | fa163e58-29ec-9cb1-0e1f-0000000016cd | TASK | Load distro-specific variables 2025-10-05 07:33:16.701030 | fa163e58-29ec-9cb1-0e1f-0000000016cd | TIMING | chrony : Load distro-specific variables | standalone | 0:03:05.094717 | 0.03s 2025-10-05 07:33:16.711606 | ac2949e3-4309-4357-9761-eadb6479c827 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2025-10-05 07:33:16.735939 | fa163e58-29ec-9cb1-0e1f-0000000017aa | TASK | Load distro-specific variables 2025-10-05 07:33:16.791762 | fa163e58-29ec-9cb1-0e1f-0000000017aa | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-05 07:33:16.793455 | fa163e58-29ec-9cb1-0e1f-0000000017aa | TIMING | chrony : Load distro-specific variables | standalone | 0:03:05.187136 | 0.06s 2025-10-05 07:33:16.799511 | fa163e58-29ec-9cb1-0e1f-0000000017aa | TIMING | chrony : Load distro-specific variables | standalone | 0:03:05.193195 | 0.06s 2025-10-05 07:33:16.824482 | fa163e58-29ec-9cb1-0e1f-0000000016ce | TASK | Install chronyd 2025-10-05 07:33:16.858291 | fa163e58-29ec-9cb1-0e1f-0000000016ce | TIMING | chrony : Install chronyd | standalone | 0:03:05.251968 | 0.03s 2025-10-05 07:33:16.881274 | a179b9c0-ba2b-4dcb-bed6-70ccf7a8203e | INCLUDED | /usr/share/ansible/roles/chrony/tasks/install.yml | standalone 2025-10-05 07:33:16.912841 | fa163e58-29ec-9cb1-0e1f-0000000017e3 | TASK | Load distro-specific variables 2025-10-05 07:33:16.942905 | fa163e58-29ec-9cb1-0e1f-0000000017e3 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:05.336569 | 0.03s 2025-10-05 07:33:16.954140 | 8db7d32b-f074-4f44-8057-3baac19beda4 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2025-10-05 07:33:16.978208 | fa163e58-29ec-9cb1-0e1f-00000000182a | TASK | Load distro-specific variables 2025-10-05 07:33:17.034884 | fa163e58-29ec-9cb1-0e1f-00000000182a | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-05 07:33:17.036568 | fa163e58-29ec-9cb1-0e1f-00000000182a | TIMING | chrony : Load distro-specific variables | standalone | 0:03:05.430251 | 0.06s 2025-10-05 07:33:17.042601 | fa163e58-29ec-9cb1-0e1f-00000000182a | TIMING | chrony : Load distro-specific variables | standalone | 0:03:05.436259 | 0.06s 2025-10-05 07:33:17.066659 | fa163e58-29ec-9cb1-0e1f-0000000017e4 | TASK | Check for NTP service 2025-10-05 07:33:17.330358 | fa163e58-29ec-9cb1-0e1f-0000000017e4 | CHANGED | Check for NTP service | standalone 2025-10-05 07:33:17.331852 | fa163e58-29ec-9cb1-0e1f-0000000017e4 | TIMING | chrony : Check for NTP service | standalone | 0:03:05.725538 | 0.26s 2025-10-05 07:33:17.356532 | fa163e58-29ec-9cb1-0e1f-0000000017e5 | TASK | Disable NTP before configuring Chrony 2025-10-05 07:33:17.409450 | fa163e58-29ec-9cb1-0e1f-0000000017e5 | SKIPPED | Disable NTP before configuring Chrony | standalone 2025-10-05 07:33:17.410686 | fa163e58-29ec-9cb1-0e1f-0000000017e5 | TIMING | chrony : Disable NTP before configuring Chrony | standalone | 0:03:05.804373 | 0.05s 2025-10-05 07:33:17.434851 | fa163e58-29ec-9cb1-0e1f-0000000017e6 | TASK | Install chronyd package 2025-10-05 07:33:20.392275 | fa163e58-29ec-9cb1-0e1f-0000000017e6 | OK | Install chronyd package | standalone 2025-10-05 07:33:20.394154 | fa163e58-29ec-9cb1-0e1f-0000000017e6 | TIMING | chrony : Install chronyd package | standalone | 0:03:08.787840 | 2.96s 2025-10-05 07:33:20.418647 | fa163e58-29ec-9cb1-0e1f-0000000016cf | TASK | Upgrade chronyd 2025-10-05 07:33:20.453330 | fa163e58-29ec-9cb1-0e1f-0000000016cf | SKIPPED | Upgrade chronyd | standalone 2025-10-05 07:33:20.454521 | fa163e58-29ec-9cb1-0e1f-0000000016cf | TIMING | chrony : Upgrade chronyd | standalone | 0:03:08.848208 | 0.03s 2025-10-05 07:33:20.479602 | fa163e58-29ec-9cb1-0e1f-0000000016d0 | TASK | Configure chronyd 2025-10-05 07:33:20.511387 | fa163e58-29ec-9cb1-0e1f-0000000016d0 | TIMING | chrony : Configure chronyd | standalone | 0:03:08.905068 | 0.03s 2025-10-05 07:33:20.531197 | 03f33ca4-41e7-4ee4-a97d-adafcc105d73 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/config.yml | standalone 2025-10-05 07:33:20.568631 | fa163e58-29ec-9cb1-0e1f-000000001863 | TASK | Load distro-specific variables 2025-10-05 07:33:20.596887 | fa163e58-29ec-9cb1-0e1f-000000001863 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:08.990574 | 0.03s 2025-10-05 07:33:20.607194 | 29e2b632-b6d9-4281-aaa8-ecfca9e7f47a | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2025-10-05 07:33:20.629360 | fa163e58-29ec-9cb1-0e1f-0000000018cf | TASK | Load distro-specific variables 2025-10-05 07:33:20.686513 | fa163e58-29ec-9cb1-0e1f-0000000018cf | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-05 07:33:20.688822 | fa163e58-29ec-9cb1-0e1f-0000000018cf | TIMING | chrony : Load distro-specific variables | standalone | 0:03:09.082504 | 0.06s 2025-10-05 07:33:20.698983 | fa163e58-29ec-9cb1-0e1f-0000000018cf | TIMING | chrony : Load distro-specific variables | standalone | 0:03:09.092665 | 0.07s 2025-10-05 07:33:20.723945 | fa163e58-29ec-9cb1-0e1f-000000001864 | TASK | Install chrony configuration file 2025-10-05 07:33:21.345797 | fa163e58-29ec-9cb1-0e1f-000000001864 | CHANGED | Install chrony configuration file | standalone 2025-10-05 07:33:21.347219 | fa163e58-29ec-9cb1-0e1f-000000001864 | TIMING | chrony : Install chrony configuration file | standalone | 0:03:09.740908 | 0.62s 2025-10-05 07:33:21.371532 | fa163e58-29ec-9cb1-0e1f-0000000016d1 | TASK | Run chronyd 2025-10-05 07:33:21.406012 | fa163e58-29ec-9cb1-0e1f-0000000016d1 | TIMING | chrony : Run chronyd | standalone | 0:03:09.799686 | 0.03s 2025-10-05 07:33:21.427076 | a222ef03-9acc-4dfd-996e-7de30e29bb7a | INCLUDED | /usr/share/ansible/roles/chrony/tasks/run.yml | standalone 2025-10-05 07:33:21.468507 | fa163e58-29ec-9cb1-0e1f-0000000018f2 | TASK | Load distro-specific variables 2025-10-05 07:33:21.496868 | fa163e58-29ec-9cb1-0e1f-0000000018f2 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:09.890549 | 0.03s 2025-10-05 07:33:21.507601 | 2ef8dca7-715e-49a6-8c9d-da6cdd4e086c | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2025-10-05 07:33:21.531077 | fa163e58-29ec-9cb1-0e1f-000000001976 | TASK | Load distro-specific variables 2025-10-05 07:33:21.590483 | fa163e58-29ec-9cb1-0e1f-000000001976 | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-05 07:33:21.592943 | fa163e58-29ec-9cb1-0e1f-000000001976 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:09.986626 | 0.06s 2025-10-05 07:33:21.603110 | fa163e58-29ec-9cb1-0e1f-000000001976 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:09.996796 | 0.07s 2025-10-05 07:33:21.631770 | fa163e58-29ec-9cb1-0e1f-0000000018f3 | TASK | Ensure chronyd is running 2025-10-05 07:33:22.052895 | fa163e58-29ec-9cb1-0e1f-0000000018f3 | OK | Ensure chronyd is running | standalone 2025-10-05 07:33:22.055007 | fa163e58-29ec-9cb1-0e1f-0000000018f3 | TIMING | chrony : Ensure chronyd is running | standalone | 0:03:10.448692 | 0.42s 2025-10-05 07:33:22.081802 | fa163e58-29ec-9cb1-0e1f-0000000018f4 | TASK | Force chronyd restart 2025-10-05 07:33:23.564377 | fa163e58-29ec-9cb1-0e1f-0000000018f4 | CHANGED | Force chronyd restart | standalone 2025-10-05 07:33:23.566601 | fa163e58-29ec-9cb1-0e1f-0000000018f4 | TIMING | chrony : Force chronyd restart | standalone | 0:03:11.960263 | 1.48s 2025-10-05 07:33:23.593132 | fa163e58-29ec-9cb1-0e1f-0000000016d2 | TASK | Enable online service 2025-10-05 07:33:23.628005 | fa163e58-29ec-9cb1-0e1f-0000000016d2 | TIMING | chrony : Enable online service | standalone | 0:03:12.021678 | 0.03s 2025-10-05 07:33:23.646902 | 58f5558a-fc81-4227-a401-74b6e59e8a48 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/online.yml | standalone 2025-10-05 07:33:23.691856 | fa163e58-29ec-9cb1-0e1f-0000000019a3 | TASK | Create chrony-online.service unit file 2025-10-05 07:33:24.211842 | fa163e58-29ec-9cb1-0e1f-0000000019a3 | CHANGED | Create chrony-online.service unit file | standalone 2025-10-05 07:33:24.213659 | fa163e58-29ec-9cb1-0e1f-0000000019a3 | TIMING | chrony : Create chrony-online.service unit file | standalone | 0:03:12.607345 | 0.52s 2025-10-05 07:33:24.239002 | fa163e58-29ec-9cb1-0e1f-0000000019a4 | TASK | Enable chrony-online.service 2025-10-05 07:33:25.200008 | fa163e58-29ec-9cb1-0e1f-0000000019a4 | CHANGED | Enable chrony-online.service | standalone 2025-10-05 07:33:25.203164 | fa163e58-29ec-9cb1-0e1f-0000000019a4 | TIMING | chrony : Enable chrony-online.service | standalone | 0:03:13.596849 | 0.96s 2025-10-05 07:33:25.229811 | fa163e58-29ec-9cb1-0e1f-0000000016d3 | TASK | Sync chronyc 2025-10-05 07:33:25.270983 | fa163e58-29ec-9cb1-0e1f-0000000016d3 | TIMING | chrony : Sync chronyc | standalone | 0:03:13.664662 | 0.04s 2025-10-05 07:33:25.288375 | 38c45de2-8330-4d76-8f7d-038ca6acdf41 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/sync.yml | standalone 2025-10-05 07:33:25.336318 | fa163e58-29ec-9cb1-0e1f-000000001a49 | TASK | Force NTP sync 2025-10-05 07:33:25.587792 | fa163e58-29ec-9cb1-0e1f-000000001a49 | CHANGED | Force NTP sync | standalone 2025-10-05 07:33:25.589272 | fa163e58-29ec-9cb1-0e1f-000000001a49 | TIMING | chrony : Force NTP sync | standalone | 0:03:13.982961 | 0.25s 2025-10-05 07:33:25.614373 | fa163e58-29ec-9cb1-0e1f-000000001a4a | TASK | Ensure system is NTP time synced 2025-10-05 07:33:35.888018 | fa163e58-29ec-9cb1-0e1f-000000001a4a | CHANGED | Ensure system is NTP time synced | standalone 2025-10-05 07:33:35.890176 | fa163e58-29ec-9cb1-0e1f-000000001a4a | TIMING | chrony : Ensure system is NTP time synced | standalone | 0:03:24.283858 | 10.27s 2025-10-05 07:33:35.936354 | fa163e58-29ec-9cb1-0e1f-000000000ba3 | TASK | Force NTP sync 2025-10-05 07:33:36.210611 | fa163e58-29ec-9cb1-0e1f-000000000ba3 | CHANGED | Force NTP sync | standalone 2025-10-05 07:33:36.212223 | fa163e58-29ec-9cb1-0e1f-000000000ba3 | TIMING | Force NTP sync | standalone | 0:03:24.605909 | 0.27s 2025-10-05 07:33:36.236799 | fa163e58-29ec-9cb1-0e1f-000000000ba4 | TASK | Ensure system is NTP time synced 2025-10-05 07:33:36.479674 | fa163e58-29ec-9cb1-0e1f-000000000ba4 | CHANGED | Ensure system is NTP time synced | standalone 2025-10-05 07:33:36.481311 | fa163e58-29ec-9cb1-0e1f-000000000ba4 | TIMING | Ensure system is NTP time synced | standalone | 0:03:24.874995 | 0.24s 2025-10-05 07:33:36.506665 | fa163e58-29ec-9cb1-0e1f-000000000ba5 | TASK | Run timezone role 2025-10-05 07:33:36.537412 | fa163e58-29ec-9cb1-0e1f-000000000ba5 | TIMING | Run timezone role | standalone | 0:03:24.931082 | 0.03s 2025-10-05 07:33:36.635542 | fa163e58-29ec-9cb1-0e1f-000000001c02 | TASK | Set timezone 2025-10-05 07:33:37.226299 | fa163e58-29ec-9cb1-0e1f-000000001c02 | OK | Set timezone | standalone 2025-10-05 07:33:37.228187 | fa163e58-29ec-9cb1-0e1f-000000001c02 | TIMING | tripleo_timezone : Set timezone | standalone | 0:03:25.621872 | 0.59s 2025-10-05 07:33:37.254883 | fa163e58-29ec-9cb1-0e1f-000000001c03 | TASK | Restart time services 2025-10-05 07:33:37.298954 | fa163e58-29ec-9cb1-0e1f-000000001c03 | SKIPPED | Restart time services | standalone | item=rsyslog 2025-10-05 07:33:37.307284 | fa163e58-29ec-9cb1-0e1f-000000001c03 | SKIPPED | Restart time services | standalone | item=crond 2025-10-05 07:33:37.313649 | fa163e58-29ec-9cb1-0e1f-000000001c03 | TIMING | tripleo_timezone : Restart time services | standalone | 0:03:25.707326 | 0.06s 2025-10-05 07:33:37.359667 | fa163e58-29ec-9cb1-0e1f-000000000ba6 | TASK | install tmpwatch on the host 2025-10-05 07:33:40.229181 | fa163e58-29ec-9cb1-0e1f-000000000ba6 | OK | install tmpwatch on the host | standalone 2025-10-05 07:33:40.230681 | fa163e58-29ec-9cb1-0e1f-000000000ba6 | TIMING | install tmpwatch on the host | standalone | 0:03:28.624366 | 2.87s 2025-10-05 07:33:40.254199 | fa163e58-29ec-9cb1-0e1f-000000000ba7 | TASK | Notice - ctlplane subnet is set 2025-10-05 07:33:40.285284 | fa163e58-29ec-9cb1-0e1f-000000000ba7 | OK | Notice - ctlplane subnet is set | standalone | result={ "changed": false, "msg": "CIDRs found in the ctlplane network tags.\n" } 2025-10-05 07:33:40.286410 | fa163e58-29ec-9cb1-0e1f-000000000ba7 | TIMING | Notice - ctlplane subnet is set | standalone | 0:03:28.680099 | 0.03s 2025-10-05 07:33:40.338759 | fa163e58-29ec-9cb1-0e1f-000000000ba8 | TIMING | include_role : tuned | standalone | 0:03:28.732434 | 0.03s 2025-10-05 07:33:40.438286 | fa163e58-29ec-9cb1-0e1f-000000001e26 | TASK | Gather variables for each operating system 2025-10-05 07:33:40.556972 | fa163e58-29ec-9cb1-0e1f-000000001e26 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tuned/vars/redhat.yml 2025-10-05 07:33:40.558409 | fa163e58-29ec-9cb1-0e1f-000000001e26 | TIMING | tuned : Gather variables for each operating system | standalone | 0:03:28.952095 | 0.12s 2025-10-05 07:33:40.565398 | fa163e58-29ec-9cb1-0e1f-000000001e26 | TIMING | tuned : Gather variables for each operating system | standalone | 0:03:28.959082 | 0.13s 2025-10-05 07:33:40.650275 | fa163e58-29ec-9cb1-0e1f-000000001e27 | TIMING | tuned : include_tasks | standalone | 0:03:29.043953 | 0.06s 2025-10-05 07:33:40.669713 | 93ffd97a-260f-4155-839d-8d1339c51c40 | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_install.yml | standalone 2025-10-05 07:33:40.701214 | fa163e58-29ec-9cb1-0e1f-000000001f4f | TASK | Check tuned package is installed 2025-10-05 07:33:40.970480 | fa163e58-29ec-9cb1-0e1f-000000001f4f | CHANGED | Check tuned package is installed | standalone 2025-10-05 07:33:40.971967 | fa163e58-29ec-9cb1-0e1f-000000001f4f | TIMING | tuned : Check tuned package is installed | standalone | 0:03:29.365655 | 0.27s 2025-10-05 07:33:40.996463 | fa163e58-29ec-9cb1-0e1f-000000001f50 | TASK | Install tuned 2025-10-05 07:33:41.026421 | fa163e58-29ec-9cb1-0e1f-000000001f50 | SKIPPED | Install tuned | standalone 2025-10-05 07:33:41.027667 | fa163e58-29ec-9cb1-0e1f-000000001f50 | TIMING | tuned : Install tuned | standalone | 0:03:29.421355 | 0.03s 2025-10-05 07:33:41.052110 | fa163e58-29ec-9cb1-0e1f-000000001f51 | TASK | Restart tuned 2025-10-05 07:33:41.082715 | fa163e58-29ec-9cb1-0e1f-000000001f51 | SKIPPED | Restart tuned | standalone 2025-10-05 07:33:41.083798 | fa163e58-29ec-9cb1-0e1f-000000001f51 | TIMING | tuned : Restart tuned | standalone | 0:03:29.477484 | 0.03s 2025-10-05 07:33:41.108224 | fa163e58-29ec-9cb1-0e1f-000000001e28 | TASK | Check for tuned-adm 2025-10-05 07:33:41.344240 | fa163e58-29ec-9cb1-0e1f-000000001e28 | OK | Check for tuned-adm | standalone 2025-10-05 07:33:41.345748 | fa163e58-29ec-9cb1-0e1f-000000001e28 | TIMING | tuned : Check for tuned-adm | standalone | 0:03:29.739434 | 0.24s 2025-10-05 07:33:41.399450 | fa163e58-29ec-9cb1-0e1f-000000001e29 | TIMING | tuned : include_tasks | standalone | 0:03:29.793130 | 0.03s 2025-10-05 07:33:41.423954 | a380bbf8-20ac-45b5-92fd-3dd1c0b933ea | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_config.yml | standalone 2025-10-05 07:33:41.457292 | fa163e58-29ec-9cb1-0e1f-000000001f7c | TASK | Ensure profile directory exists 2025-10-05 07:33:41.507041 | fa163e58-29ec-9cb1-0e1f-000000001f7c | SKIPPED | Ensure profile directory exists | standalone 2025-10-05 07:33:41.508068 | fa163e58-29ec-9cb1-0e1f-000000001f7c | TIMING | tuned : Ensure profile directory exists | standalone | 0:03:29.901762 | 0.05s 2025-10-05 07:33:41.527303 | fa163e58-29ec-9cb1-0e1f-000000001f7d | TASK | Create custom tuned profile 2025-10-05 07:33:41.596391 | fa163e58-29ec-9cb1-0e1f-000000001f7d | SKIPPED | Create custom tuned profile | standalone 2025-10-05 07:33:41.597775 | fa163e58-29ec-9cb1-0e1f-000000001f7d | TIMING | tuned : Create custom tuned profile | standalone | 0:03:29.991462 | 0.07s 2025-10-05 07:33:41.622324 | fa163e58-29ec-9cb1-0e1f-000000001f7e | TASK | Check tuned active profile 2025-10-05 07:33:41.845245 | fa163e58-29ec-9cb1-0e1f-000000001f7e | OK | Check tuned active profile | standalone 2025-10-05 07:33:41.846406 | fa163e58-29ec-9cb1-0e1f-000000001f7e | TIMING | tuned : Check tuned active profile | standalone | 0:03:30.240095 | 0.22s 2025-10-05 07:33:41.870395 | fa163e58-29ec-9cb1-0e1f-000000001f7f | TASK | Check Tuned Configuration file exists 2025-10-05 07:33:42.135957 | fa163e58-29ec-9cb1-0e1f-000000001f7f | OK | Check Tuned Configuration file exists | standalone 2025-10-05 07:33:42.137147 | fa163e58-29ec-9cb1-0e1f-000000001f7f | TIMING | tuned : Check Tuned Configuration file exists | standalone | 0:03:30.530838 | 0.27s 2025-10-05 07:33:42.160964 | fa163e58-29ec-9cb1-0e1f-000000001f80 | TASK | Fail if tuned profile conf is absent but isolated cores is provided 2025-10-05 07:33:42.223146 | fa163e58-29ec-9cb1-0e1f-000000001f80 | SKIPPED | Fail if tuned profile conf is absent but isolated cores is provided | standalone 2025-10-05 07:33:42.224232 | fa163e58-29ec-9cb1-0e1f-000000001f80 | TIMING | tuned : Fail if tuned profile conf is absent but isolated cores is provided | standalone | 0:03:30.617921 | 0.06s 2025-10-05 07:33:42.250325 | fa163e58-29ec-9cb1-0e1f-000000001f81 | TASK | Configure isolated cores for profile throughput-performance 2025-10-05 07:33:42.321489 | fa163e58-29ec-9cb1-0e1f-000000001f81 | SKIPPED | Configure isolated cores for profile throughput-performance | standalone 2025-10-05 07:33:42.322647 | fa163e58-29ec-9cb1-0e1f-000000001f81 | TIMING | tuned : Configure isolated cores for profile throughput-performance | standalone | 0:03:30.716336 | 0.07s 2025-10-05 07:33:42.346847 | fa163e58-29ec-9cb1-0e1f-000000001f82 | TASK | Enable tuned profile 2025-10-05 07:33:42.388285 | fa163e58-29ec-9cb1-0e1f-000000001f82 | SKIPPED | Enable tuned profile | standalone 2025-10-05 07:33:42.389321 | fa163e58-29ec-9cb1-0e1f-000000001f82 | TIMING | tuned : Enable tuned profile | standalone | 0:03:30.783012 | 0.04s PLAY [Overcloud container setup tasks] ***************************************** 2025-10-05 07:33:42.558489 | fa163e58-29ec-9cb1-0e1f-0000000000ac | TASK | Overcloud container setup tasks 2025-10-05 07:33:42.589243 | fa163e58-29ec-9cb1-0e1f-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', 'fa163e58-29ec-9cb1-0e1f-0000000000ac') missing from stats 2025-10-05 07:33:42.608054 | fa163e58-29ec-9cb1-0e1f-0000000000ad | TASK | Write config data 2025-10-05 07:33:42.677203 | fa163e58-29ec-9cb1-0e1f-0000000000ad | TIMING | Write config data | standalone | 0:03:31.070882 | 0.07s 2025-10-05 07:33:42.719238 | 7fa9ee2c-14cf-45c7-bd1e-cbb1d777176f | INCLUDED | /root/standalone-ansible-jr6gpgc3/common_container_setup_tasks.yaml | standalone 2025-10-05 07:33:42.742137 | fa163e58-29ec-9cb1-0e1f-000000001fe0 | TASK | Create and ensure setype for /var/log/containers directory 2025-10-05 07:33:42.980246 | fa163e58-29ec-9cb1-0e1f-000000001fe0 | OK | Create and ensure setype for /var/log/containers directory | standalone 2025-10-05 07:33:42.981725 | fa163e58-29ec-9cb1-0e1f-000000001fe0 | TIMING | Create and ensure setype for /var/log/containers directory | standalone | 0:03:31.375413 | 0.24s 2025-10-05 07:33:43.006470 | fa163e58-29ec-9cb1-0e1f-000000001fe1 | TASK | Create ContainerLogStdoutPath directory 2025-10-05 07:33:43.238475 | fa163e58-29ec-9cb1-0e1f-000000001fe1 | CHANGED | Create ContainerLogStdoutPath directory | standalone 2025-10-05 07:33:43.239996 | fa163e58-29ec-9cb1-0e1f-000000001fe1 | TIMING | Create ContainerLogStdoutPath directory | standalone | 0:03:31.633685 | 0.23s 2025-10-05 07:33:43.264307 | fa163e58-29ec-9cb1-0e1f-000000001fe2 | TASK | Create /var/lib/tripleo-config directory 2025-10-05 07:33:43.474359 | fa163e58-29ec-9cb1-0e1f-000000001fe2 | OK | Create /var/lib/tripleo-config directory | standalone 2025-10-05 07:33:43.475925 | fa163e58-29ec-9cb1-0e1f-000000001fe2 | TIMING | Create /var/lib/tripleo-config directory | standalone | 0:03:31.869612 | 0.21s 2025-10-05 07:33:43.499836 | fa163e58-29ec-9cb1-0e1f-000000001fe3 | TASK | Clean old /var/lib/container-startup-configs.json file 2025-10-05 07:33:43.730639 | fa163e58-29ec-9cb1-0e1f-000000001fe3 | OK | Clean old /var/lib/container-startup-configs.json file | standalone 2025-10-05 07:33:43.732109 | fa163e58-29ec-9cb1-0e1f-000000001fe3 | TIMING | Clean old /var/lib/container-startup-configs.json file | standalone | 0:03:32.125798 | 0.23s 2025-10-05 07:33:43.757004 | fa163e58-29ec-9cb1-0e1f-000000001fe4 | TASK | Clean old /var/lib/docker-container-startup-configs.json file 2025-10-05 07:33:43.958131 | fa163e58-29ec-9cb1-0e1f-000000001fe4 | OK | Clean old /var/lib/docker-container-startup-configs.json file | standalone 2025-10-05 07:33:43.959648 | fa163e58-29ec-9cb1-0e1f-000000001fe4 | TIMING | Clean old /var/lib/docker-container-startup-configs.json file | standalone | 0:03:32.353336 | 0.20s 2025-10-05 07:33:43.984783 | fa163e58-29ec-9cb1-0e1f-000000001fe8 | TASK | Create fcontext entry for container-config-scripts 2025-10-05 07:33:45.252674 | fa163e58-29ec-9cb1-0e1f-000000001fe8 | CHANGED | Create fcontext entry for container-config-scripts | standalone 2025-10-05 07:33:45.254273 | fa163e58-29ec-9cb1-0e1f-000000001fe8 | TIMING | Create fcontext entry for container-config-scripts | standalone | 0:03:33.647962 | 1.27s 2025-10-05 07:33:45.287392 | fa163e58-29ec-9cb1-0e1f-000000001fe9 | TASK | Create /var/lib/container-config-scripts 2025-10-05 07:33:45.522386 | fa163e58-29ec-9cb1-0e1f-000000001fe9 | CHANGED | Create /var/lib/container-config-scripts | standalone 2025-10-05 07:33:45.523792 | fa163e58-29ec-9cb1-0e1f-000000001fe9 | TIMING | Create /var/lib/container-config-scripts | standalone | 0:03:33.917479 | 0.23s 2025-10-05 07:33:45.548616 | fa163e58-29ec-9cb1-0e1f-000000001fea | TASK | Write container config scripts 2025-10-05 07:33:45.878286 | fa163e58-29ec-9cb1-0e1f-000000001fea | CHANGED | Write container config scripts | standalone 2025-10-05 07:33:45.879528 | fa163e58-29ec-9cb1-0e1f-000000001fea | TIMING | Write container config scripts | standalone | 0:03:34.273217 | 0.33s 2025-10-05 07:33:45.903890 | fa163e58-29ec-9cb1-0e1f-000000001feb | TASK | Write /var/lib/tripleo-config/container-startup-config-readme.txt 2025-10-05 07:33:46.380533 | fa163e58-29ec-9cb1-0e1f-000000001feb | CHANGED | Write /var/lib/tripleo-config/container-startup-config-readme.txt | standalone 2025-10-05 07:33:46.381917 | fa163e58-29ec-9cb1-0e1f-000000001feb | TIMING | Write /var/lib/tripleo-config/container-startup-config-readme.txt | standalone | 0:03:34.775605 | 0.48s 2025-10-05 07:33:46.407240 | fa163e58-29ec-9cb1-0e1f-000000001fec | TASK | Generate startup configs files per step and per container 2025-10-05 07:33:46.977635 | fa163e58-29ec-9cb1-0e1f-000000001fec | CHANGED | Generate startup configs files per step and per container | standalone 2025-10-05 07:33:46.985318 | fa163e58-29ec-9cb1-0e1f-000000001fec | TIMING | Generate startup configs files per step and per container | standalone | 0:03:35.379005 | 0.58s 2025-10-05 07:33:47.021426 | fa163e58-29ec-9cb1-0e1f-000000001fed | TASK | Create /var/lib/kolla/config_files directory 2025-10-05 07:33:47.266283 | fa163e58-29ec-9cb1-0e1f-000000001fed | CHANGED | Create /var/lib/kolla/config_files directory | standalone 2025-10-05 07:33:47.267824 | fa163e58-29ec-9cb1-0e1f-000000001fed | TIMING | Create /var/lib/kolla/config_files directory | standalone | 0:03:35.661512 | 0.25s 2025-10-05 07:33:47.293714 | fa163e58-29ec-9cb1-0e1f-000000001fee | TASK | Create /var/lib/config-data directory 2025-10-05 07:33:47.514715 | fa163e58-29ec-9cb1-0e1f-000000001fee | CHANGED | Create /var/lib/config-data directory | standalone 2025-10-05 07:33:47.516331 | fa163e58-29ec-9cb1-0e1f-000000001fee | TIMING | Create /var/lib/config-data directory | standalone | 0:03:35.910017 | 0.22s 2025-10-05 07:33:47.540687 | fa163e58-29ec-9cb1-0e1f-000000001fef | TASK | Write container config json files 2025-10-05 07:33:48.013558 | fa163e58-29ec-9cb1-0e1f-000000001fef | CHANGED | Write container config json files | standalone 2025-10-05 07:33:48.020025 | fa163e58-29ec-9cb1-0e1f-000000001fef | TIMING | Write container config json files | standalone | 0:03:36.413712 | 0.48s PLAY [Pre Deployment Step Tasks] *********************************************** 2025-10-05 07:33:48.179477 | fa163e58-29ec-9cb1-0e1f-0000000000b1 | TASK | Pre Deployment Step Tasks 2025-10-05 07:33:48.211707 | fa163e58-29ec-9cb1-0e1f-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', 'fa163e58-29ec-9cb1-0e1f-0000000000b1') missing from stats [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-10-05 07:33:48.270373 | fa163e58-29ec-9cb1-0e1f-0000000000b2 | TIMING | include_tasks | standalone | 0:03:36.664057 | 0.04s 2025-10-05 07:33:48.295788 | 009322c2-593a-4db5-8561-3c3efc8dfd15 | INCLUDED | /root/standalone-ansible-jr6gpgc3/Standalone/pre_deploy_step_tasks.yaml | standalone 2025-10-05 07:33:48.339354 | fa163e58-29ec-9cb1-0e1f-000000002023 | TASK | Get undercloud FQDN 2025-10-05 07:33:48.409485 | fa163e58-29ec-9cb1-0e1f-000000002023 | OK | Get undercloud FQDN | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163e58-29ec-9cb1-0e1f-000000002023') missing from stats 2025-10-05 07:33:48.468542 | fa163e58-29ec-9cb1-0e1f-000000002024 | TIMING | include_role : tripleo_ipa_registration | standalone | 0:03:36.862209 | 0.04s 2025-10-05 07:33:48.540991 | fa163e58-29ec-9cb1-0e1f-000000002048 | TASK | set main facts 2025-10-05 07:33:48.610978 | fa163e58-29ec-9cb1-0e1f-000000002048 | OK | set main facts | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163e58-29ec-9cb1-0e1f-000000002048') missing from stats 2025-10-05 07:33:48.658147 | fa163e58-29ec-9cb1-0e1f-000000002049 | TASK | get the default.conf file 2025-10-05 07:33:48.908447 | fa163e58-29ec-9cb1-0e1f-000000002049 | OK | get the default.conf file | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163e58-29ec-9cb1-0e1f-000000002049') missing from stats 2025-10-05 07:33:48.954004 | fa163e58-29ec-9cb1-0e1f-00000000204a | TASK | set the principal 2025-10-05 07:33:49.029806 | fa163e58-29ec-9cb1-0e1f-00000000204a | OK | set the principal | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163e58-29ec-9cb1-0e1f-00000000204a') missing from stats 2025-10-05 07:33:49.076670 | fa163e58-29ec-9cb1-0e1f-00000000204c | TASK | add new host with one-time password 2025-10-05 07:33:50.389103 | fa163e58-29ec-9cb1-0e1f-00000000204c | OK | add new host with one-time password | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163e58-29ec-9cb1-0e1f-00000000204c') missing from stats 2025-10-05 07:33:50.420057 | fa163e58-29ec-9cb1-0e1f-00000000204d | TASK | set otp as a host fact 2025-10-05 07:33:50.461523 | fa163e58-29ec-9cb1-0e1f-00000000204d | SKIPPED | set otp as a host fact | standalone 2025-10-05 07:33:50.462913 | fa163e58-29ec-9cb1-0e1f-00000000204d | TIMING | tripleo_ipa_registration : set otp as a host fact | standalone | 0:03:38.856598 | 0.04s 2025-10-05 07:33:50.508843 | fa163e58-29ec-9cb1-0e1f-00000000204f | TASK | add required services using custom module 2025-10-05 07:33:55.847405 | fa163e58-29ec-9cb1-0e1f-00000000204f | CHANGED | add required services using custom module | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163e58-29ec-9cb1-0e1f-00000000204f') missing from stats 2025-10-05 07:33:55.915418 | fa163e58-29ec-9cb1-0e1f-000000002026 | TASK | check if default.conf exists 2025-10-05 07:33:56.166791 | fa163e58-29ec-9cb1-0e1f-000000002026 | OK | check if default.conf exists | standalone 2025-10-05 07:33:56.168210 | fa163e58-29ec-9cb1-0e1f-000000002026 | TIMING | check if default.conf exists | standalone | 0:03:44.561899 | 0.25s 2025-10-05 07:33:56.191687 | fa163e58-29ec-9cb1-0e1f-000000002027 | TASK | install openssl-perl 2025-10-05 07:33:56.224145 | fa163e58-29ec-9cb1-0e1f-000000002027 | SKIPPED | install openssl-perl | standalone 2025-10-05 07:33:56.225206 | fa163e58-29ec-9cb1-0e1f-000000002027 | TIMING | install openssl-perl | standalone | 0:03:44.618895 | 0.03s 2025-10-05 07:33:56.248543 | fa163e58-29ec-9cb1-0e1f-000000002028 | TASK | register as an ipa client 2025-10-05 07:33:56.286603 | fa163e58-29ec-9cb1-0e1f-000000002028 | SKIPPED | register as an ipa client | standalone 2025-10-05 07:33:56.287665 | fa163e58-29ec-9cb1-0e1f-000000002028 | TIMING | register as an ipa client | standalone | 0:03:44.681354 | 0.04s 2025-10-05 07:33:56.311535 | fa163e58-29ec-9cb1-0e1f-000000002029 | TASK | restart certmonger service 2025-10-05 07:33:56.349812 | fa163e58-29ec-9cb1-0e1f-000000002029 | SKIPPED | restart certmonger service | standalone 2025-10-05 07:33:56.350860 | fa163e58-29ec-9cb1-0e1f-000000002029 | TIMING | restart certmonger service | standalone | 0:03:44.744549 | 0.04s 2025-10-05 07:33:56.373876 | fa163e58-29ec-9cb1-0e1f-00000000202a | TASK | set discovered ipa realm 2025-10-05 07:33:56.415133 | fa163e58-29ec-9cb1-0e1f-00000000202a | OK | set discovered ipa realm | standalone 2025-10-05 07:33:56.416339 | fa163e58-29ec-9cb1-0e1f-00000000202a | TIMING | set discovered ipa realm | standalone | 0:03:44.810029 | 0.04s PLAY [External deployment step 1] ********************************************** 2025-10-05 07:33:56.553031 | fa163e58-29ec-9cb1-0e1f-0000000000b6 | TASK | External deployment step 1 2025-10-05 07:33:56.581227 | fa163e58-29ec-9cb1-0e1f-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', 'fa163e58-29ec-9cb1-0e1f-0000000000b6') missing from stats 2025-10-05 07:33:56.638788 | fa163e58-29ec-9cb1-0e1f-0000000000b7 | TIMING | include_tasks | undercloud | 0:03:45.032464 | 0.04s 2025-10-05 07:33:56.676423 | 3e7ca2d0-9a7c-497d-9223-ae0f8cb11655 | INCLUDED | /root/standalone-ansible-jr6gpgc3/external_deploy_steps_tasks_step1.yaml | undercloud 2025-10-05 07:33:56.694390 | fa163e58-29ec-9cb1-0e1f-0000000020a5 | TASK | Container image prepare 2025-10-05 07:33:57.741867 | fa163e58-29ec-9cb1-0e1f-0000000020a5 | CHANGED | Container image prepare | undercloud 2025-10-05 07:33:57.743966 | fa163e58-29ec-9cb1-0e1f-0000000020a5 | TIMING | tripleo_container_image_prepare : Container image prepare | undercloud | 0:03:46.137654 | 1.05s 2025-10-05 07:33:57.824202 | fa163e58-29ec-9cb1-0e1f-0000000020ac | TIMING | include_role : tripleo_ipa_dns | undercloud | 0:03:46.217875 | 0.04s 2025-10-05 07:33:57.866418 | fa163e58-29ec-9cb1-0e1f-0000000020cb | TASK | get dns zones and entries to add 2025-10-05 07:33:57.928814 | fa163e58-29ec-9cb1-0e1f-0000000020cb | OK | get dns zones and entries to add | undercloud 2025-10-05 07:33:57.930297 | fa163e58-29ec-9cb1-0e1f-0000000020cb | TIMING | tripleo_ipa_dns : get dns zones and entries to add | undercloud | 0:03:46.323986 | 0.06s 2025-10-05 07:33:58.012710 | fa163e58-29ec-9cb1-0e1f-0000000020cc | OK | tripleo_ipa_dns : debug | undercloud | result={ "changed": false, "dns_zones": [ "0.17.172.in-addr.arpa", "tenant.ooo.test", "122.168.192.in-addr.arpa", "internalapi.ooo.test", "ooo.test", "external.ooo.test", "0.21.172.in-addr.arpa", "0.18.172.in-addr.arpa", "0.20.172.in-addr.arpa", "storage.ooo.test", "ctlplane.ooo.test", "0.19.172.in-addr.arpa", "storagemgmt.ooo.test" ] } 2025-10-05 07:33:58.013824 | fa163e58-29ec-9cb1-0e1f-0000000020cc | TIMING | tripleo_ipa_dns : debug | undercloud | 0:03:46.407513 | 0.06s 2025-10-05 07:33:58.093563 | fa163e58-29ec-9cb1-0e1f-0000000020cd | OK | tripleo_ipa_dns : debug | undercloud | result={ "changed": false, "dns_entries": [ { "record_name": "overcloud", "record_type": "A", "record_value": "192.168.122.99", "zone_name": "ctlplane.ooo.test" }, { "record_name": "overcloud", "record_type": "A", "record_value": "172.18.0.2", "zone_name": "storage.ooo.test" }, { "record_name": "overcloud", "record_type": "A", "record_value": "172.20.0.2", "zone_name": "storagemgmt.ooo.test" }, { "record_name": "overcloud", "record_type": "A", "record_value": "172.17.0.2", "zone_name": "internalapi.ooo.test" }, { "record_name": "standalone", "record_type": "A", "record_value": "172.21.0.2", "zone_name": "ooo.test" }, { "record_name": "standalone", "record_type": "A", "record_value": "172.17.0.100", "zone_name": "ooo.test" }, { "record_name": "standalone", "record_type": "A", "record_value": "172.18.0.100", "zone_name": "storage.ooo.test" }, { "record_name": "standalone", "record_type": "A", "record_value": "172.20.0.100", "zone_name": "storagemgmt.ooo.test" }, { "record_name": "standalone", "record_type": "A", "record_value": "172.17.0.100", "zone_name": "internalapi.ooo.test" }, { "record_name": "standalone", "record_type": "A", "record_value": "172.19.0.100", "zone_name": "tenant.ooo.test" }, { "record_name": "standalone", "record_type": "A", "record_value": "172.21.0.100", "zone_name": "external.ooo.test" }, { "record_name": "standalone", "record_type": "A", "record_value": "192.168.122.100", "zone_name": "ctlplane.ooo.test" }, { "record_name": "100", "record_type": "PTR", "record_value": "standalone.ctlplane.ooo.test.", "zone_name": "122.168.192.in-addr.arpa" }, { "record_name": "100", "record_type": "PTR", "record_value": "standalone.external.ooo.test.", "zone_name": "0.21.172.in-addr.arpa" }, { "record_name": "100", "record_type": "PTR", "record_value": "standalone.tenant.ooo.test.", "zone_name": "0.19.172.in-addr.arpa" }, { "record_name": "100", "record_type": "PTR", "record_value": "standalone.internalapi.ooo.test.", "zone_name": "0.17.172.in-addr.arpa" }, { "record_name": "100", "record_type": "PTR", "record_value": "standalone.storagemgmt.ooo.test.", "zone_name": "0.20.172.in-addr.arpa" }, { "record_name": "100", "record_type": "PTR", "record_value": "standalone.storage.ooo.test.", "zone_name": "0.18.172.in-addr.arpa" }, { "record_name": "2", "record_type": "PTR", "record_value": "standalone.ooo.test.", "zone_name": "0.21.172.in-addr.arpa" }, { "record_name": "2", "record_type": "PTR", "record_value": "overcloud.internalapi.ooo.test.", "zone_name": "0.17.172.in-addr.arpa" }, { "record_name": "2", "record_type": "PTR", "record_value": "overcloud.storagemgmt.ooo.test.", "zone_name": "0.20.172.in-addr.arpa" }, { "record_name": "2", "record_type": "PTR", "record_value": "overcloud.storage.ooo.test.", "zone_name": "0.18.172.in-addr.arpa" }, { "record_name": "99", "record_type": "PTR", "record_value": "overcloud.ctlplane.ooo.test.", "zone_name": "122.168.192.in-addr.arpa" } ] } 2025-10-05 07:33:58.095136 | fa163e58-29ec-9cb1-0e1f-0000000020cd | TIMING | tripleo_ipa_dns : debug | undercloud | 0:03:46.488826 | 0.06s 2025-10-05 07:33:58.113256 | fa163e58-29ec-9cb1-0e1f-0000000020ce | TASK | add dns zones and records 2025-10-05 07:34:01.042278 | fa163e58-29ec-9cb1-0e1f-0000000020ce | CHANGED | add dns zones and records | undercloud 2025-10-05 07:34:01.045020 | fa163e58-29ec-9cb1-0e1f-0000000020ce | TIMING | tripleo_ipa_dns : add dns zones and records | undercloud | 0:03:49.438707 | 2.93s 2025-10-05 07:34:01.080770 | fa163e58-29ec-9cb1-0e1f-0000000020ae | TASK | Create /etc/openstack directory if it does not exist 2025-10-05 07:34:01.342563 | fa163e58-29ec-9cb1-0e1f-0000000020ae | CHANGED | Create /etc/openstack directory if it does not exist | undercloud 2025-10-05 07:34:01.345033 | fa163e58-29ec-9cb1-0e1f-0000000020ae | TIMING | Create /etc/openstack directory if it does not exist | undercloud | 0:03:49.738719 | 0.26s 2025-10-05 07:34:01.363699 | fa163e58-29ec-9cb1-0e1f-0000000020af | TASK | Configure /etc/openstack/clouds.yaml 2025-10-05 07:34:01.414615 | fa163e58-29ec-9cb1-0e1f-0000000020af | TIMING | Configure /etc/openstack/clouds.yaml | undercloud | 0:03:49.808262 | 0.05s 2025-10-05 07:34:01.455440 | fa163e58-29ec-9cb1-0e1f-000000002100 | TASK | Check if /etc/openstack/clouds.yaml exists 2025-10-05 07:34:01.703772 | fa163e58-29ec-9cb1-0e1f-000000002100 | OK | Check if /etc/openstack/clouds.yaml exists | undercloud 2025-10-05 07:34:01.705044 | fa163e58-29ec-9cb1-0e1f-000000002100 | TIMING | tripleo_keystone_resources : Check if /etc/openstack/clouds.yaml exists | undercloud | 0:03:50.098732 | 0.25s 2025-10-05 07:34:01.724712 | fa163e58-29ec-9cb1-0e1f-000000002101 | TASK | Create empty /etc/openstack/clouds.yaml if it does not exist 2025-10-05 07:34:02.220052 | fa163e58-29ec-9cb1-0e1f-000000002101 | CHANGED | Create empty /etc/openstack/clouds.yaml if it does not exist | undercloud 2025-10-05 07:34:02.221534 | fa163e58-29ec-9cb1-0e1f-000000002101 | TIMING | tripleo_keystone_resources : Create empty /etc/openstack/clouds.yaml if it does not exist | undercloud | 0:03:50.615221 | 0.50s 2025-10-05 07:34:02.242537 | fa163e58-29ec-9cb1-0e1f-000000002102 | TASK | Configure /etc/openstack/clouds.yaml 2025-10-05 07:34:02.296634 | fa163e58-29ec-9cb1-0e1f-000000002102 | TIMING | Configure /etc/openstack/clouds.yaml | undercloud | 0:03:50.690278 | 0.05s 2025-10-05 07:34:02.347102 | fa163e58-29ec-9cb1-0e1f-00000000213c | TASK | Check for a configured destination 2025-10-05 07:34:02.409381 | fa163e58-29ec-9cb1-0e1f-00000000213c | SKIPPED | Check for a configured destination | undercloud 2025-10-05 07:34:02.410796 | fa163e58-29ec-9cb1-0e1f-00000000213c | TIMING | tripleo_config : Check for a configured destination | undercloud | 0:03:50.804482 | 0.06s 2025-10-05 07:34:02.447974 | fa163e58-29ec-9cb1-0e1f-00000000213d | TASK | Generate /etc/openstack/clouds.yaml config 2025-10-05 07:34:02.934546 | fa163e58-29ec-9cb1-0e1f-00000000213d | CHANGED | Generate /etc/openstack/clouds.yaml config | undercloud 2025-10-05 07:34:02.935959 | fa163e58-29ec-9cb1-0e1f-00000000213d | TIMING | tripleo_config : Generate /etc/openstack/clouds.yaml config | undercloud | 0:03:51.329648 | 0.49s PLAY [Deploy step tasks for 1] ************************************************* 2025-10-05 07:34:03.097028 | fa163e58-29ec-9cb1-0e1f-0000000000ba | TASK | Deploy step tasks for 1 2025-10-05 07:34:03.127153 | fa163e58-29ec-9cb1-0e1f-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', 'fa163e58-29ec-9cb1-0e1f-0000000000ba') missing from stats 2025-10-05 07:34:03.146884 | fa163e58-29ec-9cb1-0e1f-0000000000bb | TASK | Write the config_step hieradata for the deploy step 1 tasks 2025-10-05 07:34:03.646823 | fa163e58-29ec-9cb1-0e1f-0000000000bb | CHANGED | Write the config_step hieradata for the deploy step 1 tasks | standalone 2025-10-05 07:34:03.648503 | fa163e58-29ec-9cb1-0e1f-0000000000bb | TIMING | Write the config_step hieradata for the deploy step 1 tasks | standalone | 0:03:52.042190 | 0.50s 2025-10-05 07:34:03.675001 | fa163e58-29ec-9cb1-0e1f-0000000000bd | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists 2025-10-05 07:34:03.905978 | fa163e58-29ec-9cb1-0e1f-0000000000bd | OK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone 2025-10-05 07:34:03.907417 | fa163e58-29ec-9cb1-0e1f-0000000000bd | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone | 0:03:52.301106 | 0.23s 2025-10-05 07:34:03.931056 | fa163e58-29ec-9cb1-0e1f-0000000000be | TASK | Write config data at the start of step 1 2025-10-05 07:34:04.004429 | fa163e58-29ec-9cb1-0e1f-0000000000be | TIMING | Write config data at the start of step 1 | standalone | 0:03:52.398112 | 0.07s 2025-10-05 07:34:04.048460 | 740929db-ed6c-4dc0-916b-5172969fb7d7 | INCLUDED | /root/standalone-ansible-jr6gpgc3/common_deploy_steps_tasks_step_1.yaml | standalone 2025-10-05 07:34:04.072108 | fa163e58-29ec-9cb1-0e1f-00000000217b | TASK | Delete existing /var/lib/tripleo-config/check-mode directory for check mode 2025-10-05 07:34:04.100359 | fa163e58-29ec-9cb1-0e1f-00000000217b | SKIPPED | Delete existing /var/lib/tripleo-config/check-mode directory for check mode | standalone 2025-10-05 07:34:04.101108 | fa163e58-29ec-9cb1-0e1f-00000000217b | TIMING | Delete existing /var/lib/tripleo-config/check-mode directory for check mode | standalone | 0:03:52.494803 | 0.03s 2025-10-05 07:34:04.119470 | fa163e58-29ec-9cb1-0e1f-00000000217c | TASK | Create /var/lib/tripleo-config/check-mode directory for check mode 2025-10-05 07:34:04.145462 | fa163e58-29ec-9cb1-0e1f-00000000217c | SKIPPED | Create /var/lib/tripleo-config/check-mode directory for check mode | standalone 2025-10-05 07:34:04.146212 | fa163e58-29ec-9cb1-0e1f-00000000217c | TIMING | Create /var/lib/tripleo-config/check-mode directory for check mode | standalone | 0:03:52.539907 | 0.03s 2025-10-05 07:34:04.164771 | fa163e58-29ec-9cb1-0e1f-00000000217d | TASK | Write the puppet step_config manifest 2025-10-05 07:34:04.648119 | fa163e58-29ec-9cb1-0e1f-00000000217d | CHANGED | Write the puppet step_config manifest | standalone 2025-10-05 07:34:04.649170 | fa163e58-29ec-9cb1-0e1f-00000000217d | TIMING | Write the puppet step_config manifest | standalone | 0:03:53.042864 | 0.48s 2025-10-05 07:34:04.672973 | fa163e58-29ec-9cb1-0e1f-00000000217e | TASK | Diff puppet step_config manifest changes for check mode 2025-10-05 07:34:04.702703 | fa163e58-29ec-9cb1-0e1f-00000000217e | SKIPPED | Diff puppet step_config manifest changes for check mode | standalone 2025-10-05 07:34:04.704110 | fa163e58-29ec-9cb1-0e1f-00000000217e | TIMING | Diff puppet step_config manifest changes for check mode | standalone | 0:03:53.097795 | 0.03s 2025-10-05 07:34:04.729006 | fa163e58-29ec-9cb1-0e1f-00000000217f | TASK | Diff puppet step_config manifest changes for check mode 2025-10-05 07:34:04.758701 | fa163e58-29ec-9cb1-0e1f-00000000217f | SKIPPED | Diff puppet step_config manifest changes for check mode | standalone 2025-10-05 07:34:04.760046 | fa163e58-29ec-9cb1-0e1f-00000000217f | TIMING | Diff puppet step_config manifest changes for check mode | standalone | 0:03:53.153732 | 0.03s 2025-10-05 07:34:04.784665 | fa163e58-29ec-9cb1-0e1f-000000002180 | TASK | Create /var/lib/container-puppet 2025-10-05 07:34:05.029440 | fa163e58-29ec-9cb1-0e1f-000000002180 | OK | Create /var/lib/container-puppet | standalone 2025-10-05 07:34:05.030837 | fa163e58-29ec-9cb1-0e1f-000000002180 | TIMING | Create /var/lib/container-puppet | standalone | 0:03:53.424524 | 0.24s 2025-10-05 07:34:05.054472 | fa163e58-29ec-9cb1-0e1f-000000002181 | TASK | Delete existing /var/lib/container-puppet/check-mode for check mode 2025-10-05 07:34:05.082776 | fa163e58-29ec-9cb1-0e1f-000000002181 | SKIPPED | Delete existing /var/lib/container-puppet/check-mode for check mode | standalone 2025-10-05 07:34:05.083951 | fa163e58-29ec-9cb1-0e1f-000000002181 | TIMING | Delete existing /var/lib/container-puppet/check-mode for check mode | standalone | 0:03:53.477638 | 0.03s 2025-10-05 07:34:05.108547 | fa163e58-29ec-9cb1-0e1f-000000002182 | TASK | Create /var/lib/container-puppet/check-mode for check mode 2025-10-05 07:34:05.152208 | fa163e58-29ec-9cb1-0e1f-000000002182 | SKIPPED | Create /var/lib/container-puppet/check-mode for check mode | standalone 2025-10-05 07:34:05.153520 | fa163e58-29ec-9cb1-0e1f-000000002182 | TIMING | Create /var/lib/container-puppet/check-mode for check mode | standalone | 0:03:53.547206 | 0.04s 2025-10-05 07:34:05.177116 | fa163e58-29ec-9cb1-0e1f-000000002183 | TASK | Write container-puppet.json file 2025-10-05 07:34:05.757886 | fa163e58-29ec-9cb1-0e1f-000000002183 | CHANGED | Write container-puppet.json file | standalone 2025-10-05 07:34:05.759198 | fa163e58-29ec-9cb1-0e1f-000000002183 | TIMING | Write container-puppet.json file | standalone | 0:03:54.152885 | 0.58s 2025-10-05 07:34:05.783014 | fa163e58-29ec-9cb1-0e1f-000000002184 | TASK | Diff container-puppet.json changes for check mode 2025-10-05 07:34:05.812146 | fa163e58-29ec-9cb1-0e1f-000000002184 | SKIPPED | Diff container-puppet.json changes for check mode | standalone 2025-10-05 07:34:05.813373 | fa163e58-29ec-9cb1-0e1f-000000002184 | TIMING | Diff container-puppet.json changes for check mode | standalone | 0:03:54.207059 | 0.03s 2025-10-05 07:34:05.836768 | fa163e58-29ec-9cb1-0e1f-000000002185 | TASK | Diff container-puppet.json changes for check mode 2025-10-05 07:34:05.865483 | fa163e58-29ec-9cb1-0e1f-000000002185 | SKIPPED | Diff container-puppet.json changes for check mode | standalone 2025-10-05 07:34:05.866657 | fa163e58-29ec-9cb1-0e1f-000000002185 | TIMING | Diff container-puppet.json changes for check mode | standalone | 0:03:54.260345 | 0.03s 2025-10-05 07:34:05.890253 | fa163e58-29ec-9cb1-0e1f-000000002186 | TASK | Ensure config hashes are up-to-date for container startup configs 2025-10-05 07:34:06.293426 | fa163e58-29ec-9cb1-0e1f-000000002186 | OK | Ensure config hashes are up-to-date for container startup configs | standalone 2025-10-05 07:34:06.294851 | fa163e58-29ec-9cb1-0e1f-000000002186 | TIMING | Ensure config hashes are up-to-date for container startup configs | standalone | 0:03:54.688536 | 0.40s 2025-10-05 07:34:06.318767 | fa163e58-29ec-9cb1-0e1f-000000002187 | TASK | Set host puppet debugging fact string 2025-10-05 07:34:06.350681 | fa163e58-29ec-9cb1-0e1f-000000002187 | SKIPPED | Set host puppet debugging fact string | standalone 2025-10-05 07:34:06.351746 | fa163e58-29ec-9cb1-0e1f-000000002187 | TIMING | Set host puppet debugging fact string | standalone | 0:03:54.745434 | 0.03s 2025-10-05 07:34:06.375127 | fa163e58-29ec-9cb1-0e1f-000000002188 | TASK | Check for /etc/puppet/check-mode directory for check mode 2025-10-05 07:34:06.406353 | fa163e58-29ec-9cb1-0e1f-000000002188 | SKIPPED | Check for /etc/puppet/check-mode directory for check mode | standalone 2025-10-05 07:34:06.407430 | fa163e58-29ec-9cb1-0e1f-000000002188 | TIMING | Check for /etc/puppet/check-mode directory for check mode | standalone | 0:03:54.801119 | 0.03s 2025-10-05 07:34:06.430929 | fa163e58-29ec-9cb1-0e1f-000000002189 | TASK | Create /etc/puppet/check-mode/hieradata directory for check mode 2025-10-05 07:34:06.461723 | fa163e58-29ec-9cb1-0e1f-000000002189 | SKIPPED | Create /etc/puppet/check-mode/hieradata directory for check mode | standalone 2025-10-05 07:34:06.462761 | fa163e58-29ec-9cb1-0e1f-000000002189 | TIMING | Create /etc/puppet/check-mode/hieradata directory for check mode | standalone | 0:03:54.856450 | 0.03s 2025-10-05 07:34:06.485442 | fa163e58-29ec-9cb1-0e1f-00000000218a | TASK | Create puppet check-mode files if they don't exist for check mode 2025-10-05 07:34:06.517004 | fa163e58-29ec-9cb1-0e1f-00000000218a | SKIPPED | Create puppet check-mode files if they don't exist for check mode | standalone 2025-10-05 07:34:06.518100 | fa163e58-29ec-9cb1-0e1f-00000000218a | TIMING | Create puppet check-mode files if they don't exist for check mode | standalone | 0:03:54.911788 | 0.03s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-10-05 07:34:06.583554 | fa163e58-29ec-9cb1-0e1f-0000000000c0 | TIMING | include_tasks | standalone | 0:03:54.977233 | 0.04s 2025-10-05 07:34:06.708434 | 9d05f975-8b88-441c-943f-16a5b859a680 | INCLUDED | /root/standalone-ansible-jr6gpgc3/Standalone/deploy_steps_tasks_step1.yaml | standalone 2025-10-05 07:34:06.750198 | fa163e58-29ec-9cb1-0e1f-0000000021b5 | TASK | Create dirs for certificates and keys 2025-10-05 07:34:07.010342 | fa163e58-29ec-9cb1-0e1f-0000000021b5 | CHANGED | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/certs/httpd 2025-10-05 07:34:07.011217 | fa163e58-29ec-9cb1-0e1f-0000000021b5 | TIMING | Create dirs for certificates and keys | standalone | 0:03:55.404915 | 0.26s 2025-10-05 07:34:07.300531 | fa163e58-29ec-9cb1-0e1f-0000000021b5 | CHANGED | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/private/httpd 2025-10-05 07:34:07.301644 | fa163e58-29ec-9cb1-0e1f-0000000021b5 | TIMING | Create dirs for certificates and keys | standalone | 0:03:55.695335 | 0.55s 2025-10-05 07:34:07.308900 | fa163e58-29ec-9cb1-0e1f-0000000021b5 | TIMING | Create dirs for certificates and keys | standalone | 0:03:55.702591 | 0.56s 2025-10-05 07:34:07.389524 | fa163e58-29ec-9cb1-0e1f-0000000021b6 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:03:55.783200 | 0.05s 2025-10-05 07:34:07.499030 | fa163e58-29ec-9cb1-0e1f-0000000022b1 | TASK | Set version specific variables 2025-10-05 07:34:07.549463 | fa163e58-29ec-9cb1-0e1f-0000000022b1 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:03:55.943141 | 0.05s 2025-10-05 07:34:07.567674 | 31cad514-97ba-4ad4-81e1-7823afc3d82d | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-10-05 07:34:07.596718 | fa163e58-29ec-9cb1-0e1f-0000000022e4 | TASK | Ensure ansible_facts used by role 2025-10-05 07:34:07.974652 | fa163e58-29ec-9cb1-0e1f-0000000022e4 | OK | Ensure ansible_facts used by role | standalone 2025-10-05 07:34:07.976146 | fa163e58-29ec-9cb1-0e1f-0000000022e4 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:03:56.369836 | 0.38s 2025-10-05 07:34:08.001065 | fa163e58-29ec-9cb1-0e1f-0000000022e5 | TASK | Set platform/version specific variables 2025-10-05 07:34:08.061968 | fa163e58-29ec-9cb1-0e1f-0000000022e5 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-05 07:34:08.084064 | fa163e58-29ec-9cb1-0e1f-0000000022e5 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-05 07:34:08.106355 | fa163e58-29ec-9cb1-0e1f-0000000022e5 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-10-05 07:34:08.125816 | fa163e58-29ec-9cb1-0e1f-0000000022e5 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-10-05 07:34:08.131355 | fa163e58-29ec-9cb1-0e1f-0000000022e5 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:03:56.525043 | 0.13s 2025-10-05 07:34:08.155274 | fa163e58-29ec-9cb1-0e1f-0000000022b2 | TASK | Ensure certificate role dependencies are installed 2025-10-05 07:34:10.982176 | fa163e58-29ec-9cb1-0e1f-0000000022b2 | OK | Ensure certificate role dependencies are installed | standalone 2025-10-05 07:34:10.983384 | fa163e58-29ec-9cb1-0e1f-0000000022b2 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:03:59.377073 | 2.83s 2025-10-05 07:34:11.008177 | fa163e58-29ec-9cb1-0e1f-0000000022b4 | TASK | Ensure provider packages are installed 2025-10-05 07:34:13.761121 | fa163e58-29ec-9cb1-0e1f-0000000022b4 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:04:02.154794 | 2.75s 2025-10-05 07:34:13.767387 | fa163e58-29ec-9cb1-0e1f-0000000022b4 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:04:02.161079 | 2.76s 2025-10-05 07:34:13.791900 | fa163e58-29ec-9cb1-0e1f-0000000022b6 | TASK | Ensure pre-scripts hooks directory exists 2025-10-05 07:34:14.098359 | fa163e58-29ec-9cb1-0e1f-0000000022b6 | CHANGED | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-10-05 07:34:14.100310 | fa163e58-29ec-9cb1-0e1f-0000000022b6 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:04:02.493996 | 0.31s 2025-10-05 07:34:14.109778 | fa163e58-29ec-9cb1-0e1f-0000000022b6 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:04:02.503469 | 0.32s 2025-10-05 07:34:14.129481 | fa163e58-29ec-9cb1-0e1f-0000000022b8 | TASK | Ensure post-scripts hooks directory exists 2025-10-05 07:34:14.422596 | fa163e58-29ec-9cb1-0e1f-0000000022b8 | CHANGED | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-10-05 07:34:14.424238 | fa163e58-29ec-9cb1-0e1f-0000000022b8 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:04:02.817935 | 0.29s 2025-10-05 07:34:14.434863 | fa163e58-29ec-9cb1-0e1f-0000000022b8 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:04:02.828546 | 0.30s 2025-10-05 07:34:14.459236 | fa163e58-29ec-9cb1-0e1f-0000000022ba | TASK | Ensure provider service is running 2025-10-05 07:34:15.222165 | fa163e58-29ec-9cb1-0e1f-0000000022ba | CHANGED | Ensure provider service is running | standalone | item=certmonger 2025-10-05 07:34:15.224612 | fa163e58-29ec-9cb1-0e1f-0000000022ba | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:04:03.618304 | 0.76s 2025-10-05 07:34:15.235547 | fa163e58-29ec-9cb1-0e1f-0000000022ba | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:04:03.629230 | 0.77s 2025-10-05 07:34:15.261730 | fa163e58-29ec-9cb1-0e1f-0000000022bd | TASK | Ensure certificate requests 2025-10-05 07:34:18.401090 | fa163e58-29ec-9cb1-0e1f-0000000022bd | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.ctlplane.ooo.test', 'key_size': '2048', 'name': 'httpd-ctlplane', 'principal': 'HTTP/standalone.ctlplane.ooo.test@OOO.TEST', 'run_after': 'cp /etc/pki/tls/certs/httpd-ctlplane.crt /etc/pki/tls/certs/httpd/httpd-ctlplane.crt\ncp /etc/pki/tls/private/httpd-ctlplane.key /etc/pki/tls/private/httpd/httpd-ctlplane.key\npkill -USR1 httpd\n'} 2025-10-05 07:34:18.402597 | fa163e58-29ec-9cb1-0e1f-0000000022bd | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:04:06.796267 | 3.14s 2025-10-05 07:34:20.623353 | fa163e58-29ec-9cb1-0e1f-0000000022bd | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.storage.ooo.test', 'key_size': '2048', 'name': 'httpd-storage', 'principal': 'HTTP/standalone.storage.ooo.test@OOO.TEST', 'run_after': 'cp /etc/pki/tls/certs/httpd-storage.crt /etc/pki/tls/certs/httpd/httpd-storage.crt\ncp /etc/pki/tls/private/httpd-storage.key /etc/pki/tls/private/httpd/httpd-storage.key\npkill -USR1 httpd\n'} 2025-10-05 07:34:20.624606 | fa163e58-29ec-9cb1-0e1f-0000000022bd | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:04:09.018271 | 5.36s 2025-10-05 07:34:22.561326 | fa163e58-29ec-9cb1-0e1f-0000000022bd | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.storagemgmt.ooo.test', 'key_size': '2048', 'name': 'httpd-storage_mgmt', 'principal': 'HTTP/standalone.storagemgmt.ooo.test@OOO.TEST', 'run_after': 'cp /etc/pki/tls/certs/httpd-storage_mgmt.crt /etc/pki/tls/certs/httpd/httpd-storage_mgmt.crt\ncp /etc/pki/tls/private/httpd-storage_mgmt.key /etc/pki/tls/private/httpd/httpd-storage_mgmt.key\npkill -USR1 httpd\n'} 2025-10-05 07:34:22.563671 | fa163e58-29ec-9cb1-0e1f-0000000022bd | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:04:10.957358 | 7.30s 2025-10-05 07:34:24.571765 | fa163e58-29ec-9cb1-0e1f-0000000022bd | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.internalapi.ooo.test', 'key_size': '2048', 'name': 'httpd-internal_api', 'principal': 'HTTP/standalone.internalapi.ooo.test@OOO.TEST', 'run_after': 'cp /etc/pki/tls/certs/httpd-internal_api.crt /etc/pki/tls/certs/httpd/httpd-internal_api.crt\ncp /etc/pki/tls/private/httpd-internal_api.key /etc/pki/tls/private/httpd/httpd-internal_api.key\npkill -USR1 httpd\n'} 2025-10-05 07:34:24.574216 | fa163e58-29ec-9cb1-0e1f-0000000022bd | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:04:12.967905 | 9.31s 2025-10-05 07:34:26.188674 | fa163e58-29ec-9cb1-0e1f-0000000022bd | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.external.ooo.test', 'key_size': '2048', 'name': 'httpd-external', 'principal': 'HTTP/standalone.external.ooo.test@OOO.TEST', 'run_after': 'cp /etc/pki/tls/certs/httpd-external.crt /etc/pki/tls/certs/httpd/httpd-external.crt\ncp /etc/pki/tls/private/httpd-external.key /etc/pki/tls/private/httpd/httpd-external.key\npkill -USR1 httpd\n'} 2025-10-05 07:34:26.191148 | fa163e58-29ec-9cb1-0e1f-0000000022bd | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:04:14.584835 | 10.93s 2025-10-05 07:34:26.203015 | fa163e58-29ec-9cb1-0e1f-0000000022bd | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:04:14.596667 | 10.94s 2025-10-05 07:34:26.254162 | fa163e58-29ec-9cb1-0e1f-0000000021bd | TASK | Fail if container image is undefined 2025-10-05 07:34:26.329954 | fa163e58-29ec-9cb1-0e1f-0000000021bd | SKIPPED | Fail if container image is undefined | standalone 2025-10-05 07:34:26.331345 | fa163e58-29ec-9cb1-0e1f-0000000021bd | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:14.725030 | 0.07s 2025-10-05 07:34:26.373894 | fa163e58-29ec-9cb1-0e1f-0000000021be | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image 2025-10-05 07:34:42.184237 | fa163e58-29ec-9cb1-0e1f-0000000021be | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone 2025-10-05 07:34:42.185874 | fa163e58-29ec-9cb1-0e1f-0000000021be | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone | 0:04:30.579551 | 15.81s 2025-10-05 07:34:42.240246 | fa163e58-29ec-9cb1-0e1f-0000000021bf | TASK | Tag cluster.common.tag/cinder-backup:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image 2025-10-05 07:34:42.617727 | fa163e58-29ec-9cb1-0e1f-0000000021bf | CHANGED | Tag cluster.common.tag/cinder-backup:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone 2025-10-05 07:34:42.619168 | fa163e58-29ec-9cb1-0e1f-0000000021bf | 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:31.012851 | 0.38s 2025-10-05 07:34:42.667183 | fa163e58-29ec-9cb1-0e1f-0000000021ce | TASK | Fail if container image is undefined 2025-10-05 07:34:42.732314 | fa163e58-29ec-9cb1-0e1f-0000000021ce | SKIPPED | Fail if container image is undefined | standalone 2025-10-05 07:34:42.733621 | fa163e58-29ec-9cb1-0e1f-0000000021ce | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:31.127309 | 0.06s 2025-10-05 07:34:42.774305 | fa163e58-29ec-9cb1-0e1f-0000000021cf | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image 2025-10-05 07:34:47.856773 | fa163e58-29ec-9cb1-0e1f-0000000021cf | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone 2025-10-05 07:34:47.858791 | fa163e58-29ec-9cb1-0e1f-0000000021cf | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone | 0:04:36.252471 | 5.08s 2025-10-05 07:34:47.914550 | fa163e58-29ec-9cb1-0e1f-0000000021d0 | TASK | Tag cluster.common.tag/cinder-volume:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image 2025-10-05 07:34:48.284488 | fa163e58-29ec-9cb1-0e1f-0000000021d0 | CHANGED | Tag cluster.common.tag/cinder-volume:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone 2025-10-05 07:34:48.286112 | fa163e58-29ec-9cb1-0e1f-0000000021d0 | 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:36.679796 | 0.37s 2025-10-05 07:34:48.334012 | fa163e58-29ec-9cb1-0e1f-0000000021db | TASK | Check if rsyslog exists 2025-10-05 07:34:49.643985 | fa163e58-29ec-9cb1-0e1f-0000000021db | CHANGED | Check if rsyslog exists | standalone 2025-10-05 07:34:49.645681 | fa163e58-29ec-9cb1-0e1f-0000000021db | TIMING | Check if rsyslog exists | standalone | 0:04:38.039366 | 1.31s 2025-10-05 07:34:49.670031 | fa163e58-29ec-9cb1-0e1f-0000000021dd | TASK | Forward logging to haproxy.log file 2025-10-05 07:34:49.936133 | fa163e58-29ec-9cb1-0e1f-0000000021dd | CHANGED | Forward logging to haproxy.log file | standalone 2025-10-05 07:34:49.938181 | fa163e58-29ec-9cb1-0e1f-0000000021dd | TIMING | Forward logging to haproxy.log file | standalone | 0:04:38.331863 | 0.27s 2025-10-05 07:34:49.963506 | fa163e58-29ec-9cb1-0e1f-0000000021de | TASK | restart rsyslog service after logging conf change 2025-10-05 07:34:50.891004 | fa163e58-29ec-9cb1-0e1f-0000000021de | CHANGED | restart rsyslog service after logging conf change | standalone 2025-10-05 07:34:50.892945 | fa163e58-29ec-9cb1-0e1f-0000000021de | TIMING | restart rsyslog service after logging conf change | standalone | 0:04:39.286634 | 0.93s 2025-10-05 07:34:50.919292 | fa163e58-29ec-9cb1-0e1f-0000000021e5 | TASK | Fail if container image is undefined 2025-10-05 07:34:50.983698 | fa163e58-29ec-9cb1-0e1f-0000000021e5 | SKIPPED | Fail if container image is undefined | standalone 2025-10-05 07:34:50.984977 | fa163e58-29ec-9cb1-0e1f-0000000021e5 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:39.378663 | 0.06s 2025-10-05 07:34:51.026410 | fa163e58-29ec-9cb1-0e1f-0000000021e6 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image 2025-10-05 07:34:56.713895 | fa163e58-29ec-9cb1-0e1f-0000000021e6 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone 2025-10-05 07:34:56.715335 | fa163e58-29ec-9cb1-0e1f-0000000021e6 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone | 0:04:45.109024 | 5.69s 2025-10-05 07:34:56.769297 | fa163e58-29ec-9cb1-0e1f-0000000021e7 | TASK | Tag cluster.common.tag/haproxy:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image 2025-10-05 07:34:57.149699 | fa163e58-29ec-9cb1-0e1f-0000000021e7 | CHANGED | Tag cluster.common.tag/haproxy:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone 2025-10-05 07:34:57.151389 | fa163e58-29ec-9cb1-0e1f-0000000021e7 | 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:45.545072 | 0.38s 2025-10-05 07:34:57.201034 | fa163e58-29ec-9cb1-0e1f-0000000021f2 | TASK | make sure certmonger is installed 2025-10-05 07:35:00.126673 | fa163e58-29ec-9cb1-0e1f-0000000021f2 | OK | make sure certmonger is installed | standalone 2025-10-05 07:35:00.128349 | fa163e58-29ec-9cb1-0e1f-0000000021f2 | TIMING | make sure certmonger is installed | standalone | 0:04:48.522037 | 2.93s 2025-10-05 07:35:00.154894 | fa163e58-29ec-9cb1-0e1f-0000000021f3 | TASK | make sure certmonger service is started 2025-10-05 07:35:01.575768 | fa163e58-29ec-9cb1-0e1f-0000000021f3 | OK | make sure certmonger service is started | standalone 2025-10-05 07:35:01.577770 | fa163e58-29ec-9cb1-0e1f-0000000021f3 | TIMING | make sure certmonger service is started | standalone | 0:04:49.971458 | 1.42s 2025-10-05 07:35:01.603138 | fa163e58-29ec-9cb1-0e1f-0000000021f4 | TASK | Create dirs for certificates and keys 2025-10-05 07:35:06.161989 | fa163e58-29ec-9cb1-0e1f-0000000021f4 | CHANGED | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/certs/haproxy 2025-10-05 07:35:06.164252 | fa163e58-29ec-9cb1-0e1f-0000000021f4 | TIMING | Create dirs for certificates and keys | standalone | 0:04:54.557939 | 4.56s 2025-10-05 07:35:06.556421 | fa163e58-29ec-9cb1-0e1f-0000000021f4 | CHANGED | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/private/haproxy 2025-10-05 07:35:06.558017 | fa163e58-29ec-9cb1-0e1f-0000000021f4 | TIMING | Create dirs for certificates and keys | standalone | 0:04:54.951707 | 4.95s 2025-10-05 07:35:06.568878 | fa163e58-29ec-9cb1-0e1f-0000000021f4 | TIMING | Create dirs for certificates and keys | standalone | 0:04:54.962570 | 4.96s 2025-10-05 07:35:06.593815 | fa163e58-29ec-9cb1-0e1f-0000000021f5 | TASK | Extract and trust certmonger's local CA 2025-10-05 07:35:07.961763 | fa163e58-29ec-9cb1-0e1f-0000000021f5 | CHANGED | Extract and trust certmonger's local CA | standalone 2025-10-05 07:35:07.963214 | fa163e58-29ec-9cb1-0e1f-0000000021f5 | TIMING | Extract and trust certmonger's local CA | standalone | 0:04:56.356903 | 1.37s 2025-10-05 07:35:08.037340 | fa163e58-29ec-9cb1-0e1f-0000000021f6 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:56.431018 | 0.05s 2025-10-05 07:35:08.103836 | fa163e58-29ec-9cb1-0e1f-000000002365 | TASK | Set version specific variables 2025-10-05 07:35:08.152406 | fa163e58-29ec-9cb1-0e1f-000000002365 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:04:56.546093 | 0.05s 2025-10-05 07:35:08.164051 | 91f3849d-9090-42de-a2fb-a6b0137c45ce | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-10-05 07:35:08.185510 | fa163e58-29ec-9cb1-0e1f-0000000023a4 | TASK | Ensure ansible_facts used by role 2025-10-05 07:35:08.585247 | fa163e58-29ec-9cb1-0e1f-0000000023a4 | OK | Ensure ansible_facts used by role | standalone 2025-10-05 07:35:08.586862 | fa163e58-29ec-9cb1-0e1f-0000000023a4 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:04:56.980550 | 0.40s 2025-10-05 07:35:08.612474 | fa163e58-29ec-9cb1-0e1f-0000000023a5 | TASK | Set platform/version specific variables 2025-10-05 07:35:08.669221 | fa163e58-29ec-9cb1-0e1f-0000000023a5 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-05 07:35:08.685114 | fa163e58-29ec-9cb1-0e1f-0000000023a5 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-05 07:35:08.698116 | fa163e58-29ec-9cb1-0e1f-0000000023a5 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-10-05 07:35:08.708537 | fa163e58-29ec-9cb1-0e1f-0000000023a5 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-10-05 07:35:08.714697 | fa163e58-29ec-9cb1-0e1f-0000000023a5 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:04:57.108379 | 0.10s 2025-10-05 07:35:08.740790 | fa163e58-29ec-9cb1-0e1f-000000002366 | TASK | Ensure certificate role dependencies are installed 2025-10-05 07:35:11.701021 | fa163e58-29ec-9cb1-0e1f-000000002366 | OK | Ensure certificate role dependencies are installed | standalone 2025-10-05 07:35:11.702666 | fa163e58-29ec-9cb1-0e1f-000000002366 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:05:00.096353 | 2.96s 2025-10-05 07:35:11.728700 | fa163e58-29ec-9cb1-0e1f-000000002368 | TASK | Ensure provider packages are installed 2025-10-05 07:35:14.712305 | fa163e58-29ec-9cb1-0e1f-000000002368 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:03.105976 | 2.98s 2025-10-05 07:35:14.724696 | fa163e58-29ec-9cb1-0e1f-000000002368 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:03.118379 | 2.99s 2025-10-05 07:35:14.750149 | fa163e58-29ec-9cb1-0e1f-00000000236a | TASK | Ensure pre-scripts hooks directory exists 2025-10-05 07:35:15.072751 | fa163e58-29ec-9cb1-0e1f-00000000236a | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-10-05 07:35:15.074569 | fa163e58-29ec-9cb1-0e1f-00000000236a | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:03.468257 | 0.32s 2025-10-05 07:35:15.084063 | fa163e58-29ec-9cb1-0e1f-00000000236a | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:03.477755 | 0.33s 2025-10-05 07:35:15.107828 | fa163e58-29ec-9cb1-0e1f-00000000236c | TASK | Ensure post-scripts hooks directory exists 2025-10-05 07:35:15.439027 | fa163e58-29ec-9cb1-0e1f-00000000236c | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-10-05 07:35:15.440488 | fa163e58-29ec-9cb1-0e1f-00000000236c | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:03.834170 | 0.33s 2025-10-05 07:35:15.446968 | fa163e58-29ec-9cb1-0e1f-00000000236c | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:03.840648 | 0.34s 2025-10-05 07:35:15.473442 | fa163e58-29ec-9cb1-0e1f-00000000236e | TASK | Ensure provider service is running 2025-10-05 07:35:15.935487 | fa163e58-29ec-9cb1-0e1f-00000000236e | OK | Ensure provider service is running | standalone | item=certmonger 2025-10-05 07:35:15.937479 | fa163e58-29ec-9cb1-0e1f-00000000236e | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:04.331164 | 0.46s 2025-10-05 07:35:15.946475 | fa163e58-29ec-9cb1-0e1f-00000000236e | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:04.340159 | 0.47s 2025-10-05 07:35:15.973149 | fa163e58-29ec-9cb1-0e1f-000000002371 | TASK | Ensure certificate requests 2025-10-05 07:35:18.024281 | fa163e58-29ec-9cb1-0e1f-000000002371 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.ooo.test', 'ip': [], 'key_size': '2048', 'name': 'haproxy-external-cert', 'principal': 'haproxy/standalone.ooo.test@OOO.TEST', 'run_after': '# Copy crt and key for backward compatibility\ncp "/etc/pki/tls/certs/haproxy-external-cert.crt" "/etc/pki/tls/certs/haproxy/overcloud-haproxy-external.crt"\ncp "/etc/pki/tls/private/haproxy-external-cert.key" "/etc/pki/tls/private/haproxy/overcloud-haproxy-external.key"\n\nca_type=ipa\nif [ "$ca_type" = "self-sign" ]; then\n # refresh the ca cert just in case the ca cert has been renewed\n ca_pem=\'/etc/pki/ca-trust/source/anchors/cm-local-ca.pem\'\n openssl pkcs12 -in /var/lib/certmonger/local/creds -out ${ca_pem} -nokeys -nodes -passin pass:\'\'\n chmod 0644 ${ca_pem}\n update-ca-trust extract\n test -e ${ca_pem} && openssl x509 -checkend 0 -noout -in ${ca_pem}\n openssl x509 -in ${ca_pem} -out /tmp/cm-local-ca.pem\n ca_path="/tmp/cm-local-ca.pem"\nelse\n ca_path="/etc/ipa/ca.crt"\nfi\n\nservice_crt="/etc/pki/tls/certs/haproxy/overcloud-haproxy-external.crt"\nservice_key="/etc/pki/tls/private/haproxy/overcloud-haproxy-external.key"\nservice_pem="/etc/pki/tls/private/overcloud_endpoint.pem"\n\ncat "$service_crt" "$ca_path" "$service_key" > "$service_pem"\n\ncontainer_name=$(podman ps --format=\\{\\{.Names\\}\\} | grep -w -E \'haproxy(-bundle-.*-[0-9]+)?\')\n# Inject the new pem into the running container\nif echo "$container_name" | grep -q "^haproxy-bundle"; then\n # lp#1917868: Do not use podman cp with HA containers as they get\n # frozen temporarily and that can make pacemaker operation fail.\n tar -c "$service_pem" | podman exec -i "$container_name" tar -C / -xv\n # no need to update the mount point, because pacemaker\n # recreates the container when it\'s restarted\nelse\n # Refresh the pem at the mount-point\n podman cp $service_pem "$container_name:/var/lib/kolla/config_files/src-tls/$service_pem"\n # Copy the new pem from the mount-point to the real path\n podman exec "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_pem" "$service_pem"\nfi\n# Set appropriate permissions\npodman exec "$container_name" chown haproxy:haproxy "$service_pem"\n# Trigger a reload for HAProxy to read the new certificates\npodman kill --signal HUP "$container_name"\n'} 2025-10-05 07:35:18.027669 | fa163e58-29ec-9cb1-0e1f-000000002371 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:06.421347 | 2.05s 2025-10-05 07:35:18.038143 | fa163e58-29ec-9cb1-0e1f-000000002371 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:06.431834 | 2.06s 2025-10-05 07:35:18.085858 | fa163e58-29ec-9cb1-0e1f-0000000021f8 | TASK | Create dirs for certificates and keys 2025-10-05 07:35:18.359317 | fa163e58-29ec-9cb1-0e1f-0000000021f8 | OK | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/certs/haproxy 2025-10-05 07:35:18.361163 | fa163e58-29ec-9cb1-0e1f-0000000021f8 | TIMING | Create dirs for certificates and keys | standalone | 0:05:06.754850 | 0.27s 2025-10-05 07:35:18.582732 | fa163e58-29ec-9cb1-0e1f-0000000021f8 | OK | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/private/haproxy 2025-10-05 07:35:18.583870 | fa163e58-29ec-9cb1-0e1f-0000000021f8 | TIMING | Create dirs for certificates and keys | standalone | 0:05:06.977555 | 0.50s 2025-10-05 07:35:18.591696 | fa163e58-29ec-9cb1-0e1f-0000000021f8 | TIMING | Create dirs for certificates and keys | standalone | 0:05:06.985374 | 0.50s 2025-10-05 07:35:18.666833 | fa163e58-29ec-9cb1-0e1f-0000000021f9 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:05:07.060510 | 0.05s 2025-10-05 07:35:18.731727 | fa163e58-29ec-9cb1-0e1f-0000000023f3 | TASK | Set version specific variables 2025-10-05 07:35:18.780463 | fa163e58-29ec-9cb1-0e1f-0000000023f3 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:05:07.174136 | 0.05s 2025-10-05 07:35:18.799110 | fd93c954-7400-4e9b-b73d-882ae4281be4 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-10-05 07:35:18.827838 | fa163e58-29ec-9cb1-0e1f-000000002426 | TASK | Ensure ansible_facts used by role 2025-10-05 07:35:19.213754 | fa163e58-29ec-9cb1-0e1f-000000002426 | OK | Ensure ansible_facts used by role | standalone 2025-10-05 07:35:19.215474 | fa163e58-29ec-9cb1-0e1f-000000002426 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:05:07.609160 | 0.39s 2025-10-05 07:35:19.240614 | fa163e58-29ec-9cb1-0e1f-000000002427 | TASK | Set platform/version specific variables 2025-10-05 07:35:19.299977 | fa163e58-29ec-9cb1-0e1f-000000002427 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-05 07:35:19.312287 | fa163e58-29ec-9cb1-0e1f-000000002427 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-05 07:35:19.325956 | fa163e58-29ec-9cb1-0e1f-000000002427 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-10-05 07:35:19.336907 | fa163e58-29ec-9cb1-0e1f-000000002427 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-10-05 07:35:19.349395 | fa163e58-29ec-9cb1-0e1f-000000002427 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:05:07.743072 | 0.11s 2025-10-05 07:35:19.374741 | fa163e58-29ec-9cb1-0e1f-0000000023f4 | TASK | Ensure certificate role dependencies are installed 2025-10-05 07:35:22.307974 | fa163e58-29ec-9cb1-0e1f-0000000023f4 | OK | Ensure certificate role dependencies are installed | standalone 2025-10-05 07:35:22.309462 | fa163e58-29ec-9cb1-0e1f-0000000023f4 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:05:10.703151 | 2.93s 2025-10-05 07:35:22.333172 | fa163e58-29ec-9cb1-0e1f-0000000023f6 | TASK | Ensure provider packages are installed 2025-10-05 07:35:25.236379 | fa163e58-29ec-9cb1-0e1f-0000000023f6 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:13.630050 | 2.90s 2025-10-05 07:35:25.248682 | fa163e58-29ec-9cb1-0e1f-0000000023f6 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:13.642362 | 2.91s 2025-10-05 07:35:25.273635 | fa163e58-29ec-9cb1-0e1f-0000000023f8 | TASK | Ensure pre-scripts hooks directory exists 2025-10-05 07:35:25.555805 | fa163e58-29ec-9cb1-0e1f-0000000023f8 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-10-05 07:35:25.558070 | fa163e58-29ec-9cb1-0e1f-0000000023f8 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:13.951752 | 0.28s 2025-10-05 07:35:25.568342 | fa163e58-29ec-9cb1-0e1f-0000000023f8 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:13.962025 | 0.29s 2025-10-05 07:35:25.588990 | fa163e58-29ec-9cb1-0e1f-0000000023fa | TASK | Ensure post-scripts hooks directory exists 2025-10-05 07:35:25.884488 | fa163e58-29ec-9cb1-0e1f-0000000023fa | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-10-05 07:35:25.886546 | fa163e58-29ec-9cb1-0e1f-0000000023fa | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:14.280233 | 0.30s 2025-10-05 07:35:25.896444 | fa163e58-29ec-9cb1-0e1f-0000000023fa | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:14.290137 | 0.31s 2025-10-05 07:35:25.920888 | fa163e58-29ec-9cb1-0e1f-0000000023fc | TASK | Ensure provider service is running 2025-10-05 07:35:27.340048 | fa163e58-29ec-9cb1-0e1f-0000000023fc | OK | Ensure provider service is running | standalone | item=certmonger 2025-10-05 07:35:27.342678 | fa163e58-29ec-9cb1-0e1f-0000000023fc | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:15.736364 | 1.42s 2025-10-05 07:35:27.353004 | fa163e58-29ec-9cb1-0e1f-0000000023fc | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:15.746693 | 1.43s 2025-10-05 07:35:27.378439 | fa163e58-29ec-9cb1-0e1f-0000000023ff | TASK | Ensure certificate requests 2025-10-05 07:35:29.431005 | fa163e58-29ec-9cb1-0e1f-0000000023ff | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': ['standalone.ctlplane.ooo.test', 'overcloud.ctlplane.ooo.test'], 'key_size': '2048', 'name': 'haproxy-ctlplane-cert', 'principal': 'haproxy/standalone.ctlplane.ooo.test@OOO.TEST', 'run_after': '# Copy crt and key for backward compatibility\ncp "/etc/pki/tls/certs/haproxy-ctlplane-cert.crt" "/etc/pki/tls/certs/haproxy/overcloud-haproxy-ctlplane.crt"\ncp "/etc/pki/tls/private/haproxy-ctlplane-cert.key" "/etc/pki/tls/private/haproxy/overcloud-haproxy-ctlplane.key"\n\nca_path="/etc/ipa/ca.crt"\nservice_crt="/etc/pki/tls/certs/haproxy/overcloud-haproxy-ctlplane.crt"\nservice_key="/etc/pki/tls/private/haproxy/overcloud-haproxy-ctlplane.key"\nservice_pem="/etc/pki/tls/certs/haproxy/overcloud-haproxy-ctlplane.pem"\n\ncat "$service_crt" "$ca_path" "$service_key" > "$service_pem"\n\ncontainer_name=$(podman ps --format=\\{\\{.Names\\}\\} | grep -w -E \'haproxy(-bundle-.*-[0-9]+)?\')\n# Inject the new pem into the running container\nif echo "$container_name" | grep -q "^haproxy-bundle"; then\n # lp#1917868: Do not use podman cp with HA containers as they get\n # frozen temporarily and that can make pacemaker operation fail.\n tar -c "$service_pem" | podman exec -i "$container_name" tar -C / -xv\n # no need to update the mount point, because pacemaker\n # recreates the container when it\'s restarted\nelse\n # Refresh the pem at the mount-point\n podman cp $service_pem "$container_name:/var/lib/kolla/config_files/src-tls/$service_pem"\n # Copy the new pem from the mount-point to the real path\n podman exec "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_pem" "$service_pem"\nfi\n# Set appropriate permissions\npodman exec "$container_name" chown haproxy:haproxy "$service_pem"\n# Trigger a reload for HAProxy to read the new certificates\npodman kill --signal HUP "$container_name"\n'} 2025-10-05 07:35:29.433943 | fa163e58-29ec-9cb1-0e1f-0000000023ff | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:17.827625 | 2.05s 2025-10-05 07:35:31.168809 | fa163e58-29ec-9cb1-0e1f-0000000023ff | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': ['standalone.storage.ooo.test', 'overcloud.storage.ooo.test'], 'key_size': '2048', 'name': 'haproxy-storage-cert', 'principal': 'haproxy/standalone.storage.ooo.test@OOO.TEST', 'run_after': '# Copy crt and key for backward compatibility\ncp "/etc/pki/tls/certs/haproxy-storage-cert.crt" "/etc/pki/tls/certs/haproxy/overcloud-haproxy-storage.crt"\ncp "/etc/pki/tls/private/haproxy-storage-cert.key" "/etc/pki/tls/private/haproxy/overcloud-haproxy-storage.key"\n\nca_path="/etc/ipa/ca.crt"\nservice_crt="/etc/pki/tls/certs/haproxy/overcloud-haproxy-storage.crt"\nservice_key="/etc/pki/tls/private/haproxy/overcloud-haproxy-storage.key"\nservice_pem="/etc/pki/tls/certs/haproxy/overcloud-haproxy-storage.pem"\n\ncat "$service_crt" "$ca_path" "$service_key" > "$service_pem"\n\ncontainer_name=$(podman ps --format=\\{\\{.Names\\}\\} | grep -w -E \'haproxy(-bundle-.*-[0-9]+)?\')\n# Inject the new pem into the running container\nif echo "$container_name" | grep -q "^haproxy-bundle"; then\n # lp#1917868: Do not use podman cp with HA containers as they get\n # frozen temporarily and that can make pacemaker operation fail.\n tar -c "$service_pem" | podman exec -i "$container_name" tar -C / -xv\n # no need to update the mount point, because pacemaker\n # recreates the container when it\'s restarted\nelse\n # Refresh the pem at the mount-point\n podman cp $service_pem "$container_name:/var/lib/kolla/config_files/src-tls/$service_pem"\n # Copy the new pem from the mount-point to the real path\n podman exec "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_pem" "$service_pem"\nfi\n# Set appropriate permissions\npodman exec "$container_name" chown haproxy:haproxy "$service_pem"\n# Trigger a reload for HAProxy to read the new certificates\npodman kill --signal HUP "$container_name"\n'} 2025-10-05 07:35:31.170038 | fa163e58-29ec-9cb1-0e1f-0000000023ff | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:19.563727 | 3.79s 2025-10-05 07:35:33.345735 | fa163e58-29ec-9cb1-0e1f-0000000023ff | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': ['standalone.storagemgmt.ooo.test', 'overcloud.storagemgmt.ooo.test'], 'key_size': '2048', 'name': 'haproxy-storage_mgmt-cert', 'principal': 'haproxy/standalone.storagemgmt.ooo.test@OOO.TEST', 'run_after': '# Copy crt and key for backward compatibility\ncp "/etc/pki/tls/certs/haproxy-storage_mgmt-cert.crt" "/etc/pki/tls/certs/haproxy/overcloud-haproxy-storage_mgmt.crt"\ncp "/etc/pki/tls/private/haproxy-storage_mgmt-cert.key" "/etc/pki/tls/private/haproxy/overcloud-haproxy-storage_mgmt.key"\n\nca_path="/etc/ipa/ca.crt"\nservice_crt="/etc/pki/tls/certs/haproxy/overcloud-haproxy-storage_mgmt.crt"\nservice_key="/etc/pki/tls/private/haproxy/overcloud-haproxy-storage_mgmt.key"\nservice_pem="/etc/pki/tls/certs/haproxy/overcloud-haproxy-storage_mgmt.pem"\n\ncat "$service_crt" "$ca_path" "$service_key" > "$service_pem"\n\ncontainer_name=$(podman ps --format=\\{\\{.Names\\}\\} | grep -w -E \'haproxy(-bundle-.*-[0-9]+)?\')\n# Inject the new pem into the running container\nif echo "$container_name" | grep -q "^haproxy-bundle"; then\n # lp#1917868: Do not use podman cp with HA containers as they get\n # frozen temporarily and that can make pacemaker operation fail.\n tar -c "$service_pem" | podman exec -i "$container_name" tar -C / -xv\n # no need to update the mount point, because pacemaker\n # recreates the container when it\'s restarted\nelse\n # Refresh the pem at the mount-point\n podman cp $service_pem "$container_name:/var/lib/kolla/config_files/src-tls/$service_pem"\n # Copy the new pem from the mount-point to the real path\n podman exec "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_pem" "$service_pem"\nfi\n# Set appropriate permissions\npodman exec "$container_name" chown haproxy:haproxy "$service_pem"\n# Trigger a reload for HAProxy to read the new certificates\npodman kill --signal HUP "$container_name"\n'} 2025-10-05 07:35:33.347668 | fa163e58-29ec-9cb1-0e1f-0000000023ff | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:21.741357 | 5.97s 2025-10-05 07:35:35.106411 | fa163e58-29ec-9cb1-0e1f-0000000023ff | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': ['standalone.internalapi.ooo.test', 'overcloud.internalapi.ooo.test'], 'key_size': '2048', 'name': 'haproxy-internal_api-cert', 'principal': 'haproxy/standalone.internalapi.ooo.test@OOO.TEST', 'run_after': '# Copy crt and key for backward compatibility\ncp "/etc/pki/tls/certs/haproxy-internal_api-cert.crt" "/etc/pki/tls/certs/haproxy/overcloud-haproxy-internal_api.crt"\ncp "/etc/pki/tls/private/haproxy-internal_api-cert.key" "/etc/pki/tls/private/haproxy/overcloud-haproxy-internal_api.key"\n\nca_path="/etc/ipa/ca.crt"\nservice_crt="/etc/pki/tls/certs/haproxy/overcloud-haproxy-internal_api.crt"\nservice_key="/etc/pki/tls/private/haproxy/overcloud-haproxy-internal_api.key"\nservice_pem="/etc/pki/tls/certs/haproxy/overcloud-haproxy-internal_api.pem"\n\ncat "$service_crt" "$ca_path" "$service_key" > "$service_pem"\n\ncontainer_name=$(podman ps --format=\\{\\{.Names\\}\\} | grep -w -E \'haproxy(-bundle-.*-[0-9]+)?\')\n# Inject the new pem into the running container\nif echo "$container_name" | grep -q "^haproxy-bundle"; then\n # lp#1917868: Do not use podman cp with HA containers as they get\n # frozen temporarily and that can make pacemaker operation fail.\n tar -c "$service_pem" | podman exec -i "$container_name" tar -C / -xv\n # no need to update the mount point, because pacemaker\n # recreates the container when it\'s restarted\nelse\n # Refresh the pem at the mount-point\n podman cp $service_pem "$container_name:/var/lib/kolla/config_files/src-tls/$service_pem"\n # Copy the new pem from the mount-point to the real path\n podman exec "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_pem" "$service_pem"\nfi\n# Set appropriate permissions\npodman exec "$container_name" chown haproxy:haproxy "$service_pem"\n# Trigger a reload for HAProxy to read the new certificates\npodman kill --signal HUP "$container_name"\n'} 2025-10-05 07:35:35.107726 | fa163e58-29ec-9cb1-0e1f-0000000023ff | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:23.501416 | 7.73s 2025-10-05 07:35:35.116122 | fa163e58-29ec-9cb1-0e1f-0000000023ff | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:23.509802 | 7.74s 2025-10-05 07:35:35.164450 | fa163e58-29ec-9cb1-0e1f-0000000021fb | TASK | Run lvmfilter role 2025-10-05 07:35:35.215002 | fa163e58-29ec-9cb1-0e1f-0000000021fb | TIMING | Run lvmfilter role | standalone | 0:05:23.608681 | 0.05s 2025-10-05 07:35:35.287426 | fa163e58-29ec-9cb1-0e1f-000000002493 | TASK | Check if lvm2 is installed 2025-10-05 07:35:35.505650 | fa163e58-29ec-9cb1-0e1f-000000002493 | CHANGED | Check if lvm2 is installed | standalone 2025-10-05 07:35:35.507198 | fa163e58-29ec-9cb1-0e1f-000000002493 | TIMING | tripleo_lvmfilter : Check if lvm2 is installed | standalone | 0:05:23.900883 | 0.22s 2025-10-05 07:35:35.527959 | fa163e58-29ec-9cb1-0e1f-000000002495 | TASK | collect ansible devices 2025-10-05 07:35:35.576396 | fa163e58-29ec-9cb1-0e1f-000000002495 | SKIPPED | collect ansible devices | standalone 2025-10-05 07:35:35.577939 | fa163e58-29ec-9cb1-0e1f-000000002495 | TIMING | tripleo_lvmfilter : collect ansible devices | standalone | 0:05:23.971617 | 0.05s 2025-10-05 07:35:35.603321 | fa163e58-29ec-9cb1-0e1f-000000002496 | TASK | collect in-use lvm2 devices list 2025-10-05 07:35:35.654613 | fa163e58-29ec-9cb1-0e1f-000000002496 | SKIPPED | collect in-use lvm2 devices list | standalone 2025-10-05 07:35:35.655866 | fa163e58-29ec-9cb1-0e1f-000000002496 | TIMING | tripleo_lvmfilter : collect in-use lvm2 devices list | standalone | 0:05:24.049546 | 0.05s 2025-10-05 07:35:35.680591 | fa163e58-29ec-9cb1-0e1f-000000002497 | TASK | set allowed_devices 2025-10-05 07:35:35.730897 | fa163e58-29ec-9cb1-0e1f-000000002497 | SKIPPED | set allowed_devices | standalone 2025-10-05 07:35:35.731975 | fa163e58-29ec-9cb1-0e1f-000000002497 | TIMING | tripleo_lvmfilter : set allowed_devices | standalone | 0:05:24.125663 | 0.05s 2025-10-05 07:35:35.757413 | fa163e58-29ec-9cb1-0e1f-000000002498 | TASK | build lvm2 allow list 2025-10-05 07:35:35.807173 | fa163e58-29ec-9cb1-0e1f-000000002498 | SKIPPED | build lvm2 allow list | standalone 2025-10-05 07:35:35.808491 | fa163e58-29ec-9cb1-0e1f-000000002498 | TIMING | tripleo_lvmfilter : build lvm2 allow list | standalone | 0:05:24.202171 | 0.05s 2025-10-05 07:35:35.833134 | fa163e58-29ec-9cb1-0e1f-000000002499 | TASK | build lvm2 deny list 2025-10-05 07:35:35.884024 | fa163e58-29ec-9cb1-0e1f-000000002499 | SKIPPED | build lvm2 deny list | standalone 2025-10-05 07:35:35.885247 | fa163e58-29ec-9cb1-0e1f-000000002499 | TIMING | tripleo_lvmfilter : build lvm2 deny list | standalone | 0:05:24.278928 | 0.05s 2025-10-05 07:35:35.909995 | fa163e58-29ec-9cb1-0e1f-00000000249a | TASK | build lvm2 filter 2025-10-05 07:35:35.961015 | fa163e58-29ec-9cb1-0e1f-00000000249a | SKIPPED | build lvm2 filter | standalone 2025-10-05 07:35:35.962213 | fa163e58-29ec-9cb1-0e1f-00000000249a | TIMING | tripleo_lvmfilter : build lvm2 filter | standalone | 0:05:24.355900 | 0.05s 2025-10-05 07:35:35.985773 | fa163e58-29ec-9cb1-0e1f-00000000249b | TASK | regenerate lvm config 2025-10-05 07:35:36.036624 | fa163e58-29ec-9cb1-0e1f-00000000249b | SKIPPED | regenerate lvm config | standalone 2025-10-05 07:35:36.037825 | fa163e58-29ec-9cb1-0e1f-00000000249b | TIMING | tripleo_lvmfilter : regenerate lvm config | standalone | 0:05:24.431512 | 0.05s 2025-10-05 07:35:36.062327 | fa163e58-29ec-9cb1-0e1f-00000000249c | TASK | copy new lvm.conf in place 2025-10-05 07:35:36.114795 | fa163e58-29ec-9cb1-0e1f-00000000249c | SKIPPED | copy new lvm.conf in place | standalone 2025-10-05 07:35:36.116097 | fa163e58-29ec-9cb1-0e1f-00000000249c | TIMING | tripleo_lvmfilter : copy new lvm.conf in place | standalone | 0:05:24.509776 | 0.05s 2025-10-05 07:35:36.166217 | fa163e58-29ec-9cb1-0e1f-000000002201 | TASK | Fail if container image is undefined 2025-10-05 07:35:36.226760 | fa163e58-29ec-9cb1-0e1f-000000002201 | SKIPPED | Fail if container image is undefined | standalone 2025-10-05 07:35:36.228003 | fa163e58-29ec-9cb1-0e1f-000000002201 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:05:24.621691 | 0.06s 2025-10-05 07:35:36.268389 | fa163e58-29ec-9cb1-0e1f-000000002202 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image 2025-10-05 07:35:45.331159 | fa163e58-29ec-9cb1-0e1f-000000002202 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image | standalone 2025-10-05 07:35:45.332608 | fa163e58-29ec-9cb1-0e1f-000000002202 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image | standalone | 0:05:33.726269 | 9.06s 2025-10-05 07:35:45.388693 | fa163e58-29ec-9cb1-0e1f-000000002203 | TASK | Tag cluster.common.tag/manila-share:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image 2025-10-05 07:35:45.770782 | fa163e58-29ec-9cb1-0e1f-000000002203 | CHANGED | Tag cluster.common.tag/manila-share:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image | standalone 2025-10-05 07:35:45.772245 | fa163e58-29ec-9cb1-0e1f-000000002203 | TIMING | tripleo_container_tag : Tag cluster.common.tag/manila-share:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image | standalone | 0:05:34.165934 | 0.38s 2025-10-05 07:35:45.870355 | fa163e58-29ec-9cb1-0e1f-00000000220e | TIMING | include_role : linux-system-roles.certificate | standalone | 0:05:34.264032 | 0.05s 2025-10-05 07:35:45.931762 | fa163e58-29ec-9cb1-0e1f-00000000250b | TASK | Set version specific variables 2025-10-05 07:35:45.980525 | fa163e58-29ec-9cb1-0e1f-00000000250b | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:05:34.374205 | 0.05s 2025-10-05 07:35:45.998145 | 9b93b7f8-0e7b-430b-8749-dc4afa864e16 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-10-05 07:35:46.028250 | fa163e58-29ec-9cb1-0e1f-00000000253a | TASK | Ensure ansible_facts used by role 2025-10-05 07:35:46.428364 | fa163e58-29ec-9cb1-0e1f-00000000253a | OK | Ensure ansible_facts used by role | standalone 2025-10-05 07:35:46.429988 | fa163e58-29ec-9cb1-0e1f-00000000253a | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:05:34.823676 | 0.40s 2025-10-05 07:35:46.455532 | fa163e58-29ec-9cb1-0e1f-00000000253b | TASK | Set platform/version specific variables 2025-10-05 07:35:46.517821 | fa163e58-29ec-9cb1-0e1f-00000000253b | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-05 07:35:46.534894 | fa163e58-29ec-9cb1-0e1f-00000000253b | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-05 07:35:46.552407 | fa163e58-29ec-9cb1-0e1f-00000000253b | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-10-05 07:35:46.564276 | fa163e58-29ec-9cb1-0e1f-00000000253b | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-10-05 07:35:46.576319 | fa163e58-29ec-9cb1-0e1f-00000000253b | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:05:34.969999 | 0.12s 2025-10-05 07:35:46.602361 | fa163e58-29ec-9cb1-0e1f-00000000250c | TASK | Ensure certificate role dependencies are installed 2025-10-05 07:35:49.456264 | fa163e58-29ec-9cb1-0e1f-00000000250c | OK | Ensure certificate role dependencies are installed | standalone 2025-10-05 07:35:49.458145 | fa163e58-29ec-9cb1-0e1f-00000000250c | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:05:37.851828 | 2.85s 2025-10-05 07:35:49.482982 | fa163e58-29ec-9cb1-0e1f-00000000250e | TASK | Ensure provider packages are installed 2025-10-05 07:35:52.405254 | fa163e58-29ec-9cb1-0e1f-00000000250e | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:40.798926 | 2.92s 2025-10-05 07:35:52.417865 | fa163e58-29ec-9cb1-0e1f-00000000250e | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:40.811546 | 2.93s 2025-10-05 07:35:52.443066 | fa163e58-29ec-9cb1-0e1f-000000002510 | TASK | Ensure pre-scripts hooks directory exists 2025-10-05 07:35:52.737217 | fa163e58-29ec-9cb1-0e1f-000000002510 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-10-05 07:35:52.738608 | fa163e58-29ec-9cb1-0e1f-000000002510 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:41.132270 | 0.29s 2025-10-05 07:35:52.750671 | fa163e58-29ec-9cb1-0e1f-000000002510 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:41.144363 | 0.31s 2025-10-05 07:35:52.775281 | fa163e58-29ec-9cb1-0e1f-000000002512 | TASK | Ensure post-scripts hooks directory exists 2025-10-05 07:35:53.027239 | fa163e58-29ec-9cb1-0e1f-000000002512 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-10-05 07:35:53.028928 | fa163e58-29ec-9cb1-0e1f-000000002512 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:41.422616 | 0.25s 2025-10-05 07:35:53.038326 | fa163e58-29ec-9cb1-0e1f-000000002512 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:41.432027 | 0.26s 2025-10-05 07:35:53.055102 | fa163e58-29ec-9cb1-0e1f-000000002514 | TASK | Ensure provider service is running 2025-10-05 07:35:53.463228 | fa163e58-29ec-9cb1-0e1f-000000002514 | OK | Ensure provider service is running | standalone | item=certmonger 2025-10-05 07:35:53.465129 | fa163e58-29ec-9cb1-0e1f-000000002514 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:41.858814 | 0.41s 2025-10-05 07:35:53.473594 | fa163e58-29ec-9cb1-0e1f-000000002514 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:41.867267 | 0.42s 2025-10-05 07:35:53.500364 | fa163e58-29ec-9cb1-0e1f-000000002517 | TASK | Ensure certificate requests 2025-10-05 07:35:55.433041 | fa163e58-29ec-9cb1-0e1f-000000002517 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.internalapi.ooo.test', 'key_size': '2048', 'name': 'memcached', 'principal': 'memcached/standalone.internalapi.ooo.test@OOO.TEST', 'run_after': 'container_name=$(podman ps --format=\\{\\{.Names\\}\\} | grep memcached)\nservice_crt="/etc/pki/tls/certs/memcached.crt"\nservice_key="/etc/pki/tls/private/memcached.key"\n# Copy the new cert from the mount-point to the real path\npodman exec -u root "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_crt" "$service_crt"\n# Copy the new key from the mount-point to the real path\npodman exec -u root "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_key" "$service_key"\n# Set appropriate permissions\npodman exec -u root "$container_name" chown memcached:memcached "$service_crt"\npodman exec -u root "$container_name" chown memcached:memcached "$service_key"\n# Send refresh_certs command to memcached to read the new certificate\nmemcached_ip="$(hiera -c /etc/puppet/hiera.yaml memcached::listen_ip.0 127.0.0.1)"\nmemcached_port="$(hiera -c /etc/puppet/hiera.yaml memcached::tcp_port 11211)"\necho refresh_certs | openssl s_client -connect $memcached_ip:$memcached_port\n'} 2025-10-05 07:35:55.434055 | fa163e58-29ec-9cb1-0e1f-000000002517 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:43.827749 | 1.93s 2025-10-05 07:35:55.438724 | fa163e58-29ec-9cb1-0e1f-000000002517 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:43.832415 | 1.94s 2025-10-05 07:35:55.537547 | fa163e58-29ec-9cb1-0e1f-000000002210 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:05:43.931226 | 0.05s 2025-10-05 07:35:55.607765 | fa163e58-29ec-9cb1-0e1f-00000000257f | TASK | Set version specific variables 2025-10-05 07:35:55.657330 | fa163e58-29ec-9cb1-0e1f-00000000257f | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:05:44.051008 | 0.05s 2025-10-05 07:35:55.674594 | 576c809c-efdf-4c46-bcb3-7db7b35ac04e | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-10-05 07:35:55.703645 | fa163e58-29ec-9cb1-0e1f-0000000025ae | TASK | Ensure ansible_facts used by role 2025-10-05 07:35:56.099004 | fa163e58-29ec-9cb1-0e1f-0000000025ae | OK | Ensure ansible_facts used by role | standalone 2025-10-05 07:35:56.100598 | fa163e58-29ec-9cb1-0e1f-0000000025ae | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:05:44.494259 | 0.39s 2025-10-05 07:35:56.125846 | fa163e58-29ec-9cb1-0e1f-0000000025af | TASK | Set platform/version specific variables 2025-10-05 07:35:56.212328 | fa163e58-29ec-9cb1-0e1f-0000000025af | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-05 07:35:56.244124 | fa163e58-29ec-9cb1-0e1f-0000000025af | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-05 07:35:56.272534 | fa163e58-29ec-9cb1-0e1f-0000000025af | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-10-05 07:35:56.292267 | fa163e58-29ec-9cb1-0e1f-0000000025af | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-10-05 07:35:56.298706 | fa163e58-29ec-9cb1-0e1f-0000000025af | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:05:44.692403 | 0.17s 2025-10-05 07:35:56.315416 | fa163e58-29ec-9cb1-0e1f-000000002580 | TASK | Ensure certificate role dependencies are installed 2025-10-05 07:35:59.168060 | fa163e58-29ec-9cb1-0e1f-000000002580 | OK | Ensure certificate role dependencies are installed | standalone 2025-10-05 07:35:59.169420 | fa163e58-29ec-9cb1-0e1f-000000002580 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:05:47.563110 | 2.85s 2025-10-05 07:35:59.193752 | fa163e58-29ec-9cb1-0e1f-000000002582 | TASK | Ensure provider packages are installed 2025-10-05 07:36:02.122226 | fa163e58-29ec-9cb1-0e1f-000000002582 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:50.515895 | 2.93s 2025-10-05 07:36:02.134722 | fa163e58-29ec-9cb1-0e1f-000000002582 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:50.528404 | 2.94s 2025-10-05 07:36:02.160493 | fa163e58-29ec-9cb1-0e1f-000000002584 | TASK | Ensure pre-scripts hooks directory exists 2025-10-05 07:36:02.468297 | fa163e58-29ec-9cb1-0e1f-000000002584 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-10-05 07:36:02.470515 | fa163e58-29ec-9cb1-0e1f-000000002584 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:50.864201 | 0.31s 2025-10-05 07:36:02.480633 | fa163e58-29ec-9cb1-0e1f-000000002584 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:50.874313 | 0.32s 2025-10-05 07:36:02.507423 | fa163e58-29ec-9cb1-0e1f-000000002586 | TASK | Ensure post-scripts hooks directory exists 2025-10-05 07:36:02.809183 | fa163e58-29ec-9cb1-0e1f-000000002586 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-10-05 07:36:02.810683 | fa163e58-29ec-9cb1-0e1f-000000002586 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:51.204368 | 0.30s 2025-10-05 07:36:02.816596 | fa163e58-29ec-9cb1-0e1f-000000002586 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:51.210261 | 0.31s 2025-10-05 07:36:02.841408 | fa163e58-29ec-9cb1-0e1f-000000002588 | TASK | Ensure provider service is running 2025-10-05 07:36:03.275449 | fa163e58-29ec-9cb1-0e1f-000000002588 | OK | Ensure provider service is running | standalone | item=certmonger 2025-10-05 07:36:03.278155 | fa163e58-29ec-9cb1-0e1f-000000002588 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:51.671839 | 0.44s 2025-10-05 07:36:03.288653 | fa163e58-29ec-9cb1-0e1f-000000002588 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:51.682337 | 0.45s 2025-10-05 07:36:03.314691 | fa163e58-29ec-9cb1-0e1f-00000000258b | TASK | Ensure certificate requests 2025-10-05 07:36:04.736875 | fa163e58-29ec-9cb1-0e1f-00000000258b | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': ['standalone.internalapi.ooo.test', 'overcloud.internalapi.ooo.test'], 'key_size': '2048', 'name': 'mysql', 'principal': 'mysql/standalone.internalapi.ooo.test@OOO.TEST'} 2025-10-05 07:36:04.738540 | fa163e58-29ec-9cb1-0e1f-00000000258b | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:53.132225 | 1.42s 2025-10-05 07:36:04.745200 | fa163e58-29ec-9cb1-0e1f-00000000258b | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:53.138892 | 1.43s 2025-10-05 07:36:04.791907 | fa163e58-29ec-9cb1-0e1f-000000002217 | TASK | Fail if container image is undefined 2025-10-05 07:36:04.853817 | fa163e58-29ec-9cb1-0e1f-000000002217 | SKIPPED | Fail if container image is undefined | standalone 2025-10-05 07:36:04.854919 | fa163e58-29ec-9cb1-0e1f-000000002217 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:05:53.248609 | 0.06s 2025-10-05 07:36:04.895556 | fa163e58-29ec-9cb1-0e1f-000000002218 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image 2025-10-05 07:36:13.737057 | fa163e58-29ec-9cb1-0e1f-000000002218 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone 2025-10-05 07:36:13.738405 | fa163e58-29ec-9cb1-0e1f-000000002218 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone | 0:06:02.132093 | 8.84s 2025-10-05 07:36:13.792739 | fa163e58-29ec-9cb1-0e1f-000000002219 | TASK | Tag cluster.common.tag/mariadb:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image 2025-10-05 07:36:14.139682 | fa163e58-29ec-9cb1-0e1f-000000002219 | CHANGED | Tag cluster.common.tag/mariadb:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone 2025-10-05 07:36:14.141175 | fa163e58-29ec-9cb1-0e1f-000000002219 | 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:02.534864 | 0.35s 2025-10-05 07:36:14.237224 | fa163e58-29ec-9cb1-0e1f-000000002224 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:06:02.630903 | 0.05s 2025-10-05 07:36:14.298938 | fa163e58-29ec-9cb1-0e1f-0000000025f9 | TASK | Set version specific variables 2025-10-05 07:36:14.348734 | fa163e58-29ec-9cb1-0e1f-0000000025f9 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:06:02.742413 | 0.05s 2025-10-05 07:36:14.366121 | 554ec9f1-c3dd-4c73-80f1-148a9ccdeb5a | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-10-05 07:36:14.394881 | fa163e58-29ec-9cb1-0e1f-000000002628 | TASK | Ensure ansible_facts used by role 2025-10-05 07:36:14.788743 | fa163e58-29ec-9cb1-0e1f-000000002628 | OK | Ensure ansible_facts used by role | standalone 2025-10-05 07:36:14.790286 | fa163e58-29ec-9cb1-0e1f-000000002628 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:06:03.183974 | 0.39s 2025-10-05 07:36:14.815327 | fa163e58-29ec-9cb1-0e1f-000000002629 | TASK | Set platform/version specific variables 2025-10-05 07:36:14.885873 | fa163e58-29ec-9cb1-0e1f-000000002629 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-05 07:36:14.902996 | fa163e58-29ec-9cb1-0e1f-000000002629 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-05 07:36:14.921148 | fa163e58-29ec-9cb1-0e1f-000000002629 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-10-05 07:36:14.935673 | fa163e58-29ec-9cb1-0e1f-000000002629 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-10-05 07:36:14.947613 | fa163e58-29ec-9cb1-0e1f-000000002629 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:06:03.341257 | 0.13s 2025-10-05 07:36:14.972292 | fa163e58-29ec-9cb1-0e1f-0000000025fa | TASK | Ensure certificate role dependencies are installed 2025-10-05 07:36:17.900109 | fa163e58-29ec-9cb1-0e1f-0000000025fa | OK | Ensure certificate role dependencies are installed | standalone 2025-10-05 07:36:17.901637 | fa163e58-29ec-9cb1-0e1f-0000000025fa | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:06:06.295325 | 2.93s 2025-10-05 07:36:17.925796 | fa163e58-29ec-9cb1-0e1f-0000000025fc | TASK | Ensure provider packages are installed 2025-10-05 07:36:20.773106 | fa163e58-29ec-9cb1-0e1f-0000000025fc | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:06:09.166793 | 2.85s 2025-10-05 07:36:20.778925 | fa163e58-29ec-9cb1-0e1f-0000000025fc | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:06:09.172622 | 2.85s 2025-10-05 07:36:20.797755 | fa163e58-29ec-9cb1-0e1f-0000000025fe | TASK | Ensure pre-scripts hooks directory exists 2025-10-05 07:36:21.079935 | fa163e58-29ec-9cb1-0e1f-0000000025fe | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-10-05 07:36:21.082096 | fa163e58-29ec-9cb1-0e1f-0000000025fe | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:06:09.475783 | 0.28s 2025-10-05 07:36:21.092304 | fa163e58-29ec-9cb1-0e1f-0000000025fe | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:06:09.485995 | 0.29s 2025-10-05 07:36:21.118060 | fa163e58-29ec-9cb1-0e1f-000000002600 | TASK | Ensure post-scripts hooks directory exists 2025-10-05 07:36:21.397509 | fa163e58-29ec-9cb1-0e1f-000000002600 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-10-05 07:36:21.399014 | fa163e58-29ec-9cb1-0e1f-000000002600 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:06:09.792700 | 0.28s 2025-10-05 07:36:21.407990 | fa163e58-29ec-9cb1-0e1f-000000002600 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:06:09.801681 | 0.29s 2025-10-05 07:36:21.434356 | fa163e58-29ec-9cb1-0e1f-000000002602 | TASK | Ensure provider service is running 2025-10-05 07:36:21.822623 | fa163e58-29ec-9cb1-0e1f-000000002602 | OK | Ensure provider service is running | standalone | item=certmonger 2025-10-05 07:36:21.824704 | fa163e58-29ec-9cb1-0e1f-000000002602 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:06:10.218389 | 0.39s 2025-10-05 07:36:21.833451 | fa163e58-29ec-9cb1-0e1f-000000002602 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:06:10.227143 | 0.40s 2025-10-05 07:36:21.859611 | fa163e58-29ec-9cb1-0e1f-000000002605 | TASK | Ensure certificate requests 2025-10-05 07:36:23.444691 | fa163e58-29ec-9cb1-0e1f-000000002605 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.internalapi.ooo.test', 'key_size': '2048', 'name': 'neutron_ovn', 'principal': 'neutron_ovn/standalone.internalapi.ooo.test@OOO.TEST'} 2025-10-05 07:36:23.446436 | fa163e58-29ec-9cb1-0e1f-000000002605 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:11.840121 | 1.59s 2025-10-05 07:36:23.452992 | fa163e58-29ec-9cb1-0e1f-000000002605 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:11.846673 | 1.59s 2025-10-05 07:36:23.555255 | fa163e58-29ec-9cb1-0e1f-000000002226 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:06:11.948924 | 0.05s 2025-10-05 07:36:23.623024 | fa163e58-29ec-9cb1-0e1f-00000000266d | TASK | Set version specific variables 2025-10-05 07:36:23.677801 | fa163e58-29ec-9cb1-0e1f-00000000266d | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:06:12.071470 | 0.05s 2025-10-05 07:36:23.697425 | c08f61c2-118e-43a2-a68e-2c1c79c6a67b | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-10-05 07:36:23.721245 | fa163e58-29ec-9cb1-0e1f-00000000269c | TASK | Ensure ansible_facts used by role 2025-10-05 07:36:24.126168 | fa163e58-29ec-9cb1-0e1f-00000000269c | OK | Ensure ansible_facts used by role | standalone 2025-10-05 07:36:24.127856 | fa163e58-29ec-9cb1-0e1f-00000000269c | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:06:12.521543 | 0.41s 2025-10-05 07:36:24.154404 | fa163e58-29ec-9cb1-0e1f-00000000269d | TASK | Set platform/version specific variables 2025-10-05 07:36:24.250563 | fa163e58-29ec-9cb1-0e1f-00000000269d | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-05 07:36:24.282672 | fa163e58-29ec-9cb1-0e1f-00000000269d | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-05 07:36:24.316127 | fa163e58-29ec-9cb1-0e1f-00000000269d | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-10-05 07:36:24.336332 | fa163e58-29ec-9cb1-0e1f-00000000269d | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-10-05 07:36:24.341681 | fa163e58-29ec-9cb1-0e1f-00000000269d | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:06:12.735367 | 0.19s 2025-10-05 07:36:24.361978 | fa163e58-29ec-9cb1-0e1f-00000000266e | TASK | Ensure certificate role dependencies are installed 2025-10-05 07:36:27.270877 | fa163e58-29ec-9cb1-0e1f-00000000266e | OK | Ensure certificate role dependencies are installed | standalone 2025-10-05 07:36:27.271875 | fa163e58-29ec-9cb1-0e1f-00000000266e | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:06:15.665568 | 2.91s 2025-10-05 07:36:27.291082 | fa163e58-29ec-9cb1-0e1f-000000002670 | TASK | Ensure provider packages are installed 2025-10-05 07:36:30.159660 | fa163e58-29ec-9cb1-0e1f-000000002670 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:06:18.553332 | 2.87s 2025-10-05 07:36:30.170968 | fa163e58-29ec-9cb1-0e1f-000000002670 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:06:18.564656 | 2.88s 2025-10-05 07:36:30.193763 | fa163e58-29ec-9cb1-0e1f-000000002672 | TASK | Ensure pre-scripts hooks directory exists 2025-10-05 07:36:30.489092 | fa163e58-29ec-9cb1-0e1f-000000002672 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-10-05 07:36:30.491224 | fa163e58-29ec-9cb1-0e1f-000000002672 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:06:18.884908 | 0.30s 2025-10-05 07:36:30.501473 | fa163e58-29ec-9cb1-0e1f-000000002672 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:06:18.895155 | 0.31s 2025-10-05 07:36:30.526601 | fa163e58-29ec-9cb1-0e1f-000000002674 | TASK | Ensure post-scripts hooks directory exists 2025-10-05 07:36:30.829618 | fa163e58-29ec-9cb1-0e1f-000000002674 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-10-05 07:36:30.831192 | fa163e58-29ec-9cb1-0e1f-000000002674 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:06:19.224878 | 0.30s 2025-10-05 07:36:30.843046 | fa163e58-29ec-9cb1-0e1f-000000002674 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:06:19.236731 | 0.32s 2025-10-05 07:36:30.867528 | fa163e58-29ec-9cb1-0e1f-000000002676 | TASK | Ensure provider service is running 2025-10-05 07:36:31.287456 | fa163e58-29ec-9cb1-0e1f-000000002676 | OK | Ensure provider service is running | standalone | item=certmonger 2025-10-05 07:36:31.289403 | fa163e58-29ec-9cb1-0e1f-000000002676 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:06:19.683088 | 0.42s 2025-10-05 07:36:31.302300 | fa163e58-29ec-9cb1-0e1f-000000002676 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:06:19.695983 | 0.43s 2025-10-05 07:36:31.328246 | fa163e58-29ec-9cb1-0e1f-000000002679 | TASK | Ensure certificate requests 2025-10-05 07:36:32.984723 | fa163e58-29ec-9cb1-0e1f-000000002679 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.internalapi.ooo.test', 'key_size': '2048', 'name': 'neutron', 'principal': 'neutron/standalone.internalapi.ooo.test@OOO.TEST', 'run_after': 'container_name=$(podman ps --format=\\{\\{.Names\\}\\} | grep neutron_dhcp)\n# The certificate is also installed on the computes, but neutron_dhcp is only\n# present on the controllers, so we exit if the container could not be found.\n[[ -z $container_name ]] && exit 0\n\nservice_crt="/etc/pki/tls/certs/neutron.crt"\nservice_key="/etc/pki/tls/private/neutron.key"\n# Copy the new cert from the mount-point to the real path\npodman exec -u root "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_crt" "$service_crt"\n# Copy the new key from the mount-point to the real path\npodman exec -u root "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_key "$service_key"\n# No need to trigger a reload for neutron dhcpd since the cert is not cached\n'} 2025-10-05 07:36:32.987296 | fa163e58-29ec-9cb1-0e1f-000000002679 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:21.380981 | 1.66s 2025-10-05 07:36:32.997561 | fa163e58-29ec-9cb1-0e1f-000000002679 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:21.391243 | 1.67s 2025-10-05 07:36:33.046097 | fa163e58-29ec-9cb1-0e1f-000000002228 | TASK | install systemd-container for a greenfield 2025-10-05 07:36:50.114232 | fa163e58-29ec-9cb1-0e1f-000000002228 | CHANGED | install systemd-container for a greenfield | standalone 2025-10-05 07:36:50.116006 | fa163e58-29ec-9cb1-0e1f-000000002228 | TIMING | install systemd-container for a greenfield | standalone | 0:06:38.509693 | 17.07s 2025-10-05 07:36:50.140240 | fa163e58-29ec-9cb1-0e1f-000000002229 | TASK | manage PMEM namespaces for vPMEM 2025-10-05 07:36:50.190459 | fa163e58-29ec-9cb1-0e1f-000000002229 | SKIPPED | manage PMEM namespaces for vPMEM | standalone 2025-10-05 07:36:50.191618 | fa163e58-29ec-9cb1-0e1f-000000002229 | TIMING | manage PMEM namespaces for vPMEM | standalone | 0:06:38.585272 | 0.05s 2025-10-05 07:36:50.215506 | fa163e58-29ec-9cb1-0e1f-00000000222b | TASK | Enable post-copy by setting unprivileged_userfaultfd 2025-10-05 07:36:50.490393 | fa163e58-29ec-9cb1-0e1f-00000000222b | CHANGED | Enable post-copy by setting unprivileged_userfaultfd | standalone 2025-10-05 07:36:50.491822 | fa163e58-29ec-9cb1-0e1f-00000000222b | TIMING | Enable post-copy by setting unprivileged_userfaultfd | standalone | 0:06:38.885510 | 0.28s 2025-10-05 07:36:50.515558 | fa163e58-29ec-9cb1-0e1f-00000000222d | TASK | is KSM enabled 2025-10-05 07:36:50.570497 | fa163e58-29ec-9cb1-0e1f-00000000222d | OK | is KSM enabled | standalone 2025-10-05 07:36:50.571645 | fa163e58-29ec-9cb1-0e1f-00000000222d | TIMING | is KSM enabled | standalone | 0:06:38.965333 | 0.05s 2025-10-05 07:36:50.595926 | fa163e58-29ec-9cb1-0e1f-00000000222f | TASK | Check for ksm 2025-10-05 07:36:50.880567 | fa163e58-29ec-9cb1-0e1f-00000000222f | CHANGED | Check for ksm | standalone 2025-10-05 07:36:50.881943 | fa163e58-29ec-9cb1-0e1f-00000000222f | TIMING | Check for ksm | standalone | 0:06:39.275633 | 0.28s 2025-10-05 07:36:50.906053 | fa163e58-29ec-9cb1-0e1f-000000002230 | TASK | disable KSM services 2025-10-05 07:36:50.985552 | fa163e58-29ec-9cb1-0e1f-000000002230 | SKIPPED | disable KSM services | standalone | item=ksm.service 2025-10-05 07:36:51.009473 | fa163e58-29ec-9cb1-0e1f-000000002230 | SKIPPED | disable KSM services | standalone | item=ksmtuned.service 2025-10-05 07:36:51.021266 | fa163e58-29ec-9cb1-0e1f-000000002230 | TIMING | disable KSM services | standalone | 0:06:39.414948 | 0.11s 2025-10-05 07:36:51.047097 | fa163e58-29ec-9cb1-0e1f-000000002231 | TASK | delete PageKSM after disable ksm on compute 2025-10-05 07:36:51.096976 | fa163e58-29ec-9cb1-0e1f-000000002231 | SKIPPED | delete PageKSM after disable ksm on compute | standalone 2025-10-05 07:36:51.098100 | fa163e58-29ec-9cb1-0e1f-000000002231 | TIMING | delete PageKSM after disable ksm on compute | standalone | 0:06:39.491788 | 0.05s 2025-10-05 07:36:51.121958 | fa163e58-29ec-9cb1-0e1f-000000002233 | TASK | make sure package providing ksmtuned is installed (RHEL8 or CentOS8) 2025-10-05 07:36:51.149965 | fa163e58-29ec-9cb1-0e1f-000000002233 | SKIPPED | make sure package providing ksmtuned is installed (RHEL8 or CentOS8) | standalone 2025-10-05 07:36:51.151104 | fa163e58-29ec-9cb1-0e1f-000000002233 | TIMING | make sure package providing ksmtuned is installed (RHEL8 or CentOS8) | standalone | 0:06:39.544792 | 0.03s 2025-10-05 07:36:51.174860 | fa163e58-29ec-9cb1-0e1f-000000002234 | TASK | make sure package providing ksmtuned is installed (RHEL9 or CentOS9) 2025-10-05 07:36:51.224728 | fa163e58-29ec-9cb1-0e1f-000000002234 | SKIPPED | make sure package providing ksmtuned is installed (RHEL9 or CentOS9) | standalone 2025-10-05 07:36:51.225898 | fa163e58-29ec-9cb1-0e1f-000000002234 | TIMING | make sure package providing ksmtuned is installed (RHEL9 or CentOS9) | standalone | 0:06:39.619585 | 0.05s 2025-10-05 07:36:51.250558 | fa163e58-29ec-9cb1-0e1f-000000002235 | TASK | enable ksmtunded 2025-10-05 07:36:51.309827 | fa163e58-29ec-9cb1-0e1f-000000002235 | SKIPPED | enable ksmtunded | standalone | item=ksm.service 2025-10-05 07:36:51.322860 | fa163e58-29ec-9cb1-0e1f-000000002235 | SKIPPED | enable ksmtunded | standalone | item=ksmtuned.service 2025-10-05 07:36:51.334680 | fa163e58-29ec-9cb1-0e1f-000000002235 | TIMING | enable ksmtunded | standalone | 0:06:39.728359 | 0.08s 2025-10-05 07:36:51.359091 | fa163e58-29ec-9cb1-0e1f-000000002237 | TASK | Create dirs for certificates and keys 2025-10-05 07:36:51.632699 | fa163e58-29ec-9cb1-0e1f-000000002237 | CHANGED | Create dirs for certificates and keys | standalone | item=/etc/pki/libvirt 2025-10-05 07:36:51.634351 | fa163e58-29ec-9cb1-0e1f-000000002237 | TIMING | Create dirs for certificates and keys | standalone | 0:06:40.028031 | 0.27s 2025-10-05 07:36:51.875278 | fa163e58-29ec-9cb1-0e1f-000000002237 | CHANGED | Create dirs for certificates and keys | standalone | item=/etc/pki/libvirt/private 2025-10-05 07:36:51.877636 | fa163e58-29ec-9cb1-0e1f-000000002237 | TIMING | Create dirs for certificates and keys | standalone | 0:06:40.271262 | 0.52s 2025-10-05 07:36:52.107175 | fa163e58-29ec-9cb1-0e1f-000000002237 | CHANGED | Create dirs for certificates and keys | standalone | item=/etc/pki/qemu 2025-10-05 07:36:52.109184 | fa163e58-29ec-9cb1-0e1f-000000002237 | TIMING | Create dirs for certificates and keys | standalone | 0:06:40.502874 | 0.75s 2025-10-05 07:36:52.120482 | fa163e58-29ec-9cb1-0e1f-000000002237 | TIMING | Create dirs for certificates and keys | standalone | 0:06:40.514163 | 0.76s 2025-10-05 07:36:52.196831 | fa163e58-29ec-9cb1-0e1f-000000002238 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:06:40.590505 | 0.05s 2025-10-05 07:36:52.264405 | fa163e58-29ec-9cb1-0e1f-000000002709 | TASK | Set version specific variables 2025-10-05 07:36:52.312159 | fa163e58-29ec-9cb1-0e1f-000000002709 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:06:40.705834 | 0.05s 2025-10-05 07:36:52.329687 | 0664f94f-9e64-445e-84fc-c8a4cdead0ee | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-10-05 07:36:52.358481 | fa163e58-29ec-9cb1-0e1f-00000000273c | TASK | Ensure ansible_facts used by role 2025-10-05 07:36:52.747423 | fa163e58-29ec-9cb1-0e1f-00000000273c | OK | Ensure ansible_facts used by role | standalone 2025-10-05 07:36:52.748976 | fa163e58-29ec-9cb1-0e1f-00000000273c | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:06:41.142663 | 0.39s 2025-10-05 07:36:52.778094 | fa163e58-29ec-9cb1-0e1f-00000000273d | TASK | Set platform/version specific variables 2025-10-05 07:36:52.836278 | fa163e58-29ec-9cb1-0e1f-00000000273d | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-05 07:36:52.855710 | fa163e58-29ec-9cb1-0e1f-00000000273d | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-05 07:36:52.870631 | fa163e58-29ec-9cb1-0e1f-00000000273d | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-10-05 07:36:52.881541 | fa163e58-29ec-9cb1-0e1f-00000000273d | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-10-05 07:36:52.893328 | fa163e58-29ec-9cb1-0e1f-00000000273d | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:06:41.287005 | 0.11s 2025-10-05 07:36:52.918428 | fa163e58-29ec-9cb1-0e1f-00000000270a | TASK | Ensure certificate role dependencies are installed 2025-10-05 07:36:55.698322 | fa163e58-29ec-9cb1-0e1f-00000000270a | OK | Ensure certificate role dependencies are installed | standalone 2025-10-05 07:36:55.699761 | fa163e58-29ec-9cb1-0e1f-00000000270a | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:06:44.093446 | 2.78s 2025-10-05 07:36:55.724009 | fa163e58-29ec-9cb1-0e1f-00000000270c | TASK | Ensure provider packages are installed 2025-10-05 07:36:58.501958 | fa163e58-29ec-9cb1-0e1f-00000000270c | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:06:46.895627 | 2.78s 2025-10-05 07:36:58.508481 | fa163e58-29ec-9cb1-0e1f-00000000270c | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:06:46.902172 | 2.78s 2025-10-05 07:36:58.533452 | fa163e58-29ec-9cb1-0e1f-00000000270e | TASK | Ensure pre-scripts hooks directory exists 2025-10-05 07:36:58.795667 | fa163e58-29ec-9cb1-0e1f-00000000270e | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-10-05 07:36:58.797611 | fa163e58-29ec-9cb1-0e1f-00000000270e | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:06:47.191260 | 0.26s 2025-10-05 07:36:58.807726 | fa163e58-29ec-9cb1-0e1f-00000000270e | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:06:47.201418 | 0.27s 2025-10-05 07:36:58.833508 | fa163e58-29ec-9cb1-0e1f-000000002710 | TASK | Ensure post-scripts hooks directory exists 2025-10-05 07:36:59.159283 | fa163e58-29ec-9cb1-0e1f-000000002710 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-10-05 07:36:59.160723 | fa163e58-29ec-9cb1-0e1f-000000002710 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:06:47.554411 | 0.33s 2025-10-05 07:36:59.166951 | fa163e58-29ec-9cb1-0e1f-000000002710 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:06:47.560643 | 0.33s 2025-10-05 07:36:59.191611 | fa163e58-29ec-9cb1-0e1f-000000002712 | TASK | Ensure provider service is running 2025-10-05 07:36:59.623770 | fa163e58-29ec-9cb1-0e1f-000000002712 | OK | Ensure provider service is running | standalone | item=certmonger 2025-10-05 07:36:59.625561 | fa163e58-29ec-9cb1-0e1f-000000002712 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:06:48.019248 | 0.43s 2025-10-05 07:36:59.634675 | fa163e58-29ec-9cb1-0e1f-000000002712 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:06:48.028367 | 0.44s 2025-10-05 07:36:59.662662 | fa163e58-29ec-9cb1-0e1f-000000002715 | TASK | Ensure certificate requests 2025-10-05 07:37:01.291835 | fa163e58-29ec-9cb1-0e1f-000000002715 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.internalapi.ooo.test', 'key_size': '2048', 'name': 'libvirt-server-cert', 'principal': 'libvirt/standalone.internalapi.ooo.test@OOO.TEST', 'run_after': '# Copy cert and key to libvirt dirs\ncp /etc/ipa/ca.crt /etc/pki/CA/cacert.pem\nchown root:root /etc/pki/CA/cacert.pem\nchmod 644 /etc/pki/CA/cacert.pem\ncp /etc/pki/tls/certs/libvirt-server-cert.crt /etc/pki/libvirt/servercert.pem\ncp /etc/pki/tls/private/libvirt-server-cert.key /etc/pki/libvirt/private/serverkey.pem\npodman exec nova_virtproxyd virt-admin server-update-tls virtproxyd || systemctl reload tripleo_nova_virtproxyd\n'} 2025-10-05 07:37:01.294626 | fa163e58-29ec-9cb1-0e1f-000000002715 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:49.688268 | 1.63s 2025-10-05 07:37:03.111834 | fa163e58-29ec-9cb1-0e1f-000000002715 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.internalapi.ooo.test', 'key_size': '2048', 'name': 'libvirt-client-cert', 'principal': 'libvirt/standalone.internalapi.ooo.test@OOO.TEST', 'run_after': '# Copy cert and key to libvirt dirs\ncp /etc/pki/tls/certs/libvirt-client-cert.crt /etc/pki/libvirt/clientcert.pem\ncp /etc/pki/tls/private/libvirt-client-cert.key /etc/pki/libvirt/private/clientkey.pem\npodman exec nova_virtproxyd virt-admin server-update-tls virtproxyd || systemctl reload tripleo_nova_virtproxyd\n'} 2025-10-05 07:37:03.112910 | fa163e58-29ec-9cb1-0e1f-000000002715 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:51.506601 | 3.45s 2025-10-05 07:37:04.817135 | fa163e58-29ec-9cb1-0e1f-000000002715 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.internalapi.ooo.test', 'group': 'qemu', 'key_size': '2048', 'name': 'qemu-server-cert', 'owner': 'root', 'principal': 'qemu/standalone.internalapi.ooo.test@OOO.TEST', 'run_after': '# Copy cert and key to qemu dir\ncp /etc/ipa/ca.crt /etc/pki/qemu/ca-cert.pem\nchown root:root /etc/pki/qemu/ca-cert.pem\nchmod 644 /etc/pki/qemu/ca-cert.pem\ncp -a /etc/pki/tls/certs/qemu-server-cert.crt /etc/pki/qemu/server-cert.pem\ncp -a /etc/pki/tls/private/qemu-server-cert.key /etc/pki/qemu/server-key.pem\nchgrp qemu /etc/pki/qemu/server-*\nchmod 0640 /etc/pki/qemu/server-cert.pem\nchmod 0640 /etc/pki/qemu/server-key.pem\n'} 2025-10-05 07:37:04.819635 | fa163e58-29ec-9cb1-0e1f-000000002715 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:53.213325 | 5.16s 2025-10-05 07:37:06.151351 | fa163e58-29ec-9cb1-0e1f-000000002715 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.internalapi.ooo.test', 'group': 'qemu', 'key_size': '2048', 'name': 'qemu-client-cert', 'owner': 'root', 'principal': 'qemu/standalone.internalapi.ooo.test@OOO.TEST', 'run_after': '# Copy cert and key to qemu dir\ncp -a /etc/pki/tls/certs/qemu-client-cert.crt /etc/pki/qemu/client-cert.pem\ncp -a /etc/pki/tls/private/qemu-client-cert.key /etc/pki/qemu/client-key.pem\nchgrp qemu /etc/pki/qemu/client-*\nchmod 0640 /etc/pki/qemu/client-cert.pem\nchmod 0640 /etc/pki/qemu/client-key.pem\n'} 2025-10-05 07:37:06.152467 | fa163e58-29ec-9cb1-0e1f-000000002715 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:54.546157 | 6.49s 2025-10-05 07:37:06.160050 | fa163e58-29ec-9cb1-0e1f-000000002715 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:54.553740 | 6.50s 2025-10-05 07:37:06.207145 | fa163e58-29ec-9cb1-0e1f-00000000223a | TASK | Execute system role for Nova/Libvirt VNC certs 2025-10-05 07:37:06.290903 | fa163e58-29ec-9cb1-0e1f-00000000223a | TIMING | Execute system role for Nova/Libvirt VNC certs | standalone | 0:06:54.684576 | 0.08s 2025-10-05 07:37:06.302062 | fa163e58-29ec-9cb1-0e1f-00000000223a | TIMING | Execute system role for Nova/Libvirt VNC certs | standalone | 0:06:54.695755 | 0.09s 2025-10-05 07:37:06.314755 | fa163e58-29ec-9cb1-0e1f-00000000223a | TIMING | Execute system role for Nova/Libvirt VNC certs | standalone | 0:06:54.708443 | 0.11s 2025-10-05 07:37:06.399966 | fa163e58-29ec-9cb1-0e1f-000000002793 | TASK | Set version specific variables 2025-10-05 07:37:06.447145 | fa163e58-29ec-9cb1-0e1f-000000002793 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:06:54.840822 | 0.05s 2025-10-05 07:37:06.466111 | 4f8d70fe-10e3-4156-ab0d-5c9cf67151cb | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-10-05 07:37:06.496521 | fa163e58-29ec-9cb1-0e1f-0000000027eb | TASK | Ensure ansible_facts used by role 2025-10-05 07:37:06.889833 | fa163e58-29ec-9cb1-0e1f-0000000027eb | OK | Ensure ansible_facts used by role | standalone 2025-10-05 07:37:06.891444 | fa163e58-29ec-9cb1-0e1f-0000000027eb | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:06:55.285132 | 0.39s 2025-10-05 07:37:06.917167 | fa163e58-29ec-9cb1-0e1f-0000000027ec | TASK | Set platform/version specific variables 2025-10-05 07:37:06.987384 | fa163e58-29ec-9cb1-0e1f-0000000027ec | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-05 07:37:07.004497 | fa163e58-29ec-9cb1-0e1f-0000000027ec | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-05 07:37:07.022755 | fa163e58-29ec-9cb1-0e1f-0000000027ec | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-10-05 07:37:07.036692 | fa163e58-29ec-9cb1-0e1f-0000000027ec | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-10-05 07:37:07.048474 | fa163e58-29ec-9cb1-0e1f-0000000027ec | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:06:55.442161 | 0.13s 2025-10-05 07:37:07.072667 | fa163e58-29ec-9cb1-0e1f-000000002794 | TASK | Ensure certificate role dependencies are installed 2025-10-05 07:37:09.947111 | fa163e58-29ec-9cb1-0e1f-000000002794 | OK | Ensure certificate role dependencies are installed | standalone 2025-10-05 07:37:09.947850 | fa163e58-29ec-9cb1-0e1f-000000002794 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:06:58.341546 | 2.87s 2025-10-05 07:37:09.964391 | fa163e58-29ec-9cb1-0e1f-000000002796 | TASK | Ensure provider packages are installed 2025-10-05 07:37:12.868767 | fa163e58-29ec-9cb1-0e1f-000000002796 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:01.262441 | 2.90s 2025-10-05 07:37:12.880958 | fa163e58-29ec-9cb1-0e1f-000000002796 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:01.274648 | 2.92s 2025-10-05 07:37:12.905840 | fa163e58-29ec-9cb1-0e1f-000000002798 | TASK | Ensure pre-scripts hooks directory exists 2025-10-05 07:37:13.179441 | fa163e58-29ec-9cb1-0e1f-000000002798 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-10-05 07:37:13.180778 | fa163e58-29ec-9cb1-0e1f-000000002798 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:01.574465 | 0.27s 2025-10-05 07:37:13.186703 | fa163e58-29ec-9cb1-0e1f-000000002798 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:01.580395 | 0.28s 2025-10-05 07:37:13.211734 | fa163e58-29ec-9cb1-0e1f-00000000279a | TASK | Ensure post-scripts hooks directory exists 2025-10-05 07:37:13.500256 | fa163e58-29ec-9cb1-0e1f-00000000279a | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-10-05 07:37:13.502068 | fa163e58-29ec-9cb1-0e1f-00000000279a | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:01.895756 | 0.29s 2025-10-05 07:37:13.512450 | fa163e58-29ec-9cb1-0e1f-00000000279a | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:01.906141 | 0.30s 2025-10-05 07:37:13.537769 | fa163e58-29ec-9cb1-0e1f-00000000279c | TASK | Ensure provider service is running 2025-10-05 07:37:13.945456 | fa163e58-29ec-9cb1-0e1f-00000000279c | OK | Ensure provider service is running | standalone | item=certmonger 2025-10-05 07:37:13.948555 | fa163e58-29ec-9cb1-0e1f-00000000279c | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:02.342239 | 0.41s 2025-10-05 07:37:13.958909 | fa163e58-29ec-9cb1-0e1f-00000000279c | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:02.352601 | 0.42s 2025-10-05 07:37:13.984590 | fa163e58-29ec-9cb1-0e1f-00000000279f | TASK | Ensure certificate requests 2025-10-05 07:37:16.038485 | fa163e58-29ec-9cb1-0e1f-00000000279f | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.internalapi.ooo.test', 'key_size': '2048', 'name': 'libvirt-vnc-client-cert', 'principal': 'libvirt-vnc/standalone.internalapi.ooo.test@OOO.TEST', 'run_after': 'container_name=$(podman ps --format=\\{\\{.Names\\}\\} | grep nova_vnc_proxy)\nservice_crt="/etc/pki/tls/certs/libvirt-vnc-client-cert.crt"\nservice_key="/etc/pki/tls/private/libvirt-vnc-client-cert.key"\n# Copy the new cert from the mount-point to the real path\npodman exec -u root "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_crt" "$service_crt"\n# Copy the new key from the mount-point to the real path\npodman exec -u root "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_key" "$service_key"\n\n# Set permissions\npodman exec -u root "$container_name" chmod 0644 $service_crt\npodman exec -u root "$container_name" chmod 0640 $service_key\npodman exec -u root "$container_name" chgrp qemu $service_key\n\n# No need to trigger a reload for novnc proxy since the cert is not cached\n'} 2025-10-05 07:37:16.040245 | fa163e58-29ec-9cb1-0e1f-00000000279f | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:04.433928 | 2.05s 2025-10-05 07:37:16.049526 | fa163e58-29ec-9cb1-0e1f-00000000279f | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:04.443204 | 2.06s 2025-10-05 07:37:16.097747 | fa163e58-29ec-9cb1-0e1f-0000000027bc | TASK | Set version specific variables 2025-10-05 07:37:16.147368 | fa163e58-29ec-9cb1-0e1f-0000000027bc | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:07:04.541045 | 0.05s 2025-10-05 07:37:16.166996 | 2e383c7e-ab00-4a57-9f35-3a9dafa32eb8 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-10-05 07:37:16.196031 | fa163e58-29ec-9cb1-0e1f-000000002825 | TASK | Ensure ansible_facts used by role 2025-10-05 07:37:16.593103 | fa163e58-29ec-9cb1-0e1f-000000002825 | OK | Ensure ansible_facts used by role | standalone 2025-10-05 07:37:16.594784 | fa163e58-29ec-9cb1-0e1f-000000002825 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:07:04.988470 | 0.40s 2025-10-05 07:37:16.620150 | fa163e58-29ec-9cb1-0e1f-000000002826 | TASK | Set platform/version specific variables 2025-10-05 07:37:16.692584 | fa163e58-29ec-9cb1-0e1f-000000002826 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-05 07:37:16.709794 | fa163e58-29ec-9cb1-0e1f-000000002826 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-05 07:37:16.728572 | fa163e58-29ec-9cb1-0e1f-000000002826 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-10-05 07:37:16.742706 | fa163e58-29ec-9cb1-0e1f-000000002826 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-10-05 07:37:16.754668 | fa163e58-29ec-9cb1-0e1f-000000002826 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:07:05.148345 | 0.13s 2025-10-05 07:37:16.780069 | fa163e58-29ec-9cb1-0e1f-0000000027bd | TASK | Ensure certificate role dependencies are installed 2025-10-05 07:37:19.709231 | fa163e58-29ec-9cb1-0e1f-0000000027bd | OK | Ensure certificate role dependencies are installed | standalone 2025-10-05 07:37:19.710701 | fa163e58-29ec-9cb1-0e1f-0000000027bd | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:07:08.104388 | 2.93s 2025-10-05 07:37:19.734777 | fa163e58-29ec-9cb1-0e1f-0000000027bf | TASK | Ensure provider packages are installed 2025-10-05 07:37:22.585119 | fa163e58-29ec-9cb1-0e1f-0000000027bf | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:10.978787 | 2.85s 2025-10-05 07:37:22.597569 | fa163e58-29ec-9cb1-0e1f-0000000027bf | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:10.991251 | 2.86s 2025-10-05 07:37:22.622948 | fa163e58-29ec-9cb1-0e1f-0000000027c1 | TASK | Ensure pre-scripts hooks directory exists 2025-10-05 07:37:22.922185 | fa163e58-29ec-9cb1-0e1f-0000000027c1 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-10-05 07:37:22.924311 | fa163e58-29ec-9cb1-0e1f-0000000027c1 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:11.317995 | 0.30s 2025-10-05 07:37:22.934557 | fa163e58-29ec-9cb1-0e1f-0000000027c1 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:11.328237 | 0.31s 2025-10-05 07:37:22.959734 | fa163e58-29ec-9cb1-0e1f-0000000027c3 | TASK | Ensure post-scripts hooks directory exists 2025-10-05 07:37:23.245019 | fa163e58-29ec-9cb1-0e1f-0000000027c3 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-10-05 07:37:23.247515 | fa163e58-29ec-9cb1-0e1f-0000000027c3 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:11.641199 | 0.29s 2025-10-05 07:37:23.257481 | fa163e58-29ec-9cb1-0e1f-0000000027c3 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:11.651162 | 0.30s 2025-10-05 07:37:23.282632 | fa163e58-29ec-9cb1-0e1f-0000000027c5 | TASK | Ensure provider service is running 2025-10-05 07:37:24.718836 | fa163e58-29ec-9cb1-0e1f-0000000027c5 | OK | Ensure provider service is running | standalone | item=certmonger 2025-10-05 07:37:24.721833 | fa163e58-29ec-9cb1-0e1f-0000000027c5 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:13.115516 | 1.44s 2025-10-05 07:37:24.732546 | fa163e58-29ec-9cb1-0e1f-0000000027c5 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:13.126228 | 1.45s 2025-10-05 07:37:24.758462 | fa163e58-29ec-9cb1-0e1f-0000000027c8 | TASK | Ensure certificate requests 2025-10-05 07:37:26.885301 | fa163e58-29ec-9cb1-0e1f-0000000027c8 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.internalapi.ooo.test', 'key_size': '2048', 'name': 'novnc-proxy', 'principal': 'novnc-proxy/standalone.internalapi.ooo.test@OOO.TEST', 'run_after': 'container_name=$(podman ps --format=\\{\\{.Names\\}\\} | grep nova_vnc_proxy)\nservice_crt="/etc/pki/tls/certs/novnc-proxy.crt"\nservice_key="/etc/pki/tls/private/novnc-proxy.key"\n# Copy the new cert from the mount-point to the real path\npodman exec -u root "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_crt" "$service_crt"\n# Copy the new key from the mount-point to the real path\npodman exec -u root "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_key" "$service_key"\n\n# Set permissions\npodman exec -u root "$container_name" chmod 0644 $service_crt\npodman exec -u root "$container_name" chmod 0640 $service_key\npodman exec -u root "$container_name" chgrp qemu $service_key\n\n# No need to trigger a reload for novnc proxy since the cert is not cached\n'} 2025-10-05 07:37:26.887835 | fa163e58-29ec-9cb1-0e1f-0000000027c8 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:15.281520 | 2.13s 2025-10-05 07:37:26.898375 | fa163e58-29ec-9cb1-0e1f-0000000027c8 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:15.292057 | 2.14s 2025-10-05 07:37:26.996728 | fa163e58-29ec-9cb1-0e1f-00000000223d | TIMING | include_role : linux-system-roles.certificate | standalone | 0:07:15.390401 | 0.05s 2025-10-05 07:37:27.059411 | fa163e58-29ec-9cb1-0e1f-00000000286a | TASK | Set version specific variables 2025-10-05 07:37:27.108789 | fa163e58-29ec-9cb1-0e1f-00000000286a | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:07:15.502462 | 0.05s 2025-10-05 07:37:27.126769 | 73940c95-315e-49bb-b8d9-678bd3c22348 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-10-05 07:37:27.156437 | fa163e58-29ec-9cb1-0e1f-000000002899 | TASK | Ensure ansible_facts used by role 2025-10-05 07:37:27.556092 | fa163e58-29ec-9cb1-0e1f-000000002899 | OK | Ensure ansible_facts used by role | standalone 2025-10-05 07:37:27.557611 | fa163e58-29ec-9cb1-0e1f-000000002899 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:07:15.951277 | 0.40s 2025-10-05 07:37:27.582895 | fa163e58-29ec-9cb1-0e1f-00000000289a | TASK | Set platform/version specific variables 2025-10-05 07:37:27.670372 | fa163e58-29ec-9cb1-0e1f-00000000289a | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-05 07:37:27.701853 | fa163e58-29ec-9cb1-0e1f-00000000289a | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-05 07:37:27.730352 | fa163e58-29ec-9cb1-0e1f-00000000289a | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-10-05 07:37:27.750100 | fa163e58-29ec-9cb1-0e1f-00000000289a | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-10-05 07:37:27.755877 | fa163e58-29ec-9cb1-0e1f-00000000289a | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:07:16.149553 | 0.17s 2025-10-05 07:37:27.780567 | fa163e58-29ec-9cb1-0e1f-00000000286b | TASK | Ensure certificate role dependencies are installed 2025-10-05 07:37:30.606173 | fa163e58-29ec-9cb1-0e1f-00000000286b | OK | Ensure certificate role dependencies are installed | standalone 2025-10-05 07:37:30.607676 | fa163e58-29ec-9cb1-0e1f-00000000286b | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:07:19.001361 | 2.83s 2025-10-05 07:37:30.632819 | fa163e58-29ec-9cb1-0e1f-00000000286d | TASK | Ensure provider packages are installed 2025-10-05 07:37:33.591115 | fa163e58-29ec-9cb1-0e1f-00000000286d | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:21.984790 | 2.96s 2025-10-05 07:37:33.603147 | fa163e58-29ec-9cb1-0e1f-00000000286d | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:21.996837 | 2.97s 2025-10-05 07:37:33.628295 | fa163e58-29ec-9cb1-0e1f-00000000286f | TASK | Ensure pre-scripts hooks directory exists 2025-10-05 07:37:33.920433 | fa163e58-29ec-9cb1-0e1f-00000000286f | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-10-05 07:37:33.921749 | fa163e58-29ec-9cb1-0e1f-00000000286f | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:22.315436 | 0.29s 2025-10-05 07:37:33.927692 | fa163e58-29ec-9cb1-0e1f-00000000286f | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:22.321384 | 0.30s 2025-10-05 07:37:33.952627 | fa163e58-29ec-9cb1-0e1f-000000002871 | TASK | Ensure post-scripts hooks directory exists 2025-10-05 07:37:34.212609 | fa163e58-29ec-9cb1-0e1f-000000002871 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-10-05 07:37:34.213978 | fa163e58-29ec-9cb1-0e1f-000000002871 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:22.607665 | 0.26s 2025-10-05 07:37:34.220117 | fa163e58-29ec-9cb1-0e1f-000000002871 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:22.613801 | 0.27s 2025-10-05 07:37:34.245161 | fa163e58-29ec-9cb1-0e1f-000000002873 | TASK | Ensure provider service is running 2025-10-05 07:37:34.678621 | fa163e58-29ec-9cb1-0e1f-000000002873 | OK | Ensure provider service is running | standalone | item=certmonger 2025-10-05 07:37:34.681157 | fa163e58-29ec-9cb1-0e1f-000000002873 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:23.074842 | 0.43s 2025-10-05 07:37:34.691482 | fa163e58-29ec-9cb1-0e1f-000000002873 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:23.085162 | 0.44s 2025-10-05 07:37:34.717385 | fa163e58-29ec-9cb1-0e1f-000000002876 | TASK | Ensure certificate requests 2025-10-05 07:37:36.216991 | fa163e58-29ec-9cb1-0e1f-000000002876 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.internalapi.ooo.test', 'key_size': '2048', 'name': 'ovn_controller', 'principal': 'ovn_controller/standalone.internalapi.ooo.test@OOO.TEST'} 2025-10-05 07:37:36.218372 | fa163e58-29ec-9cb1-0e1f-000000002876 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:24.612060 | 1.50s 2025-10-05 07:37:36.230848 | fa163e58-29ec-9cb1-0e1f-000000002876 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:24.624540 | 1.51s 2025-10-05 07:37:36.280842 | fa163e58-29ec-9cb1-0e1f-00000000223f | TASK | set is_ovn_dbs_bootstrap_node fact 2025-10-05 07:37:36.365632 | fa163e58-29ec-9cb1-0e1f-00000000223f | OK | set is_ovn_dbs_bootstrap_node fact | standalone 2025-10-05 07:37:36.367112 | fa163e58-29ec-9cb1-0e1f-00000000223f | TIMING | set is_ovn_dbs_bootstrap_node fact | standalone | 0:07:24.760800 | 0.08s 2025-10-05 07:37:36.391186 | fa163e58-29ec-9cb1-0e1f-000000002240 | TASK | Populate ansible service facts so we can check for pacemaker service 2025-10-05 07:37:39.417198 | fa163e58-29ec-9cb1-0e1f-000000002240 | OK | Populate ansible service facts so we can check for pacemaker service | standalone 2025-10-05 07:37:39.422240 | fa163e58-29ec-9cb1-0e1f-000000002240 | TIMING | Populate ansible service facts so we can check for pacemaker service | standalone | 0:07:27.815928 | 3.03s 2025-10-05 07:37:39.456240 | fa163e58-29ec-9cb1-0e1f-000000002242 | TASK | Fetch ovn-dbs-bundle 2025-10-05 07:37:39.527062 | fa163e58-29ec-9cb1-0e1f-000000002242 | SKIPPED | Fetch ovn-dbs-bundle | standalone 2025-10-05 07:37:39.528190 | fa163e58-29ec-9cb1-0e1f-000000002242 | TIMING | Fetch ovn-dbs-bundle | standalone | 0:07:27.921879 | 0.07s 2025-10-05 07:37:39.555398 | fa163e58-29ec-9cb1-0e1f-000000002243 | TASK | Fetch ovn VIP 2025-10-05 07:37:39.605301 | fa163e58-29ec-9cb1-0e1f-000000002243 | SKIPPED | Fetch ovn VIP | standalone 2025-10-05 07:37:39.606471 | fa163e58-29ec-9cb1-0e1f-000000002243 | TIMING | Fetch ovn VIP | standalone | 0:07:28.000159 | 0.05s 2025-10-05 07:37:39.634201 | fa163e58-29ec-9cb1-0e1f-000000002244 | TASK | Remove OVNDBs from pacemaker 2025-10-05 07:37:39.684278 | fa163e58-29ec-9cb1-0e1f-000000002244 | SKIPPED | Remove OVNDBs from pacemaker | standalone 2025-10-05 07:37:39.685265 | fa163e58-29ec-9cb1-0e1f-000000002244 | TIMING | Remove OVNDBs from pacemaker | standalone | 0:07:28.078959 | 0.05s 2025-10-05 07:37:39.707475 | fa163e58-29ec-9cb1-0e1f-000000002245 | TASK | Remove OVNDBs VIP from pacemaker 2025-10-05 07:37:39.757334 | fa163e58-29ec-9cb1-0e1f-000000002245 | SKIPPED | Remove OVNDBs VIP from pacemaker | standalone 2025-10-05 07:37:39.758293 | fa163e58-29ec-9cb1-0e1f-000000002245 | TIMING | Remove OVNDBs VIP from pacemaker | standalone | 0:07:28.151987 | 0.05s 2025-10-05 07:37:39.779418 | fa163e58-29ec-9cb1-0e1f-000000002246 | TASK | Clean up pacemaker remote nodes cache 2025-10-05 07:37:39.836683 | fa163e58-29ec-9cb1-0e1f-000000002246 | SKIPPED | Clean up pacemaker remote nodes cache | standalone 2025-10-05 07:37:39.837528 | fa163e58-29ec-9cb1-0e1f-000000002246 | TIMING | Clean up pacemaker remote nodes cache | standalone | 0:07:28.231223 | 0.06s 2025-10-05 07:37:39.858842 | fa163e58-29ec-9cb1-0e1f-000000002247 | TASK | Remove pacemaker attributes 2025-10-05 07:37:39.898928 | fa163e58-29ec-9cb1-0e1f-000000002247 | SKIPPED | Remove pacemaker attributes | standalone | item=standalone 2025-10-05 07:37:39.911271 | fa163e58-29ec-9cb1-0e1f-000000002247 | TIMING | Remove pacemaker attributes | standalone | 0:07:28.304949 | 0.05s 2025-10-05 07:37:39.980875 | fa163e58-29ec-9cb1-0e1f-00000000224a | TIMING | include_role : linux-system-roles.certificate | standalone | 0:07:28.374548 | 0.04s 2025-10-05 07:37:40.049686 | fa163e58-29ec-9cb1-0e1f-0000000028f2 | TASK | Set version specific variables 2025-10-05 07:37:40.100058 | fa163e58-29ec-9cb1-0e1f-0000000028f2 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:07:28.493733 | 0.05s 2025-10-05 07:37:40.122130 | dab18653-d11c-44ca-a8d6-73ec6c85c69f | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-10-05 07:37:40.155505 | fa163e58-29ec-9cb1-0e1f-000000002923 | TASK | Ensure ansible_facts used by role 2025-10-05 07:37:40.551914 | fa163e58-29ec-9cb1-0e1f-000000002923 | OK | Ensure ansible_facts used by role | standalone 2025-10-05 07:37:40.552731 | fa163e58-29ec-9cb1-0e1f-000000002923 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:07:28.946429 | 0.40s 2025-10-05 07:37:40.575084 | fa163e58-29ec-9cb1-0e1f-000000002924 | TASK | Set platform/version specific variables 2025-10-05 07:37:40.645448 | fa163e58-29ec-9cb1-0e1f-000000002924 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-05 07:37:40.668675 | fa163e58-29ec-9cb1-0e1f-000000002924 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-05 07:37:40.692778 | fa163e58-29ec-9cb1-0e1f-000000002924 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-10-05 07:37:40.713330 | fa163e58-29ec-9cb1-0e1f-000000002924 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-10-05 07:37:40.719132 | fa163e58-29ec-9cb1-0e1f-000000002924 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:07:29.112818 | 0.14s 2025-10-05 07:37:40.747338 | fa163e58-29ec-9cb1-0e1f-0000000028f3 | TASK | Ensure certificate role dependencies are installed 2025-10-05 07:37:43.610794 | fa163e58-29ec-9cb1-0e1f-0000000028f3 | OK | Ensure certificate role dependencies are installed | standalone 2025-10-05 07:37:43.612185 | fa163e58-29ec-9cb1-0e1f-0000000028f3 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:07:32.005873 | 2.86s 2025-10-05 07:37:43.639907 | fa163e58-29ec-9cb1-0e1f-0000000028f5 | TASK | Ensure provider packages are installed 2025-10-05 07:37:46.451826 | fa163e58-29ec-9cb1-0e1f-0000000028f5 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:34.845500 | 2.81s 2025-10-05 07:37:46.464080 | fa163e58-29ec-9cb1-0e1f-0000000028f5 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:34.857762 | 2.82s 2025-10-05 07:37:46.492628 | fa163e58-29ec-9cb1-0e1f-0000000028f7 | TASK | Ensure pre-scripts hooks directory exists 2025-10-05 07:37:46.796420 | fa163e58-29ec-9cb1-0e1f-0000000028f7 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-10-05 07:37:46.797718 | fa163e58-29ec-9cb1-0e1f-0000000028f7 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:35.191405 | 0.30s 2025-10-05 07:37:46.804211 | fa163e58-29ec-9cb1-0e1f-0000000028f7 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:35.197891 | 0.31s 2025-10-05 07:37:46.833992 | fa163e58-29ec-9cb1-0e1f-0000000028f9 | TASK | Ensure post-scripts hooks directory exists 2025-10-05 07:37:47.138857 | fa163e58-29ec-9cb1-0e1f-0000000028f9 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-10-05 07:37:47.140227 | fa163e58-29ec-9cb1-0e1f-0000000028f9 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:35.533913 | 0.30s 2025-10-05 07:37:47.152485 | fa163e58-29ec-9cb1-0e1f-0000000028f9 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:35.546165 | 0.32s 2025-10-05 07:37:47.182258 | fa163e58-29ec-9cb1-0e1f-0000000028fb | TASK | Ensure provider service is running 2025-10-05 07:37:47.599116 | fa163e58-29ec-9cb1-0e1f-0000000028fb | OK | Ensure provider service is running | standalone | item=certmonger 2025-10-05 07:37:47.602213 | fa163e58-29ec-9cb1-0e1f-0000000028fb | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:35.995893 | 0.42s 2025-10-05 07:37:47.612637 | fa163e58-29ec-9cb1-0e1f-0000000028fb | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:36.006315 | 0.43s 2025-10-05 07:37:47.643127 | fa163e58-29ec-9cb1-0e1f-0000000028fe | TASK | Ensure certificate requests 2025-10-05 07:37:49.203828 | fa163e58-29ec-9cb1-0e1f-0000000028fe | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.internalapi.ooo.test', 'key_size': '2048', 'name': 'ovn_dbs', 'principal': 'ovn_dbs/standalone.internalapi.ooo.test@OOO.TEST'} 2025-10-05 07:37:49.206225 | fa163e58-29ec-9cb1-0e1f-0000000028fe | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:37.599903 | 1.56s 2025-10-05 07:37:49.216421 | fa163e58-29ec-9cb1-0e1f-0000000028fe | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:37.610112 | 1.57s 2025-10-05 07:37:49.269281 | fa163e58-29ec-9cb1-0e1f-00000000224c | TASK | Configure OVN DBs and northd 2025-10-05 07:37:49.320222 | fa163e58-29ec-9cb1-0e1f-00000000224c | TIMING | Configure OVN DBs and northd | standalone | 0:07:37.713902 | 0.05s 2025-10-05 07:37:49.383829 | fa163e58-29ec-9cb1-0e1f-00000000296d | TASK | create directory /var/lib/config-data/ansible-generated/ovn 2025-10-05 07:37:49.624313 | fa163e58-29ec-9cb1-0e1f-00000000296d | CHANGED | create directory /var/lib/config-data/ansible-generated/ovn | standalone 2025-10-05 07:37:49.625628 | fa163e58-29ec-9cb1-0e1f-00000000296d | TIMING | tripleo_ovn_cluster : create directory /var/lib/config-data/ansible-generated/ovn | standalone | 0:07:38.019317 | 0.24s 2025-10-05 07:37:49.653105 | fa163e58-29ec-9cb1-0e1f-00000000296e | TASK | set is_ovn_dbs_bootstrap_node fact 2025-10-05 07:37:49.713832 | fa163e58-29ec-9cb1-0e1f-00000000296e | SKIPPED | set is_ovn_dbs_bootstrap_node fact | standalone 2025-10-05 07:37:49.714936 | fa163e58-29ec-9cb1-0e1f-00000000296e | TIMING | tripleo_ovn_cluster : set is_ovn_dbs_bootstrap_node fact | standalone | 0:07:38.108624 | 0.06s 2025-10-05 07:37:49.742075 | fa163e58-29ec-9cb1-0e1f-00000000296f | TASK | check ovsdb-tool election-timer options 2025-10-05 07:37:50.037440 | fa163e58-29ec-9cb1-0e1f-00000000296f | CHANGED | check ovsdb-tool election-timer options | standalone 2025-10-05 07:37:50.038775 | fa163e58-29ec-9cb1-0e1f-00000000296f | TIMING | tripleo_ovn_cluster : check ovsdb-tool election-timer options | standalone | 0:07:38.432463 | 0.30s 2025-10-05 07:37:50.066608 | fa163e58-29ec-9cb1-0e1f-000000002970 | TASK | set has_ovsdb_tool_election_timer fact 2025-10-05 07:37:50.136767 | fa163e58-29ec-9cb1-0e1f-000000002970 | OK | set has_ovsdb_tool_election_timer fact | standalone 2025-10-05 07:37:50.137849 | fa163e58-29ec-9cb1-0e1f-000000002970 | TIMING | tripleo_ovn_cluster : set has_ovsdb_tool_election_timer fact | standalone | 0:07:38.531538 | 0.07s 2025-10-05 07:37:50.165482 | fa163e58-29ec-9cb1-0e1f-000000002971 | TASK | render OVN cluster configuration 2025-10-05 07:37:50.778766 | fa163e58-29ec-9cb1-0e1f-000000002971 | CHANGED | render OVN cluster configuration | standalone 2025-10-05 07:37:50.780054 | fa163e58-29ec-9cb1-0e1f-000000002971 | TIMING | tripleo_ovn_cluster : render OVN cluster configuration | standalone | 0:07:39.173744 | 0.61s 2025-10-05 07:37:50.808280 | fa163e58-29ec-9cb1-0e1f-000000002972 | TASK | restart OVN northd and north and south databases 2025-10-05 07:37:50.869343 | fa163e58-29ec-9cb1-0e1f-000000002972 | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:07:39.263008 | 0.06s 2025-10-05 07:37:50.897625 | fa163e58-29ec-9cb1-0e1f-000000002972 | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:07:39.291317 | 0.09s 2025-10-05 07:37:50.910533 | fa163e58-29ec-9cb1-0e1f-000000002972 | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:07:39.304224 | 0.10s 2025-10-05 07:37:50.917099 | fa163e58-29ec-9cb1-0e1f-000000002972 | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:07:39.310791 | 0.11s 2025-10-05 07:37:50.941755 | dd3b3cda-6298-40ff-b342-79e1e3fe78f8 | INCLUDED | /usr/share/ansible/roles/tripleo_ovn_cluster/tasks/restart.yml | standalone 2025-10-05 07:37:50.950218 | 2142fa23-0596-4095-a31b-7d3d6f403496 | INCLUDED | /usr/share/ansible/roles/tripleo_ovn_cluster/tasks/restart.yml | standalone 2025-10-05 07:37:50.958028 | e4d0c5b2-232b-4843-b49f-565d08f01cf9 | INCLUDED | /usr/share/ansible/roles/tripleo_ovn_cluster/tasks/restart.yml | standalone 2025-10-05 07:37:50.995047 | fa163e58-29ec-9cb1-0e1f-0000000029a1 | TASK | check if tripleo_cluster_north_db_server systemd service is active 2025-10-05 07:37:51.259263 | fa163e58-29ec-9cb1-0e1f-0000000029a1 | CHANGED | check if tripleo_cluster_north_db_server systemd service is active | standalone 2025-10-05 07:37:51.260989 | fa163e58-29ec-9cb1-0e1f-0000000029a1 | TIMING | tripleo_ovn_cluster : check if tripleo_cluster_north_db_server systemd service is active | standalone | 0:07:39.654675 | 0.26s 2025-10-05 07:37:51.292965 | fa163e58-29ec-9cb1-0e1f-0000000029a2 | TASK | restart tripleo_cluster_north_db_server systemd service 2025-10-05 07:37:51.344806 | fa163e58-29ec-9cb1-0e1f-0000000029a2 | SKIPPED | restart tripleo_cluster_north_db_server systemd service | standalone 2025-10-05 07:37:51.346509 | fa163e58-29ec-9cb1-0e1f-0000000029a2 | TIMING | tripleo_ovn_cluster : restart tripleo_cluster_north_db_server systemd service | standalone | 0:07:39.740192 | 0.05s 2025-10-05 07:37:51.378753 | fa163e58-29ec-9cb1-0e1f-0000000029a6 | TASK | check if tripleo_cluster_south_db_server systemd service is active 2025-10-05 07:37:51.616632 | fa163e58-29ec-9cb1-0e1f-0000000029a6 | CHANGED | check if tripleo_cluster_south_db_server systemd service is active | standalone 2025-10-05 07:37:51.618027 | fa163e58-29ec-9cb1-0e1f-0000000029a6 | TIMING | tripleo_ovn_cluster : check if tripleo_cluster_south_db_server systemd service is active | standalone | 0:07:40.011715 | 0.24s 2025-10-05 07:37:51.648384 | fa163e58-29ec-9cb1-0e1f-0000000029a7 | TASK | restart tripleo_cluster_south_db_server systemd service 2025-10-05 07:37:51.681722 | fa163e58-29ec-9cb1-0e1f-0000000029a7 | SKIPPED | restart tripleo_cluster_south_db_server systemd service | standalone 2025-10-05 07:37:51.682909 | fa163e58-29ec-9cb1-0e1f-0000000029a7 | TIMING | tripleo_ovn_cluster : restart tripleo_cluster_south_db_server systemd service | standalone | 0:07:40.076598 | 0.03s 2025-10-05 07:37:51.713216 | fa163e58-29ec-9cb1-0e1f-0000000029ab | TASK | check if tripleo_cluster_northd systemd service is active 2025-10-05 07:37:51.969211 | fa163e58-29ec-9cb1-0e1f-0000000029ab | CHANGED | check if tripleo_cluster_northd systemd service is active | standalone 2025-10-05 07:37:51.970689 | fa163e58-29ec-9cb1-0e1f-0000000029ab | TIMING | tripleo_ovn_cluster : check if tripleo_cluster_northd systemd service is active | standalone | 0:07:40.364376 | 0.26s 2025-10-05 07:37:52.001095 | fa163e58-29ec-9cb1-0e1f-0000000029ac | TASK | restart tripleo_cluster_northd systemd service 2025-10-05 07:37:52.054223 | fa163e58-29ec-9cb1-0e1f-0000000029ac | SKIPPED | restart tripleo_cluster_northd systemd service | standalone 2025-10-05 07:37:52.055432 | fa163e58-29ec-9cb1-0e1f-0000000029ac | TIMING | tripleo_ovn_cluster : restart tripleo_cluster_northd systemd service | standalone | 0:07:40.449120 | 0.05s 2025-10-05 07:37:52.159841 | fa163e58-29ec-9cb1-0e1f-00000000224e | TIMING | include_role : linux-system-roles.certificate | standalone | 0:07:40.553517 | 0.05s 2025-10-05 07:37:52.226355 | fa163e58-29ec-9cb1-0e1f-0000000029f9 | TASK | Set version specific variables 2025-10-05 07:37:52.278273 | fa163e58-29ec-9cb1-0e1f-0000000029f9 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:07:40.671950 | 0.05s 2025-10-05 07:37:52.300514 | 1d8aa947-c3b4-487a-ab0a-e990554def0d | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-10-05 07:37:52.332771 | fa163e58-29ec-9cb1-0e1f-000000002a28 | TASK | Ensure ansible_facts used by role 2025-10-05 07:37:52.702436 | fa163e58-29ec-9cb1-0e1f-000000002a28 | OK | Ensure ansible_facts used by role | standalone 2025-10-05 07:37:52.703281 | fa163e58-29ec-9cb1-0e1f-000000002a28 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:07:41.096978 | 0.37s 2025-10-05 07:37:52.721391 | fa163e58-29ec-9cb1-0e1f-000000002a29 | TASK | Set platform/version specific variables 2025-10-05 07:37:52.777720 | fa163e58-29ec-9cb1-0e1f-000000002a29 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-05 07:37:52.799950 | fa163e58-29ec-9cb1-0e1f-000000002a29 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-05 07:37:52.823587 | fa163e58-29ec-9cb1-0e1f-000000002a29 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-10-05 07:37:52.845784 | fa163e58-29ec-9cb1-0e1f-000000002a29 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-10-05 07:37:52.848915 | fa163e58-29ec-9cb1-0e1f-000000002a29 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:07:41.242582 | 0.13s 2025-10-05 07:37:52.876409 | fa163e58-29ec-9cb1-0e1f-0000000029fa | TASK | Ensure certificate role dependencies are installed 2025-10-05 07:37:55.717827 | fa163e58-29ec-9cb1-0e1f-0000000029fa | OK | Ensure certificate role dependencies are installed | standalone 2025-10-05 07:37:55.719335 | fa163e58-29ec-9cb1-0e1f-0000000029fa | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:07:44.113022 | 2.84s 2025-10-05 07:37:55.747478 | fa163e58-29ec-9cb1-0e1f-0000000029fc | TASK | Ensure provider packages are installed 2025-10-05 07:37:58.644568 | fa163e58-29ec-9cb1-0e1f-0000000029fc | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:47.038237 | 2.90s 2025-10-05 07:37:58.651279 | fa163e58-29ec-9cb1-0e1f-0000000029fc | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:47.044955 | 2.90s 2025-10-05 07:37:58.679067 | fa163e58-29ec-9cb1-0e1f-0000000029fe | TASK | Ensure pre-scripts hooks directory exists 2025-10-05 07:37:58.973436 | fa163e58-29ec-9cb1-0e1f-0000000029fe | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-10-05 07:37:58.975514 | fa163e58-29ec-9cb1-0e1f-0000000029fe | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:47.369198 | 0.29s 2025-10-05 07:37:58.985622 | fa163e58-29ec-9cb1-0e1f-0000000029fe | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:47.379274 | 0.31s 2025-10-05 07:37:59.013289 | fa163e58-29ec-9cb1-0e1f-000000002a00 | TASK | Ensure post-scripts hooks directory exists 2025-10-05 07:37:59.315758 | fa163e58-29ec-9cb1-0e1f-000000002a00 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-10-05 07:37:59.318058 | fa163e58-29ec-9cb1-0e1f-000000002a00 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:47.711742 | 0.30s 2025-10-05 07:37:59.328035 | fa163e58-29ec-9cb1-0e1f-000000002a00 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:47.721720 | 0.31s 2025-10-05 07:37:59.355696 | fa163e58-29ec-9cb1-0e1f-000000002a02 | TASK | Ensure provider service is running 2025-10-05 07:37:59.793921 | fa163e58-29ec-9cb1-0e1f-000000002a02 | OK | Ensure provider service is running | standalone | item=certmonger 2025-10-05 07:37:59.796877 | fa163e58-29ec-9cb1-0e1f-000000002a02 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:48.190561 | 0.44s 2025-10-05 07:37:59.807243 | fa163e58-29ec-9cb1-0e1f-000000002a02 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:48.200928 | 0.45s 2025-10-05 07:37:59.838303 | fa163e58-29ec-9cb1-0e1f-000000002a05 | TASK | Ensure certificate requests 2025-10-05 07:38:01.567136 | fa163e58-29ec-9cb1-0e1f-000000002a05 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.internalapi.ooo.test', 'key_size': '2048', 'name': 'ovn_metadata', 'principal': 'ovn_metadata/standalone.internalapi.ooo.test@OOO.TEST'} 2025-10-05 07:38:01.568697 | fa163e58-29ec-9cb1-0e1f-000000002a05 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:49.962384 | 1.73s 2025-10-05 07:38:01.581833 | fa163e58-29ec-9cb1-0e1f-000000002a05 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:49.975513 | 1.74s 2025-10-05 07:38:01.684804 | fa163e58-29ec-9cb1-0e1f-000000002250 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:07:50.078456 | 0.05s 2025-10-05 07:38:01.750506 | fa163e58-29ec-9cb1-0e1f-000000002a6d | TASK | Set version specific variables 2025-10-05 07:38:01.799980 | fa163e58-29ec-9cb1-0e1f-000000002a6d | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:07:50.193653 | 0.05s 2025-10-05 07:38:01.822156 | 6b6efdea-f3c2-4c49-abee-38bae0cc34df | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-10-05 07:38:01.854226 | fa163e58-29ec-9cb1-0e1f-000000002a9c | TASK | Ensure ansible_facts used by role 2025-10-05 07:38:02.245013 | fa163e58-29ec-9cb1-0e1f-000000002a9c | OK | Ensure ansible_facts used by role | standalone 2025-10-05 07:38:02.246648 | fa163e58-29ec-9cb1-0e1f-000000002a9c | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:07:50.640335 | 0.39s 2025-10-05 07:38:02.274176 | fa163e58-29ec-9cb1-0e1f-000000002a9d | TASK | Set platform/version specific variables 2025-10-05 07:38:02.366031 | fa163e58-29ec-9cb1-0e1f-000000002a9d | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-05 07:38:02.399194 | fa163e58-29ec-9cb1-0e1f-000000002a9d | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-05 07:38:02.426807 | fa163e58-29ec-9cb1-0e1f-000000002a9d | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-10-05 07:38:02.447494 | fa163e58-29ec-9cb1-0e1f-000000002a9d | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-10-05 07:38:02.454361 | fa163e58-29ec-9cb1-0e1f-000000002a9d | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:07:50.848040 | 0.18s 2025-10-05 07:38:02.483263 | fa163e58-29ec-9cb1-0e1f-000000002a6e | TASK | Ensure certificate role dependencies are installed 2025-10-05 07:38:05.300726 | fa163e58-29ec-9cb1-0e1f-000000002a6e | OK | Ensure certificate role dependencies are installed | standalone 2025-10-05 07:38:05.302198 | fa163e58-29ec-9cb1-0e1f-000000002a6e | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:07:53.695883 | 2.82s 2025-10-05 07:38:05.330545 | fa163e58-29ec-9cb1-0e1f-000000002a70 | TASK | Ensure provider packages are installed 2025-10-05 07:38:08.300093 | fa163e58-29ec-9cb1-0e1f-000000002a70 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:56.693763 | 2.97s 2025-10-05 07:38:08.307172 | fa163e58-29ec-9cb1-0e1f-000000002a70 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:56.700847 | 2.98s 2025-10-05 07:38:08.335065 | fa163e58-29ec-9cb1-0e1f-000000002a72 | TASK | Ensure pre-scripts hooks directory exists 2025-10-05 07:38:08.630598 | fa163e58-29ec-9cb1-0e1f-000000002a72 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-10-05 07:38:08.632658 | fa163e58-29ec-9cb1-0e1f-000000002a72 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:57.026342 | 0.30s 2025-10-05 07:38:08.642847 | fa163e58-29ec-9cb1-0e1f-000000002a72 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:57.036529 | 0.31s 2025-10-05 07:38:08.671306 | fa163e58-29ec-9cb1-0e1f-000000002a74 | TASK | Ensure post-scripts hooks directory exists 2025-10-05 07:38:08.973284 | fa163e58-29ec-9cb1-0e1f-000000002a74 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-10-05 07:38:08.974739 | fa163e58-29ec-9cb1-0e1f-000000002a74 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:57.368424 | 0.30s 2025-10-05 07:38:08.980556 | fa163e58-29ec-9cb1-0e1f-000000002a74 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:57.374239 | 0.31s 2025-10-05 07:38:09.008741 | fa163e58-29ec-9cb1-0e1f-000000002a76 | TASK | Ensure provider service is running 2025-10-05 07:38:09.433796 | fa163e58-29ec-9cb1-0e1f-000000002a76 | OK | Ensure provider service is running | standalone | item=certmonger 2025-10-05 07:38:09.436837 | fa163e58-29ec-9cb1-0e1f-000000002a76 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:57.830521 | 0.43s 2025-10-05 07:38:09.448961 | fa163e58-29ec-9cb1-0e1f-000000002a76 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:57.842635 | 0.44s 2025-10-05 07:38:09.480864 | fa163e58-29ec-9cb1-0e1f-000000002a79 | TASK | Ensure certificate requests 2025-10-05 07:38:11.580719 | fa163e58-29ec-9cb1-0e1f-000000002a79 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.internalapi.ooo.test', 'key_size': '2048', 'name': 'rabbitmq', 'principal': 'rabbitmq/standalone.internalapi.ooo.test@OOO.TEST', 'run_after': 'container_name=$(podman ps --format=\\{\\{.Names\\}\\} | grep -w -E \'rabbitmq(-bundle-.*-[0-9]+)?\')\nservice_crt="/etc/pki/tls/certs/rabbitmq.crt"\nservice_key="/etc/pki/tls/private/rabbitmq.key"\nif echo "$container_name" | grep -q "^rabbitmq-bundle"; then\n # lp#1917868: Do not use podman cp with HA containers as they get\n # frozen temporarily and that can make pacemaker operation fail.\n tar -c "$service_crt" "$service_key" | podman exec -i "$container_name" tar -C / -xv\n # no need to update the mount point, because pacemaker\n # recreates the container when it\'s restarted\nelse\n # Refresh the cert at the mount-point\n podman cp $service_crt "$container_name:/var/lib/kolla/config_files/src-tls/$service_crt"\n # Refresh the key at the mount-point\n podman cp $service_key "$container_name:/var/lib/kolla/config_files/src-tls/$service_key"\n # Copy the new cert from the mount-point to the real path\n podman exec -u root "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_crt" "$service_crt"\n # Copy the new key from the mount-point to the real path\n podman exec -u root "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_key" "$service_key"\nfi\n# Set appropriate permissions\npodman exec -u root "$container_name" chown rabbitmq:rabbitmq "$service_crt"\npodman exec -u root "$container_name" chown rabbitmq:rabbitmq "$service_key"\n# Trigger a pem cache clear in RabbitMQ to read the new certificates\npodman exec "$container_name" rabbitmqctl eval "ssl:clear_pem_cache()."\n'} 2025-10-05 07:38:11.582030 | fa163e58-29ec-9cb1-0e1f-000000002a79 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:59.975718 | 2.10s 2025-10-05 07:38:11.588437 | fa163e58-29ec-9cb1-0e1f-000000002a79 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:59.982122 | 2.11s 2025-10-05 07:38:11.640252 | fa163e58-29ec-9cb1-0e1f-000000002257 | TASK | Fail if container image is undefined 2025-10-05 07:38:11.704324 | fa163e58-29ec-9cb1-0e1f-000000002257 | SKIPPED | Fail if container image is undefined | standalone 2025-10-05 07:38:11.705384 | fa163e58-29ec-9cb1-0e1f-000000002257 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:08:00.099073 | 0.06s 2025-10-05 07:38:11.747964 | fa163e58-29ec-9cb1-0e1f-000000002258 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image 2025-10-05 07:38:18.574971 | fa163e58-29ec-9cb1-0e1f-000000002258 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone 2025-10-05 07:38:18.576413 | fa163e58-29ec-9cb1-0e1f-000000002258 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone | 0:08:06.970101 | 6.83s 2025-10-05 07:38:18.632006 | fa163e58-29ec-9cb1-0e1f-000000002259 | TASK | Tag cluster.common.tag/rabbitmq:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image 2025-10-05 07:38:18.987253 | fa163e58-29ec-9cb1-0e1f-000000002259 | CHANGED | Tag cluster.common.tag/rabbitmq:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone 2025-10-05 07:38:18.988564 | fa163e58-29ec-9cb1-0e1f-000000002259 | 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:07.382253 | 0.35s 2025-10-05 07:38:19.041388 | fa163e58-29ec-9cb1-0e1f-000000002264 | TASK | Pre-fetch all the containers 2025-10-05 07:38:24.523835 | fa163e58-29ec-9cb1-0e1f-000000002264 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-nb-db-server:17.1 2025-10-05 07:38:24.527865 | fa163e58-29ec-9cb1-0e1f-000000002264 | TIMING | Pre-fetch all the containers | standalone | 0:08:12.921548 | 5.48s 2025-10-05 07:38:29.810268 | fa163e58-29ec-9cb1-0e1f-000000002264 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-northd:17.1 2025-10-05 07:38:29.813613 | fa163e58-29ec-9cb1-0e1f-000000002264 | TIMING | Pre-fetch all the containers | standalone | 0:08:18.207300 | 10.77s 2025-10-05 07:38:33.119606 | fa163e58-29ec-9cb1-0e1f-000000002264 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-sb-db-server:17.1 2025-10-05 07:38:33.122920 | fa163e58-29ec-9cb1-0e1f-000000002264 | TIMING | Pre-fetch all the containers | standalone | 0:08:21.516608 | 14.08s 2025-10-05 07:38:36.896359 | fa163e58-29ec-9cb1-0e1f-000000002264 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-memcached:17.1 2025-10-05 07:38:36.899616 | fa163e58-29ec-9cb1-0e1f-000000002264 | TIMING | Pre-fetch all the containers | standalone | 0:08:25.293305 | 17.86s 2025-10-05 07:38:39.257734 | fa163e58-29ec-9cb1-0e1f-000000002264 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 2025-10-05 07:38:39.260283 | fa163e58-29ec-9cb1-0e1f-000000002264 | TIMING | Pre-fetch all the containers | standalone | 0:08:27.653972 | 20.22s 2025-10-05 07:38:41.541879 | fa163e58-29ec-9cb1-0e1f-000000002264 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 2025-10-05 07:38:41.546423 | fa163e58-29ec-9cb1-0e1f-000000002264 | TIMING | Pre-fetch all the containers | standalone | 0:08:29.940105 | 22.50s 2025-10-05 07:38:46.389400 | fa163e58-29ec-9cb1-0e1f-000000002264 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-barbican-api:17.1 2025-10-05 07:38:46.394149 | fa163e58-29ec-9cb1-0e1f-000000002264 | TIMING | Pre-fetch all the containers | standalone | 0:08:34.787836 | 27.35s 2025-10-05 07:38:50.992587 | fa163e58-29ec-9cb1-0e1f-000000002264 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-api:17.1 2025-10-05 07:38:50.996326 | fa163e58-29ec-9cb1-0e1f-000000002264 | TIMING | Pre-fetch all the containers | standalone | 0:08:39.390016 | 31.95s 2025-10-05 07:38:53.766423 | fa163e58-29ec-9cb1-0e1f-000000002264 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-scheduler:17.1 2025-10-05 07:38:53.770869 | fa163e58-29ec-9cb1-0e1f-000000002264 | TIMING | Pre-fetch all the containers | standalone | 0:08:42.164556 | 34.73s 2025-10-05 07:39:02.470817 | fa163e58-29ec-9cb1-0e1f-000000002264 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-dhcp-agent:17.1 2025-10-05 07:39:02.475509 | fa163e58-29ec-9cb1-0e1f-000000002264 | TIMING | Pre-fetch all the containers | standalone | 0:08:50.869192 | 43.43s 2025-10-05 07:39:05.993068 | fa163e58-29ec-9cb1-0e1f-000000002264 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-metadata-agent-ovn:17.1 2025-10-05 07:39:05.996971 | fa163e58-29ec-9cb1-0e1f-000000002264 | TIMING | Pre-fetch all the containers | standalone | 0:08:54.390658 | 46.95s 2025-10-05 07:39:22.724447 | fa163e58-29ec-9cb1-0e1f-000000002264 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-libvirt:17.1 2025-10-05 07:39:22.727948 | fa163e58-29ec-9cb1-0e1f-000000002264 | TIMING | Pre-fetch all the containers | standalone | 0:09:11.121633 | 63.68s 2025-10-05 07:39:34.979640 | fa163e58-29ec-9cb1-0e1f-000000002264 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-glance-api:17.1 2025-10-05 07:39:34.982878 | fa163e58-29ec-9cb1-0e1f-000000002264 | TIMING | Pre-fetch all the containers | standalone | 0:09:23.376568 | 75.94s 2025-10-05 07:39:44.345691 | fa163e58-29ec-9cb1-0e1f-000000002264 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-heat-engine:17.1 2025-10-05 07:39:44.348683 | fa163e58-29ec-9cb1-0e1f-000000002264 | TIMING | Pre-fetch all the containers | standalone | 0:09:32.742373 | 85.31s 2025-10-05 07:39:52.281001 | fa163e58-29ec-9cb1-0e1f-000000002264 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-horizon:17.1 2025-10-05 07:39:52.283915 | fa163e58-29ec-9cb1-0e1f-000000002264 | TIMING | Pre-fetch all the containers | standalone | 0:09:40.677604 | 93.24s 2025-10-05 07:39:57.673682 | fa163e58-29ec-9cb1-0e1f-000000002264 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-keystone:17.1 2025-10-05 07:39:57.676980 | fa163e58-29ec-9cb1-0e1f-000000002264 | TIMING | Pre-fetch all the containers | standalone | 0:09:46.070668 | 98.63s 2025-10-05 07:40:01.381888 | fa163e58-29ec-9cb1-0e1f-000000002264 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-manila-api:17.1 2025-10-05 07:40:01.385008 | fa163e58-29ec-9cb1-0e1f-000000002264 | TIMING | Pre-fetch all the containers | standalone | 0:09:49.778697 | 102.34s 2025-10-05 07:40:05.528799 | fa163e58-29ec-9cb1-0e1f-000000002264 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-server:17.1 2025-10-05 07:40:05.533739 | fa163e58-29ec-9cb1-0e1f-000000002264 | TIMING | Pre-fetch all the containers | standalone | 0:09:53.927423 | 106.49s 2025-10-05 07:40:11.282427 | fa163e58-29ec-9cb1-0e1f-000000002264 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-api:17.1 2025-10-05 07:40:11.285605 | fa163e58-29ec-9cb1-0e1f-000000002264 | TIMING | Pre-fetch all the containers | standalone | 0:09:59.679277 | 112.24s 2025-10-05 07:40:23.821363 | fa163e58-29ec-9cb1-0e1f-000000002264 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-compute:17.1 2025-10-05 07:40:23.825905 | fa163e58-29ec-9cb1-0e1f-000000002264 | TIMING | Pre-fetch all the containers | standalone | 0:10:12.219593 | 124.78s 2025-10-05 07:40:27.238644 | fa163e58-29ec-9cb1-0e1f-000000002264 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-conductor:17.1 2025-10-05 07:40:27.241563 | fa163e58-29ec-9cb1-0e1f-000000002264 | TIMING | Pre-fetch all the containers | standalone | 0:10:15.635253 | 128.20s 2025-10-05 07:40:31.293072 | fa163e58-29ec-9cb1-0e1f-000000002264 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-placement-api:17.1 2025-10-05 07:40:31.296673 | fa163e58-29ec-9cb1-0e1f-000000002264 | TIMING | Pre-fetch all the containers | standalone | 0:10:19.690360 | 132.25s 2025-10-05 07:40:34.923006 | fa163e58-29ec-9cb1-0e1f-000000002264 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-barbican-keystone-listener:17.1 2025-10-05 07:40:34.926242 | fa163e58-29ec-9cb1-0e1f-000000002264 | TIMING | Pre-fetch all the containers | standalone | 0:10:23.319930 | 135.88s 2025-10-05 07:40:38.425981 | fa163e58-29ec-9cb1-0e1f-000000002264 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-barbican-worker:17.1 2025-10-05 07:40:38.430109 | fa163e58-29ec-9cb1-0e1f-000000002264 | TIMING | Pre-fetch all the containers | standalone | 0:10:26.823796 | 139.39s 2025-10-05 07:40:40.830469 | fa163e58-29ec-9cb1-0e1f-000000002264 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 2025-10-05 07:40:40.833419 | fa163e58-29ec-9cb1-0e1f-000000002264 | TIMING | Pre-fetch all the containers | standalone | 0:10:29.227110 | 141.79s 2025-10-05 07:40:43.653194 | fa163e58-29ec-9cb1-0e1f-000000002264 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 2025-10-05 07:40:43.657194 | fa163e58-29ec-9cb1-0e1f-000000002264 | TIMING | Pre-fetch all the containers | standalone | 0:10:32.050883 | 144.61s 2025-10-05 07:40:46.625472 | fa163e58-29ec-9cb1-0e1f-000000002264 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-iscsid:17.1 2025-10-05 07:40:46.629138 | fa163e58-29ec-9cb1-0e1f-000000002264 | TIMING | Pre-fetch all the containers | standalone | 0:10:35.022823 | 147.59s 2025-10-05 07:40:49.152754 | fa163e58-29ec-9cb1-0e1f-000000002264 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 2025-10-05 07:40:49.156640 | fa163e58-29ec-9cb1-0e1f-000000002264 | TIMING | Pre-fetch all the containers | standalone | 0:10:37.550328 | 150.11s 2025-10-05 07:40:55.818784 | fa163e58-29ec-9cb1-0e1f-000000002264 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-proxy-server:17.1 2025-10-05 07:40:55.820290 | fa163e58-29ec-9cb1-0e1f-000000002264 | TIMING | Pre-fetch all the containers | standalone | 0:10:44.213987 | 156.78s 2025-10-05 07:40:59.257633 | fa163e58-29ec-9cb1-0e1f-000000002264 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-account:17.1 2025-10-05 07:40:59.261067 | fa163e58-29ec-9cb1-0e1f-000000002264 | TIMING | Pre-fetch all the containers | standalone | 0:10:47.654756 | 160.22s 2025-10-05 07:41:03.509119 | fa163e58-29ec-9cb1-0e1f-000000002264 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-controller:17.1 2025-10-05 07:41:03.512432 | fa163e58-29ec-9cb1-0e1f-000000002264 | TIMING | Pre-fetch all the containers | standalone | 0:10:51.906121 | 164.47s 2025-10-05 07:41:06.774014 | fa163e58-29ec-9cb1-0e1f-000000002264 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-heat-api:17.1 2025-10-05 07:41:06.777684 | fa163e58-29ec-9cb1-0e1f-000000002264 | TIMING | Pre-fetch all the containers | standalone | 0:10:55.171372 | 167.73s 2025-10-05 07:41:10.545702 | fa163e58-29ec-9cb1-0e1f-000000002264 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-heat-api-cfn:17.1 2025-10-05 07:41:10.548763 | fa163e58-29ec-9cb1-0e1f-000000002264 | TIMING | Pre-fetch all the containers | standalone | 0:10:58.942452 | 171.51s 2025-10-05 07:41:13.346569 | fa163e58-29ec-9cb1-0e1f-000000002264 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cron:17.1 2025-10-05 07:41:13.349568 | fa163e58-29ec-9cb1-0e1f-000000002264 | TIMING | Pre-fetch all the containers | standalone | 0:11:01.743257 | 174.31s 2025-10-05 07:41:16.489095 | fa163e58-29ec-9cb1-0e1f-000000002264 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-manila-scheduler:17.1 2025-10-05 07:41:16.494498 | fa163e58-29ec-9cb1-0e1f-000000002264 | TIMING | Pre-fetch all the containers | standalone | 0:11:04.888180 | 177.45s 2025-10-05 07:41:19.952608 | fa163e58-29ec-9cb1-0e1f-000000002264 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-sriov-agent:17.1 2025-10-05 07:41:19.956094 | fa163e58-29ec-9cb1-0e1f-000000002264 | TIMING | Pre-fetch all the containers | standalone | 0:11:08.349782 | 180.91s 2025-10-05 07:41:24.004544 | fa163e58-29ec-9cb1-0e1f-000000002264 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-scheduler:17.1 2025-10-05 07:41:24.007902 | fa163e58-29ec-9cb1-0e1f-000000002264 | TIMING | Pre-fetch all the containers | standalone | 0:11:12.401589 | 184.96s 2025-10-05 07:41:28.516777 | fa163e58-29ec-9cb1-0e1f-000000002264 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-novncproxy:17.1 2025-10-05 07:41:28.520036 | fa163e58-29ec-9cb1-0e1f-000000002264 | TIMING | Pre-fetch all the containers | standalone | 0:11:16.913725 | 189.48s 2025-10-05 07:41:32.236003 | fa163e58-29ec-9cb1-0e1f-000000002264 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-container:17.1 2025-10-05 07:41:32.239258 | fa163e58-29ec-9cb1-0e1f-000000002264 | TIMING | Pre-fetch all the containers | standalone | 0:11:20.632945 | 193.20s 2025-10-05 07:41:35.606375 | fa163e58-29ec-9cb1-0e1f-000000002264 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-object:17.1 2025-10-05 07:41:35.610206 | fa163e58-29ec-9cb1-0e1f-000000002264 | TIMING | Pre-fetch all the containers | standalone | 0:11:24.003895 | 196.57s 2025-10-05 07:41:35.955866 | fa163e58-29ec-9cb1-0e1f-000000002264 | TIMING | Pre-fetch all the containers | standalone | 0:11:24.349533 | 196.91s 2025-10-05 07:41:36.096376 | fa163e58-29ec-9cb1-0e1f-000000002267 | TASK | Check if rsyslog exists 2025-10-05 07:41:36.373486 | fa163e58-29ec-9cb1-0e1f-000000002267 | CHANGED | Check if rsyslog exists | standalone 2025-10-05 07:41:36.374946 | fa163e58-29ec-9cb1-0e1f-000000002267 | TIMING | Check if rsyslog exists | standalone | 0:11:24.768635 | 0.28s 2025-10-05 07:41:36.402129 | fa163e58-29ec-9cb1-0e1f-000000002268 | TASK | Forward logging to swift.log file 2025-10-05 07:41:36.912954 | fa163e58-29ec-9cb1-0e1f-000000002268 | CHANGED | Forward logging to swift.log file | standalone 2025-10-05 07:41:36.914685 | fa163e58-29ec-9cb1-0e1f-000000002268 | TIMING | Forward logging to swift.log file | standalone | 0:11:25.308373 | 0.51s 2025-10-05 07:41:36.947308 | fa163e58-29ec-9cb1-0e1f-000000002269 | TASK | Restart rsyslogd service after logging conf change 2025-10-05 07:41:37.871237 | fa163e58-29ec-9cb1-0e1f-000000002269 | CHANGED | Restart rsyslogd service after logging conf change | standalone 2025-10-05 07:41:37.872722 | fa163e58-29ec-9cb1-0e1f-000000002269 | TIMING | Restart rsyslogd service after logging conf change | standalone | 0:11:26.266414 | 0.92s 2025-10-05 07:41:37.896287 | fa163e58-29ec-9cb1-0e1f-0000000000c2 | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists 2025-10-05 07:41:38.129484 | fa163e58-29ec-9cb1-0e1f-0000000000c2 | OK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone 2025-10-05 07:41:38.130624 | fa163e58-29ec-9cb1-0e1f-0000000000c2 | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone | 0:11:26.524318 | 0.23s 2025-10-05 07:41:38.233785 | fa163e58-29ec-9cb1-0e1f-0000000000c3 | TIMING | include_tasks | standalone | 0:11:26.627457 | 0.08s 2025-10-05 07:41:38.283097 | 797428cc-9ef3-4ac4-aaf2-4d8f306fa17e | INCLUDED | /root/standalone-ansible-jr6gpgc3/common_deploy_steps_tasks.yaml | standalone 2025-10-05 07:41:38.314194 | fa163e58-29ec-9cb1-0e1f-000000002b36 | TASK | Write the config_step hieradata 2025-10-05 07:41:38.766221 | fa163e58-29ec-9cb1-0e1f-000000002b36 | OK | Write the config_step hieradata | standalone 2025-10-05 07:41:38.820815 | fa163e58-29ec-9cb1-0e1f-000000002b36 | TIMING | Write the config_step hieradata | standalone | 0:11:27.214512 | 0.51s 2025-10-05 07:41:38.839602 | fa163e58-29ec-9cb1-0e1f-000000002b37 | TASK | Run puppet host configuration for step 1 2025-10-05 07:41:39.172795 | fa163e58-29ec-9cb1-0e1f-000000002b37 | CHANGED | Run puppet host configuration for step 1 | standalone 2025-10-05 07:41:39.174382 | fa163e58-29ec-9cb1-0e1f-000000002b37 | TIMING | Run puppet host configuration for step 1 | standalone | 0:11:27.568069 | 0.33s 2025-10-05 07:41:39.202031 | fa163e58-29ec-9cb1-0e1f-000000002b38 | TASK | Wait for puppet host configuration to finish 2025-10-05 07:41:39.451076 | fa163e58-29ec-9cb1-0e1f-000000002b38 | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-10-05 07:41:49.672484 | fa163e58-29ec-9cb1-0e1f-000000002b38 | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-10-05 07:41:59.937141 | fa163e58-29ec-9cb1-0e1f-000000002b38 | WAITING | Wait for puppet host configuration to finish | standalone | 358 retries left 2025-10-05 07:42:10.147264 | fa163e58-29ec-9cb1-0e1f-000000002b38 | WAITING | Wait for puppet host configuration to finish | standalone | 357 retries left 2025-10-05 07:42:20.380998 | fa163e58-29ec-9cb1-0e1f-000000002b38 | WAITING | Wait for puppet host configuration to finish | standalone | 356 retries left 2025-10-05 07:42:30.592209 | fa163e58-29ec-9cb1-0e1f-000000002b38 | WAITING | Wait for puppet host configuration to finish | standalone | 355 retries left 2025-10-05 07:42:40.833383 | fa163e58-29ec-9cb1-0e1f-000000002b38 | CHANGED | Wait for puppet host configuration to finish | standalone 2025-10-05 07:42:40.835202 | fa163e58-29ec-9cb1-0e1f-000000002b38 | TIMING | Wait for puppet host configuration to finish | standalone | 0:12:29.228885 | 61.63s 2025-10-05 07:42:40.865729 | fa163e58-29ec-9cb1-0e1f-000000002b39 | TASK | Debug output for task: Run puppet host configuration for step 1 2025-10-05 07:42:40.955565 | fa163e58-29ec-9cb1-0e1f-000000002b39 | CHANGED | Debug output for task: Run puppet host configuration for step 1 | standalone | result={ "changed": true, "failed_when_result": false, "puppet_host_outputs.stdout_lines | default([]) | union(puppet_host_outputs.stderr_lines | default([]))": [ "<13>Oct 5 07:41:39 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Oct 5 07:41:44 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Oct 5 07:41:44 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Oct 5 07:41:44 puppet-user: (file & line not available)", "<13>Oct 5 07:41:44 puppet-user: Warning: The function 'hiera' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/7.10/deprecated_language.html", "<13>Oct 5 07:41:44 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Oct 5 07:41:45 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Oct 5 07:41:45 puppet-user: Notice: Compiled catalog for standalone.ooo.test in environment production in 0.38 seconds", "<13>Oct 5 07:41:45 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Database::Mysql::Client/Exec[directory-create-etc-my.cnf.d]/returns: executed successfully", "<13>Oct 5 07:41:45 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Database::Mysql::Client/File[/etc/my.cnf.d/tripleo.cnf]/ensure: created", "<13>Oct 5 07:41:45 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Database::Mysql::Client/Augeas[tripleo-mysql-client-conf]/returns: executed successfully", "<13>Oct 5 07:41:53 puppet-user: Notice: /Stage[main]/Pacemaker::Install/Package[pacemaker]/ensure: created", "<13>Oct 5 07:42:00 puppet-user: Notice: /Stage[main]/Pacemaker::Install/Package[pcs]/ensure: created", "<13>Oct 5 07:42:00 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/File_line[pcsd_bind_addr]/ensure: created", "<13>Oct 5 07:42:01 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/User[hacluster]/password: changed [redacted] to [redacted]", "<13>Oct 5 07:42:01 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/User[hacluster]/groups: groups changed to ['haclient']", "<13>Oct 5 07:42:04 puppet-user: Notice: /Stage[main]/Pacemaker::Service/Service[pcsd]/ensure: ensure changed 'stopped' to 'running'", "<13>Oct 5 07:42:04 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[check-for-local-authentication]/returns: executed successfully", "<13>Oct 5 07:42:05 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[reauthenticate-across-all-nodes]: Triggered 'refresh' from 3 events", "<13>Oct 5 07:42:09 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[Create Cluster tripleo_cluster]/returns: executed successfully", "<13>Oct 5 07:42:11 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[Start Cluster tripleo_cluster]/returns: executed successfully", "<13>Oct 5 07:42:11 puppet-user: Notice: /Stage[main]/Pacemaker::Service/Service[corosync]/enable: enable changed 'false' to 'true'", "<13>Oct 5 07:42:12 puppet-user: Notice: /Stage[main]/Pacemaker::Service/Service[pacemaker]/enable: enable changed 'false' to 'true'", "<13>Oct 5 07:42:35 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[wait-for-settle]/returns: executed successfully", "<13>Oct 5 07:42:36 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Oct 5 07:42:38 puppet-user: Notice: /Stage[main]/Pacemaker::Stonith/Pacemaker::Property[Disable STONITH]/Pcmk_property[property--stonith-enabled]/ensure: created", "<13>Oct 5 07:42:38 puppet-user: Notice: Applied catalog in 53.80 seconds", "<13>Oct 5 07:42:38 puppet-user: Application:", "<13>Oct 5 07:42:38 puppet-user: Initial environment: production", "<13>Oct 5 07:42:38 puppet-user: Converged environment: production", "<13>Oct 5 07:42:38 puppet-user: Run mode: user", "<13>Oct 5 07:42:38 puppet-user: Changes:", "<13>Oct 5 07:42:38 puppet-user: Total: 17", "<13>Oct 5 07:42:38 puppet-user: Events:", "<13>Oct 5 07:42:38 puppet-user: Success: 17", "<13>Oct 5 07:42:38 puppet-user: Resources:", "<13>Oct 5 07:42:38 puppet-user: Restarted: 1", "<13>Oct 5 07:42:38 puppet-user: Changed: 16", "<13>Oct 5 07:42:38 puppet-user: Out of sync: 16", "<13>Oct 5 07:42:38 puppet-user: Total: 26", "<13>Oct 5 07:42:38 puppet-user: Time:", "<13>Oct 5 07:42:38 puppet-user: Filebucket: 0.00", "<13>Oct 5 07:42:38 puppet-user: Schedule: 0.00", "<13>Oct 5 07:42:38 puppet-user: File line: 0.00", "<13>Oct 5 07:42:38 puppet-user: File: 0.00", "<13>Oct 5 07:42:38 puppet-user: Augeas: 0.02", "<13>Oct 5 07:42:38 puppet-user: Config retrieval: 0.43", "<13>Oct 5 07:42:38 puppet-user: User: 0.58", "<13>Oct 5 07:42:38 puppet-user: Package: 15.57", "<13>Oct 5 07:42:38 puppet-user: Last run: 1759650158", "<13>Oct 5 07:42:38 puppet-user: Exec: 28.99", "<13>Oct 5 07:42:38 puppet-user: Pcmk property: 3.70", "<13>Oct 5 07:42:38 puppet-user: Service: 3.71", "<13>Oct 5 07:42:38 puppet-user: Transaction evaluation: 53.80", "<13>Oct 5 07:42:38 puppet-user: Catalog application: 53.80", "<13>Oct 5 07:42:38 puppet-user: Total: 53.81", "<13>Oct 5 07:42:38 puppet-user: Version:", "<13>Oct 5 07:42:38 puppet-user: Config: 1759650104", "<13>Oct 5 07:42:38 puppet-user: Puppet: 7.10.0" ] } 2025-10-05 07:42:40.957151 | fa163e58-29ec-9cb1-0e1f-000000002b39 | TIMING | Debug output for task: Run puppet host configuration for step 1 | standalone | 0:12:29.350835 | 0.09s 2025-10-05 07:42:40.986840 | fa163e58-29ec-9cb1-0e1f-000000002b3a | TASK | Pre-cache facts for puppet containers 2025-10-05 07:42:41.018448 | fa163e58-29ec-9cb1-0e1f-000000002b3a | TIMING | Pre-cache facts for puppet containers | standalone | 0:12:29.412126 | 0.03s 2025-10-05 07:42:41.091169 | fa163e58-29ec-9cb1-0e1f-000000002b81 | TASK | Gather variables for each operating system 2025-10-05 07:42:41.218307 | fa163e58-29ec-9cb1-0e1f-000000002b81 | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:12:29.611965 | 0.13s 2025-10-05 07:42:41.249264 | fa163e58-29ec-9cb1-0e1f-000000002b82 | TASK | Create puppet caching structures 2025-10-05 07:42:41.501169 | fa163e58-29ec-9cb1-0e1f-000000002b82 | CHANGED | Create puppet caching structures | standalone 2025-10-05 07:42:41.502899 | fa163e58-29ec-9cb1-0e1f-000000002b82 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:12:29.896585 | 0.25s 2025-10-05 07:42:41.531441 | fa163e58-29ec-9cb1-0e1f-000000002b83 | TASK | Check for facter.conf 2025-10-05 07:42:41.765850 | fa163e58-29ec-9cb1-0e1f-000000002b83 | OK | Check for facter.conf | standalone 2025-10-05 07:42:41.767747 | fa163e58-29ec-9cb1-0e1f-000000002b83 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:12:30.161432 | 0.23s 2025-10-05 07:42:41.804832 | fa163e58-29ec-9cb1-0e1f-000000002b84 | TASK | Remove facter.conf if directory 2025-10-05 07:42:41.859660 | fa163e58-29ec-9cb1-0e1f-000000002b84 | SKIPPED | Remove facter.conf if directory | standalone 2025-10-05 07:42:41.861399 | fa163e58-29ec-9cb1-0e1f-000000002b84 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:12:30.255082 | 0.05s 2025-10-05 07:42:41.891099 | fa163e58-29ec-9cb1-0e1f-000000002b85 | TASK | Write facter cache config 2025-10-05 07:42:42.387002 | fa163e58-29ec-9cb1-0e1f-000000002b85 | CHANGED | Write facter cache config | standalone 2025-10-05 07:42:42.389047 | fa163e58-29ec-9cb1-0e1f-000000002b85 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:12:30.782723 | 0.50s 2025-10-05 07:42:42.424929 | fa163e58-29ec-9cb1-0e1f-000000002b86 | TASK | Cleanup facter cache if exists 2025-10-05 07:42:42.676786 | fa163e58-29ec-9cb1-0e1f-000000002b86 | OK | Cleanup facter cache if exists | standalone 2025-10-05 07:42:42.678982 | fa163e58-29ec-9cb1-0e1f-000000002b86 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:12:31.072655 | 0.25s 2025-10-05 07:42:42.709211 | fa163e58-29ec-9cb1-0e1f-000000002b87 | TASK | Pre-cache facts 2025-10-05 07:42:43.358401 | fa163e58-29ec-9cb1-0e1f-000000002b87 | CHANGED | Pre-cache facts | standalone 2025-10-05 07:42:43.360131 | fa163e58-29ec-9cb1-0e1f-000000002b87 | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:12:31.753815 | 0.65s 2025-10-05 07:42:43.390463 | fa163e58-29ec-9cb1-0e1f-000000002b88 | TASK | Failed deployment if facter fails 2025-10-05 07:42:43.432178 | fa163e58-29ec-9cb1-0e1f-000000002b88 | SKIPPED | Failed deployment if facter fails | standalone 2025-10-05 07:42:43.433369 | fa163e58-29ec-9cb1-0e1f-000000002b88 | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:12:31.827056 | 0.04s 2025-10-05 07:42:43.484419 | fa163e58-29ec-9cb1-0e1f-000000002b89 | TASK | Sync cached facts 2025-10-05 07:42:43.977359 | fa163e58-29ec-9cb1-0e1f-000000002b89 | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163e58-29ec-9cb1-0e1f-000000002b89') missing from stats 2025-10-05 07:42:44.036540 | fa163e58-29ec-9cb1-0e1f-000000002b3b | TASK | Include container-puppet tasks (generate config) during step 1 2025-10-05 07:42:44.089669 | fa163e58-29ec-9cb1-0e1f-000000002b3b | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:12:32.483343 | 0.05s 2025-10-05 07:42:44.119789 | db985a20-1833-444c-a0f5-785223b66942 | INCLUDED | /root/standalone-ansible-jr6gpgc3/generate-config-tasks.yaml | standalone 2025-10-05 07:42:44.158173 | fa163e58-29ec-9cb1-0e1f-000000002bd3 | TASK | Create base directory puppet configs 2025-10-05 07:42:44.414480 | fa163e58-29ec-9cb1-0e1f-000000002bd3 | CHANGED | Create base directory puppet configs | standalone 2025-10-05 07:42:44.416207 | fa163e58-29ec-9cb1-0e1f-000000002bd3 | TIMING | Create base directory puppet configs | standalone | 0:12:32.809892 | 0.26s 2025-10-05 07:42:44.447182 | fa163e58-29ec-9cb1-0e1f-000000002bd4 | TASK | Generate container puppet configs for step 1 2025-10-05 07:42:44.725815 | fa163e58-29ec-9cb1-0e1f-000000002bd4 | CHANGED | Generate container puppet configs for step 1 | standalone 2025-10-05 07:42:44.727715 | fa163e58-29ec-9cb1-0e1f-000000002bd4 | TIMING | Generate container puppet configs for step 1 | standalone | 0:12:33.121398 | 0.28s 2025-10-05 07:42:44.758947 | fa163e58-29ec-9cb1-0e1f-000000002bd5 | TASK | Manage Puppet containers (generate config) for step 1 with tripleo-ansible 2025-10-05 07:42:44.791568 | fa163e58-29ec-9cb1-0e1f-000000002bd5 | TIMING | Manage Puppet containers (generate config) for step 1 with tripleo-ansible | standalone | 0:12:33.185236 | 0.03s 2025-10-05 07:42:44.865075 | fa163e58-29ec-9cb1-0e1f-000000002c5f | TASK | Gather variables for each operating system 2025-10-05 07:42:44.990818 | fa163e58-29ec-9cb1-0e1f-000000002c5f | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:12:33.384485 | 0.12s 2025-10-05 07:42:45.022375 | fa163e58-29ec-9cb1-0e1f-000000002c60 | TASK | Create container logs path 2025-10-05 07:42:45.279654 | fa163e58-29ec-9cb1-0e1f-000000002c60 | OK | Create container logs path | standalone 2025-10-05 07:42:45.281423 | fa163e58-29ec-9cb1-0e1f-000000002c60 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:12:33.675107 | 0.26s 2025-10-05 07:42:45.314407 | fa163e58-29ec-9cb1-0e1f-000000002c62 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-05 07:42:45.745397 | fa163e58-29ec-9cb1-0e1f-000000002c62 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-10-05 07:42:45.747289 | fa163e58-29ec-9cb1-0e1f-000000002c62 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:12:34.140971 | 0.43s 2025-10-05 07:42:45.779598 | fa163e58-29ec-9cb1-0e1f-000000002c63 | TASK | Finalise hashes for all containers 2025-10-05 07:42:45.856464 | fa163e58-29ec-9cb1-0e1f-000000002c63 | OK | Finalise hashes for all containers | standalone 2025-10-05 07:42:45.857989 | fa163e58-29ec-9cb1-0e1f-000000002c63 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:12:34.251674 | 0.08s 2025-10-05 07:42:45.887348 | fa163e58-29ec-9cb1-0e1f-000000002c65 | TASK | Manage systemd shutdown files 2025-10-05 07:42:45.934981 | fa163e58-29ec-9cb1-0e1f-000000002c65 | SKIPPED | Manage systemd shutdown files | standalone 2025-10-05 07:42:45.936158 | fa163e58-29ec-9cb1-0e1f-000000002c65 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:12:34.329844 | 0.05s 2025-10-05 07:42:45.965021 | fa163e58-29ec-9cb1-0e1f-000000002c67 | TASK | Update container configs with new config hashes 2025-10-05 07:42:46.022744 | fa163e58-29ec-9cb1-0e1f-000000002c67 | SKIPPED | Update container configs with new config hashes | standalone 2025-10-05 07:42:46.023967 | fa163e58-29ec-9cb1-0e1f-000000002c67 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:12:34.417654 | 0.06s 2025-10-05 07:42:46.056300 | fa163e58-29ec-9cb1-0e1f-000000002c68 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-05 07:42:46.110861 | fa163e58-29ec-9cb1-0e1f-000000002c68 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:12:34.504537 | 0.05s 2025-10-05 07:42:46.138646 | 3dd330b2-50d3-4264-9a17-c57a66652dd3 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-05 07:42:46.174313 | fa163e58-29ec-9cb1-0e1f-000000002cac | TASK | Gather podman infos 2025-10-05 07:42:46.833518 | fa163e58-29ec-9cb1-0e1f-000000002cac | OK | Gather podman infos | standalone 2025-10-05 07:42:46.835169 | fa163e58-29ec-9cb1-0e1f-000000002cac | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:12:35.228852 | 0.66s 2025-10-05 07:42:46.868689 | fa163e58-29ec-9cb1-0e1f-000000002cad | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-05 07:42:46.939192 | fa163e58-29ec-9cb1-0e1f-000000002cad | SKIPPED | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-10-05 07:42:46.941666 | fa163e58-29ec-9cb1-0e1f-000000002cad | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:12:35.335350 | 0.07s 2025-10-05 07:42:46.976891 | fa163e58-29ec-9cb1-0e1f-000000002c69 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-05 07:42:47.032994 | fa163e58-29ec-9cb1-0e1f-000000002c69 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:12:35.426662 | 0.05s 2025-10-05 07:42:47.057692 | 20fc5de8-ce18-4970-b111-d7aff557af6b | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-05 07:42:47.097204 | fa163e58-29ec-9cb1-0e1f-000000002cd6 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-05 07:43:15.927366 | fa163e58-29ec-9cb1-0e1f-000000002cd6 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-10-05 07:43:15.930230 | fa163e58-29ec-9cb1-0e1f-000000002cd6 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:13:04.323911 | 28.83s 2025-10-05 07:43:16.010395 | fa163e58-29ec-9cb1-0e1f-000000002cd7 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-05 07:43:16.093327 | fa163e58-29ec-9cb1-0e1f-000000002cd7 | SKIPPED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-10-05 07:43:16.094444 | fa163e58-29ec-9cb1-0e1f-000000002cd7 | 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:13:04.488137 | 0.08s 2025-10-05 07:43:16.136266 | fa163e58-29ec-9cb1-0e1f-000000002bd7 | TASK | Diff puppet-generated changes for check mode 2025-10-05 07:43:16.166418 | fa163e58-29ec-9cb1-0e1f-000000002bd7 | SKIPPED | Diff puppet-generated changes for check mode | standalone 2025-10-05 07:43:16.167417 | fa163e58-29ec-9cb1-0e1f-000000002bd7 | TIMING | Diff puppet-generated changes for check mode | standalone | 0:13:04.561110 | 0.03s 2025-10-05 07:43:16.189415 | fa163e58-29ec-9cb1-0e1f-000000002bd8 | TASK | Diff puppet-generated changes for check mode 2025-10-05 07:43:16.218401 | fa163e58-29ec-9cb1-0e1f-000000002bd8 | SKIPPED | Diff puppet-generated changes for check mode | standalone 2025-10-05 07:43:16.219278 | fa163e58-29ec-9cb1-0e1f-000000002bd8 | TIMING | Diff puppet-generated changes for check mode | standalone | 0:13:04.612972 | 0.03s 2025-10-05 07:43:16.242385 | fa163e58-29ec-9cb1-0e1f-000000002b3d | TASK | Manage containers for step 1 with tripleo-ansible 2025-10-05 07:43:16.270077 | fa163e58-29ec-9cb1-0e1f-000000002b3d | TIMING | Manage containers for step 1 with tripleo-ansible | standalone | 0:13:04.663751 | 0.03s 2025-10-05 07:43:16.336040 | fa163e58-29ec-9cb1-0e1f-000000002d2c | TASK | Gather variables for each operating system 2025-10-05 07:43:16.453684 | fa163e58-29ec-9cb1-0e1f-000000002d2c | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:13:04.847356 | 0.12s 2025-10-05 07:43:16.483013 | fa163e58-29ec-9cb1-0e1f-000000002d2d | TASK | Create container logs path 2025-10-05 07:43:16.748997 | fa163e58-29ec-9cb1-0e1f-000000002d2d | OK | Create container logs path | standalone 2025-10-05 07:43:16.750493 | fa163e58-29ec-9cb1-0e1f-000000002d2d | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:13:05.144179 | 0.27s 2025-10-05 07:43:16.781563 | fa163e58-29ec-9cb1-0e1f-000000002d2f | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_1 2025-10-05 07:43:17.044940 | fa163e58-29ec-9cb1-0e1f-000000002d2f | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_1 | standalone 2025-10-05 07:43:17.046347 | fa163e58-29ec-9cb1-0e1f-000000002d2f | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:13:05.440036 | 0.26s 2025-10-05 07:43:17.074421 | fa163e58-29ec-9cb1-0e1f-000000002d30 | TASK | Finalise hashes for all containers 2025-10-05 07:43:17.135647 | fa163e58-29ec-9cb1-0e1f-000000002d30 | OK | Finalise hashes for all containers | standalone 2025-10-05 07:43:17.136847 | fa163e58-29ec-9cb1-0e1f-000000002d30 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:13:05.530536 | 0.06s 2025-10-05 07:43:17.165326 | fa163e58-29ec-9cb1-0e1f-000000002d32 | TASK | Manage systemd shutdown files 2025-10-05 07:43:17.199490 | fa163e58-29ec-9cb1-0e1f-000000002d32 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:13:05.593171 | 0.03s 2025-10-05 07:43:17.234053 | 95a2e509-de3f-46ea-990b-cb85416178e1 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-10-05 07:43:17.261709 | fa163e58-29ec-9cb1-0e1f-000000002d65 | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-10-05 07:43:17.535074 | fa163e58-29ec-9cb1-0e1f-000000002d65 | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-10-05 07:43:17.536537 | fa163e58-29ec-9cb1-0e1f-000000002d65 | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:13:05.930226 | 0.27s 2025-10-05 07:43:17.566294 | fa163e58-29ec-9cb1-0e1f-000000002d66 | TASK | Set podman_drop_in fact 2025-10-05 07:43:17.617133 | fa163e58-29ec-9cb1-0e1f-000000002d66 | OK | Set podman_drop_in fact | standalone 2025-10-05 07:43:17.618411 | fa163e58-29ec-9cb1-0e1f-000000002d66 | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:13:06.012100 | 0.05s 2025-10-05 07:43:17.647393 | fa163e58-29ec-9cb1-0e1f-000000002d68 | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-10-05 07:43:18.139626 | fa163e58-29ec-9cb1-0e1f-000000002d68 | CHANGED | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-10-05 07:43:18.140915 | fa163e58-29ec-9cb1-0e1f-000000002d68 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:13:06.534606 | 0.49s 2025-10-05 07:43:18.649598 | fa163e58-29ec-9cb1-0e1f-000000002d68 | CHANGED | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-10-05 07:43:18.651472 | fa163e58-29ec-9cb1-0e1f-000000002d68 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:13:07.045160 | 1.00s 2025-10-05 07:43:18.662098 | fa163e58-29ec-9cb1-0e1f-000000002d68 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:13:07.055783 | 1.01s 2025-10-05 07:43:18.691023 | fa163e58-29ec-9cb1-0e1f-000000002d69 | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-10-05 07:43:19.222769 | fa163e58-29ec-9cb1-0e1f-000000002d69 | CHANGED | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-10-05 07:43:19.224332 | fa163e58-29ec-9cb1-0e1f-000000002d69 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:13:07.618019 | 0.53s 2025-10-05 07:43:19.252035 | fa163e58-29ec-9cb1-0e1f-000000002d6a | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-10-05 07:43:19.732807 | fa163e58-29ec-9cb1-0e1f-000000002d6a | CHANGED | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-10-05 07:43:19.734204 | fa163e58-29ec-9cb1-0e1f-000000002d6a | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:13:08.127891 | 0.48s 2025-10-05 07:43:19.763757 | fa163e58-29ec-9cb1-0e1f-000000002d6b | TASK | Enable and start tripleo-container-shutdown 2025-10-05 07:43:20.797316 | fa163e58-29ec-9cb1-0e1f-000000002d6b | CHANGED | Enable and start tripleo-container-shutdown | standalone 2025-10-05 07:43:20.799403 | fa163e58-29ec-9cb1-0e1f-000000002d6b | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:13:09.193090 | 1.03s 2025-10-05 07:43:20.828555 | fa163e58-29ec-9cb1-0e1f-000000002d6c | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-10-05 07:43:21.338101 | fa163e58-29ec-9cb1-0e1f-000000002d6c | CHANGED | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-10-05 07:43:21.339491 | fa163e58-29ec-9cb1-0e1f-000000002d6c | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:13:09.733180 | 0.51s 2025-10-05 07:43:21.367715 | fa163e58-29ec-9cb1-0e1f-000000002d6d | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-10-05 07:43:21.837008 | fa163e58-29ec-9cb1-0e1f-000000002d6d | CHANGED | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-10-05 07:43:21.838480 | fa163e58-29ec-9cb1-0e1f-000000002d6d | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:13:10.232168 | 0.47s 2025-10-05 07:43:21.866264 | fa163e58-29ec-9cb1-0e1f-000000002d6e | TASK | Enable and start netns-placeholder 2025-10-05 07:43:22.802305 | fa163e58-29ec-9cb1-0e1f-000000002d6e | CHANGED | Enable and start netns-placeholder | standalone 2025-10-05 07:43:22.804965 | fa163e58-29ec-9cb1-0e1f-000000002d6e | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:13:11.198645 | 0.94s 2025-10-05 07:43:22.842876 | fa163e58-29ec-9cb1-0e1f-000000002d34 | TASK | Update container configs with new config hashes 2025-10-05 07:43:22.904190 | fa163e58-29ec-9cb1-0e1f-000000002d34 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:13:11.297873 | 0.06s 2025-10-05 07:43:22.917949 | b4147f66-0eed-4c09-a154-26a6ef3bb286 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-10-05 07:43:22.942016 | fa163e58-29ec-9cb1-0e1f-000000002d96 | TASK | Update config hashes for container startup configs 2025-10-05 07:43:23.259650 | | WARNING | Config change detected for memcached, new hash: a226265c45722b4c809790869a4b047f 2025-10-05 07:43:23.260940 | | WARNING | Config change detected for mysql_bootstrap, new hash: 197764b4e85ef12060ccfd24a84b50c6 2025-10-05 07:43:23.261551 | | WARNING | Config change detected for rabbitmq_bootstrap, new hash: a6572d6a0b8056ec8e548f0b31cb1865 2025-10-05 07:43:23.262324 | | WARNING | Config change detected for clustercheck, new hash: ad8266f1114766e71a5aa29dec850224 2025-10-05 07:43:23.262855 | | WARNING | Config change detected for horizon_fix_perms, new hash: 77fa786d018bf3bd6fdad9ddf1a5d8c2 2025-10-05 07:43:23.263364 | | WARNING | Config change detected for mysql_wait_bundle, new hash: 197764b4e85ef12060ccfd24a84b50c6 2025-10-05 07:43:23.263883 | | WARNING | Config change detected for barbican_api, new hash: 311edbcbecadbcfd1e144b11f626de74 2025-10-05 07:43:23.264412 | | WARNING | Config change detected for barbican_api_db_sync, new hash: 311edbcbecadbcfd1e144b11f626de74 2025-10-05 07:43:23.264971 | | WARNING | Config change detected for barbican_api_secret_store_sync, new hash: 311edbcbecadbcfd1e144b11f626de74 2025-10-05 07:43:23.265462 | | WARNING | Config change detected for barbican_keystone_listener, new hash: 311edbcbecadbcfd1e144b11f626de74 2025-10-05 07:43:23.266038 | | WARNING | Config change detected for barbican_worker, new hash: 311edbcbecadbcfd1e144b11f626de74 2025-10-05 07:43:23.266544 | | WARNING | Config change detected for cinder_api_db_sync, new hash: 494fbf005dd402eda9674e8652a221a2 2025-10-05 07:43:23.267051 | | WARNING | Config change detected for glance_api_db_sync, new hash: da8f9ba1ca640568d1b31db4de7f1efb-81e10cb6506a3603ec2712415fdb732e 2025-10-05 07:43:23.267520 | | WARNING | Config change detected for heat_engine_db_sync, new hash: 47e2be25e69bdc356ccec58eec1664b2 2025-10-05 07:43:23.268032 | | WARNING | Config change detected for horizon, new hash: 77fa786d018bf3bd6fdad9ddf1a5d8c2 2025-10-05 07:43:23.268509 | | WARNING | Config change detected for iscsid, new hash: 81e10cb6506a3603ec2712415fdb732e 2025-10-05 07:43:23.269021 | | WARNING | Config change detected for keystone, new hash: 168bfd9aede64de00624efb4bfbf28fe 2025-10-05 07:43:23.269494 | | WARNING | Config change detected for keystone_cron, new hash: 168bfd9aede64de00624efb4bfbf28fe 2025-10-05 07:43:23.270094 | | WARNING | Config change detected for keystone_db_sync, new hash: 168bfd9aede64de00624efb4bfbf28fe 2025-10-05 07:43:23.270796 | | WARNING | Config change detected for manila_api_db_sync, new hash: 3995c60a2685bf293d0a81856b425ff8 2025-10-05 07:43:23.271431 | | WARNING | Config change detected for neutron_db_sync, new hash: 60fc6e2f94a9edfe5d1a903aa98996a8 2025-10-05 07:43:23.272086 | | WARNING | Config change detected for nova_api_db_sync, new hash: 144ab3771c8b56a802df64e1e5f9e565 2025-10-05 07:43:23.272736 | | WARNING | Config change detected for nova_api_ensure_default_cells, new hash: 144ab3771c8b56a802df64e1e5f9e565 2025-10-05 07:43:23.273336 | | WARNING | Config change detected for nova_db_sync, new hash: 144ab3771c8b56a802df64e1e5f9e565 2025-10-05 07:43:23.273928 | | WARNING | Config change detected for nova_virtlogd_wrapper, new hash: f2346ecb84b98fcd18d88fd2e3471124 2025-10-05 07:43:23.274411 | | WARNING | Config change detected for nova_virtnodedevd, new hash: f2346ecb84b98fcd18d88fd2e3471124 2025-10-05 07:43:23.274976 | | WARNING | Config change detected for nova_virtproxyd, new hash: f2346ecb84b98fcd18d88fd2e3471124 2025-10-05 07:43:23.275507 | | WARNING | Config change detected for nova_virtqemud, new hash: f2346ecb84b98fcd18d88fd2e3471124 2025-10-05 07:43:23.276117 | | WARNING | Config change detected for nova_virtsecretd, new hash: f2346ecb84b98fcd18d88fd2e3471124 2025-10-05 07:43:23.276689 | | WARNING | Config change detected for nova_virtstoraged, new hash: f2346ecb84b98fcd18d88fd2e3471124 2025-10-05 07:43:23.277218 | | WARNING | Config change detected for placement_api_db_sync, new hash: aa4931e3412208e57510ebb925198542 2025-10-05 07:43:23.277782 | | WARNING | Config change detected for swift_copy_rings, new hash: faae0b845daf04329e25257400af3b25-f6cd908727606fa444d792f56861c5a4 2025-10-05 07:43:23.278374 | | WARNING | Config change detected for cinder_api, new hash: 494fbf005dd402eda9674e8652a221a2 2025-10-05 07:43:23.278907 | | WARNING | Config change detected for cinder_api_cron, new hash: 494fbf005dd402eda9674e8652a221a2 2025-10-05 07:43:23.279462 | | WARNING | Config change detected for cinder_scheduler, new hash: 494fbf005dd402eda9674e8652a221a2 2025-10-05 07:43:23.280082 | | WARNING | Config change detected for glance_api, new hash: da8f9ba1ca640568d1b31db4de7f1efb-81e10cb6506a3603ec2712415fdb732e 2025-10-05 07:43:23.280770 | | WARNING | Config change detected for glance_api_cron, new hash: da8f9ba1ca640568d1b31db4de7f1efb 2025-10-05 07:43:23.281302 | | WARNING | Config change detected for glance_api_internal, new hash: d8fd3bed63970a205520b51502facd10-81e10cb6506a3603ec2712415fdb732e 2025-10-05 07:43:23.281883 | | WARNING | Config change detected for glance_api_internal_tls_proxy, new hash: d8fd3bed63970a205520b51502facd10 2025-10-05 07:43:23.282454 | | WARNING | Config change detected for glance_api_tls_proxy, new hash: da8f9ba1ca640568d1b31db4de7f1efb 2025-10-05 07:43:23.283002 | | WARNING | Config change detected for heat_api, new hash: b576a85fc489223ac0189277265352f3 2025-10-05 07:43:23.283520 | | WARNING | Config change detected for heat_api_cfn, new hash: 96094746edea0a85fa25d200700de0f9 2025-10-05 07:43:23.284070 | | WARNING | Config change detected for heat_api_cron, new hash: b576a85fc489223ac0189277265352f3 2025-10-05 07:43:23.284623 | | WARNING | Config change detected for heat_engine, new hash: 47e2be25e69bdc356ccec58eec1664b2 2025-10-05 07:43:23.285341 | | WARNING | Config change detected for logrotate_crond, new hash: 53ed83bb0cae779ff95edb2002262c6f 2025-10-05 07:43:23.285932 | | WARNING | Config change detected for manila_api, new hash: 3995c60a2685bf293d0a81856b425ff8 2025-10-05 07:43:23.286533 | | WARNING | Config change detected for manila_api_cron, new hash: 3995c60a2685bf293d0a81856b425ff8 2025-10-05 07:43:23.287092 | | WARNING | Config change detected for manila_scheduler, new hash: 3995c60a2685bf293d0a81856b425ff8 2025-10-05 07:43:23.287626 | | WARNING | Config change detected for neutron_api, new hash: 60fc6e2f94a9edfe5d1a903aa98996a8 2025-10-05 07:43:23.288148 | | WARNING | Config change detected for neutron_dhcp, new hash: 60fc6e2f94a9edfe5d1a903aa98996a8 2025-10-05 07:43:23.288678 | | WARNING | Config change detected for neutron_server_tls_proxy, new hash: 60fc6e2f94a9edfe5d1a903aa98996a8 2025-10-05 07:43:23.289190 | | WARNING | Config change detected for neutron_sriov_agent, new hash: 60fc6e2f94a9edfe5d1a903aa98996a8 2025-10-05 07:43:23.289836 | | WARNING | Config change detected for nova_api, new hash: 144ab3771c8b56a802df64e1e5f9e565 2025-10-05 07:43:23.290497 | | WARNING | Config change detected for nova_api_cron, new hash: 144ab3771c8b56a802df64e1e5f9e565 2025-10-05 07:43:23.291203 | | WARNING | Config change detected for nova_conductor, new hash: 144ab3771c8b56a802df64e1e5f9e565 2025-10-05 07:43:23.291839 | | WARNING | Config change detected for nova_metadata, new hash: 0de4d96bbdaa9655075ef603a8fb60cf 2025-10-05 07:43:23.292411 | | WARNING | Config change detected for nova_migration_target, new hash: f2346ecb84b98fcd18d88fd2e3471124 2025-10-05 07:43:23.292958 | | WARNING | Config change detected for nova_scheduler, new hash: 144ab3771c8b56a802df64e1e5f9e565 2025-10-05 07:43:23.293485 | | WARNING | Config change detected for nova_vnc_proxy, new hash: 144ab3771c8b56a802df64e1e5f9e565 2025-10-05 07:43:23.294098 | | WARNING | Config change detected for nova_wait_for_api_service, new hash: 144ab3771c8b56a802df64e1e5f9e565 2025-10-05 07:43:23.294793 | | WARNING | Config change detected for ovn_metadata_agent, new hash: 60fc6e2f94a9edfe5d1a903aa98996a8 2025-10-05 07:43:23.295324 | | WARNING | Config change detected for placement_api, new hash: aa4931e3412208e57510ebb925198542 2025-10-05 07:43:23.295873 | | WARNING | Config change detected for placement_wait_for_service, new hash: aa4931e3412208e57510ebb925198542 2025-10-05 07:43:23.296392 | | WARNING | Config change detected for swift_account_reaper, new hash: faae0b845daf04329e25257400af3b25 2025-10-05 07:43:23.296936 | | WARNING | Config change detected for swift_account_server, new hash: faae0b845daf04329e25257400af3b25 2025-10-05 07:43:23.297478 | | WARNING | Config change detected for swift_container_server, new hash: faae0b845daf04329e25257400af3b25 2025-10-05 07:43:23.298062 | | WARNING | Config change detected for swift_container_updater, new hash: faae0b845daf04329e25257400af3b25 2025-10-05 07:43:23.298620 | | WARNING | Config change detected for swift_object_expirer, new hash: faae0b845daf04329e25257400af3b25 2025-10-05 07:43:23.299136 | | WARNING | Config change detected for swift_object_server, new hash: faae0b845daf04329e25257400af3b25 2025-10-05 07:43:23.299694 | | WARNING | Config change detected for swift_object_updater, new hash: faae0b845daf04329e25257400af3b25 2025-10-05 07:43:23.300219 | | WARNING | Config change detected for swift_proxy, new hash: faae0b845daf04329e25257400af3b25 2025-10-05 07:43:23.300755 | | WARNING | Config change detected for swift_proxy_tls_proxy, new hash: faae0b845daf04329e25257400af3b25 2025-10-05 07:43:23.301337 | | WARNING | Config change detected for nova_compute, new hash: 81e10cb6506a3603ec2712415fdb732e-f2346ecb84b98fcd18d88fd2e3471124 2025-10-05 07:43:23.301885 | | WARNING | Config change detected for nova_wait_for_compute_service, new hash: f2346ecb84b98fcd18d88fd2e3471124 2025-10-05 07:43:23.302730 | fa163e58-29ec-9cb1-0e1f-000000002d96 | CHANGED | Update config hashes for container startup configs | standalone 2025-10-05 07:43:23.303373 | fa163e58-29ec-9cb1-0e1f-000000002d96 | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:13:11.697061 | 0.36s 2025-10-05 07:43:23.328871 | fa163e58-29ec-9cb1-0e1f-000000002d35 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_1 2025-10-05 07:43:23.388852 | fa163e58-29ec-9cb1-0e1f-000000002d35 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:13:11.782528 | 0.06s 2025-10-05 07:43:23.413598 | 0673941f-218f-43b0-8b57-696d4198fd25 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-05 07:43:23.445562 | fa163e58-29ec-9cb1-0e1f-000000002db5 | TASK | Gather podman infos 2025-10-05 07:43:24.250844 | fa163e58-29ec-9cb1-0e1f-000000002db5 | OK | Gather podman infos | standalone 2025-10-05 07:43:24.252403 | fa163e58-29ec-9cb1-0e1f-000000002db5 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:13:12.646090 | 0.81s 2025-10-05 07:43:24.307001 | fa163e58-29ec-9cb1-0e1f-000000002db6 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 2025-10-05 07:43:24.367854 | fa163e58-29ec-9cb1-0e1f-000000002db6 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:13:12.761543 | 0.06s 2025-10-05 07:43:24.525613 | fa163e58-29ec-9cb1-0e1f-000000002dff | TIMING | tripleo_container_rm : include_tasks | standalone | 0:13:12.919276 | 0.06s 2025-10-05 07:43:24.568379 | fa163e58-29ec-9cb1-0e1f-000000002d36 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_1 2025-10-05 07:43:24.619329 | fa163e58-29ec-9cb1-0e1f-000000002d36 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:13:13.013006 | 0.05s 2025-10-05 07:43:24.641318 | 3a4a4ff6-8aaa-4202-b5ca-a5d6d8decf13 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-05 07:43:24.675213 | fa163e58-29ec-9cb1-0e1f-000000002e25 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 2025-10-05 07:43:32.535506 | fa163e58-29ec-9cb1-0e1f-000000002e25 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 | standalone 2025-10-05 07:43:32.537365 | fa163e58-29ec-9cb1-0e1f-000000002e25 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:13:20.931053 | 7.86s 2025-10-05 07:43:32.568145 | fa163e58-29ec-9cb1-0e1f-000000002e26 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_1 2025-10-05 07:43:35.298182 | fa163e58-29ec-9cb1-0e1f-000000002e26 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_1 | standalone 2025-10-05 07:43:35.299946 | fa163e58-29ec-9cb1-0e1f-000000002e26 | 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:13:23.693634 | 2.73s 2025-10-05 07:43:35.370640 | fa163e58-29ec-9cb1-0e1f-000000002b3f | TASK | Clean container_puppet_tasks for standalone step 1 2025-10-05 07:43:35.644732 | fa163e58-29ec-9cb1-0e1f-000000002b3f | OK | Clean container_puppet_tasks for standalone step 1 | standalone 2025-10-05 07:43:35.646192 | fa163e58-29ec-9cb1-0e1f-000000002b3f | TIMING | Clean container_puppet_tasks for standalone step 1 | standalone | 0:13:24.039880 | 0.27s 2025-10-05 07:43:35.692167 | fa163e58-29ec-9cb1-0e1f-000000002b40 | TASK | Calculate container_puppet_tasks for standalone step 1 2025-10-05 07:43:35.745542 | fa163e58-29ec-9cb1-0e1f-000000002b40 | TIMING | Calculate container_puppet_tasks for standalone step 1 | standalone | 0:13:24.139218 | 0.05s 2025-10-05 07:43:35.776176 | fa163e58-29ec-9cb1-0e1f-000000002b41 | TASK | Include container-puppet tasks for step 1 2025-10-05 07:43:35.830020 | fa163e58-29ec-9cb1-0e1f-000000002b41 | TIMING | Include container-puppet tasks for step 1 | standalone | 0:13:24.223699 | 0.05s 2025-10-05 07:43:35.856549 | 5af3cb5f-7688-434e-9664-a415c843dd42 | INCLUDED | /root/standalone-ansible-jr6gpgc3/host-container-puppet-tasks.yaml | standalone 2025-10-05 07:43:35.904860 | fa163e58-29ec-9cb1-0e1f-000000002e71 | TASK | Write container-puppet-tasks json file for standalone step 1 2025-10-05 07:43:36.406617 | fa163e58-29ec-9cb1-0e1f-000000002e71 | CHANGED | Write container-puppet-tasks json file for standalone step 1 | standalone 2025-10-05 07:43:36.408009 | fa163e58-29ec-9cb1-0e1f-000000002e71 | TIMING | Write container-puppet-tasks json file for standalone step 1 | standalone | 0:13:24.801698 | 0.50s 2025-10-05 07:43:36.437889 | fa163e58-29ec-9cb1-0e1f-000000002e73 | TASK | Generate container puppet configs for step 1 2025-10-05 07:43:36.723669 | fa163e58-29ec-9cb1-0e1f-000000002e73 | OK | Generate container puppet configs for step 1 | standalone 2025-10-05 07:43:36.725141 | fa163e58-29ec-9cb1-0e1f-000000002e73 | TIMING | Generate container puppet configs for step 1 | standalone | 0:13:25.118828 | 0.29s 2025-10-05 07:43:36.755686 | fa163e58-29ec-9cb1-0e1f-000000002e74 | TASK | Manage Puppet containers (bootstrap tasks) for step 1 with tripleo-ansible 2025-10-05 07:43:36.786149 | fa163e58-29ec-9cb1-0e1f-000000002e74 | TIMING | Manage Puppet containers (bootstrap tasks) for step 1 with tripleo-ansible | standalone | 0:13:25.179829 | 0.03s 2025-10-05 07:43:36.843187 | fa163e58-29ec-9cb1-0e1f-000000002c5f | TASK | Gather variables for each operating system 2025-10-05 07:43:36.965285 | fa163e58-29ec-9cb1-0e1f-000000002c5f | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:13:25.358965 | 0.12s 2025-10-05 07:43:36.988128 | fa163e58-29ec-9cb1-0e1f-000000002c60 | TASK | Create container logs path 2025-10-05 07:43:37.230567 | fa163e58-29ec-9cb1-0e1f-000000002c60 | OK | Create container logs path | standalone 2025-10-05 07:43:37.232008 | fa163e58-29ec-9cb1-0e1f-000000002c60 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:13:25.625696 | 0.24s 2025-10-05 07:43:37.263982 | fa163e58-29ec-9cb1-0e1f-000000002c62 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-05 07:43:37.512080 | fa163e58-29ec-9cb1-0e1f-000000002c62 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-10-05 07:43:37.513473 | fa163e58-29ec-9cb1-0e1f-000000002c62 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:13:25.907161 | 0.25s 2025-10-05 07:43:37.544939 | fa163e58-29ec-9cb1-0e1f-000000002c63 | TASK | Finalise hashes for all containers 2025-10-05 07:43:37.598979 | fa163e58-29ec-9cb1-0e1f-000000002c63 | OK | Finalise hashes for all containers | standalone 2025-10-05 07:43:37.600120 | fa163e58-29ec-9cb1-0e1f-000000002c63 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:13:25.993808 | 0.05s 2025-10-05 07:43:37.631397 | fa163e58-29ec-9cb1-0e1f-000000002c65 | TASK | Manage systemd shutdown files 2025-10-05 07:43:37.672940 | fa163e58-29ec-9cb1-0e1f-000000002c65 | SKIPPED | Manage systemd shutdown files | standalone 2025-10-05 07:43:37.674071 | fa163e58-29ec-9cb1-0e1f-000000002c65 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:13:26.067759 | 0.04s 2025-10-05 07:43:37.702398 | fa163e58-29ec-9cb1-0e1f-000000002c67 | TASK | Update container configs with new config hashes 2025-10-05 07:43:37.757065 | fa163e58-29ec-9cb1-0e1f-000000002c67 | SKIPPED | Update container configs with new config hashes | standalone 2025-10-05 07:43:37.758530 | fa163e58-29ec-9cb1-0e1f-000000002c67 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:13:26.152218 | 0.05s 2025-10-05 07:43:37.790492 | fa163e58-29ec-9cb1-0e1f-000000002c68 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-05 07:43:37.841784 | fa163e58-29ec-9cb1-0e1f-000000002c68 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-10-05 07:43:37.843363 | fa163e58-29ec-9cb1-0e1f-000000002c68 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:13:26.237050 | 0.05s 2025-10-05 07:43:37.877422 | fa163e58-29ec-9cb1-0e1f-000000002c69 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-05 07:43:37.919040 | fa163e58-29ec-9cb1-0e1f-000000002c69 | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-10-05 07:43:37.920401 | fa163e58-29ec-9cb1-0e1f-000000002c69 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:13:26.314084 | 0.04s PLAY [External deployment step 2] ********************************************** 2025-10-05 07:43:38.099745 | fa163e58-29ec-9cb1-0e1f-0000000000c6 | TASK | External deployment step 2 2025-10-05 07:43:38.121275 | fa163e58-29ec-9cb1-0e1f-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', 'fa163e58-29ec-9cb1-0e1f-0000000000c6') missing from stats 2025-10-05 07:43:38.171289 | fa163e58-29ec-9cb1-0e1f-0000000000c7 | TIMING | include_tasks | undercloud | 0:13:26.564966 | 0.03s 2025-10-05 07:43:38.176026 | 896fa1e3-5d61-4e21-bf7d-643895661c57 | INCLUDED | /root/standalone-ansible-jr6gpgc3/external_deploy_steps_tasks_step2.yaml | undercloud PLAY [Deploy step tasks for 2] ************************************************* 2025-10-05 07:43:38.295497 | fa163e58-29ec-9cb1-0e1f-0000000000ca | TASK | Deploy step tasks for 2 2025-10-05 07:43:38.324224 | fa163e58-29ec-9cb1-0e1f-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', 'fa163e58-29ec-9cb1-0e1f-0000000000ca') missing from stats 2025-10-05 07:43:38.349070 | fa163e58-29ec-9cb1-0e1f-0000000000cb | TASK | Write the config_step hieradata for the deploy step 2 tasks 2025-10-05 07:43:38.889710 | fa163e58-29ec-9cb1-0e1f-0000000000cb | CHANGED | Write the config_step hieradata for the deploy step 2 tasks | standalone 2025-10-05 07:43:38.891113 | fa163e58-29ec-9cb1-0e1f-0000000000cb | TIMING | Write the config_step hieradata for the deploy step 2 tasks | standalone | 0:13:27.284802 | 0.54s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-10-05 07:43:38.949375 | fa163e58-29ec-9cb1-0e1f-0000000000cc | TIMING | include_tasks | standalone | 0:13:27.343063 | 0.03s 2025-10-05 07:43:39.031284 | fb5f8340-62f8-49b8-ad73-894582ba0d8b | INCLUDED | /root/standalone-ansible-jr6gpgc3/Standalone/deploy_steps_tasks_step2.yaml | standalone 2025-10-05 07:43:39.061877 | fa163e58-29ec-9cb1-0e1f-000000002f02 | TASK | Push script 2025-10-05 07:43:39.580561 | fa163e58-29ec-9cb1-0e1f-000000002f02 | CHANGED | Push script | standalone 2025-10-05 07:43:39.582052 | fa163e58-29ec-9cb1-0e1f-000000002f02 | TIMING | Push script | standalone | 0:13:27.975739 | 0.52s 2025-10-05 07:43:39.610628 | fa163e58-29ec-9cb1-0e1f-000000002f03 | TASK | Insert cronjob in root crontab 2025-10-05 07:43:40.068723 | fa163e58-29ec-9cb1-0e1f-000000002f03 | CHANGED | Insert cronjob in root crontab | standalone 2025-10-05 07:43:40.070760 | fa163e58-29ec-9cb1-0e1f-000000002f03 | TIMING | Insert cronjob in root crontab | standalone | 0:13:28.464444 | 0.46s 2025-10-05 07:43:40.099048 | fa163e58-29ec-9cb1-0e1f-000000002f0a | TASK | Gather variables for each operating system 2025-10-05 07:43:40.223973 | fa163e58-29ec-9cb1-0e1f-000000002f0a | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:13:28.617650 | 0.12s 2025-10-05 07:43:40.253689 | fa163e58-29ec-9cb1-0e1f-000000002f0b | TASK | Detect if resource is being created or already exists 2025-10-05 07:43:40.981835 | fa163e58-29ec-9cb1-0e1f-000000002f0b | CHANGED | Detect if resource is being created or already exists | standalone 2025-10-05 07:43:40.983326 | fa163e58-29ec-9cb1-0e1f-000000002f0b | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:13:29.377014 | 0.73s 2025-10-05 07:43:41.020050 | fa163e58-29ec-9cb1-0e1f-000000002f0c | TASK | Run init bundle puppet on the host for haproxy 2025-10-05 07:45:27.346902 | fa163e58-29ec-9cb1-0e1f-000000002f0c | CHANGED | Run init bundle puppet on the host for haproxy | standalone 2025-10-05 07:45:27.348707 | fa163e58-29ec-9cb1-0e1f-000000002f0c | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for haproxy | standalone | 0:15:15.742395 | 106.33s 2025-10-05 07:45:27.374129 | fa163e58-29ec-9cb1-0e1f-000000002f0d | TASK | Check if /var/lib/config-data/puppet-generated/haproxy exists 2025-10-05 07:45:27.654874 | fa163e58-29ec-9cb1-0e1f-000000002f0d | OK | Check if /var/lib/config-data/puppet-generated/haproxy exists | standalone 2025-10-05 07:45:27.656411 | fa163e58-29ec-9cb1-0e1f-000000002f0d | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/haproxy exists | standalone | 0:15:16.050101 | 0.28s 2025-10-05 07:45:27.684826 | fa163e58-29ec-9cb1-0e1f-000000002f0e | TASK | Run pacemaker restart if the config file for the service changed 2025-10-05 07:45:28.303996 | fa163e58-29ec-9cb1-0e1f-000000002f0e | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-10-05 07:45:28.305358 | fa163e58-29ec-9cb1-0e1f-000000002f0e | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:15:16.699046 | 0.62s 2025-10-05 07:45:28.335091 | fa163e58-29ec-9cb1-0e1f-000000002f0f | TASK | Check if an image update marker exists for bundle haproxy-bundle 2025-10-05 07:45:28.587427 | fa163e58-29ec-9cb1-0e1f-000000002f0f | OK | Check if an image update marker exists for bundle haproxy-bundle | standalone 2025-10-05 07:45:28.588705 | fa163e58-29ec-9cb1-0e1f-000000002f0f | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle haproxy-bundle | standalone | 0:15:16.982395 | 0.25s 2025-10-05 07:45:28.618085 | fa163e58-29ec-9cb1-0e1f-000000002f11 | TASK | Get container image tag from marker for bundle haproxy-bundle 2025-10-05 07:45:28.669938 | fa163e58-29ec-9cb1-0e1f-000000002f11 | SKIPPED | Get container image tag from marker for bundle haproxy-bundle | standalone 2025-10-05 07:45:28.671128 | fa163e58-29ec-9cb1-0e1f-000000002f11 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle haproxy-bundle | standalone | 0:15:17.064816 | 0.05s 2025-10-05 07:45:28.700906 | fa163e58-29ec-9cb1-0e1f-000000002f12 | TASK | Get container image tag from bundle haproxy-bundle 2025-10-05 07:45:28.753452 | fa163e58-29ec-9cb1-0e1f-000000002f12 | SKIPPED | Get container image tag from bundle haproxy-bundle | standalone 2025-10-05 07:45:28.754716 | fa163e58-29ec-9cb1-0e1f-000000002f12 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle haproxy-bundle | standalone | 0:15:17.148398 | 0.05s 2025-10-05 07:45:28.784495 | fa163e58-29ec-9cb1-0e1f-000000002f13 | TASK | Compare tags between marker and bundle haproxy-bundle 2025-10-05 07:45:28.838032 | fa163e58-29ec-9cb1-0e1f-000000002f13 | SKIPPED | Compare tags between marker and bundle haproxy-bundle | standalone 2025-10-05 07:45:28.839321 | fa163e58-29ec-9cb1-0e1f-000000002f13 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle haproxy-bundle | standalone | 0:15:17.233009 | 0.05s 2025-10-05 07:45:28.870372 | fa163e58-29ec-9cb1-0e1f-000000002f14 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-10-05 07:45:28.923006 | fa163e58-29ec-9cb1-0e1f-000000002f14 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-10-05 07:45:28.924094 | fa163e58-29ec-9cb1-0e1f-000000002f14 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:15:17.317783 | 0.05s 2025-10-05 07:45:28.957892 | fa163e58-29ec-9cb1-0e1f-000000002f15 | TASK | Remove update marker for bundle haproxy-bundle 2025-10-05 07:45:29.011295 | fa163e58-29ec-9cb1-0e1f-000000002f15 | SKIPPED | Remove update marker for bundle haproxy-bundle | standalone 2025-10-05 07:45:29.012522 | fa163e58-29ec-9cb1-0e1f-000000002f15 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle haproxy-bundle | standalone | 0:15:17.406210 | 0.05s 2025-10-05 07:45:29.065216 | fa163e58-29ec-9cb1-0e1f-000000002f36 | TASK | Gather variables for each operating system 2025-10-05 07:45:29.180280 | fa163e58-29ec-9cb1-0e1f-000000002f36 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:15:17.573956 | 0.11s 2025-10-05 07:45:29.208493 | fa163e58-29ec-9cb1-0e1f-000000002f37 | TASK | Detect if resource is being created or already exists 2025-10-05 07:45:29.918073 | fa163e58-29ec-9cb1-0e1f-000000002f37 | CHANGED | Detect if resource is being created or already exists | standalone 2025-10-05 07:45:29.919499 | fa163e58-29ec-9cb1-0e1f-000000002f37 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:15:18.313188 | 0.71s 2025-10-05 07:45:29.949271 | fa163e58-29ec-9cb1-0e1f-000000002f38 | TASK | Run init bundle puppet on the host for mysql 2025-10-05 07:45:58.775153 | fa163e58-29ec-9cb1-0e1f-000000002f38 | CHANGED | Run init bundle puppet on the host for mysql | standalone 2025-10-05 07:45:58.777026 | fa163e58-29ec-9cb1-0e1f-000000002f38 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for mysql | standalone | 0:15:47.170714 | 28.83s 2025-10-05 07:45:58.808338 | fa163e58-29ec-9cb1-0e1f-000000002f39 | TASK | Check if /var/lib/config-data/puppet-generated/mysql exists 2025-10-05 07:45:59.078692 | fa163e58-29ec-9cb1-0e1f-000000002f39 | OK | Check if /var/lib/config-data/puppet-generated/mysql exists | standalone 2025-10-05 07:45:59.080157 | fa163e58-29ec-9cb1-0e1f-000000002f39 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/mysql exists | standalone | 0:15:47.473846 | 0.27s 2025-10-05 07:45:59.109142 | fa163e58-29ec-9cb1-0e1f-000000002f3a | TASK | Run pacemaker restart if the config file for the service changed 2025-10-05 07:45:59.551745 | fa163e58-29ec-9cb1-0e1f-000000002f3a | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-10-05 07:45:59.552714 | fa163e58-29ec-9cb1-0e1f-000000002f3a | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:15:47.946410 | 0.44s 2025-10-05 07:45:59.573807 | fa163e58-29ec-9cb1-0e1f-000000002f3b | TASK | Check if an image update marker exists for bundle galera-bundle 2025-10-05 07:45:59.841759 | fa163e58-29ec-9cb1-0e1f-000000002f3b | OK | Check if an image update marker exists for bundle galera-bundle | standalone 2025-10-05 07:45:59.845155 | fa163e58-29ec-9cb1-0e1f-000000002f3b | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle galera-bundle | standalone | 0:15:48.238823 | 0.27s 2025-10-05 07:45:59.882531 | fa163e58-29ec-9cb1-0e1f-000000002f3d | TASK | Get container image tag from marker for bundle galera-bundle 2025-10-05 07:45:59.923423 | fa163e58-29ec-9cb1-0e1f-000000002f3d | SKIPPED | Get container image tag from marker for bundle galera-bundle | standalone 2025-10-05 07:45:59.924782 | fa163e58-29ec-9cb1-0e1f-000000002f3d | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle galera-bundle | standalone | 0:15:48.318470 | 0.04s 2025-10-05 07:45:59.959856 | fa163e58-29ec-9cb1-0e1f-000000002f3e | TASK | Get container image tag from bundle galera-bundle 2025-10-05 07:46:00.017954 | fa163e58-29ec-9cb1-0e1f-000000002f3e | SKIPPED | Get container image tag from bundle galera-bundle | standalone 2025-10-05 07:46:00.018795 | fa163e58-29ec-9cb1-0e1f-000000002f3e | TIMING | tripleo_ha_wrapper : Get container image tag from bundle galera-bundle | standalone | 0:15:48.412491 | 0.05s 2025-10-05 07:46:00.039681 | fa163e58-29ec-9cb1-0e1f-000000002f3f | TASK | Compare tags between marker and bundle galera-bundle 2025-10-05 07:46:00.077051 | fa163e58-29ec-9cb1-0e1f-000000002f3f | SKIPPED | Compare tags between marker and bundle galera-bundle | standalone 2025-10-05 07:46:00.078372 | fa163e58-29ec-9cb1-0e1f-000000002f3f | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle galera-bundle | standalone | 0:15:48.472065 | 0.04s 2025-10-05 07:46:00.103849 | fa163e58-29ec-9cb1-0e1f-000000002f40 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-10-05 07:46:00.146333 | fa163e58-29ec-9cb1-0e1f-000000002f40 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-10-05 07:46:00.147432 | fa163e58-29ec-9cb1-0e1f-000000002f40 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:15:48.541121 | 0.04s 2025-10-05 07:46:00.175811 | fa163e58-29ec-9cb1-0e1f-000000002f41 | TASK | Remove update marker for bundle galera-bundle 2025-10-05 07:46:00.226065 | fa163e58-29ec-9cb1-0e1f-000000002f41 | SKIPPED | Remove update marker for bundle galera-bundle | standalone 2025-10-05 07:46:00.227172 | fa163e58-29ec-9cb1-0e1f-000000002f41 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle galera-bundle | standalone | 0:15:48.620864 | 0.05s 2025-10-05 07:46:00.269175 | fa163e58-29ec-9cb1-0e1f-000000002f62 | TASK | Gather variables for each operating system 2025-10-05 07:46:00.387558 | fa163e58-29ec-9cb1-0e1f-000000002f62 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:15:48.781233 | 0.12s 2025-10-05 07:46:00.412313 | fa163e58-29ec-9cb1-0e1f-000000002f63 | TASK | Detect if resource is being created or already exists 2025-10-05 07:46:01.215035 | fa163e58-29ec-9cb1-0e1f-000000002f63 | CHANGED | Detect if resource is being created or already exists | standalone 2025-10-05 07:46:01.216419 | fa163e58-29ec-9cb1-0e1f-000000002f63 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:15:49.610108 | 0.80s 2025-10-05 07:46:01.246443 | fa163e58-29ec-9cb1-0e1f-000000002f64 | TASK | Run init bundle puppet on the host for oslo_messaging_rpc 2025-10-05 07:46:28.658142 | fa163e58-29ec-9cb1-0e1f-000000002f64 | CHANGED | Run init bundle puppet on the host for oslo_messaging_rpc | standalone 2025-10-05 07:46:28.660041 | fa163e58-29ec-9cb1-0e1f-000000002f64 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for oslo_messaging_rpc | standalone | 0:16:17.053727 | 27.41s 2025-10-05 07:46:28.694352 | fa163e58-29ec-9cb1-0e1f-000000002f65 | TASK | Check if /var/lib/config-data/puppet-generated/rabbitmq exists 2025-10-05 07:46:28.949754 | fa163e58-29ec-9cb1-0e1f-000000002f65 | OK | Check if /var/lib/config-data/puppet-generated/rabbitmq exists | standalone 2025-10-05 07:46:28.951107 | fa163e58-29ec-9cb1-0e1f-000000002f65 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/rabbitmq exists | standalone | 0:16:17.344797 | 0.25s 2025-10-05 07:46:28.979812 | fa163e58-29ec-9cb1-0e1f-000000002f66 | TASK | Run pacemaker restart if the config file for the service changed 2025-10-05 07:46:29.452357 | fa163e58-29ec-9cb1-0e1f-000000002f66 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-10-05 07:46:29.453433 | fa163e58-29ec-9cb1-0e1f-000000002f66 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:16:17.847127 | 0.47s 2025-10-05 07:46:29.477617 | fa163e58-29ec-9cb1-0e1f-000000002f67 | TASK | Check if an image update marker exists for bundle rabbitmq-bundle 2025-10-05 07:46:29.786963 | fa163e58-29ec-9cb1-0e1f-000000002f67 | OK | Check if an image update marker exists for bundle rabbitmq-bundle | standalone 2025-10-05 07:46:29.788499 | fa163e58-29ec-9cb1-0e1f-000000002f67 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle rabbitmq-bundle | standalone | 0:16:18.182188 | 0.31s 2025-10-05 07:46:29.818106 | fa163e58-29ec-9cb1-0e1f-000000002f69 | TASK | Get container image tag from marker for bundle rabbitmq-bundle 2025-10-05 07:46:29.862733 | fa163e58-29ec-9cb1-0e1f-000000002f69 | SKIPPED | Get container image tag from marker for bundle rabbitmq-bundle | standalone 2025-10-05 07:46:29.863988 | fa163e58-29ec-9cb1-0e1f-000000002f69 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle rabbitmq-bundle | standalone | 0:16:18.257676 | 0.04s 2025-10-05 07:46:29.894530 | fa163e58-29ec-9cb1-0e1f-000000002f6a | TASK | Get container image tag from bundle rabbitmq-bundle 2025-10-05 07:46:29.950233 | fa163e58-29ec-9cb1-0e1f-000000002f6a | SKIPPED | Get container image tag from bundle rabbitmq-bundle | standalone 2025-10-05 07:46:29.951664 | fa163e58-29ec-9cb1-0e1f-000000002f6a | TIMING | tripleo_ha_wrapper : Get container image tag from bundle rabbitmq-bundle | standalone | 0:16:18.345350 | 0.06s 2025-10-05 07:46:29.989429 | fa163e58-29ec-9cb1-0e1f-000000002f6b | TASK | Compare tags between marker and bundle rabbitmq-bundle 2025-10-05 07:46:30.031014 | fa163e58-29ec-9cb1-0e1f-000000002f6b | SKIPPED | Compare tags between marker and bundle rabbitmq-bundle | standalone 2025-10-05 07:46:30.032803 | fa163e58-29ec-9cb1-0e1f-000000002f6b | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle rabbitmq-bundle | standalone | 0:16:18.426483 | 0.04s 2025-10-05 07:46:30.070422 | fa163e58-29ec-9cb1-0e1f-000000002f6c | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-10-05 07:46:30.108965 | fa163e58-29ec-9cb1-0e1f-000000002f6c | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-10-05 07:46:30.109993 | fa163e58-29ec-9cb1-0e1f-000000002f6c | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:16:18.503688 | 0.04s 2025-10-05 07:46:30.133852 | fa163e58-29ec-9cb1-0e1f-000000002f6d | TASK | Remove update marker for bundle rabbitmq-bundle 2025-10-05 07:46:30.172162 | fa163e58-29ec-9cb1-0e1f-000000002f6d | SKIPPED | Remove update marker for bundle rabbitmq-bundle | standalone 2025-10-05 07:46:30.173164 | fa163e58-29ec-9cb1-0e1f-000000002f6d | TIMING | tripleo_ha_wrapper : Remove update marker for bundle rabbitmq-bundle | standalone | 0:16:18.566857 | 0.04s 2025-10-05 07:46:30.214231 | fa163e58-29ec-9cb1-0e1f-0000000000ce | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_2 already exists 2025-10-05 07:46:30.449810 | fa163e58-29ec-9cb1-0e1f-0000000000ce | OK | Check if /var/lib/tripleo-config/container-startup-config/step_2 already exists | standalone 2025-10-05 07:46:30.451207 | fa163e58-29ec-9cb1-0e1f-0000000000ce | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_2 already exists | standalone | 0:16:18.844898 | 0.24s 2025-10-05 07:46:30.561860 | fa163e58-29ec-9cb1-0e1f-0000000000cf | TIMING | include_tasks | standalone | 0:16:18.955539 | 0.08s 2025-10-05 07:46:30.599749 | 97565bf6-0c0c-4497-9ab0-107e50b9f234 | INCLUDED | /root/standalone-ansible-jr6gpgc3/common_deploy_steps_tasks.yaml | standalone 2025-10-05 07:46:30.625543 | fa163e58-29ec-9cb1-0e1f-000000002fe8 | TASK | Write the config_step hieradata 2025-10-05 07:46:31.123737 | fa163e58-29ec-9cb1-0e1f-000000002fe8 | OK | Write the config_step hieradata | standalone 2025-10-05 07:46:31.125375 | fa163e58-29ec-9cb1-0e1f-000000002fe8 | TIMING | Write the config_step hieradata | standalone | 0:16:19.519064 | 0.50s 2025-10-05 07:46:31.148163 | fa163e58-29ec-9cb1-0e1f-000000002fe9 | TASK | Run puppet host configuration for step 2 2025-10-05 07:46:31.442517 | fa163e58-29ec-9cb1-0e1f-000000002fe9 | CHANGED | Run puppet host configuration for step 2 | standalone 2025-10-05 07:46:31.446115 | fa163e58-29ec-9cb1-0e1f-000000002fe9 | TIMING | Run puppet host configuration for step 2 | standalone | 0:16:19.839801 | 0.30s 2025-10-05 07:46:31.476344 | fa163e58-29ec-9cb1-0e1f-000000002fea | TASK | Wait for puppet host configuration to finish 2025-10-05 07:46:31.708113 | fa163e58-29ec-9cb1-0e1f-000000002fea | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-10-05 07:46:41.929168 | fa163e58-29ec-9cb1-0e1f-000000002fea | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-10-05 07:46:52.163383 | fa163e58-29ec-9cb1-0e1f-000000002fea | CHANGED | Wait for puppet host configuration to finish | standalone 2025-10-05 07:46:52.164844 | fa163e58-29ec-9cb1-0e1f-000000002fea | TIMING | Wait for puppet host configuration to finish | standalone | 0:16:40.558533 | 20.69s 2025-10-05 07:46:52.194412 | fa163e58-29ec-9cb1-0e1f-000000002feb | TASK | Debug output for task: Run puppet host configuration for step 2 2025-10-05 07:46:52.278017 | fa163e58-29ec-9cb1-0e1f-000000002feb | CHANGED | Debug output for task: Run puppet host configuration for step 2 | standalone | result={ "changed": true, "failed_when_result": false, "puppet_host_outputs.stdout_lines | default([]) | union(puppet_host_outputs.stderr_lines | default([]))": [ "<13>Oct 5 07:46:31 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Oct 5 07:46:37 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Oct 5 07:46:37 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Oct 5 07:46:37 puppet-user: (file & line not available)", "<13>Oct 5 07:46:37 puppet-user: Warning: The function 'hiera' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/7.10/deprecated_language.html", "<13>Oct 5 07:46:37 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Oct 5 07:46:38 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Oct 5 07:46:38 puppet-user: Notice: Compiled catalog for standalone.ooo.test in environment production in 0.45 seconds", "<13>Oct 5 07:46:44 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Oct 5 07:46:47 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Oct 5 07:46:48 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Oct 5 07:46:49 puppet-user: Notice: Applied catalog in 10.68 seconds", "<13>Oct 5 07:46:49 puppet-user: Application:", "<13>Oct 5 07:46:49 puppet-user: Initial environment: production", "<13>Oct 5 07:46:49 puppet-user: Converged environment: production", "<13>Oct 5 07:46:49 puppet-user: Run mode: user", "<13>Oct 5 07:46:49 puppet-user: Changes:", "<13>Oct 5 07:46:49 puppet-user: Total: 2", "<13>Oct 5 07:46:49 puppet-user: Events:", "<13>Oct 5 07:46:49 puppet-user: Success: 2", "<13>Oct 5 07:46:49 puppet-user: Resources:", "<13>Oct 5 07:46:49 puppet-user: Changed: 2", "<13>Oct 5 07:46:49 puppet-user: Out of sync: 2", "<13>Oct 5 07:46:49 puppet-user: Total: 28", "<13>Oct 5 07:46:49 puppet-user: Time:", "<13>Oct 5 07:46:49 puppet-user: Schedule: 0.00", "<13>Oct 5 07:46:49 puppet-user: File line: 0.00", "<13>Oct 5 07:46:49 puppet-user: Package: 0.00", "<13>Oct 5 07:46:49 puppet-user: File: 0.00", "<13>Oct 5 07:46:49 puppet-user: User: 0.01", "<13>Oct 5 07:46:49 puppet-user: Augeas: 0.01", "<13>Oct 5 07:46:49 puppet-user: Service: 0.09", "<13>Oct 5 07:46:49 puppet-user: Config retrieval: 0.49", "<13>Oct 5 07:46:49 puppet-user: Pcmk property: 1.55", "<13>Oct 5 07:46:49 puppet-user: Transaction evaluation: 10.67", "<13>Oct 5 07:46:49 puppet-user: Catalog application: 10.68", "<13>Oct 5 07:46:49 puppet-user: Last run: 1759650409", "<13>Oct 5 07:46:49 puppet-user: Exec: 2.12", "<13>Oct 5 07:46:49 puppet-user: Pcmk resource default: 3.30", "<13>Oct 5 07:46:49 puppet-user: Pcmk resource op default: 3.35", "<13>Oct 5 07:46:49 puppet-user: Filebucket: 0.00", "<13>Oct 5 07:46:49 puppet-user: Total: 10.69", "<13>Oct 5 07:46:49 puppet-user: Version:", "<13>Oct 5 07:46:49 puppet-user: Config: 1759650397", "<13>Oct 5 07:46:49 puppet-user: Puppet: 7.10.0" ] } 2025-10-05 07:46:52.279241 | fa163e58-29ec-9cb1-0e1f-000000002feb | TIMING | Debug output for task: Run puppet host configuration for step 2 | standalone | 0:16:40.672931 | 0.08s 2025-10-05 07:46:52.306757 | fa163e58-29ec-9cb1-0e1f-000000002fec | TASK | Pre-cache facts for puppet containers 2025-10-05 07:46:52.336297 | fa163e58-29ec-9cb1-0e1f-000000002fec | TIMING | Pre-cache facts for puppet containers | standalone | 0:16:40.729980 | 0.03s 2025-10-05 07:46:52.403360 | fa163e58-29ec-9cb1-0e1f-00000000302b | TASK | Gather variables for each operating system 2025-10-05 07:46:52.521298 | fa163e58-29ec-9cb1-0e1f-00000000302b | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:16:40.914969 | 0.12s 2025-10-05 07:46:52.551743 | fa163e58-29ec-9cb1-0e1f-00000000302c | TASK | Create puppet caching structures 2025-10-05 07:46:52.799909 | fa163e58-29ec-9cb1-0e1f-00000000302c | CHANGED | Create puppet caching structures | standalone 2025-10-05 07:46:52.801513 | fa163e58-29ec-9cb1-0e1f-00000000302c | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:16:41.195198 | 0.25s 2025-10-05 07:46:52.831244 | fa163e58-29ec-9cb1-0e1f-00000000302d | TASK | Check for facter.conf 2025-10-05 07:46:53.084476 | fa163e58-29ec-9cb1-0e1f-00000000302d | OK | Check for facter.conf | standalone 2025-10-05 07:46:53.086023 | fa163e58-29ec-9cb1-0e1f-00000000302d | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:16:41.479710 | 0.25s 2025-10-05 07:46:53.114398 | fa163e58-29ec-9cb1-0e1f-00000000302e | TASK | Remove facter.conf if directory 2025-10-05 07:46:53.166422 | fa163e58-29ec-9cb1-0e1f-00000000302e | SKIPPED | Remove facter.conf if directory | standalone 2025-10-05 07:46:53.167699 | fa163e58-29ec-9cb1-0e1f-00000000302e | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:16:41.561384 | 0.05s 2025-10-05 07:46:53.195879 | fa163e58-29ec-9cb1-0e1f-00000000302f | TASK | Write facter cache config 2025-10-05 07:46:53.713669 | fa163e58-29ec-9cb1-0e1f-00000000302f | CHANGED | Write facter cache config | standalone 2025-10-05 07:46:53.715103 | fa163e58-29ec-9cb1-0e1f-00000000302f | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:16:42.108790 | 0.52s 2025-10-05 07:46:53.743131 | fa163e58-29ec-9cb1-0e1f-000000003030 | TASK | Cleanup facter cache if exists 2025-10-05 07:46:53.978310 | fa163e58-29ec-9cb1-0e1f-000000003030 | CHANGED | Cleanup facter cache if exists | standalone 2025-10-05 07:46:53.979772 | fa163e58-29ec-9cb1-0e1f-000000003030 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:16:42.373459 | 0.24s 2025-10-05 07:46:54.008723 | fa163e58-29ec-9cb1-0e1f-000000003031 | TASK | Pre-cache facts 2025-10-05 07:46:54.633633 | fa163e58-29ec-9cb1-0e1f-000000003031 | CHANGED | Pre-cache facts | standalone 2025-10-05 07:46:54.636557 | fa163e58-29ec-9cb1-0e1f-000000003031 | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:16:43.030238 | 0.63s 2025-10-05 07:46:54.667960 | fa163e58-29ec-9cb1-0e1f-000000003032 | TASK | Failed deployment if facter fails 2025-10-05 07:46:54.703525 | fa163e58-29ec-9cb1-0e1f-000000003032 | SKIPPED | Failed deployment if facter fails | standalone 2025-10-05 07:46:54.704819 | fa163e58-29ec-9cb1-0e1f-000000003032 | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:16:43.098504 | 0.03s 2025-10-05 07:46:54.749105 | fa163e58-29ec-9cb1-0e1f-000000003033 | TASK | Sync cached facts 2025-10-05 07:46:55.087199 | fa163e58-29ec-9cb1-0e1f-000000003033 | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163e58-29ec-9cb1-0e1f-000000003033') missing from stats 2025-10-05 07:46:55.141005 | fa163e58-29ec-9cb1-0e1f-000000002fed | TASK | Include container-puppet tasks (generate config) during step 1 2025-10-05 07:46:55.184104 | fa163e58-29ec-9cb1-0e1f-000000002fed | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2025-10-05 07:46:55.185285 | fa163e58-29ec-9cb1-0e1f-000000002fed | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:16:43.578971 | 0.04s 2025-10-05 07:46:55.214668 | fa163e58-29ec-9cb1-0e1f-000000002fef | TASK | Manage containers for step 2 with tripleo-ansible 2025-10-05 07:46:55.243837 | fa163e58-29ec-9cb1-0e1f-000000002fef | TIMING | Manage containers for step 2 with tripleo-ansible | standalone | 0:16:43.637518 | 0.03s 2025-10-05 07:46:55.308160 | fa163e58-29ec-9cb1-0e1f-00000000308a | TASK | Gather variables for each operating system 2025-10-05 07:46:55.419973 | fa163e58-29ec-9cb1-0e1f-00000000308a | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:16:43.813650 | 0.11s 2025-10-05 07:46:55.448020 | fa163e58-29ec-9cb1-0e1f-00000000308b | TASK | Create container logs path 2025-10-05 07:46:55.755710 | fa163e58-29ec-9cb1-0e1f-00000000308b | OK | Create container logs path | standalone 2025-10-05 07:46:55.757131 | fa163e58-29ec-9cb1-0e1f-00000000308b | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:16:44.150819 | 0.31s 2025-10-05 07:46:55.787329 | fa163e58-29ec-9cb1-0e1f-00000000308d | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_2 2025-10-05 07:46:56.071295 | fa163e58-29ec-9cb1-0e1f-00000000308d | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_2 | standalone 2025-10-05 07:46:56.072625 | fa163e58-29ec-9cb1-0e1f-00000000308d | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:16:44.466312 | 0.28s 2025-10-05 07:46:56.101882 | fa163e58-29ec-9cb1-0e1f-00000000308e | TASK | Finalise hashes for all containers 2025-10-05 07:46:56.155355 | fa163e58-29ec-9cb1-0e1f-00000000308e | OK | Finalise hashes for all containers | standalone 2025-10-05 07:46:56.156409 | fa163e58-29ec-9cb1-0e1f-00000000308e | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:16:44.550098 | 0.05s 2025-10-05 07:46:56.185047 | fa163e58-29ec-9cb1-0e1f-000000003090 | TASK | Manage systemd shutdown files 2025-10-05 07:46:56.225004 | fa163e58-29ec-9cb1-0e1f-000000003090 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:16:44.618680 | 0.04s 2025-10-05 07:46:56.257525 | 87bfe4b0-2536-4f0a-8507-d069f564c6fa | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-10-05 07:46:56.285101 | fa163e58-29ec-9cb1-0e1f-0000000030c3 | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-10-05 07:46:56.606645 | fa163e58-29ec-9cb1-0e1f-0000000030c3 | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-10-05 07:46:56.608191 | fa163e58-29ec-9cb1-0e1f-0000000030c3 | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:16:45.001878 | 0.32s 2025-10-05 07:46:56.636864 | fa163e58-29ec-9cb1-0e1f-0000000030c4 | TASK | Set podman_drop_in fact 2025-10-05 07:46:56.698147 | fa163e58-29ec-9cb1-0e1f-0000000030c4 | OK | Set podman_drop_in fact | standalone 2025-10-05 07:46:56.699377 | fa163e58-29ec-9cb1-0e1f-0000000030c4 | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:16:45.093065 | 0.06s 2025-10-05 07:46:56.729392 | fa163e58-29ec-9cb1-0e1f-0000000030c6 | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-10-05 07:46:57.234649 | fa163e58-29ec-9cb1-0e1f-0000000030c6 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-10-05 07:46:57.236336 | fa163e58-29ec-9cb1-0e1f-0000000030c6 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:16:45.630021 | 0.51s 2025-10-05 07:46:57.697509 | fa163e58-29ec-9cb1-0e1f-0000000030c6 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-10-05 07:46:57.699144 | fa163e58-29ec-9cb1-0e1f-0000000030c6 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:16:46.092826 | 0.97s 2025-10-05 07:46:57.717650 | fa163e58-29ec-9cb1-0e1f-0000000030c6 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:16:46.111333 | 0.99s 2025-10-05 07:46:57.746799 | fa163e58-29ec-9cb1-0e1f-0000000030c7 | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-10-05 07:46:58.289808 | fa163e58-29ec-9cb1-0e1f-0000000030c7 | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-10-05 07:46:58.291289 | fa163e58-29ec-9cb1-0e1f-0000000030c7 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:16:46.684975 | 0.54s 2025-10-05 07:46:58.319031 | fa163e58-29ec-9cb1-0e1f-0000000030c8 | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-10-05 07:46:58.786391 | fa163e58-29ec-9cb1-0e1f-0000000030c8 | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-10-05 07:46:58.788041 | fa163e58-29ec-9cb1-0e1f-0000000030c8 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:16:47.181728 | 0.47s 2025-10-05 07:46:58.817053 | fa163e58-29ec-9cb1-0e1f-0000000030c9 | TASK | Enable and start tripleo-container-shutdown 2025-10-05 07:46:59.510561 | fa163e58-29ec-9cb1-0e1f-0000000030c9 | OK | Enable and start tripleo-container-shutdown | standalone 2025-10-05 07:46:59.512618 | fa163e58-29ec-9cb1-0e1f-0000000030c9 | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:16:47.906304 | 0.69s 2025-10-05 07:46:59.543530 | fa163e58-29ec-9cb1-0e1f-0000000030ca | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-10-05 07:47:00.044000 | fa163e58-29ec-9cb1-0e1f-0000000030ca | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-10-05 07:47:00.045394 | fa163e58-29ec-9cb1-0e1f-0000000030ca | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:16:48.439082 | 0.50s 2025-10-05 07:47:00.072831 | fa163e58-29ec-9cb1-0e1f-0000000030cb | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-10-05 07:47:00.560417 | fa163e58-29ec-9cb1-0e1f-0000000030cb | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-10-05 07:47:00.561902 | fa163e58-29ec-9cb1-0e1f-0000000030cb | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:16:48.955589 | 0.49s 2025-10-05 07:47:00.588737 | fa163e58-29ec-9cb1-0e1f-0000000030cc | TASK | Enable and start netns-placeholder 2025-10-05 07:47:01.254806 | fa163e58-29ec-9cb1-0e1f-0000000030cc | CHANGED | Enable and start netns-placeholder | standalone 2025-10-05 07:47:01.256675 | fa163e58-29ec-9cb1-0e1f-0000000030cc | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:16:49.650363 | 0.67s 2025-10-05 07:47:01.285915 | fa163e58-29ec-9cb1-0e1f-000000003092 | TASK | Update container configs with new config hashes 2025-10-05 07:47:01.348269 | fa163e58-29ec-9cb1-0e1f-000000003092 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:16:49.741940 | 0.06s 2025-10-05 07:47:01.369237 | 0a67e011-9c37-4d36-8ded-c2fae857e740 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-10-05 07:47:01.402925 | fa163e58-29ec-9cb1-0e1f-0000000030f4 | TASK | Update config hashes for container startup configs 2025-10-05 07:47:01.688398 | fa163e58-29ec-9cb1-0e1f-0000000030f4 | OK | Update config hashes for container startup configs | standalone 2025-10-05 07:47:01.690148 | fa163e58-29ec-9cb1-0e1f-0000000030f4 | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:16:50.083836 | 0.29s 2025-10-05 07:47:01.721330 | fa163e58-29ec-9cb1-0e1f-000000003093 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_2 2025-10-05 07:47:01.760838 | fa163e58-29ec-9cb1-0e1f-000000003093 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:16:50.154510 | 0.04s 2025-10-05 07:47:01.785134 | fbc2a7fe-f114-4926-b3e3-8372862d5538 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-05 07:47:01.821126 | fa163e58-29ec-9cb1-0e1f-000000003113 | TASK | Gather podman infos 2025-10-05 07:47:02.761090 | fa163e58-29ec-9cb1-0e1f-000000003113 | OK | Gather podman infos | standalone 2025-10-05 07:47:02.762321 | fa163e58-29ec-9cb1-0e1f-000000003113 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:16:51.156013 | 0.94s 2025-10-05 07:47:02.815146 | fa163e58-29ec-9cb1-0e1f-000000003114 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 2025-10-05 07:47:02.893499 | fa163e58-29ec-9cb1-0e1f-000000003114 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:16:51.287162 | 0.07s 2025-10-05 07:47:03.023875 | fa163e58-29ec-9cb1-0e1f-00000000315d | TIMING | tripleo_container_rm : include_tasks | standalone | 0:16:51.417547 | 0.07s 2025-10-05 07:47:03.081272 | fa163e58-29ec-9cb1-0e1f-000000003094 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_2 2025-10-05 07:47:03.138108 | fa163e58-29ec-9cb1-0e1f-000000003094 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:16:51.531786 | 0.05s 2025-10-05 07:47:03.160128 | 407e7196-0e46-4bd2-85ec-99a84d5b15b5 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-05 07:47:03.201873 | fa163e58-29ec-9cb1-0e1f-000000003183 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 2025-10-05 07:47:22.672368 | fa163e58-29ec-9cb1-0e1f-000000003183 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | standalone 2025-10-05 07:47:22.675188 | fa163e58-29ec-9cb1-0e1f-000000003183 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:17:11.068873 | 19.47s 2025-10-05 07:47:22.707395 | fa163e58-29ec-9cb1-0e1f-000000003184 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_2 2025-10-05 07:47:25.313927 | fa163e58-29ec-9cb1-0e1f-000000003184 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_2 | standalone 2025-10-05 07:47:25.315344 | fa163e58-29ec-9cb1-0e1f-000000003184 | 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:17:13.709032 | 2.61s 2025-10-05 07:47:25.387562 | fa163e58-29ec-9cb1-0e1f-000000002ff1 | TASK | Clean container_puppet_tasks for standalone step 2 2025-10-05 07:47:25.631064 | fa163e58-29ec-9cb1-0e1f-000000002ff1 | OK | Clean container_puppet_tasks for standalone step 2 | standalone 2025-10-05 07:47:25.632363 | fa163e58-29ec-9cb1-0e1f-000000002ff1 | TIMING | Clean container_puppet_tasks for standalone step 2 | standalone | 0:17:14.026051 | 0.24s 2025-10-05 07:47:25.678417 | fa163e58-29ec-9cb1-0e1f-000000002ff2 | TASK | Calculate container_puppet_tasks for standalone step 2 2025-10-05 07:47:25.732985 | fa163e58-29ec-9cb1-0e1f-000000002ff2 | TIMING | Calculate container_puppet_tasks for standalone step 2 | standalone | 0:17:14.126664 | 0.05s 2025-10-05 07:47:25.762933 | fa163e58-29ec-9cb1-0e1f-000000002ff3 | TASK | Include container-puppet tasks for step 2 2025-10-05 07:47:25.819835 | fa163e58-29ec-9cb1-0e1f-000000002ff3 | TIMING | Include container-puppet tasks for step 2 | standalone | 0:17:14.213515 | 0.06s 2025-10-05 07:47:25.843149 | 3f4ae60b-5679-4e97-b60d-b54e869a2b7d | INCLUDED | /root/standalone-ansible-jr6gpgc3/host-container-puppet-tasks.yaml | standalone 2025-10-05 07:47:25.892204 | fa163e58-29ec-9cb1-0e1f-0000000031cf | TASK | Write container-puppet-tasks json file for standalone step 2 2025-10-05 07:47:26.427969 | fa163e58-29ec-9cb1-0e1f-0000000031cf | CHANGED | Write container-puppet-tasks json file for standalone step 2 | standalone 2025-10-05 07:47:26.429151 | fa163e58-29ec-9cb1-0e1f-0000000031cf | TIMING | Write container-puppet-tasks json file for standalone step 2 | standalone | 0:17:14.822840 | 0.54s 2025-10-05 07:47:26.458786 | fa163e58-29ec-9cb1-0e1f-0000000031d1 | TASK | Generate container puppet configs for step 2 2025-10-05 07:47:26.742425 | fa163e58-29ec-9cb1-0e1f-0000000031d1 | OK | Generate container puppet configs for step 2 | standalone 2025-10-05 07:47:26.743767 | fa163e58-29ec-9cb1-0e1f-0000000031d1 | TIMING | Generate container puppet configs for step 2 | standalone | 0:17:15.137456 | 0.28s 2025-10-05 07:47:26.772920 | fa163e58-29ec-9cb1-0e1f-0000000031d2 | TASK | Manage Puppet containers (bootstrap tasks) for step 2 with tripleo-ansible 2025-10-05 07:47:26.804304 | fa163e58-29ec-9cb1-0e1f-0000000031d2 | TIMING | Manage Puppet containers (bootstrap tasks) for step 2 with tripleo-ansible | standalone | 0:17:15.197985 | 0.03s 2025-10-05 07:47:26.873307 | fa163e58-29ec-9cb1-0e1f-000000003201 | TASK | Gather variables for each operating system 2025-10-05 07:47:26.976192 | fa163e58-29ec-9cb1-0e1f-000000003201 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:17:15.369869 | 0.10s 2025-10-05 07:47:27.005064 | fa163e58-29ec-9cb1-0e1f-000000003202 | TASK | Create container logs path 2025-10-05 07:47:27.240268 | fa163e58-29ec-9cb1-0e1f-000000003202 | OK | Create container logs path | standalone 2025-10-05 07:47:27.241771 | fa163e58-29ec-9cb1-0e1f-000000003202 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:17:15.635457 | 0.24s 2025-10-05 07:47:27.272878 | fa163e58-29ec-9cb1-0e1f-000000003204 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_2 2025-10-05 07:47:27.532372 | fa163e58-29ec-9cb1-0e1f-000000003204 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_2 | standalone 2025-10-05 07:47:27.533623 | fa163e58-29ec-9cb1-0e1f-000000003204 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_2 | standalone | 0:17:15.927289 | 0.26s 2025-10-05 07:47:27.562465 | fa163e58-29ec-9cb1-0e1f-000000003205 | TASK | Finalise hashes for all containers 2025-10-05 07:47:27.608165 | fa163e58-29ec-9cb1-0e1f-000000003205 | OK | Finalise hashes for all containers | standalone 2025-10-05 07:47:27.609303 | fa163e58-29ec-9cb1-0e1f-000000003205 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:17:16.002992 | 0.04s 2025-10-05 07:47:27.640743 | fa163e58-29ec-9cb1-0e1f-000000003207 | TASK | Manage systemd shutdown files 2025-10-05 07:47:27.687403 | fa163e58-29ec-9cb1-0e1f-000000003207 | SKIPPED | Manage systemd shutdown files | standalone 2025-10-05 07:47:27.688732 | fa163e58-29ec-9cb1-0e1f-000000003207 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:17:16.082418 | 0.05s 2025-10-05 07:47:27.719498 | fa163e58-29ec-9cb1-0e1f-000000003209 | TASK | Update container configs with new config hashes 2025-10-05 07:47:27.770856 | fa163e58-29ec-9cb1-0e1f-000000003209 | SKIPPED | Update container configs with new config hashes | standalone 2025-10-05 07:47:27.772142 | fa163e58-29ec-9cb1-0e1f-000000003209 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:17:16.165829 | 0.05s 2025-10-05 07:47:27.803583 | fa163e58-29ec-9cb1-0e1f-00000000320a | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_2 2025-10-05 07:47:27.855031 | fa163e58-29ec-9cb1-0e1f-00000000320a | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone 2025-10-05 07:47:27.856231 | fa163e58-29ec-9cb1-0e1f-00000000320a | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone | 0:17:16.249919 | 0.05s 2025-10-05 07:47:27.886549 | fa163e58-29ec-9cb1-0e1f-00000000320b | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_2 2025-10-05 07:47:27.942475 | fa163e58-29ec-9cb1-0e1f-00000000320b | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone 2025-10-05 07:47:27.943655 | fa163e58-29ec-9cb1-0e1f-00000000320b | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone | 0:17:16.337344 | 0.06s PLAY [External deployment step 3] ********************************************** 2025-10-05 07:47:28.119949 | fa163e58-29ec-9cb1-0e1f-0000000000d2 | TASK | External deployment step 3 2025-10-05 07:47:28.165989 | fa163e58-29ec-9cb1-0e1f-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', 'fa163e58-29ec-9cb1-0e1f-0000000000d2') missing from stats 2025-10-05 07:47:28.225379 | fa163e58-29ec-9cb1-0e1f-0000000000d3 | TIMING | include_tasks | undercloud | 0:17:16.619060 | 0.04s 2025-10-05 07:47:28.232063 | d6563c57-e7a8-4f3f-9152-c9fbb1adc291 | INCLUDED | /root/standalone-ansible-jr6gpgc3/external_deploy_steps_tasks_step3.yaml | undercloud PLAY [Deploy step tasks for 3] ************************************************* 2025-10-05 07:47:28.375471 | fa163e58-29ec-9cb1-0e1f-0000000000d6 | TASK | Deploy step tasks for 3 2025-10-05 07:47:28.401900 | fa163e58-29ec-9cb1-0e1f-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', 'fa163e58-29ec-9cb1-0e1f-0000000000d6') missing from stats 2025-10-05 07:47:28.423839 | fa163e58-29ec-9cb1-0e1f-0000000000d7 | TASK | Write the config_step hieradata for the deploy step 3 tasks 2025-10-05 07:47:28.895733 | fa163e58-29ec-9cb1-0e1f-0000000000d7 | CHANGED | Write the config_step hieradata for the deploy step 3 tasks | standalone 2025-10-05 07:47:28.898395 | fa163e58-29ec-9cb1-0e1f-0000000000d7 | TIMING | Write the config_step hieradata for the deploy step 3 tasks | standalone | 0:17:17.292077 | 0.47s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-10-05 07:47:28.966628 | fa163e58-29ec-9cb1-0e1f-0000000000d8 | TIMING | include_tasks | standalone | 0:17:17.360271 | 0.04s 2025-10-05 07:47:28.994234 | 59ad70af-52b9-45dd-b123-fbed26ea27d4 | INCLUDED | /root/standalone-ansible-jr6gpgc3/Standalone/deploy_steps_tasks_step3.yaml | standalone 2025-10-05 07:47:29.025171 | fa163e58-29ec-9cb1-0e1f-00000000326f | TASK | Start OVN container 2025-10-05 07:47:29.101030 | fa163e58-29ec-9cb1-0e1f-00000000326f | TIMING | Start OVN container | standalone | 0:17:17.494694 | 0.07s 2025-10-05 07:47:29.132957 | fa163e58-29ec-9cb1-0e1f-00000000326f | TIMING | Start OVN container | standalone | 0:17:17.526649 | 0.11s 2025-10-05 07:47:29.157544 | fa163e58-29ec-9cb1-0e1f-00000000326f | TIMING | Start OVN container | standalone | 0:17:17.551237 | 0.13s 2025-10-05 07:47:29.169444 | fa163e58-29ec-9cb1-0e1f-00000000326f | TIMING | Start OVN container | standalone | 0:17:17.563128 | 0.14s 2025-10-05 07:47:29.278014 | fa163e58-29ec-9cb1-0e1f-0000000032a7 | TASK | Gather variables for each operating system 2025-10-05 07:47:29.393456 | fa163e58-29ec-9cb1-0e1f-0000000032a7 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:17:17.787122 | 0.11s 2025-10-05 07:47:29.425309 | fa163e58-29ec-9cb1-0e1f-0000000032a8 | TASK | Create container logs path 2025-10-05 07:47:29.649774 | fa163e58-29ec-9cb1-0e1f-0000000032a8 | OK | Create container logs path | standalone 2025-10-05 07:47:29.651154 | fa163e58-29ec-9cb1-0e1f-0000000032a8 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:17:18.044841 | 0.22s 2025-10-05 07:47:29.681821 | fa163e58-29ec-9cb1-0e1f-0000000032aa | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 2025-10-05 07:47:30.038712 | fa163e58-29ec-9cb1-0e1f-0000000032aa | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-05 07:47:30.039955 | fa163e58-29ec-9cb1-0e1f-0000000032aa | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:18.433644 | 0.36s 2025-10-05 07:47:30.067661 | fa163e58-29ec-9cb1-0e1f-0000000032ab | TASK | Finalise hashes for all containers 2025-10-05 07:47:30.148305 | fa163e58-29ec-9cb1-0e1f-0000000032ab | OK | Finalise hashes for all containers | standalone 2025-10-05 07:47:30.149908 | fa163e58-29ec-9cb1-0e1f-0000000032ab | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:17:18.543594 | 0.08s 2025-10-05 07:47:30.178653 | fa163e58-29ec-9cb1-0e1f-0000000032ad | TASK | Manage systemd shutdown files 2025-10-05 07:47:30.229796 | fa163e58-29ec-9cb1-0e1f-0000000032ad | SKIPPED | Manage systemd shutdown files | standalone 2025-10-05 07:47:30.231066 | fa163e58-29ec-9cb1-0e1f-0000000032ad | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:17:18.624753 | 0.05s 2025-10-05 07:47:30.259134 | fa163e58-29ec-9cb1-0e1f-0000000032af | TASK | Update container configs with new config hashes 2025-10-05 07:47:30.331676 | fa163e58-29ec-9cb1-0e1f-0000000032af | SKIPPED | Update container configs with new config hashes | standalone 2025-10-05 07:47:30.333070 | fa163e58-29ec-9cb1-0e1f-0000000032af | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:17:18.726757 | 0.07s 2025-10-05 07:47:30.364873 | fa163e58-29ec-9cb1-0e1f-0000000032b0 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-10-05 07:47:30.408216 | fa163e58-29ec-9cb1-0e1f-0000000032b0 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:18.801888 | 0.04s 2025-10-05 07:47:30.430950 | eaf96e73-d3f9-4ec2-88b7-89e6fc8357ff | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-05 07:47:30.468467 | fa163e58-29ec-9cb1-0e1f-00000000333c | TASK | Gather podman infos 2025-10-05 07:47:31.451179 | fa163e58-29ec-9cb1-0e1f-00000000333c | OK | Gather podman infos | standalone 2025-10-05 07:47:31.453550 | fa163e58-29ec-9cb1-0e1f-00000000333c | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:17:19.847213 | 0.98s 2025-10-05 07:47:31.552817 | fa163e58-29ec-9cb1-0e1f-00000000333d | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-05 07:47:31.625289 | fa163e58-29ec-9cb1-0e1f-00000000333d | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:20.018961 | 0.07s 2025-10-05 07:47:31.816601 | fa163e58-29ec-9cb1-0e1f-00000000337e | TIMING | tripleo_container_rm : include_tasks | standalone | 0:17:20.210259 | 0.14s 2025-10-05 07:47:31.859463 | fa163e58-29ec-9cb1-0e1f-0000000032b1 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-10-05 07:47:31.932072 | fa163e58-29ec-9cb1-0e1f-0000000032b1 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:20.325759 | 0.07s 2025-10-05 07:47:32.011489 | 6f7710f6-dda7-4f71-8ef1-b6ca5eac7cf4 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-05 07:47:32.036653 | fa163e58-29ec-9cb1-0e1f-0000000033a7 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-05 07:47:32.954161 | fa163e58-29ec-9cb1-0e1f-0000000033a7 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-05 07:47:32.956630 | fa163e58-29ec-9cb1-0e1f-0000000033a7 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:21.350274 | 0.92s 2025-10-05 07:47:32.988946 | fa163e58-29ec-9cb1-0e1f-0000000033a8 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-05 07:47:36.716261 | fa163e58-29ec-9cb1-0e1f-0000000033a8 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-05 07:47:36.718951 | fa163e58-29ec-9cb1-0e1f-0000000033a8 | 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:17:25.112634 | 3.73s 2025-10-05 07:47:36.772818 | fa163e58-29ec-9cb1-0e1f-0000000032d2 | TASK | Gather variables for each operating system 2025-10-05 07:47:36.888169 | fa163e58-29ec-9cb1-0e1f-0000000032d2 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:17:25.281846 | 0.11s 2025-10-05 07:47:36.916015 | fa163e58-29ec-9cb1-0e1f-0000000032d3 | TASK | Create container logs path 2025-10-05 07:47:37.171334 | fa163e58-29ec-9cb1-0e1f-0000000032d3 | OK | Create container logs path | standalone 2025-10-05 07:47:37.172690 | fa163e58-29ec-9cb1-0e1f-0000000032d3 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:17:25.566378 | 0.26s 2025-10-05 07:47:37.202525 | fa163e58-29ec-9cb1-0e1f-0000000032d5 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 2025-10-05 07:47:37.519281 | fa163e58-29ec-9cb1-0e1f-0000000032d5 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-05 07:47:37.520456 | fa163e58-29ec-9cb1-0e1f-0000000032d5 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:25.914146 | 0.32s 2025-10-05 07:47:37.548945 | fa163e58-29ec-9cb1-0e1f-0000000032d6 | TASK | Finalise hashes for all containers 2025-10-05 07:47:37.651643 | fa163e58-29ec-9cb1-0e1f-0000000032d6 | OK | Finalise hashes for all containers | standalone 2025-10-05 07:47:37.652318 | fa163e58-29ec-9cb1-0e1f-0000000032d6 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:17:26.046015 | 0.10s 2025-10-05 07:47:37.670761 | fa163e58-29ec-9cb1-0e1f-0000000032d8 | TASK | Manage systemd shutdown files 2025-10-05 07:47:37.726776 | fa163e58-29ec-9cb1-0e1f-0000000032d8 | SKIPPED | Manage systemd shutdown files | standalone 2025-10-05 07:47:37.727968 | fa163e58-29ec-9cb1-0e1f-0000000032d8 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:17:26.121656 | 0.06s 2025-10-05 07:47:37.757334 | fa163e58-29ec-9cb1-0e1f-0000000032da | TASK | Update container configs with new config hashes 2025-10-05 07:47:37.823659 | fa163e58-29ec-9cb1-0e1f-0000000032da | SKIPPED | Update container configs with new config hashes | standalone 2025-10-05 07:47:37.824937 | fa163e58-29ec-9cb1-0e1f-0000000032da | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:17:26.218623 | 0.07s 2025-10-05 07:47:37.855417 | fa163e58-29ec-9cb1-0e1f-0000000032db | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-10-05 07:47:37.920791 | fa163e58-29ec-9cb1-0e1f-0000000032db | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:26.314471 | 0.06s 2025-10-05 07:47:37.943484 | b1f9be45-4b70-4ddd-ae7b-bfd9e5ac3663 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-05 07:47:37.977252 | fa163e58-29ec-9cb1-0e1f-0000000033f3 | TASK | Gather podman infos 2025-10-05 07:47:39.055747 | fa163e58-29ec-9cb1-0e1f-0000000033f3 | OK | Gather podman infos | standalone 2025-10-05 07:47:39.057021 | fa163e58-29ec-9cb1-0e1f-0000000033f3 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:17:27.450710 | 1.08s 2025-10-05 07:47:39.137937 | fa163e58-29ec-9cb1-0e1f-0000000033f4 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-05 07:47:39.227804 | fa163e58-29ec-9cb1-0e1f-0000000033f4 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:27.621480 | 0.08s 2025-10-05 07:47:39.355564 | fa163e58-29ec-9cb1-0e1f-00000000337e | TIMING | tripleo_container_rm : include_tasks | standalone | 0:17:27.749239 | 0.07s 2025-10-05 07:47:39.410072 | fa163e58-29ec-9cb1-0e1f-0000000032dc | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-10-05 07:47:39.475298 | fa163e58-29ec-9cb1-0e1f-0000000032dc | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:27.868978 | 0.06s 2025-10-05 07:47:39.496986 | 616e6da8-3f39-48f6-9953-d5d8d8e34731 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-05 07:47:39.535917 | fa163e58-29ec-9cb1-0e1f-000000003459 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-05 07:47:40.459100 | fa163e58-29ec-9cb1-0e1f-000000003459 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-05 07:47:40.460788 | fa163e58-29ec-9cb1-0e1f-000000003459 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:28.854475 | 0.92s 2025-10-05 07:47:40.493597 | fa163e58-29ec-9cb1-0e1f-00000000345a | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-05 07:47:43.170393 | fa163e58-29ec-9cb1-0e1f-00000000345a | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-05 07:47:43.172155 | fa163e58-29ec-9cb1-0e1f-00000000345a | 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:17:31.565844 | 2.68s 2025-10-05 07:47:43.227628 | fa163e58-29ec-9cb1-0e1f-0000000032fd | TASK | Gather variables for each operating system 2025-10-05 07:47:43.346250 | fa163e58-29ec-9cb1-0e1f-0000000032fd | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:17:31.739924 | 0.12s 2025-10-05 07:47:43.377622 | fa163e58-29ec-9cb1-0e1f-0000000032fe | TASK | Create container logs path 2025-10-05 07:47:43.633463 | fa163e58-29ec-9cb1-0e1f-0000000032fe | OK | Create container logs path | standalone 2025-10-05 07:47:43.635776 | fa163e58-29ec-9cb1-0e1f-0000000032fe | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:17:32.029469 | 0.26s 2025-10-05 07:47:43.658463 | fa163e58-29ec-9cb1-0e1f-000000003300 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 2025-10-05 07:47:43.974911 | fa163e58-29ec-9cb1-0e1f-000000003300 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-05 07:47:43.976136 | fa163e58-29ec-9cb1-0e1f-000000003300 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:32.369826 | 0.32s 2025-10-05 07:47:44.003928 | fa163e58-29ec-9cb1-0e1f-000000003301 | TASK | Finalise hashes for all containers 2025-10-05 07:47:44.078819 | fa163e58-29ec-9cb1-0e1f-000000003301 | OK | Finalise hashes for all containers | standalone 2025-10-05 07:47:44.079989 | fa163e58-29ec-9cb1-0e1f-000000003301 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:17:32.473674 | 0.07s 2025-10-05 07:47:44.109231 | fa163e58-29ec-9cb1-0e1f-000000003303 | TASK | Manage systemd shutdown files 2025-10-05 07:47:44.165254 | fa163e58-29ec-9cb1-0e1f-000000003303 | SKIPPED | Manage systemd shutdown files | standalone 2025-10-05 07:47:44.166924 | fa163e58-29ec-9cb1-0e1f-000000003303 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:17:32.560606 | 0.06s 2025-10-05 07:47:44.196090 | fa163e58-29ec-9cb1-0e1f-000000003305 | TASK | Update container configs with new config hashes 2025-10-05 07:47:44.259687 | fa163e58-29ec-9cb1-0e1f-000000003305 | SKIPPED | Update container configs with new config hashes | standalone 2025-10-05 07:47:44.261194 | fa163e58-29ec-9cb1-0e1f-000000003305 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:17:32.654880 | 0.06s 2025-10-05 07:47:44.291306 | fa163e58-29ec-9cb1-0e1f-000000003306 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-10-05 07:47:44.354157 | fa163e58-29ec-9cb1-0e1f-000000003306 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:32.747825 | 0.06s 2025-10-05 07:47:44.376485 | 7ef235f2-40c3-48ec-930e-a7c18d59a905 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-05 07:47:44.410823 | fa163e58-29ec-9cb1-0e1f-0000000034a5 | TASK | Gather podman infos 2025-10-05 07:47:45.498088 | fa163e58-29ec-9cb1-0e1f-0000000034a5 | OK | Gather podman infos | standalone 2025-10-05 07:47:45.498772 | fa163e58-29ec-9cb1-0e1f-0000000034a5 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:17:33.892469 | 1.09s 2025-10-05 07:47:45.550700 | fa163e58-29ec-9cb1-0e1f-0000000034a6 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-05 07:47:45.640183 | fa163e58-29ec-9cb1-0e1f-0000000034a6 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:34.033856 | 0.08s 2025-10-05 07:47:45.774940 | fa163e58-29ec-9cb1-0e1f-00000000337e | TIMING | tripleo_container_rm : include_tasks | standalone | 0:17:34.168612 | 0.08s 2025-10-05 07:47:45.830973 | fa163e58-29ec-9cb1-0e1f-000000003307 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-10-05 07:47:45.899202 | fa163e58-29ec-9cb1-0e1f-000000003307 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:34.292880 | 0.07s 2025-10-05 07:47:45.921357 | 975ae4cb-4616-444b-8257-618acf768da5 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-05 07:47:45.961411 | fa163e58-29ec-9cb1-0e1f-00000000350b | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-05 07:47:46.874063 | fa163e58-29ec-9cb1-0e1f-00000000350b | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-05 07:47:46.875609 | fa163e58-29ec-9cb1-0e1f-00000000350b | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:35.269272 | 0.91s 2025-10-05 07:47:46.905208 | fa163e58-29ec-9cb1-0e1f-00000000350c | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-05 07:47:49.627553 | fa163e58-29ec-9cb1-0e1f-00000000350c | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-05 07:47:49.629279 | fa163e58-29ec-9cb1-0e1f-00000000350c | 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:17:38.022960 | 2.72s 2025-10-05 07:47:49.682291 | fa163e58-29ec-9cb1-0e1f-000000003271 | TASK | Set NB connection 2025-10-05 07:47:50.122310 | fa163e58-29ec-9cb1-0e1f-000000003271 | CHANGED | Set NB connection | standalone 2025-10-05 07:47:50.124053 | fa163e58-29ec-9cb1-0e1f-000000003271 | TIMING | Set NB connection | standalone | 0:17:38.517739 | 0.44s 2025-10-05 07:47:50.151640 | fa163e58-29ec-9cb1-0e1f-000000003272 | TASK | Set SB connection 2025-10-05 07:47:50.565324 | fa163e58-29ec-9cb1-0e1f-000000003272 | CHANGED | Set SB connection | standalone 2025-10-05 07:47:50.566675 | fa163e58-29ec-9cb1-0e1f-000000003272 | TIMING | Set SB connection | standalone | 0:17:38.960362 | 0.41s 2025-10-05 07:47:50.600819 | fa163e58-29ec-9cb1-0e1f-0000000000da | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_3 already exists 2025-10-05 07:47:50.833942 | fa163e58-29ec-9cb1-0e1f-0000000000da | OK | Check if /var/lib/tripleo-config/container-startup-config/step_3 already exists | standalone 2025-10-05 07:47:50.835376 | fa163e58-29ec-9cb1-0e1f-0000000000da | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_3 already exists | standalone | 0:17:39.229063 | 0.23s 2025-10-05 07:47:50.926702 | fa163e58-29ec-9cb1-0e1f-0000000000db | TIMING | include_tasks | standalone | 0:17:39.320375 | 0.06s 2025-10-05 07:47:50.955783 | 65ab7800-ef99-4e6d-be05-378e5aee122f | INCLUDED | /root/standalone-ansible-jr6gpgc3/common_deploy_steps_tasks.yaml | standalone 2025-10-05 07:47:50.979880 | fa163e58-29ec-9cb1-0e1f-000000003551 | TASK | Write the config_step hieradata 2025-10-05 07:47:52.477302 | fa163e58-29ec-9cb1-0e1f-000000003551 | OK | Write the config_step hieradata | standalone 2025-10-05 07:47:52.478782 | fa163e58-29ec-9cb1-0e1f-000000003551 | TIMING | Write the config_step hieradata | standalone | 0:17:40.872470 | 1.50s 2025-10-05 07:47:52.507778 | fa163e58-29ec-9cb1-0e1f-000000003552 | TASK | Run puppet host configuration for step 3 2025-10-05 07:47:52.803042 | fa163e58-29ec-9cb1-0e1f-000000003552 | CHANGED | Run puppet host configuration for step 3 | standalone 2025-10-05 07:47:52.804283 | fa163e58-29ec-9cb1-0e1f-000000003552 | TIMING | Run puppet host configuration for step 3 | standalone | 0:17:41.197968 | 0.30s 2025-10-05 07:47:52.831406 | fa163e58-29ec-9cb1-0e1f-000000003553 | TASK | Wait for puppet host configuration to finish 2025-10-05 07:47:53.075970 | fa163e58-29ec-9cb1-0e1f-000000003553 | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-10-05 07:48:03.296078 | fa163e58-29ec-9cb1-0e1f-000000003553 | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-10-05 07:48:13.517369 | fa163e58-29ec-9cb1-0e1f-000000003553 | CHANGED | Wait for puppet host configuration to finish | standalone 2025-10-05 07:48:13.518668 | fa163e58-29ec-9cb1-0e1f-000000003553 | TIMING | Wait for puppet host configuration to finish | standalone | 0:18:01.912356 | 20.69s 2025-10-05 07:48:13.547912 | fa163e58-29ec-9cb1-0e1f-000000003554 | TASK | Debug output for task: Run puppet host configuration for step 3 2025-10-05 07:48:13.630391 | fa163e58-29ec-9cb1-0e1f-000000003554 | CHANGED | Debug output for task: Run puppet host configuration for step 3 | standalone | result={ "changed": true, "failed_when_result": false, "puppet_host_outputs.stdout_lines | default([]) | union(puppet_host_outputs.stderr_lines | default([]))": [ "<13>Oct 5 07:47:52 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Oct 5 07:47:59 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Oct 5 07:47:59 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Oct 5 07:47:59 puppet-user: (file & line not available)", "<13>Oct 5 07:47:59 puppet-user: Warning: The function 'hiera' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/7.10/deprecated_language.html", "<13>Oct 5 07:47:59 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Oct 5 07:47:59 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Oct 5 07:47:59 puppet-user: Notice: Compiled catalog for standalone.ooo.test in environment production in 0.43 seconds", "<13>Oct 5 07:48:03 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Oct 5 07:48:05 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Oct 5 07:48:07 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Oct 5 07:48:07 puppet-user: Notice: Applied catalog in 7.79 seconds", "<13>Oct 5 07:48:07 puppet-user: Application:", "<13>Oct 5 07:48:07 puppet-user: Initial environment: production", "<13>Oct 5 07:48:07 puppet-user: Converged environment: production", "<13>Oct 5 07:48:07 puppet-user: Run mode: user", "<13>Oct 5 07:48:07 puppet-user: Changes:", "<13>Oct 5 07:48:07 puppet-user: Total: 2", "<13>Oct 5 07:48:07 puppet-user: Events:", "<13>Oct 5 07:48:07 puppet-user: Success: 2", "<13>Oct 5 07:48:07 puppet-user: Resources:", "<13>Oct 5 07:48:07 puppet-user: Changed: 2", "<13>Oct 5 07:48:07 puppet-user: Out of sync: 2", "<13>Oct 5 07:48:07 puppet-user: Total: 28", "<13>Oct 5 07:48:07 puppet-user: Time:", "<13>Oct 5 07:48:07 puppet-user: Filebucket: 0.00", "<13>Oct 5 07:48:07 puppet-user: Schedule: 0.00", "<13>Oct 5 07:48:07 puppet-user: File line: 0.00", "<13>Oct 5 07:48:07 puppet-user: Package: 0.00", "<13>Oct 5 07:48:07 puppet-user: File: 0.00", "<13>Oct 5 07:48:07 puppet-user: Augeas: 0.01", "<13>Oct 5 07:48:07 puppet-user: User: 0.02", "<13>Oct 5 07:48:07 puppet-user: Service: 0.08", "<13>Oct 5 07:48:07 puppet-user: Config retrieval: 0.48", "<13>Oct 5 07:48:07 puppet-user: Pcmk property: 1.42", "<13>Oct 5 07:48:07 puppet-user: Exec: 1.93", "<13>Oct 5 07:48:07 puppet-user: Last run: 1759650487", "<13>Oct 5 07:48:07 puppet-user: Pcmk resource default: 2.01", "<13>Oct 5 07:48:07 puppet-user: Pcmk resource op default: 2.14", "<13>Oct 5 07:48:07 puppet-user: Transaction evaluation: 7.75", "<13>Oct 5 07:48:07 puppet-user: Catalog application: 7.79", "<13>Oct 5 07:48:07 puppet-user: Total: 7.80", "<13>Oct 5 07:48:07 puppet-user: Version:", "<13>Oct 5 07:48:07 puppet-user: Config: 1759650479", "<13>Oct 5 07:48:07 puppet-user: Puppet: 7.10.0" ] } 2025-10-05 07:48:13.631763 | fa163e58-29ec-9cb1-0e1f-000000003554 | TIMING | Debug output for task: Run puppet host configuration for step 3 | standalone | 0:18:02.025450 | 0.08s 2025-10-05 07:48:13.659878 | fa163e58-29ec-9cb1-0e1f-000000003555 | TASK | Pre-cache facts for puppet containers 2025-10-05 07:48:13.689235 | fa163e58-29ec-9cb1-0e1f-000000003555 | TIMING | Pre-cache facts for puppet containers | standalone | 0:18:02.082898 | 0.03s 2025-10-05 07:48:13.752105 | fa163e58-29ec-9cb1-0e1f-000000003594 | TASK | Gather variables for each operating system 2025-10-05 07:48:13.869776 | fa163e58-29ec-9cb1-0e1f-000000003594 | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:18:02.263448 | 0.12s 2025-10-05 07:48:13.902530 | fa163e58-29ec-9cb1-0e1f-000000003595 | TASK | Create puppet caching structures 2025-10-05 07:48:14.135085 | fa163e58-29ec-9cb1-0e1f-000000003595 | CHANGED | Create puppet caching structures | standalone 2025-10-05 07:48:14.136613 | fa163e58-29ec-9cb1-0e1f-000000003595 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:18:02.530266 | 0.23s 2025-10-05 07:48:14.164624 | fa163e58-29ec-9cb1-0e1f-000000003596 | TASK | Check for facter.conf 2025-10-05 07:48:14.399837 | fa163e58-29ec-9cb1-0e1f-000000003596 | OK | Check for facter.conf | standalone 2025-10-05 07:48:14.401180 | fa163e58-29ec-9cb1-0e1f-000000003596 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:18:02.794868 | 0.24s 2025-10-05 07:48:14.428781 | fa163e58-29ec-9cb1-0e1f-000000003597 | TASK | Remove facter.conf if directory 2025-10-05 07:48:14.480003 | fa163e58-29ec-9cb1-0e1f-000000003597 | SKIPPED | Remove facter.conf if directory | standalone 2025-10-05 07:48:14.481300 | fa163e58-29ec-9cb1-0e1f-000000003597 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:18:02.874986 | 0.05s 2025-10-05 07:48:14.509261 | fa163e58-29ec-9cb1-0e1f-000000003598 | TASK | Write facter cache config 2025-10-05 07:48:14.991051 | fa163e58-29ec-9cb1-0e1f-000000003598 | CHANGED | Write facter cache config | standalone 2025-10-05 07:48:14.992477 | fa163e58-29ec-9cb1-0e1f-000000003598 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:18:03.386164 | 0.48s 2025-10-05 07:48:15.021162 | fa163e58-29ec-9cb1-0e1f-000000003599 | TASK | Cleanup facter cache if exists 2025-10-05 07:48:15.244274 | fa163e58-29ec-9cb1-0e1f-000000003599 | CHANGED | Cleanup facter cache if exists | standalone 2025-10-05 07:48:15.245730 | fa163e58-29ec-9cb1-0e1f-000000003599 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:18:03.639417 | 0.22s 2025-10-05 07:48:15.273669 | fa163e58-29ec-9cb1-0e1f-00000000359a | TASK | Pre-cache facts 2025-10-05 07:48:15.879827 | fa163e58-29ec-9cb1-0e1f-00000000359a | CHANGED | Pre-cache facts | standalone 2025-10-05 07:48:15.881178 | fa163e58-29ec-9cb1-0e1f-00000000359a | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:18:04.274864 | 0.61s 2025-10-05 07:48:15.910706 | fa163e58-29ec-9cb1-0e1f-00000000359b | TASK | Failed deployment if facter fails 2025-10-05 07:48:15.944817 | fa163e58-29ec-9cb1-0e1f-00000000359b | SKIPPED | Failed deployment if facter fails | standalone 2025-10-05 07:48:15.946027 | fa163e58-29ec-9cb1-0e1f-00000000359b | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:18:04.339713 | 0.03s 2025-10-05 07:48:15.989048 | fa163e58-29ec-9cb1-0e1f-00000000359c | TASK | Sync cached facts 2025-10-05 07:48:16.311940 | fa163e58-29ec-9cb1-0e1f-00000000359c | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163e58-29ec-9cb1-0e1f-00000000359c') missing from stats 2025-10-05 07:48:16.364507 | fa163e58-29ec-9cb1-0e1f-000000003556 | TASK | Include container-puppet tasks (generate config) during step 1 2025-10-05 07:48:16.413880 | fa163e58-29ec-9cb1-0e1f-000000003556 | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2025-10-05 07:48:16.415092 | fa163e58-29ec-9cb1-0e1f-000000003556 | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:18:04.808779 | 0.05s 2025-10-05 07:48:16.444200 | fa163e58-29ec-9cb1-0e1f-000000003558 | TASK | Manage containers for step 3 with tripleo-ansible 2025-10-05 07:48:16.473462 | fa163e58-29ec-9cb1-0e1f-000000003558 | TIMING | Manage containers for step 3 with tripleo-ansible | standalone | 0:18:04.867141 | 0.03s 2025-10-05 07:48:16.537039 | fa163e58-29ec-9cb1-0e1f-0000000035f3 | TASK | Gather variables for each operating system 2025-10-05 07:48:16.650993 | fa163e58-29ec-9cb1-0e1f-0000000035f3 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:18:05.044666 | 0.11s 2025-10-05 07:48:16.678783 | fa163e58-29ec-9cb1-0e1f-0000000035f4 | TASK | Create container logs path 2025-10-05 07:48:16.925501 | fa163e58-29ec-9cb1-0e1f-0000000035f4 | OK | Create container logs path | standalone 2025-10-05 07:48:16.927031 | fa163e58-29ec-9cb1-0e1f-0000000035f4 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:18:05.320710 | 0.25s 2025-10-05 07:48:16.960483 | fa163e58-29ec-9cb1-0e1f-0000000035f6 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_3 2025-10-05 07:48:17.246049 | fa163e58-29ec-9cb1-0e1f-0000000035f6 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_3 | standalone 2025-10-05 07:48:17.247273 | fa163e58-29ec-9cb1-0e1f-0000000035f6 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:18:05.640961 | 0.29s 2025-10-05 07:48:17.277738 | fa163e58-29ec-9cb1-0e1f-0000000035f7 | TASK | Finalise hashes for all containers 2025-10-05 07:48:17.331674 | fa163e58-29ec-9cb1-0e1f-0000000035f7 | OK | Finalise hashes for all containers | standalone 2025-10-05 07:48:17.332752 | fa163e58-29ec-9cb1-0e1f-0000000035f7 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:18:05.726438 | 0.05s 2025-10-05 07:48:17.361062 | fa163e58-29ec-9cb1-0e1f-0000000035f9 | TASK | Manage systemd shutdown files 2025-10-05 07:48:17.391031 | fa163e58-29ec-9cb1-0e1f-0000000035f9 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:18:05.784708 | 0.03s 2025-10-05 07:48:17.423954 | e27a31dc-a1f7-4b8e-8aea-b26de54fb1a1 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-10-05 07:48:17.450508 | fa163e58-29ec-9cb1-0e1f-00000000362c | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-10-05 07:48:17.721803 | fa163e58-29ec-9cb1-0e1f-00000000362c | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-10-05 07:48:17.723125 | fa163e58-29ec-9cb1-0e1f-00000000362c | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:18:06.116814 | 0.27s 2025-10-05 07:48:17.750785 | fa163e58-29ec-9cb1-0e1f-00000000362d | TASK | Set podman_drop_in fact 2025-10-05 07:48:17.813128 | fa163e58-29ec-9cb1-0e1f-00000000362d | OK | Set podman_drop_in fact | standalone 2025-10-05 07:48:17.814271 | fa163e58-29ec-9cb1-0e1f-00000000362d | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:18:06.207959 | 0.06s 2025-10-05 07:48:17.842621 | fa163e58-29ec-9cb1-0e1f-00000000362f | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-10-05 07:48:18.351598 | fa163e58-29ec-9cb1-0e1f-00000000362f | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-10-05 07:48:18.353854 | fa163e58-29ec-9cb1-0e1f-00000000362f | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:18:06.747541 | 0.51s 2025-10-05 07:48:18.786075 | fa163e58-29ec-9cb1-0e1f-00000000362f | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-10-05 07:48:18.787367 | fa163e58-29ec-9cb1-0e1f-00000000362f | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:18:07.181055 | 0.94s 2025-10-05 07:48:18.794897 | fa163e58-29ec-9cb1-0e1f-00000000362f | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:18:07.188573 | 0.95s 2025-10-05 07:48:18.818625 | fa163e58-29ec-9cb1-0e1f-000000003630 | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-10-05 07:48:19.339633 | fa163e58-29ec-9cb1-0e1f-000000003630 | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-10-05 07:48:19.341135 | fa163e58-29ec-9cb1-0e1f-000000003630 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:18:07.734822 | 0.52s 2025-10-05 07:48:19.370834 | fa163e58-29ec-9cb1-0e1f-000000003631 | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-10-05 07:48:19.903439 | fa163e58-29ec-9cb1-0e1f-000000003631 | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-10-05 07:48:19.905390 | fa163e58-29ec-9cb1-0e1f-000000003631 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:18:08.299070 | 0.53s 2025-10-05 07:48:19.934793 | fa163e58-29ec-9cb1-0e1f-000000003632 | TASK | Enable and start tripleo-container-shutdown 2025-10-05 07:48:20.699472 | fa163e58-29ec-9cb1-0e1f-000000003632 | OK | Enable and start tripleo-container-shutdown | standalone 2025-10-05 07:48:20.701339 | fa163e58-29ec-9cb1-0e1f-000000003632 | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:18:09.095027 | 0.76s 2025-10-05 07:48:20.730326 | fa163e58-29ec-9cb1-0e1f-000000003633 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-10-05 07:48:21.283156 | fa163e58-29ec-9cb1-0e1f-000000003633 | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-10-05 07:48:21.284542 | fa163e58-29ec-9cb1-0e1f-000000003633 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:18:09.678230 | 0.55s 2025-10-05 07:48:21.312534 | fa163e58-29ec-9cb1-0e1f-000000003634 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-10-05 07:48:21.812099 | fa163e58-29ec-9cb1-0e1f-000000003634 | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-10-05 07:48:21.813677 | fa163e58-29ec-9cb1-0e1f-000000003634 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:18:10.207362 | 0.50s 2025-10-05 07:48:21.841969 | fa163e58-29ec-9cb1-0e1f-000000003635 | TASK | Enable and start netns-placeholder 2025-10-05 07:48:22.572827 | fa163e58-29ec-9cb1-0e1f-000000003635 | CHANGED | Enable and start netns-placeholder | standalone 2025-10-05 07:48:22.575119 | fa163e58-29ec-9cb1-0e1f-000000003635 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:18:10.968804 | 0.73s 2025-10-05 07:48:22.604867 | fa163e58-29ec-9cb1-0e1f-0000000035fb | TASK | Update container configs with new config hashes 2025-10-05 07:48:22.670788 | fa163e58-29ec-9cb1-0e1f-0000000035fb | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:18:11.064460 | 0.06s 2025-10-05 07:48:22.690074 | 48ac8c24-a352-49ad-972b-cf1c44440b16 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-10-05 07:48:22.722156 | fa163e58-29ec-9cb1-0e1f-00000000365d | TASK | Update config hashes for container startup configs 2025-10-05 07:48:23.008970 | fa163e58-29ec-9cb1-0e1f-00000000365d | OK | Update config hashes for container startup configs | standalone 2025-10-05 07:48:23.010301 | fa163e58-29ec-9cb1-0e1f-00000000365d | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:18:11.403989 | 0.29s 2025-10-05 07:48:23.040454 | fa163e58-29ec-9cb1-0e1f-0000000035fc | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_3 2025-10-05 07:48:23.101667 | fa163e58-29ec-9cb1-0e1f-0000000035fc | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:18:11.495342 | 0.06s 2025-10-05 07:48:23.125862 | 30cd843a-709e-4fe0-a183-aa8c6c76d443 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-05 07:48:23.156721 | fa163e58-29ec-9cb1-0e1f-00000000367c | TASK | Gather podman infos 2025-10-05 07:48:24.268478 | fa163e58-29ec-9cb1-0e1f-00000000367c | OK | Gather podman infos | standalone 2025-10-05 07:48:24.270083 | fa163e58-29ec-9cb1-0e1f-00000000367c | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:18:12.663769 | 1.11s 2025-10-05 07:48:24.353684 | fa163e58-29ec-9cb1-0e1f-00000000367d | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 2025-10-05 07:48:24.442330 | fa163e58-29ec-9cb1-0e1f-00000000367d | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:18:12.835997 | 0.08s 2025-10-05 07:48:24.584052 | fa163e58-29ec-9cb1-0e1f-00000000337e | TIMING | tripleo_container_rm : include_tasks | standalone | 0:18:12.977701 | 0.09s 2025-10-05 07:48:24.641121 | fa163e58-29ec-9cb1-0e1f-0000000035fd | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_3 2025-10-05 07:48:24.705604 | fa163e58-29ec-9cb1-0e1f-0000000035fd | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:18:13.099266 | 0.06s 2025-10-05 07:48:24.717900 | 0facc517-12ca-48f8-b10d-906b5f884844 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-05 07:48:24.743022 | fa163e58-29ec-9cb1-0e1f-0000000036e7 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 2025-10-05 07:49:16.045384 | fa163e58-29ec-9cb1-0e1f-0000000036e7 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | standalone 2025-10-05 07:49:16.046694 | fa163e58-29ec-9cb1-0e1f-0000000036e7 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:19:04.440387 | 51.30s 2025-10-05 07:49:16.070116 | fa163e58-29ec-9cb1-0e1f-0000000036e8 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_3 2025-10-05 07:49:46.503713 | fa163e58-29ec-9cb1-0e1f-0000000036e8 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_3 | standalone 2025-10-05 07:49:46.506014 | fa163e58-29ec-9cb1-0e1f-0000000036e8 | 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:19:34.899696 | 30.43s 2025-10-05 07:49:46.580369 | fa163e58-29ec-9cb1-0e1f-00000000355a | TASK | Clean container_puppet_tasks for standalone step 3 2025-10-05 07:49:46.864482 | fa163e58-29ec-9cb1-0e1f-00000000355a | OK | Clean container_puppet_tasks for standalone step 3 | standalone 2025-10-05 07:49:46.865687 | fa163e58-29ec-9cb1-0e1f-00000000355a | TIMING | Clean container_puppet_tasks for standalone step 3 | standalone | 0:19:35.259384 | 0.28s 2025-10-05 07:49:46.892201 | fa163e58-29ec-9cb1-0e1f-00000000355b | TASK | Calculate container_puppet_tasks for standalone step 3 2025-10-05 07:49:46.943335 | fa163e58-29ec-9cb1-0e1f-00000000355b | TIMING | Calculate container_puppet_tasks for standalone step 3 | standalone | 0:19:35.337005 | 0.05s 2025-10-05 07:49:46.973414 | fa163e58-29ec-9cb1-0e1f-00000000355c | TASK | Include container-puppet tasks for step 3 2025-10-05 07:49:47.026777 | fa163e58-29ec-9cb1-0e1f-00000000355c | TIMING | Include container-puppet tasks for step 3 | standalone | 0:19:35.420453 | 0.05s 2025-10-05 07:49:47.051133 | f5c787c5-8e2c-4d54-bfdf-8e5eca8d7e64 | INCLUDED | /root/standalone-ansible-jr6gpgc3/host-container-puppet-tasks.yaml | standalone 2025-10-05 07:49:47.100385 | fa163e58-29ec-9cb1-0e1f-000000003733 | TASK | Write container-puppet-tasks json file for standalone step 3 2025-10-05 07:49:47.629637 | fa163e58-29ec-9cb1-0e1f-000000003733 | CHANGED | Write container-puppet-tasks json file for standalone step 3 | standalone 2025-10-05 07:49:47.631103 | fa163e58-29ec-9cb1-0e1f-000000003733 | TIMING | Write container-puppet-tasks json file for standalone step 3 | standalone | 0:19:36.024791 | 0.53s 2025-10-05 07:49:47.660463 | fa163e58-29ec-9cb1-0e1f-000000003735 | TASK | Generate container puppet configs for step 3 2025-10-05 07:49:47.941564 | fa163e58-29ec-9cb1-0e1f-000000003735 | OK | Generate container puppet configs for step 3 | standalone 2025-10-05 07:49:47.942960 | fa163e58-29ec-9cb1-0e1f-000000003735 | TIMING | Generate container puppet configs for step 3 | standalone | 0:19:36.336649 | 0.28s 2025-10-05 07:49:47.972422 | fa163e58-29ec-9cb1-0e1f-000000003736 | TASK | Manage Puppet containers (bootstrap tasks) for step 3 with tripleo-ansible 2025-10-05 07:49:48.002852 | fa163e58-29ec-9cb1-0e1f-000000003736 | TIMING | Manage Puppet containers (bootstrap tasks) for step 3 with tripleo-ansible | standalone | 0:19:36.396528 | 0.03s 2025-10-05 07:49:48.072548 | fa163e58-29ec-9cb1-0e1f-000000003765 | TASK | Gather variables for each operating system 2025-10-05 07:49:48.187044 | fa163e58-29ec-9cb1-0e1f-000000003765 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:19:36.580715 | 0.11s 2025-10-05 07:49:48.216469 | fa163e58-29ec-9cb1-0e1f-000000003766 | TASK | Create container logs path 2025-10-05 07:49:48.462868 | fa163e58-29ec-9cb1-0e1f-000000003766 | OK | Create container logs path | standalone 2025-10-05 07:49:48.464287 | fa163e58-29ec-9cb1-0e1f-000000003766 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:19:36.857973 | 0.25s 2025-10-05 07:49:48.496626 | fa163e58-29ec-9cb1-0e1f-000000003768 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_3 2025-10-05 07:49:48.707900 | fa163e58-29ec-9cb1-0e1f-000000003768 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_3 | standalone 2025-10-05 07:49:48.709404 | fa163e58-29ec-9cb1-0e1f-000000003768 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_3 | standalone | 0:19:37.103091 | 0.21s 2025-10-05 07:49:48.736912 | fa163e58-29ec-9cb1-0e1f-000000003769 | TASK | Finalise hashes for all containers 2025-10-05 07:49:48.788748 | fa163e58-29ec-9cb1-0e1f-000000003769 | OK | Finalise hashes for all containers | standalone 2025-10-05 07:49:48.789914 | fa163e58-29ec-9cb1-0e1f-000000003769 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:19:37.183603 | 0.05s 2025-10-05 07:49:48.818643 | fa163e58-29ec-9cb1-0e1f-00000000376b | TASK | Manage systemd shutdown files 2025-10-05 07:49:48.860230 | fa163e58-29ec-9cb1-0e1f-00000000376b | SKIPPED | Manage systemd shutdown files | standalone 2025-10-05 07:49:48.861521 | fa163e58-29ec-9cb1-0e1f-00000000376b | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:19:37.255208 | 0.04s 2025-10-05 07:49:48.889493 | fa163e58-29ec-9cb1-0e1f-00000000376d | TASK | Update container configs with new config hashes 2025-10-05 07:49:48.940136 | fa163e58-29ec-9cb1-0e1f-00000000376d | SKIPPED | Update container configs with new config hashes | standalone 2025-10-05 07:49:48.941246 | fa163e58-29ec-9cb1-0e1f-00000000376d | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:19:37.334935 | 0.05s 2025-10-05 07:49:48.971625 | fa163e58-29ec-9cb1-0e1f-00000000376e | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_3 2025-10-05 07:49:49.022377 | fa163e58-29ec-9cb1-0e1f-00000000376e | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone 2025-10-05 07:49:49.023744 | fa163e58-29ec-9cb1-0e1f-00000000376e | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone | 0:19:37.417432 | 0.05s 2025-10-05 07:49:49.054434 | fa163e58-29ec-9cb1-0e1f-00000000376f | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_3 2025-10-05 07:49:49.105190 | fa163e58-29ec-9cb1-0e1f-00000000376f | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone 2025-10-05 07:49:49.106477 | fa163e58-29ec-9cb1-0e1f-00000000376f | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone | 0:19:37.500165 | 0.05s PLAY [External deployment step 4] ********************************************** 2025-10-05 07:49:49.271951 | fa163e58-29ec-9cb1-0e1f-0000000000de | TASK | External deployment step 4 2025-10-05 07:49:49.314739 | fa163e58-29ec-9cb1-0e1f-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', 'fa163e58-29ec-9cb1-0e1f-0000000000de') missing from stats 2025-10-05 07:49:49.358685 | fa163e58-29ec-9cb1-0e1f-0000000000df | TIMING | include_tasks | undercloud | 0:19:37.752368 | 0.03s 2025-10-05 07:49:49.380474 | af436350-bee0-4092-a073-25bddf305dc2 | INCLUDED | /root/standalone-ansible-jr6gpgc3/external_deploy_steps_tasks_step4.yaml | undercloud 2025-10-05 07:49:49.398296 | fa163e58-29ec-9cb1-0e1f-0000000037be | TASK | Clean up legacy Cinder keystone catalog entries 2025-10-05 07:49:51.092929 | fa163e58-29ec-9cb1-0e1f-0000000037be | OK | Clean up legacy Cinder keystone catalog entries | undercloud | item={'service_name': 'cinderv2', 'service_type': 'volumev2'} 2025-10-05 07:49:51.095049 | fa163e58-29ec-9cb1-0e1f-0000000037be | TIMING | Clean up legacy Cinder keystone catalog entries | undercloud | 0:19:39.488732 | 1.70s 2025-10-05 07:49:52.300442 | fa163e58-29ec-9cb1-0e1f-0000000037be | OK | Clean up legacy Cinder keystone catalog entries | undercloud | item={'service_name': 'cinderv3', 'service_type': 'volume'} 2025-10-05 07:49:52.301745 | fa163e58-29ec-9cb1-0e1f-0000000037be | TIMING | Clean up legacy Cinder keystone catalog entries | undercloud | 0:19:40.695430 | 2.90s 2025-10-05 07:49:52.315020 | fa163e58-29ec-9cb1-0e1f-0000000037be | TIMING | Clean up legacy Cinder keystone catalog entries | undercloud | 0:19:40.708694 | 2.92s 2025-10-05 07:49:52.335663 | fa163e58-29ec-9cb1-0e1f-0000000037c1 | TASK | Manage Keystone resources for OpenStack services 2025-10-05 07:49:52.391404 | fa163e58-29ec-9cb1-0e1f-0000000037c1 | TIMING | Manage Keystone resources for OpenStack services | undercloud | 0:19:40.785076 | 0.05s 2025-10-05 07:49:52.437028 | fa163e58-29ec-9cb1-0e1f-0000000037ed | TASK | Create Keystone Admin resources 2025-10-05 07:49:52.492497 | fa163e58-29ec-9cb1-0e1f-0000000037ed | TIMING | tripleo_keystone_resources : Create Keystone Admin resources | undercloud | 0:19:40.886161 | 0.05s 2025-10-05 07:49:52.530072 | 80a78379-8f47-4cea-9d77-7b1440096365 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/admin.yml | undercloud 2025-10-05 07:49:52.561164 | fa163e58-29ec-9cb1-0e1f-00000000382e | TASK | Create admin and service projects 2025-10-05 07:49:52.616090 | fa163e58-29ec-9cb1-0e1f-00000000382e | TIMING | tripleo_keystone_resources : Create admin and service projects | undercloud | 0:19:41.009752 | 0.05s 2025-10-05 07:49:52.631908 | 38e94ddb-0cc5-40c1-87aa-9d971742049b | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/projects.yml | undercloud 2025-10-05 07:49:52.662555 | fa163e58-29ec-9cb1-0e1f-00000000387f | TASK | Async creation of Keystone project 2025-10-05 07:49:53.155774 | fa163e58-29ec-9cb1-0e1f-00000000387f | CHANGED | Async creation of Keystone project | undercloud | item=admin 2025-10-05 07:49:53.157629 | fa163e58-29ec-9cb1-0e1f-00000000387f | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:19:41.551319 | 0.49s 2025-10-05 07:49:53.414458 | fa163e58-29ec-9cb1-0e1f-00000000387f | CHANGED | Async creation of Keystone project | undercloud | item=service 2025-10-05 07:49:53.415191 | fa163e58-29ec-9cb1-0e1f-00000000387f | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:19:41.808885 | 0.75s 2025-10-05 07:49:53.423798 | fa163e58-29ec-9cb1-0e1f-00000000387f | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:19:41.817476 | 0.76s 2025-10-05 07:49:53.443482 | fa163e58-29ec-9cb1-0e1f-000000003881 | TASK | Check Keystone project status 2025-10-05 07:49:53.708883 | fa163e58-29ec-9cb1-0e1f-000000003881 | WAITING | Check Keystone project status | undercloud | 30 retries left 2025-10-05 07:49:58.933662 | fa163e58-29ec-9cb1-0e1f-000000003881 | OK | Check Keystone project status | undercloud | item=admin 2025-10-05 07:49:58.935162 | fa163e58-29ec-9cb1-0e1f-000000003881 | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:19:47.328848 | 5.49s 2025-10-05 07:49:59.142820 | fa163e58-29ec-9cb1-0e1f-000000003881 | CHANGED | Check Keystone project status | undercloud | item=service 2025-10-05 07:49:59.144357 | fa163e58-29ec-9cb1-0e1f-000000003881 | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:19:47.538046 | 5.70s 2025-10-05 07:49:59.155235 | fa163e58-29ec-9cb1-0e1f-000000003881 | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:19:47.548918 | 5.71s 2025-10-05 07:49:59.176461 | fa163e58-29ec-9cb1-0e1f-00000000382f | TASK | Create admin role 2025-10-05 07:50:00.516378 | fa163e58-29ec-9cb1-0e1f-00000000382f | OK | Create admin role | undercloud 2025-10-05 07:50:00.517876 | fa163e58-29ec-9cb1-0e1f-00000000382f | TIMING | tripleo_keystone_resources : Create admin role | undercloud | 0:19:48.911563 | 1.34s 2025-10-05 07:50:00.536649 | fa163e58-29ec-9cb1-0e1f-000000003830 | TASK | Create _member_ role 2025-10-05 07:50:00.597057 | fa163e58-29ec-9cb1-0e1f-000000003830 | SKIPPED | Create _member_ role | undercloud 2025-10-05 07:50:00.598158 | fa163e58-29ec-9cb1-0e1f-000000003830 | TIMING | tripleo_keystone_resources : Create _member_ role | undercloud | 0:19:48.991846 | 0.06s 2025-10-05 07:50:00.616913 | fa163e58-29ec-9cb1-0e1f-000000003831 | TASK | Check admin password 2025-10-05 07:50:02.011921 | fa163e58-29ec-9cb1-0e1f-000000003831 | OK | Check admin password | undercloud 2025-10-05 07:50:02.013261 | fa163e58-29ec-9cb1-0e1f-000000003831 | TIMING | tripleo_keystone_resources : Check admin password | undercloud | 0:19:50.406948 | 1.39s 2025-10-05 07:50:02.032654 | fa163e58-29ec-9cb1-0e1f-000000003832 | TASK | Create admin user 2025-10-05 07:50:03.934793 | fa163e58-29ec-9cb1-0e1f-000000003832 | CHANGED | Create admin user | undercloud 2025-10-05 07:50:03.936432 | fa163e58-29ec-9cb1-0e1f-000000003832 | TIMING | tripleo_keystone_resources : Create admin user | undercloud | 0:19:52.330119 | 1.90s 2025-10-05 07:50:03.955720 | fa163e58-29ec-9cb1-0e1f-000000003833 | TASK | Assign admin role to admin project for admin user 2025-10-05 07:50:05.577531 | fa163e58-29ec-9cb1-0e1f-000000003833 | OK | Assign admin role to admin project for admin user | undercloud 2025-10-05 07:50:05.579223 | fa163e58-29ec-9cb1-0e1f-000000003833 | TIMING | tripleo_keystone_resources : Assign admin role to admin project for admin user | undercloud | 0:19:53.972901 | 1.62s 2025-10-05 07:50:05.601361 | fa163e58-29ec-9cb1-0e1f-000000003834 | TASK | Assign _member_ role to admin project for admin user 2025-10-05 07:50:05.668653 | fa163e58-29ec-9cb1-0e1f-000000003834 | SKIPPED | Assign _member_ role to admin project for admin user | undercloud 2025-10-05 07:50:05.670177 | fa163e58-29ec-9cb1-0e1f-000000003834 | TIMING | tripleo_keystone_resources : Assign _member_ role to admin project for admin user | undercloud | 0:19:54.063861 | 0.07s 2025-10-05 07:50:05.691971 | fa163e58-29ec-9cb1-0e1f-000000003835 | TASK | Create identity service 2025-10-05 07:50:07.000488 | fa163e58-29ec-9cb1-0e1f-000000003835 | OK | Create identity service | undercloud 2025-10-05 07:50:07.001966 | fa163e58-29ec-9cb1-0e1f-000000003835 | TIMING | tripleo_keystone_resources : Create identity service | undercloud | 0:19:55.395653 | 1.31s 2025-10-05 07:50:07.020440 | fa163e58-29ec-9cb1-0e1f-000000003836 | TASK | Create identity public endpoint 2025-10-05 07:50:08.404027 | fa163e58-29ec-9cb1-0e1f-000000003836 | OK | Create identity public endpoint | undercloud 2025-10-05 07:50:08.405477 | fa163e58-29ec-9cb1-0e1f-000000003836 | TIMING | tripleo_keystone_resources : Create identity public endpoint | undercloud | 0:19:56.799157 | 1.38s 2025-10-05 07:50:08.425461 | fa163e58-29ec-9cb1-0e1f-000000003837 | TASK | Create identity internal endpoint 2025-10-05 07:50:09.715199 | fa163e58-29ec-9cb1-0e1f-000000003837 | OK | Create identity internal endpoint | undercloud 2025-10-05 07:50:09.716754 | fa163e58-29ec-9cb1-0e1f-000000003837 | TIMING | tripleo_keystone_resources : Create identity internal endpoint | undercloud | 0:19:58.110438 | 1.29s 2025-10-05 07:50:09.736409 | fa163e58-29ec-9cb1-0e1f-000000003838 | TASK | Create identity admin endpoint 2025-10-05 07:50:10.983807 | fa163e58-29ec-9cb1-0e1f-000000003838 | OK | Create identity admin endpoint | undercloud 2025-10-05 07:50:10.985161 | fa163e58-29ec-9cb1-0e1f-000000003838 | TIMING | tripleo_keystone_resources : Create identity admin endpoint | undercloud | 0:19:59.378849 | 1.25s 2025-10-05 07:50:11.003545 | fa163e58-29ec-9cb1-0e1f-0000000037ee | TASK | Create Keystone Projects 2025-10-05 07:50:11.100013 | fa163e58-29ec-9cb1-0e1f-0000000037ee | TIMING | tripleo_keystone_resources : Create Keystone Projects | undercloud | 0:19:59.493685 | 0.10s 2025-10-05 07:50:11.112024 | fa163e58-29ec-9cb1-0e1f-0000000037ee | TIMING | tripleo_keystone_resources : Create Keystone Projects | undercloud | 0:19:59.505709 | 0.11s 2025-10-05 07:50:11.125077 | 8f603041-6216-4f1f-9f0f-1a69d35c93f7 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/projects.yml | undercloud 2025-10-05 07:50:11.172309 | fa163e58-29ec-9cb1-0e1f-00000000390b | TASK | Async creation of Keystone project 2025-10-05 07:50:11.541122 | fa163e58-29ec-9cb1-0e1f-00000000390b | CHANGED | Async creation of Keystone project | undercloud | item=service 2025-10-05 07:50:11.543744 | fa163e58-29ec-9cb1-0e1f-00000000390b | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:19:59.937428 | 0.37s 2025-10-05 07:50:11.556297 | fa163e58-29ec-9cb1-0e1f-00000000390b | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:19:59.949978 | 0.38s 2025-10-05 07:50:11.576619 | fa163e58-29ec-9cb1-0e1f-00000000390d | TASK | Check Keystone project status 2025-10-05 07:50:11.842973 | fa163e58-29ec-9cb1-0e1f-00000000390d | WAITING | Check Keystone project status | undercloud | 30 retries left 2025-10-05 07:50:17.053950 | fa163e58-29ec-9cb1-0e1f-00000000390d | OK | Check Keystone project status | undercloud | item=service 2025-10-05 07:50:17.056552 | fa163e58-29ec-9cb1-0e1f-00000000390d | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:20:05.450238 | 5.48s 2025-10-05 07:50:17.066617 | fa163e58-29ec-9cb1-0e1f-00000000390d | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:20:05.460274 | 5.49s 2025-10-05 07:50:17.085849 | fa163e58-29ec-9cb1-0e1f-0000000037f0 | TASK | Create Keystone Domains 2025-10-05 07:50:17.181010 | fa163e58-29ec-9cb1-0e1f-0000000037f0 | TIMING | tripleo_keystone_resources : Create Keystone Domains | undercloud | 0:20:05.574686 | 0.09s 2025-10-05 07:50:17.193015 | fa163e58-29ec-9cb1-0e1f-0000000037f0 | TIMING | tripleo_keystone_resources : Create Keystone Domains | undercloud | 0:20:05.586699 | 0.11s 2025-10-05 07:50:17.207464 | 7cae5cd8-3ba3-4efd-8c18-02424f0d1ea4 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/domains.yml | undercloud 2025-10-05 07:50:17.256741 | fa163e58-29ec-9cb1-0e1f-0000000039c0 | TASK | Async creation of Keystone domains 2025-10-05 07:50:17.731629 | fa163e58-29ec-9cb1-0e1f-0000000039c0 | CHANGED | Async creation of Keystone domains | undercloud | item=heat_stack 2025-10-05 07:50:17.733736 | fa163e58-29ec-9cb1-0e1f-0000000039c0 | TIMING | tripleo_keystone_resources : Async creation of Keystone domains | undercloud | 0:20:06.127430 | 0.48s 2025-10-05 07:50:17.745097 | fa163e58-29ec-9cb1-0e1f-0000000039c0 | TIMING | tripleo_keystone_resources : Async creation of Keystone domains | undercloud | 0:20:06.138776 | 0.49s 2025-10-05 07:50:17.764775 | fa163e58-29ec-9cb1-0e1f-0000000039c2 | TASK | Check Keystone domain status 2025-10-05 07:50:18.038661 | fa163e58-29ec-9cb1-0e1f-0000000039c2 | WAITING | Check Keystone domain status | undercloud | 30 retries left 2025-10-05 07:50:23.264315 | fa163e58-29ec-9cb1-0e1f-0000000039c2 | CHANGED | Check Keystone domain status | undercloud | item=heat_stack 2025-10-05 07:50:23.265664 | fa163e58-29ec-9cb1-0e1f-0000000039c2 | TIMING | tripleo_keystone_resources : Check Keystone domain status | undercloud | 0:20:11.659359 | 5.50s 2025-10-05 07:50:23.276592 | fa163e58-29ec-9cb1-0e1f-0000000039c2 | TIMING | tripleo_keystone_resources : Check Keystone domain status | undercloud | 0:20:11.670266 | 5.51s 2025-10-05 07:50:23.293269 | fa163e58-29ec-9cb1-0e1f-0000000037f2 | TASK | Gather all OpenStack domains for Ansible >= 2.9.0 2025-10-05 07:50:23.343791 | fa163e58-29ec-9cb1-0e1f-0000000037f2 | TIMING | tripleo_keystone_resources : Gather all OpenStack domains for Ansible >= 2.9.0 | undercloud | 0:20:11.737473 | 0.05s 2025-10-05 07:50:23.352405 | 5fdf5953-3c12-4d8c-8bbe-82ab9d26bb56 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/gather_domains.yml | undercloud 2025-10-05 07:50:23.396892 | fa163e58-29ec-9cb1-0e1f-000000003a8a | TASK | Collect OpenStack Keystone domains infos 2025-10-05 07:50:24.828760 | fa163e58-29ec-9cb1-0e1f-000000003a8a | OK | Collect OpenStack Keystone domains infos | undercloud 2025-10-05 07:50:24.829693 | fa163e58-29ec-9cb1-0e1f-000000003a8a | TIMING | tripleo_keystone_resources : Collect OpenStack Keystone domains infos | undercloud | 0:20:13.223389 | 1.43s 2025-10-05 07:50:24.843874 | fa163e58-29ec-9cb1-0e1f-000000003a8b | TASK | Set openstack_domains fact 2025-10-05 07:50:24.894209 | fa163e58-29ec-9cb1-0e1f-000000003a8b | OK | Set openstack_domains fact | undercloud 2025-10-05 07:50:24.895133 | fa163e58-29ec-9cb1-0e1f-000000003a8b | TIMING | tripleo_keystone_resources : Set openstack_domains fact | undercloud | 0:20:13.288828 | 0.05s 2025-10-05 07:50:24.911011 | fa163e58-29ec-9cb1-0e1f-0000000037f3 | TASK | Create Keystone Services 2025-10-05 07:50:25.014907 | fa163e58-29ec-9cb1-0e1f-0000000037f3 | TIMING | tripleo_keystone_resources : Create Keystone Services | undercloud | 0:20:13.408554 | 0.10s 2025-10-05 07:50:25.032887 | fa163e58-29ec-9cb1-0e1f-0000000037f3 | TIMING | tripleo_keystone_resources : Create Keystone Services | undercloud | 0:20:13.426573 | 0.12s 2025-10-05 07:50:25.045230 | fa163e58-29ec-9cb1-0e1f-0000000037f3 | TIMING | tripleo_keystone_resources : Create Keystone Services | undercloud | 0:20:13.438921 | 0.13s 2025-10-05 07:50:25.063262 | 96026195-2a66-4c2a-861a-4848e5635899 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/services.yml | undercloud 2025-10-05 07:50:25.072166 | cc536c42-a7c6-44fe-bbe7-5c23485b58f8 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/services.yml | undercloud 2025-10-05 07:50:25.120697 | fa163e58-29ec-9cb1-0e1f-000000003b67 | TASK | Async creation of Keystone service 2025-10-05 07:50:25.465197 | fa163e58-29ec-9cb1-0e1f-000000003b67 | CHANGED | Async creation of Keystone service | undercloud | item=barbican 2025-10-05 07:50:25.467827 | fa163e58-29ec-9cb1-0e1f-000000003b67 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:13.861513 | 0.35s 2025-10-05 07:50:25.780754 | fa163e58-29ec-9cb1-0e1f-000000003b67 | CHANGED | Async creation of Keystone service | undercloud | item=cinderv3 2025-10-05 07:50:25.783827 | fa163e58-29ec-9cb1-0e1f-000000003b67 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:14.177516 | 0.66s 2025-10-05 07:50:26.080409 | fa163e58-29ec-9cb1-0e1f-000000003b67 | CHANGED | Async creation of Keystone service | undercloud | item=glance 2025-10-05 07:50:26.082686 | fa163e58-29ec-9cb1-0e1f-000000003b67 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:14.476379 | 0.96s 2025-10-05 07:50:26.366212 | fa163e58-29ec-9cb1-0e1f-000000003b67 | CHANGED | Async creation of Keystone service | undercloud | item=heat 2025-10-05 07:50:26.367495 | fa163e58-29ec-9cb1-0e1f-000000003b67 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:14.761191 | 1.25s 2025-10-05 07:50:26.697956 | fa163e58-29ec-9cb1-0e1f-000000003b67 | CHANGED | Async creation of Keystone service | undercloud | item=heat-cfn 2025-10-05 07:50:26.699704 | fa163e58-29ec-9cb1-0e1f-000000003b67 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:15.093397 | 1.58s 2025-10-05 07:50:26.963700 | fa163e58-29ec-9cb1-0e1f-000000003b67 | CHANGED | Async creation of Keystone service | undercloud | item=manila 2025-10-05 07:50:26.966364 | fa163e58-29ec-9cb1-0e1f-000000003b67 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:15.360050 | 1.84s 2025-10-05 07:50:27.276011 | fa163e58-29ec-9cb1-0e1f-000000003b67 | CHANGED | Async creation of Keystone service | undercloud | item=manilav2 2025-10-05 07:50:27.277293 | fa163e58-29ec-9cb1-0e1f-000000003b67 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:15.670990 | 2.16s 2025-10-05 07:50:27.587333 | fa163e58-29ec-9cb1-0e1f-000000003b67 | CHANGED | Async creation of Keystone service | undercloud | item=neutron 2025-10-05 07:50:27.588518 | fa163e58-29ec-9cb1-0e1f-000000003b67 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:15.982216 | 2.47s 2025-10-05 07:50:27.880146 | fa163e58-29ec-9cb1-0e1f-000000003b67 | CHANGED | Async creation of Keystone service | undercloud | item=nova 2025-10-05 07:50:27.880931 | fa163e58-29ec-9cb1-0e1f-000000003b67 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:16.274628 | 2.76s 2025-10-05 07:50:28.146403 | fa163e58-29ec-9cb1-0e1f-000000003b67 | CHANGED | Async creation of Keystone service | undercloud | item=placement 2025-10-05 07:50:28.148693 | fa163e58-29ec-9cb1-0e1f-000000003b67 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:16.542380 | 3.03s 2025-10-05 07:50:28.157539 | fa163e58-29ec-9cb1-0e1f-000000003b67 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:16.551221 | 3.04s 2025-10-05 07:50:28.176442 | fa163e58-29ec-9cb1-0e1f-000000003b69 | TASK | Check Keystone service status 2025-10-05 07:50:28.454795 | fa163e58-29ec-9cb1-0e1f-000000003b69 | CHANGED | Check Keystone service status | undercloud | item=barbican 2025-10-05 07:50:28.456813 | fa163e58-29ec-9cb1-0e1f-000000003b69 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:16.850508 | 0.28s 2025-10-05 07:50:28.704510 | fa163e58-29ec-9cb1-0e1f-000000003b69 | CHANGED | Check Keystone service status | undercloud | item=cinderv3 2025-10-05 07:50:28.707362 | fa163e58-29ec-9cb1-0e1f-000000003b69 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:17.101050 | 0.53s 2025-10-05 07:50:28.960991 | fa163e58-29ec-9cb1-0e1f-000000003b69 | CHANGED | Check Keystone service status | undercloud | item=glance 2025-10-05 07:50:28.963271 | fa163e58-29ec-9cb1-0e1f-000000003b69 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:17.356959 | 0.79s 2025-10-05 07:50:29.261478 | fa163e58-29ec-9cb1-0e1f-000000003b69 | CHANGED | Check Keystone service status | undercloud | item=heat 2025-10-05 07:50:29.264165 | fa163e58-29ec-9cb1-0e1f-000000003b69 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:17.657853 | 1.09s 2025-10-05 07:50:29.525062 | fa163e58-29ec-9cb1-0e1f-000000003b69 | CHANGED | Check Keystone service status | undercloud | item=heat-cfn 2025-10-05 07:50:29.527648 | fa163e58-29ec-9cb1-0e1f-000000003b69 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:17.921335 | 1.35s 2025-10-05 07:50:29.781089 | fa163e58-29ec-9cb1-0e1f-000000003b69 | CHANGED | Check Keystone service status | undercloud | item=manila 2025-10-05 07:50:29.783497 | fa163e58-29ec-9cb1-0e1f-000000003b69 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:18.177183 | 1.61s 2025-10-05 07:50:30.029511 | fa163e58-29ec-9cb1-0e1f-000000003b69 | CHANGED | Check Keystone service status | undercloud | item=manilav2 2025-10-05 07:50:30.032563 | fa163e58-29ec-9cb1-0e1f-000000003b69 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:18.426250 | 1.85s 2025-10-05 07:50:30.275548 | fa163e58-29ec-9cb1-0e1f-000000003b69 | CHANGED | Check Keystone service status | undercloud | item=neutron 2025-10-05 07:50:30.278428 | fa163e58-29ec-9cb1-0e1f-000000003b69 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:18.672116 | 2.10s 2025-10-05 07:50:30.570663 | fa163e58-29ec-9cb1-0e1f-000000003b69 | CHANGED | Check Keystone service status | undercloud | item=nova 2025-10-05 07:50:30.573796 | fa163e58-29ec-9cb1-0e1f-000000003b69 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:18.967482 | 2.40s 2025-10-05 07:50:30.823153 | fa163e58-29ec-9cb1-0e1f-000000003b69 | CHANGED | Check Keystone service status | undercloud | item=placement 2025-10-05 07:50:30.825436 | fa163e58-29ec-9cb1-0e1f-000000003b69 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:19.219124 | 2.65s 2025-10-05 07:50:30.841354 | fa163e58-29ec-9cb1-0e1f-000000003b69 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:19.235037 | 2.66s 2025-10-05 07:50:30.867885 | fa163e58-29ec-9cb1-0e1f-000000003b6e | TASK | Async creation of Keystone service 2025-10-05 07:50:31.347470 | fa163e58-29ec-9cb1-0e1f-000000003b6e | CHANGED | Async creation of Keystone service | undercloud | item=swift 2025-10-05 07:50:31.349884 | fa163e58-29ec-9cb1-0e1f-000000003b6e | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:19.743570 | 0.48s 2025-10-05 07:50:31.363290 | fa163e58-29ec-9cb1-0e1f-000000003b6e | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:19.756974 | 0.49s 2025-10-05 07:50:31.381511 | fa163e58-29ec-9cb1-0e1f-000000003b70 | TASK | Check Keystone service status 2025-10-05 07:50:31.649236 | fa163e58-29ec-9cb1-0e1f-000000003b70 | WAITING | Check Keystone service status | undercloud | 30 retries left 2025-10-05 07:50:36.880282 | fa163e58-29ec-9cb1-0e1f-000000003b70 | CHANGED | Check Keystone service status | undercloud | item=swift 2025-10-05 07:50:36.881221 | fa163e58-29ec-9cb1-0e1f-000000003b70 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:25.274915 | 5.50s 2025-10-05 07:50:36.889140 | fa163e58-29ec-9cb1-0e1f-000000003b70 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:25.282823 | 5.51s 2025-10-05 07:50:36.908139 | fa163e58-29ec-9cb1-0e1f-0000000037f5 | TASK | Create Keystone Endpoints 2025-10-05 07:50:36.981338 | fa163e58-29ec-9cb1-0e1f-0000000037f5 | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:20:25.375015 | 0.07s 2025-10-05 07:50:37.012135 | fa163e58-29ec-9cb1-0e1f-0000000037f5 | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:20:25.405832 | 0.10s 2025-10-05 07:50:37.036625 | fa163e58-29ec-9cb1-0e1f-0000000037f5 | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:20:25.430315 | 0.13s 2025-10-05 07:50:37.048546 | fa163e58-29ec-9cb1-0e1f-0000000037f5 | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:20:25.442234 | 0.14s 2025-10-05 07:50:37.056827 | b3ec75c9-6f25-4e41-9c16-2e497ae983d5 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/loop-endpoints.yml | undercloud 2025-10-05 07:50:37.059822 | e11a66b4-1b2a-4703-a65a-570a2bd061c2 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/loop-endpoints.yml | undercloud 2025-10-05 07:50:37.062231 | bde766e4-d8b0-4ccb-b64c-1680a2412097 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/loop-endpoints.yml | undercloud 2025-10-05 07:50:37.098788 | fa163e58-29ec-9cb1-0e1f-000000003c98 | TASK | Create Keystone public endpoints 2025-10-05 07:50:37.206320 | fa163e58-29ec-9cb1-0e1f-000000003c98 | TIMING | tripleo_keystone_resources : Create Keystone public endpoints | undercloud | 0:20:25.599962 | 0.11s 2025-10-05 07:50:37.224227 | fa163e58-29ec-9cb1-0e1f-000000003c98 | TIMING | tripleo_keystone_resources : Create Keystone public endpoints | undercloud | 0:20:25.617907 | 0.12s 2025-10-05 07:50:37.239519 | fa163e58-29ec-9cb1-0e1f-000000003c98 | TIMING | tripleo_keystone_resources : Create Keystone public endpoints | undercloud | 0:20:25.633198 | 0.14s 2025-10-05 07:50:37.259416 | 9e80f7d4-0d17-485c-b9c7-e98e4abe96ed | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-10-05 07:50:37.269725 | 97e8dcd4-55c1-403d-be75-bb9eebdeb7c7 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-10-05 07:50:37.296683 | fa163e58-29ec-9cb1-0e1f-000000003dc0 | TASK | Async creation of Keystone public endpoint 2025-10-05 07:50:37.657972 | fa163e58-29ec-9cb1-0e1f-000000003dc0 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=barbican 2025-10-05 07:50:37.659657 | fa163e58-29ec-9cb1-0e1f-000000003dc0 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:26.053342 | 0.36s 2025-10-05 07:50:37.961310 | fa163e58-29ec-9cb1-0e1f-000000003dc0 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=cinderv3 2025-10-05 07:50:37.962877 | fa163e58-29ec-9cb1-0e1f-000000003dc0 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:26.356572 | 0.66s 2025-10-05 07:50:38.248774 | fa163e58-29ec-9cb1-0e1f-000000003dc0 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=glance 2025-10-05 07:50:38.249867 | fa163e58-29ec-9cb1-0e1f-000000003dc0 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:26.643561 | 0.95s 2025-10-05 07:50:38.533466 | fa163e58-29ec-9cb1-0e1f-000000003dc0 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=heat 2025-10-05 07:50:38.534081 | fa163e58-29ec-9cb1-0e1f-000000003dc0 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:26.927779 | 1.24s 2025-10-05 07:50:38.804397 | fa163e58-29ec-9cb1-0e1f-000000003dc0 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=heat-cfn 2025-10-05 07:50:38.805031 | fa163e58-29ec-9cb1-0e1f-000000003dc0 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:27.198730 | 1.51s 2025-10-05 07:50:39.052807 | fa163e58-29ec-9cb1-0e1f-000000003dc0 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=manila 2025-10-05 07:50:39.053416 | fa163e58-29ec-9cb1-0e1f-000000003dc0 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:27.447114 | 1.76s 2025-10-05 07:50:39.320776 | fa163e58-29ec-9cb1-0e1f-000000003dc0 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=manilav2 2025-10-05 07:50:39.321360 | fa163e58-29ec-9cb1-0e1f-000000003dc0 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:27.715060 | 2.02s 2025-10-05 07:50:39.561490 | fa163e58-29ec-9cb1-0e1f-000000003dc0 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=neutron 2025-10-05 07:50:39.562124 | fa163e58-29ec-9cb1-0e1f-000000003dc0 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:27.955823 | 2.26s 2025-10-05 07:50:39.833154 | fa163e58-29ec-9cb1-0e1f-000000003dc0 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=nova 2025-10-05 07:50:39.837421 | fa163e58-29ec-9cb1-0e1f-000000003dc0 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:28.231111 | 2.54s 2025-10-05 07:50:40.033791 | fa163e58-29ec-9cb1-0e1f-000000003dc0 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=placement 2025-10-05 07:50:40.034413 | fa163e58-29ec-9cb1-0e1f-000000003dc0 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:28.428111 | 2.74s 2025-10-05 07:50:40.042158 | fa163e58-29ec-9cb1-0e1f-000000003dc0 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:28.435850 | 2.74s 2025-10-05 07:50:40.065696 | fa163e58-29ec-9cb1-0e1f-000000003dc2 | TASK | Check Keystone public endpoint status 2025-10-05 07:50:40.325594 | fa163e58-29ec-9cb1-0e1f-000000003dc2 | CHANGED | Check Keystone public endpoint status | undercloud | item=barbican 2025-10-05 07:50:40.326979 | fa163e58-29ec-9cb1-0e1f-000000003dc2 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:28.720676 | 0.25s 2025-10-05 07:50:40.603199 | fa163e58-29ec-9cb1-0e1f-000000003dc2 | CHANGED | Check Keystone public endpoint status | undercloud | item=cinderv3 2025-10-05 07:50:40.604928 | fa163e58-29ec-9cb1-0e1f-000000003dc2 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:28.998616 | 0.53s 2025-10-05 07:50:40.830380 | fa163e58-29ec-9cb1-0e1f-000000003dc2 | CHANGED | Check Keystone public endpoint status | undercloud | item=glance 2025-10-05 07:50:40.831476 | fa163e58-29ec-9cb1-0e1f-000000003dc2 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:29.225167 | 0.76s 2025-10-05 07:50:41.098003 | fa163e58-29ec-9cb1-0e1f-000000003dc2 | CHANGED | Check Keystone public endpoint status | undercloud | item=heat 2025-10-05 07:50:41.098706 | fa163e58-29ec-9cb1-0e1f-000000003dc2 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:29.492405 | 1.03s 2025-10-05 07:50:41.335704 | fa163e58-29ec-9cb1-0e1f-000000003dc2 | CHANGED | Check Keystone public endpoint status | undercloud | item=heat-cfn 2025-10-05 07:50:41.337616 | fa163e58-29ec-9cb1-0e1f-000000003dc2 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:29.731269 | 1.27s 2025-10-05 07:50:41.586421 | fa163e58-29ec-9cb1-0e1f-000000003dc2 | WAITING | Check Keystone public endpoint status | undercloud | 30 retries left 2025-10-05 07:50:46.813428 | fa163e58-29ec-9cb1-0e1f-000000003dc2 | CHANGED | Check Keystone public endpoint status | undercloud | item=manila 2025-10-05 07:50:46.815070 | fa163e58-29ec-9cb1-0e1f-000000003dc2 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:35.208754 | 6.74s 2025-10-05 07:50:47.101269 | fa163e58-29ec-9cb1-0e1f-000000003dc2 | CHANGED | Check Keystone public endpoint status | undercloud | item=manilav2 2025-10-05 07:50:47.103161 | fa163e58-29ec-9cb1-0e1f-000000003dc2 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:35.496851 | 7.03s 2025-10-05 07:50:47.314040 | fa163e58-29ec-9cb1-0e1f-000000003dc2 | CHANGED | Check Keystone public endpoint status | undercloud | item=neutron 2025-10-05 07:50:47.315328 | fa163e58-29ec-9cb1-0e1f-000000003dc2 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:35.709017 | 7.24s 2025-10-05 07:50:47.554252 | fa163e58-29ec-9cb1-0e1f-000000003dc2 | CHANGED | Check Keystone public endpoint status | undercloud | item=nova 2025-10-05 07:50:47.556051 | fa163e58-29ec-9cb1-0e1f-000000003dc2 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:35.949740 | 7.48s 2025-10-05 07:50:47.815672 | fa163e58-29ec-9cb1-0e1f-000000003dc2 | CHANGED | Check Keystone public endpoint status | undercloud | item=placement 2025-10-05 07:50:47.818298 | fa163e58-29ec-9cb1-0e1f-000000003dc2 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:36.211985 | 7.75s 2025-10-05 07:50:47.834753 | fa163e58-29ec-9cb1-0e1f-000000003dc2 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:36.228425 | 7.76s 2025-10-05 07:50:47.865342 | fa163e58-29ec-9cb1-0e1f-000000003dc7 | TASK | Async creation of Keystone public endpoint 2025-10-05 07:50:48.208278 | fa163e58-29ec-9cb1-0e1f-000000003dc7 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=swift 2025-10-05 07:50:48.210520 | fa163e58-29ec-9cb1-0e1f-000000003dc7 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:36.604206 | 0.34s 2025-10-05 07:50:48.220218 | fa163e58-29ec-9cb1-0e1f-000000003dc7 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:36.613908 | 0.35s 2025-10-05 07:50:48.237105 | fa163e58-29ec-9cb1-0e1f-000000003dc9 | TASK | Check Keystone public endpoint status 2025-10-05 07:50:48.518337 | fa163e58-29ec-9cb1-0e1f-000000003dc9 | WAITING | Check Keystone public endpoint status | undercloud | 30 retries left 2025-10-05 07:50:53.744238 | fa163e58-29ec-9cb1-0e1f-000000003dc9 | CHANGED | Check Keystone public endpoint status | undercloud | item=swift 2025-10-05 07:50:53.746699 | fa163e58-29ec-9cb1-0e1f-000000003dc9 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:42.140384 | 5.51s 2025-10-05 07:50:53.756557 | fa163e58-29ec-9cb1-0e1f-000000003dc9 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:42.150248 | 5.52s 2025-10-05 07:50:53.779048 | fa163e58-29ec-9cb1-0e1f-000000003c9d | TASK | Create Keystone admin endpoints 2025-10-05 07:50:53.886410 | fa163e58-29ec-9cb1-0e1f-000000003c9d | TIMING | tripleo_keystone_resources : Create Keystone admin endpoints | undercloud | 0:20:42.280058 | 0.10s 2025-10-05 07:50:53.901459 | fa163e58-29ec-9cb1-0e1f-000000003c9d | TIMING | tripleo_keystone_resources : Create Keystone admin endpoints | undercloud | 0:20:42.295151 | 0.12s 2025-10-05 07:50:53.916808 | fa163e58-29ec-9cb1-0e1f-000000003c9d | TIMING | tripleo_keystone_resources : Create Keystone admin endpoints | undercloud | 0:20:42.310487 | 0.13s 2025-10-05 07:50:53.935739 | 8db58d1d-14bd-4177-981a-89a2bdd4a3c9 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-10-05 07:50:53.945826 | db8f7b95-165d-4961-8dd5-4a69bc201229 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-10-05 07:50:53.972325 | fa163e58-29ec-9cb1-0e1f-000000003e1b | TASK | Async creation of Keystone admin endpoint 2025-10-05 07:50:54.315940 | fa163e58-29ec-9cb1-0e1f-000000003e1b | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=barbican 2025-10-05 07:50:54.318517 | fa163e58-29ec-9cb1-0e1f-000000003e1b | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:42.712195 | 0.34s 2025-10-05 07:50:54.603340 | fa163e58-29ec-9cb1-0e1f-000000003e1b | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=cinderv3 2025-10-05 07:50:54.603948 | fa163e58-29ec-9cb1-0e1f-000000003e1b | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:42.997646 | 0.63s 2025-10-05 07:50:54.841993 | fa163e58-29ec-9cb1-0e1f-000000003e1b | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=glance 2025-10-05 07:50:54.843253 | fa163e58-29ec-9cb1-0e1f-000000003e1b | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:43.236951 | 0.87s 2025-10-05 07:50:55.102435 | fa163e58-29ec-9cb1-0e1f-000000003e1b | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=heat 2025-10-05 07:50:55.103463 | fa163e58-29ec-9cb1-0e1f-000000003e1b | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:43.497160 | 1.13s 2025-10-05 07:50:55.443350 | fa163e58-29ec-9cb1-0e1f-000000003e1b | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=heat-cfn 2025-10-05 07:50:55.444398 | fa163e58-29ec-9cb1-0e1f-000000003e1b | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:43.838086 | 1.47s 2025-10-05 07:50:55.742365 | fa163e58-29ec-9cb1-0e1f-000000003e1b | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=manila 2025-10-05 07:50:55.743472 | fa163e58-29ec-9cb1-0e1f-000000003e1b | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:44.137168 | 1.77s 2025-10-05 07:50:56.062425 | fa163e58-29ec-9cb1-0e1f-000000003e1b | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=manilav2 2025-10-05 07:50:56.062936 | fa163e58-29ec-9cb1-0e1f-000000003e1b | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:44.456636 | 2.09s 2025-10-05 07:50:56.405226 | fa163e58-29ec-9cb1-0e1f-000000003e1b | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=neutron 2025-10-05 07:50:56.405790 | fa163e58-29ec-9cb1-0e1f-000000003e1b | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:44.799490 | 2.43s 2025-10-05 07:50:56.671774 | fa163e58-29ec-9cb1-0e1f-000000003e1b | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=nova 2025-10-05 07:50:56.672789 | fa163e58-29ec-9cb1-0e1f-000000003e1b | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:45.066480 | 2.70s 2025-10-05 07:50:56.929738 | fa163e58-29ec-9cb1-0e1f-000000003e1b | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=placement 2025-10-05 07:50:56.930238 | fa163e58-29ec-9cb1-0e1f-000000003e1b | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:45.323937 | 2.96s 2025-10-05 07:50:56.937189 | fa163e58-29ec-9cb1-0e1f-000000003e1b | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:45.330879 | 2.96s 2025-10-05 07:50:56.959412 | fa163e58-29ec-9cb1-0e1f-000000003e1d | TASK | Check Keystone admin endpoint status 2025-10-05 07:50:57.258923 | fa163e58-29ec-9cb1-0e1f-000000003e1d | CHANGED | Check Keystone admin endpoint status | undercloud | item=barbican 2025-10-05 07:50:57.260419 | fa163e58-29ec-9cb1-0e1f-000000003e1d | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:45.654107 | 0.30s 2025-10-05 07:50:57.483186 | fa163e58-29ec-9cb1-0e1f-000000003e1d | CHANGED | Check Keystone admin endpoint status | undercloud | item=cinderv3 2025-10-05 07:50:57.484956 | fa163e58-29ec-9cb1-0e1f-000000003e1d | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:45.878646 | 0.52s 2025-10-05 07:50:57.713920 | fa163e58-29ec-9cb1-0e1f-000000003e1d | CHANGED | Check Keystone admin endpoint status | undercloud | item=glance 2025-10-05 07:50:57.715032 | fa163e58-29ec-9cb1-0e1f-000000003e1d | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:46.108722 | 0.75s 2025-10-05 07:50:57.967240 | fa163e58-29ec-9cb1-0e1f-000000003e1d | CHANGED | Check Keystone admin endpoint status | undercloud | item=heat 2025-10-05 07:50:57.967889 | fa163e58-29ec-9cb1-0e1f-000000003e1d | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:46.361586 | 1.01s 2025-10-05 07:50:58.217462 | fa163e58-29ec-9cb1-0e1f-000000003e1d | CHANGED | Check Keystone admin endpoint status | undercloud | item=heat-cfn 2025-10-05 07:50:58.218658 | fa163e58-29ec-9cb1-0e1f-000000003e1d | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:46.612347 | 1.26s 2025-10-05 07:50:58.503869 | fa163e58-29ec-9cb1-0e1f-000000003e1d | CHANGED | Check Keystone admin endpoint status | undercloud | item=manila 2025-10-05 07:50:58.504536 | fa163e58-29ec-9cb1-0e1f-000000003e1d | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:46.898234 | 1.54s 2025-10-05 07:50:58.739126 | fa163e58-29ec-9cb1-0e1f-000000003e1d | CHANGED | Check Keystone admin endpoint status | undercloud | item=manilav2 2025-10-05 07:50:58.739762 | fa163e58-29ec-9cb1-0e1f-000000003e1d | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:47.133461 | 1.78s 2025-10-05 07:50:58.982324 | fa163e58-29ec-9cb1-0e1f-000000003e1d | CHANGED | Check Keystone admin endpoint status | undercloud | item=neutron 2025-10-05 07:50:58.983418 | fa163e58-29ec-9cb1-0e1f-000000003e1d | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:47.377109 | 2.02s 2025-10-05 07:50:59.236850 | fa163e58-29ec-9cb1-0e1f-000000003e1d | CHANGED | Check Keystone admin endpoint status | undercloud | item=nova 2025-10-05 07:50:59.238686 | fa163e58-29ec-9cb1-0e1f-000000003e1d | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:47.632375 | 2.28s 2025-10-05 07:50:59.503828 | fa163e58-29ec-9cb1-0e1f-000000003e1d | CHANGED | Check Keystone admin endpoint status | undercloud | item=placement 2025-10-05 07:50:59.504999 | fa163e58-29ec-9cb1-0e1f-000000003e1d | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:47.898689 | 2.54s 2025-10-05 07:50:59.528268 | fa163e58-29ec-9cb1-0e1f-000000003e1d | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:47.921956 | 2.57s 2025-10-05 07:50:59.554982 | fa163e58-29ec-9cb1-0e1f-000000003e22 | TASK | Async creation of Keystone admin endpoint 2025-10-05 07:50:59.891013 | fa163e58-29ec-9cb1-0e1f-000000003e22 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=swift 2025-10-05 07:50:59.892383 | fa163e58-29ec-9cb1-0e1f-000000003e22 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:48.286069 | 0.34s 2025-10-05 07:50:59.901366 | fa163e58-29ec-9cb1-0e1f-000000003e22 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:48.295050 | 0.34s 2025-10-05 07:50:59.922013 | fa163e58-29ec-9cb1-0e1f-000000003e24 | TASK | Check Keystone admin endpoint status 2025-10-05 07:51:00.213343 | fa163e58-29ec-9cb1-0e1f-000000003e24 | WAITING | Check Keystone admin endpoint status | undercloud | 30 retries left 2025-10-05 07:51:05.438967 | fa163e58-29ec-9cb1-0e1f-000000003e24 | CHANGED | Check Keystone admin endpoint status | undercloud | item=swift 2025-10-05 07:51:05.440394 | fa163e58-29ec-9cb1-0e1f-000000003e24 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:53.834080 | 5.52s 2025-10-05 07:51:05.447096 | fa163e58-29ec-9cb1-0e1f-000000003e24 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:53.840787 | 5.52s 2025-10-05 07:51:05.468522 | fa163e58-29ec-9cb1-0e1f-000000003ca2 | TASK | Create Keystone internal endpoints 2025-10-05 07:51:05.569988 | fa163e58-29ec-9cb1-0e1f-000000003ca2 | TIMING | tripleo_keystone_resources : Create Keystone internal endpoints | undercloud | 0:20:53.963657 | 0.10s 2025-10-05 07:51:05.585906 | fa163e58-29ec-9cb1-0e1f-000000003ca2 | TIMING | tripleo_keystone_resources : Create Keystone internal endpoints | undercloud | 0:20:53.979596 | 0.12s 2025-10-05 07:51:05.594998 | fa163e58-29ec-9cb1-0e1f-000000003ca2 | TIMING | tripleo_keystone_resources : Create Keystone internal endpoints | undercloud | 0:20:53.988689 | 0.12s 2025-10-05 07:51:05.615530 | 3dc36919-f508-4f4f-9929-c1897f1524a8 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-10-05 07:51:05.627066 | 2e8138da-53eb-427c-9966-a2d2a80618f4 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-10-05 07:51:05.658180 | fa163e58-29ec-9cb1-0e1f-000000003e74 | TASK | Async creation of Keystone internal endpoint 2025-10-05 07:51:06.034262 | fa163e58-29ec-9cb1-0e1f-000000003e74 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=barbican 2025-10-05 07:51:06.037523 | fa163e58-29ec-9cb1-0e1f-000000003e74 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:20:54.431207 | 0.38s 2025-10-05 07:51:06.339928 | fa163e58-29ec-9cb1-0e1f-000000003e74 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=cinderv3 2025-10-05 07:51:06.341908 | fa163e58-29ec-9cb1-0e1f-000000003e74 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:20:54.735595 | 0.68s 2025-10-05 07:51:06.671024 | fa163e58-29ec-9cb1-0e1f-000000003e74 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=glance 2025-10-05 07:51:06.691443 | fa163e58-29ec-9cb1-0e1f-000000003e74 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:20:55.085135 | 1.03s 2025-10-05 07:51:06.919978 | fa163e58-29ec-9cb1-0e1f-000000003e74 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=heat 2025-10-05 07:51:06.920883 | fa163e58-29ec-9cb1-0e1f-000000003e74 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:20:55.314581 | 1.26s 2025-10-05 07:51:07.194587 | fa163e58-29ec-9cb1-0e1f-000000003e74 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=heat-cfn 2025-10-05 07:51:07.195177 | fa163e58-29ec-9cb1-0e1f-000000003e74 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:20:55.588875 | 1.53s 2025-10-05 07:51:07.451710 | fa163e58-29ec-9cb1-0e1f-000000003e74 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=manila 2025-10-05 07:51:07.452279 | fa163e58-29ec-9cb1-0e1f-000000003e74 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:20:55.845978 | 1.79s 2025-10-05 07:51:07.701531 | fa163e58-29ec-9cb1-0e1f-000000003e74 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=manilav2 2025-10-05 07:51:07.702263 | fa163e58-29ec-9cb1-0e1f-000000003e74 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:20:56.095960 | 2.04s 2025-10-05 07:51:07.982074 | fa163e58-29ec-9cb1-0e1f-000000003e74 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=neutron 2025-10-05 07:51:07.982699 | fa163e58-29ec-9cb1-0e1f-000000003e74 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:20:56.376396 | 2.32s 2025-10-05 07:51:08.249686 | fa163e58-29ec-9cb1-0e1f-000000003e74 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=nova 2025-10-05 07:51:08.250257 | fa163e58-29ec-9cb1-0e1f-000000003e74 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:20:56.643956 | 2.59s 2025-10-05 07:51:08.539610 | fa163e58-29ec-9cb1-0e1f-000000003e74 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=placement 2025-10-05 07:51:08.540190 | fa163e58-29ec-9cb1-0e1f-000000003e74 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:20:56.933889 | 2.88s 2025-10-05 07:51:08.549897 | fa163e58-29ec-9cb1-0e1f-000000003e74 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:20:56.943585 | 2.89s 2025-10-05 07:51:08.590976 | fa163e58-29ec-9cb1-0e1f-000000003e76 | TASK | Check Keystone internal endpoint status 2025-10-05 07:51:08.881901 | fa163e58-29ec-9cb1-0e1f-000000003e76 | CHANGED | Check Keystone internal endpoint status | undercloud | item=barbican 2025-10-05 07:51:08.883983 | fa163e58-29ec-9cb1-0e1f-000000003e76 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:20:57.277674 | 0.29s 2025-10-05 07:51:09.099813 | fa163e58-29ec-9cb1-0e1f-000000003e76 | CHANGED | Check Keystone internal endpoint status | undercloud | item=cinderv3 2025-10-05 07:51:09.102805 | fa163e58-29ec-9cb1-0e1f-000000003e76 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:20:57.496495 | 0.51s 2025-10-05 07:51:09.334502 | fa163e58-29ec-9cb1-0e1f-000000003e76 | CHANGED | Check Keystone internal endpoint status | undercloud | item=glance 2025-10-05 07:51:09.337193 | fa163e58-29ec-9cb1-0e1f-000000003e76 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:20:57.730886 | 0.74s 2025-10-05 07:51:09.605479 | fa163e58-29ec-9cb1-0e1f-000000003e76 | CHANGED | Check Keystone internal endpoint status | undercloud | item=heat 2025-10-05 07:51:09.607100 | fa163e58-29ec-9cb1-0e1f-000000003e76 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:20:58.000794 | 1.01s 2025-10-05 07:51:09.867766 | fa163e58-29ec-9cb1-0e1f-000000003e76 | CHANGED | Check Keystone internal endpoint status | undercloud | item=heat-cfn 2025-10-05 07:51:09.869436 | fa163e58-29ec-9cb1-0e1f-000000003e76 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:20:58.263130 | 1.28s 2025-10-05 07:51:10.124222 | fa163e58-29ec-9cb1-0e1f-000000003e76 | WAITING | Check Keystone internal endpoint status | undercloud | 30 retries left 2025-10-05 07:51:15.337248 | fa163e58-29ec-9cb1-0e1f-000000003e76 | CHANGED | Check Keystone internal endpoint status | undercloud | item=manila 2025-10-05 07:51:15.339036 | fa163e58-29ec-9cb1-0e1f-000000003e76 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:03.732725 | 6.75s 2025-10-05 07:51:15.586872 | fa163e58-29ec-9cb1-0e1f-000000003e76 | CHANGED | Check Keystone internal endpoint status | undercloud | item=manilav2 2025-10-05 07:51:15.588832 | fa163e58-29ec-9cb1-0e1f-000000003e76 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:03.982520 | 7.00s 2025-10-05 07:51:15.836826 | fa163e58-29ec-9cb1-0e1f-000000003e76 | CHANGED | Check Keystone internal endpoint status | undercloud | item=neutron 2025-10-05 07:51:15.838750 | fa163e58-29ec-9cb1-0e1f-000000003e76 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:04.232438 | 7.25s 2025-10-05 07:51:16.079479 | fa163e58-29ec-9cb1-0e1f-000000003e76 | CHANGED | Check Keystone internal endpoint status | undercloud | item=nova 2025-10-05 07:51:16.080711 | fa163e58-29ec-9cb1-0e1f-000000003e76 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:04.474397 | 7.49s 2025-10-05 07:51:16.331796 | fa163e58-29ec-9cb1-0e1f-000000003e76 | CHANGED | Check Keystone internal endpoint status | undercloud | item=placement 2025-10-05 07:51:16.333685 | fa163e58-29ec-9cb1-0e1f-000000003e76 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:04.727374 | 7.74s 2025-10-05 07:51:16.348061 | fa163e58-29ec-9cb1-0e1f-000000003e76 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:04.741741 | 7.76s 2025-10-05 07:51:16.375733 | fa163e58-29ec-9cb1-0e1f-000000003e7b | TASK | Async creation of Keystone internal endpoint 2025-10-05 07:51:16.709053 | fa163e58-29ec-9cb1-0e1f-000000003e7b | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=swift 2025-10-05 07:51:16.710150 | fa163e58-29ec-9cb1-0e1f-000000003e7b | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:05.103842 | 0.33s 2025-10-05 07:51:16.715879 | fa163e58-29ec-9cb1-0e1f-000000003e7b | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:05.109563 | 0.34s 2025-10-05 07:51:16.735406 | fa163e58-29ec-9cb1-0e1f-000000003e7d | TASK | Check Keystone internal endpoint status 2025-10-05 07:51:17.019255 | fa163e58-29ec-9cb1-0e1f-000000003e7d | WAITING | Check Keystone internal endpoint status | undercloud | 30 retries left 2025-10-05 07:51:22.231521 | fa163e58-29ec-9cb1-0e1f-000000003e7d | CHANGED | Check Keystone internal endpoint status | undercloud | item=swift 2025-10-05 07:51:22.232986 | fa163e58-29ec-9cb1-0e1f-000000003e7d | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:10.626672 | 5.50s 2025-10-05 07:51:22.245661 | fa163e58-29ec-9cb1-0e1f-000000003e7d | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:10.639340 | 5.51s 2025-10-05 07:51:22.265918 | fa163e58-29ec-9cb1-0e1f-0000000037f7 | TASK | Run cleanup tasks 2025-10-05 07:51:22.306883 | fa163e58-29ec-9cb1-0e1f-0000000037f7 | TIMING | tripleo_keystone_resources : Run cleanup tasks | undercloud | 0:21:10.700557 | 0.04s 2025-10-05 07:51:22.322927 | cb216d6b-e32f-4365-abfe-f20714565863 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/cleanup.yml | undercloud 2025-10-05 07:51:22.383739 | fa163e58-29ec-9cb1-0e1f-000000003ecb | TASK | Get list of enabled services 2025-10-05 07:51:24.877722 | fa163e58-29ec-9cb1-0e1f-000000003ecb | CHANGED | Get list of enabled services | undercloud 2025-10-05 07:51:24.879095 | fa163e58-29ec-9cb1-0e1f-000000003ecb | TIMING | tripleo_keystone_resources : Get list of enabled services | undercloud | 0:21:13.272783 | 2.49s 2025-10-05 07:51:24.897971 | fa163e58-29ec-9cb1-0e1f-000000003ecc | TASK | List services to be disabled 2025-10-05 07:51:24.980345 | fa163e58-29ec-9cb1-0e1f-000000003ecc | SKIPPED | List services to be disabled | undercloud | item={'Name': 'cinderv3', 'Type': 'volumev3'} 2025-10-05 07:51:25.018535 | fa163e58-29ec-9cb1-0e1f-000000003ecc | SKIPPED | List services to be disabled | undercloud | item={'Name': 'barbican', 'Type': 'key-manager'} 2025-10-05 07:51:25.047632 | fa163e58-29ec-9cb1-0e1f-000000003ecc | SKIPPED | List services to be disabled | undercloud | item={'Name': 'placement', 'Type': 'placement'} 2025-10-05 07:51:25.075133 | fa163e58-29ec-9cb1-0e1f-000000003ecc | SKIPPED | List services to be disabled | undercloud | item={'Name': 'swift', 'Type': 'object-store'} 2025-10-05 07:51:25.100811 | fa163e58-29ec-9cb1-0e1f-000000003ecc | SKIPPED | List services to be disabled | undercloud | item={'Name': 'keystone', 'Type': 'identity'} 2025-10-05 07:51:25.126615 | fa163e58-29ec-9cb1-0e1f-000000003ecc | SKIPPED | List services to be disabled | undercloud | item={'Name': 'manilav2', 'Type': 'sharev2'} 2025-10-05 07:51:25.159375 | fa163e58-29ec-9cb1-0e1f-000000003ecc | SKIPPED | List services to be disabled | undercloud | item={'Name': 'heat-cfn', 'Type': 'cloudformation'} 2025-10-05 07:51:25.179150 | fa163e58-29ec-9cb1-0e1f-000000003ecc | SKIPPED | List services to be disabled | undercloud | item={'Name': 'manila', 'Type': 'share'} 2025-10-05 07:51:25.207824 | fa163e58-29ec-9cb1-0e1f-000000003ecc | SKIPPED | List services to be disabled | undercloud | item={'Name': 'nova', 'Type': 'compute'} 2025-10-05 07:51:25.240524 | fa163e58-29ec-9cb1-0e1f-000000003ecc | SKIPPED | List services to be disabled | undercloud | item={'Name': 'heat', 'Type': 'orchestration'} 2025-10-05 07:51:25.270560 | fa163e58-29ec-9cb1-0e1f-000000003ecc | SKIPPED | List services to be disabled | undercloud | item={'Name': 'glance', 'Type': 'image'} 2025-10-05 07:51:25.295455 | fa163e58-29ec-9cb1-0e1f-000000003ecc | SKIPPED | List services to be disabled | undercloud | item={'Name': 'neutron', 'Type': 'network'} 2025-10-05 07:51:25.303248 | fa163e58-29ec-9cb1-0e1f-000000003ecc | TIMING | tripleo_keystone_resources : List services to be disabled | undercloud | 0:21:13.696926 | 0.40s 2025-10-05 07:51:25.324008 | fa163e58-29ec-9cb1-0e1f-000000003ecd | TASK | Delete keystone services not enabled 2025-10-05 07:51:25.353690 | fa163e58-29ec-9cb1-0e1f-000000003ecd | TIMING | tripleo_keystone_resources : Delete keystone services not enabled | undercloud | 0:21:13.747364 | 0.03s 2025-10-05 07:51:25.372755 | fa163e58-29ec-9cb1-0e1f-0000000037f8 | TASK | Create Keystone Roles 2025-10-05 07:51:25.449612 | fa163e58-29ec-9cb1-0e1f-0000000037f8 | TIMING | tripleo_keystone_resources : Create Keystone Roles | undercloud | 0:21:13.843255 | 0.08s 2025-10-05 07:51:25.455982 | fa163e58-29ec-9cb1-0e1f-0000000037f8 | TIMING | tripleo_keystone_resources : Create Keystone Roles | undercloud | 0:21:13.849667 | 0.08s 2025-10-05 07:51:25.470333 | 7de2bbb9-69b0-42b6-9632-f62c237d0ff6 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/roles.yml | undercloud 2025-10-05 07:51:25.535564 | fa163e58-29ec-9cb1-0e1f-000000004033 | TASK | Async creation of Keystone role 2025-10-05 07:51:25.867753 | fa163e58-29ec-9cb1-0e1f-000000004033 | CHANGED | Async creation of Keystone role | undercloud | item=key-manager:service-admin 2025-10-05 07:51:25.869233 | fa163e58-29ec-9cb1-0e1f-000000004033 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:14.262918 | 0.33s 2025-10-05 07:51:26.161252 | fa163e58-29ec-9cb1-0e1f-000000004033 | CHANGED | Async creation of Keystone role | undercloud | item=creator 2025-10-05 07:51:26.163047 | fa163e58-29ec-9cb1-0e1f-000000004033 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:14.556736 | 0.63s 2025-10-05 07:51:26.432688 | fa163e58-29ec-9cb1-0e1f-000000004033 | CHANGED | Async creation of Keystone role | undercloud | item=observer 2025-10-05 07:51:26.434265 | fa163e58-29ec-9cb1-0e1f-000000004033 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:14.827954 | 0.90s 2025-10-05 07:51:26.752671 | fa163e58-29ec-9cb1-0e1f-000000004033 | CHANGED | Async creation of Keystone role | undercloud | item=audit 2025-10-05 07:51:26.753692 | fa163e58-29ec-9cb1-0e1f-000000004033 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:15.147381 | 1.22s 2025-10-05 07:51:27.041568 | fa163e58-29ec-9cb1-0e1f-000000004033 | CHANGED | Async creation of Keystone role | undercloud | item=service 2025-10-05 07:51:27.042487 | fa163e58-29ec-9cb1-0e1f-000000004033 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:15.436177 | 1.51s 2025-10-05 07:51:27.360777 | fa163e58-29ec-9cb1-0e1f-000000004033 | CHANGED | Async creation of Keystone role | undercloud | item=heat_stack_user 2025-10-05 07:51:27.361695 | fa163e58-29ec-9cb1-0e1f-000000004033 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:15.755386 | 1.83s 2025-10-05 07:51:27.667078 | fa163e58-29ec-9cb1-0e1f-000000004033 | CHANGED | Async creation of Keystone role | undercloud | item=swiftoperator 2025-10-05 07:51:27.668407 | fa163e58-29ec-9cb1-0e1f-000000004033 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:16.062104 | 2.13s 2025-10-05 07:51:27.897148 | fa163e58-29ec-9cb1-0e1f-000000004033 | CHANGED | Async creation of Keystone role | undercloud | item=ResellerAdmin 2025-10-05 07:51:27.904246 | fa163e58-29ec-9cb1-0e1f-000000004033 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:16.297934 | 2.37s 2025-10-05 07:51:27.909992 | fa163e58-29ec-9cb1-0e1f-000000004033 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:16.303682 | 2.37s 2025-10-05 07:51:27.926175 | fa163e58-29ec-9cb1-0e1f-000000004035 | TASK | Check Keystone role status 2025-10-05 07:51:28.194423 | fa163e58-29ec-9cb1-0e1f-000000004035 | CHANGED | Check Keystone role status | undercloud | item=key-manager:service-admin 2025-10-05 07:51:28.195415 | fa163e58-29ec-9cb1-0e1f-000000004035 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:16.589109 | 0.27s 2025-10-05 07:51:28.452652 | fa163e58-29ec-9cb1-0e1f-000000004035 | CHANGED | Check Keystone role status | undercloud | item=creator 2025-10-05 07:51:28.454023 | fa163e58-29ec-9cb1-0e1f-000000004035 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:16.847718 | 0.53s 2025-10-05 07:51:28.737914 | fa163e58-29ec-9cb1-0e1f-000000004035 | CHANGED | Check Keystone role status | undercloud | item=observer 2025-10-05 07:51:28.738732 | fa163e58-29ec-9cb1-0e1f-000000004035 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:17.132428 | 0.81s 2025-10-05 07:51:28.932734 | fa163e58-29ec-9cb1-0e1f-000000004035 | CHANGED | Check Keystone role status | undercloud | item=audit 2025-10-05 07:51:28.933901 | fa163e58-29ec-9cb1-0e1f-000000004035 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:17.327590 | 1.01s 2025-10-05 07:51:29.138341 | fa163e58-29ec-9cb1-0e1f-000000004035 | CHANGED | Check Keystone role status | undercloud | item=service 2025-10-05 07:51:29.139064 | fa163e58-29ec-9cb1-0e1f-000000004035 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:17.532761 | 1.21s 2025-10-05 07:51:29.374356 | fa163e58-29ec-9cb1-0e1f-000000004035 | CHANGED | Check Keystone role status | undercloud | item=heat_stack_user 2025-10-05 07:51:29.376279 | fa163e58-29ec-9cb1-0e1f-000000004035 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:17.769966 | 1.45s 2025-10-05 07:51:29.625972 | fa163e58-29ec-9cb1-0e1f-000000004035 | CHANGED | Check Keystone role status | undercloud | item=swiftoperator 2025-10-05 07:51:29.627122 | fa163e58-29ec-9cb1-0e1f-000000004035 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:18.020810 | 1.70s 2025-10-05 07:51:29.839548 | fa163e58-29ec-9cb1-0e1f-000000004035 | CHANGED | Check Keystone role status | undercloud | item=ResellerAdmin 2025-10-05 07:51:29.840756 | fa163e58-29ec-9cb1-0e1f-000000004035 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:18.234444 | 1.91s 2025-10-05 07:51:29.850385 | fa163e58-29ec-9cb1-0e1f-000000004035 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:18.244066 | 1.92s 2025-10-05 07:51:29.872878 | fa163e58-29ec-9cb1-0e1f-0000000037fa | TASK | Create Keystone Users 2025-10-05 07:51:29.950622 | fa163e58-29ec-9cb1-0e1f-0000000037fa | TIMING | tripleo_keystone_resources : Create Keystone Users | undercloud | 0:21:18.344263 | 0.08s 2025-10-05 07:51:29.968041 | fa163e58-29ec-9cb1-0e1f-0000000037fa | TIMING | tripleo_keystone_resources : Create Keystone Users | undercloud | 0:21:18.361733 | 0.09s 2025-10-05 07:51:29.980732 | fa163e58-29ec-9cb1-0e1f-0000000037fa | TIMING | tripleo_keystone_resources : Create Keystone Users | undercloud | 0:21:18.374420 | 0.11s 2025-10-05 07:51:30.002489 | 17b7f659-70bd-4553-a3f4-0cd5008a3a85 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/users.yml | undercloud 2025-10-05 07:51:30.019409 | eb865731-0d13-4473-971b-f95094a215f6 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/users.yml | undercloud 2025-10-05 07:51:30.086876 | fa163e58-29ec-9cb1-0e1f-0000000041c3 | TASK | Check password of Keystone user 2025-10-05 07:51:31.087041 | fa163e58-29ec-9cb1-0e1f-0000000041c3 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-05 07:51:31.089442 | fa163e58-29ec-9cb1-0e1f-0000000041c3 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:19.483119 | 1.00s 2025-10-05 07:51:32.014876 | fa163e58-29ec-9cb1-0e1f-0000000041c3 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-05 07:51:32.015746 | fa163e58-29ec-9cb1-0e1f-0000000041c3 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:20.409435 | 1.93s 2025-10-05 07:51:32.944944 | fa163e58-29ec-9cb1-0e1f-0000000041c3 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-05 07:51:32.947435 | fa163e58-29ec-9cb1-0e1f-0000000041c3 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:21.341118 | 2.86s 2025-10-05 07:51:33.916117 | fa163e58-29ec-9cb1-0e1f-0000000041c3 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-05 07:51:33.917700 | fa163e58-29ec-9cb1-0e1f-0000000041c3 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:22.311384 | 3.83s 2025-10-05 07:51:34.849431 | fa163e58-29ec-9cb1-0e1f-0000000041c3 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-05 07:51:34.849988 | fa163e58-29ec-9cb1-0e1f-0000000041c3 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:23.243686 | 4.76s 2025-10-05 07:51:35.789767 | fa163e58-29ec-9cb1-0e1f-0000000041c3 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-05 07:51:35.790451 | fa163e58-29ec-9cb1-0e1f-0000000041c3 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:24.184150 | 5.70s 2025-10-05 07:51:36.705296 | fa163e58-29ec-9cb1-0e1f-0000000041c3 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-05 07:51:36.706245 | fa163e58-29ec-9cb1-0e1f-0000000041c3 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:25.099935 | 6.62s 2025-10-05 07:51:37.645055 | fa163e58-29ec-9cb1-0e1f-0000000041c3 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-05 07:51:37.646298 | fa163e58-29ec-9cb1-0e1f-0000000041c3 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:26.039983 | 7.56s 2025-10-05 07:51:38.584223 | fa163e58-29ec-9cb1-0e1f-0000000041c3 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-05 07:51:38.586057 | fa163e58-29ec-9cb1-0e1f-0000000041c3 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:26.979746 | 8.50s 2025-10-05 07:51:39.573044 | fa163e58-29ec-9cb1-0e1f-0000000041c3 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-05 07:51:39.574071 | fa163e58-29ec-9cb1-0e1f-0000000041c3 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:27.967760 | 9.49s 2025-10-05 07:51:39.580475 | fa163e58-29ec-9cb1-0e1f-0000000041c3 | IGNORED | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-05 07:51:39.581458 | fa163e58-29ec-9cb1-0e1f-0000000041c3 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:27.975147 | 9.49s 2025-10-05 07:51:39.601946 | fa163e58-29ec-9cb1-0e1f-0000000041c5 | TASK | Async creation of Keystone user 2025-10-05 07:51:39.990879 | fa163e58-29ec-9cb1-0e1f-0000000041c5 | CHANGED | Async creation of Keystone user | undercloud 2025-10-05 07:51:39.992356 | fa163e58-29ec-9cb1-0e1f-0000000041c5 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:28.386039 | 0.39s 2025-10-05 07:51:40.329982 | fa163e58-29ec-9cb1-0e1f-0000000041c5 | CHANGED | Async creation of Keystone user | undercloud 2025-10-05 07:51:40.331043 | fa163e58-29ec-9cb1-0e1f-0000000041c5 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:28.724738 | 0.73s 2025-10-05 07:51:40.666162 | fa163e58-29ec-9cb1-0e1f-0000000041c5 | CHANGED | Async creation of Keystone user | undercloud 2025-10-05 07:51:40.666738 | fa163e58-29ec-9cb1-0e1f-0000000041c5 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:29.060436 | 1.06s 2025-10-05 07:51:40.989440 | fa163e58-29ec-9cb1-0e1f-0000000041c5 | CHANGED | Async creation of Keystone user | undercloud 2025-10-05 07:51:40.989983 | fa163e58-29ec-9cb1-0e1f-0000000041c5 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:29.383683 | 1.39s 2025-10-05 07:51:41.315764 | fa163e58-29ec-9cb1-0e1f-0000000041c5 | CHANGED | Async creation of Keystone user | undercloud 2025-10-05 07:51:41.317301 | fa163e58-29ec-9cb1-0e1f-0000000041c5 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:29.710993 | 1.71s 2025-10-05 07:51:41.650770 | fa163e58-29ec-9cb1-0e1f-0000000041c5 | CHANGED | Async creation of Keystone user | undercloud 2025-10-05 07:51:41.651813 | fa163e58-29ec-9cb1-0e1f-0000000041c5 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:30.045501 | 2.05s 2025-10-05 07:51:41.967044 | fa163e58-29ec-9cb1-0e1f-0000000041c5 | CHANGED | Async creation of Keystone user | undercloud 2025-10-05 07:51:41.967818 | fa163e58-29ec-9cb1-0e1f-0000000041c5 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:30.361515 | 2.36s 2025-10-05 07:51:42.254338 | fa163e58-29ec-9cb1-0e1f-0000000041c5 | CHANGED | Async creation of Keystone user | undercloud 2025-10-05 07:51:42.255163 | fa163e58-29ec-9cb1-0e1f-0000000041c5 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:30.648860 | 2.65s 2025-10-05 07:51:42.564666 | fa163e58-29ec-9cb1-0e1f-0000000041c5 | CHANGED | Async creation of Keystone user | undercloud 2025-10-05 07:51:42.565947 | fa163e58-29ec-9cb1-0e1f-0000000041c5 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:30.959631 | 2.96s 2025-10-05 07:51:42.905765 | fa163e58-29ec-9cb1-0e1f-0000000041c5 | CHANGED | Async creation of Keystone user | undercloud 2025-10-05 07:51:42.906646 | fa163e58-29ec-9cb1-0e1f-0000000041c5 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:31.300339 | 3.30s 2025-10-05 07:51:42.912227 | fa163e58-29ec-9cb1-0e1f-0000000041c5 | CHANGED | Async creation of Keystone user | undercloud 2025-10-05 07:51:42.913084 | fa163e58-29ec-9cb1-0e1f-0000000041c5 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:31.306777 | 3.31s 2025-10-05 07:51:42.929501 | fa163e58-29ec-9cb1-0e1f-0000000041c7 | TASK | Check Keystone user status 2025-10-05 07:51:43.288485 | fa163e58-29ec-9cb1-0e1f-0000000041c7 | CHANGED | Check Keystone user status | undercloud 2025-10-05 07:51:43.292449 | fa163e58-29ec-9cb1-0e1f-0000000041c7 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:31.686129 | 0.36s 2025-10-05 07:51:43.576651 | fa163e58-29ec-9cb1-0e1f-0000000041c7 | CHANGED | Check Keystone user status | undercloud 2025-10-05 07:51:43.577924 | fa163e58-29ec-9cb1-0e1f-0000000041c7 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:31.971614 | 0.65s 2025-10-05 07:51:43.852366 | fa163e58-29ec-9cb1-0e1f-0000000041c7 | CHANGED | Check Keystone user status | undercloud 2025-10-05 07:51:43.853898 | fa163e58-29ec-9cb1-0e1f-0000000041c7 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:32.247579 | 0.92s 2025-10-05 07:51:44.137661 | fa163e58-29ec-9cb1-0e1f-0000000041c7 | CHANGED | Check Keystone user status | undercloud 2025-10-05 07:51:44.138987 | fa163e58-29ec-9cb1-0e1f-0000000041c7 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:32.532675 | 1.21s 2025-10-05 07:51:44.355245 | fa163e58-29ec-9cb1-0e1f-0000000041c7 | WAITING | Check Keystone user status | undercloud | 30 retries left 2025-10-05 07:51:49.580724 | fa163e58-29ec-9cb1-0e1f-0000000041c7 | CHANGED | Check Keystone user status | undercloud 2025-10-05 07:51:49.581587 | fa163e58-29ec-9cb1-0e1f-0000000041c7 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:37.975266 | 6.65s 2025-10-05 07:51:49.864279 | fa163e58-29ec-9cb1-0e1f-0000000041c7 | CHANGED | Check Keystone user status | undercloud 2025-10-05 07:51:49.865369 | fa163e58-29ec-9cb1-0e1f-0000000041c7 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:38.259057 | 6.93s 2025-10-05 07:51:50.110637 | fa163e58-29ec-9cb1-0e1f-0000000041c7 | CHANGED | Check Keystone user status | undercloud 2025-10-05 07:51:50.113100 | fa163e58-29ec-9cb1-0e1f-0000000041c7 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:38.506785 | 7.18s 2025-10-05 07:51:50.357741 | fa163e58-29ec-9cb1-0e1f-0000000041c7 | CHANGED | Check Keystone user status | undercloud 2025-10-05 07:51:50.359410 | fa163e58-29ec-9cb1-0e1f-0000000041c7 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:38.753096 | 7.43s 2025-10-05 07:51:50.582419 | fa163e58-29ec-9cb1-0e1f-0000000041c7 | CHANGED | Check Keystone user status | undercloud 2025-10-05 07:51:50.584730 | fa163e58-29ec-9cb1-0e1f-0000000041c7 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:38.978409 | 7.65s 2025-10-05 07:51:50.787740 | fa163e58-29ec-9cb1-0e1f-0000000041c7 | CHANGED | Check Keystone user status | undercloud 2025-10-05 07:51:50.788704 | fa163e58-29ec-9cb1-0e1f-0000000041c7 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:39.182396 | 7.86s 2025-10-05 07:51:50.795243 | fa163e58-29ec-9cb1-0e1f-0000000041c7 | CHANGED | Check Keystone user status | undercloud 2025-10-05 07:51:50.795727 | fa163e58-29ec-9cb1-0e1f-0000000041c7 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:39.189426 | 7.87s 2025-10-05 07:51:50.814241 | fa163e58-29ec-9cb1-0e1f-0000000041cc | TASK | Check password of Keystone user 2025-10-05 07:51:51.720268 | fa163e58-29ec-9cb1-0e1f-0000000041cc | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-05 07:51:51.723396 | fa163e58-29ec-9cb1-0e1f-0000000041cc | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:40.117077 | 0.91s 2025-10-05 07:51:52.627442 | fa163e58-29ec-9cb1-0e1f-0000000041cc | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-05 07:51:52.628687 | fa163e58-29ec-9cb1-0e1f-0000000041cc | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:41.022373 | 1.81s 2025-10-05 07:51:53.559929 | fa163e58-29ec-9cb1-0e1f-0000000041cc | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-05 07:51:53.562063 | fa163e58-29ec-9cb1-0e1f-0000000041cc | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:41.955748 | 2.75s 2025-10-05 07:51:53.572084 | fa163e58-29ec-9cb1-0e1f-0000000041cc | IGNORED | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-05 07:51:53.572838 | fa163e58-29ec-9cb1-0e1f-0000000041cc | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:41.966530 | 2.76s 2025-10-05 07:51:53.594983 | fa163e58-29ec-9cb1-0e1f-0000000041ce | TASK | Async creation of Keystone user 2025-10-05 07:51:54.048761 | fa163e58-29ec-9cb1-0e1f-0000000041ce | CHANGED | Async creation of Keystone user | undercloud 2025-10-05 07:51:54.050976 | fa163e58-29ec-9cb1-0e1f-0000000041ce | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:42.444654 | 0.45s 2025-10-05 07:51:54.406991 | fa163e58-29ec-9cb1-0e1f-0000000041ce | CHANGED | Async creation of Keystone user | undercloud 2025-10-05 07:51:54.409655 | fa163e58-29ec-9cb1-0e1f-0000000041ce | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:42.803336 | 0.81s 2025-10-05 07:51:54.767744 | fa163e58-29ec-9cb1-0e1f-0000000041ce | CHANGED | Async creation of Keystone user | undercloud 2025-10-05 07:51:54.770677 | fa163e58-29ec-9cb1-0e1f-0000000041ce | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:43.164358 | 1.17s 2025-10-05 07:51:54.781132 | fa163e58-29ec-9cb1-0e1f-0000000041ce | CHANGED | Async creation of Keystone user | undercloud 2025-10-05 07:51:54.782053 | fa163e58-29ec-9cb1-0e1f-0000000041ce | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:43.175747 | 1.18s 2025-10-05 07:51:54.797644 | fa163e58-29ec-9cb1-0e1f-0000000041d0 | TASK | Check Keystone user status 2025-10-05 07:51:55.061829 | fa163e58-29ec-9cb1-0e1f-0000000041d0 | WAITING | Check Keystone user status | undercloud | 30 retries left 2025-10-05 07:52:00.302277 | fa163e58-29ec-9cb1-0e1f-0000000041d0 | CHANGED | Check Keystone user status | undercloud 2025-10-05 07:52:00.304275 | fa163e58-29ec-9cb1-0e1f-0000000041d0 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:48.697959 | 5.51s 2025-10-05 07:52:00.588075 | fa163e58-29ec-9cb1-0e1f-0000000041d0 | CHANGED | Check Keystone user status | undercloud 2025-10-05 07:52:00.589058 | fa163e58-29ec-9cb1-0e1f-0000000041d0 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:48.982746 | 5.79s 2025-10-05 07:52:00.863988 | fa163e58-29ec-9cb1-0e1f-0000000041d0 | CHANGED | Check Keystone user status | undercloud 2025-10-05 07:52:00.865946 | fa163e58-29ec-9cb1-0e1f-0000000041d0 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:49.259635 | 6.07s 2025-10-05 07:52:00.876289 | fa163e58-29ec-9cb1-0e1f-0000000041d0 | CHANGED | Check Keystone user status | undercloud 2025-10-05 07:52:00.877409 | fa163e58-29ec-9cb1-0e1f-0000000041d0 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:49.271098 | 6.08s 2025-10-05 07:52:00.896686 | fa163e58-29ec-9cb1-0e1f-0000000037fc | TASK | Assign Keystone Users to Roles 2025-10-05 07:52:00.979418 | fa163e58-29ec-9cb1-0e1f-0000000037fc | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:21:49.373079 | 0.08s 2025-10-05 07:52:01.005849 | fa163e58-29ec-9cb1-0e1f-0000000037fc | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:21:49.399540 | 0.11s 2025-10-05 07:52:01.019185 | fa163e58-29ec-9cb1-0e1f-0000000037fc | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:21:49.412865 | 0.12s 2025-10-05 07:52:01.032048 | 65be8e68-eb8f-4f3a-8e0c-9de174efa825 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_roles.yml | undercloud 2025-10-05 07:52:01.038409 | 3e6840de-eb3a-45b7-93c8-1b005af75957 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_roles.yml | undercloud 2025-10-05 07:52:01.111869 | fa163e58-29ec-9cb1-0e1f-0000000043af | TASK | Async assignment of Keystone user per role 2025-10-05 07:52:01.206514 | fa163e58-29ec-9cb1-0e1f-0000000043af | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:21:49.600187 | 0.09s 2025-10-05 07:52:01.232430 | fa163e58-29ec-9cb1-0e1f-0000000043af | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:21:49.626122 | 0.12s 2025-10-05 07:52:01.237203 | fa163e58-29ec-9cb1-0e1f-0000000043af | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:21:49.630884 | 0.12s 2025-10-05 07:52:01.256055 | 10757fc5-93d6-4ab9-94bf-2f7bdda5a225 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2025-10-05 07:52:01.265960 | 64520358-dc91-45a8-92aa-f5a15bd4fab2 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2025-10-05 07:52:01.290006 | fa163e58-29ec-9cb1-0e1f-000000004573 | TASK | Async assignment of Keystone user to roles 2025-10-05 07:52:01.628048 | fa163e58-29ec-9cb1-0e1f-000000004573 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=barbican 2025-10-05 07:52:01.628910 | fa163e58-29ec-9cb1-0e1f-000000004573 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:21:50.022605 | 0.34s 2025-10-05 07:52:01.917351 | fa163e58-29ec-9cb1-0e1f-000000004573 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinder 2025-10-05 07:52:01.918665 | fa163e58-29ec-9cb1-0e1f-000000004573 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:21:50.312353 | 0.63s 2025-10-05 07:52:02.254882 | fa163e58-29ec-9cb1-0e1f-000000004573 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinderv3 2025-10-05 07:52:02.257511 | fa163e58-29ec-9cb1-0e1f-000000004573 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:21:50.651198 | 0.97s 2025-10-05 07:52:02.542601 | fa163e58-29ec-9cb1-0e1f-000000004573 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=glance 2025-10-05 07:52:02.544997 | fa163e58-29ec-9cb1-0e1f-000000004573 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:21:50.938688 | 1.25s 2025-10-05 07:52:02.904614 | fa163e58-29ec-9cb1-0e1f-000000004573 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=heat 2025-10-05 07:52:02.905558 | fa163e58-29ec-9cb1-0e1f-000000004573 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:21:51.299248 | 1.61s 2025-10-05 07:52:03.240546 | fa163e58-29ec-9cb1-0e1f-000000004573 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=heat_stack_domain_admin 2025-10-05 07:52:03.241245 | fa163e58-29ec-9cb1-0e1f-000000004573 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:21:51.634942 | 1.95s 2025-10-05 07:52:03.539616 | fa163e58-29ec-9cb1-0e1f-000000004573 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=heat-cfn 2025-10-05 07:52:03.540381 | fa163e58-29ec-9cb1-0e1f-000000004573 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:21:51.934076 | 2.25s 2025-10-05 07:52:03.880885 | fa163e58-29ec-9cb1-0e1f-000000004573 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=manila 2025-10-05 07:52:03.881563 | fa163e58-29ec-9cb1-0e1f-000000004573 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:21:52.275259 | 2.59s 2025-10-05 07:52:04.175402 | fa163e58-29ec-9cb1-0e1f-000000004573 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=manilav2 2025-10-05 07:52:04.175967 | fa163e58-29ec-9cb1-0e1f-000000004573 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:21:52.569665 | 2.88s 2025-10-05 07:52:04.444497 | fa163e58-29ec-9cb1-0e1f-000000004573 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=neutron 2025-10-05 07:52:04.445085 | fa163e58-29ec-9cb1-0e1f-000000004573 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:21:52.838783 | 3.15s 2025-10-05 07:52:04.448153 | fa163e58-29ec-9cb1-0e1f-000000004573 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:21:52.841855 | 3.16s 2025-10-05 07:52:04.463982 | fa163e58-29ec-9cb1-0e1f-000000004575 | TASK | Check Keystone user assignment to roles status 2025-10-05 07:52:04.737028 | fa163e58-29ec-9cb1-0e1f-000000004575 | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2025-10-05 07:52:09.996814 | fa163e58-29ec-9cb1-0e1f-000000004575 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=barbican 2025-10-05 07:52:09.998853 | fa163e58-29ec-9cb1-0e1f-000000004575 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:21:58.392538 | 5.53s 2025-10-05 07:52:10.227762 | fa163e58-29ec-9cb1-0e1f-000000004575 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinder 2025-10-05 07:52:10.228959 | fa163e58-29ec-9cb1-0e1f-000000004575 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:21:58.622648 | 5.76s 2025-10-05 07:52:10.456635 | fa163e58-29ec-9cb1-0e1f-000000004575 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinderv3 2025-10-05 07:52:10.457391 | fa163e58-29ec-9cb1-0e1f-000000004575 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:21:58.851086 | 5.99s 2025-10-05 07:52:10.707167 | fa163e58-29ec-9cb1-0e1f-000000004575 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=glance 2025-10-05 07:52:10.709240 | fa163e58-29ec-9cb1-0e1f-000000004575 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:21:59.102929 | 6.24s 2025-10-05 07:52:10.933667 | fa163e58-29ec-9cb1-0e1f-000000004575 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=heat 2025-10-05 07:52:10.935633 | fa163e58-29ec-9cb1-0e1f-000000004575 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:21:59.329320 | 6.47s 2025-10-05 07:52:11.199267 | fa163e58-29ec-9cb1-0e1f-000000004575 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=heat_stack_domain_admin 2025-10-05 07:52:11.200829 | fa163e58-29ec-9cb1-0e1f-000000004575 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:21:59.594512 | 6.74s 2025-10-05 07:52:11.451768 | fa163e58-29ec-9cb1-0e1f-000000004575 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=heat-cfn 2025-10-05 07:52:11.452878 | fa163e58-29ec-9cb1-0e1f-000000004575 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:21:59.846566 | 6.99s 2025-10-05 07:52:11.722462 | fa163e58-29ec-9cb1-0e1f-000000004575 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=manila 2025-10-05 07:52:11.723470 | fa163e58-29ec-9cb1-0e1f-000000004575 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:00.117159 | 7.26s 2025-10-05 07:52:11.978227 | fa163e58-29ec-9cb1-0e1f-000000004575 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=manilav2 2025-10-05 07:52:11.979276 | fa163e58-29ec-9cb1-0e1f-000000004575 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:00.372966 | 7.51s 2025-10-05 07:52:12.239888 | fa163e58-29ec-9cb1-0e1f-000000004575 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=neutron 2025-10-05 07:52:12.241758 | fa163e58-29ec-9cb1-0e1f-000000004575 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:00.635447 | 7.78s 2025-10-05 07:52:12.254450 | fa163e58-29ec-9cb1-0e1f-000000004575 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:00.648132 | 7.79s 2025-10-05 07:52:12.277791 | fa163e58-29ec-9cb1-0e1f-00000000457a | TASK | Async assignment of Keystone user to roles 2025-10-05 07:52:12.652594 | fa163e58-29ec-9cb1-0e1f-00000000457a | CHANGED | Async assignment of Keystone user to roles | undercloud | item=nova 2025-10-05 07:52:12.654845 | fa163e58-29ec-9cb1-0e1f-00000000457a | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:01.048529 | 0.38s 2025-10-05 07:52:12.970992 | fa163e58-29ec-9cb1-0e1f-00000000457a | CHANGED | Async assignment of Keystone user to roles | undercloud | item=placement 2025-10-05 07:52:12.971529 | fa163e58-29ec-9cb1-0e1f-00000000457a | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:01.365227 | 0.69s 2025-10-05 07:52:13.300781 | fa163e58-29ec-9cb1-0e1f-00000000457a | CHANGED | Async assignment of Keystone user to roles | undercloud | item=swift 2025-10-05 07:52:13.302256 | fa163e58-29ec-9cb1-0e1f-00000000457a | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:01.695948 | 1.02s 2025-10-05 07:52:13.312866 | fa163e58-29ec-9cb1-0e1f-00000000457a | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:01.706552 | 1.03s 2025-10-05 07:52:13.331833 | fa163e58-29ec-9cb1-0e1f-00000000457c | TASK | Check Keystone user assignment to roles status 2025-10-05 07:52:13.589085 | fa163e58-29ec-9cb1-0e1f-00000000457c | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2025-10-05 07:52:18.772632 | fa163e58-29ec-9cb1-0e1f-00000000457c | CHANGED | Check Keystone user assignment to roles status | undercloud | item=nova 2025-10-05 07:52:18.773860 | fa163e58-29ec-9cb1-0e1f-00000000457c | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:07.167546 | 5.44s 2025-10-05 07:52:18.996785 | fa163e58-29ec-9cb1-0e1f-00000000457c | CHANGED | Check Keystone user assignment to roles status | undercloud | item=placement 2025-10-05 07:52:18.997506 | fa163e58-29ec-9cb1-0e1f-00000000457c | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:07.391204 | 5.66s 2025-10-05 07:52:19.247991 | fa163e58-29ec-9cb1-0e1f-00000000457c | CHANGED | Check Keystone user assignment to roles status | undercloud | item=swift 2025-10-05 07:52:19.249752 | fa163e58-29ec-9cb1-0e1f-00000000457c | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:07.643448 | 5.92s 2025-10-05 07:52:19.260843 | fa163e58-29ec-9cb1-0e1f-00000000457c | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:07.654525 | 5.93s 2025-10-05 07:52:19.281043 | fa163e58-29ec-9cb1-0e1f-0000000043b4 | TASK | Async assignment of Keystone user per role 2025-10-05 07:52:19.356874 | fa163e58-29ec-9cb1-0e1f-0000000043b4 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:22:07.750545 | 0.07s 2025-10-05 07:52:19.369819 | fa163e58-29ec-9cb1-0e1f-0000000043b4 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:22:07.763503 | 0.09s 2025-10-05 07:52:19.385080 | 0d71b153-b62b-406e-b2ed-f31f4cbbb8f4 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2025-10-05 07:52:19.410358 | fa163e58-29ec-9cb1-0e1f-0000000045d4 | TASK | Async assignment of Keystone user to roles 2025-10-05 07:52:19.741099 | fa163e58-29ec-9cb1-0e1f-0000000045d4 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinder 2025-10-05 07:52:19.742699 | fa163e58-29ec-9cb1-0e1f-0000000045d4 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:08.136394 | 0.33s 2025-10-05 07:52:20.056716 | fa163e58-29ec-9cb1-0e1f-0000000045d4 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinderv3 2025-10-05 07:52:20.057287 | fa163e58-29ec-9cb1-0e1f-0000000045d4 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:08.450986 | 0.64s 2025-10-05 07:52:20.373097 | fa163e58-29ec-9cb1-0e1f-0000000045d4 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=nova 2025-10-05 07:52:20.374410 | fa163e58-29ec-9cb1-0e1f-0000000045d4 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:08.768108 | 0.96s 2025-10-05 07:52:20.385300 | fa163e58-29ec-9cb1-0e1f-0000000045d4 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:08.778983 | 0.97s 2025-10-05 07:52:20.404399 | fa163e58-29ec-9cb1-0e1f-0000000045d6 | TASK | Check Keystone user assignment to roles status 2025-10-05 07:52:20.643267 | fa163e58-29ec-9cb1-0e1f-0000000045d6 | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2025-10-05 07:52:25.870367 | fa163e58-29ec-9cb1-0e1f-0000000045d6 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinder 2025-10-05 07:52:25.871148 | fa163e58-29ec-9cb1-0e1f-0000000045d6 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:14.264844 | 5.47s 2025-10-05 07:52:26.144760 | fa163e58-29ec-9cb1-0e1f-0000000045d6 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinderv3 2025-10-05 07:52:26.145460 | fa163e58-29ec-9cb1-0e1f-0000000045d6 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:14.539156 | 5.74s 2025-10-05 07:52:26.426745 | fa163e58-29ec-9cb1-0e1f-0000000045d6 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=nova 2025-10-05 07:52:26.427491 | fa163e58-29ec-9cb1-0e1f-0000000045d6 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:14.821187 | 6.02s 2025-10-05 07:52:26.434539 | fa163e58-29ec-9cb1-0e1f-0000000045d6 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:14.828230 | 6.03s 2025-10-05 07:52:26.470677 | fa163e58-29ec-9cb1-0e1f-0000000037c2 | TASK | is Keystone LDAP enabled 2025-10-05 07:52:26.531493 | fa163e58-29ec-9cb1-0e1f-0000000037c2 | OK | is Keystone LDAP enabled | undercloud 2025-10-05 07:52:26.532827 | fa163e58-29ec-9cb1-0e1f-0000000037c2 | TIMING | is Keystone LDAP enabled | undercloud | 0:22:14.926513 | 0.06s 2025-10-05 07:52:26.550154 | fa163e58-29ec-9cb1-0e1f-0000000037c3 | TASK | Set fact for tripleo_keystone_ldap_domains 2025-10-05 07:52:26.602659 | fa163e58-29ec-9cb1-0e1f-0000000037c3 | SKIPPED | Set fact for tripleo_keystone_ldap_domains | undercloud 2025-10-05 07:52:26.603910 | fa163e58-29ec-9cb1-0e1f-0000000037c3 | TIMING | Set fact for tripleo_keystone_ldap_domains | undercloud | 0:22:14.997597 | 0.05s 2025-10-05 07:52:26.621461 | fa163e58-29ec-9cb1-0e1f-0000000037c4 | TASK | Manage Keystone domains from LDAP config 2025-10-05 07:52:26.675845 | fa163e58-29ec-9cb1-0e1f-0000000037c4 | SKIPPED | Manage Keystone domains from LDAP config | undercloud 2025-10-05 07:52:26.676890 | fa163e58-29ec-9cb1-0e1f-0000000037c4 | TIMING | Manage Keystone domains from LDAP config | undercloud | 0:22:15.070578 | 0.05s PLAY [Deploy step tasks for 4] ************************************************* 2025-10-05 07:52:26.811060 | fa163e58-29ec-9cb1-0e1f-0000000000e2 | TASK | Deploy step tasks for 4 2025-10-05 07:52:26.840287 | fa163e58-29ec-9cb1-0e1f-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', 'fa163e58-29ec-9cb1-0e1f-0000000000e2') missing from stats 2025-10-05 07:52:26.861902 | fa163e58-29ec-9cb1-0e1f-0000000000e3 | TASK | Write the config_step hieradata for the deploy step 4 tasks 2025-10-05 07:52:27.363504 | fa163e58-29ec-9cb1-0e1f-0000000000e3 | CHANGED | Write the config_step hieradata for the deploy step 4 tasks | standalone 2025-10-05 07:52:27.364877 | fa163e58-29ec-9cb1-0e1f-0000000000e3 | TIMING | Write the config_step hieradata for the deploy step 4 tasks | standalone | 0:22:15.758558 | 0.50s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-10-05 07:52:27.440729 | fa163e58-29ec-9cb1-0e1f-0000000000e4 | TIMING | include_tasks | standalone | 0:22:15.834414 | 0.05s 2025-10-05 07:52:27.484478 | 6b1caaf0-641c-40aa-a495-5ddea3dd381e | INCLUDED | /root/standalone-ansible-jr6gpgc3/Standalone/deploy_steps_tasks_step4.yaml | standalone 2025-10-05 07:52:27.509778 | fa163e58-29ec-9cb1-0e1f-000000004618 | TASK | Create virtqemud recovery script 2025-10-05 07:52:27.954961 | fa163e58-29ec-9cb1-0e1f-000000004618 | CHANGED | Create virtqemud recovery script | standalone 2025-10-05 07:52:27.956296 | fa163e58-29ec-9cb1-0e1f-000000004618 | TIMING | Create virtqemud recovery script | standalone | 0:22:16.349983 | 0.45s 2025-10-05 07:52:27.983983 | fa163e58-29ec-9cb1-0e1f-000000004619 | TASK | Create virtqemud recovery trigger service 2025-10-05 07:52:28.462227 | fa163e58-29ec-9cb1-0e1f-000000004619 | CHANGED | Create virtqemud recovery trigger service | standalone 2025-10-05 07:52:28.463625 | fa163e58-29ec-9cb1-0e1f-000000004619 | TIMING | Create virtqemud recovery trigger service | standalone | 0:22:16.857312 | 0.48s 2025-10-05 07:52:28.490154 | fa163e58-29ec-9cb1-0e1f-00000000461a | TASK | Create virtqemud recovery trigger timer 2025-10-05 07:52:28.975289 | fa163e58-29ec-9cb1-0e1f-00000000461a | CHANGED | Create virtqemud recovery trigger timer | standalone 2025-10-05 07:52:28.976734 | fa163e58-29ec-9cb1-0e1f-00000000461a | TIMING | Create virtqemud recovery trigger timer | standalone | 0:22:17.370420 | 0.49s 2025-10-05 07:52:29.004248 | fa163e58-29ec-9cb1-0e1f-00000000461b | TASK | Enable virtqemud recovery trigger service 2025-10-05 07:52:30.070477 | fa163e58-29ec-9cb1-0e1f-00000000461b | CHANGED | Enable virtqemud recovery trigger service | standalone 2025-10-05 07:52:30.072466 | fa163e58-29ec-9cb1-0e1f-00000000461b | TIMING | Enable virtqemud recovery trigger service | standalone | 0:22:18.466154 | 1.07s 2025-10-05 07:52:30.099773 | fa163e58-29ec-9cb1-0e1f-00000000461c | TASK | Enable virtqemud recovery trigger timer 2025-10-05 07:52:31.146827 | fa163e58-29ec-9cb1-0e1f-00000000461c | CHANGED | Enable virtqemud recovery trigger timer | standalone 2025-10-05 07:52:31.147968 | fa163e58-29ec-9cb1-0e1f-00000000461c | TIMING | Enable virtqemud recovery trigger timer | standalone | 0:22:19.541660 | 1.05s 2025-10-05 07:52:31.169714 | fa163e58-29ec-9cb1-0e1f-00000000461d | TASK | Really enable virtqemud recovery trigger timer 2025-10-05 07:52:31.757357 | fa163e58-29ec-9cb1-0e1f-00000000461d | CHANGED | Really enable virtqemud recovery trigger timer | standalone 2025-10-05 07:52:31.758910 | fa163e58-29ec-9cb1-0e1f-00000000461d | TIMING | Really enable virtqemud recovery trigger timer | standalone | 0:22:20.152597 | 0.59s 2025-10-05 07:52:31.789175 | fa163e58-29ec-9cb1-0e1f-00000000461f | TASK | Create systemd file 2025-10-05 07:52:32.277358 | fa163e58-29ec-9cb1-0e1f-00000000461f | CHANGED | Create systemd file | standalone 2025-10-05 07:52:32.278768 | fa163e58-29ec-9cb1-0e1f-00000000461f | TIMING | Create systemd file | standalone | 0:22:20.672456 | 0.49s 2025-10-05 07:52:32.305651 | fa163e58-29ec-9cb1-0e1f-000000004620 | TASK | Reload systemd 2025-10-05 07:52:33.084635 | fa163e58-29ec-9cb1-0e1f-000000004620 | CHANGED | Reload systemd | standalone 2025-10-05 07:52:33.086361 | fa163e58-29ec-9cb1-0e1f-000000004620 | TIMING | Reload systemd | standalone | 0:22:21.480047 | 0.78s 2025-10-05 07:52:33.114978 | fa163e58-29ec-9cb1-0e1f-000000004623 | TASK | Start OVN container 2025-10-05 07:52:33.178210 | fa163e58-29ec-9cb1-0e1f-000000004623 | SKIPPED | Start OVN container | standalone | item=ovn_cluster_north_db_server 2025-10-05 07:52:33.198742 | fa163e58-29ec-9cb1-0e1f-000000004623 | SKIPPED | Start OVN container | standalone | item=ovn_cluster_south_db_server 2025-10-05 07:52:33.210425 | fa163e58-29ec-9cb1-0e1f-000000004623 | SKIPPED | Start OVN container | standalone | item=ovn_cluster_northd 2025-10-05 07:52:33.222443 | fa163e58-29ec-9cb1-0e1f-000000004623 | TIMING | Start OVN container | standalone | 0:22:21.616123 | 0.11s 2025-10-05 07:52:33.252099 | fa163e58-29ec-9cb1-0e1f-000000004625 | TASK | Set NB connection 2025-10-05 07:52:33.302773 | fa163e58-29ec-9cb1-0e1f-000000004625 | SKIPPED | Set NB connection | standalone 2025-10-05 07:52:33.303948 | fa163e58-29ec-9cb1-0e1f-000000004625 | TIMING | Set NB connection | standalone | 0:22:21.697633 | 0.05s 2025-10-05 07:52:33.331222 | fa163e58-29ec-9cb1-0e1f-000000004626 | TASK | Set SB connection 2025-10-05 07:52:33.381761 | fa163e58-29ec-9cb1-0e1f-000000004626 | SKIPPED | Set SB connection | standalone 2025-10-05 07:52:33.382959 | fa163e58-29ec-9cb1-0e1f-000000004626 | TIMING | Set SB connection | standalone | 0:22:21.776646 | 0.05s 2025-10-05 07:52:33.410111 | fa163e58-29ec-9cb1-0e1f-0000000000e6 | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_4 already exists 2025-10-05 07:52:33.646732 | fa163e58-29ec-9cb1-0e1f-0000000000e6 | OK | Check if /var/lib/tripleo-config/container-startup-config/step_4 already exists | standalone 2025-10-05 07:52:33.648123 | fa163e58-29ec-9cb1-0e1f-0000000000e6 | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_4 already exists | standalone | 0:22:22.041810 | 0.24s 2025-10-05 07:52:33.727676 | fa163e58-29ec-9cb1-0e1f-0000000000e7 | TIMING | include_tasks | standalone | 0:22:22.121353 | 0.05s 2025-10-05 07:52:33.764006 | db10d8b1-61b5-4a0f-825f-290a533ec3d4 | INCLUDED | /root/standalone-ansible-jr6gpgc3/common_deploy_steps_tasks.yaml | standalone 2025-10-05 07:52:33.792124 | fa163e58-29ec-9cb1-0e1f-000000004655 | TASK | Write the config_step hieradata 2025-10-05 07:52:34.288426 | fa163e58-29ec-9cb1-0e1f-000000004655 | OK | Write the config_step hieradata | standalone 2025-10-05 07:52:34.290086 | fa163e58-29ec-9cb1-0e1f-000000004655 | TIMING | Write the config_step hieradata | standalone | 0:22:22.683774 | 0.50s 2025-10-05 07:52:34.319118 | fa163e58-29ec-9cb1-0e1f-000000004656 | TASK | Run puppet host configuration for step 4 2025-10-05 07:52:34.571533 | fa163e58-29ec-9cb1-0e1f-000000004656 | CHANGED | Run puppet host configuration for step 4 | standalone 2025-10-05 07:52:34.572745 | fa163e58-29ec-9cb1-0e1f-000000004656 | TIMING | Run puppet host configuration for step 4 | standalone | 0:22:22.966434 | 0.25s 2025-10-05 07:52:34.600635 | fa163e58-29ec-9cb1-0e1f-000000004657 | TASK | Wait for puppet host configuration to finish 2025-10-05 07:52:34.866192 | fa163e58-29ec-9cb1-0e1f-000000004657 | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-10-05 07:52:45.083326 | fa163e58-29ec-9cb1-0e1f-000000004657 | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-10-05 07:52:55.267599 | fa163e58-29ec-9cb1-0e1f-000000004657 | WAITING | Wait for puppet host configuration to finish | standalone | 358 retries left 2025-10-05 07:53:05.497003 | fa163e58-29ec-9cb1-0e1f-000000004657 | CHANGED | Wait for puppet host configuration to finish | standalone 2025-10-05 07:53:05.498421 | fa163e58-29ec-9cb1-0e1f-000000004657 | TIMING | Wait for puppet host configuration to finish | standalone | 0:22:53.892108 | 30.90s 2025-10-05 07:53:05.528879 | fa163e58-29ec-9cb1-0e1f-000000004658 | TASK | Debug output for task: Run puppet host configuration for step 4 2025-10-05 07:53:05.610818 | fa163e58-29ec-9cb1-0e1f-000000004658 | CHANGED | Debug output for task: Run puppet host configuration for step 4 | standalone | result={ "changed": true, "failed_when_result": false, "puppet_host_outputs.stdout_lines | default([]) | union(puppet_host_outputs.stderr_lines | default([]))": [ "<13>Oct 5 07:52:34 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Oct 5 07:52:41 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Oct 5 07:52:41 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Oct 5 07:52:41 puppet-user: (file & line not available)", "<13>Oct 5 07:52:41 puppet-user: Warning: The function 'hiera' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/7.10/deprecated_language.html", "<13>Oct 5 07:52:41 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Oct 5 07:52:41 puppet-user: Warning: This method is deprecated, please use match expressions with Stdlib::Compat::String instead. They are described at https://docs.puppet.com/puppet/latest/reference/lang_data_type.html#match-expressions. at [\"/etc/puppet/modules/snmp/manifests/params.pp\", 310]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 7]", "<13>Oct 5 07:52:41 puppet-user: (location: /etc/puppet/modules/stdlib/lib/puppet/functions/deprecation.rb:34:in `deprecation')", "<13>Oct 5 07:52:41 puppet-user: Warning: This method is deprecated, please use the stdlib validate_legacy function,", "<13>Oct 5 07:52:41 puppet-user: with Stdlib::Compat::Bool. There is further documentation for validate_legacy function in the README. at [\"/etc/puppet/modules/snmp/manifests/init.pp\", 358]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 7]", "<13>Oct 5 07:52:41 puppet-user: with Stdlib::Compat::Array. There is further documentation for validate_legacy function in the README. at [\"/etc/puppet/modules/snmp/manifests/init.pp\", 367]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 7]", "<13>Oct 5 07:52:41 puppet-user: with Stdlib::Compat::String. There is further documentation for validate_legacy function in the README. at [\"/etc/puppet/modules/snmp/manifests/init.pp\", 382]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 7]", "<13>Oct 5 07:52:41 puppet-user: with Stdlib::Compat::Numeric. There is further documentation for validate_legacy function in the README. at [\"/etc/puppet/modules/snmp/manifests/init.pp\", 388]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 7]", "<13>Oct 5 07:52:41 puppet-user: with Pattern[]. There is further documentation for validate_legacy function in the README. at [\"/etc/puppet/modules/snmp/manifests/init.pp\", 393]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 7]", "<13>Oct 5 07:52:41 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Oct 5 07:52:41 puppet-user: Notice: Compiled catalog for standalone.ooo.test in environment production in 0.49 seconds", "<13>Oct 5 07:52:46 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Oct 5 07:52:48 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Oct 5 07:52:53 puppet-user: Notice: /Stage[main]/Snmp/Package[snmpd]/ensure: created", "<13>Oct 5 07:52:53 puppet-user: Notice: /Stage[main]/Snmp/File[snmpd.conf]/content: content changed '{sha256}2b743f970e80e2150759bfc66f2d8d0fbd8b31624f79e2991248d1a5ac57494e' to '{sha256}ee1ad65f7a057e6f385a6c69bcf1de6971b6574ef099fc8a3910a2a46ea880c7'", "<13>Oct 5 07:52:53 puppet-user: Notice: /Stage[main]/Snmp/File[snmpd.sysconfig]/content: content changed '{sha256}b63afb2dee7419b6834471f88581d981c8ae5c8b27b9d329ba67a02f3ddd8221' to '{sha256}3917ee8bbc680ad50d77186ad4a1d2705c2025c32fc32f823abbda7f2328dfbd'", "<13>Oct 5 07:52:53 puppet-user: Notice: /Stage[main]/Snmp/File[snmptrapd.conf]/content: content changed '{sha256}2e1ca894d609ef337b6243909bf5623c87fd5df98ecbd00c7d4c12cf12f03c4e' to '{sha256}3ecf18da1ba84ea3932607f2b903ee6a038b6f9ac4e1e371e48f3ef61c5052ea'", "<13>Oct 5 07:52:53 puppet-user: Notice: /Stage[main]/Snmp/File[snmptrapd.sysconfig]/content: content changed '{sha256}86ee5797ad10cb1ea0f631e9dfa6ae278ecf4f4d16f4c80f831cdde45601b23c' to '{sha256}2244553364afcca151958f8e2003e4c182f5e2ecfbe55405cec73fd818581e97'", "<13>Oct 5 07:52:53 puppet-user: Notice: /Stage[main]/Snmp/Service[snmptrapd]: Triggered 'refresh' from 2 events", "<13>Oct 5 07:52:54 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Oct 5 07:53:00 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Snmp/Snmp::Snmpv3_user[ro_snmp_user]/Exec[create-snmpv3-user-ro_snmp_user]/returns: executed successfully", "<13>Oct 5 07:53:01 puppet-user: Notice: /Stage[main]/Snmp/Service[snmpd]/ensure: ensure changed 'stopped' to 'running'", "<13>Oct 5 07:53:01 puppet-user: Notice: Applied catalog in 19.81 seconds", "<13>Oct 5 07:53:01 puppet-user: Application:", "<13>Oct 5 07:53:01 puppet-user: Initial environment: production", "<13>Oct 5 07:53:01 puppet-user: Converged environment: production", "<13>Oct 5 07:53:01 puppet-user: Run mode: user", "<13>Oct 5 07:53:01 puppet-user: Changes:", "<13>Oct 5 07:53:01 puppet-user: Total: 10", "<13>Oct 5 07:53:01 puppet-user: Events:", "<13>Oct 5 07:53:01 puppet-user: Success: 10", "<13>Oct 5 07:53:01 puppet-user: Resources:", "<13>Oct 5 07:53:01 puppet-user: Restarted: 1", "<13>Oct 5 07:53:01 puppet-user: Changed: 10", "<13>Oct 5 07:53:01 puppet-user: Out of sync: 10", "<13>Oct 5 07:53:01 puppet-user: Total: 37", "<13>Oct 5 07:53:01 puppet-user: Time:", "<13>Oct 5 07:53:01 puppet-user: Schedule: 0.00", "<13>Oct 5 07:53:01 puppet-user: File line: 0.00", "<13>Oct 5 07:53:01 puppet-user: Augeas: 0.01", "<13>Oct 5 07:53:01 puppet-user: User: 0.01", "<13>Oct 5 07:53:01 puppet-user: File: 0.09", "<13>Oct 5 07:53:01 puppet-user: Config retrieval: 0.56", "<13>Oct 5 07:53:01 puppet-user: Service: 1.43", "<13>Oct 5 07:53:01 puppet-user: Pcmk property: 1.58", "<13>Oct 5 07:53:01 puppet-user: Last run: 1759650781", "<13>Oct 5 07:53:01 puppet-user: Transaction evaluation: 19.79", "<13>Oct 5 07:53:01 puppet-user: Catalog application: 19.81", "<13>Oct 5 07:53:01 puppet-user: Pcmk resource op default: 2.10", "<13>Oct 5 07:53:01 puppet-user: Pcmk resource default: 2.18", "<13>Oct 5 07:53:01 puppet-user: Package: 5.20", "<13>Oct 5 07:53:01 puppet-user: Exec: 6.97", "<13>Oct 5 07:53:01 puppet-user: Filebucket: 0.00", "<13>Oct 5 07:53:01 puppet-user: Total: 19.82", "<13>Oct 5 07:53:01 puppet-user: Version:", "<13>Oct 5 07:53:01 puppet-user: Config: 1759650761", "<13>Oct 5 07:53:01 puppet-user: Puppet: 7.10.0" ] } 2025-10-05 07:53:05.612299 | fa163e58-29ec-9cb1-0e1f-000000004658 | TIMING | Debug output for task: Run puppet host configuration for step 4 | standalone | 0:22:54.005988 | 0.08s 2025-10-05 07:53:05.641243 | fa163e58-29ec-9cb1-0e1f-000000004659 | TASK | Pre-cache facts for puppet containers 2025-10-05 07:53:05.670336 | fa163e58-29ec-9cb1-0e1f-000000004659 | TIMING | Pre-cache facts for puppet containers | standalone | 0:22:54.064013 | 0.03s 2025-10-05 07:53:05.736397 | fa163e58-29ec-9cb1-0e1f-00000000469a | TASK | Gather variables for each operating system 2025-10-05 07:53:05.858818 | fa163e58-29ec-9cb1-0e1f-00000000469a | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:22:54.252490 | 0.12s 2025-10-05 07:53:05.892016 | fa163e58-29ec-9cb1-0e1f-00000000469b | TASK | Create puppet caching structures 2025-10-05 07:53:06.136262 | fa163e58-29ec-9cb1-0e1f-00000000469b | CHANGED | Create puppet caching structures | standalone 2025-10-05 07:53:06.137689 | fa163e58-29ec-9cb1-0e1f-00000000469b | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:22:54.531376 | 0.24s 2025-10-05 07:53:06.165072 | fa163e58-29ec-9cb1-0e1f-00000000469c | TASK | Check for facter.conf 2025-10-05 07:53:06.418040 | fa163e58-29ec-9cb1-0e1f-00000000469c | OK | Check for facter.conf | standalone 2025-10-05 07:53:06.419484 | fa163e58-29ec-9cb1-0e1f-00000000469c | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:22:54.813173 | 0.25s 2025-10-05 07:53:06.447257 | fa163e58-29ec-9cb1-0e1f-00000000469d | TASK | Remove facter.conf if directory 2025-10-05 07:53:06.498038 | fa163e58-29ec-9cb1-0e1f-00000000469d | SKIPPED | Remove facter.conf if directory | standalone 2025-10-05 07:53:06.499216 | fa163e58-29ec-9cb1-0e1f-00000000469d | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:22:54.892903 | 0.05s 2025-10-05 07:53:06.526475 | fa163e58-29ec-9cb1-0e1f-00000000469e | TASK | Write facter cache config 2025-10-05 07:53:07.030051 | fa163e58-29ec-9cb1-0e1f-00000000469e | CHANGED | Write facter cache config | standalone 2025-10-05 07:53:07.031708 | fa163e58-29ec-9cb1-0e1f-00000000469e | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:22:55.425387 | 0.50s 2025-10-05 07:53:07.059978 | fa163e58-29ec-9cb1-0e1f-00000000469f | TASK | Cleanup facter cache if exists 2025-10-05 07:53:07.293488 | fa163e58-29ec-9cb1-0e1f-00000000469f | CHANGED | Cleanup facter cache if exists | standalone 2025-10-05 07:53:07.294899 | fa163e58-29ec-9cb1-0e1f-00000000469f | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:22:55.688586 | 0.23s 2025-10-05 07:53:07.323134 | fa163e58-29ec-9cb1-0e1f-0000000046a0 | TASK | Pre-cache facts 2025-10-05 07:53:07.984618 | fa163e58-29ec-9cb1-0e1f-0000000046a0 | CHANGED | Pre-cache facts | standalone 2025-10-05 07:53:07.986005 | fa163e58-29ec-9cb1-0e1f-0000000046a0 | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:22:56.379686 | 0.66s 2025-10-05 07:53:08.017196 | fa163e58-29ec-9cb1-0e1f-0000000046a1 | TASK | Failed deployment if facter fails 2025-10-05 07:53:08.049895 | fa163e58-29ec-9cb1-0e1f-0000000046a1 | SKIPPED | Failed deployment if facter fails | standalone 2025-10-05 07:53:08.051257 | fa163e58-29ec-9cb1-0e1f-0000000046a1 | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:22:56.444936 | 0.03s 2025-10-05 07:53:08.094377 | fa163e58-29ec-9cb1-0e1f-0000000046a2 | TASK | Sync cached facts 2025-10-05 07:53:08.421158 | fa163e58-29ec-9cb1-0e1f-0000000046a2 | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163e58-29ec-9cb1-0e1f-0000000046a2') missing from stats 2025-10-05 07:53:08.476340 | fa163e58-29ec-9cb1-0e1f-00000000465a | TASK | Include container-puppet tasks (generate config) during step 1 2025-10-05 07:53:08.528179 | fa163e58-29ec-9cb1-0e1f-00000000465a | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2025-10-05 07:53:08.529880 | fa163e58-29ec-9cb1-0e1f-00000000465a | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:22:56.923563 | 0.05s 2025-10-05 07:53:08.558970 | fa163e58-29ec-9cb1-0e1f-00000000465c | TASK | Manage containers for step 4 with tripleo-ansible 2025-10-05 07:53:08.588513 | fa163e58-29ec-9cb1-0e1f-00000000465c | TIMING | Manage containers for step 4 with tripleo-ansible | standalone | 0:22:56.982179 | 0.03s 2025-10-05 07:53:08.650203 | fa163e58-29ec-9cb1-0e1f-0000000046f9 | TASK | Gather variables for each operating system 2025-10-05 07:53:08.764719 | fa163e58-29ec-9cb1-0e1f-0000000046f9 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:22:57.158396 | 0.11s 2025-10-05 07:53:08.794088 | fa163e58-29ec-9cb1-0e1f-0000000046fa | TASK | Create container logs path 2025-10-05 07:53:09.053318 | fa163e58-29ec-9cb1-0e1f-0000000046fa | OK | Create container logs path | standalone 2025-10-05 07:53:09.054878 | fa163e58-29ec-9cb1-0e1f-0000000046fa | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:22:57.448558 | 0.26s 2025-10-05 07:53:09.084794 | fa163e58-29ec-9cb1-0e1f-0000000046fc | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_4 2025-10-05 07:53:09.333204 | fa163e58-29ec-9cb1-0e1f-0000000046fc | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_4 | standalone 2025-10-05 07:53:09.334444 | fa163e58-29ec-9cb1-0e1f-0000000046fc | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:22:57.728130 | 0.25s 2025-10-05 07:53:09.366514 | fa163e58-29ec-9cb1-0e1f-0000000046fd | TASK | Finalise hashes for all containers 2025-10-05 07:53:09.450357 | fa163e58-29ec-9cb1-0e1f-0000000046fd | OK | Finalise hashes for all containers | standalone 2025-10-05 07:53:09.451609 | fa163e58-29ec-9cb1-0e1f-0000000046fd | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:22:57.845262 | 0.08s 2025-10-05 07:53:09.480591 | fa163e58-29ec-9cb1-0e1f-0000000046ff | TASK | Manage systemd shutdown files 2025-10-05 07:53:09.513960 | fa163e58-29ec-9cb1-0e1f-0000000046ff | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:22:57.907631 | 0.03s 2025-10-05 07:53:09.547264 | ffaf96f5-4cc9-4fbb-8c32-7ca633904fa0 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-10-05 07:53:09.576333 | fa163e58-29ec-9cb1-0e1f-000000004732 | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-10-05 07:53:09.820435 | fa163e58-29ec-9cb1-0e1f-000000004732 | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-10-05 07:53:09.821851 | fa163e58-29ec-9cb1-0e1f-000000004732 | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:22:58.215540 | 0.24s 2025-10-05 07:53:09.849668 | fa163e58-29ec-9cb1-0e1f-000000004733 | TASK | Set podman_drop_in fact 2025-10-05 07:53:09.880522 | fa163e58-29ec-9cb1-0e1f-000000004733 | OK | Set podman_drop_in fact | standalone 2025-10-05 07:53:09.881782 | fa163e58-29ec-9cb1-0e1f-000000004733 | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:22:58.275470 | 0.03s 2025-10-05 07:53:09.909727 | fa163e58-29ec-9cb1-0e1f-000000004735 | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-10-05 07:53:10.399659 | fa163e58-29ec-9cb1-0e1f-000000004735 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-10-05 07:53:10.400877 | fa163e58-29ec-9cb1-0e1f-000000004735 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:22:58.794569 | 0.49s 2025-10-05 07:53:10.829046 | fa163e58-29ec-9cb1-0e1f-000000004735 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-10-05 07:53:10.831057 | fa163e58-29ec-9cb1-0e1f-000000004735 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:22:59.224740 | 0.92s 2025-10-05 07:53:10.841788 | fa163e58-29ec-9cb1-0e1f-000000004735 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:22:59.235479 | 0.93s 2025-10-05 07:53:10.869365 | fa163e58-29ec-9cb1-0e1f-000000004736 | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-10-05 07:53:11.339242 | fa163e58-29ec-9cb1-0e1f-000000004736 | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-10-05 07:53:11.340733 | fa163e58-29ec-9cb1-0e1f-000000004736 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:22:59.734418 | 0.47s 2025-10-05 07:53:11.368183 | fa163e58-29ec-9cb1-0e1f-000000004737 | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-10-05 07:53:11.903448 | fa163e58-29ec-9cb1-0e1f-000000004737 | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-10-05 07:53:11.905006 | fa163e58-29ec-9cb1-0e1f-000000004737 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:23:00.298692 | 0.54s 2025-10-05 07:53:11.932436 | fa163e58-29ec-9cb1-0e1f-000000004738 | TASK | Enable and start tripleo-container-shutdown 2025-10-05 07:53:12.693516 | fa163e58-29ec-9cb1-0e1f-000000004738 | OK | Enable and start tripleo-container-shutdown | standalone 2025-10-05 07:53:12.696145 | fa163e58-29ec-9cb1-0e1f-000000004738 | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:23:01.089829 | 0.76s 2025-10-05 07:53:12.729198 | fa163e58-29ec-9cb1-0e1f-000000004739 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-10-05 07:53:13.252298 | fa163e58-29ec-9cb1-0e1f-000000004739 | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-10-05 07:53:13.253706 | fa163e58-29ec-9cb1-0e1f-000000004739 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:23:01.647393 | 0.52s 2025-10-05 07:53:13.280998 | fa163e58-29ec-9cb1-0e1f-00000000473a | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-10-05 07:53:13.797439 | fa163e58-29ec-9cb1-0e1f-00000000473a | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-10-05 07:53:13.798258 | fa163e58-29ec-9cb1-0e1f-00000000473a | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:23:02.191952 | 0.52s 2025-10-05 07:53:13.817179 | fa163e58-29ec-9cb1-0e1f-00000000473b | TASK | Enable and start netns-placeholder 2025-10-05 07:53:14.549559 | fa163e58-29ec-9cb1-0e1f-00000000473b | CHANGED | Enable and start netns-placeholder | standalone 2025-10-05 07:53:14.551615 | fa163e58-29ec-9cb1-0e1f-00000000473b | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:23:02.945271 | 0.73s 2025-10-05 07:53:14.589325 | fa163e58-29ec-9cb1-0e1f-000000004701 | TASK | Update container configs with new config hashes 2025-10-05 07:53:14.649437 | fa163e58-29ec-9cb1-0e1f-000000004701 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:23:03.043116 | 0.06s 2025-10-05 07:53:14.668098 | 0d94379a-26fa-406f-8b03-70d97550fe41 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-10-05 07:53:14.699647 | fa163e58-29ec-9cb1-0e1f-000000004763 | TASK | Update config hashes for container startup configs 2025-10-05 07:53:14.998187 | fa163e58-29ec-9cb1-0e1f-000000004763 | OK | Update config hashes for container startup configs | standalone 2025-10-05 07:53:14.999143 | fa163e58-29ec-9cb1-0e1f-000000004763 | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:23:03.392836 | 0.30s 2025-10-05 07:53:15.022783 | fa163e58-29ec-9cb1-0e1f-000000004702 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_4 2025-10-05 07:53:15.062449 | fa163e58-29ec-9cb1-0e1f-000000004702 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:23:03.456129 | 0.04s 2025-10-05 07:53:15.075553 | 5738fdcd-0e8b-4923-872f-9b68791d3797 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-05 07:53:15.103661 | fa163e58-29ec-9cb1-0e1f-000000004782 | TASK | Gather podman infos 2025-10-05 07:53:16.426177 | fa163e58-29ec-9cb1-0e1f-000000004782 | OK | Gather podman infos | standalone 2025-10-05 07:53:16.428896 | fa163e58-29ec-9cb1-0e1f-000000004782 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:23:04.822565 | 1.32s 2025-10-05 07:53:16.622784 | fa163e58-29ec-9cb1-0e1f-000000004783 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 2025-10-05 07:53:16.700756 | fa163e58-29ec-9cb1-0e1f-000000004783 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:23:05.094430 | 0.07s 2025-10-05 07:53:16.858046 | fa163e58-29ec-9cb1-0e1f-0000000047cc | TIMING | tripleo_container_rm : include_tasks | standalone | 0:23:05.251719 | 0.10s 2025-10-05 07:53:16.915313 | fa163e58-29ec-9cb1-0e1f-000000004703 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_4 2025-10-05 07:53:16.970881 | fa163e58-29ec-9cb1-0e1f-000000004703 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:23:05.364549 | 0.05s 2025-10-05 07:53:16.993215 | 3d04e392-688e-4126-93d6-c40856a88822 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-05 07:53:17.028455 | fa163e58-29ec-9cb1-0e1f-0000000047f2 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 2025-10-05 07:53:34.716431 | fa163e58-29ec-9cb1-0e1f-0000000047f2 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | standalone 2025-10-05 07:53:34.717473 | fa163e58-29ec-9cb1-0e1f-0000000047f2 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:23:23.111170 | 17.69s 2025-10-05 07:53:34.748048 | fa163e58-29ec-9cb1-0e1f-0000000047f3 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 2025-10-05 07:55:14.754278 | fa163e58-29ec-9cb1-0e1f-0000000047f3 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 | standalone 2025-10-05 07:55:14.756542 | fa163e58-29ec-9cb1-0e1f-0000000047f3 | 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:25:03.150227 | 100.01s 2025-10-05 07:55:14.834605 | fa163e58-29ec-9cb1-0e1f-00000000465e | TASK | Clean container_puppet_tasks for standalone step 4 2025-10-05 07:55:15.072362 | fa163e58-29ec-9cb1-0e1f-00000000465e | OK | Clean container_puppet_tasks for standalone step 4 | standalone 2025-10-05 07:55:15.073740 | fa163e58-29ec-9cb1-0e1f-00000000465e | TIMING | Clean container_puppet_tasks for standalone step 4 | standalone | 0:25:03.467427 | 0.24s 2025-10-05 07:55:15.119456 | fa163e58-29ec-9cb1-0e1f-00000000465f | TASK | Calculate container_puppet_tasks for standalone step 4 2025-10-05 07:55:15.178447 | fa163e58-29ec-9cb1-0e1f-00000000465f | TIMING | Calculate container_puppet_tasks for standalone step 4 | standalone | 0:25:03.572132 | 0.06s 2025-10-05 07:55:15.201396 | fa163e58-29ec-9cb1-0e1f-000000004660 | TASK | Include container-puppet tasks for step 4 2025-10-05 07:55:15.249616 | fa163e58-29ec-9cb1-0e1f-000000004660 | TIMING | Include container-puppet tasks for step 4 | standalone | 0:25:03.643267 | 0.05s 2025-10-05 07:55:15.264518 | fb8d7bef-2fde-49b7-aebe-6cd19ba2a62e | INCLUDED | /root/standalone-ansible-jr6gpgc3/host-container-puppet-tasks.yaml | standalone 2025-10-05 07:55:15.298932 | fa163e58-29ec-9cb1-0e1f-00000000483e | TASK | Write container-puppet-tasks json file for standalone step 4 2025-10-05 07:55:15.768071 | fa163e58-29ec-9cb1-0e1f-00000000483e | CHANGED | Write container-puppet-tasks json file for standalone step 4 | standalone 2025-10-05 07:55:15.769316 | fa163e58-29ec-9cb1-0e1f-00000000483e | TIMING | Write container-puppet-tasks json file for standalone step 4 | standalone | 0:25:04.163004 | 0.47s 2025-10-05 07:55:15.797125 | fa163e58-29ec-9cb1-0e1f-000000004840 | TASK | Generate container puppet configs for step 4 2025-10-05 07:55:16.150096 | fa163e58-29ec-9cb1-0e1f-000000004840 | OK | Generate container puppet configs for step 4 | standalone 2025-10-05 07:55:16.151744 | fa163e58-29ec-9cb1-0e1f-000000004840 | TIMING | Generate container puppet configs for step 4 | standalone | 0:25:04.545430 | 0.35s 2025-10-05 07:55:16.181818 | fa163e58-29ec-9cb1-0e1f-000000004841 | TASK | Manage Puppet containers (bootstrap tasks) for step 4 with tripleo-ansible 2025-10-05 07:55:16.215626 | fa163e58-29ec-9cb1-0e1f-000000004841 | TIMING | Manage Puppet containers (bootstrap tasks) for step 4 with tripleo-ansible | standalone | 0:25:04.609257 | 0.03s 2025-10-05 07:55:16.284709 | fa163e58-29ec-9cb1-0e1f-000000004870 | TASK | Gather variables for each operating system 2025-10-05 07:55:16.408089 | fa163e58-29ec-9cb1-0e1f-000000004870 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:25:04.801769 | 0.12s 2025-10-05 07:55:16.431410 | fa163e58-29ec-9cb1-0e1f-000000004871 | TASK | Create container logs path 2025-10-05 07:55:16.635696 | fa163e58-29ec-9cb1-0e1f-000000004871 | OK | Create container logs path | standalone 2025-10-05 07:55:16.637328 | fa163e58-29ec-9cb1-0e1f-000000004871 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:25:05.031013 | 0.20s 2025-10-05 07:55:16.670077 | fa163e58-29ec-9cb1-0e1f-000000004873 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_4 2025-10-05 07:55:16.937288 | fa163e58-29ec-9cb1-0e1f-000000004873 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_4 | standalone 2025-10-05 07:55:16.938690 | fa163e58-29ec-9cb1-0e1f-000000004873 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_4 | standalone | 0:25:05.332376 | 0.27s 2025-10-05 07:55:16.966355 | fa163e58-29ec-9cb1-0e1f-000000004874 | TASK | Finalise hashes for all containers 2025-10-05 07:55:17.018568 | fa163e58-29ec-9cb1-0e1f-000000004874 | OK | Finalise hashes for all containers | standalone 2025-10-05 07:55:17.022047 | fa163e58-29ec-9cb1-0e1f-000000004874 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:25:05.415733 | 0.05s 2025-10-05 07:55:17.052498 | fa163e58-29ec-9cb1-0e1f-000000004876 | TASK | Manage systemd shutdown files 2025-10-05 07:55:17.090270 | fa163e58-29ec-9cb1-0e1f-000000004876 | SKIPPED | Manage systemd shutdown files | standalone 2025-10-05 07:55:17.092649 | fa163e58-29ec-9cb1-0e1f-000000004876 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:25:05.486326 | 0.04s 2025-10-05 07:55:17.122168 | fa163e58-29ec-9cb1-0e1f-000000004878 | TASK | Update container configs with new config hashes 2025-10-05 07:55:17.174505 | fa163e58-29ec-9cb1-0e1f-000000004878 | SKIPPED | Update container configs with new config hashes | standalone 2025-10-05 07:55:17.176541 | fa163e58-29ec-9cb1-0e1f-000000004878 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:25:05.570225 | 0.05s 2025-10-05 07:55:17.209099 | fa163e58-29ec-9cb1-0e1f-000000004879 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_4 2025-10-05 07:55:17.261628 | fa163e58-29ec-9cb1-0e1f-000000004879 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone 2025-10-05 07:55:17.263859 | fa163e58-29ec-9cb1-0e1f-000000004879 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone | 0:25:05.657544 | 0.05s 2025-10-05 07:55:17.296906 | fa163e58-29ec-9cb1-0e1f-00000000487a | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_4 2025-10-05 07:55:17.350657 | fa163e58-29ec-9cb1-0e1f-00000000487a | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone 2025-10-05 07:55:17.353006 | fa163e58-29ec-9cb1-0e1f-00000000487a | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone | 0:25:05.746691 | 0.05s PLAY [External deployment step 5] ********************************************** 2025-10-05 07:55:17.527418 | fa163e58-29ec-9cb1-0e1f-0000000000ea | TASK | External deployment step 5 2025-10-05 07:55:17.571779 | fa163e58-29ec-9cb1-0e1f-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', 'fa163e58-29ec-9cb1-0e1f-0000000000ea') missing from stats 2025-10-05 07:55:17.627302 | fa163e58-29ec-9cb1-0e1f-0000000000eb | TIMING | include_tasks | undercloud | 0:25:06.020972 | 0.04s 2025-10-05 07:55:17.642388 | 27e0d67b-3ec0-41e7-8866-29c3656440d6 | INCLUDED | /root/standalone-ansible-jr6gpgc3/external_deploy_steps_tasks_step5.yaml | undercloud 2025-10-05 07:55:17.663140 | fa163e58-29ec-9cb1-0e1f-0000000048c9 | TASK | Manage Cinder's default volume type 2025-10-05 07:55:31.264559 | fa163e58-29ec-9cb1-0e1f-0000000048c9 | OK | Manage Cinder's default volume type | undercloud 2025-10-05 07:55:31.265843 | fa163e58-29ec-9cb1-0e1f-0000000048c9 | TIMING | Manage Cinder's default volume type | undercloud | 0:25:19.659534 | 13.60s PLAY [Deploy step tasks for 5] ************************************************* 2025-10-05 07:55:31.388674 | fa163e58-29ec-9cb1-0e1f-0000000000ee | TASK | Deploy step tasks for 5 2025-10-05 07:55:31.415449 | fa163e58-29ec-9cb1-0e1f-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', 'fa163e58-29ec-9cb1-0e1f-0000000000ee') missing from stats 2025-10-05 07:55:31.437228 | fa163e58-29ec-9cb1-0e1f-0000000000ef | TASK | Write the config_step hieradata for the deploy step 5 tasks 2025-10-05 07:55:31.931480 | fa163e58-29ec-9cb1-0e1f-0000000000ef | CHANGED | Write the config_step hieradata for the deploy step 5 tasks | standalone 2025-10-05 07:55:31.934019 | fa163e58-29ec-9cb1-0e1f-0000000000ef | TIMING | Write the config_step hieradata for the deploy step 5 tasks | standalone | 0:25:20.327704 | 0.50s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-10-05 07:55:32.005718 | fa163e58-29ec-9cb1-0e1f-0000000000f0 | TIMING | include_tasks | standalone | 0:25:20.399403 | 0.04s 2025-10-05 07:55:32.097541 | 41f4ef41-353b-4b1f-a48f-9edee39db11c | INCLUDED | /root/standalone-ansible-jr6gpgc3/Standalone/deploy_steps_tasks_step5.yaml | standalone 2025-10-05 07:55:32.130643 | fa163e58-29ec-9cb1-0e1f-0000000048ec | TASK | Gather variables for each operating system 2025-10-05 07:55:32.252305 | fa163e58-29ec-9cb1-0e1f-0000000048ec | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:25:20.645976 | 0.12s 2025-10-05 07:55:32.282728 | fa163e58-29ec-9cb1-0e1f-0000000048ed | TASK | Detect if resource is being created or already exists 2025-10-05 07:55:33.113334 | fa163e58-29ec-9cb1-0e1f-0000000048ed | CHANGED | Detect if resource is being created or already exists | standalone 2025-10-05 07:55:33.116088 | fa163e58-29ec-9cb1-0e1f-0000000048ed | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:25:21.509774 | 0.83s 2025-10-05 07:55:33.148267 | fa163e58-29ec-9cb1-0e1f-0000000048ee | TASK | Run init bundle puppet on the host for cinder_backup 2025-10-05 07:55:57.309254 | fa163e58-29ec-9cb1-0e1f-0000000048ee | CHANGED | Run init bundle puppet on the host for cinder_backup | standalone 2025-10-05 07:55:57.311119 | fa163e58-29ec-9cb1-0e1f-0000000048ee | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_backup | standalone | 0:25:45.704806 | 24.16s 2025-10-05 07:55:57.336632 | fa163e58-29ec-9cb1-0e1f-0000000048ef | TASK | Check if /var/lib/config-data/puppet-generated/cinder exists 2025-10-05 07:55:57.633830 | fa163e58-29ec-9cb1-0e1f-0000000048ef | OK | Check if /var/lib/config-data/puppet-generated/cinder exists | standalone 2025-10-05 07:55:57.635649 | fa163e58-29ec-9cb1-0e1f-0000000048ef | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/cinder exists | standalone | 0:25:46.029335 | 0.30s 2025-10-05 07:55:57.666068 | fa163e58-29ec-9cb1-0e1f-0000000048f0 | TASK | Run pacemaker restart if the config file for the service changed 2025-10-05 07:55:58.109215 | fa163e58-29ec-9cb1-0e1f-0000000048f0 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-10-05 07:55:58.110671 | fa163e58-29ec-9cb1-0e1f-0000000048f0 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:25:46.504357 | 0.44s 2025-10-05 07:55:58.160261 | fa163e58-29ec-9cb1-0e1f-0000000048f1 | TASK | Check if an image update marker exists for bundle openstack-cinder-backup 2025-10-05 07:55:58.400671 | fa163e58-29ec-9cb1-0e1f-0000000048f1 | OK | Check if an image update marker exists for bundle openstack-cinder-backup | standalone 2025-10-05 07:55:58.403087 | fa163e58-29ec-9cb1-0e1f-0000000048f1 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle openstack-cinder-backup | standalone | 0:25:46.796774 | 0.24s 2025-10-05 07:55:58.434060 | fa163e58-29ec-9cb1-0e1f-0000000048f3 | TASK | Get container image tag from marker for bundle openstack-cinder-backup 2025-10-05 07:55:58.483194 | fa163e58-29ec-9cb1-0e1f-0000000048f3 | SKIPPED | Get container image tag from marker for bundle openstack-cinder-backup | standalone 2025-10-05 07:55:58.484497 | fa163e58-29ec-9cb1-0e1f-0000000048f3 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle openstack-cinder-backup | standalone | 0:25:46.878183 | 0.05s 2025-10-05 07:55:58.516029 | fa163e58-29ec-9cb1-0e1f-0000000048f4 | TASK | Get container image tag from bundle openstack-cinder-backup 2025-10-05 07:55:58.557317 | fa163e58-29ec-9cb1-0e1f-0000000048f4 | SKIPPED | Get container image tag from bundle openstack-cinder-backup | standalone 2025-10-05 07:55:58.558217 | fa163e58-29ec-9cb1-0e1f-0000000048f4 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle openstack-cinder-backup | standalone | 0:25:46.951910 | 0.04s 2025-10-05 07:55:58.581212 | fa163e58-29ec-9cb1-0e1f-0000000048f5 | TASK | Compare tags between marker and bundle openstack-cinder-backup 2025-10-05 07:55:58.632769 | fa163e58-29ec-9cb1-0e1f-0000000048f5 | SKIPPED | Compare tags between marker and bundle openstack-cinder-backup | standalone 2025-10-05 07:55:58.633789 | fa163e58-29ec-9cb1-0e1f-0000000048f5 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle openstack-cinder-backup | standalone | 0:25:47.027481 | 0.05s 2025-10-05 07:55:58.660357 | fa163e58-29ec-9cb1-0e1f-0000000048f6 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-10-05 07:55:58.711029 | fa163e58-29ec-9cb1-0e1f-0000000048f6 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-10-05 07:55:58.711831 | fa163e58-29ec-9cb1-0e1f-0000000048f6 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:25:47.105525 | 0.05s 2025-10-05 07:55:58.742967 | fa163e58-29ec-9cb1-0e1f-0000000048f7 | TASK | Remove update marker for bundle openstack-cinder-backup 2025-10-05 07:55:58.798861 | fa163e58-29ec-9cb1-0e1f-0000000048f7 | SKIPPED | Remove update marker for bundle openstack-cinder-backup | standalone 2025-10-05 07:55:58.800164 | fa163e58-29ec-9cb1-0e1f-0000000048f7 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle openstack-cinder-backup | standalone | 0:25:47.193851 | 0.06s 2025-10-05 07:55:58.854383 | fa163e58-29ec-9cb1-0e1f-000000004918 | TASK | Gather variables for each operating system 2025-10-05 07:55:58.980458 | fa163e58-29ec-9cb1-0e1f-000000004918 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:25:47.374127 | 0.12s 2025-10-05 07:55:59.011612 | fa163e58-29ec-9cb1-0e1f-000000004919 | TASK | Detect if resource is being created or already exists 2025-10-05 07:55:59.749851 | fa163e58-29ec-9cb1-0e1f-000000004919 | CHANGED | Detect if resource is being created or already exists | standalone 2025-10-05 07:55:59.751273 | fa163e58-29ec-9cb1-0e1f-000000004919 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:25:48.144962 | 0.74s 2025-10-05 07:55:59.780411 | fa163e58-29ec-9cb1-0e1f-00000000491a | TASK | Run init bundle puppet on the host for cinder_volume 2025-10-05 07:56:24.006532 | fa163e58-29ec-9cb1-0e1f-00000000491a | CHANGED | Run init bundle puppet on the host for cinder_volume | standalone 2025-10-05 07:56:24.008332 | fa163e58-29ec-9cb1-0e1f-00000000491a | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_volume | standalone | 0:26:12.402025 | 24.23s 2025-10-05 07:56:24.038040 | fa163e58-29ec-9cb1-0e1f-00000000491b | TASK | Check if /var/lib/config-data/puppet-generated/cinder exists 2025-10-05 07:56:24.306470 | fa163e58-29ec-9cb1-0e1f-00000000491b | OK | Check if /var/lib/config-data/puppet-generated/cinder exists | standalone 2025-10-05 07:56:24.307655 | fa163e58-29ec-9cb1-0e1f-00000000491b | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/cinder exists | standalone | 0:26:12.701347 | 0.27s 2025-10-05 07:56:24.330629 | fa163e58-29ec-9cb1-0e1f-00000000491c | TASK | Run pacemaker restart if the config file for the service changed 2025-10-05 07:56:24.826364 | fa163e58-29ec-9cb1-0e1f-00000000491c | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-10-05 07:56:24.827307 | fa163e58-29ec-9cb1-0e1f-00000000491c | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:26:13.221000 | 0.50s 2025-10-05 07:56:24.847328 | fa163e58-29ec-9cb1-0e1f-00000000491d | TASK | Check if an image update marker exists for bundle openstack-cinder-volume 2025-10-05 07:56:25.044121 | fa163e58-29ec-9cb1-0e1f-00000000491d | OK | Check if an image update marker exists for bundle openstack-cinder-volume | standalone 2025-10-05 07:56:25.045032 | fa163e58-29ec-9cb1-0e1f-00000000491d | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle openstack-cinder-volume | standalone | 0:26:13.438729 | 0.20s 2025-10-05 07:56:25.064657 | fa163e58-29ec-9cb1-0e1f-00000000491f | TASK | Get container image tag from marker for bundle openstack-cinder-volume 2025-10-05 07:56:25.094116 | fa163e58-29ec-9cb1-0e1f-00000000491f | SKIPPED | Get container image tag from marker for bundle openstack-cinder-volume | standalone 2025-10-05 07:56:25.094857 | fa163e58-29ec-9cb1-0e1f-00000000491f | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle openstack-cinder-volume | standalone | 0:26:13.488551 | 0.03s 2025-10-05 07:56:25.115188 | fa163e58-29ec-9cb1-0e1f-000000004920 | TASK | Get container image tag from bundle openstack-cinder-volume 2025-10-05 07:56:25.151811 | fa163e58-29ec-9cb1-0e1f-000000004920 | SKIPPED | Get container image tag from bundle openstack-cinder-volume | standalone 2025-10-05 07:56:25.152846 | fa163e58-29ec-9cb1-0e1f-000000004920 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle openstack-cinder-volume | standalone | 0:26:13.546539 | 0.04s 2025-10-05 07:56:25.181162 | fa163e58-29ec-9cb1-0e1f-000000004921 | TASK | Compare tags between marker and bundle openstack-cinder-volume 2025-10-05 07:56:25.229186 | fa163e58-29ec-9cb1-0e1f-000000004921 | SKIPPED | Compare tags between marker and bundle openstack-cinder-volume | standalone 2025-10-05 07:56:25.229897 | fa163e58-29ec-9cb1-0e1f-000000004921 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle openstack-cinder-volume | standalone | 0:26:13.623594 | 0.05s 2025-10-05 07:56:25.250346 | fa163e58-29ec-9cb1-0e1f-000000004922 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-10-05 07:56:25.287722 | fa163e58-29ec-9cb1-0e1f-000000004922 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-10-05 07:56:25.288840 | fa163e58-29ec-9cb1-0e1f-000000004922 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:26:13.682533 | 0.04s 2025-10-05 07:56:25.313905 | fa163e58-29ec-9cb1-0e1f-000000004923 | TASK | Remove update marker for bundle openstack-cinder-volume 2025-10-05 07:56:25.363412 | fa163e58-29ec-9cb1-0e1f-000000004923 | SKIPPED | Remove update marker for bundle openstack-cinder-volume | standalone 2025-10-05 07:56:25.364336 | fa163e58-29ec-9cb1-0e1f-000000004923 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle openstack-cinder-volume | standalone | 0:26:13.758029 | 0.05s 2025-10-05 07:56:25.414052 | fa163e58-29ec-9cb1-0e1f-000000004944 | TASK | Gather variables for each operating system 2025-10-05 07:56:25.507304 | fa163e58-29ec-9cb1-0e1f-000000004944 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:26:13.900983 | 0.09s 2025-10-05 07:56:25.532145 | fa163e58-29ec-9cb1-0e1f-000000004945 | TASK | Detect if resource is being created or already exists 2025-10-05 07:56:26.207189 | fa163e58-29ec-9cb1-0e1f-000000004945 | CHANGED | Detect if resource is being created or already exists | standalone 2025-10-05 07:56:26.208116 | fa163e58-29ec-9cb1-0e1f-000000004945 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:26:14.601812 | 0.67s 2025-10-05 07:56:26.228529 | fa163e58-29ec-9cb1-0e1f-000000004946 | TASK | Run init bundle puppet on the host for manila_share 2025-10-05 07:56:50.280812 | fa163e58-29ec-9cb1-0e1f-000000004946 | CHANGED | Run init bundle puppet on the host for manila_share | standalone 2025-10-05 07:56:50.282226 | fa163e58-29ec-9cb1-0e1f-000000004946 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for manila_share | standalone | 0:26:38.675915 | 24.05s 2025-10-05 07:56:50.307216 | fa163e58-29ec-9cb1-0e1f-000000004947 | TASK | Check if /var/lib/config-data/puppet-generated/manila exists 2025-10-05 07:56:50.539678 | fa163e58-29ec-9cb1-0e1f-000000004947 | OK | Check if /var/lib/config-data/puppet-generated/manila exists | standalone 2025-10-05 07:56:50.541178 | fa163e58-29ec-9cb1-0e1f-000000004947 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/manila exists | standalone | 0:26:38.934867 | 0.23s 2025-10-05 07:56:50.567056 | fa163e58-29ec-9cb1-0e1f-000000004948 | TASK | Run pacemaker restart if the config file for the service changed 2025-10-05 07:56:51.005441 | fa163e58-29ec-9cb1-0e1f-000000004948 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-10-05 07:56:51.006705 | fa163e58-29ec-9cb1-0e1f-000000004948 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:26:39.400393 | 0.44s 2025-10-05 07:56:51.039025 | fa163e58-29ec-9cb1-0e1f-000000004949 | TASK | Check if an image update marker exists for bundle openstack-manila-share 2025-10-05 07:56:51.263244 | fa163e58-29ec-9cb1-0e1f-000000004949 | OK | Check if an image update marker exists for bundle openstack-manila-share | standalone 2025-10-05 07:56:51.264773 | fa163e58-29ec-9cb1-0e1f-000000004949 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle openstack-manila-share | standalone | 0:26:39.658461 | 0.22s 2025-10-05 07:56:51.305447 | fa163e58-29ec-9cb1-0e1f-00000000494b | TASK | Get container image tag from marker for bundle openstack-manila-share 2025-10-05 07:56:51.334048 | fa163e58-29ec-9cb1-0e1f-00000000494b | SKIPPED | Get container image tag from marker for bundle openstack-manila-share | standalone 2025-10-05 07:56:51.334819 | fa163e58-29ec-9cb1-0e1f-00000000494b | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle openstack-manila-share | standalone | 0:26:39.728515 | 0.03s 2025-10-05 07:56:51.356106 | fa163e58-29ec-9cb1-0e1f-00000000494c | TASK | Get container image tag from bundle openstack-manila-share 2025-10-05 07:56:51.402480 | fa163e58-29ec-9cb1-0e1f-00000000494c | SKIPPED | Get container image tag from bundle openstack-manila-share | standalone 2025-10-05 07:56:51.403345 | fa163e58-29ec-9cb1-0e1f-00000000494c | TIMING | tripleo_ha_wrapper : Get container image tag from bundle openstack-manila-share | standalone | 0:26:39.797042 | 0.05s 2025-10-05 07:56:51.423292 | fa163e58-29ec-9cb1-0e1f-00000000494d | TASK | Compare tags between marker and bundle openstack-manila-share 2025-10-05 07:56:51.480879 | fa163e58-29ec-9cb1-0e1f-00000000494d | SKIPPED | Compare tags between marker and bundle openstack-manila-share | standalone 2025-10-05 07:56:51.481694 | fa163e58-29ec-9cb1-0e1f-00000000494d | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle openstack-manila-share | standalone | 0:26:39.875389 | 0.06s 2025-10-05 07:56:51.502381 | fa163e58-29ec-9cb1-0e1f-00000000494e | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-10-05 07:56:51.560325 | fa163e58-29ec-9cb1-0e1f-00000000494e | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-10-05 07:56:51.561113 | fa163e58-29ec-9cb1-0e1f-00000000494e | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:26:39.954809 | 0.06s 2025-10-05 07:56:51.581985 | fa163e58-29ec-9cb1-0e1f-00000000494f | TASK | Remove update marker for bundle openstack-manila-share 2025-10-05 07:56:51.640671 | fa163e58-29ec-9cb1-0e1f-00000000494f | SKIPPED | Remove update marker for bundle openstack-manila-share | standalone 2025-10-05 07:56:51.641946 | fa163e58-29ec-9cb1-0e1f-00000000494f | TIMING | tripleo_ha_wrapper : Remove update marker for bundle openstack-manila-share | standalone | 0:26:40.035634 | 0.06s 2025-10-05 07:56:51.695607 | fa163e58-29ec-9cb1-0e1f-000000004970 | TASK | Run kolla_set_configs to copy ring files 2025-10-05 07:56:52.255125 | fa163e58-29ec-9cb1-0e1f-000000004970 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_proxy 2025-10-05 07:56:52.257216 | fa163e58-29ec-9cb1-0e1f-000000004970 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:26:40.650907 | 0.56s 2025-10-05 07:56:52.270959 | fa163e58-29ec-9cb1-0e1f-000000004970 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:26:40.664640 | 0.57s 2025-10-05 07:56:52.298421 | fa163e58-29ec-9cb1-0e1f-000000004971 | TASK | Run kolla_set_configs to copy ring files 2025-10-05 07:56:52.724526 | fa163e58-29ec-9cb1-0e1f-000000004971 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_auditor 2025-10-05 07:56:52.725942 | fa163e58-29ec-9cb1-0e1f-000000004971 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:26:41.119635 | 0.43s 2025-10-05 07:56:53.186569 | fa163e58-29ec-9cb1-0e1f-000000004971 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_reaper 2025-10-05 07:56:53.188410 | fa163e58-29ec-9cb1-0e1f-000000004971 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:26:41.582098 | 0.89s 2025-10-05 07:56:53.438793 | fa163e58-29ec-9cb1-0e1f-000000004971 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_replicator 2025-10-05 07:56:53.439817 | fa163e58-29ec-9cb1-0e1f-000000004971 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:26:41.833508 | 1.14s 2025-10-05 07:56:53.972174 | fa163e58-29ec-9cb1-0e1f-000000004971 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_server 2025-10-05 07:56:53.973657 | fa163e58-29ec-9cb1-0e1f-000000004971 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:26:42.367347 | 1.67s 2025-10-05 07:56:54.326239 | fa163e58-29ec-9cb1-0e1f-000000004971 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_auditor 2025-10-05 07:56:54.327647 | fa163e58-29ec-9cb1-0e1f-000000004971 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:26:42.721342 | 2.03s 2025-10-05 07:56:54.635413 | fa163e58-29ec-9cb1-0e1f-000000004971 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_replicator 2025-10-05 07:56:54.637355 | fa163e58-29ec-9cb1-0e1f-000000004971 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:26:43.031043 | 2.34s 2025-10-05 07:56:55.163291 | fa163e58-29ec-9cb1-0e1f-000000004971 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_server 2025-10-05 07:56:55.165367 | fa163e58-29ec-9cb1-0e1f-000000004971 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:26:43.559053 | 2.87s 2025-10-05 07:56:56.179820 | fa163e58-29ec-9cb1-0e1f-000000004971 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_updater 2025-10-05 07:56:56.181375 | fa163e58-29ec-9cb1-0e1f-000000004971 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:26:44.575070 | 3.88s 2025-10-05 07:56:56.498069 | fa163e58-29ec-9cb1-0e1f-000000004971 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_auditor 2025-10-05 07:56:56.501135 | fa163e58-29ec-9cb1-0e1f-000000004971 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:26:44.894817 | 4.20s 2025-10-05 07:56:56.993826 | fa163e58-29ec-9cb1-0e1f-000000004971 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_expirer 2025-10-05 07:56:56.995068 | fa163e58-29ec-9cb1-0e1f-000000004971 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:26:45.388759 | 4.69s 2025-10-05 07:56:57.290181 | fa163e58-29ec-9cb1-0e1f-000000004971 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_replicator 2025-10-05 07:56:57.292100 | fa163e58-29ec-9cb1-0e1f-000000004971 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:26:45.685787 | 4.99s 2025-10-05 07:56:57.890332 | fa163e58-29ec-9cb1-0e1f-000000004971 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_server 2025-10-05 07:56:57.895693 | fa163e58-29ec-9cb1-0e1f-000000004971 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:26:46.289380 | 5.60s 2025-10-05 07:56:58.367815 | fa163e58-29ec-9cb1-0e1f-000000004971 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_updater 2025-10-05 07:56:58.370107 | fa163e58-29ec-9cb1-0e1f-000000004971 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:26:46.763794 | 6.07s 2025-10-05 07:56:58.385250 | fa163e58-29ec-9cb1-0e1f-000000004971 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:26:46.778924 | 6.09s 2025-10-05 07:56:58.420796 | fa163e58-29ec-9cb1-0e1f-0000000000f2 | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_5 already exists 2025-10-05 07:56:58.689453 | fa163e58-29ec-9cb1-0e1f-0000000000f2 | OK | Check if /var/lib/tripleo-config/container-startup-config/step_5 already exists | standalone 2025-10-05 07:56:58.691464 | fa163e58-29ec-9cb1-0e1f-0000000000f2 | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_5 already exists | standalone | 0:26:47.085146 | 0.27s 2025-10-05 07:56:58.814996 | fa163e58-29ec-9cb1-0e1f-0000000000f3 | TIMING | include_tasks | standalone | 0:26:47.208669 | 0.09s 2025-10-05 07:56:58.849185 | 1be8bd7a-db5f-479e-9a02-ea86a962c802 | INCLUDED | /root/standalone-ansible-jr6gpgc3/common_deploy_steps_tasks.yaml | standalone 2025-10-05 07:56:58.877963 | fa163e58-29ec-9cb1-0e1f-0000000049ee | TASK | Write the config_step hieradata 2025-10-05 07:56:59.413484 | fa163e58-29ec-9cb1-0e1f-0000000049ee | OK | Write the config_step hieradata | standalone 2025-10-05 07:56:59.415024 | fa163e58-29ec-9cb1-0e1f-0000000049ee | TIMING | Write the config_step hieradata | standalone | 0:26:47.808714 | 0.54s 2025-10-05 07:56:59.444388 | fa163e58-29ec-9cb1-0e1f-0000000049ef | TASK | Run puppet host configuration for step 5 2025-10-05 07:56:59.758143 | fa163e58-29ec-9cb1-0e1f-0000000049ef | CHANGED | Run puppet host configuration for step 5 | standalone 2025-10-05 07:56:59.759516 | fa163e58-29ec-9cb1-0e1f-0000000049ef | TIMING | Run puppet host configuration for step 5 | standalone | 0:26:48.153204 | 0.31s 2025-10-05 07:56:59.791962 | fa163e58-29ec-9cb1-0e1f-0000000049f0 | TASK | Wait for puppet host configuration to finish 2025-10-05 07:56:59.979148 | fa163e58-29ec-9cb1-0e1f-0000000049f0 | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-10-05 07:57:10.221024 | fa163e58-29ec-9cb1-0e1f-0000000049f0 | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-10-05 07:57:20.461481 | fa163e58-29ec-9cb1-0e1f-0000000049f0 | CHANGED | Wait for puppet host configuration to finish | standalone 2025-10-05 07:57:20.462925 | fa163e58-29ec-9cb1-0e1f-0000000049f0 | TIMING | Wait for puppet host configuration to finish | standalone | 0:27:08.856620 | 20.67s 2025-10-05 07:57:20.491072 | fa163e58-29ec-9cb1-0e1f-0000000049f1 | TASK | Debug output for task: Run puppet host configuration for step 5 2025-10-05 07:57:20.574199 | fa163e58-29ec-9cb1-0e1f-0000000049f1 | CHANGED | Debug output for task: Run puppet host configuration for step 5 | standalone | result={ "changed": true, "failed_when_result": false, "puppet_host_outputs.stdout_lines | default([]) | union(puppet_host_outputs.stderr_lines | default([]))": [ "<13>Oct 5 07:56:59 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Oct 5 07:57:06 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Oct 5 07:57:06 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Oct 5 07:57:06 puppet-user: (file & line not available)", "<13>Oct 5 07:57: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>Oct 5 07:57: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>Oct 5 07:57:06 puppet-user: Warning: This method is deprecated, please use match expressions with Stdlib::Compat::String instead. They are described at https://docs.puppet.com/puppet/latest/reference/lang_data_type.html#match-expressions. at [\"/etc/puppet/modules/snmp/manifests/params.pp\", 310]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 7]", "<13>Oct 5 07:57:06 puppet-user: (location: /etc/puppet/modules/stdlib/lib/puppet/functions/deprecation.rb:34:in `deprecation')", "<13>Oct 5 07:57:06 puppet-user: Warning: This method is deprecated, please use the stdlib validate_legacy function,", "<13>Oct 5 07:57:06 puppet-user: with Stdlib::Compat::Bool. There is further documentation for validate_legacy function in the README. at [\"/etc/puppet/modules/snmp/manifests/init.pp\", 358]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 7]", "<13>Oct 5 07:57:07 puppet-user: Warning: This method is deprecated, please use the stdlib validate_legacy function,", "<13>Oct 5 07:57:07 puppet-user: with Stdlib::Compat::Array. There is further documentation for validate_legacy function in the README. at [\"/etc/puppet/modules/snmp/manifests/init.pp\", 367]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 7]", "<13>Oct 5 07:57:07 puppet-user: (location: /etc/puppet/modules/stdlib/lib/puppet/functions/deprecation.rb:34:in `deprecation')", "<13>Oct 5 07:57:07 puppet-user: with Stdlib::Compat::String. There is further documentation for validate_legacy function in the README. at [\"/etc/puppet/modules/snmp/manifests/init.pp\", 382]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 7]", "<13>Oct 5 07:57:07 puppet-user: with Stdlib::Compat::Numeric. There is further documentation for validate_legacy function in the README. at [\"/etc/puppet/modules/snmp/manifests/init.pp\", 388]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 7]", "<13>Oct 5 07:57:07 puppet-user: with Pattern[]. There is further documentation for validate_legacy function in the README. at [\"/etc/puppet/modules/snmp/manifests/init.pp\", 393]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 7]", "<13>Oct 5 07:57:07 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Oct 5 07:57:07 puppet-user: Notice: Compiled catalog for standalone.ooo.test in environment production in 0.66 seconds", "<13>Oct 5 07:57:11 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Oct 5 07:57:13 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Oct 5 07:57:15 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Oct 5 07:57:15 puppet-user: Notice: Applied catalog in 8.34 seconds", "<13>Oct 5 07:57:15 puppet-user: Application:", "<13>Oct 5 07:57:15 puppet-user: Initial environment: production", "<13>Oct 5 07:57:15 puppet-user: Converged environment: production", "<13>Oct 5 07:57:15 puppet-user: Run mode: user", "<13>Oct 5 07:57:15 puppet-user: Changes:", "<13>Oct 5 07:57:15 puppet-user: Total: 2", "<13>Oct 5 07:57:15 puppet-user: Events:", "<13>Oct 5 07:57:15 puppet-user: Success: 2", "<13>Oct 5 07:57:15 puppet-user: Resources:", "<13>Oct 5 07:57:15 puppet-user: Changed: 2", "<13>Oct 5 07:57:15 puppet-user: Out of sync: 2", "<13>Oct 5 07:57:15 puppet-user: Total: 37", "<13>Oct 5 07:57:15 puppet-user: Time:", "<13>Oct 5 07:57:15 puppet-user: Schedule: 0.00", "<13>Oct 5 07:57:15 puppet-user: File line: 0.00", "<13>Oct 5 07:57:15 puppet-user: Package: 0.00", "<13>Oct 5 07:57:15 puppet-user: Augeas: 0.01", "<13>Oct 5 07:57:15 puppet-user: User: 0.01", "<13>Oct 5 07:57:15 puppet-user: File: 0.06", "<13>Oct 5 07:57:15 puppet-user: Service: 0.16", "<13>Oct 5 07:57:15 puppet-user: Config retrieval: 0.77", "<13>Oct 5 07:57:15 puppet-user: Pcmk property: 1.46", "<13>Oct 5 07:57:15 puppet-user: Last run: 1759651035", "<13>Oct 5 07:57:15 puppet-user: Pcmk resource op default: 2.11", "<13>Oct 5 07:57:15 puppet-user: Pcmk resource default: 2.15", "<13>Oct 5 07:57:15 puppet-user: Exec: 2.16", "<13>Oct 5 07:57:15 puppet-user: Filebucket: 0.00", "<13>Oct 5 07:57:15 puppet-user: Transaction evaluation: 8.32", "<13>Oct 5 07:57:15 puppet-user: Catalog application: 8.34", "<13>Oct 5 07:57:15 puppet-user: Total: 8.35", "<13>Oct 5 07:57:15 puppet-user: Version:", "<13>Oct 5 07:57:15 puppet-user: Config: 1759651026", "<13>Oct 5 07:57:15 puppet-user: Puppet: 7.10.0" ] } 2025-10-05 07:57:20.577551 | fa163e58-29ec-9cb1-0e1f-0000000049f1 | TIMING | Debug output for task: Run puppet host configuration for step 5 | standalone | 0:27:08.971237 | 0.08s 2025-10-05 07:57:20.604086 | fa163e58-29ec-9cb1-0e1f-0000000049f2 | TASK | Pre-cache facts for puppet containers 2025-10-05 07:57:20.638410 | fa163e58-29ec-9cb1-0e1f-0000000049f2 | TIMING | Pre-cache facts for puppet containers | standalone | 0:27:09.032082 | 0.03s 2025-10-05 07:57:20.696072 | fa163e58-29ec-9cb1-0e1f-000000004a31 | TASK | Gather variables for each operating system 2025-10-05 07:57:20.820711 | fa163e58-29ec-9cb1-0e1f-000000004a31 | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:27:09.214381 | 0.12s 2025-10-05 07:57:20.851181 | fa163e58-29ec-9cb1-0e1f-000000004a32 | TASK | Create puppet caching structures 2025-10-05 07:57:21.122198 | fa163e58-29ec-9cb1-0e1f-000000004a32 | CHANGED | Create puppet caching structures | standalone 2025-10-05 07:57:21.124824 | fa163e58-29ec-9cb1-0e1f-000000004a32 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:27:09.518503 | 0.27s 2025-10-05 07:57:21.155801 | fa163e58-29ec-9cb1-0e1f-000000004a33 | TASK | Check for facter.conf 2025-10-05 07:57:21.426864 | fa163e58-29ec-9cb1-0e1f-000000004a33 | OK | Check for facter.conf | standalone 2025-10-05 07:57:21.428269 | fa163e58-29ec-9cb1-0e1f-000000004a33 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:27:09.821955 | 0.27s 2025-10-05 07:57:21.456110 | fa163e58-29ec-9cb1-0e1f-000000004a34 | TASK | Remove facter.conf if directory 2025-10-05 07:57:21.487864 | fa163e58-29ec-9cb1-0e1f-000000004a34 | SKIPPED | Remove facter.conf if directory | standalone 2025-10-05 07:57:21.490169 | fa163e58-29ec-9cb1-0e1f-000000004a34 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:27:09.883760 | 0.03s 2025-10-05 07:57:21.518309 | fa163e58-29ec-9cb1-0e1f-000000004a35 | TASK | Write facter cache config 2025-10-05 07:57:22.040938 | fa163e58-29ec-9cb1-0e1f-000000004a35 | CHANGED | Write facter cache config | standalone 2025-10-05 07:57:22.042517 | fa163e58-29ec-9cb1-0e1f-000000004a35 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:27:10.436203 | 0.52s 2025-10-05 07:57:22.070263 | fa163e58-29ec-9cb1-0e1f-000000004a36 | TASK | Cleanup facter cache if exists 2025-10-05 07:57:22.311469 | fa163e58-29ec-9cb1-0e1f-000000004a36 | CHANGED | Cleanup facter cache if exists | standalone 2025-10-05 07:57:22.313948 | fa163e58-29ec-9cb1-0e1f-000000004a36 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:27:10.707633 | 0.24s 2025-10-05 07:57:22.342873 | fa163e58-29ec-9cb1-0e1f-000000004a37 | TASK | Pre-cache facts 2025-10-05 07:57:23.004545 | fa163e58-29ec-9cb1-0e1f-000000004a37 | CHANGED | Pre-cache facts | standalone 2025-10-05 07:57:23.005362 | fa163e58-29ec-9cb1-0e1f-000000004a37 | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:27:11.399059 | 0.66s 2025-10-05 07:57:23.026884 | fa163e58-29ec-9cb1-0e1f-000000004a38 | TASK | Failed deployment if facter fails 2025-10-05 07:57:23.064051 | fa163e58-29ec-9cb1-0e1f-000000004a38 | SKIPPED | Failed deployment if facter fails | standalone 2025-10-05 07:57:23.065239 | fa163e58-29ec-9cb1-0e1f-000000004a38 | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:27:11.458928 | 0.04s 2025-10-05 07:57:23.109950 | fa163e58-29ec-9cb1-0e1f-000000004a39 | TASK | Sync cached facts 2025-10-05 07:57:23.399509 | fa163e58-29ec-9cb1-0e1f-000000004a39 | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163e58-29ec-9cb1-0e1f-000000004a39') missing from stats 2025-10-05 07:57:23.445315 | fa163e58-29ec-9cb1-0e1f-0000000049f3 | TASK | Include container-puppet tasks (generate config) during step 1 2025-10-05 07:57:23.485060 | fa163e58-29ec-9cb1-0e1f-0000000049f3 | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2025-10-05 07:57:23.486874 | fa163e58-29ec-9cb1-0e1f-0000000049f3 | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:27:11.880534 | 0.04s 2025-10-05 07:57:23.512426 | fa163e58-29ec-9cb1-0e1f-0000000049f5 | TASK | Manage containers for step 5 with tripleo-ansible 2025-10-05 07:57:23.537422 | fa163e58-29ec-9cb1-0e1f-0000000049f5 | TIMING | Manage containers for step 5 with tripleo-ansible | standalone | 0:27:11.931106 | 0.02s 2025-10-05 07:57:23.594932 | fa163e58-29ec-9cb1-0e1f-000000004a90 | TASK | Gather variables for each operating system 2025-10-05 07:57:23.718364 | fa163e58-29ec-9cb1-0e1f-000000004a90 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:27:12.112036 | 0.12s 2025-10-05 07:57:23.776739 | fa163e58-29ec-9cb1-0e1f-000000004a91 | TASK | Create container logs path 2025-10-05 07:57:24.000121 | fa163e58-29ec-9cb1-0e1f-000000004a91 | OK | Create container logs path | standalone 2025-10-05 07:57:24.001468 | fa163e58-29ec-9cb1-0e1f-000000004a91 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:27:12.395156 | 0.22s 2025-10-05 07:57:24.032247 | fa163e58-29ec-9cb1-0e1f-000000004a93 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_5 2025-10-05 07:57:24.293268 | fa163e58-29ec-9cb1-0e1f-000000004a93 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_5 | standalone 2025-10-05 07:57:24.294493 | fa163e58-29ec-9cb1-0e1f-000000004a93 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:27:12.688183 | 0.26s 2025-10-05 07:57:24.328967 | fa163e58-29ec-9cb1-0e1f-000000004a94 | TASK | Finalise hashes for all containers 2025-10-05 07:57:24.383780 | fa163e58-29ec-9cb1-0e1f-000000004a94 | OK | Finalise hashes for all containers | standalone 2025-10-05 07:57:24.386219 | fa163e58-29ec-9cb1-0e1f-000000004a94 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:27:12.779904 | 0.05s 2025-10-05 07:57:24.418333 | fa163e58-29ec-9cb1-0e1f-000000004a96 | TASK | Manage systemd shutdown files 2025-10-05 07:57:24.461277 | fa163e58-29ec-9cb1-0e1f-000000004a96 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:27:12.854959 | 0.04s 2025-10-05 07:57:24.484401 | 5fceb8c4-667d-4392-bcb9-600585484f58 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-10-05 07:57:24.512933 | fa163e58-29ec-9cb1-0e1f-000000004ac9 | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-10-05 07:57:24.732613 | fa163e58-29ec-9cb1-0e1f-000000004ac9 | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-10-05 07:57:24.733981 | fa163e58-29ec-9cb1-0e1f-000000004ac9 | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:27:13.127669 | 0.22s 2025-10-05 07:57:24.763728 | fa163e58-29ec-9cb1-0e1f-000000004aca | TASK | Set podman_drop_in fact 2025-10-05 07:57:24.825774 | fa163e58-29ec-9cb1-0e1f-000000004aca | OK | Set podman_drop_in fact | standalone 2025-10-05 07:57:24.827064 | fa163e58-29ec-9cb1-0e1f-000000004aca | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:27:13.220747 | 0.06s 2025-10-05 07:57:24.856217 | fa163e58-29ec-9cb1-0e1f-000000004acc | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-10-05 07:57:25.353418 | fa163e58-29ec-9cb1-0e1f-000000004acc | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-10-05 07:57:25.356902 | fa163e58-29ec-9cb1-0e1f-000000004acc | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:27:13.750577 | 0.50s 2025-10-05 07:57:25.858368 | fa163e58-29ec-9cb1-0e1f-000000004acc | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-10-05 07:57:25.861488 | fa163e58-29ec-9cb1-0e1f-000000004acc | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:27:14.255176 | 1.00s 2025-10-05 07:57:25.870817 | fa163e58-29ec-9cb1-0e1f-000000004acc | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:27:14.264497 | 1.01s 2025-10-05 07:57:25.908147 | fa163e58-29ec-9cb1-0e1f-000000004acd | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-10-05 07:57:26.488044 | fa163e58-29ec-9cb1-0e1f-000000004acd | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-10-05 07:57:26.489080 | fa163e58-29ec-9cb1-0e1f-000000004acd | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:27:14.882777 | 0.58s 2025-10-05 07:57:26.507492 | fa163e58-29ec-9cb1-0e1f-000000004ace | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-10-05 07:57:26.921759 | fa163e58-29ec-9cb1-0e1f-000000004ace | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-10-05 07:57:26.922720 | fa163e58-29ec-9cb1-0e1f-000000004ace | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:27:15.316416 | 0.41s 2025-10-05 07:57:26.942463 | fa163e58-29ec-9cb1-0e1f-000000004acf | TASK | Enable and start tripleo-container-shutdown 2025-10-05 07:57:27.956696 | fa163e58-29ec-9cb1-0e1f-000000004acf | OK | Enable and start tripleo-container-shutdown | standalone 2025-10-05 07:57:27.959288 | fa163e58-29ec-9cb1-0e1f-000000004acf | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:27:16.352973 | 1.02s 2025-10-05 07:57:27.994626 | fa163e58-29ec-9cb1-0e1f-000000004ad0 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-10-05 07:57:28.543134 | fa163e58-29ec-9cb1-0e1f-000000004ad0 | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-10-05 07:57:28.544540 | fa163e58-29ec-9cb1-0e1f-000000004ad0 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:27:16.938226 | 0.55s 2025-10-05 07:57:28.573789 | fa163e58-29ec-9cb1-0e1f-000000004ad1 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-10-05 07:57:29.116947 | fa163e58-29ec-9cb1-0e1f-000000004ad1 | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-10-05 07:57:29.119021 | fa163e58-29ec-9cb1-0e1f-000000004ad1 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:27:17.512703 | 0.54s 2025-10-05 07:57:29.150395 | fa163e58-29ec-9cb1-0e1f-000000004ad2 | TASK | Enable and start netns-placeholder 2025-10-05 07:57:30.348171 | fa163e58-29ec-9cb1-0e1f-000000004ad2 | CHANGED | Enable and start netns-placeholder | standalone 2025-10-05 07:57:30.349976 | fa163e58-29ec-9cb1-0e1f-000000004ad2 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:27:18.743665 | 1.20s 2025-10-05 07:57:30.373685 | fa163e58-29ec-9cb1-0e1f-000000004a98 | TASK | Update container configs with new config hashes 2025-10-05 07:57:30.413442 | fa163e58-29ec-9cb1-0e1f-000000004a98 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:27:18.807115 | 0.04s 2025-10-05 07:57:30.430478 | dd5582f7-d81d-45b0-b055-2153f9bb0941 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-10-05 07:57:30.465072 | fa163e58-29ec-9cb1-0e1f-000000004afa | TASK | Update config hashes for container startup configs 2025-10-05 07:57:30.720366 | fa163e58-29ec-9cb1-0e1f-000000004afa | OK | Update config hashes for container startup configs | standalone 2025-10-05 07:57:30.721859 | fa163e58-29ec-9cb1-0e1f-000000004afa | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:27:19.115552 | 0.25s 2025-10-05 07:57:30.746104 | fa163e58-29ec-9cb1-0e1f-000000004a99 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_5 2025-10-05 07:57:30.823426 | fa163e58-29ec-9cb1-0e1f-000000004a99 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:27:19.217101 | 0.08s 2025-10-05 07:57:30.851319 | 3632b2cb-ce93-4b92-b82a-620df7663c42 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-05 07:57:30.882540 | fa163e58-29ec-9cb1-0e1f-000000004b19 | TASK | Gather podman infos 2025-10-05 07:57:32.857222 | fa163e58-29ec-9cb1-0e1f-000000004b19 | OK | Gather podman infos | standalone 2025-10-05 07:57:32.858090 | fa163e58-29ec-9cb1-0e1f-000000004b19 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:27:21.251787 | 1.97s 2025-10-05 07:57:33.080513 | fa163e58-29ec-9cb1-0e1f-000000004b1a | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 2025-10-05 07:57:33.159235 | fa163e58-29ec-9cb1-0e1f-000000004b1a | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:27:21.552918 | 0.07s 2025-10-05 07:57:33.332302 | fa163e58-29ec-9cb1-0e1f-000000004b63 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:27:21.725975 | 0.14s 2025-10-05 07:57:33.391711 | fa163e58-29ec-9cb1-0e1f-000000004a9a | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_5 2025-10-05 07:57:33.447648 | fa163e58-29ec-9cb1-0e1f-000000004a9a | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:27:21.841264 | 0.05s 2025-10-05 07:57:33.475928 | 427b2e59-9a11-4eaa-b552-dc5931c31340 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-05 07:57:33.515320 | fa163e58-29ec-9cb1-0e1f-000000004b89 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 2025-10-05 07:57:46.427456 | fa163e58-29ec-9cb1-0e1f-000000004b89 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | standalone 2025-10-05 07:57:46.428639 | fa163e58-29ec-9cb1-0e1f-000000004b89 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:27:34.822333 | 12.91s 2025-10-05 07:57:46.457801 | fa163e58-29ec-9cb1-0e1f-000000004b8a | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_5 2025-10-05 07:57:50.693178 | fa163e58-29ec-9cb1-0e1f-000000004b8a | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_5 | standalone 2025-10-05 07:57:50.694842 | fa163e58-29ec-9cb1-0e1f-000000004b8a | 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:27:39.088529 | 4.24s 2025-10-05 07:57:50.767137 | fa163e58-29ec-9cb1-0e1f-0000000049f7 | TASK | Clean container_puppet_tasks for standalone step 5 2025-10-05 07:57:50.998670 | fa163e58-29ec-9cb1-0e1f-0000000049f7 | OK | Clean container_puppet_tasks for standalone step 5 | standalone 2025-10-05 07:57:51.000174 | fa163e58-29ec-9cb1-0e1f-0000000049f7 | TIMING | Clean container_puppet_tasks for standalone step 5 | standalone | 0:27:39.393863 | 0.23s 2025-10-05 07:57:51.031035 | fa163e58-29ec-9cb1-0e1f-0000000049f8 | TASK | Calculate container_puppet_tasks for standalone step 5 2025-10-05 07:57:51.067742 | fa163e58-29ec-9cb1-0e1f-0000000049f8 | TIMING | Calculate container_puppet_tasks for standalone step 5 | standalone | 0:27:39.461430 | 0.04s 2025-10-05 07:57:51.087559 | fa163e58-29ec-9cb1-0e1f-0000000049f9 | TASK | Include container-puppet tasks for step 5 2025-10-05 07:57:51.124805 | fa163e58-29ec-9cb1-0e1f-0000000049f9 | TIMING | Include container-puppet tasks for step 5 | standalone | 0:27:39.518492 | 0.04s 2025-10-05 07:57:51.148538 | 2308e13f-5c6a-4346-ab98-493478b1d4ae | INCLUDED | /root/standalone-ansible-jr6gpgc3/host-container-puppet-tasks.yaml | standalone 2025-10-05 07:57:51.184053 | fa163e58-29ec-9cb1-0e1f-000000004bd5 | TASK | Write container-puppet-tasks json file for standalone step 5 2025-10-05 07:57:51.723006 | fa163e58-29ec-9cb1-0e1f-000000004bd5 | CHANGED | Write container-puppet-tasks json file for standalone step 5 | standalone 2025-10-05 07:57:51.724246 | fa163e58-29ec-9cb1-0e1f-000000004bd5 | TIMING | Write container-puppet-tasks json file for standalone step 5 | standalone | 0:27:40.117934 | 0.54s 2025-10-05 07:57:51.752448 | fa163e58-29ec-9cb1-0e1f-000000004bd7 | TASK | Generate container puppet configs for step 5 2025-10-05 07:57:52.022124 | fa163e58-29ec-9cb1-0e1f-000000004bd7 | OK | Generate container puppet configs for step 5 | standalone 2025-10-05 07:57:52.022918 | fa163e58-29ec-9cb1-0e1f-000000004bd7 | TIMING | Generate container puppet configs for step 5 | standalone | 0:27:40.416612 | 0.27s 2025-10-05 07:57:52.042471 | fa163e58-29ec-9cb1-0e1f-000000004bd8 | TASK | Manage Puppet containers (bootstrap tasks) for step 5 with tripleo-ansible 2025-10-05 07:57:52.063070 | fa163e58-29ec-9cb1-0e1f-000000004bd8 | TIMING | Manage Puppet containers (bootstrap tasks) for step 5 with tripleo-ansible | standalone | 0:27:40.456755 | 0.02s 2025-10-05 07:57:52.110111 | fa163e58-29ec-9cb1-0e1f-000000004c07 | TASK | Gather variables for each operating system 2025-10-05 07:57:52.221602 | fa163e58-29ec-9cb1-0e1f-000000004c07 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:27:40.615241 | 0.11s 2025-10-05 07:57:52.250925 | fa163e58-29ec-9cb1-0e1f-000000004c08 | TASK | Create container logs path 2025-10-05 07:57:52.512692 | fa163e58-29ec-9cb1-0e1f-000000004c08 | OK | Create container logs path | standalone 2025-10-05 07:57:52.514209 | fa163e58-29ec-9cb1-0e1f-000000004c08 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:27:40.907897 | 0.26s 2025-10-05 07:57:52.545059 | fa163e58-29ec-9cb1-0e1f-000000004c0a | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_5 2025-10-05 07:57:52.879541 | fa163e58-29ec-9cb1-0e1f-000000004c0a | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_5 | standalone 2025-10-05 07:57:52.881005 | fa163e58-29ec-9cb1-0e1f-000000004c0a | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_5 | standalone | 0:27:41.274569 | 0.33s 2025-10-05 07:57:52.910125 | fa163e58-29ec-9cb1-0e1f-000000004c0b | TASK | Finalise hashes for all containers 2025-10-05 07:57:52.961846 | fa163e58-29ec-9cb1-0e1f-000000004c0b | OK | Finalise hashes for all containers | standalone 2025-10-05 07:57:52.963359 | fa163e58-29ec-9cb1-0e1f-000000004c0b | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:27:41.357046 | 0.05s 2025-10-05 07:57:52.994642 | fa163e58-29ec-9cb1-0e1f-000000004c0d | TASK | Manage systemd shutdown files 2025-10-05 07:57:53.030566 | fa163e58-29ec-9cb1-0e1f-000000004c0d | SKIPPED | Manage systemd shutdown files | standalone 2025-10-05 07:57:53.031986 | fa163e58-29ec-9cb1-0e1f-000000004c0d | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:27:41.425672 | 0.04s 2025-10-05 07:57:53.062018 | fa163e58-29ec-9cb1-0e1f-000000004c0f | TASK | Update container configs with new config hashes 2025-10-05 07:57:53.115018 | fa163e58-29ec-9cb1-0e1f-000000004c0f | SKIPPED | Update container configs with new config hashes | standalone 2025-10-05 07:57:53.116259 | fa163e58-29ec-9cb1-0e1f-000000004c0f | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:27:41.509945 | 0.05s 2025-10-05 07:57:53.148546 | fa163e58-29ec-9cb1-0e1f-000000004c10 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_5 2025-10-05 07:57:53.204903 | fa163e58-29ec-9cb1-0e1f-000000004c10 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone 2025-10-05 07:57:53.206209 | fa163e58-29ec-9cb1-0e1f-000000004c10 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone | 0:27:41.599896 | 0.06s 2025-10-05 07:57:53.237979 | fa163e58-29ec-9cb1-0e1f-000000004c11 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_5 2025-10-05 07:57:53.290067 | fa163e58-29ec-9cb1-0e1f-000000004c11 | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone 2025-10-05 07:57:53.291480 | fa163e58-29ec-9cb1-0e1f-000000004c11 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone | 0:27:41.685168 | 0.05s PLAY [Server Post Deployments] ************************************************* 2025-10-05 07:57:53.464393 | fa163e58-29ec-9cb1-0e1f-0000000000f7 | TASK | Server Post Deployments 2025-10-05 07:57:53.494821 | fa163e58-29ec-9cb1-0e1f-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', 'fa163e58-29ec-9cb1-0e1f-0000000000f7') missing from stats 2025-10-05 07:57:53.581418 | fa163e58-29ec-9cb1-0e1f-0000000000f8 | TIMING | include_tasks | standalone | 0:27:41.975098 | 0.06s PLAY [External deployment Post Deploy tasks] *********************************** 2025-10-05 07:57:53.696908 | fa163e58-29ec-9cb1-0e1f-0000000000fc | TASK | External deployment Post Deploy tasks 2025-10-05 07:57:53.732958 | fa163e58-29ec-9cb1-0e1f-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', 'fa163e58-29ec-9cb1-0e1f-0000000000fc') missing from stats 2025-10-05 07:57:53.750967 | fa163e58-29ec-9cb1-0e1f-000000000100 | TASK | is additonal Cell? 2025-10-05 07:57:53.788032 | fa163e58-29ec-9cb1-0e1f-000000000100 | OK | is additonal Cell? | undercloud 2025-10-05 07:57:53.788874 | fa163e58-29ec-9cb1-0e1f-000000000100 | TIMING | is additonal Cell? | undercloud | 0:27:42.182568 | 0.04s 2025-10-05 07:57:53.803885 | fa163e58-29ec-9cb1-0e1f-000000000102 | TASK | discover via nova_manager? 2025-10-05 07:57:53.883816 | fa163e58-29ec-9cb1-0e1f-000000000102 | SKIPPED | discover via nova_manager? | undercloud 2025-10-05 07:57:53.885439 | fa163e58-29ec-9cb1-0e1f-000000000102 | TIMING | discover via nova_manager? | undercloud | 0:27:42.279124 | 0.08s 2025-10-05 07:57:53.904098 | fa163e58-29ec-9cb1-0e1f-000000000103 | TASK | discover via nova_api? 2025-10-05 07:57:54.006674 | fa163e58-29ec-9cb1-0e1f-000000000103 | OK | discover via nova_api? | undercloud 2025-10-05 07:57:54.007592 | fa163e58-29ec-9cb1-0e1f-000000000103 | TIMING | discover via nova_api? | undercloud | 0:27:42.401270 | 0.10s 2025-10-05 07:57:54.021897 | fa163e58-29ec-9cb1-0e1f-000000000104 | TASK | Warn if no discovery host available 2025-10-05 07:57:54.068266 | fa163e58-29ec-9cb1-0e1f-000000000104 | SKIPPED | Warn if no discovery host available | undercloud 2025-10-05 07:57:54.069504 | fa163e58-29ec-9cb1-0e1f-000000000104 | TIMING | Warn if no discovery host available | undercloud | 0:27:42.463190 | 0.05s 2025-10-05 07:57:54.100567 | fa163e58-29ec-9cb1-0e1f-000000000105 | TASK | Discovering nova hosts 2025-10-05 07:57:56.883615 | fa163e58-29ec-9cb1-0e1f-000000000105 | OK | Discovering nova hosts | undercloud -> 192.168.122.100 [WARNING]: ('undercloud -> 192.168.122.100', 'fa163e58-29ec-9cb1-0e1f-000000000105') missing from stats 2025-10-05 07:57:56.953691 | fa163e58-29ec-9cb1-0e1f-000000000106 | OK | set_fact | undercloud 2025-10-05 07:57:56.954936 | fa163e58-29ec-9cb1-0e1f-000000000106 | TIMING | set_fact | undercloud | 0:27:45.348622 | 0.05s PLAY RECAP ********************************************************************* localhost : ok=1 changed=0 unreachable=0 failed=0 skipped=2 rescued=0 ignored=0 standalone : ok=758 changed=329 unreachable=0 failed=0 skipped=307 rescued=0 ignored=1 undercloud : ok=114 changed=45 unreachable=0 failed=0 skipped=9 rescued=0 ignored=3 2025-10-05 07:57:57.025461 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-05 07:57:57.026030 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 1227 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-05 07:57:57.026522 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:27:45.420217 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-05 07:57:57.027045 | UUID | Info | Host | Task Name | Run Time 2025-10-05 07:57:57.027608 | fa163e58-29ec-9cb1-0e1f-000000002264 | SUMMARY | standalone | Pre-fetch all the containers | 196.91s 2025-10-05 07:57:57.028136 | fa163e58-29ec-9cb1-0e1f-000000002f0c | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for haproxy | 106.33s 2025-10-05 07:57:57.028690 | fa163e58-29ec-9cb1-0e1f-0000000047f3 | SUMMARY | standalone | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 | 100.01s 2025-10-05 07:57:57.029209 | fa163e58-29ec-9cb1-0e1f-000000002b38 | SUMMARY | standalone | Wait for puppet host configuration to finish | 61.63s 2025-10-05 07:57:57.029780 | fa163e58-29ec-9cb1-0e1f-0000000036e7 | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | 51.30s 2025-10-05 07:57:57.030282 | fa163e58-29ec-9cb1-0e1f-000000004657 | SUMMARY | standalone | Wait for puppet host configuration to finish | 30.90s 2025-10-05 07:57:57.030791 | fa163e58-29ec-9cb1-0e1f-0000000036e8 | SUMMARY | standalone | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_3 | 30.43s 2025-10-05 07:57:57.031324 | fa163e58-29ec-9cb1-0e1f-000000002cd6 | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | 28.83s 2025-10-05 07:57:57.031895 | fa163e58-29ec-9cb1-0e1f-000000002f38 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for mysql | 28.83s 2025-10-05 07:57:57.032397 | fa163e58-29ec-9cb1-0e1f-000000002f64 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for oslo_messaging_rpc | 27.41s 2025-10-05 07:57:57.032935 | fa163e58-29ec-9cb1-0e1f-00000000491a | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_volume | 24.23s 2025-10-05 07:57:57.033473 | fa163e58-29ec-9cb1-0e1f-0000000048ee | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_backup | 24.16s 2025-10-05 07:57:57.034013 | fa163e58-29ec-9cb1-0e1f-000000004946 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for manila_share | 24.05s 2025-10-05 07:57:57.034512 | fa163e58-29ec-9cb1-0e1f-000000002fea | SUMMARY | standalone | Wait for puppet host configuration to finish | 20.69s 2025-10-05 07:57:57.035031 | fa163e58-29ec-9cb1-0e1f-000000003553 | SUMMARY | standalone | Wait for puppet host configuration to finish | 20.69s 2025-10-05 07:57:57.035506 | fa163e58-29ec-9cb1-0e1f-0000000049f0 | SUMMARY | standalone | Wait for puppet host configuration to finish | 20.67s 2025-10-05 07:57:57.036023 | fa163e58-29ec-9cb1-0e1f-000000003183 | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | 19.47s 2025-10-05 07:57:57.036499 | fa163e58-29ec-9cb1-0e1f-0000000047f2 | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | 17.69s 2025-10-05 07:57:57.037019 | fa163e58-29ec-9cb1-0e1f-000000002228 | SUMMARY | standalone | install systemd-container for a greenfield | 17.07s 2025-10-05 07:57:57.037533 | fa163e58-29ec-9cb1-0e1f-0000000021be | SUMMARY | standalone | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | 15.81s 2025-10-05 07:57:57.038042 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ End Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Not cleaning working directory /root/tripleo-heat-installer-templates Not cleaning ansible directory /root/standalone-ansible-jr6gpgc3 Install artifact is located at /root/standalone-install-20251005075757.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.yTlNCSLkXy + exit 0 ~/ci-framework-data/artifacts