~/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.SRra6VkBHU + 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.SRra6VkBHU/standalone_cmds + SKIP_TRIPLEO_REPOS=false + CLEANUP_DIR_CMD='rm -Rf' + EDPM_COMPUTE_VCPUS=8 + EDPM_COMPUTE_RAM=20 + EDPM_COMPUTE_DISK_SIZE=70 + EDPM_CONFIGURE_HUGEPAGES=false + EDPM_COMPUTE_CEPH_ENABLED=false + EDPM_COMPUTE_CEPH_NOVA=false + EDPM_COMPUTE_SRIOV_ENABLED=true + EDPM_COMPUTE_DHCP_AGENT_ENABLED=true + BARBICAN_ENABLED=false + MANILA_ENABLED=true + SWIFT_REPLICATED=false + TLSE_ENABLED=true + CLOUD_DOMAIN=ooo.test + OCTAVIA_ENABLED=true + TELEMETRY_ENABLED=true + [[ ! -f /home/zuul/.ssh/id_rsa ]] + source /home/zuul/src/github.com/openstack-k8s-operators/install_yamls/devsetup/scripts/common.sh ++ OVN_NBCTL=ovn-nbctl ++ OVN_SBCTL=ovn-sbctl ++ OVN_NB_SERVICE=ovsdbserver-nb ++ OVN_SB_SERVICE=ovsdbserver-sb + [[ ! -f /home/zuul/cdn_subscription_repos.sh ]] + [[ -e /run/systemd/resolve/resolv.conf ]] + HOST_PRIMARY_RESOLV_CONF_ENTRY=192.168.122.10 + [[ ! -f /tmp/tmp.SRra6VkBHU/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.SRra6VkBHU + J2_VARS_FILE=/tmp/tmp.SRra6VkBHU/tmp.TxLTCUgHRu.yaml + cat + jinja2_render standalone/network_data.j2 /tmp/tmp.SRra6VkBHU/tmp.TxLTCUgHRu.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/network_data.j2 + j2_vars_file=/tmp/tmp.SRra6VkBHU/tmp.TxLTCUgHRu.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.SRra6VkBHU/tmp.TxLTCUgHRu.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.SRra6VkBHU/tmp.TxLTCUgHRu.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/deployed_network.j2 + j2_vars_file=/tmp/tmp.SRra6VkBHU/tmp.TxLTCUgHRu.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.SRra6VkBHU/tmp.TxLTCUgHRu.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.SRra6VkBHU/tmp.TxLTCUgHRu.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/net_config.j2 + j2_vars_file=/tmp/tmp.SRra6VkBHU/tmp.TxLTCUgHRu.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.SRra6VkBHU/tmp.TxLTCUgHRu.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.SRra6VkBHU/tmp.TxLTCUgHRu.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/role.j2 + j2_vars_file=/tmp/tmp.SRra6VkBHU/tmp.TxLTCUgHRu.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.SRra6VkBHU/tmp.TxLTCUgHRu.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.SRra6VkBHU/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.SRra6VkBHU/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.SRra6VkBHU/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.SRra6VkBHU/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.SRra6VkBHU/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 4.3 MB/s | 2.5 MB 00:00 Package podman-2:4.4.1-22.el9_2.1.x86_64 is already installed. Package util-linux-2.37.4-10.el9.x86_64 is already installed. Dependencies resolved. ======================================================================================================================================== Package Arch Version Repository Size ======================================================================================================================================== Installing: cephadm noarch 2:18.2.1-361.el9cp rhceph-7-tools-for-rhel-9-x86_64-rpms 354 k lvm2 x86_64 9:2.03.17-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 1.5 M python3-tripleoclient noarch 16.5.1-17.1.20250523121326.f3599d0.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 553 k Upgrading: device-mapper x86_64 9:1.02.187-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 142 k device-mapper-libs x86_64 9:1.02.187-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 176 k libblkid x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 109 k libfdisk x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 156 k libmount x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 136 k libsmartcols x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 65 k libuuid x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 30 k util-linux x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 2.3 M util-linux-core x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 464 k Installing dependencies: ansible-collection-ansible-netcommon noarch 2.2.0-1.2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 181 k ansible-collection-ansible-posix noarch 1.2.0-1.3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 124 k ansible-collection-ansible-utils noarch 2.3.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 91 k ansible-collection-community-general noarch 4.0.0-1.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.3 M ansible-collection-containers-podman noarch 1.9.4-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 243 k ansible-collections-openstack noarch 1.9.1-17.1.20250511000957.0e9a6f2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 146 k ansible-config_template noarch 2.0.1-17.1.20230621083924.7951228.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k ansible-freeipa noarch 1.9.2-3.el9_2 rhel-9-for-x86_64-appstream-rpms 452 k ansible-pacemaker noarch 1.0.4-17.1.20231213170757.7c10fdb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k ansible-role-atos-hsm noarch 1.0.1-17.1.20230927001631.8618a22.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 17 k ansible-role-chrony noarch 1.3.1-17.1.20230621084226.0111661.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 22 k ansible-role-collectd-config noarch 0.0.3-17.1.20230620165926.1992666.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 53 k ansible-role-container-registry noarch 1.4.1-17.1.20230621045806.a091b9c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 24 k ansible-role-lunasa-hsm noarch 1.1.1-17.1.20250603180833.5b8127c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 19 k ansible-role-metalsmith-deployment noarch 1.4.4-17.1.20240522060758.5e7461e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k ansible-role-openstack-operations noarch 0.0.1-17.1.20230620170737.2ab288f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 30 k ansible-role-qdr-config noarch 0.0.2-17.1.20230620171136.b456651.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k ansible-role-redhat-subscription noarch 1.3.0-17.1.20230621033420.eefe501.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 28 k ansible-role-thales-hsm noarch 3.0.1-17.1.20231007220803.f95c0fc.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k ansible-role-tripleo-modify-image noarch 1.5.1-17.1.20230621064242.b6eedb6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 27 k ansible-tripleo-ipa noarch 0.3.1-17.1.20230627190951.8d29d9e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 36 k ansible-tripleo-ipsec noarch 11.0.1-17.1.20230620172008.b5559c8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 38 k augeas-libs x86_64 1.13.0-3.el9 rhel-9-for-x86_64-appstream-rpms 459 k boost-atomic x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 19 k boost-chrono x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 26 k boost-filesystem x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 59 k boost-locale x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 216 k boost-log x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 410 k boost-nowide x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 17 k boost-program-options x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 108 k boost-regex x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 279 k boost-system x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 15 k boost-thread x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 57 k buildah x86_64 1:1.29.5-1.el9_2 rhel-9-for-x86_64-appstream-eus-rpms 8.6 M cpp-hocon x86_64 0.3.0-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 351 k device-mapper-event x86_64 9:1.02.187-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 32 k device-mapper-event-libs x86_64 9:1.02.187-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 31 k device-mapper-persistent-data x86_64 0.9.0-13.el9 rhel-9-for-x86_64-baseos-rpms 786 k dib-utils noarch 0.0.11-17.1.20230620173328.51661c3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 12 k facter x86_64 1:3.14.19-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 518 k glibc-langpack-en x86_64 2.34-60.el9 rhel-9-for-x86_64-baseos-rpms 675 k golang-github-vbatts-tar-split x86_64 0.11.1-9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.0 M heat-cfntools noarch 1.4.2-6.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 77 k hiera noarch 3.6.0-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 33 k ipa-client-common noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 44 k ipa-common noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 656 k ipa-selinux noarch 4.10.1-6.el9 rhel-9-for-x86_64-appstream-rpms 40 k iptables-nft-services noarch 1.8.8-6.el9_1 rhel-9-for-x86_64-appstream-rpms 28 k jq x86_64 1.6-14.el9 rhel-9-for-x86_64-appstream-rpms 190 k krb5-pkinit x86_64 1.20.1-8.el9 rhel-9-for-x86_64-baseos-rpms 62 k krb5-workstation x86_64 1.20.1-8.el9 rhel-9-for-x86_64-baseos-rpms 542 k leatherman x86_64 1.12.6-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 405 k libaio x86_64 0.3.111-13.el9 rhel-9-for-x86_64-baseos-rpms 26 k libburn x86_64 1.5.4-4.el9 rhel-9-for-x86_64-appstream-rpms 175 k libipa_hbac x86_64 2.8.2-5.el9_2.5 rhel-9-for-x86_64-baseos-eus-rpms 36 k libisoburn x86_64 1.5.4-4.el9 rhel-9-for-x86_64-appstream-rpms 419 k libisofs x86_64 1.5.4-4.el9 rhel-9-for-x86_64-appstream-rpms 224 k libkadm5 x86_64 1.20.1-8.el9 rhel-9-for-x86_64-baseos-rpms 81 k libpkgconf x86_64 1.7.3-10.el9 rhel-9-for-x86_64-baseos-rpms 37 k libselinux-ruby x86_64 3.5-1.el9 rhel-9-for-x86_64-appstream-rpms 59 k libsodium x86_64 1.0.18-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 162 k libunwind x86_64 1.6.2-1.el9cp rhceph-7-tools-for-rhel-9-x86_64-rpms 68 k libxslt x86_64 1.1.34-11.el9_2 rhel-9-for-x86_64-appstream-eus-rpms 245 k lvm2-libs x86_64 9:2.03.17-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 1.0 M oniguruma x86_64 6.9.6-1.el9.5 rhel-9-for-x86_64-appstream-rpms 221 k openpgm x86_64 5.2.122-26.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 178 k openssl-perl x86_64 1:3.0.7-6.el9_2 rhel-9-for-x86_64-appstream-rpms 42 k openstack-ansible-core x86_64 2.14.2-4.7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 2.3 M openstack-heat-agents noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 9.6 k openstack-heat-api noarch 1:16.1.1-17.1.20250703110808.edc6d60.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k openstack-heat-common noarch 1:16.1.1-17.1.20250703110808.edc6d60.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.6 M openstack-heat-engine noarch 1:16.1.1-17.1.20250703110808.edc6d60.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 15 k openstack-heat-monolith noarch 1:16.1.1-17.1.20250703110808.edc6d60.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k openstack-selinux noarch 0.8.37-17.1.20231107080825.05dd1b2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 221 k openstack-tripleo-common noarch 15.4.1-17.1.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-rpms 23 k perl-B x86_64 1.80-480.el9 rhel-9-for-x86_64-appstream-rpms 185 k perl-Carp noarch 1.50-460.el9 rhel-9-for-x86_64-appstream-rpms 31 k perl-Class-Struct noarch 0.66-480.el9 rhel-9-for-x86_64-appstream-rpms 24 k perl-Data-Dumper x86_64 2.174-462.el9 rhel-9-for-x86_64-appstream-rpms 59 k perl-Digest noarch 1.19-4.el9 rhel-9-for-x86_64-appstream-rpms 29 k perl-Digest-MD5 x86_64 2.58-4.el9 rhel-9-for-x86_64-appstream-rpms 39 k perl-Encode x86_64 4:3.08-462.el9 rhel-9-for-x86_64-appstream-rpms 1.7 M perl-Errno x86_64 1.30-480.el9 rhel-9-for-x86_64-appstream-rpms 17 k perl-Exporter noarch 5.74-461.el9 rhel-9-for-x86_64-appstream-rpms 34 k perl-Fcntl x86_64 1.13-480.el9 rhel-9-for-x86_64-appstream-rpms 23 k perl-File-Basename noarch 2.85-480.el9 rhel-9-for-x86_64-appstream-rpms 19 k perl-File-Path noarch 2.18-4.el9 rhel-9-for-x86_64-appstream-rpms 38 k perl-File-Temp noarch 1:0.231.100-4.el9 rhel-9-for-x86_64-appstream-rpms 63 k perl-File-stat noarch 1.09-480.el9 rhel-9-for-x86_64-appstream-rpms 19 k perl-FileHandle noarch 2.03-480.el9 rhel-9-for-x86_64-appstream-rpms 17 k perl-Getopt-Long noarch 1:2.52-4.el9 rhel-9-for-x86_64-appstream-rpms 64 k perl-Getopt-Std noarch 1.12-480.el9 rhel-9-for-x86_64-appstream-rpms 17 k perl-HTTP-Tiny noarch 0.076-461.el9_2 rhel-9-for-x86_64-appstream-eus-rpms 57 k perl-IO x86_64 1.43-480.el9 rhel-9-for-x86_64-appstream-rpms 94 k perl-IO-Socket-IP noarch 0.41-5.el9 rhel-9-for-x86_64-appstream-rpms 45 k perl-IO-Socket-SSL noarch 2.073-1.el9 rhel-9-for-x86_64-appstream-rpms 223 k perl-IPC-Open3 noarch 1.21-480.el9 rhel-9-for-x86_64-appstream-rpms 25 k perl-MIME-Base64 x86_64 3.16-4.el9 rhel-9-for-x86_64-appstream-rpms 34 k perl-Mozilla-CA noarch 20200520-6.el9 rhel-9-for-x86_64-appstream-rpms 14 k perl-Net-SSLeay x86_64 1.92-2.el9 rhel-9-for-x86_64-appstream-rpms 392 k perl-POSIX x86_64 1.94-480.el9 rhel-9-for-x86_64-appstream-rpms 99 k perl-PathTools x86_64 3.78-461.el9 rhel-9-for-x86_64-appstream-rpms 92 k perl-Pod-Escapes noarch 1:1.07-460.el9 rhel-9-for-x86_64-appstream-rpms 22 k perl-Pod-Perldoc noarch 3.28.01-461.el9 rhel-9-for-x86_64-appstream-rpms 92 k perl-Pod-Simple noarch 1:3.42-4.el9 rhel-9-for-x86_64-appstream-rpms 229 k perl-Pod-Usage noarch 4:2.01-4.el9 rhel-9-for-x86_64-appstream-rpms 43 k perl-Scalar-List-Utils x86_64 4:1.56-461.el9 rhel-9-for-x86_64-appstream-rpms 77 k perl-SelectSaver noarch 1.02-480.el9 rhel-9-for-x86_64-appstream-rpms 13 k perl-Socket x86_64 4:2.031-4.el9 rhel-9-for-x86_64-appstream-rpms 58 k perl-Storable x86_64 1:3.21-460.el9 rhel-9-for-x86_64-appstream-rpms 98 k perl-Symbol noarch 1.08-480.el9 rhel-9-for-x86_64-appstream-rpms 16 k perl-Term-ANSIColor noarch 5.01-461.el9 rhel-9-for-x86_64-appstream-rpms 51 k perl-Term-Cap noarch 1.17-460.el9 rhel-9-for-x86_64-appstream-rpms 24 k perl-Text-ParseWords noarch 3.30-460.el9 rhel-9-for-x86_64-appstream-rpms 18 k perl-Text-Tabs+Wrap noarch 2013.0523-460.el9 rhel-9-for-x86_64-appstream-rpms 25 k perl-Time-Local noarch 2:1.300-7.el9 rhel-9-for-x86_64-appstream-rpms 37 k perl-URI noarch 5.09-3.el9 rhel-9-for-x86_64-appstream-rpms 125 k perl-base noarch 2.27-480.el9 rhel-9-for-x86_64-appstream-rpms 18 k perl-constant noarch 1.33-461.el9 rhel-9-for-x86_64-appstream-rpms 25 k perl-if noarch 0.60.800-480.el9 rhel-9-for-x86_64-appstream-rpms 16 k perl-interpreter x86_64 4:5.32.1-480.el9 rhel-9-for-x86_64-appstream-rpms 75 k perl-libnet noarch 3.13-4.el9 rhel-9-for-x86_64-appstream-rpms 134 k perl-libs x86_64 4:5.32.1-480.el9 rhel-9-for-x86_64-appstream-rpms 2.2 M perl-mro x86_64 1.23-480.el9 rhel-9-for-x86_64-appstream-rpms 31 k perl-overload noarch 1.31-480.el9 rhel-9-for-x86_64-appstream-rpms 47 k perl-overloading noarch 0.02-480.el9 rhel-9-for-x86_64-appstream-rpms 15 k perl-parent noarch 1:0.238-460.el9 rhel-9-for-x86_64-appstream-rpms 16 k perl-podlators noarch 1:4.14-460.el9 rhel-9-for-x86_64-appstream-rpms 118 k perl-subs noarch 1.03-480.el9 rhel-9-for-x86_64-appstream-rpms 13 k perl-vars noarch 1.05-480.el9 rhel-9-for-x86_64-appstream-rpms 15 k pkgconf x86_64 1.7.3-10.el9 rhel-9-for-x86_64-baseos-rpms 45 k pkgconf-m4 noarch 1.7.3-10.el9 rhel-9-for-x86_64-baseos-rpms 16 k pkgconf-pkg-config x86_64 1.7.3-10.el9 rhel-9-for-x86_64-baseos-rpms 12 k puppet noarch 7.10.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 11 k puppet-aodh noarch 18.4.2-17.1.20230620151218.3e47b5a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 62 k puppet-apache noarch 6.5.2-17.1.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-rpms 112 k python3-alembic noarch 1.7.5-3.el9 rhel-9-for-x86_64-appstream-rpms 900 k python3-amqp noarch 5.0.6-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 92 k python3-ansible-runner noarch 2.0.0a1-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 122 k python3-aodhclient noarch 2.2.0-17.1.20230620222234.b747ae3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 56 k python3-appdirs noarch 1.4.4-4.el9 rhel-9-for-x86_64-appstream-rpms 27 k python3-augeas noarch 0.5.0-25.el9 rhel-9-for-x86_64-appstream-rpms 31 k python3-barbicanclient noarch 5.3.0-17.1.20230620213453.ad49c40.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 127 k python3-bcrypt x86_64 3.1.7-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 44 k python3-beautifulsoup4 noarch 4.9.3-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 204 k python3-boto noarch 2.45.0-8.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.3 M python3-cachetools noarch 4.2.2-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 33 k python3-cinderclient noarch 7.4.1-17.1.20230620211836.4f72e6f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 218 k python3-cliff noarch 3.7.0-17.1.20230620172206.117a100.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 95 k python3-cmd2 noarch 1.4.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 284 k python3-colorama noarch 0.4.4-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 35 k python3-croniter noarch 0.3.35-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 49 k python3-daemon noarch 2.3.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 39 k python3-designateclient noarch 4.2.1-17.1.20230621023138.7a8d156.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 92 k python3-dns noarch 2.2.1-2.el9 rhel-9-for-x86_64-baseos-rpms 418 k python3-docutils noarch 0.16-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.5 M python3-dogpile-cache noarch 1.1.5-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 89 k python3-etcd3gw noarch 0.2.6-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 44 k python3-extras noarch 1.0.0-17.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k python3-fixtures noarch 3.0.0-24.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 93 k python3-futurist noarch 2.3.0-17.1.20230621104020.1a1c6f8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 64 k python3-gevent x86_64 21.1.2-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.6 M python3-gitdb noarch 4.0.5-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 107 k python3-glanceclient noarch 1:3.3.0-17.1.20240712170803.f802c71.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 143 k python3-gssapi x86_64 1.6.9-5.el9 rhel-9-for-x86_64-appstream-rpms 489 k python3-heat-agent noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 19 k python3-heat-agent-ansible noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 11 k python3-heat-agent-apply-config noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 9.9 k python3-heat-agent-docker-cmd noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 12 k python3-heat-agent-hiera noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 10 k python3-heat-agent-json-file noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 9.8 k python3-heat-agent-puppet noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 11 k python3-heatclient noarch 2.3.1-17.1.20230621012952.d16c245.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 158 k python3-ipaclient noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 648 k python3-ipalib noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 663 k python3-ironic-inspector-client noarch 4.5.0-17.1.20230620205758.3c03e21.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 67 k python3-ironicclient noarch 4.6.4-17.1.20230621041552.09b78fa.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 342 k python3-jeepney noarch 0.6.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 284 k python3-jmespath noarch 0.10.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 46 k python3-jwcrypto noarch 0.8-4.el9 rhel-9-for-x86_64-appstream-rpms 76 k python3-keyring noarch 21.8.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 77 k python3-keystoneauth1 noarch 4.4.0-17.1.20240812145234.112bcae.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 409 k python3-keystoneclient noarch 1:4.3.0-17.1.20230621025111.d5cb761.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 239 k python3-keystonemiddleware noarch 9.2.0-17.1.20230620211753.3659bda.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 92 k python3-kombu noarch 1:5.0.2-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 313 k python3-ldap x86_64 3.4.3-2.el9 rhel-9-for-x86_64-appstream-rpms 259 k python3-libipa_hbac x86_64 2.8.2-5.el9_2.5 rhel-9-for-x86_64-baseos-eus-rpms 30 k python3-lockfile noarch 1:0.12.2-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 31 k python3-logutils noarch 0.3.5-15.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 47 k python3-lxml x86_64 4.6.5-3.el9 rhel-9-for-x86_64-appstream-rpms 1.2 M python3-magnumclient noarch 3.4.1-17.1.20230621053508.280acd2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 121 k python3-mako noarch 1.1.4-6.el9 rhel-9-for-x86_64-appstream-rpms 176 k python3-manilaclient noarch 2.6.4-17.1.20240830140806.7f7d7d3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 528 k python3-memcached noarch 1.59-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 40 k python3-metalsmith noarch 1.4.4-17.1.20240522060758.5e7461e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 65 k python3-migrate noarch 0.13.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 224 k python3-mimeparse noarch 1.6.0-16.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k python3-mistralclient noarch 4.2.0-17.1.20230620220528.20a10f0.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 166 k python3-msgpack x86_64 1.0.2-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 87 k python3-munch noarch 2.5.0-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 25 k python3-natsort noarch 7.1.1-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 59 k python3-neutron-lib noarch 2.10.3-17.1.20231221164814.619c0fe.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 375 k python3-neutronclient noarch 7.3.1-17.1.20230621044049.29a9f5e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 298 k python3-novaclient noarch 1:17.4.1-17.1.20230621034300.5ee4427.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 201 k python3-octaviaclient noarch 2.3.1-17.1.20231106100828.51347bc.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 91 k python3-openstackclient noarch 5.5.2-17.1.20250616100909.42d9b6e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.1 M python3-openstacksdk noarch 0.55.1-17.1.20250516211008.f09ed4a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 735 k python3-openvswitch3.3 x86_64 3.3.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-rpms 218 k python3-pyOpenSSL noarch 20.0.1-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 90 k python3-pyasn1 noarch 0.4.8-6.el9 rhel-9-for-x86_64-appstream-rpms 163 k python3-pyasn1-modules noarch 0.4.8-6.el9 rhel-9-for-x86_64-appstream-rpms 283 k python3-pycadf noarch 3.1.1-17.1.20230620210757.4179996.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 53 k python3-pynacl x86_64 1.4.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 111 k python3-pyperclip noarch 1.8.0-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 25 k python3-pystache noarch 0.5.4-15.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 132 k python3-pyusb noarch 1.0.2-13.el9 rhel-9-for-x86_64-appstream-rpms 96 k python3-qrcode-core noarch 6.1-12.el9 rhel-9-for-x86_64-appstream-rpms 61 k python3-repoze-lru noarch 0.7-12.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 32 k python3-requestsexceptions noarch 1.4.0-17.1.20230620164652.d7ac0ff.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 17 k python3-rhosp-openvswitch noarch 3.3-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 8.3 k python3-routes noarch 2.4.1-14.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 188 k python3-rsa noarch 4.6-3.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 57 k python3-saharaclient noarch 3.3.0-17.1.20230620222322.401e663.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 188 k python3-secretstorage noarch 3.3.1-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 36 k python3-setproctitle x86_64 1.2.2-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 23 k python3-shade noarch 1.33.0-17.1.20230620225148.e7c7f29.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 523 k python3-simplejson x86_64 3.17.5-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 266 k python3-smmap noarch 3.0.1-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 47 k python3-soupsieve noarch 2.2-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 67 k python3-sqlalchemy13 x86_64 1.3.24-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.7 M python3-sqlparse noarch 0.4.1-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 83 k python3-sss-murmur x86_64 2.8.2-5.el9_2.5 rhel-9-for-x86_64-baseos-eus-rpms 19 k python3-statsd noarch 3.2.1-20.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 35 k python3-swiftclient noarch 3.11.1-17.1.20230620204150.06b36ae.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 136 k python3-tempita noarch 0.5.1-27.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 36 k python3-tenacity noarch 6.3.1-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 51 k python3-testtools noarch 2.4.0-10.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 333 k python3-tinyrpc noarch 1.0.3-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 50 k python3-tripleo-common noarch 15.4.1-17.1.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-rpms 24 k python3-validations-libs noarch 1.9.1-17.1.20230913020848.8d9e1b5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 137 k python3-vine noarch 5.0.0-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 26 k python3-waitress noarch 2.0.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 109 k python3-warlock noarch 1.3.3-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k python3-wcwidth noarch 0.2.5-8.el9 rhel-9-for-x86_64-appstream-rpms 48 k python3-webob noarch 1.8.7-2.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 230 k python3-webtest noarch 2.0.35-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 82 k python3-werkzeug noarch 2.0.1-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 427 k python3-yappi x86_64 1.3.1-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 56 k python3-yaql noarch 1.1.3-13.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 180 k python3-yubico noarch 1.3.3-7.el9 rhel-9-for-x86_64-appstream-rpms 73 k python3-zaqarclient noarch 2.4.0-17.1.20230620214253.e388947.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 129 k python3-zope-event noarch 4.2.0-20.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 205 k python3-zope-interface x86_64 5.4.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 202 k qemu-img x86_64 17:7.2.0-14.el9_2.18 rhel-9-for-x86_64-appstream-eus-rpms 2.2 M rhel-system-roles noarch 1.21.2-1.el9_2 rhel-9-for-x86_64-appstream-rpms 2.4 M ruby x86_64 3.0.4-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 41 k ruby-augeas x86_64 0.5.0-29.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k ruby-facter x86_64 1:3.14.19-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 9.5 k ruby-libs x86_64 3.0.4-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 3.3 M rubygem-concurrent-ruby noarch 1.1.5-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 243 k rubygem-deep_merge noarch 1.2.1-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k rubygem-fast_gettext noarch 1.2.0-9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 34 k rubygem-hocon noarch 1.3.1-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 90 k rubygem-json x86_64 2.5.1-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 59 k rubygem-multi_json noarch 1.15.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 22 k rubygem-psych x86_64 3.3.2-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 60 k rubygem-puppet-resource_api noarch 1.8.13-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 34 k rubygem-rexml noarch 3.2.5-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 110 k rubygem-ruby-shadow x86_64 2.5.0-15.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k rubygem-semantic_puppet noarch 1.0.4-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k rubygems noarch 3.2.33-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 306 k skopeo x86_64 2:1.11.2-0.1.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 7.9 M sshpass x86_64 1.09-4.el9 rhel-9-for-x86_64-appstream-rpms 30 k tripleo-ansible noarch 3.3.1-17.1.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-rpms 321 k yaml-cpp x86_64 0.6.3-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 123 k zeromq x86_64 4.3.4-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 433 k Installing weak dependencies: bash-completion noarch 1:2.11-4.el9 rhel-9-for-x86_64-baseos-rpms 459 k perl-NDBM_File x86_64 1.15-480.el9 rhel-9-for-x86_64-appstream-rpms 25 k python3-zmq x86_64 22.0.3-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 396 k ruby-default-gems noarch 3.0.4-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 46 k rubygem-bigdecimal x86_64 3.0.0-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 55 k rubygem-bundler noarch 2.2.33-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 456 k rubygem-io-console x86_64 0.5.7-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 26 k rubygem-rdoc noarch 6.3.3-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 441 k Transaction Summary ======================================================================================================================================== Install 390 Packages Upgrade 9 Packages Total download size: 97 M Downloading Packages: (1/399): ansible-collection-ansible-posix-1.2.0 828 kB/s | 124 kB 00:00 (2/399): ansible-collection-ansible-netcommon-2 1.0 MB/s | 181 kB 00:00 (3/399): ansible-collection-community-general-4 17 MB/s | 1.3 MB 00:00 (4/399): ansible-collection-ansible-utils-2.3.0 371 kB/s | 91 kB 00:00 (5/399): libsodium-1.0.18-7.el9ost.x86_64.rpm 1.6 MB/s | 162 kB 00:00 (6/399): heat-cfntools-1.4.2-6.1.el9ost.noarch. 504 kB/s | 77 kB 00:00 (7/399): golang-github-vbatts-tar-split-0.11.1- 4.6 MB/s | 1.0 MB 00:00 (8/399): openpgm-5.2.122-26.el9ost.x86_64.rpm 2.0 MB/s | 178 kB 00:00 (9/399): puppet-fdio-18.2-1.20220727113954.6fd1 330 kB/s | 25 kB 00:00 (10/399): python3-ansible-runner-2.0.0a1-3.el9o 1.2 MB/s | 122 kB 00:00 (11/399): python3-bcrypt-3.1.7-7.el9ost.x86_64. 400 kB/s | 44 kB 00:00 (12/399): python3-croniter-0.3.35-2.el9ost.noar 695 kB/s | 49 kB 00:00 (13/399): python3-beautifulsoup4-4.9.3-2.el9ost 1.8 MB/s | 204 kB 00:00 (14/399): python3-daemon-2.3.0-1.el9ost.noarch. 365 kB/s | 39 kB 00:00 (15/399): python3-docutils-0.16-6.el9ost.noarch 10 MB/s | 1.5 MB 00:00 (16/399): python3-gitdb-4.0.5-2.el9ost.noarch.r 2.2 MB/s | 107 kB 00:00 (17/399): python3-etcd3gw-0.2.6-2.el9ost.noarch 221 kB/s | 44 kB 00:00 (18/399): python3-gevent-21.1.2-2.el9ost.x86_64 10 MB/s | 1.6 MB 00:00 (19/399): python3-lockfile-0.12.2-2.el9ost.noar 508 kB/s | 31 kB 00:00 (20/399): python3-jeepney-0.6.0-2.el9ost.noarch 1.8 MB/s | 284 kB 00:00 (21/399): python3-logutils-0.3.5-15.el9ost.noar 442 kB/s | 47 kB 00:00 (22/399): python3-memcached-1.59-3.el9ost.noarc 708 kB/s | 40 kB 00:00 (23/399): python3-jmespath-0.10.0-1.el9ost.noar 211 kB/s | 46 kB 00:00 (24/399): python3-natsort-7.1.1-2.el9ost.noarch 705 kB/s | 59 kB 00:00 (25/399): python3-mimeparse-1.6.0-16.el9ost.noa 88 kB/s | 16 kB 00:00 (26/399): python3-migrate-0.13.0-1.el9ost.noarc 985 kB/s | 224 kB 00:00 (27/399): python3-pecan-1.4.0-2.el9ost.noarch.r 5.5 MB/s | 273 kB 00:00 (28/399): python3-pyOpenSSL-20.0.1-2.el9ost.noa 1.8 MB/s | 90 kB 00:00 (29/399): python3-pyperclip-1.8.0-3.el9ost.noar 251 kB/s | 25 kB 00:00 (30/399): python3-pynacl-1.4.0-1.el9ost.x86_64. 635 kB/s | 111 kB 00:00 (31/399): python3-passlib-1.7.4-3.el9ost.noarch 2.1 MB/s | 712 kB 00:00 (32/399): python3-setproctitle-1.2.2-1.el9ost.x 328 kB/s | 23 kB 00:00 (33/399): python3-smmap-3.0.1-4.el9ost.noarch.r 593 kB/s | 47 kB 00:00 (34/399): python3-sqlalchemy13-1.3.24-3.el9ost. 24 MB/s | 1.7 MB 00:00 (35/399): python3-tenacity-6.3.1-1.el9ost.noarc 426 kB/s | 51 kB 00:00 (36/399): python3-webtest-2.0.35-6.el9ost.noarc 797 kB/s | 82 kB 00:00 (37/399): python3-soupsieve-2.2-1.el9ost.noarch 369 kB/s | 67 kB 00:00 (38/399): python3-zope-interface-5.4.0-1.el9ost 2.7 MB/s | 202 kB 00:00 (39/399): python3-zope-event-4.2.0-20.el9ost.no 2.4 MB/s | 205 kB 00:00 (40/399): rubygem-concurrent-ruby-1.1.5-2.el9os 5.6 MB/s | 243 kB 00:00 (41/399): python3-zmq-22.0.3-1.el9ost.x86_64.rp 2.3 MB/s | 396 kB 00:00 (42/399): rubygem-deep_merge-1.2.1-7.el9ost.noa 145 kB/s | 14 kB 00:00 (43/399): rubygem-fast_gettext-1.2.0-9.el9ost.n 424 kB/s | 34 kB 00:00 (44/399): rubygem-hocon-1.3.1-2.el9ost.noarch.r 1.9 MB/s | 90 kB 00:00 (45/399): rubygem-puppet-resource_api-1.8.13-1. 452 kB/s | 34 kB 00:00 (46/399): rubygem-multi_json-1.15.0-2.el9ost.no 150 kB/s | 22 kB 00:00 (47/399): rubygem-semantic_puppet-1.0.4-2.el9os 406 kB/s | 21 kB 00:00 (48/399): rubygem-ruby-shadow-2.5.0-15.el9ost.x 133 kB/s | 16 kB 00:00 (49/399): zeromq-4.3.4-1.el9ost.x86_64.rpm 5.9 MB/s | 433 kB 00:00 (50/399): ansible-config_template-2.0.1-17.1.20 357 kB/s | 29 kB 00:00 (51/399): ansible-role-chrony-1.3.1-17.1.202306 390 kB/s | 22 kB 00:00 (52/399): ansible-role-collectd-config-0.0.3-17 880 kB/s | 53 kB 00:00 (53/399): ansible-role-container-registry-1.4.1 674 kB/s | 24 kB 00:00 (54/399): ansible-role-openstack-operations-0.0 332 kB/s | 30 kB 00:00 (55/399): ansible-role-qdr-config-0.0.2-17.1.20 246 kB/s | 21 kB 00:00 (56/399): ansible-role-atos-hsm-1.0.1-17.1.2023 66 kB/s | 17 kB 00:00 (57/399): ansible-role-redhat-subscription-1.3. 368 kB/s | 28 kB 00:00 (58/399): ansible-role-tripleo-modify-image-1.5 361 kB/s | 27 kB 00:00 (59/399): ansible-role-thales-hsm-3.0.1-17.1.20 196 kB/s | 21 kB 00:00 (60/399): dib-utils-0.0.11-17.1.20230620173328. 159 kB/s | 12 kB 00:00 (61/399): ansible-tripleo-ipa-0.3.1-17.1.202306 276 kB/s | 36 kB 00:00 (62/399): ansible-tripleo-ipsec-11.0.1-17.1.202 345 kB/s | 38 kB 00:00 (63/399): os-apply-config-13.1.1-17.1.202310200 653 kB/s | 54 kB 00:00 (64/399): os-collect-config-13.1.1-17.1.2023102 499 kB/s | 50 kB 00:00 (65/399): os-refresh-config-13.1.1-17.1.2023102 583 kB/s | 21 kB 00:00 (66/399): openstack-heat-agents-2.2.1-17.1.2023 45 kB/s | 9.6 kB 00:00 (67/399): puppet-aodh-18.4.2-17.1.2023062015121 405 kB/s | 62 kB 00:00 (68/399): puppet-apache-6.5.2-17.1.202306210011 1.7 MB/s | 259 kB 00:00 (69/399): puppet-archive-4.6.1-17.1.20230620181 647 kB/s | 44 kB 00:00 (70/399): puppet-ceilometer-18.4.3-17.1.2023092 727 kB/s | 70 kB 00:00 (71/399): puppet-auditd-2.2.1-17.1.202306201924 217 kB/s | 28 kB 00:00 (72/399): puppet-certmonger-2.7.1-17.1.20230620 184 kB/s | 26 kB 00:00 (73/399): puppet-cinder-18.5.2-17.1.20230621054 775 kB/s | 120 kB 00:00 (74/399): puppet-collectd-13.0.1-17.1.202306201 966 kB/s | 135 kB 00:00 (75/399): puppet-corosync-8.0.1-17.1.2023062110 1.4 MB/s | 68 kB 00:00 (76/399): puppet-designate-18.6.1-17.1.20230621 888 kB/s | 69 kB 00:00 (77/399): puppet-dns-8.2.1-17.1.20230621002045. 710 kB/s | 36 kB 00:00 (78/399): puppet-etcd-1.12.3-17.1.2023062019322 437 kB/s | 25 kB 00:00 (79/399): puppet-git-0.5.0-17.1.20230620193928. 392 kB/s | 23 kB 00:00 (80/399): puppet-concat-6.2.1-17.1.202306201815 128 kB/s | 41 kB 00:00 (81/399): puppet-firewall-3.4.1-17.1.2023062102 559 kB/s | 77 kB 00:00 (82/399): puppet-gnocchi-18.4.3-17.1.2023062106 775 kB/s | 58 kB 00:00 (83/399): puppet-haproxy-4.2.2-17.1.20230620193 411 kB/s | 52 kB 00:00 (84/399): puppet-inifile-4.2.1-17.1.20230620180 776 kB/s | 42 kB 00:00 (85/399): puppet-heat-18.4.1-17.1.2023062111163 375 kB/s | 70 kB 00:00 (86/399): puppet-horizon-18.6.1-17.1.2023062107 335 kB/s | 63 kB 00:00 (87/399): puppet-ipaclient-2.5.2-17.1.202306201 219 kB/s | 17 kB 00:00 (88/399): puppet-keepalived-0.0.2-17.1.20230620 205 kB/s | 14 kB 00:00 (89/399): puppet-manila-18.5.2-17.1.20231102190 755 kB/s | 81 kB 00:00 (90/399): puppet-module-data-0.5.1-17.1.2023062 182 kB/s | 13 kB 00:00 (91/399): puppet-memcached-6.0.0-17.1.202306201 83 kB/s | 23 kB 00:00 (92/399): puppet-kmod-2.5.0-17.1.20230620190646 70 kB/s | 21 kB 00:00 (93/399): puppet-mysql-10.6.1-17.1.202306210221 613 kB/s | 99 kB 00:00 (94/399): puppet-nova-18.6.1-17.1.2023062109044 2.0 MB/s | 200 kB 00:00 (95/399): puppet-nssdb-1.0.2-17.1.2023062018564 145 kB/s | 12 kB 00:00 (96/399): puppet-neutron-18.6.1-17.1.2023062105 1.4 MB/s | 196 kB 00:00 (97/399): puppet-openstack_extras-18.5.1-17.1.2 342 kB/s | 48 kB 00:00 (98/399): puppet-octavia-18.5.1-17.1.2023062106 432 kB/s | 76 kB 00:00 (99/399): puppet-openstacklib-18.5.2-17.1.20230 435 kB/s | 62 kB 00:00 (100/399): puppet-oslo-18.5.1-17.1.202306210523 317 kB/s | 48 kB 00:00 (101/399): puppet-qdr-7.4.1-17.1.20230620195605 215 kB/s | 31 kB 00:00 (102/399): puppet-placement-5.4.3-17.1.20230621 215 kB/s | 41 kB 00:00 (103/399): puppet-rabbitmq-11.0.1-17.1.20230620 2.3 MB/s | 266 kB 00:00 (104/399): puppet-redis-6.1.1-17.1.202306201917 418 kB/s | 51 kB 00:00 (105/399): puppet-remote-10.0.0-17.1.2023062019 155 kB/s | 16 kB 00:00 (106/399): puppet-rsync-1.1.4-17.1.202306210028 453 kB/s | 28 kB 00:00 (107/399): puppet-rsyslog-4.0.1-17.1.2023062020 543 kB/s | 58 kB 00:00 (108/399): puppet-snmp-3.9.1-17.1.2023062020041 158 kB/s | 34 kB 00:00 (109/399): puppet-ssh-6.2.1-17.1.20230620190251 131 kB/s | 29 kB 00:00 (110/399): puppet-stdlib-6.3.1-17.1.20230621000 691 kB/s | 160 kB 00:00 (111/399): puppet-swift-18.6.1-17.1.20230621052 1.1 MB/s | 115 kB 00:00 (112/399): puppet-sysctl-0.0.13-17.1.2023062018 205 kB/s | 16 kB 00:00 (113/399): puppet-vcsrepo-3.1.1-17.1.2023062018 1.1 MB/s | 50 kB 00:00 (114/399): puppet-systemd-2.12.1-17.1.202306201 570 kB/s | 42 kB 00:00 (115/399): puppet-xinetd-3.3.1-17.1.20230620185 597 kB/s | 26 kB 00:00 (116/399): puppet-vswitch-14.4.3-17.1.202306210 313 kB/s | 41 kB 00:00 (117/399): python-oslo-log-lang-4.4.0-17.1.2023 194 kB/s | 14 kB 00:00 (118/399): python-oslo-policy-lang-3.7.1-17.1.2 373 kB/s | 14 kB 00:00 (119/399): python-oslo-middleware-lang-4.2.1-17 197 kB/s | 13 kB 00:00 (120/399): python-oslo-cache-lang-2.7.1-17.1.20 97 kB/s | 19 kB 00:00 (121/399): python-pycadf-common-3.1.1-17.1.2023 195 kB/s | 15 kB 00:00 (122/399): python3-aodhclient-2.2.0-17.1.202306 1.2 MB/s | 56 kB 00:00 (123/399): python3-GitPython-3.1.14-2.el9ost.no 1.4 MB/s | 238 kB 00:00 (124/399): python-oslo-versionedobjects-lang-2. 53 kB/s | 14 kB 00:00 (125/399): python3-cinderclient-7.4.1-17.1.2023 1.5 MB/s | 218 kB 00:00 (126/399): python3-cliff-3.7.0-17.1.20230620172 700 kB/s | 95 kB 00:00 (127/399): python3-futurist-2.3.0-17.1.20230621 1.0 MB/s | 64 kB 00:00 (128/399): python3-barbicanclient-5.3.0-17.1.20 350 kB/s | 127 kB 00:00 (129/399): python3-heat-agent-2.2.1-17.1.202306 132 kB/s | 19 kB 00:00 (130/399): python3-designateclient-4.2.1-17.1.2 342 kB/s | 92 kB 00:00 (131/399): python3-heat-agent-apply-config-2.2. 212 kB/s | 9.9 kB 00:00 (132/399): python3-heat-agent-hiera-2.2.1-17.1. 221 kB/s | 10 kB 00:00 (133/399): python3-heat-agent-ansible-2.2.1-17. 52 kB/s | 11 kB 00:00 (134/399): python3-heat-agent-puppet-2.2.1-17.1 211 kB/s | 11 kB 00:00 (135/399): python3-heat-agent-docker-cmd-2.2.1- 107 kB/s | 12 kB 00:00 (136/399): python3-heat-agent-json-file-2.2.1-1 118 kB/s | 9.8 kB 00:00 (137/399): python3-ironic-inspector-client-4.5. 1.4 MB/s | 67 kB 00:00 (138/399): python3-heatclient-2.3.1-17.1.202306 2.5 MB/s | 158 kB 00:00 (139/399): python3-keystonemiddleware-9.2.0-17. 1.3 MB/s | 92 kB 00:00 (140/399): python3-magnumclient-3.4.1-17.1.2023 2.9 MB/s | 121 kB 00:00 (141/399): python3-ironicclient-4.6.4-17.1.2023 1.2 MB/s | 342 kB 00:00 (142/399): python3-keystoneclient-4.3.0-17.1.20 605 kB/s | 239 kB 00:00 (143/399): python3-mistralclient-4.2.0-17.1.202 584 kB/s | 166 kB 00:00 (144/399): python3-neutronclient-7.3.1-17.1.202 1.7 MB/s | 298 kB 00:00 (145/399): python3-os-client-config-2.1.0-17.1. 1.4 MB/s | 55 kB 00:00 (146/399): python3-novaclient-17.4.1-17.1.20230 2.7 MB/s | 201 kB 00:00 (147/399): python3-os-service-types-1.7.0-17.1. 589 kB/s | 38 kB 00:00 (148/399): python3-oslo-cache-2.7.1-17.1.202306 1.0 MB/s | 56 kB 00:00 (149/399): python3-osc-lib-2.3.1-17.1.202306202 1.0 MB/s | 78 kB 00:00 (150/399): python3-oslo-context-3.2.1-17.1.2023 596 kB/s | 27 kB 00:00 (151/399): python3-oslo-log-4.4.0-17.1.20230620 1.2 MB/s | 64 kB 00:00 (152/399): python3-os-traits-2.5.0-17.1.2023062 270 kB/s | 45 kB 00:00 (153/399): python3-oslo-reports-2.2.0-17.1.2023 1.0 MB/s | 59 kB 00:00 (154/399): python3-oslo-middleware-4.2.1-17.1.2 534 kB/s | 55 kB 00:00 (155/399): python3-oslo-rootwrap-6.3.1-17.1.202 981 kB/s | 46 kB 00:00 (156/399): python3-oslo-policy-3.7.1-17.1.20230 479 kB/s | 76 kB 00:00 (157/399): python3-oslo-serialization-4.1.1-17. 418 kB/s | 34 kB 00:00 (158/399): python3-oslo-versionedobjects-2.4.1- 1.2 MB/s | 79 kB 00:00 (159/399): python3-oslo-upgradecheck-1.3.1-17.1 138 kB/s | 29 kB 00:00 (160/399): python3-pycadf-3.1.1-17.1.2023062021 509 kB/s | 53 kB 00:00 (161/399): python3-osprofiler-3.4.0-17.1.202306 760 kB/s | 130 kB 00:00 (162/399): python3-requestsexceptions-1.4.0-17. 449 kB/s | 17 kB 00:00 (163/399): python3-saharaclient-3.3.0-17.1.2023 1.5 MB/s | 188 kB 00:00 (164/399): python3-swiftclient-3.11.1-17.1.2023 1.6 MB/s | 136 kB 00:00 (165/399): python3-statsd-3.2.1-20.1.el9ost.noa 194 kB/s | 35 kB 00:00 (166/399): python3-shade-1.33.0-17.1.2023062022 2.3 MB/s | 523 kB 00:00 (167/399): python3-troveclient-7.0.0-17.1.20230 5.4 MB/s | 344 kB 00:00 (168/399): python3-tinyrpc-1.0.3-6.el9ost.noarc 617 kB/s | 50 kB 00:00 (169/399): validations-common-1.9.1-17.1.202310 2.4 MB/s | 111 kB 00:00 (170/399): python3-zaqarclient-2.4.0-17.1.20230 1.2 MB/s | 129 kB 00:00 (171/399): python3-paramiko-2.11.0-2.el9ost.noa 3.9 MB/s | 299 kB 00:00 (172/399): python3-validations-libs-1.9.1-17.1. 716 kB/s | 137 kB 00:00 (173/399): ansible-pacemaker-1.0.4-17.1.2023121 502 kB/s | 21 kB 00:00 (174/399): python3-werkzeug-2.0.1-7.el9ost.noar 2.5 MB/s | 427 kB 00:00 (175/399): python3-manilaclient-2.6.4-17.1.2024 3.0 MB/s | 528 kB 00:00 (176/399): python3-webob-1.8.7-2.1.el9ost.noarc 2.6 MB/s | 230 kB 00:00 (177/399): python3-sqlparse-0.4.1-2.el9ost.noar 430 kB/s | 83 kB 00:00 (178/399): puppet-ironic-18.7.1-17.1.2024030521 1.4 MB/s | 121 kB 00:00 (179/399): ansible-role-metalsmith-deployment-1 129 kB/s | 21 kB 00:00 (180/399): python-oslo-db-lang-8.5.2-17.1.20240 179 kB/s | 14 kB 00:00 (181/399): openstack-selinux-0.8.37-17.1.202311 684 kB/s | 221 kB 00:00 (182/399): python3-glanceclient-3.3.0-17.1.2024 650 kB/s | 143 kB 00:00 (183/399): python3-keystoneauth1-4.4.0-17.1.202 1.9 MB/s | 409 kB 00:00 (184/399): python3-neutron-lib-2.10.3-17.1.2023 4.1 MB/s | 375 kB 00:00 (185/399): python3-metalsmith-1.4.4-17.1.202405 438 kB/s | 65 kB 00:00 (186/399): python3-oslo-db-8.5.2-17.1.202408201 2.4 MB/s | 144 kB 00:00 (187/399): python3-octaviaclient-2.3.1-17.1.202 634 kB/s | 91 kB 00:00 (188/399): python3-oslo-messaging-12.7.3-17.1.2 1.7 MB/s | 216 kB 00:00 (189/399): python3-oslo-service-2.5.1-17.1.2024 605 kB/s | 71 kB 00:00 (190/399): python3-rhosp-openvswitch-3.3-1.el9o 93 kB/s | 8.3 kB 00:00 (191/399): openstack-ansible-core-2.14.2-4.7.el 17 MB/s | 2.3 MB 00:00 (192/399): python3-waitress-2.0.0-4.el9ost.noar 613 kB/s | 109 kB 00:00 (193/399): openstack-tripleo-validations-14.3.2 1.2 MB/s | 204 kB 00:00 (194/399): puppet-ovn-18.6.1-17.1.2024092509490 399 kB/s | 29 kB 00:00 (195/399): puppet-pacemaker-1.5.1-17.1.20250214 2.2 MB/s | 158 kB 00:00 (196/399): puppet-glance-18.6.1-17.1.2025022015 421 kB/s | 87 kB 00:00 (197/399): python3-os-ken-1.4.1-17.1.2024120509 16 MB/s | 2.1 MB 00:00 (198/399): puppet-tripleo-14.2.3-17.1.202503201 1.7 MB/s | 239 kB 00:00 (199/399): ansible-collection-containers-podman 4.7 MB/s | 243 kB 00:00 (200/399): facter-3.14.19-3.el9ost.x86_64.rpm 7.5 MB/s | 518 kB 00:00 (201/399): ansible-collections-openstack-1.9.1- 584 kB/s | 146 kB 00:00 (202/399): leatherman-1.12.6-5.el9ost.x86_64.rp 7.3 MB/s | 405 kB 00:00 (203/399): cpp-hocon-0.3.0-7.el9ost.x86_64.rpm 1.1 MB/s | 351 kB 00:00 (204/399): openstack-tripleo-common-containers- 901 kB/s | 78 kB 00:00 (205/399): hiera-3.6.0-6.el9ost.noarch.rpm 104 kB/s | 33 kB 00:00 (206/399): puppet-7.10.0-4.el9ost.noarch.rpm 220 kB/s | 11 kB 00:00 (207/399): puppet-headless-7.10.0-4.el9ost.noar 19 MB/s | 1.4 MB 00:00 (208/399): puppet-keystone-18.6.1-17.1.20250425 1.8 MB/s | 127 kB 00:00 (209/399): openstack-tripleo-common-15.4.1-17.1 193 kB/s | 52 kB 00:00 (210/399): python3-boto-2.45.0-8.1.el9ost.noarc 12 MB/s | 1.3 MB 00:00 (211/399): python3-cachetools-4.2.2-3.el9ost.no 473 kB/s | 33 kB 00:00 (212/399): python3-amqp-5.0.6-5.el9ost.noarch.r 364 kB/s | 92 kB 00:00 (213/399): python3-colorama-0.4.4-4.el9ost.noar 374 kB/s | 35 kB 00:00 (214/399): python3-extras-1.0.0-17.el9ost.noarc 580 kB/s | 21 kB 00:00 (215/399): python3-cmd2-1.4.0-4.el9ost.noarch.r 1.5 MB/s | 284 kB 00:00 (216/399): python3-fixtures-3.0.0-24.el9ost.noa 1.1 MB/s | 93 kB 00:00 (217/399): python3-dogpile-cache-1.1.5-5.el9ost 530 kB/s | 89 kB 00:00 (218/399): python3-kombu-5.0.2-3.el9ost.noarch. 4.9 MB/s | 313 kB 00:00 (219/399): python3-msgpack-1.0.2-4.el9ost.x86_6 1.5 MB/s | 87 kB 00:00 (220/399): python3-munch-2.5.0-6.el9ost.noarch. 456 kB/s | 25 kB 00:00 (221/399): python3-keyring-21.8.0-4.el9ost.noar 331 kB/s | 77 kB 00:00 (222/399): python3-paste-3.5.0-5.el9ost.noarch. 5.9 MB/s | 776 kB 00:00 (223/399): python3-paste-deploy-2.1.1-4.el9ost. 260 kB/s | 41 kB 00:00 (224/399): python3-pystache-0.5.4-15.el9ost.noa 1.1 MB/s | 132 kB 00:00 (225/399): python3-routes-2.4.1-14.el9ost.noarc 2.1 MB/s | 188 kB 00:00 (226/399): python3-openstacksdk-0.55.1-17.1.202 2.0 MB/s | 735 kB 00:00 (227/399): python3-repoze-lru-0.7-12.el9ost.noa 257 kB/s | 32 kB 00:00 (228/399): python3-simplejson-3.17.5-3.el9ost.x 3.2 MB/s | 266 kB 00:00 (229/399): python3-secretstorage-3.3.1-3.el9ost 278 kB/s | 36 kB 00:00 (230/399): python3-testtools-2.4.0-10.el9ost.no 6.8 MB/s | 333 kB 00:00 (231/399): python3-tempita-0.5.1-27.el9ost.noar 383 kB/s | 36 kB 00:00 (232/399): python3-tripleoclient-16.5.1-17.1.20 13 MB/s | 553 kB 00:00 (233/399): python3-rsa-4.6-3.1.el9ost.noarch.rp 225 kB/s | 57 kB 00:00 (234/399): python3-warlock-1.3.3-7.el9ost.noarc 546 kB/s | 21 kB 00:00 (235/399): python3-tripleo-common-15.4.1-17.1.2 1.4 MB/s | 202 kB 00:00 (236/399): python3-vine-5.0.0-5.el9ost.noarch.r 243 kB/s | 26 kB 00:00 (237/399): python3-yappi-1.3.1-5.el9ost.x86_64. 667 kB/s | 56 kB 00:00 (238/399): ruby-augeas-0.5.0-29.el9ost.x86_64.r 701 kB/s | 29 kB 00:00 (239/399): python3-yaql-1.1.3-13.el9ost.noarch. 2.3 MB/s | 180 kB 00:00 (240/399): ansible-role-lunasa-hsm-1.1.1-17.1.2 402 kB/s | 19 kB 00:00 (241/399): ruby-facter-3.14.19-3.el9ost.x86_64. 84 kB/s | 9.5 kB 00:00 (242/399): yaml-cpp-0.6.3-6.el9ost.x86_64.rpm 766 kB/s | 123 kB 00:00 (243/399): openstack-heat-engine-16.1.1-17.1.20 432 kB/s | 15 kB 00:00 (244/399): openstack-heat-common-16.1.1-17.1.20 14 MB/s | 1.6 MB 00:00 (245/399): openstack-heat-monolith-16.1.1-17.1. 238 kB/s | 16 kB 00:00 (246/399): puppet-barbican-18.4.2-17.1.20250625 693 kB/s | 57 kB 00:00 (247/399): openstack-tripleo-heat-templates-14. 3.3 MB/s | 617 kB 00:00 (248/399): python-openstackclient-lang-5.5.2-17 363 kB/s | 58 kB 00:00 (249/399): python3-openstackclient-5.5.2-17.1.2 8.3 MB/s | 1.1 MB 00:00 (250/399): openstack-heat-api-16.1.1-17.1.20250 34 kB/s | 16 kB 00:00 (251/399): tripleo-ansible-3.3.1-17.1.202507021 10 MB/s | 570 kB 00:00 (252/399): perl-Getopt-Long-2.52-4.el9.noarch.r 1.0 MB/s | 64 kB 00:00 (253/399): perl-Storable-3.21-460.el9.x86_64.rp 2.0 MB/s | 98 kB 00:00 (254/399): boost-system-1.75.0-8.el9.x86_64.rpm 103 kB/s | 15 kB 00:00 (255/399): perl-IO-Socket-SSL-2.073-1.el9.noarc 1.2 MB/s | 223 kB 00:00 (256/399): boost-locale-1.75.0-8.el9.x86_64.rpm 4.3 MB/s | 216 kB 00:00 (257/399): python3-urllib-gssapi-1.0.2-4.el9.no 274 kB/s | 24 kB 00:00 (258/399): perl-Data-Dumper-2.174-462.el9.x86_6 1.6 MB/s | 59 kB 00:00 (259/399): boost-thread-1.75.0-8.el9.x86_64.rpm 659 kB/s | 57 kB 00:00 (260/399): boost-nowide-1.75.0-8.el9.x86_64.rpm 73 kB/s | 17 kB 00:00 (261/399): perl-File-Temp-0.231.100-4.el9.noarc 368 kB/s | 63 kB 00:00 (262/399): perl-Text-Tabs+Wrap-2013.0523-460.el 500 kB/s | 25 kB 00:00 (263/399): perl-Exporter-5.74-461.el9.noarch.rp 147 kB/s | 34 kB 00:00 (264/399): perl-parent-0.238-460.el9.noarch.rpm 365 kB/s | 16 kB 00:00 (265/399): xorriso-1.5.4-4.el9.x86_64.rpm 2.7 MB/s | 321 kB 00:00 (266/399): libisofs-1.5.4-4.el9.x86_64.rpm 1.1 MB/s | 224 kB 00:00 (267/399): perl-IO-Socket-IP-0.41-5.el9.noarch. 266 kB/s | 45 kB 00:00 (268/399): python3-pyasn1-modules-0.4.8-6.el9.n 857 kB/s | 283 kB 00:00 (269/399): perl-Pod-Simple-3.42-4.el9.noarch.rp 5.3 MB/s | 229 kB 00:00 (270/399): perl-PathTools-3.78-461.el9.x86_64.r 1.7 MB/s | 92 kB 00:00 (271/399): perl-Term-ANSIColor-5.01-461.el9.noa 1.3 MB/s | 51 kB 00:00 (272/399): perl-Net-SSLeay-1.92-2.el9.x86_64.rp 2.0 MB/s | 392 kB 00:00 (273/399): perl-libnet-3.13-4.el9.noarch.rpm 2.3 MB/s | 134 kB 00:00 (274/399): perl-Text-ParseWords-3.30-460.el9.no 151 kB/s | 18 kB 00:00 (275/399): perl-URI-5.09-3.el9.noarch.rpm 1.0 MB/s | 125 kB 00:00 (276/399): iptables-nft-services-1.8.8-6.el9_1. 590 kB/s | 28 kB 00:00 (277/399): perl-Carp-1.50-460.el9.noarch.rpm 786 kB/s | 31 kB 00:00 (278/399): python3-lxml-4.6.5-3.el9.x86_64.rpm 7.6 MB/s | 1.2 MB 00:00 (279/399): boost-chrono-1.75.0-8.el9.x86_64.rpm 123 kB/s | 26 kB 00:00 (280/399): perl-Encode-3.08-462.el9.x86_64.rpm 16 MB/s | 1.7 MB 00:00 (281/399): libburn-1.5.4-4.el9.x86_64.rpm 4.1 MB/s | 175 kB 00:00 (282/399): perl-Pod-Escapes-1.07-460.el9.noarch 181 kB/s | 22 kB 00:00 (283/399): python3-psutil-5.8.0-12.el9.x86_64.r 1.0 MB/s | 218 kB 00:00 (284/399): perl-Term-Cap-1.17-460.el9.noarch.rp 157 kB/s | 24 kB 00:00 (285/399): perl-Mozilla-CA-20200520-6.el9.noarc 74 kB/s | 14 kB 00:00 (286/399): python3-jwcrypto-0.8-4.el9.noarch.rp 1.7 MB/s | 76 kB 00:00 (287/399): perl-Time-Local-1.300-7.el9.noarch.r 379 kB/s | 37 kB 00:00 (288/399): sshpass-1.09-4.el9.x86_64.rpm 352 kB/s | 30 kB 00:00 (289/399): boost-log-1.75.0-8.el9.x86_64.rpm 8.3 MB/s | 410 kB 00:00 (290/399): boost-filesystem-1.75.0-8.el9.x86_64 612 kB/s | 59 kB 00:00 (291/399): python3-yubico-1.3.3-7.el9.noarch.rp 402 kB/s | 73 kB 00:00 (292/399): perl-MIME-Base64-3.16-4.el9.x86_64.r 648 kB/s | 34 kB 00:00 (293/399): boost-program-options-1.75.0-8.el9.x 1.1 MB/s | 108 kB 00:00 (294/399): perl-Digest-MD5-2.58-4.el9.x86_64.rp 401 kB/s | 39 kB 00:00 (295/399): perl-Digest-1.19-4.el9.noarch.rpm 735 kB/s | 29 kB 00:00 (296/399): libisoburn-1.5.4-4.el9.x86_64.rpm 2.8 MB/s | 419 kB 00:00 (297/399): perl-File-Path-2.18-4.el9.noarch.rpm 325 kB/s | 38 kB 00:00 (298/399): perl-Pod-Perldoc-3.28.01-461.el9.noa 1.8 MB/s | 92 kB 00:00 (299/399): perl-Pod-Usage-2.01-4.el9.noarch.rpm 405 kB/s | 43 kB 00:00 (300/399): perl-Socket-2.031-4.el9.x86_64.rpm 884 kB/s | 58 kB 00:00 (301/399): boost-atomic-1.75.0-8.el9.x86_64.rpm 50 kB/s | 19 kB 00:00 (302/399): perl-Scalar-List-Utils-1.56-461.el9. 347 kB/s | 77 kB 00:00 (303/399): python3-PyMySQL-0.10.1-6.el9.noarch. 1.2 MB/s | 112 kB 00:00 (304/399): perl-constant-1.33-461.el9.noarch.rp 137 kB/s | 25 kB 00:00 (305/399): python3-pyasn1-0.4.8-6.el9.noarch.rp 1.2 MB/s | 163 kB 00:00 (306/399): python3-pyusb-1.0.2-13.el9.noarch.rp 1.8 MB/s | 96 kB 00:00 (307/399): python3-appdirs-1.4.4-4.el9.noarch.r 88 kB/s | 27 kB 00:00 (308/399): perl-podlators-4.14-460.el9.noarch.r 263 kB/s | 118 kB 00:00 (309/399): boost-regex-1.75.0-8.el9.x86_64.rpm 3.5 MB/s | 279 kB 00:00 (310/399): oniguruma-6.9.6-1.el9.5.x86_64.rpm 3.6 MB/s | 221 kB 00:00 (311/399): python3-qrcode-core-6.1-12.el9.noarc 186 kB/s | 61 kB 00:00 (312/399): python3-wcwidth-0.2.5-8.el9.noarch.r 184 kB/s | 48 kB 00:00 (313/399): python3-alembic-1.7.5-3.el9.noarch.r 6.9 MB/s | 900 kB 00:00 (314/399): python3-augeas-0.5.0-25.el9.noarch.r 612 kB/s | 31 kB 00:00 (315/399): openssl-perl-3.0.7-6.el9_2.x86_64.rp 516 kB/s | 42 kB 00:00 (316/399): python3-gssapi-1.6.9-5.el9.x86_64.rp 3.3 MB/s | 489 kB 00:00 (317/399): perl-B-1.80-480.el9.x86_64.rpm 2.5 MB/s | 185 kB 00:00 (318/399): perl-AutoLoader-5.74-480.el9.noarch. 101 kB/s | 23 kB 00:00 (319/399): perl-Class-Struct-0.66-480.el9.noarc 174 kB/s | 24 kB 00:00 (320/399): perl-Fcntl-1.13-480.el9.x86_64.rpm 212 kB/s | 23 kB 00:00 (321/399): perl-Errno-1.30-480.el9.x86_64.rpm 87 kB/s | 17 kB 00:00 (322/399): perl-FileHandle-2.03-480.el9.noarch. 266 kB/s | 17 kB 00:00 (323/399): perl-File-stat-1.09-480.el9.noarch.r 251 kB/s | 19 kB 00:00 (324/399): perl-File-Basename-2.85-480.el9.noar 114 kB/s | 19 kB 00:00 (325/399): perl-Getopt-Std-1.12-480.el9.noarch. 306 kB/s | 17 kB 00:00 (326/399): perl-IPC-Open3-1.21-480.el9.noarch.r 456 kB/s | 25 kB 00:00 (327/399): perl-IO-1.43-480.el9.x86_64.rpm 789 kB/s | 94 kB 00:00 (328/399): perl-POSIX-1.94-480.el9.x86_64.rpm 1.2 MB/s | 99 kB 00:00 (329/399): perl-NDBM_File-1.15-480.el9.x86_64.r 190 kB/s | 25 kB 00:00 (330/399): perl-base-2.27-480.el9.noarch.rpm 188 kB/s | 18 kB 00:00 (331/399): perl-Symbol-1.08-480.el9.noarch.rpm 119 kB/s | 16 kB 00:00 (332/399): perl-if-0.60.800-480.el9.noarch.rpm 93 kB/s | 16 kB 00:00 (333/399): perl-SelectSaver-1.02-480.el9.noarch 34 kB/s | 13 kB 00:00 (334/399): perl-libs-5.32.1-480.el9.x86_64.rpm 22 MB/s | 2.2 MB 00:00 (335/399): perl-interpreter-5.32.1-480.el9.x86_ 228 kB/s | 75 kB 00:00 (336/399): perl-overload-1.31-480.el9.noarch.rp 646 kB/s | 47 kB 00:00 (337/399): perl-overloading-0.02-480.el9.noarch 359 kB/s | 15 kB 00:00 (338/399): perl-vars-1.05-480.el9.noarch.rpm 239 kB/s | 15 kB 00:00 (339/399): perl-mro-1.23-480.el9.x86_64.rpm 135 kB/s | 31 kB 00:00 (340/399): python3-mako-1.1.4-6.el9.noarch.rpm 1.3 MB/s | 176 kB 00:00 (341/399): perl-subs-1.03-480.el9.noarch.rpm 49 kB/s | 13 kB 00:00 (342/399): python3-ldap-3.4.3-2.el9.x86_64.rpm 1.3 MB/s | 259 kB 00:00 (343/399): jq-1.6-14.el9.x86_64.rpm 3.4 MB/s | 190 kB 00:00 (344/399): augeas-libs-1.13.0-3.el9.x86_64.rpm 4.2 MB/s | 459 kB 00:00 (345/399): ipa-selinux-4.10.1-6.el9.noarch.rpm 423 kB/s | 40 kB 00:00 (346/399): rhel-system-roles-1.21.2-1.el9_2.noa 20 MB/s | 2.4 MB 00:00 (347/399): ansible-freeipa-1.9.2-3.el9_2.noarch 3.4 MB/s | 452 kB 00:00 (348/399): bash-completion-2.11-4.el9.noarch.rp 8.5 MB/s | 459 kB 00:00 (349/399): libselinux-ruby-3.5-1.el9.x86_64.rpm 300 kB/s | 59 kB 00:00 (350/399): libaio-0.3.111-13.el9.x86_64.rpm 347 kB/s | 26 kB 00:00 (351/399): glibc-langpack-en-2.34-60.el9.x86_64 11 MB/s | 675 kB 00:00 (352/399): python3-openvswitch3.3-3.3.4-110.el9 1.6 MB/s | 369 kB 00:00 (353/399): krb5-pkinit-1.20.1-8.el9.x86_64.rpm 447 kB/s | 62 kB 00:00 (354/399): krb5-workstation-1.20.1-8.el9.x86_64 4.2 MB/s | 542 kB 00:00 (355/399): device-mapper-persistent-data-0.9.0- 2.5 MB/s | 786 kB 00:00 (356/399): libkadm5-1.20.1-8.el9.x86_64.rpm 730 kB/s | 81 kB 00:00 (357/399): libpkgconf-1.7.3-10.el9.x86_64.rpm 312 kB/s | 37 kB 00:00 (358/399): pkgconf-1.7.3-10.el9.x86_64.rpm 340 kB/s | 45 kB 00:00 (359/399): pkgconf-m4-1.7.3-10.el9.noarch.rpm 231 kB/s | 16 kB 00:00 (360/399): pkgconf-pkg-config-1.7.3-10.el9.x86_ 85 kB/s | 12 kB 00:00 (361/399): ipa-client-common-4.10.1-12.el9_2.2. 456 kB/s | 44 kB 00:00 (362/399): python3-dns-2.2.1-2.el9.noarch.rpm 3.0 MB/s | 418 kB 00:00 (363/399): python3-ipaclient-4.10.1-12.el9_2.2. 10 MB/s | 648 kB 00:00 (364/399): python3-ipalib-4.10.1-12.el9_2.2.noa 10 MB/s | 663 kB 00:00 (365/399): ipa-common-4.10.1-12.el9_2.2.noarch. 4.6 MB/s | 656 kB 00:00 (366/399): ruby-3.0.4-161.el9_2.2.x86_64.rpm 357 kB/s | 41 kB 00:00 (367/399): skopeo-1.11.2-0.1.el9_2.2.x86_64.rpm 24 MB/s | 7.9 MB 00:00 (368/399): ruby-default-gems-3.0.4-161.el9_2.2. 305 kB/s | 46 kB 00:00 (369/399): perl-HTTP-Tiny-0.076-461.el9_2.noarc 166 kB/s | 57 kB 00:00 (370/399): rubygem-bundler-2.2.33-161.el9_2.2.n 9.2 MB/s | 456 kB 00:00 (371/399): rubygem-bigdecimal-3.0.0-161.el9_2.2 780 kB/s | 55 kB 00:00 (372/399): rubygem-json-2.5.1-161.el9_2.2.x86_6 379 kB/s | 59 kB 00:00 (373/399): rubygem-io-console-0.5.7-161.el9_2.2 143 kB/s | 26 kB 00:00 (374/399): ruby-libs-3.0.4-161.el9_2.2.x86_64.r 12 MB/s | 3.3 MB 00:00 (375/399): rubygem-rdoc-6.3.3-161.el9_2.2.noarc 4.2 MB/s | 441 kB 00:00 (376/399): rubygem-psych-3.3.2-161.el9_2.2.x86_ 380 kB/s | 60 kB 00:00 (377/399): rubygem-rexml-3.2.5-161.el9_2.2.noar 624 kB/s | 110 kB 00:00 (378/399): rubygems-3.2.33-161.el9_2.2.noarch.r 1.8 MB/s | 306 kB 00:00 (379/399): libxslt-1.1.34-11.el9_2.x86_64.rpm 3.2 MB/s | 245 kB 00:00 (380/399): libunwind-1.6.2-1.el9cp.x86_64.rpm 1.0 MB/s | 68 kB 00:00 (381/399): qemu-img-7.2.0-14.el9_2.18.x86_64.rp 20 MB/s | 2.2 MB 00:00 (382/399): buildah-1.29.5-1.el9_2.x86_64.rpm 25 MB/s | 8.6 MB 00:00 (383/399): cephadm-18.2.1-361.el9cp.noarch.rpm 2.1 MB/s | 354 kB 00:00 (384/399): libipa_hbac-2.8.2-5.el9_2.5.x86_64.r 226 kB/s | 36 kB 00:00 (385/399): python3-libipa_hbac-2.8.2-5.el9_2.5. 413 kB/s | 30 kB 00:00 (386/399): device-mapper-event-libs-1.02.187-7. 520 kB/s | 31 kB 00:00 (387/399): device-mapper-event-1.02.187-7.el9_2 331 kB/s | 32 kB 00:00 (388/399): python3-sss-murmur-2.8.2-5.el9_2.5.x 117 kB/s | 19 kB 00:00 (389/399): lvm2-2.03.17-7.el9_2.2.x86_64.rpm 23 MB/s | 1.5 MB 00:00 (390/399): lvm2-libs-2.03.17-7.el9_2.2.x86_64.r 9.4 MB/s | 1.0 MB 00:00 (391/399): libmount-2.37.4-11.el9_2.x86_64.rpm 942 kB/s | 136 kB 00:00 (392/399): libuuid-2.37.4-11.el9_2.x86_64.rpm 262 kB/s | 30 kB 00:00 (393/399): libfdisk-2.37.4-11.el9_2.x86_64.rpm 897 kB/s | 156 kB 00:00 (394/399): libblkid-2.37.4-11.el9_2.x86_64.rpm 1.1 MB/s | 109 kB 00:00 (395/399): libsmartcols-2.37.4-11.el9_2.x86_64. 1.2 MB/s | 65 kB 00:00 (396/399): util-linux-core-2.37.4-11.el9_2.x86_ 2.8 MB/s | 464 kB 00:00 (397/399): util-linux-2.37.4-11.el9_2.x86_64.rp 12 MB/s | 2.3 MB 00:00 (398/399): device-mapper-libs-1.02.187-7.el9_2. 4.2 MB/s | 176 kB 00:00 (399/399): device-mapper-1.02.187-7.el9_2.2.x86 897 kB/s | 142 kB 00:00 -------------------------------------------------------------------------------- Total 5.7 MB/s | 97 MB 00:17 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-pyasn1-0.4.8-6.el9.noarch 16/408 Installing : python3-psutil-5.8.0-12.el9.x86_64 17/408 Installing : python3-sqlalchemy13-1.3.24-3.el9ost.x86_64 18/408 Installing : libaio-0.3.111-13.el9.x86_64 19/408 Installing : boost-regex-1.75.0-8.el9.x86_64 20/408 Installing : boost-system-1.75.0-8.el9.x86_64 21/408 Installing : boost-filesystem-1.75.0-8.el9.x86_64 22/408 Installing : boost-thread-1.75.0-8.el9.x86_64 23/408 Installing : augeas-libs-1.13.0-3.el9.x86_64 24/408 Installing : python3-mako-1.1.4-6.el9.noarch 25/408 Installing : python3-dogpile-cache-1.1.5-5.el9ost.noarch 26/408 Installing : boost-chrono-1.75.0-8.el9.x86_64 27/408 Installing : boost-locale-1.75.0-8.el9.x86_64 28/408 Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 29/408 Upgrading : libmount-2.37.4-11.el9_2.x86_64 30/408 Installing : perl-Digest-1.19-4.el9.noarch 31/408 Installing : perl-Digest-MD5-2.58-4.el9.x86_64 32/408 Installing : perl-B-1.80-480.el9.x86_64 33/408 Installing : perl-FileHandle-2.03-480.el9.noarch 34/408 Installing : perl-Data-Dumper-2.174-462.el9.x86_64 35/408 Installing : perl-libnet-3.13-4.el9.noarch 36/408 Installing : perl-AutoLoader-5.74-480.el9.noarch 37/408 Installing : perl-base-2.27-480.el9.noarch 38/408 Installing : perl-URI-5.09-3.el9.noarch 39/408 Installing : perl-Time-Local-2:1.300-7.el9.noarch 40/408 Installing : perl-Mozilla-CA-20200520-6.el9.noarch 41/408 Installing : perl-if-0.60.800-480.el9.noarch 42/408 Installing : perl-IO-Socket-IP-0.41-5.el9.noarch 43/408 Installing : perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch 44/408 Installing : perl-Net-SSLeay-1.92-2.el9.x86_64 45/408 Installing : perl-Pod-Escapes-1:1.07-460.el9.noarch 46/408 Installing : perl-File-Path-2.18-4.el9.noarch 47/408 Installing : perl-IO-Socket-SSL-2.073-1.el9.noarch 48/408 Installing : perl-Term-ANSIColor-5.01-461.el9.noarch 49/408 Installing : perl-Class-Struct-0.66-480.el9.noarch 50/408 Installing : perl-POSIX-1.94-480.el9.x86_64 51/408 Installing : perl-IPC-Open3-1.21-480.el9.noarch 52/408 Installing : perl-subs-1.03-480.el9.noarch 53/408 Installing : perl-Pod-Simple-1:3.42-4.el9.noarch 54/408 Installing : perl-Term-Cap-1.17-460.el9.noarch 55/408 Installing : perl-File-Temp-1:0.231.100-4.el9.noarch 56/408 Installing : perl-HTTP-Tiny-0.076-461.el9_2.noarch 57/408 Installing : perl-Socket-4:2.031-4.el9.x86_64 58/408 Installing : perl-SelectSaver-1.02-480.el9.noarch 59/408 Installing : perl-Symbol-1.08-480.el9.noarch 60/408 Installing : perl-File-stat-1.09-480.el9.noarch 61/408 Installing : perl-podlators-1:4.14-460.el9.noarch 62/408 Installing : perl-Pod-Perldoc-3.28.01-461.el9.noarch 63/408 Installing : perl-Text-ParseWords-3.30-460.el9.noarch 64/408 Installing : perl-Fcntl-1.13-480.el9.x86_64 65/408 Installing : perl-mro-1.23-480.el9.x86_64 66/408 Installing : perl-IO-1.43-480.el9.x86_64 67/408 Installing : perl-overloading-0.02-480.el9.noarch 68/408 Installing : perl-Pod-Usage-4:2.01-4.el9.noarch 69/408 Installing : perl-parent-1:0.238-460.el9.noarch 70/408 Installing : perl-MIME-Base64-3.16-4.el9.x86_64 71/408 Installing : perl-Scalar-List-Utils-4:1.56-461.el9.x86_64 72/408 Installing : perl-constant-1.33-461.el9.noarch 73/408 Installing : perl-Errno-1.30-480.el9.x86_64 74/408 Installing : perl-File-Basename-2.85-480.el9.noarch 75/408 Installing : perl-Getopt-Std-1.12-480.el9.noarch 76/408 Installing : perl-Storable-1:3.21-460.el9.x86_64 77/408 Installing : perl-overload-1.31-480.el9.noarch 78/408 Installing : perl-vars-1.05-480.el9.noarch 79/408 Installing : perl-Getopt-Long-1:2.52-4.el9.noarch 80/408 Installing : perl-Exporter-5.74-461.el9.noarch 81/408 Installing : perl-Carp-1.50-460.el9.noarch 82/408 Installing : perl-PathTools-3.78-461.el9.x86_64 83/408 Installing : perl-NDBM_File-1.15-480.el9.x86_64 84/408 Installing : perl-Encode-4:3.08-462.el9.x86_64 85/408 Installing : perl-libs-4:5.32.1-480.el9.x86_64 86/408 Installing : perl-interpreter-4:5.32.1-480.el9.x86_64 87/408 Upgrading : libsmartcols-2.37.4-11.el9_2.x86_64 88/408 Installing : python3-dns-2.2.1-2.el9.noarch 89/408 Installing : python3-openvswitch3.3-3.3.4-110.el9fdp.x86_64 90/408 Installing : python3-gssapi-1.6.9-5.el9.x86_64 91/408 Installing : python3-qrcode-core-6.1-12.el9.noarch 92/408 Installing : python3-pyusb-1.0.2-13.el9.noarch 93/408 Installing : python3-appdirs-1.4.4-4.el9.noarch 94/408 Installing : python3-vine-5.0.0-5.el9ost.noarch 95/408 Installing : python3-amqp-5.0.6-5.el9ost.noarch 96/408 Installing : python3-tempita-0.5.1-27.el9ost.noarch 97/408 Installing : python3-munch-2.5.0-6.el9ost.noarch 98/408 Installing : python3-msgpack-1.0.2-4.el9ost.x86_64 99/408 Installing : python3-oslo-serialization-4.1.1-17.1.2023062101 100/408 Installing : python3-requestsexceptions-1.4.0-17.1.2023062016 101/408 Installing : python3-os-service-types-1.7.0-17.1.202306202012 102/408 Installing : python3-keystoneauth1-4.4.0-17.1.20240812145234. 103/408 Installing : python3-novaclient-1:17.4.1-17.1.20230621034300. 104/408 Installing : python3-cinderclient-7.4.1-17.1.20230620211836.4 105/408 Installing : python3-futurist-2.3.0-17.1.20230621104020.1a1c6 106/408 Installing : dib-utils-0.0.11-17.1.20230620173328.51661c3.el9 107/408 Installing : os-refresh-config-13.1.1-17.1.20231020000854.812 108/408 Installing : python3-zope-event-4.2.0-20.el9ost.noarch 109/408 Installing : python3-tenacity-6.3.1-1.el9ost.noarch 110/408 Installing : python3-pyOpenSSL-20.0.1-2.el9ost.noarch 111/408 Installing : python3-paste-3.5.0-5.el9ost.noarch 112/408 Installing : python3-paste-deploy-2.1.1-4.el9ost.noarch 113/408 Installing : python3-passlib-1.7.4-3.el9ost.noarch 114/408 Installing : python3-jmespath-0.10.0-1.el9ost.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-jeepney-0.6.0-2.el9ost.noarch 119/408 Installing : libsodium-1.0.18-7.el9ost.x86_64 120/408 Installing : python3-pynacl-1.4.0-1.el9ost.x86_64 121/408 Installing : python3-secretstorage-3.3.1-3.el9ost.noarch 122/408 Installing : python3-keyring-21.8.0-4.el9ost.noarch 123/408 Installing : python3-keystoneclient-1:4.3.0-17.1.202306210251 124/408 Installing : python3-swiftclient-3.11.1-17.1.20230620204150.0 125/408 Installing : python3-shade-1.33.0-17.1.20230620225148.e7c7f29 126/408 Installing : python3-zope-interface-5.4.0-1.el9ost.x86_64 127/408 Installing : python3-gevent-21.1.2-2.el9ost.x86_64 128/408 Installing : python3-etcd3gw-0.2.6-2.el9ost.noarch 129/408 Installing : python3-oslo-reports-2.2.0-17.1.20230620210621.b 130/408 Installing : python3-kombu-1:5.0.2-3.el9ost.noarch 131/408 Installing : python3-yubico-1.3.3-7.el9.noarch 132/408 Installing : python3-urllib-gssapi-1.0.2-4.el9.noarch 133/408 Installing : python3-rhosp-openvswitch-3.3-1.el9ost.noarch 134/408 Upgrading : util-linux-core-2.37.4-11.el9_2.x86_64 135/408 Running scriptlet: util-linux-core-2.37.4-11.el9_2.x86_64 135/408 Installing : openssl-perl-1:3.0.7-6.el9_2.x86_64 136/408 Installing : python3-ldap-3.4.3-2.el9.x86_64 137/408 Installing : python3-alembic-1.7.5-3.el9.noarch 138/408 Installing : ruby-augeas-0.5.0-29.el9ost.x86_64 139/408 Installing : python3-augeas-0.5.0-25.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-concurrent-ruby-1.1.5-2.el9ost.noarch 161/408 Installing : rubygem-deep_merge-1.2.1-7.el9ost.noarch 162/408 Installing : rubygem-multi_json-1.15.0-2.el9ost.noarch 163/408 Installing : rubygem-ruby-shadow-2.5.0-15.el9ost.x86_64 164/408 Installing : rubygem-semantic_puppet-1.0.4-2.el9ost.noarch 165/408 Installing : rubygem-rexml-3.2.5-161.el9_2.2.noarch 166/408 Installing : libselinux-ruby-3.5-1.el9.x86_64 167/408 Installing : python3-sss-murmur-2.8.2-5.el9_2.5.x86_64 168/408 Installing : libipa_hbac-2.8.2-5.el9_2.5.x86_64 169/408 Installing : python3-libipa_hbac-2.8.2-5.el9_2.5.x86_64 170/408 Installing : libunwind-1.6.2-1.el9cp.x86_64 171/408 Installing : libxslt-1.1.34-11.el9_2.x86_64 172/408 Installing : ipa-client-common-4.10.1-12.el9_2.2.noarch 173/408 Installing : pkgconf-m4-1.7.3-10.el9.noarch 174/408 Installing : libpkgconf-1.7.3-10.el9.x86_64 175/408 Installing : pkgconf-1.7.3-10.el9.x86_64 176/408 Installing : pkgconf-pkg-config-1.7.3-10.el9.x86_64 177/408 Installing : bash-completion-1:2.11-4.el9.noarch 178/408 Installing : libkadm5-1.20.1-8.el9.x86_64 179/408 Installing : krb5-pkinit-1.20.1-8.el9.x86_64 180/408 Installing : krb5-workstation-1.20.1-8.el9.x86_64 181/408 Installing : glibc-langpack-en-2.34-60.el9.x86_64 182/408 Running scriptlet: ipa-selinux-4.10.1-6.el9.noarch 183/408 Installing : ipa-selinux-4.10.1-6.el9.noarch 183/408 Running scriptlet: ipa-selinux-4.10.1-6.el9.noarch 183/408 Installing : ipa-common-4.10.1-12.el9_2.2.noarch 184/408 Installing : oniguruma-6.9.6-1.el9.5.x86_64 185/408 Installing : jq-1.6-14.el9.x86_64 186/408 Installing : python3-wcwidth-0.2.5-8.el9.noarch 187/408 Installing : python3-PyMySQL-0.10.1-6.el9.noarch 188/408 Installing : boost-atomic-1.75.0-8.el9.x86_64 189/408 Installing : boost-log-1.75.0-8.el9.x86_64 190/408 Installing : boost-program-options-1.75.0-8.el9.x86_64 191/408 Installing : sshpass-1.09-4.el9.x86_64 192/408 Installing : openstack-ansible-core-2.14.2-4.7.el9ost.x86_64 193/408 Installing : ansible-collection-ansible-posix-1.2.0-1.3.el9os 194/408 Installing : ansible-collection-community-general-4.0.0-1.1.e 195/408 Installing : ansible-role-chrony-1.3.1-17.1.20230621084226.01 196/408 Installing : ansible-role-container-registry-1.4.1-17.1.20230 197/408 Installing : ansible-role-redhat-subscription-1.3.0-17.1.2023 198/408 Installing : ansible-tripleo-ipsec-11.0.1-17.1.20230620172008 199/408 Installing : ansible-collection-containers-podman-1.9.4-5.el9 200/408 Installing : ansible-collections-openstack-1.9.1-17.1.2025051 201/408 Installing : ansible-role-metalsmith-deployment-1.4.4-17.1.20 202/408 Installing : ansible-collection-ansible-utils-2.3.0-2.el9ost. 203/408 Installing : ansible-collection-ansible-netcommon-2.2.0-1.2.e 204/408 Installing : ansible-config_template-2.0.1-17.1.2023062108392 205/408 Installing : ansible-role-atos-hsm-1.0.1-17.1.20230927001631. 206/408 Installing : ansible-role-collectd-config-0.0.3-17.1.20230620 207/408 Installing : ansible-role-qdr-config-0.0.2-17.1.2023062017113 208/408 Installing : ansible-role-thales-hsm-3.0.1-17.1.2023100722080 209/408 Installing : ansible-role-tripleo-modify-image-1.5.1-17.1.202 210/408 Installing : ansible-role-lunasa-hsm-1.1.1-17.1.2025060318083 211/408 Installing : ansible-freeipa-1.9.2-3.el9_2.noarch 212/408 Installing : rhel-system-roles-1.21.2-1.el9_2.noarch 213/408 Installing : python3-jwcrypto-0.8-4.el9.noarch 214/408 Installing : python3-ipalib-4.10.1-12.el9_2.2.noarch 215/408 Installing : python3-ipaclient-4.10.1-12.el9_2.2.noarch 216/408 Installing : ansible-tripleo-ipa-0.3.1-17.1.20230627190951.8d 217/408 Installing : libburn-1.5.4-4.el9.x86_64 218/408 Installing : iptables-nft-services-1.8.8-6.el9_1.noarch 219/408 Running scriptlet: iptables-nft-services-1.8.8-6.el9_1.noarch 219/408 Installing : libisofs-1.5.4-4.el9.x86_64 220/408 Installing : libisoburn-1.5.4-4.el9.x86_64 221/408 Installing : xorriso-1.5.4-4.el9.x86_64 222/408 Running scriptlet: xorriso-1.5.4-4.el9.x86_64 222/408 Installing : boost-nowide-1.75.0-8.el9.x86_64 223/408 Installing : leatherman-1.12.6-5.el9ost.x86_64 224/408 Installing : cpp-hocon-0.3.0-7.el9ost.x86_64 225/408 Installing : python-openstackclient-lang-5.5.2-17.1.202506161 226/408 Installing : yaml-cpp-0.6.3-6.el9ost.x86_64 227/408 Installing : facter-1:3.14.19-3.el9ost.x86_64 228/408 Installing : ruby-facter-1:3.14.19-3.el9ost.x86_64 229/408 Installing : rubygem-puppet-resource_api-1.8.13-1.el9ost.noar 230/408 Running scriptlet: puppet-headless-7.10.0-4.el9ost.noarch 231/408 Installing : puppet-headless-7.10.0-4.el9ost.noarch 231/408 Installing : puppet-7.10.0-4.el9ost.noarch 232/408 Running scriptlet: puppet-7.10.0-4.el9ost.noarch 232/408 Installing : puppet-stdlib-6.3.1-17.1.20230621000857.7c1ae25. 233/408 Installing : puppet-inifile-4.2.1-17.1.20230620180624.df46d2a 234/408 Installing : puppet-concat-6.2.1-17.1.20230620181556.dfeabb9. 235/408 Installing : puppet-apache-6.5.2-17.1.20230621001106.e4a1532. 236/408 Installing : puppet-xinetd-3.3.1-17.1.20230620185435.8d460c4. 237/408 Installing : puppet-firewall-3.4.1-17.1.20230621022040.94f707 238/408 Installing : puppet-memcached-6.0.0-17.1.20230620184630.4c70d 239/408 Installing : puppet-sysctl-0.0.13-17.1.20230620183456.847ec1c 240/408 Installing : puppet-rsync-1.1.4-17.1.20230621002829.ea6397e.e 241/408 Installing : puppet-corosync-8.0.1-17.1.20230621104908.6a9da9 242/408 Installing : puppet-mysql-10.6.1-17.1.20230621022141.937d044. 243/408 Installing : puppet-systemd-2.12.1-17.1.20230620191611.8f68b0 244/408 Installing : puppet-redis-6.1.1-17.1.20230620191704.547105e.e 245/408 Installing : puppet-openstack_extras-18.5.1-17.1.202306210424 246/408 Installing : puppet-horizon-18.6.1-17.1.20230621075748.8074e6 247/408 Installing : puppet-pacemaker-1.5.1-17.1.20250214161010.f10ce 248/408 Installing : puppet-auditd-2.2.1-17.1.20230620192453.189b22b. 249/408 Installing : puppet-collectd-13.0.1-17.1.20230620193147.ad138 250/408 Installing : puppet-dns-8.2.1-17.1.20230621002045.70f5b28.el9 251/408 Installing : puppet-haproxy-4.2.2-17.1.20230620193950.a797b8c 252/408 Installing : puppet-keepalived-0.0.2-17.1.20230620194716.bbca 253/408 Installing : puppet-rsyslog-4.0.1-17.1.20230620200132.2548a0d 254/408 Installing : puppet-ssh-6.2.1-17.1.20230620190251.6e0f430.el9 255/408 Installing : puppet-fdio-18.2-1.20220727113954.6fd1c8e.el9ost 256/408 Installing : puppet-archive-4.6.1-17.1.20230620181607.bc7e4ff 257/408 Installing : puppet-rabbitmq-11.0.1-17.1.20230620182519.63fee 258/408 Installing : puppet-openstacklib-18.5.2-17.1.20230621052822.6 259/408 Installing : puppet-oslo-18.5.1-17.1.20230621052358.fe2a147.e 260/408 Installing : puppet-keystone-18.6.1-17.1.20250425111017.cb0ad 261/408 Installing : puppet-glance-18.6.1-17.1.20250220151014.81b081d 262/408 Installing : puppet-cinder-18.5.2-17.1.20230621054224.6aa60e7 263/408 Installing : puppet-nova-18.6.1-17.1.20230621090443.a21eae4.e 264/408 Installing : puppet-octavia-18.5.1-17.1.20230621062420.842492 265/408 Installing : puppet-manila-18.5.2-17.1.20231102190827.a72a7d5 266/408 Installing : puppet-ceilometer-18.4.3-17.1.20230927010818.383 267/408 Installing : puppet-designate-18.6.1-17.1.20230621061456.f4c0 268/408 Installing : puppet-gnocchi-18.4.3-17.1.20230621061020.7584b9 269/408 Installing : puppet-heat-18.4.1-17.1.20230621111632.3b41bb0.e 270/408 Installing : puppet-placement-5.4.3-17.1.20230621061610.e7557 271/408 Installing : puppet-swift-18.6.1-17.1.20230621052139.f105ffc. 272/408 Installing : puppet-barbican-18.4.2-17.1.20250625204151.af6c7 273/408 Installing : puppet-aodh-18.4.2-17.1.20230620151218.3e47b5a.e 274/408 Installing : puppet-certmonger-2.7.1-17.1.20230620184730.3e2e 275/408 Installing : puppet-etcd-1.12.3-17.1.20230620193226.e143c2d.e 276/408 Installing : puppet-git-0.5.0-17.1.20230620193928.4e4498e.el9 277/408 Installing : puppet-ipaclient-2.5.2-17.1.20230620194626.b0867 278/408 Installing : puppet-nssdb-1.0.2-17.1.20230620185645.2ed2a2d.e 279/408 Installing : puppet-qdr-7.4.1-17.1.20230620195605.8a575de.el9 280/408 Installing : puppet-snmp-3.9.1-17.1.20230620200411.5d73485.el 281/408 Installing : puppet-ovn-18.6.1-17.1.20240925094907.7805f7e.el 282/408 Installing : puppet-kmod-2.5.0-17.1.20230620190646.52e31e3.el 283/408 Installing : puppet-vswitch-14.4.3-17.1.20230621043558.51e82c 284/408 Installing : puppet-neutron-18.6.1-17.1.20230621053056.c9d467 285/408 Installing : puppet-module-data-0.5.1-17.1.20230620195419.28d 286/408 Installing : puppet-remote-10.0.0-17.1.20230620192417.7420908 287/408 Installing : puppet-vcsrepo-3.1.1-17.1.20230620183456.a36ee18 288/408 Installing : puppet-ironic-18.7.1-17.1.20240305210817.edf93f9 289/408 Installing : puppet-tripleo-14.2.3-17.1.20250320101351.40278e 290/408 Installing : python3-yaql-1.1.3-13.el9ost.noarch 291/408 Installing : python3-yappi-1.3.1-5.el9ost.x86_64 292/408 Installing : python3-warlock-1.3.3-7.el9ost.noarch 293/408 Installing : python3-glanceclient-1:3.3.0-17.1.20240712170803 294/408 Installing : python3-repoze-lru-0.7-12.el9ost.noarch 295/408 Installing : python3-routes-2.4.1-14.el9ost.noarch 296/408 Installing : python3-extras-1.0.0-17.el9ost.noarch 297/408 Installing : python3-colorama-0.4.4-4.el9ost.noarch 298/408 Installing : python3-cachetools-4.2.2-3.el9ost.noarch 299/408 Installing : openstack-tripleo-common-containers-15.4.1-17.1. 300/408 Installing : python3-waitress-2.0.0-4.el9ost.noarch 301/408 Installing : python-oslo-db-lang-8.5.2-17.1.20240820150750.26 302/408 Installing : openstack-selinux-0.8.37-17.1.20231107080825.05d 303/408 Running scriptlet: openstack-selinux-0.8.37-17.1.20231107080825.05d 303/408 Installing : python3-sqlparse-0.4.1-2.el9ost.noarch 304/408 Installing : python3-migrate-0.13.0-1.el9ost.noarch 305/408 Installing : python3-oslo-db-8.5.2-17.1.20240820150750.26fd6f 306/408 Installing : python3-werkzeug-2.0.1-7.el9ost.noarch 307/408 Installing : python3-statsd-3.2.1-20.1.el9ost.noarch 308/408 Installing : python3-oslo-rootwrap-6.3.1-17.1.20230621110703. 309/408 Installing : python3-os-traits-2.5.0-17.1.20230620221402.ac1b 310/408 Installing : python-pycadf-common-3.1.1-17.1.20230620210757.4 311/408 Installing : python3-pycadf-3.1.1-17.1.20230620210757.4179996 312/408 Installing : python-oslo-versionedobjects-lang-2.4.1-17.1.202 313/408 Installing : python-oslo-policy-lang-3.7.1-17.1.2023062100394 314/408 Installing : python3-oslo-policy-3.7.1-17.1.20230621003949.63 315/408 Installing : python3-oslo-upgradecheck-1.3.1-17.1.20230621010 316/408 Installing : python-oslo-middleware-lang-4.2.1-17.1.202306210 317/408 Installing : python3-oslo-middleware-4.2.1-17.1.2023062101122 318/408 Installing : python-oslo-log-lang-4.4.0-17.1.20230620205407.9 319/408 Installing : python3-oslo-log-4.4.0-17.1.20230620205407.9b29c 320/408 Installing : python-oslo-cache-lang-2.7.1-17.1.20230621012756 321/408 Installing : python3-soupsieve-2.2-1.el9ost.noarch 322/408 Installing : python3-lxml-4.6.5-3.el9.x86_64 323/408 Installing : python3-beautifulsoup4-4.9.3-2.el9ost.noarch 324/408 Installing : ansible-pacemaker-1.0.4-17.1.20231213170757.7c10 325/408 Installing : ansible-role-openstack-operations-0.0.1-17.1.202 326/408 Installing : python3-webtest-2.0.35-6.el9ost.noarch 327/408 Installing : python3-smmap-3.0.1-4.el9ost.noarch 328/408 Installing : python3-gitdb-4.0.5-2.el9ost.noarch 329/408 Installing : python3-GitPython-3.1.14-2.el9ost.noarch 330/408 Installing : python3-setproctitle-1.2.2-1.el9ost.x86_64 331/408 Installing : python3-pyperclip-1.8.0-3.el9ost.noarch 332/408 Installing : python3-cmd2-1.4.0-4.el9ost.noarch 333/408 Installing : python3-cliff-3.7.0-17.1.20230620172206.117a100. 334/408 Installing : python3-osc-lib-2.3.1-17.1.20230620203400.2b7a67 335/408 Installing : python3-heatclient-2.3.1-17.1.20230621012952.d16 336/408 Installing : python3-neutronclient-7.3.1-17.1.20230621044049. 337/408 Installing : python3-openstackclient-5.5.2-17.1.2025061610090 338/408 Running scriptlet: python3-openstackclient-5.5.2-17.1.2025061610090 338/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 339/408 Installing : python3-zaqarclient-2.4.0-17.1.20230620214253.e3 340/408 Installing : python3-ironic-inspector-client-4.5.0-17.1.20230 341/408 Installing : python3-mistralclient-4.2.0-17.1.20230620220528. 342/408 Installing : python3-troveclient-7.0.0-17.1.20230620220924.c7 343/408 Installing : os-collect-config-13.1.1-17.1.20231020001748.761 344/408 Running scriptlet: os-collect-config-13.1.1-17.1.20231020001748.761 344/408 Installing : python3-heat-agent-2.2.1-17.1.20230620232028.ed1 345/408 Installing : python3-heat-agent-ansible-2.2.1-17.1.2023062023 346/408 Installing : python3-heat-agent-apply-config-2.2.1-17.1.20230 347/408 Installing : python3-heat-agent-docker-cmd-2.2.1-17.1.2023062 348/408 Installing : python3-heat-agent-hiera-2.2.1-17.1.202306202320 349/408 Installing : python3-heat-agent-json-file-2.2.1-17.1.20230620 350/408 Installing : python3-heat-agent-puppet-2.2.1-17.1.20230620232 351/408 Installing : openstack-heat-agents-2.2.1-17.1.20230620232028. 352/408 Installing : python3-saharaclient-3.3.0-17.1.20230620222322.4 353/408 Installing : python3-octaviaclient-2.3.1-17.1.20231106100828. 354/408 Installing : python3-designateclient-4.2.1-17.1.2023062102313 355/408 Installing : python3-magnumclient-3.4.1-17.1.20230621053508.2 356/408 Installing : python3-manilaclient-2.6.4-17.1.20240830140806.7 357/408 Installing : python3-barbicanclient-5.3.0-17.1.20230620213453 358/408 Installing : python3-natsort-7.1.1-2.el9ost.noarch 359/408 Installing : python3-croniter-0.3.35-2.el9ost.noarch 360/408 Installing : python3-mimeparse-1.6.0-16.el9ost.noarch 361/408 Installing : python3-fixtures-3.0.0-24.el9ost.noarch 362/408 Installing : python3-testtools-2.4.0-10.el9ost.noarch 363/408 Installing : python3-oslo-service-2.5.1-17.1.20240821200745.c 364/408 Installing : python3-oslo-messaging-12.7.3-17.1.2023121913080 365/408 Installing : python3-osprofiler-3.4.0-17.1.20230620215259.5d8 366/408 Installing : python3-oslo-versionedobjects-2.4.1-17.1.2023062 367/408 Installing : python3-aodhclient-2.2.0-17.1.20230620222234.b74 368/408 Installing : python3-memcached-1.59-3.el9ost.noarch 369/408 Installing : python3-oslo-cache-2.7.1-17.1.20230621012756.d02 370/408 Installing : python3-keystonemiddleware-9.2.0-17.1.2023062021 371/408 Installing : python3-logutils-0.3.5-15.el9ost.noarch 372/408 Installing : python3-pecan-1.4.0-2.el9ost.noarch 373/408 Installing : python3-lockfile-1:0.12.2-2.el9ost.noarch 374/408 Installing : python3-docutils-0.16-6.el9ost.noarch 375/408 Installing : python3-daemon-2.3.0-1.el9ost.noarch 376/408 Installing : python3-ansible-runner-2.0.0a1-3.el9ost.noarch 377/408 Installing : python3-validations-libs-1.9.1-17.1.202309130208 378/408 Installing : validations-common-1.9.1-17.1.20231006020828.f27 379/408 Installing : openstack-tripleo-validations-14.3.2-17.1.202501 380/408 Installing : python3-bcrypt-3.1.7-7.el9ost.x86_64 381/408 Installing : python3-paramiko-2.11.0-2.el9ost.noarch 382/408 Installing : python3-tripleo-common-15.4.1-17.1.2025052716141 383/408 Installing : tripleo-ansible-3.3.1-17.1.20250702110757.8debef 384/408 Installing : openpgm-5.2.122-26.el9ost.x86_64 385/408 Installing : zeromq-4.3.4-1.el9ost.x86_64 386/408 Installing : python3-zmq-22.0.3-1.el9ost.x86_64 387/408 Installing : python3-tinyrpc-1.0.3-6.el9ost.noarch 388/408 Installing : python3-os-ken-1.4.1-17.1.20241205090937.018d755 389/408 warning: group neutron does not exist - using root Installing : python3-neutron-lib-2.10.3-17.1.20231221164814.6 390/408 Running scriptlet: openstack-heat-common-1:16.1.1-17.1.202507031108 391/408 Installing : openstack-heat-common-1:16.1.1-17.1.202507031108 391/408 Installing : openstack-heat-api-1:16.1.1-17.1.20250703110808. 392/408 Running scriptlet: openstack-heat-api-1:16.1.1-17.1.20250703110808. 392/408 Installing : openstack-heat-engine-1:16.1.1-17.1.202507031108 393/408 Running scriptlet: openstack-heat-engine-1:16.1.1-17.1.202507031108 393/408 Installing : openstack-heat-monolith-1:16.1.1-17.1.2025070311 394/408 Running scriptlet: openstack-heat-monolith-1:16.1.1-17.1.2025070311 394/408 Installing : golang-github-vbatts-tar-split-0.11.1-9.el9ost.x 395/408 Installing : openstack-tripleo-common-15.4.1-17.1.20250527161 396/408 Installing : openstack-tripleo-heat-templates-14.3.1-17.1.202 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-ansible-netcommon-2.2.0-1.2.e 1/408 Verifying : ansible-collection-ansible-posix-1.2.0-1.3.el9os 2/408 Verifying : ansible-collection-ansible-utils-2.3.0-2.el9ost. 3/408 Verifying : ansible-collection-community-general-4.0.0-1.1.e 4/408 Verifying : golang-github-vbatts-tar-split-0.11.1-9.el9ost.x 5/408 Verifying : heat-cfntools-1.4.2-6.1.el9ost.noarch 6/408 Verifying : libsodium-1.0.18-7.el9ost.x86_64 7/408 Verifying : openpgm-5.2.122-26.el9ost.x86_64 8/408 Verifying : puppet-fdio-18.2-1.20220727113954.6fd1c8e.el9ost 9/408 Verifying : python3-ansible-runner-2.0.0a1-3.el9ost.noarch 10/408 Verifying : python3-bcrypt-3.1.7-7.el9ost.x86_64 11/408 Verifying : python3-beautifulsoup4-4.9.3-2.el9ost.noarch 12/408 Verifying : python3-croniter-0.3.35-2.el9ost.noarch 13/408 Verifying : python3-daemon-2.3.0-1.el9ost.noarch 14/408 Verifying : python3-docutils-0.16-6.el9ost.noarch 15/408 Verifying : python3-etcd3gw-0.2.6-2.el9ost.noarch 16/408 Verifying : python3-gevent-21.1.2-2.el9ost.x86_64 17/408 Verifying : python3-gitdb-4.0.5-2.el9ost.noarch 18/408 Verifying : python3-jeepney-0.6.0-2.el9ost.noarch 19/408 Verifying : python3-jmespath-0.10.0-1.el9ost.noarch 20/408 Verifying : python3-lockfile-1:0.12.2-2.el9ost.noarch 21/408 Verifying : python3-logutils-0.3.5-15.el9ost.noarch 22/408 Verifying : python3-memcached-1.59-3.el9ost.noarch 23/408 Verifying : python3-migrate-0.13.0-1.el9ost.noarch 24/408 Verifying : python3-mimeparse-1.6.0-16.el9ost.noarch 25/408 Verifying : python3-natsort-7.1.1-2.el9ost.noarch 26/408 Verifying : python3-passlib-1.7.4-3.el9ost.noarch 27/408 Verifying : python3-pecan-1.4.0-2.el9ost.noarch 28/408 Verifying : python3-pyOpenSSL-20.0.1-2.el9ost.noarch 29/408 Verifying : python3-pynacl-1.4.0-1.el9ost.x86_64 30/408 Verifying : python3-pyperclip-1.8.0-3.el9ost.noarch 31/408 Verifying : python3-setproctitle-1.2.2-1.el9ost.x86_64 32/408 Verifying : python3-smmap-3.0.1-4.el9ost.noarch 33/408 Verifying : python3-soupsieve-2.2-1.el9ost.noarch 34/408 Verifying : python3-sqlalchemy13-1.3.24-3.el9ost.x86_64 35/408 Verifying : python3-tenacity-6.3.1-1.el9ost.noarch 36/408 Verifying : python3-webtest-2.0.35-6.el9ost.noarch 37/408 Verifying : python3-zmq-22.0.3-1.el9ost.x86_64 38/408 Verifying : python3-zope-event-4.2.0-20.el9ost.noarch 39/408 Verifying : python3-zope-interface-5.4.0-1.el9ost.x86_64 40/408 Verifying : rubygem-concurrent-ruby-1.1.5-2.el9ost.noarch 41/408 Verifying : rubygem-deep_merge-1.2.1-7.el9ost.noarch 42/408 Verifying : rubygem-fast_gettext-1.2.0-9.el9ost.noarch 43/408 Verifying : rubygem-hocon-1.3.1-2.el9ost.noarch 44/408 Verifying : rubygem-multi_json-1.15.0-2.el9ost.noarch 45/408 Verifying : rubygem-puppet-resource_api-1.8.13-1.el9ost.noar 46/408 Verifying : rubygem-ruby-shadow-2.5.0-15.el9ost.x86_64 47/408 Verifying : rubygem-semantic_puppet-1.0.4-2.el9ost.noarch 48/408 Verifying : zeromq-4.3.4-1.el9ost.x86_64 49/408 Verifying : ansible-config_template-2.0.1-17.1.2023062108392 50/408 Verifying : ansible-role-atos-hsm-1.0.1-17.1.20230927001631. 51/408 Verifying : ansible-role-chrony-1.3.1-17.1.20230621084226.01 52/408 Verifying : ansible-role-collectd-config-0.0.3-17.1.20230620 53/408 Verifying : ansible-role-container-registry-1.4.1-17.1.20230 54/408 Verifying : ansible-role-openstack-operations-0.0.1-17.1.202 55/408 Verifying : ansible-role-qdr-config-0.0.2-17.1.2023062017113 56/408 Verifying : ansible-role-redhat-subscription-1.3.0-17.1.2023 57/408 Verifying : ansible-role-thales-hsm-3.0.1-17.1.2023100722080 58/408 Verifying : ansible-role-tripleo-modify-image-1.5.1-17.1.202 59/408 Verifying : ansible-tripleo-ipa-0.3.1-17.1.20230627190951.8d 60/408 Verifying : ansible-tripleo-ipsec-11.0.1-17.1.20230620172008 61/408 Verifying : dib-utils-0.0.11-17.1.20230620173328.51661c3.el9 62/408 Verifying : openstack-heat-agents-2.2.1-17.1.20230620232028. 63/408 Verifying : os-apply-config-13.1.1-17.1.20231020001757.3c7f9 64/408 Verifying : os-collect-config-13.1.1-17.1.20231020001748.761 65/408 Verifying : os-refresh-config-13.1.1-17.1.20231020000854.812 66/408 Verifying : puppet-aodh-18.4.2-17.1.20230620151218.3e47b5a.e 67/408 Verifying : puppet-apache-6.5.2-17.1.20230621001106.e4a1532. 68/408 Verifying : puppet-archive-4.6.1-17.1.20230620181607.bc7e4ff 69/408 Verifying : puppet-auditd-2.2.1-17.1.20230620192453.189b22b. 70/408 Verifying : puppet-ceilometer-18.4.3-17.1.20230927010818.383 71/408 Verifying : puppet-certmonger-2.7.1-17.1.20230620184730.3e2e 72/408 Verifying : puppet-cinder-18.5.2-17.1.20230621054224.6aa60e7 73/408 Verifying : puppet-collectd-13.0.1-17.1.20230620193147.ad138 74/408 Verifying : puppet-concat-6.2.1-17.1.20230620181556.dfeabb9. 75/408 Verifying : puppet-corosync-8.0.1-17.1.20230621104908.6a9da9 76/408 Verifying : puppet-designate-18.6.1-17.1.20230621061456.f4c0 77/408 Verifying : puppet-dns-8.2.1-17.1.20230621002045.70f5b28.el9 78/408 Verifying : puppet-etcd-1.12.3-17.1.20230620193226.e143c2d.e 79/408 Verifying : puppet-firewall-3.4.1-17.1.20230621022040.94f707 80/408 Verifying : puppet-git-0.5.0-17.1.20230620193928.4e4498e.el9 81/408 Verifying : puppet-gnocchi-18.4.3-17.1.20230621061020.7584b9 82/408 Verifying : puppet-haproxy-4.2.2-17.1.20230620193950.a797b8c 83/408 Verifying : puppet-heat-18.4.1-17.1.20230621111632.3b41bb0.e 84/408 Verifying : puppet-horizon-18.6.1-17.1.20230621075748.8074e6 85/408 Verifying : puppet-inifile-4.2.1-17.1.20230620180624.df46d2a 86/408 Verifying : puppet-ipaclient-2.5.2-17.1.20230620194626.b0867 87/408 Verifying : puppet-keepalived-0.0.2-17.1.20230620194716.bbca 88/408 Verifying : puppet-kmod-2.5.0-17.1.20230620190646.52e31e3.el 89/408 Verifying : puppet-manila-18.5.2-17.1.20231102190827.a72a7d5 90/408 Verifying : puppet-memcached-6.0.0-17.1.20230620184630.4c70d 91/408 Verifying : puppet-module-data-0.5.1-17.1.20230620195419.28d 92/408 Verifying : puppet-mysql-10.6.1-17.1.20230621022141.937d044. 93/408 Verifying : puppet-neutron-18.6.1-17.1.20230621053056.c9d467 94/408 Verifying : puppet-nova-18.6.1-17.1.20230621090443.a21eae4.e 95/408 Verifying : puppet-nssdb-1.0.2-17.1.20230620185645.2ed2a2d.e 96/408 Verifying : puppet-octavia-18.5.1-17.1.20230621062420.842492 97/408 Verifying : puppet-openstack_extras-18.5.1-17.1.202306210424 98/408 Verifying : puppet-openstacklib-18.5.2-17.1.20230621052822.6 99/408 Verifying : puppet-oslo-18.5.1-17.1.20230621052358.fe2a147.e 100/408 Verifying : puppet-placement-5.4.3-17.1.20230621061610.e7557 101/408 Verifying : puppet-qdr-7.4.1-17.1.20230620195605.8a575de.el9 102/408 Verifying : puppet-rabbitmq-11.0.1-17.1.20230620182519.63fee 103/408 Verifying : puppet-redis-6.1.1-17.1.20230620191704.547105e.e 104/408 Verifying : puppet-remote-10.0.0-17.1.20230620192417.7420908 105/408 Verifying : puppet-rsync-1.1.4-17.1.20230621002829.ea6397e.e 106/408 Verifying : puppet-rsyslog-4.0.1-17.1.20230620200132.2548a0d 107/408 Verifying : puppet-snmp-3.9.1-17.1.20230620200411.5d73485.el 108/408 Verifying : puppet-ssh-6.2.1-17.1.20230620190251.6e0f430.el9 109/408 Verifying : puppet-stdlib-6.3.1-17.1.20230621000857.7c1ae25. 110/408 Verifying : puppet-swift-18.6.1-17.1.20230621052139.f105ffc. 111/408 Verifying : puppet-sysctl-0.0.13-17.1.20230620183456.847ec1c 112/408 Verifying : puppet-systemd-2.12.1-17.1.20230620191611.8f68b0 113/408 Verifying : puppet-vcsrepo-3.1.1-17.1.20230620183456.a36ee18 114/408 Verifying : puppet-vswitch-14.4.3-17.1.20230621043558.51e82c 115/408 Verifying : puppet-xinetd-3.3.1-17.1.20230620185435.8d460c4. 116/408 Verifying : python-oslo-cache-lang-2.7.1-17.1.20230621012756 117/408 Verifying : python-oslo-log-lang-4.4.0-17.1.20230620205407.9 118/408 Verifying : python-oslo-middleware-lang-4.2.1-17.1.202306210 119/408 Verifying : python-oslo-policy-lang-3.7.1-17.1.2023062100394 120/408 Verifying : python-oslo-versionedobjects-lang-2.4.1-17.1.202 121/408 Verifying : python-pycadf-common-3.1.1-17.1.20230620210757.4 122/408 Verifying : python3-GitPython-3.1.14-2.el9ost.noarch 123/408 Verifying : python3-aodhclient-2.2.0-17.1.20230620222234.b74 124/408 Verifying : python3-barbicanclient-5.3.0-17.1.20230620213453 125/408 Verifying : python3-cinderclient-7.4.1-17.1.20230620211836.4 126/408 Verifying : python3-cliff-3.7.0-17.1.20230620172206.117a100. 127/408 Verifying : python3-designateclient-4.2.1-17.1.2023062102313 128/408 Verifying : python3-futurist-2.3.0-17.1.20230621104020.1a1c6 129/408 Verifying : python3-heat-agent-2.2.1-17.1.20230620232028.ed1 130/408 Verifying : python3-heat-agent-ansible-2.2.1-17.1.2023062023 131/408 Verifying : python3-heat-agent-apply-config-2.2.1-17.1.20230 132/408 Verifying : python3-heat-agent-docker-cmd-2.2.1-17.1.2023062 133/408 Verifying : python3-heat-agent-hiera-2.2.1-17.1.202306202320 134/408 Verifying : python3-heat-agent-json-file-2.2.1-17.1.20230620 135/408 Verifying : python3-heat-agent-puppet-2.2.1-17.1.20230620232 136/408 Verifying : python3-heatclient-2.3.1-17.1.20230621012952.d16 137/408 Verifying : python3-ironic-inspector-client-4.5.0-17.1.20230 138/408 Verifying : python3-ironicclient-4.6.4-17.1.20230621041552.0 139/408 Verifying : python3-keystoneclient-1:4.3.0-17.1.202306210251 140/408 Verifying : python3-keystonemiddleware-9.2.0-17.1.2023062021 141/408 Verifying : python3-magnumclient-3.4.1-17.1.20230621053508.2 142/408 Verifying : python3-mistralclient-4.2.0-17.1.20230620220528. 143/408 Verifying : python3-neutronclient-7.3.1-17.1.20230621044049. 144/408 Verifying : python3-novaclient-1:17.4.1-17.1.20230621034300. 145/408 Verifying : python3-os-client-config-2.1.0-17.1.202306202031 146/408 Verifying : python3-os-service-types-1.7.0-17.1.202306202012 147/408 Verifying : python3-os-traits-2.5.0-17.1.20230620221402.ac1b 148/408 Verifying : python3-osc-lib-2.3.1-17.1.20230620203400.2b7a67 149/408 Verifying : python3-oslo-cache-2.7.1-17.1.20230621012756.d02 150/408 Verifying : python3-oslo-context-3.2.1-17.1.20230620204857.b 151/408 Verifying : python3-oslo-log-4.4.0-17.1.20230620205407.9b29c 152/408 Verifying : python3-oslo-middleware-4.2.1-17.1.2023062101122 153/408 Verifying : python3-oslo-policy-3.7.1-17.1.20230621003949.63 154/408 Verifying : python3-oslo-reports-2.2.0-17.1.20230620210621.b 155/408 Verifying : python3-oslo-rootwrap-6.3.1-17.1.20230621110703. 156/408 Verifying : python3-oslo-serialization-4.1.1-17.1.2023062101 157/408 Verifying : python3-oslo-upgradecheck-1.3.1-17.1.20230621010 158/408 Verifying : python3-oslo-versionedobjects-2.4.1-17.1.2023062 159/408 Verifying : python3-osprofiler-3.4.0-17.1.20230620215259.5d8 160/408 Verifying : python3-pycadf-3.1.1-17.1.20230620210757.4179996 161/408 Verifying : python3-requestsexceptions-1.4.0-17.1.2023062016 162/408 Verifying : python3-saharaclient-3.3.0-17.1.20230620222322.4 163/408 Verifying : python3-shade-1.33.0-17.1.20230620225148.e7c7f29 164/408 Verifying : python3-statsd-3.2.1-20.1.el9ost.noarch 165/408 Verifying : python3-swiftclient-3.11.1-17.1.20230620204150.0 166/408 Verifying : python3-tinyrpc-1.0.3-6.el9ost.noarch 167/408 Verifying : python3-troveclient-7.0.0-17.1.20230620220924.c7 168/408 Verifying : python3-validations-libs-1.9.1-17.1.202309130208 169/408 Verifying : python3-zaqarclient-2.4.0-17.1.20230620214253.e3 170/408 Verifying : validations-common-1.9.1-17.1.20231006020828.f27 171/408 Verifying : python3-paramiko-2.11.0-2.el9ost.noarch 172/408 Verifying : python3-werkzeug-2.0.1-7.el9ost.noarch 173/408 Verifying : ansible-pacemaker-1.0.4-17.1.20231213170757.7c10 174/408 Verifying : python3-manilaclient-2.6.4-17.1.20240830140806.7 175/408 Verifying : python3-sqlparse-0.4.1-2.el9ost.noarch 176/408 Verifying : python3-webob-1.8.7-2.1.el9ost.noarch 177/408 Verifying : ansible-role-metalsmith-deployment-1.4.4-17.1.20 178/408 Verifying : openstack-selinux-0.8.37-17.1.20231107080825.05d 179/408 Verifying : puppet-ironic-18.7.1-17.1.20240305210817.edf93f9 180/408 Verifying : python-oslo-db-lang-8.5.2-17.1.20240820150750.26 181/408 Verifying : python3-glanceclient-1:3.3.0-17.1.20240712170803 182/408 Verifying : python3-keystoneauth1-4.4.0-17.1.20240812145234. 183/408 Verifying : python3-metalsmith-1.4.4-17.1.20240522060758.5e7 184/408 Verifying : python3-neutron-lib-2.10.3-17.1.20231221164814.6 185/408 Verifying : python3-octaviaclient-2.3.1-17.1.20231106100828. 186/408 Verifying : python3-oslo-db-8.5.2-17.1.20240820150750.26fd6f 187/408 Verifying : python3-oslo-messaging-12.7.3-17.1.2023121913080 188/408 Verifying : python3-oslo-service-2.5.1-17.1.20240821200745.c 189/408 Verifying : python3-rhosp-openvswitch-3.3-1.el9ost.noarch 190/408 Verifying : python3-waitress-2.0.0-4.el9ost.noarch 191/408 Verifying : openstack-ansible-core-2.14.2-4.7.el9ost.x86_64 192/408 Verifying : openstack-tripleo-validations-14.3.2-17.1.202501 193/408 Verifying : puppet-glance-18.6.1-17.1.20250220151014.81b081d 194/408 Verifying : puppet-ovn-18.6.1-17.1.20240925094907.7805f7e.el 195/408 Verifying : puppet-pacemaker-1.5.1-17.1.20250214161010.f10ce 196/408 Verifying : python3-os-ken-1.4.1-17.1.20241205090937.018d755 197/408 Verifying : puppet-tripleo-14.2.3-17.1.20250320101351.40278e 198/408 Verifying : ansible-collection-containers-podman-1.9.4-5.el9 199/408 Verifying : ansible-collections-openstack-1.9.1-17.1.2025051 200/408 Verifying : cpp-hocon-0.3.0-7.el9ost.x86_64 201/408 Verifying : facter-1:3.14.19-3.el9ost.x86_64 202/408 Verifying : hiera-3.6.0-6.el9ost.noarch 203/408 Verifying : leatherman-1.12.6-5.el9ost.x86_64 204/408 Verifying : openstack-tripleo-common-15.4.1-17.1.20250527161 205/408 Verifying : openstack-tripleo-common-containers-15.4.1-17.1. 206/408 Verifying : puppet-7.10.0-4.el9ost.noarch 207/408 Verifying : puppet-headless-7.10.0-4.el9ost.noarch 208/408 Verifying : puppet-keystone-18.6.1-17.1.20250425111017.cb0ad 209/408 Verifying : python3-amqp-5.0.6-5.el9ost.noarch 210/408 Verifying : python3-boto-2.45.0-8.1.el9ost.noarch 211/408 Verifying : python3-cachetools-4.2.2-3.el9ost.noarch 212/408 Verifying : python3-cmd2-1.4.0-4.el9ost.noarch 213/408 Verifying : python3-colorama-0.4.4-4.el9ost.noarch 214/408 Verifying : python3-dogpile-cache-1.1.5-5.el9ost.noarch 215/408 Verifying : python3-extras-1.0.0-17.el9ost.noarch 216/408 Verifying : python3-fixtures-3.0.0-24.el9ost.noarch 217/408 Verifying : python3-keyring-21.8.0-4.el9ost.noarch 218/408 Verifying : python3-kombu-1:5.0.2-3.el9ost.noarch 219/408 Verifying : python3-msgpack-1.0.2-4.el9ost.x86_64 220/408 Verifying : python3-munch-2.5.0-6.el9ost.noarch 221/408 Verifying : python3-openstacksdk-0.55.1-17.1.20250516211008. 222/408 Verifying : python3-paste-3.5.0-5.el9ost.noarch 223/408 Verifying : python3-paste-deploy-2.1.1-4.el9ost.noarch 224/408 Verifying : python3-pystache-0.5.4-15.el9ost.noarch 225/408 Verifying : python3-repoze-lru-0.7-12.el9ost.noarch 226/408 Verifying : python3-routes-2.4.1-14.el9ost.noarch 227/408 Verifying : python3-rsa-4.6-3.1.el9ost.noarch 228/408 Verifying : python3-secretstorage-3.3.1-3.el9ost.noarch 229/408 Verifying : python3-simplejson-3.17.5-3.el9ost.x86_64 230/408 Verifying : python3-tempita-0.5.1-27.el9ost.noarch 231/408 Verifying : python3-testtools-2.4.0-10.el9ost.noarch 232/408 Verifying : python3-tripleo-common-15.4.1-17.1.2025052716141 233/408 Verifying : python3-tripleoclient-16.5.1-17.1.20250523121326 234/408 Verifying : python3-vine-5.0.0-5.el9ost.noarch 235/408 Verifying : python3-warlock-1.3.3-7.el9ost.noarch 236/408 Verifying : python3-yappi-1.3.1-5.el9ost.x86_64 237/408 Verifying : python3-yaql-1.1.3-13.el9ost.noarch 238/408 Verifying : ruby-augeas-0.5.0-29.el9ost.x86_64 239/408 Verifying : ruby-facter-1:3.14.19-3.el9ost.x86_64 240/408 Verifying : yaml-cpp-0.6.3-6.el9ost.x86_64 241/408 Verifying : ansible-role-lunasa-hsm-1.1.1-17.1.2025060318083 242/408 Verifying : openstack-heat-api-1:16.1.1-17.1.20250703110808. 243/408 Verifying : openstack-heat-common-1:16.1.1-17.1.202507031108 244/408 Verifying : openstack-heat-engine-1:16.1.1-17.1.202507031108 245/408 Verifying : openstack-heat-monolith-1:16.1.1-17.1.2025070311 246/408 Verifying : openstack-tripleo-heat-templates-14.3.1-17.1.202 247/408 Verifying : puppet-barbican-18.4.2-17.1.20250625204151.af6c7 248/408 Verifying : python-openstackclient-lang-5.5.2-17.1.202506161 249/408 Verifying : python3-openstackclient-5.5.2-17.1.2025061610090 250/408 Verifying : tripleo-ansible-3.3.1-17.1.20250702110757.8debef 251/408 Verifying : perl-IO-Socket-SSL-2.073-1.el9.noarch 252/408 Verifying : boost-system-1.75.0-8.el9.x86_64 253/408 Verifying : perl-Getopt-Long-1:2.52-4.el9.noarch 254/408 Verifying : perl-Storable-1:3.21-460.el9.x86_64 255/408 Verifying : python3-urllib-gssapi-1.0.2-4.el9.noarch 256/408 Verifying : boost-locale-1.75.0-8.el9.x86_64 257/408 Verifying : boost-nowide-1.75.0-8.el9.x86_64 258/408 Verifying : boost-thread-1.75.0-8.el9.x86_64 259/408 Verifying : perl-Data-Dumper-2.174-462.el9.x86_64 260/408 Verifying : perl-Exporter-5.74-461.el9.noarch 261/408 Verifying : perl-File-Temp-1:0.231.100-4.el9.noarch 262/408 Verifying : perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch 263/408 Verifying : perl-parent-1:0.238-460.el9.noarch 264/408 Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 265/408 Verifying : xorriso-1.5.4-4.el9.x86_64 266/408 Verifying : libisofs-1.5.4-4.el9.x86_64 267/408 Verifying : perl-IO-Socket-IP-0.41-5.el9.noarch 268/408 Verifying : perl-Net-SSLeay-1.92-2.el9.x86_64 269/408 Verifying : perl-PathTools-3.78-461.el9.x86_64 270/408 Verifying : perl-Pod-Simple-1:3.42-4.el9.noarch 271/408 Verifying : perl-Term-ANSIColor-5.01-461.el9.noarch 272/408 Verifying : perl-Text-ParseWords-3.30-460.el9.noarch 273/408 Verifying : perl-URI-5.09-3.el9.noarch 274/408 Verifying : perl-libnet-3.13-4.el9.noarch 275/408 Verifying : python3-lxml-4.6.5-3.el9.x86_64 276/408 Verifying : boost-chrono-1.75.0-8.el9.x86_64 277/408 Verifying : iptables-nft-services-1.8.8-6.el9_1.noarch 278/408 Verifying : perl-Carp-1.50-460.el9.noarch 279/408 Verifying : perl-Encode-4:3.08-462.el9.x86_64 280/408 Verifying : perl-Pod-Escapes-1:1.07-460.el9.noarch 281/408 Verifying : python3-psutil-5.8.0-12.el9.x86_64 282/408 Verifying : libburn-1.5.4-4.el9.x86_64 283/408 Verifying : perl-Mozilla-CA-20200520-6.el9.noarch 284/408 Verifying : perl-Term-Cap-1.17-460.el9.noarch 285/408 Verifying : perl-Time-Local-2:1.300-7.el9.noarch 286/408 Verifying : python3-jwcrypto-0.8-4.el9.noarch 287/408 Verifying : python3-yubico-1.3.3-7.el9.noarch 288/408 Verifying : sshpass-1.09-4.el9.x86_64 289/408 Verifying : boost-filesystem-1.75.0-8.el9.x86_64 290/408 Verifying : boost-log-1.75.0-8.el9.x86_64 291/408 Verifying : boost-program-options-1.75.0-8.el9.x86_64 292/408 Verifying : perl-Digest-MD5-2.58-4.el9.x86_64 293/408 Verifying : perl-MIME-Base64-3.16-4.el9.x86_64 294/408 Verifying : boost-atomic-1.75.0-8.el9.x86_64 295/408 Verifying : libisoburn-1.5.4-4.el9.x86_64 296/408 Verifying : perl-Digest-1.19-4.el9.noarch 297/408 Verifying : perl-File-Path-2.18-4.el9.noarch 298/408 Verifying : perl-Pod-Perldoc-3.28.01-461.el9.noarch 299/408 Verifying : perl-Pod-Usage-4:2.01-4.el9.noarch 300/408 Verifying : perl-Scalar-List-Utils-4:1.56-461.el9.x86_64 301/408 Verifying : perl-Socket-4:2.031-4.el9.x86_64 302/408 Verifying : perl-constant-1.33-461.el9.noarch 303/408 Verifying : perl-podlators-1:4.14-460.el9.noarch 304/408 Verifying : python3-PyMySQL-0.10.1-6.el9.noarch 305/408 Verifying : python3-appdirs-1.4.4-4.el9.noarch 306/408 Verifying : python3-pyasn1-0.4.8-6.el9.noarch 307/408 Verifying : python3-pyusb-1.0.2-13.el9.noarch 308/408 Verifying : python3-qrcode-core-6.1-12.el9.noarch 309/408 Verifying : python3-wcwidth-0.2.5-8.el9.noarch 310/408 Verifying : boost-regex-1.75.0-8.el9.x86_64 311/408 Verifying : oniguruma-6.9.6-1.el9.5.x86_64 312/408 Verifying : python3-alembic-1.7.5-3.el9.noarch 313/408 Verifying : python3-augeas-0.5.0-25.el9.noarch 314/408 Verifying : python3-gssapi-1.6.9-5.el9.x86_64 315/408 Verifying : openssl-perl-1:3.0.7-6.el9_2.x86_64 316/408 Verifying : perl-AutoLoader-5.74-480.el9.noarch 317/408 Verifying : perl-B-1.80-480.el9.x86_64 318/408 Verifying : perl-Class-Struct-0.66-480.el9.noarch 319/408 Verifying : perl-Errno-1.30-480.el9.x86_64 320/408 Verifying : perl-Fcntl-1.13-480.el9.x86_64 321/408 Verifying : perl-File-Basename-2.85-480.el9.noarch 322/408 Verifying : perl-File-stat-1.09-480.el9.noarch 323/408 Verifying : perl-FileHandle-2.03-480.el9.noarch 324/408 Verifying : perl-Getopt-Std-1.12-480.el9.noarch 325/408 Verifying : perl-IO-1.43-480.el9.x86_64 326/408 Verifying : perl-IPC-Open3-1.21-480.el9.noarch 327/408 Verifying : perl-NDBM_File-1.15-480.el9.x86_64 328/408 Verifying : perl-POSIX-1.94-480.el9.x86_64 329/408 Verifying : perl-SelectSaver-1.02-480.el9.noarch 330/408 Verifying : perl-Symbol-1.08-480.el9.noarch 331/408 Verifying : perl-base-2.27-480.el9.noarch 332/408 Verifying : perl-if-0.60.800-480.el9.noarch 333/408 Verifying : perl-interpreter-4:5.32.1-480.el9.x86_64 334/408 Verifying : perl-libs-4:5.32.1-480.el9.x86_64 335/408 Verifying : perl-mro-1.23-480.el9.x86_64 336/408 Verifying : perl-overload-1.31-480.el9.noarch 337/408 Verifying : perl-overloading-0.02-480.el9.noarch 338/408 Verifying : perl-subs-1.03-480.el9.noarch 339/408 Verifying : perl-vars-1.05-480.el9.noarch 340/408 Verifying : python3-ldap-3.4.3-2.el9.x86_64 341/408 Verifying : python3-mako-1.1.4-6.el9.noarch 342/408 Verifying : augeas-libs-1.13.0-3.el9.x86_64 343/408 Verifying : ipa-selinux-4.10.1-6.el9.noarch 344/408 Verifying : jq-1.6-14.el9.x86_64 345/408 Verifying : libselinux-ruby-3.5-1.el9.x86_64 346/408 Verifying : ansible-freeipa-1.9.2-3.el9_2.noarch 347/408 Verifying : rhel-system-roles-1.21.2-1.el9_2.noarch 348/408 Verifying : python3-openvswitch3.3-3.3.4-110.el9fdp.x86_64 349/408 Verifying : bash-completion-1:2.11-4.el9.noarch 350/408 Verifying : device-mapper-persistent-data-0.9.0-13.el9.x86_6 351/408 Verifying : libaio-0.3.111-13.el9.x86_64 352/408 Verifying : glibc-langpack-en-2.34-60.el9.x86_64 353/408 Verifying : krb5-pkinit-1.20.1-8.el9.x86_64 354/408 Verifying : krb5-workstation-1.20.1-8.el9.x86_64 355/408 Verifying : libkadm5-1.20.1-8.el9.x86_64 356/408 Verifying : libpkgconf-1.7.3-10.el9.x86_64 357/408 Verifying : pkgconf-1.7.3-10.el9.x86_64 358/408 Verifying : pkgconf-m4-1.7.3-10.el9.noarch 359/408 Verifying : pkgconf-pkg-config-1.7.3-10.el9.x86_64 360/408 Verifying : python3-dns-2.2.1-2.el9.noarch 361/408 Verifying : ipa-client-common-4.10.1-12.el9_2.2.noarch 362/408 Verifying : ipa-common-4.10.1-12.el9_2.2.noarch 363/408 Verifying : python3-ipaclient-4.10.1-12.el9_2.2.noarch 364/408 Verifying : python3-ipalib-4.10.1-12.el9_2.2.noarch 365/408 Verifying : perl-HTTP-Tiny-0.076-461.el9_2.noarch 366/408 Verifying : skopeo-2:1.11.2-0.1.el9_2.2.x86_64 367/408 Verifying : ruby-3.0.4-161.el9_2.2.x86_64 368/408 Verifying : ruby-default-gems-3.0.4-161.el9_2.2.noarch 369/408 Verifying : ruby-libs-3.0.4-161.el9_2.2.x86_64 370/408 Verifying : rubygem-bigdecimal-3.0.0-161.el9_2.2.x86_64 371/408 Verifying : rubygem-bundler-2.2.33-161.el9_2.2.noarch 372/408 Verifying : rubygem-io-console-0.5.7-161.el9_2.2.x86_64 373/408 Verifying : rubygem-json-2.5.1-161.el9_2.2.x86_64 374/408 Verifying : rubygem-psych-3.3.2-161.el9_2.2.x86_64 375/408 Verifying : rubygem-rdoc-6.3.3-161.el9_2.2.noarch 376/408 Verifying : rubygem-rexml-3.2.5-161.el9_2.2.noarch 377/408 Verifying : rubygems-3.2.33-161.el9_2.2.noarch 378/408 Verifying : buildah-1:1.29.5-1.el9_2.x86_64 379/408 Verifying : libxslt-1.1.34-11.el9_2.x86_64 380/408 Verifying : qemu-img-17:7.2.0-14.el9_2.18.x86_64 381/408 Verifying : libunwind-1.6.2-1.el9cp.x86_64 382/408 Verifying : cephadm-2:18.2.1-361.el9cp.noarch 383/408 Verifying : libipa_hbac-2.8.2-5.el9_2.5.x86_64 384/408 Verifying : python3-libipa_hbac-2.8.2-5.el9_2.5.x86_64 385/408 Verifying : python3-sss-murmur-2.8.2-5.el9_2.5.x86_64 386/408 Verifying : device-mapper-event-9:1.02.187-7.el9_2.2.x86_64 387/408 Verifying : device-mapper-event-libs-9:1.02.187-7.el9_2.2.x8 388/408 Verifying : lvm2-9:2.03.17-7.el9_2.2.x86_64 389/408 Verifying : lvm2-libs-9:2.03.17-7.el9_2.2.x86_64 390/408 Verifying : libfdisk-2.37.4-11.el9_2.x86_64 391/408 Verifying : libfdisk-2.37.4-10.el9.x86_64 392/408 Verifying : libmount-2.37.4-11.el9_2.x86_64 393/408 Verifying : libmount-2.37.4-10.el9.x86_64 394/408 Verifying : libuuid-2.37.4-11.el9_2.x86_64 395/408 Verifying : libuuid-2.37.4-10.el9.x86_64 396/408 Verifying : util-linux-2.37.4-11.el9_2.x86_64 397/408 Verifying : util-linux-2.37.4-10.el9.x86_64 398/408 Verifying : util-linux-core-2.37.4-11.el9_2.x86_64 399/408 Verifying : util-linux-core-2.37.4-10.el9.x86_64 400/408 Verifying : libblkid-2.37.4-11.el9_2.x86_64 401/408 Verifying : libblkid-2.37.4-10.el9.x86_64 402/408 Verifying : libsmartcols-2.37.4-11.el9_2.x86_64 403/408 Verifying : libsmartcols-2.37.4-10.el9.x86_64 404/408 Verifying : device-mapper-9:1.02.187-7.el9_2.2.x86_64 405/408 Verifying : device-mapper-9:1.02.187-7.el9.x86_64 406/408 Verifying : device-mapper-libs-9:1.02.187-7.el9_2.2.x86_64 407/408 Verifying : device-mapper-libs-9:1.02.187-7.el9.x86_64 408/408 Installed products updated. Upgraded: device-mapper-9:1.02.187-7.el9_2.2.x86_64 device-mapper-libs-9:1.02.187-7.el9_2.2.x86_64 libblkid-2.37.4-11.el9_2.x86_64 libfdisk-2.37.4-11.el9_2.x86_64 libmount-2.37.4-11.el9_2.x86_64 libsmartcols-2.37.4-11.el9_2.x86_64 libuuid-2.37.4-11.el9_2.x86_64 util-linux-2.37.4-11.el9_2.x86_64 util-linux-core-2.37.4-11.el9_2.x86_64 Installed: ansible-collection-ansible-netcommon-2.2.0-1.2.el9ost.noarch ansible-collection-ansible-posix-1.2.0-1.3.el9ost.noarch ansible-collection-ansible-utils-2.3.0-2.el9ost.noarch ansible-collection-community-general-4.0.0-1.1.el9ost.noarch ansible-collection-containers-podman-1.9.4-5.el9ost.noarch ansible-collections-openstack-1.9.1-17.1.20250511000957.0e9a6f2.el9ost.noarch ansible-config_template-2.0.1-17.1.20230621083924.7951228.el9ost.noarch ansible-freeipa-1.9.2-3.el9_2.noarch ansible-pacemaker-1.0.4-17.1.20231213170757.7c10fdb.el9ost.noarch ansible-role-atos-hsm-1.0.1-17.1.20230927001631.8618a22.el9ost.noarch ansible-role-chrony-1.3.1-17.1.20230621084226.0111661.el9ost.noarch ansible-role-collectd-config-0.0.3-17.1.20230620165926.1992666.el9ost.noarch ansible-role-container-registry-1.4.1-17.1.20230621045806.a091b9c.el9ost.noarch ansible-role-lunasa-hsm-1.1.1-17.1.20250603180833.5b8127c.el9ost.noarch ansible-role-metalsmith-deployment-1.4.4-17.1.20240522060758.5e7461e.el9ost.noarch ansible-role-openstack-operations-0.0.1-17.1.20230620170737.2ab288f.el9ost.noarch ansible-role-qdr-config-0.0.2-17.1.20230620171136.b456651.el9ost.noarch ansible-role-redhat-subscription-1.3.0-17.1.20230621033420.eefe501.el9ost.noarch ansible-role-thales-hsm-3.0.1-17.1.20231007220803.f95c0fc.el9ost.noarch ansible-role-tripleo-modify-image-1.5.1-17.1.20230621064242.b6eedb6.el9ost.noarch ansible-tripleo-ipa-0.3.1-17.1.20230627190951.8d29d9e.el9ost.noarch ansible-tripleo-ipsec-11.0.1-17.1.20230620172008.b5559c8.el9ost.noarch augeas-libs-1.13.0-3.el9.x86_64 bash-completion-1:2.11-4.el9.noarch boost-atomic-1.75.0-8.el9.x86_64 boost-chrono-1.75.0-8.el9.x86_64 boost-filesystem-1.75.0-8.el9.x86_64 boost-locale-1.75.0-8.el9.x86_64 boost-log-1.75.0-8.el9.x86_64 boost-nowide-1.75.0-8.el9.x86_64 boost-program-options-1.75.0-8.el9.x86_64 boost-regex-1.75.0-8.el9.x86_64 boost-system-1.75.0-8.el9.x86_64 boost-thread-1.75.0-8.el9.x86_64 buildah-1:1.29.5-1.el9_2.x86_64 cephadm-2:18.2.1-361.el9cp.noarch cpp-hocon-0.3.0-7.el9ost.x86_64 device-mapper-event-9:1.02.187-7.el9_2.2.x86_64 device-mapper-event-libs-9:1.02.187-7.el9_2.2.x86_64 device-mapper-persistent-data-0.9.0-13.el9.x86_64 dib-utils-0.0.11-17.1.20230620173328.51661c3.el9ost.noarch facter-1:3.14.19-3.el9ost.x86_64 glibc-langpack-en-2.34-60.el9.x86_64 golang-github-vbatts-tar-split-0.11.1-9.el9ost.x86_64 heat-cfntools-1.4.2-6.1.el9ost.noarch hiera-3.6.0-6.el9ost.noarch ipa-client-common-4.10.1-12.el9_2.2.noarch ipa-common-4.10.1-12.el9_2.2.noarch ipa-selinux-4.10.1-6.el9.noarch iptables-nft-services-1.8.8-6.el9_1.noarch jq-1.6-14.el9.x86_64 krb5-pkinit-1.20.1-8.el9.x86_64 krb5-workstation-1.20.1-8.el9.x86_64 leatherman-1.12.6-5.el9ost.x86_64 libaio-0.3.111-13.el9.x86_64 libburn-1.5.4-4.el9.x86_64 libipa_hbac-2.8.2-5.el9_2.5.x86_64 libisoburn-1.5.4-4.el9.x86_64 libisofs-1.5.4-4.el9.x86_64 libkadm5-1.20.1-8.el9.x86_64 libpkgconf-1.7.3-10.el9.x86_64 libselinux-ruby-3.5-1.el9.x86_64 libsodium-1.0.18-7.el9ost.x86_64 libunwind-1.6.2-1.el9cp.x86_64 libxslt-1.1.34-11.el9_2.x86_64 lvm2-9:2.03.17-7.el9_2.2.x86_64 lvm2-libs-9:2.03.17-7.el9_2.2.x86_64 oniguruma-6.9.6-1.el9.5.x86_64 openpgm-5.2.122-26.el9ost.x86_64 openssl-perl-1:3.0.7-6.el9_2.x86_64 openstack-ansible-core-2.14.2-4.7.el9ost.x86_64 openstack-heat-agents-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch openstack-heat-api-1:16.1.1-17.1.20250703110808.edc6d60.el9ost.noarch openstack-heat-common-1:16.1.1-17.1.20250703110808.edc6d60.el9ost.noarch openstack-heat-engine-1:16.1.1-17.1.20250703110808.edc6d60.el9ost.noarch openstack-heat-monolith-1:16.1.1-17.1.20250703110808.edc6d60.el9ost.noarch openstack-selinux-0.8.37-17.1.20231107080825.05dd1b2.el9ost.noarch openstack-tripleo-common-15.4.1-17.1.20250527161411.e5b18f2.el9ost.noarch openstack-tripleo-common-containers-15.4.1-17.1.20250527161411.e5b18f2.el9ost.noarch openstack-tripleo-heat-templates-14.3.1-17.1.20250704160749.e7c7ce3.el9ost.noarch openstack-tripleo-validations-14.3.2-17.1.20250120160809.2b526f8.el9ost.noarch os-apply-config-13.1.1-17.1.20231020001757.3c7f9b9.el9ost.noarch os-collect-config-13.1.1-17.1.20231020001748.76173d8.el9ost.noarch os-refresh-config-13.1.1-17.1.20231020000854.812905b.el9ost.noarch perl-AutoLoader-5.74-480.el9.noarch perl-B-1.80-480.el9.x86_64 perl-Carp-1.50-460.el9.noarch perl-Class-Struct-0.66-480.el9.noarch perl-Data-Dumper-2.174-462.el9.x86_64 perl-Digest-1.19-4.el9.noarch perl-Digest-MD5-2.58-4.el9.x86_64 perl-Encode-4:3.08-462.el9.x86_64 perl-Errno-1.30-480.el9.x86_64 perl-Exporter-5.74-461.el9.noarch perl-Fcntl-1.13-480.el9.x86_64 perl-File-Basename-2.85-480.el9.noarch perl-File-Path-2.18-4.el9.noarch perl-File-Temp-1:0.231.100-4.el9.noarch perl-File-stat-1.09-480.el9.noarch perl-FileHandle-2.03-480.el9.noarch perl-Getopt-Long-1:2.52-4.el9.noarch perl-Getopt-Std-1.12-480.el9.noarch perl-HTTP-Tiny-0.076-461.el9_2.noarch perl-IO-1.43-480.el9.x86_64 perl-IO-Socket-IP-0.41-5.el9.noarch perl-IO-Socket-SSL-2.073-1.el9.noarch perl-IPC-Open3-1.21-480.el9.noarch perl-MIME-Base64-3.16-4.el9.x86_64 perl-Mozilla-CA-20200520-6.el9.noarch perl-NDBM_File-1.15-480.el9.x86_64 perl-Net-SSLeay-1.92-2.el9.x86_64 perl-POSIX-1.94-480.el9.x86_64 perl-PathTools-3.78-461.el9.x86_64 perl-Pod-Escapes-1:1.07-460.el9.noarch perl-Pod-Perldoc-3.28.01-461.el9.noarch perl-Pod-Simple-1:3.42-4.el9.noarch perl-Pod-Usage-4:2.01-4.el9.noarch perl-Scalar-List-Utils-4:1.56-461.el9.x86_64 perl-SelectSaver-1.02-480.el9.noarch perl-Socket-4:2.031-4.el9.x86_64 perl-Storable-1:3.21-460.el9.x86_64 perl-Symbol-1.08-480.el9.noarch perl-Term-ANSIColor-5.01-461.el9.noarch perl-Term-Cap-1.17-460.el9.noarch perl-Text-ParseWords-3.30-460.el9.noarch perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch perl-Time-Local-2:1.300-7.el9.noarch perl-URI-5.09-3.el9.noarch perl-base-2.27-480.el9.noarch perl-constant-1.33-461.el9.noarch perl-if-0.60.800-480.el9.noarch perl-interpreter-4:5.32.1-480.el9.x86_64 perl-libnet-3.13-4.el9.noarch perl-libs-4:5.32.1-480.el9.x86_64 perl-mro-1.23-480.el9.x86_64 perl-overload-1.31-480.el9.noarch perl-overloading-0.02-480.el9.noarch perl-parent-1:0.238-460.el9.noarch perl-podlators-1:4.14-460.el9.noarch perl-subs-1.03-480.el9.noarch perl-vars-1.05-480.el9.noarch pkgconf-1.7.3-10.el9.x86_64 pkgconf-m4-1.7.3-10.el9.noarch pkgconf-pkg-config-1.7.3-10.el9.x86_64 puppet-7.10.0-4.el9ost.noarch puppet-aodh-18.4.2-17.1.20230620151218.3e47b5a.el9ost.noarch puppet-apache-6.5.2-17.1.20230621001106.e4a1532.el9ost.noarch puppet-archive-4.6.1-17.1.20230620181607.bc7e4ff.el9ost.noarch puppet-auditd-2.2.1-17.1.20230620192453.189b22b.el9ost.noarch puppet-barbican-18.4.2-17.1.20250625204151.af6c77b.el9ost.noarch puppet-ceilometer-18.4.3-17.1.20230927010818.3838907.el9ost.noarch puppet-certmonger-2.7.1-17.1.20230620184730.3e2e660.el9ost.noarch puppet-cinder-18.5.2-17.1.20230621054224.6aa60e7.el9ost.noarch puppet-collectd-13.0.1-17.1.20230620193147.ad138a7.el9ost.noarch puppet-concat-6.2.1-17.1.20230620181556.dfeabb9.el9ost.noarch puppet-corosync-8.0.1-17.1.20230621104908.6a9da9a.el9ost.noarch puppet-designate-18.6.1-17.1.20230621061456.f4c0b89.el9ost.noarch puppet-dns-8.2.1-17.1.20230621002045.70f5b28.el9ost.noarch puppet-etcd-1.12.3-17.1.20230620193226.e143c2d.el9ost.noarch puppet-fdio-18.2-1.20220727113954.6fd1c8e.el9ost.noarch puppet-firewall-3.4.1-17.1.20230621022040.94f707c.el9ost.noarch puppet-git-0.5.0-17.1.20230620193928.4e4498e.el9ost.noarch puppet-glance-18.6.1-17.1.20250220151014.81b081d.el9ost.noarch puppet-gnocchi-18.4.3-17.1.20230621061020.7584b94.el9ost.noarch puppet-haproxy-4.2.2-17.1.20230620193950.a797b8c.el9ost.noarch puppet-headless-7.10.0-4.el9ost.noarch puppet-heat-18.4.1-17.1.20230621111632.3b41bb0.el9ost.noarch puppet-horizon-18.6.1-17.1.20230621075748.8074e69.el9ost.noarch puppet-inifile-4.2.1-17.1.20230620180624.df46d2a.el9ost.noarch puppet-ipaclient-2.5.2-17.1.20230620194626.b086731.el9ost.noarch puppet-ironic-18.7.1-17.1.20240305210817.edf93f9.el9ost.noarch puppet-keepalived-0.0.2-17.1.20230620194716.bbca37a.el9ost.noarch puppet-keystone-18.6.1-17.1.20250425111017.cb0adcb.el9ost.noarch puppet-kmod-2.5.0-17.1.20230620190646.52e31e3.el9ost.noarch puppet-manila-18.5.2-17.1.20231102190827.a72a7d5.el9ost.noarch puppet-memcached-6.0.0-17.1.20230620184630.4c70dbd.el9ost.noarch puppet-module-data-0.5.1-17.1.20230620195419.28dafce.el9ost.noarch puppet-mysql-10.6.1-17.1.20230621022141.937d044.el9ost.noarch puppet-neutron-18.6.1-17.1.20230621053056.c9d467f.el9ost.noarch puppet-nova-18.6.1-17.1.20230621090443.a21eae4.el9ost.noarch puppet-nssdb-1.0.2-17.1.20230620185645.2ed2a2d.el9ost.noarch puppet-octavia-18.5.1-17.1.20230621062420.842492c.el9ost.noarch puppet-openstack_extras-18.5.1-17.1.20230621042409.504e1a0.el9ost.noarch puppet-openstacklib-18.5.2-17.1.20230621052822.64d8ac6.el9ost.noarch puppet-oslo-18.5.1-17.1.20230621052358.fe2a147.el9ost.noarch puppet-ovn-18.6.1-17.1.20240925094907.7805f7e.el9ost.noarch puppet-pacemaker-1.5.1-17.1.20250214161010.f10ce89.el9ost.noarch puppet-placement-5.4.3-17.1.20230621061610.e7557a5.el9ost.noarch puppet-qdr-7.4.1-17.1.20230620195605.8a575de.el9ost.noarch puppet-rabbitmq-11.0.1-17.1.20230620182519.63fee2c.el9ost.noarch puppet-redis-6.1.1-17.1.20230620191704.547105e.el9ost.noarch puppet-remote-10.0.0-17.1.20230620192417.7420908.el9ost.noarch puppet-rsync-1.1.4-17.1.20230621002829.ea6397e.el9ost.noarch puppet-rsyslog-4.0.1-17.1.20230620200132.2548a0d.el9ost.noarch puppet-snmp-3.9.1-17.1.20230620200411.5d73485.el9ost.noarch puppet-ssh-6.2.1-17.1.20230620190251.6e0f430.el9ost.noarch puppet-stdlib-6.3.1-17.1.20230621000857.7c1ae25.el9ost.noarch puppet-swift-18.6.1-17.1.20230621052139.f105ffc.el9ost.noarch puppet-sysctl-0.0.13-17.1.20230620183456.847ec1c.el9ost.noarch puppet-systemd-2.12.1-17.1.20230620191611.8f68b0d.el9ost.noarch puppet-tripleo-14.2.3-17.1.20250320101351.40278e1.el9ost.noarch puppet-vcsrepo-3.1.1-17.1.20230620183456.a36ee18.el9ost.noarch puppet-vswitch-14.4.3-17.1.20230621043558.51e82ca.el9ost.noarch puppet-xinetd-3.3.1-17.1.20230620185435.8d460c4.el9ost.noarch python-openstackclient-lang-5.5.2-17.1.20250616100909.42d9b6e.el9ost.noarch python-oslo-cache-lang-2.7.1-17.1.20230621012756.d0252f6.el9ost.noarch python-oslo-db-lang-8.5.2-17.1.20240820150750.26fd6fb.el9ost.noarch python-oslo-log-lang-4.4.0-17.1.20230620205407.9b29c90.el9ost.noarch python-oslo-middleware-lang-4.2.1-17.1.20230621011225.b40ca5f.el9ost.noarch python-oslo-policy-lang-3.7.1-17.1.20230621003949.639b471.el9ost.noarch python-oslo-versionedobjects-lang-2.4.1-17.1.20230621010423.89ff171.el9ost.noarch python-pycadf-common-3.1.1-17.1.20230620210757.4179996.el9ost.noarch python3-GitPython-3.1.14-2.el9ost.noarch python3-PyMySQL-0.10.1-6.el9.noarch python3-alembic-1.7.5-3.el9.noarch python3-amqp-5.0.6-5.el9ost.noarch python3-ansible-runner-2.0.0a1-3.el9ost.noarch python3-aodhclient-2.2.0-17.1.20230620222234.b747ae3.el9ost.noarch python3-appdirs-1.4.4-4.el9.noarch python3-augeas-0.5.0-25.el9.noarch python3-barbicanclient-5.3.0-17.1.20230620213453.ad49c40.el9ost.noarch python3-bcrypt-3.1.7-7.el9ost.x86_64 python3-beautifulsoup4-4.9.3-2.el9ost.noarch python3-boto-2.45.0-8.1.el9ost.noarch python3-cachetools-4.2.2-3.el9ost.noarch python3-cinderclient-7.4.1-17.1.20230620211836.4f72e6f.el9ost.noarch python3-cliff-3.7.0-17.1.20230620172206.117a100.el9ost.noarch python3-cmd2-1.4.0-4.el9ost.noarch python3-colorama-0.4.4-4.el9ost.noarch python3-croniter-0.3.35-2.el9ost.noarch python3-daemon-2.3.0-1.el9ost.noarch python3-designateclient-4.2.1-17.1.20230621023138.7a8d156.el9ost.noarch python3-dns-2.2.1-2.el9.noarch python3-docutils-0.16-6.el9ost.noarch python3-dogpile-cache-1.1.5-5.el9ost.noarch python3-etcd3gw-0.2.6-2.el9ost.noarch python3-extras-1.0.0-17.el9ost.noarch python3-fixtures-3.0.0-24.el9ost.noarch python3-futurist-2.3.0-17.1.20230621104020.1a1c6f8.el9ost.noarch python3-gevent-21.1.2-2.el9ost.x86_64 python3-gitdb-4.0.5-2.el9ost.noarch python3-glanceclient-1:3.3.0-17.1.20240712170803.f802c71.el9ost.noarch python3-gssapi-1.6.9-5.el9.x86_64 python3-heat-agent-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-ansible-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-apply-config-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-docker-cmd-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-hiera-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-json-file-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-puppet-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heatclient-2.3.1-17.1.20230621012952.d16c245.el9ost.noarch python3-ipaclient-4.10.1-12.el9_2.2.noarch python3-ipalib-4.10.1-12.el9_2.2.noarch python3-ironic-inspector-client-4.5.0-17.1.20230620205758.3c03e21.el9ost.noarch python3-ironicclient-4.6.4-17.1.20230621041552.09b78fa.el9ost.noarch python3-jeepney-0.6.0-2.el9ost.noarch python3-jmespath-0.10.0-1.el9ost.noarch python3-jwcrypto-0.8-4.el9.noarch python3-keyring-21.8.0-4.el9ost.noarch python3-keystoneauth1-4.4.0-17.1.20240812145234.112bcae.el9ost.noarch python3-keystoneclient-1:4.3.0-17.1.20230621025111.d5cb761.el9ost.noarch python3-keystonemiddleware-9.2.0-17.1.20230620211753.3659bda.el9ost.noarch python3-kombu-1:5.0.2-3.el9ost.noarch python3-ldap-3.4.3-2.el9.x86_64 python3-libipa_hbac-2.8.2-5.el9_2.5.x86_64 python3-lockfile-1:0.12.2-2.el9ost.noarch python3-logutils-0.3.5-15.el9ost.noarch python3-lxml-4.6.5-3.el9.x86_64 python3-magnumclient-3.4.1-17.1.20230621053508.280acd2.el9ost.noarch python3-mako-1.1.4-6.el9.noarch python3-manilaclient-2.6.4-17.1.20240830140806.7f7d7d3.el9ost.noarch python3-memcached-1.59-3.el9ost.noarch python3-metalsmith-1.4.4-17.1.20240522060758.5e7461e.el9ost.noarch python3-migrate-0.13.0-1.el9ost.noarch python3-mimeparse-1.6.0-16.el9ost.noarch python3-mistralclient-4.2.0-17.1.20230620220528.20a10f0.el9ost.noarch python3-msgpack-1.0.2-4.el9ost.x86_64 python3-munch-2.5.0-6.el9ost.noarch python3-natsort-7.1.1-2.el9ost.noarch python3-neutron-lib-2.10.3-17.1.20231221164814.619c0fe.el9ost.noarch python3-neutronclient-7.3.1-17.1.20230621044049.29a9f5e.el9ost.noarch python3-novaclient-1:17.4.1-17.1.20230621034300.5ee4427.el9ost.noarch python3-octaviaclient-2.3.1-17.1.20231106100828.51347bc.el9ost.noarch python3-openstackclient-5.5.2-17.1.20250616100909.42d9b6e.el9ost.noarch python3-openstacksdk-0.55.1-17.1.20250516211008.f09ed4a.el9ost.noarch python3-openvswitch3.3-3.3.4-110.el9fdp.x86_64 python3-os-client-config-2.1.0-17.1.20230620203151.bc96c23.el9ost.noarch python3-os-ken-1.4.1-17.1.20241205090937.018d755.el9ost.noarch python3-os-service-types-1.7.0-17.1.20230620201222.0b2f473.el9ost.noarch python3-os-traits-2.5.0-17.1.20230620221402.ac1b39e.el9ost.noarch python3-osc-lib-2.3.1-17.1.20230620203400.2b7a679.el9ost.noarch python3-oslo-cache-2.7.1-17.1.20230621012756.d0252f6.el9ost.noarch python3-oslo-context-3.2.1-17.1.20230620204857.b124eb7.el9ost.noarch python3-oslo-db-8.5.2-17.1.20240820150750.26fd6fb.el9ost.noarch python3-oslo-log-4.4.0-17.1.20230620205407.9b29c90.el9ost.noarch python3-oslo-messaging-12.7.3-17.1.20231219130800.5d6fd1a.el9ost.noarch python3-oslo-middleware-4.2.1-17.1.20230621011225.b40ca5f.el9ost.noarch python3-oslo-policy-3.7.1-17.1.20230621003949.639b471.el9ost.noarch python3-oslo-reports-2.2.0-17.1.20230620210621.bc631ae.el9ost.noarch python3-oslo-rootwrap-6.3.1-17.1.20230621110703.1b1b960.el9ost.noarch python3-oslo-serialization-4.1.1-17.1.20230621011445.bbe5d5a.el9ost.noarch python3-oslo-service-2.5.1-17.1.20240821200745.c1e3398.el9ost.noarch python3-oslo-upgradecheck-1.3.1-17.1.20230621010138.9561ecb.el9ost.noarch python3-oslo-versionedobjects-2.4.1-17.1.20230621010423.89ff171.el9ost.noarch python3-osprofiler-3.4.0-17.1.20230620215259.5d82a02.el9ost.noarch python3-paramiko-2.11.0-2.el9ost.noarch python3-passlib-1.7.4-3.el9ost.noarch python3-paste-3.5.0-5.el9ost.noarch python3-paste-deploy-2.1.1-4.el9ost.noarch python3-pecan-1.4.0-2.el9ost.noarch python3-psutil-5.8.0-12.el9.x86_64 python3-pyOpenSSL-20.0.1-2.el9ost.noarch python3-pyasn1-0.4.8-6.el9.noarch python3-pyasn1-modules-0.4.8-6.el9.noarch python3-pycadf-3.1.1-17.1.20230620210757.4179996.el9ost.noarch python3-pynacl-1.4.0-1.el9ost.x86_64 python3-pyperclip-1.8.0-3.el9ost.noarch python3-pystache-0.5.4-15.el9ost.noarch python3-pyusb-1.0.2-13.el9.noarch python3-qrcode-core-6.1-12.el9.noarch python3-repoze-lru-0.7-12.el9ost.noarch python3-requestsexceptions-1.4.0-17.1.20230620164652.d7ac0ff.el9ost.noarch python3-rhosp-openvswitch-3.3-1.el9ost.noarch python3-routes-2.4.1-14.el9ost.noarch python3-rsa-4.6-3.1.el9ost.noarch python3-saharaclient-3.3.0-17.1.20230620222322.401e663.el9ost.noarch python3-secretstorage-3.3.1-3.el9ost.noarch python3-setproctitle-1.2.2-1.el9ost.x86_64 python3-shade-1.33.0-17.1.20230620225148.e7c7f29.el9ost.noarch python3-simplejson-3.17.5-3.el9ost.x86_64 python3-smmap-3.0.1-4.el9ost.noarch python3-soupsieve-2.2-1.el9ost.noarch python3-sqlalchemy13-1.3.24-3.el9ost.x86_64 python3-sqlparse-0.4.1-2.el9ost.noarch python3-sss-murmur-2.8.2-5.el9_2.5.x86_64 python3-statsd-3.2.1-20.1.el9ost.noarch python3-swiftclient-3.11.1-17.1.20230620204150.06b36ae.el9ost.noarch python3-tempita-0.5.1-27.el9ost.noarch python3-tenacity-6.3.1-1.el9ost.noarch python3-testtools-2.4.0-10.el9ost.noarch python3-tinyrpc-1.0.3-6.el9ost.noarch python3-tripleo-common-15.4.1-17.1.20250527161411.e5b18f2.el9ost.noarch python3-tripleoclient-16.5.1-17.1.20250523121326.f3599d0.el9ost.noarch python3-troveclient-7.0.0-17.1.20230620220924.c7319d8.el9ost.noarch python3-urllib-gssapi-1.0.2-4.el9.noarch python3-validations-libs-1.9.1-17.1.20230913020848.8d9e1b5.el9ost.noarch python3-vine-5.0.0-5.el9ost.noarch python3-waitress-2.0.0-4.el9ost.noarch python3-warlock-1.3.3-7.el9ost.noarch python3-wcwidth-0.2.5-8.el9.noarch python3-webob-1.8.7-2.1.el9ost.noarch python3-webtest-2.0.35-6.el9ost.noarch python3-werkzeug-2.0.1-7.el9ost.noarch python3-yappi-1.3.1-5.el9ost.x86_64 python3-yaql-1.1.3-13.el9ost.noarch python3-yubico-1.3.3-7.el9.noarch python3-zaqarclient-2.4.0-17.1.20230620214253.e388947.el9ost.noarch python3-zmq-22.0.3-1.el9ost.x86_64 python3-zope-event-4.2.0-20.el9ost.noarch python3-zope-interface-5.4.0-1.el9ost.x86_64 qemu-img-17:7.2.0-14.el9_2.18.x86_64 rhel-system-roles-1.21.2-1.el9_2.noarch ruby-3.0.4-161.el9_2.2.x86_64 ruby-augeas-0.5.0-29.el9ost.x86_64 ruby-default-gems-3.0.4-161.el9_2.2.noarch ruby-facter-1:3.14.19-3.el9ost.x86_64 ruby-libs-3.0.4-161.el9_2.2.x86_64 rubygem-bigdecimal-3.0.0-161.el9_2.2.x86_64 rubygem-bundler-2.2.33-161.el9_2.2.noarch rubygem-concurrent-ruby-1.1.5-2.el9ost.noarch rubygem-deep_merge-1.2.1-7.el9ost.noarch rubygem-fast_gettext-1.2.0-9.el9ost.noarch rubygem-hocon-1.3.1-2.el9ost.noarch rubygem-io-console-0.5.7-161.el9_2.2.x86_64 rubygem-json-2.5.1-161.el9_2.2.x86_64 rubygem-multi_json-1.15.0-2.el9ost.noarch rubygem-psych-3.3.2-161.el9_2.2.x86_64 rubygem-puppet-resource_api-1.8.13-1.el9ost.noarch rubygem-rdoc-6.3.3-161.el9_2.2.noarch rubygem-rexml-3.2.5-161.el9_2.2.noarch rubygem-ruby-shadow-2.5.0-15.el9ost.x86_64 rubygem-semantic_puppet-1.0.4-2.el9ost.noarch rubygems-3.2.33-161.el9_2.2.noarch skopeo-2:1.11.2-0.1.el9_2.2.x86_64 sshpass-1.09-4.el9.x86_64 tripleo-ansible-3.3.1-17.1.20250702110757.8debef3.el9ost.noarch validations-common-1.9.1-17.1.20231006020828.f273ccb.el9ost.noarch xorriso-1.5.4-4.el9.x86_64 yaml-cpp-0.6.3-6.el9ost.x86_64 zeromq-4.3.4-1.el9ost.x86_64 Complete! + sudo hostnamectl set-hostname standalone.ooo.test + sudo hostnamectl set-hostname standalone.ooo.test --transient Hint: static hostname is already set, so the specified transient hostname will not be used. + cat + cat + cat + export HOST_PRIMARY_RESOLV_CONF_ENTRY=192.168.122.10 + HOST_PRIMARY_RESOLV_CONF_ENTRY=192.168.122.10 + export INTERFACE_MTU=1500 + INTERFACE_MTU=1500 + export NTP_SERVER=pool.ntp.org + NTP_SERVER=pool.ntp.org + export EDPM_CONFIGURE_HUGEPAGES=false + EDPM_CONFIGURE_HUGEPAGES=false + export EDPM_COMPUTE_CEPH_ENABLED=false + EDPM_COMPUTE_CEPH_ENABLED=false + export EDPM_COMPUTE_CEPH_NOVA=false + EDPM_COMPUTE_CEPH_NOVA=false + export 'CEPH_ARGS=-e /root/deployed_ceph.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/cephadm-rbd-only.yaml' + CEPH_ARGS='-e /root/deployed_ceph.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/cephadm-rbd-only.yaml' + [[ false == \f\a\l\s\e ]] + export 'CEPH_ARGS=-e /root/deployed_ceph.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/cephadm-rbd-only.yaml -e /root/nova_noceph.yaml' + CEPH_ARGS='-e /root/deployed_ceph.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/cephadm-rbd-only.yaml -e /root/nova_noceph.yaml' + export COMPUTE_DRIVER=libvirt + COMPUTE_DRIVER=libvirt + export IP=192.168.122.100 + IP=192.168.122.100 + export GATEWAY=192.168.122.10 + GATEWAY=192.168.122.10 + export STANDALONE_VM=false + STANDALONE_VM=false + export BARBICAN_ENABLED=false + BARBICAN_ENABLED=false + export MANILA_ENABLED=true + MANILA_ENABLED=true + export SWIFT_REPLICATED=false + SWIFT_REPLICATED=false + export TLSE_ENABLED=true + TLSE_ENABLED=true + export CLOUD_DOMAIN=ooo.test + CLOUD_DOMAIN=ooo.test + export OCTAVIA_ENABLED=true + OCTAVIA_ENABLED=true + export HEAT_ENABLED=true + HEAT_ENABLED=true + export TELEMETRY_ENABLED=true + TELEMETRY_ENABLED=true + [[ -f /root/containers-prepare-parameters.yaml ]] + openstack tripleo container image prepare default --output-env-file /root/containers-prepare-parameters.yaml # Generated with the following on 2025-10-08T18:37:57.030752 # # openstack tripleo container image prepare default --output-env-file /root/containers-prepare-parameters.yaml # parameter_defaults: ContainerImagePrepare: - set: ceph_alertmanager_image: ose-prometheus-alertmanager ceph_alertmanager_namespace: registry.redhat.io/openshift4 ceph_alertmanager_tag: v4.12 ceph_grafana_image: rhceph-6-dashboard-rhel9 ceph_grafana_namespace: registry.redhat.io/rhceph ceph_grafana_tag: latest ceph_image: rhceph-6-rhel9 ceph_namespace: registry.redhat.io/rhceph ceph_node_exporter_image: ose-prometheus-node-exporter ceph_node_exporter_namespace: registry.redhat.io/openshift4 ceph_node_exporter_tag: v4.12 ceph_prometheus_image: ose-prometheus ceph_prometheus_namespace: registry.redhat.io/openshift4 ceph_prometheus_tag: v4.12 ceph_tag: latest name_prefix: openstack- name_suffix: '' namespace: registry.redhat.io/rhosp-rhel9 neutron_driver: ovn rhel_containers: false tag: '17.1' tag_from_label: '{version}-{release}' + sed -i 's|quay.io/tripleowallaby$|quay.io/tripleowallabycentos9|' /root/containers-prepare-parameters.yaml + sed -i 's|rhceph-6-rhel9|rhceph-7-rhel9|' /root/containers-prepare-parameters.yaml + sudo mkdir -p /etc/os-net-config + cat + sudo tee /etc/cloud/cloud.cfg.d/99-edpm-disable-network-config.cfg network: config: disabled + sudo systemctl enable network network.service is not a native service, redirecting to systemd-sysv-install. Executing: /usr/lib/systemd/systemd-sysv-install enable network + sudo cp /tmp/net_config.yaml /etc/os-net-config/config.yaml + sudo os-net-config -c /etc/os-net-config/config.yaml + sudo cp /tmp/net_config.yaml /root/standalone_net_config.j2 + sudo cp /tmp/network_data.yaml /root/network_data.yaml + sudo cp /tmp/deployed_network.yaml /root/deployed_network.yaml + sudo cp /tmp/Standalone.yaml /root/Standalone.yaml + [[ false == \t\r\u\e ]] + /tmp/openstack.sh + EDPM_CONFIGURE_HUGEPAGES=false + EDPM_COMPUTE_CEPH_ENABLED=false + EDPM_COMPUTE_SRIOV_ENABLED=true + EDPM_COMPUTE_DHCP_AGENT_ENABLED=true + COMPUTE_DRIVER=libvirt + INTERFACE_MTU=1500 + BARBICAN_ENABLED=false + MANILA_ENABLED=true + SWIFT_REPLICATED=false + TLSE_ENABLED=true + CLOUD_DOMAIN=ooo.test + TELEMETRY_ENABLED=true + OCTAVIA_ENABLED=true + IPA_IMAGE=quay.io/freeipa/freeipa-server:fedora-41 + export NEUTRON_INTERFACE=eth0 + NEUTRON_INTERFACE=eth0 + export CTLPLANE_IP=192.168.122.100 + CTLPLANE_IP=192.168.122.100 + export CTLPLANE_VIP=192.168.122.99 + CTLPLANE_VIP=192.168.122.99 + export CIDR=24 + CIDR=24 + export GATEWAY=192.168.122.10 + GATEWAY=192.168.122.10 + export BRIDGE=br-ctlplane + BRIDGE=br-ctlplane + '[' libvirt = ironic ']' + BRIDGE_MAPPINGS=datacentre:br-ctlplane + NEUTRON_FLAT_NETWORKS=datacentre + cat + CMD='openstack tripleo deploy' + CMD_ARGS+=' --templates /usr/share/openstack-tripleo-heat-templates' + CMD_ARGS+=' --local-ip=192.168.122.100/24' + CMD_ARGS+=' --control-virtual-ip=192.168.122.99' + CMD_ARGS+=' --output-dir /root' + CMD_ARGS+=' --standalone-role Standalone' + CMD_ARGS+=' -r /root/Standalone.yaml' + CMD_ARGS+=' -n /root/network_data.yaml' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/standalone/standalone-tripleo.yaml' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/low-memory-usage.yaml' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/deployed-network-environment.yaml' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/cinder-backup.yaml' + '[' libvirt = ironic ']' + '[' true = true ']' + cat + ENV_ARGS+=' -e /root/enable_heat.yaml' + '[' false = true ']' + '[' true = true ']' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/manila-cephfsnative-config.yaml' + '[' true = true ']' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/services/octavia.yaml' + '[' true = true ']' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/enable-legacy-telemetry.yaml' + '[' true = true ']' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/ssl/tls-everywhere-endpoints-dns.yaml' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/services/haproxy-public-tls-certmonger.yaml' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/ssl/enable-internal-tls.yaml' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/ssl/enable-memcached-tls.yaml' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/ci/environments/standalone-ipa.yaml' + export IPA_ADMIN_USER=admin + IPA_ADMIN_USER=admin + export IPA_PRINCIPAL=admin + IPA_PRINCIPAL=admin + export IPA_ADMIN_PASSWORD=fce95318204114530f31f885c9df588f + IPA_ADMIN_PASSWORD=fce95318204114530f31f885c9df588f + export IPA_PASSWORD=fce95318204114530f31f885c9df588f + IPA_PASSWORD=fce95318204114530f31f885c9df588f + export UNDERCLOUD_FQDN=standalone.ooo.test + UNDERCLOUD_FQDN=standalone.ooo.test + export IPA_DOMAIN=ooo.test + IPA_DOMAIN=ooo.test ++ echo ooo.test ++ awk '{print toupper($0)}' + export IPA_REALM=OOO.TEST + IPA_REALM=OOO.TEST + export IPA_HOST=ipa.ooo.test + IPA_HOST=ipa.ooo.test + export IPA_SERVER_HOSTNAME=ipa.ooo.test + IPA_SERVER_HOSTNAME=ipa.ooo.test + mkdir /tmp/ipa-data + podman run -d --name freeipa-server-container --sysctl net.ipv6.conf.lo.disable_ipv6=0 --security-opt seccomp=unconfined --ip 10.88.0.2 -e IPA_SERVER_IP=10.88.0.2 -e PASSWORD=fce95318204114530f31f885c9df588f -h ipa.ooo.test --read-only --tmpfs /run --tmpfs /tmp -v /sys/fs/cgroup:/sys/fs/cgroup:ro -v /tmp/ipa-data:/data:Z quay.io/freeipa/freeipa-server:fedora-41 no-exit -U -r OOO.TEST --setup-dns --no-reverse --no-ntp --no-dnssec-validation --auto-forwarders Trying to pull quay.io/freeipa/freeipa-server:fedora-41... Getting image source signatures Copying blob sha256:cc73e0691e6f27099f5b4caefbcb94de5d7bad4c9c0e02081125185957f569e0 Copying blob sha256:f728453dc24f3844478c64fca5424e5d845280b10404e75f383e79d74e02284e Copying blob sha256:4f2f1698adbf3363a1f8bf81015ca3004892fe039797b6ded2d574e0e0e681e3 Copying blob sha256:c8f6cff0477b11d57fc87b29a88c1ae65d0811f78eec8b8796851ed142b30f99 Copying blob sha256:a1e79b3d60959bfdfbc1702d904fac28d3ef53196492e953edc8f84add26c6bf Copying blob sha256:90f1c1482c1fa84d12db434c89b09365c845b1d0a24d690cc95356c3de0372ab Copying blob sha256:2bb36d08dce28bab80513691e4aeb6f836f79c95069450b72d7fad2e5a8ef4df Copying blob sha256:ec5ef6c5b7e06078252917e41437e74b057b4115726e2c0358bf7839fa4f3f99 Copying blob sha256:a6e77df121b73a0e2d873f6af36aa76afb2a6655ee835540469a040fdb27d07a Copying blob sha256:117fe287ffa9af4649d3e39ffbf7a19b2b21713927e49c36fcc747d763a6e325 Copying blob sha256:e7eafd09683d8c4cdfa1bb02c18d1c683a6f3178217a71b93418daf7744610c5 Copying blob sha256:917dc8886282074b9dd41068ee4dabb23a8aa82817d3389d7415bc430b9f4d9a Copying blob sha256:728048fb7ad0ceb04c27b069d2731815eb61a56b35a4e7694ad752807b4dd6f2 Copying blob sha256:73748aeb001d63ef40b903875ded81c81357f45eb623c84cf7ef0e2355e79d09 Copying blob sha256:e18573e8b7b359701a991956dc5fc77782e308fd61dba5f427ebf25a64407e6c Copying blob sha256:4d9fdc06960b3f13635388d3a12e23c0fb2c439c753f85a8bf688c919bd45a2d Copying blob sha256:6e041a91543d76c9826ee1202aafcc6860d4c7da3a6b45ca029831436ebe9875 Copying blob sha256:993b781f804110cdbc70ccc0b7e8ddffa7969be1074753108193c480fa577f5f Copying blob sha256:0a19fc733e92ab7acf55313dfcb970991722c7305b868afc567b0562b09028a6 Copying blob sha256:5bb077b8ff474ab6968eb0833fa56f7c7949ded76211baf5c37258e2073ac88c Copying blob sha256:faa950acbe7fe64beb606b645fb95b59f21aa57f0516ade2e796e634053d8dfc Copying blob sha256:34d257f38eb81d3cc3e29c4e33905ae3e880179f3b832e9ce41661d116d44fb8 Copying blob sha256:cf196a64fa9372dd4bf2c0e40295a8583b8ac49e3a04bda442003989c3040784 Copying blob sha256:f4506e57eb84dc0cc11d343b31d5273a38308fb689cca88986772f0afc1f1a89 Copying blob sha256:bd9ddc54bea929a22b334e73e026d4136e5b73f5cc29942896c72e4ece69b13d Copying blob sha256:b5947def5ba719d2d83dc8fb66d26dc34e2947de078eab9a2bbda77750791a06 Copying blob sha256:9947055b550c8b59df84277b13ee23ac2235cff2482322c6d13e5ae112eeb2ce Copying blob sha256:d0c037ebf69e70ddf0a98b1d268a7eccdccda4a9e71367c99a9edc1dea7313c6 Copying blob sha256:1c9bdd844fc42bbc3f1fd5bc9e047db6c21573e4b8d89ad6aee3dc6f53f44c67 Copying blob sha256:5170b11e2686763cd3aef06d618faa9042cdc49f9a136e99d243e6ee7b4c0c64 Copying blob sha256:cfcecc4f5d03d0d50b977196d50c9c3f1506e78a368a925f8e26fe50e63805f4 Copying blob sha256:a37462aeb7d2ab20bf0763f6dbee67f21f45bbacb0fc9ba086c56c6c1a2fb44e Copying blob sha256:7ce404cb34c44105a85eb905125954c2043e6c8daffbb375b5cd6db117dc3eb4 Copying blob sha256:84df6fd253065a3786520e01a46686fee72a178875ad74a14c3901311c96bbc6 Copying blob sha256:154ad5df7b239817c1bb2d5bede5948c9294d5a21053f103bfd30bacc39737a2 Copying blob sha256:73c4d2af94a65d0f24e8df864186449e47cf8900b6a8297e3f19b0123fcc0e22 Copying blob sha256:fbf94e9917f81806e9cdd54b7a11c66c8615e2408adfe9ff0ae1af94792eaefd Copying blob sha256:f21d4cce8e0b41d521f25e89f128f4507f408888b3f959ccb3b6e6dbbd51a352 Copying blob sha256:a001efea7fdf7122a7d5b445f1125ee5a71fedc578e25dfaeaec06b29a8c46ae Copying blob sha256:4446c82e0b5c87af371231e6732177403abb5658a953a6c4a8dd5d8e5e4dd451 Copying blob sha256:c7f83d5200c435cb9a50c776aa91920447902ce063b98ed1622e434f8927ad7c Copying blob sha256:34d9e43ae067288c3d9c97d14c82ff43fbf7cea7ab1cd76795212cc0df17327b Copying blob sha256:edaba29b0b8fc5303f94696ce63a9c35318a37a43ee6fd9a385bf89e80467bbd Copying blob sha256:a74dba37b30cc1b43e51c7a5a80a9273ac1dfc28facfcab37a705a3efea4a246 Copying blob sha256:37d962425c48104ca6fe9f014a1be7d6fb65652c90827d4612bd126abe688b19 Copying blob sha256:2bfbc082c86a957b00be9adb9acd2ae844306775619bca44027b844c2331562b Copying blob sha256:df35df8423da9fa0e969eab7217fef6a1445a50c38bd662c2e8203b8cdbee0ca Copying config sha256:e64eee08c885efb5f6eb10c2e9466517d7775255528eacd555334abaab35b956 Writing manifest to image destination Storing signatures 95c6c7e918031e5e1f62e0871d40d1fbf9290efa922673e461eb76f6facb2657 + timeout 900s grep -qEi '(INFO The ipa-server-install command was successful|ERROR The ipa-server-install command failed)' /dev/fd/63 ++ tail -F /tmp/ipa-data/var/log/ipaserver-install.log tail: cannot open '/tmp/ipa-data/var/log/ipaserver-install.log' for reading: No such file or directory tail: '/tmp/ipa-data/var/log/ipaserver-install.log' has appeared; following new file + cat + cat /root/.ssh/id_rsa.pub + ansible-playbook /usr/share/ansible/tripleo-playbooks/undercloud-ipa-install.yaml [WARNING]: provided hosts list is empty, only localhost is available. Note that the implicit localhost does not match 'all' PLAY [Playbook to register the undercloud host with an IPA server] ************* TASK [Gathering Facts] ********************************************************* ok: [localhost] TASK [Ensure definitions] ****************************************************** skipping: [localhost] => (item={'name': 'ipa_domain', 'ansible_var': '', 'env_var': 'ooo.test'}) skipping: [localhost] => (item={'name': 'ipa_realm', 'ansible_var': '', 'env_var': 'OOO.TEST'}) skipping: [localhost] => (item={'name': 'ipa_server_user', 'ansible_var': '', 'env_var': 'admin'}) skipping: [localhost] => (item={'name': 'ipa_server_password', 'ansible_var': '', 'env_var': 'fce95318204114530f31f885c9df588f'}) skipping: [localhost] => (item={'name': 'ipa_server_hostname', 'ansible_var': '', 'env_var': 'ipa.ooo.test'}) skipping: [localhost] => (item={'name': 'undercloud_fqdn', 'ansible_var': '', 'env_var': 'standalone.ooo.test'}) skipping: [localhost] => (item={'name': 'ansible_user', 'ansible_var': '', 'env_var': 'root'}) skipping: [localhost] => (item={'name': 'cloud_domain', 'ansible_var': '', 'env_var': 'ooo.test'}) skipping: [localhost] TASK [Set facts needed for configuration] ************************************** ok: [localhost] TASK [Add host to ipaclients group] ******************************************** changed: [localhost] TASK [Add host to ipaservers group] ******************************************** changed: [localhost] PLAY [ipaclients] ************************************************************** TASK [Gathering Facts] ********************************************************* ok: [standalone.ooo.test] TASK [Include ipaclient role] ************************************************** TASK [ipaclient : Import variables specific to distribution] ******************* ok: [standalone.ooo.test] => (item=/usr/share/ansible/roles/ipaclient/vars/default.yml) TASK [ipaclient : Install IPA client] ****************************************** included: /usr/share/ansible/roles/ipaclient/tasks/install.yml for standalone.ooo.test TASK [ipaclient : Install - Ensure that IPA client packages are installed] ***** changed: [standalone.ooo.test] TASK [ipaclient : Install - Set ipaclient_servers] ***************************** ok: [standalone.ooo.test] TASK [ipaclient : Install - Set ipaclient_servers from cluster inventory] ****** skipping: [standalone.ooo.test] TASK [ipaclient : Install - Check that either password or keytab is set] ******* skipping: [standalone.ooo.test] TASK [ipaclient : Install - Set default principal if no keytab is given] ******* skipping: [standalone.ooo.test] TASK [ipaclient : Install - Fail on missing ipaclient_domain and ipaserver_domain] *** skipping: [standalone.ooo.test] TASK [ipaclient : Install - Fail on missing ipaclient_servers] ***************** skipping: [standalone.ooo.test] TASK [ipaclient : Install - Configure DNS resolver] **************************** skipping: [standalone.ooo.test] TASK [ipaclient : Install - IPA client test] *********************************** ok: [standalone.ooo.test] TASK [ipaclient : Install - Cleanup leftover ccache] *************************** ok: [standalone.ooo.test] TASK [ipaclient : Install - Configure NTP] ************************************* changed: [standalone.ooo.test] TASK [ipaclient : Install - Make sure One-Time Password is enabled if it's already defined] *** skipping: [standalone.ooo.test] TASK [ipaclient : Install - Disable One-Time Password for on_master] *********** skipping: [standalone.ooo.test] TASK [ipaclient : Install - Test if IPA client has working krb5.keytab] ******** ok: [standalone.ooo.test] TASK [ipaclient : Install - Disable One-Time Password for client with working krb5.keytab] *** skipping: [standalone.ooo.test] TASK [ipaclient : Install - Keytab or password is required for getting otp] **** skipping: [standalone.ooo.test] TASK [ipaclient : Install - Create temporary file for keytab] ****************** skipping: [standalone.ooo.test] TASK [ipaclient : Install - Copy keytab to server temporary file] ************** skipping: [standalone.ooo.test] TASK [ipaclient : Install - Get One-Time Password for client enrollment] ******* skipping: [standalone.ooo.test] TASK [ipaclient : Install - Report error for OTP generation] ******************* skipping: [standalone.ooo.test] TASK [ipaclient : Install - Store the previously obtained OTP] ***************** skipping: [standalone.ooo.test] TASK [ipaclient : Install - Remove keytab temporary file] ********************** skipping: [standalone.ooo.test] TASK [ipaclient : Store predefined OTP in admin_password] ********************** skipping: [standalone.ooo.test] TASK [ipaclient : Install - Check if principal and keytab are set] ************* skipping: [standalone.ooo.test] TASK [ipaclient : Install - Check if one of password or keytabs are set] ******* skipping: [standalone.ooo.test] TASK [ipaclient : Install - From host keytab, purge OOO.TEST] ****************** skipping: [standalone.ooo.test] TASK [ipaclient : Install - Backup and set hostname] *************************** changed: [standalone.ooo.test] TASK [ipaclient : Install - Create temporary krb5 configuration] *************** ok: [standalone.ooo.test] TASK [ipaclient : Install - Join IPA] ****************************************** changed: [standalone.ooo.test] TASK [ipaclient : The krb5 configuration is not correct] *********************** skipping: [standalone.ooo.test] TASK [ipaclient : IPA test failed] ********************************************* skipping: [standalone.ooo.test] TASK [ipaclient : Fail due to missing ca.crt file] ***************************** skipping: [standalone.ooo.test] TASK [ipaclient : Install - Configure IPA default.conf] ************************ changed: [standalone.ooo.test] TASK [ipaclient : Install - Configure SSSD] ************************************ changed: [standalone.ooo.test] TASK [ipaclient : Install - IPA API calls for remaining enrollment parts] ****** changed: [standalone.ooo.test] TASK [ipaclient : Install - Fix IPA ca] **************************************** skipping: [standalone.ooo.test] TASK [ipaclient : Install - Create IPA NSS database] *************************** changed: [standalone.ooo.test] TASK [ipaclient : Install - Configure SSH and SSHD] **************************** changed: [standalone.ooo.test] TASK [ipaclient : Install - Configure automount] ******************************* changed: [standalone.ooo.test] TASK [ipaclient : Install - Configure firefox] ********************************* skipping: [standalone.ooo.test] TASK [ipaclient : Install - Configure NIS] ************************************* changed: [standalone.ooo.test] TASK [ipaclient : Remove temporary krb5.conf] ********************************** changed: [standalone.ooo.test] TASK [ipaclient : Install - Configure krb5 for IPA realm] ********************** changed: [standalone.ooo.test] TASK [ipaclient : Install - Configure certmonger] ****************************** changed: [standalone.ooo.test] TASK [ipaclient : Install - Restore original admin password if overwritten by OTP] *** skipping: [standalone.ooo.test] TASK [ipaclient : Cleanup leftover ccache] ************************************* ok: [standalone.ooo.test] TASK [ipaclient : Remove temporary krb5.conf] ********************************** ok: [standalone.ooo.test] TASK [ipaclient : Remove temporary krb5.conf backup] *************************** changed: [standalone.ooo.test] TASK [ipaclient : Uninstall IPA client] **************************************** skipping: [standalone.ooo.test] PLAY [localhost] *************************************************************** TASK [Gathering Facts] ********************************************************* ok: [localhost] TASK [Include create admin roles] ********************************************** TASK [/usr/share/ansible/roles/tripleo_create_admin : create user tripleo-admin] *** changed: [localhost] TASK [/usr/share/ansible/roles/tripleo_create_admin : grant admin rights to user tripleo-admin] *** changed: [localhost] TASK [/usr/share/ansible/roles/tripleo_create_admin : ensure home dir has the right owner/group for user tripleo-admin] *** ok: [localhost] TASK [/usr/share/ansible/roles/tripleo_create_admin : ensure .ssh dir exists for user tripleo-admin] *** changed: [localhost] TASK [/usr/share/ansible/roles/tripleo_create_admin : ensure authorized_keys file exists for user tripleo-admin] *** changed: [localhost] TASK [/usr/share/ansible/roles/tripleo_create_admin : get remote tripleo-admin public key] *** skipping: [localhost] TASK [/usr/share/ansible/roles/tripleo_create_admin : append tripleo-admin public key to authorized_keys] *** skipping: [localhost] TASK [/usr/share/ansible/roles/tripleo_create_admin : authorize TripleO key for user tripleo-admin] *** skipping: [localhost] TASK [/usr/share/ansible/roles/tripleo_create_admin : Install private key on nodes for user tripleo-admin] *** skipping: [localhost] TASK [/usr/share/ansible/roles/tripleo_create_admin : Install public key on nodes for user tripleo-admin] *** skipping: [localhost] PLAY [localhost] *************************************************************** TASK [Gathering Facts] ********************************************************* ok: [localhost] TASK [kinit to get admin credentials] ****************************************** changed: [localhost] TASK [setup the undercloud and get keytab] ************************************* [DEPRECATION WARNING]: "include" is deprecated, use include_tasks/import_tasks instead. See https://docs.ansible.com/ansible- core/2.14/user_guide/playbooks_reuse_includes.html for details. This feature will be removed in version 2.16. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. TASK [tripleo_ipa_setup : set keytab permissions facts] ************************ ok: [localhost] TASK [tripleo_ipa_setup : add nova host management permissions] **************** changed: [localhost] => (item={'name': 'Modify host password', 'right': 'write', 'type': 'host', 'attrs': ['userpassword']}) changed: [localhost] => (item={'name': 'Write host certificate', 'right': 'write', 'type': 'host', 'attrs': ['usercertificate']}) changed: [localhost] => (item={'name': 'Modify host userclass', 'right': 'write', 'type': 'host', 'attrs': ['userclass']}) changed: [localhost] => (item={'name': 'Modify service managedBy attribute', 'right': 'write', 'type': 'service', 'attrs': ['managedby']}) TASK [tripleo_ipa_setup : add Nova Host privilege] ***************************** changed: [localhost] TASK [tripleo_ipa_setup : add permissions to the Nova Host privilege] ********** changed: [localhost] => (item=System: add hosts) changed: [localhost] => (item=System: remove hosts) changed: [localhost] => (item=Modify host password) changed: [localhost] => (item=Modify host userclass) changed: [localhost] => (item=System: Modify hosts) changed: [localhost] => (item=Modify service managedBy attribute) changed: [localhost] => (item=System: Add krbPrincipalName to a Host) changed: [localhost] => (item=System: Add Services) changed: [localhost] => (item=System: Remove Services) changed: [localhost] => (item=Revoke certificate) changed: [localhost] => (item=System: manage host keytab) changed: [localhost] => (item=System: Manage host certificates) changed: [localhost] => (item=System: modify services) changed: [localhost] => (item=System: manage service keytab) changed: [localhost] => (item=System: read dns entries) changed: [localhost] => (item=System: remove dns entries) changed: [localhost] => (item=System: add dns entries) changed: [localhost] => (item=System: update dns entries) changed: [localhost] => (item=System: Modify Realm Domains) changed: [localhost] => (item=Retrieve Certificates from the CA) TASK [tripleo_ipa_setup : add Nova Host Manager role] ************************** changed: [localhost] TASK [tripleo_ipa_setup : set nova service user facts] ************************* ok: [localhost] TASK [tripleo_ipa_setup : add nova service] ************************************ changed: [localhost] TASK [tripleo_ipa_setup : add Nova Host Manager role] ************************** ok: [localhost] TASK [tripleo_ipa_setup : add service to the Nova Host Manager role] *********** changed: [localhost] TASK [tripleo_ipa_setup : set keytab permissions facts] ************************ ok: [localhost] TASK [tripleo_ipa_setup : add directory for keytab] **************************** changed: [localhost] TASK [tripleo_ipa_setup : get a keytab for the novajoin service] *************** changed: [localhost] TASK [tripleo_ipa_setup : chgrp and chmod the keytab] ************************** changed: [localhost] PLAY RECAP ********************************************************************* localhost : ok=25 changed=16 unreachable=0 failed=0 skipped=6 rescued=0 ignored=0 standalone.ooo.test : ok=25 changed=15 unreachable=0 failed=0 skipped=27 rescued=0 ignored=0 + ENV_ARGS+=' -e /root/standalone_parameters.yaml' + '[' false = true ']' + ENV_ARGS+=' -e /root/containers-prepare-parameters.yaml' + ENV_ARGS+=' -e /root/deployed_network.yaml' + '[' true = true ']' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/services/neutron-ovn-sriov.yaml' + ENV_ARGS+=' -e /root/sriov_template.yaml' + '[' false = true ']' + '[' false = true ']' + '[' true = true ']' + ENV_ARGS+=' -e /root/dhcp_agent_template.yaml' + sudo openstack tripleo deploy --templates /usr/share/openstack-tripleo-heat-templates --local-ip=192.168.122.100/24 --control-virtual-ip=192.168.122.99 --output-dir /root --standalone-role Standalone -r /root/Standalone.yaml -n /root/network_data.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/standalone/standalone-tripleo.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/low-memory-usage.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/deployed-network-environment.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cinder-backup.yaml -e /root/enable_heat.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/manila-cephfsnative-config.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/services/octavia.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/enable-legacy-telemetry.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/ssl/tls-everywhere-endpoints-dns.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/services/haproxy-public-tls-certmonger.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/ssl/enable-internal-tls.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/ssl/enable-memcached-tls.yaml -e /usr/share/openstack-tripleo-heat-templates/ci/environments/standalone-ipa.yaml -e /root/standalone_parameters.yaml -e /root/containers-prepare-parameters.yaml -e /root/deployed_network.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/services/neutron-ovn-sriov.yaml -e /root/sriov_template.yaml -e /root/dhcp_agent_template.yaml [WARNING] Deployment user is set to 'root'. This may cause some deployment files to be located in /root. Please use --deployment-user to specify the user you are deploying with. The heat stack standalone action is CREATE 2025-10-08 18:45:50.208 42996 INFO migrate.versioning.api [-] 72 -> 73...  2025-10-08 18:45:50.233 42996 INFO migrate.versioning.api [-] done 2025-10-08 18:45:50.233 42996 INFO migrate.versioning.api [-] 73 -> 74...  2025-10-08 18:45:50.234 42996 INFO migrate.versioning.api [-] done 2025-10-08 18:45:50.235 42996 INFO migrate.versioning.api [-] 74 -> 75...  2025-10-08 18:45:50.236 42996 INFO migrate.versioning.api [-] done 2025-10-08 18:45:50.236 42996 INFO migrate.versioning.api [-] 75 -> 76...  2025-10-08 18:45:50.238 42996 INFO migrate.versioning.api [-] done 2025-10-08 18:45:50.238 42996 INFO migrate.versioning.api [-] 76 -> 77...  2025-10-08 18:45:50.240 42996 INFO migrate.versioning.api [-] done 2025-10-08 18:45:50.240 42996 INFO migrate.versioning.api [-] 77 -> 78...  2025-10-08 18:45:50.242 42996 INFO migrate.versioning.api [-] done 2025-10-08 18:45:50.242 42996 INFO migrate.versioning.api [-] 78 -> 79...  2025-10-08 18:45:50.266 42996 INFO migrate.versioning.api [-] done 2025-10-08 18:45:50.266 42996 INFO migrate.versioning.api [-] 79 -> 80...  2025-10-08 18:45:50.284 42996 INFO migrate.versioning.api [-] done 2025-10-08 18:45:50.284 42996 INFO migrate.versioning.api [-] 80 -> 81...  2025-10-08 18:45:50.286 42996 INFO migrate.versioning.api [-] done 2025-10-08 18:45:50.286 42996 INFO migrate.versioning.api [-] 81 -> 82...  2025-10-08 18:45:50.288 42996 INFO migrate.versioning.api [-] done 2025-10-08 18:45:50.288 42996 INFO migrate.versioning.api [-] 82 -> 83...  2025-10-08 18:45:50.290 42996 INFO migrate.versioning.api [-] done 2025-10-08 18:45:50.290 42996 INFO migrate.versioning.api [-] 83 -> 84...  2025-10-08 18:45:50.292 42996 INFO migrate.versioning.api [-] done 2025-10-08 18:45:50.292 42996 INFO migrate.versioning.api [-] 84 -> 85...  2025-10-08 18:45:50.294 42996 INFO migrate.versioning.api [-] done 2025-10-08 18:45:50.294 42996 INFO migrate.versioning.api [-] 85 -> 86...  2025-10-08 18:45:50.323 42996 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-08 18:45:58Z [standalone]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:45:59Z [standalone.NodeUserData]: CREATE_IN_PROGRESS state changed 2025-10-08 18:45:59Z [standalone.NodeUserData]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:45:59Z [standalone.NodeUserData.userdata]: CREATE_IN_PROGRESS state changed 2025-10-08 18:45:59Z [standalone.NodeUserData.userdata]: CREATE_COMPLETE state changed 2025-10-08 18:45:59Z [standalone.NodeUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:46:00Z [standalone.NodeAdminUserData]: CREATE_IN_PROGRESS state changed 2025-10-08 18:46:00Z [standalone.NodeUserData]: CREATE_COMPLETE state changed 2025-10-08 18:46:00Z [standalone.NodeAdminUserData]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:46:00Z [standalone.NodeAdminUserData.user_config]: CREATE_IN_PROGRESS state changed 2025-10-08 18:46:00Z [standalone.NodeAdminUserData.user_config]: CREATE_COMPLETE state changed 2025-10-08 18:46:00Z [standalone.NodeAdminUserData.userdata]: CREATE_IN_PROGRESS state changed 2025-10-08 18:46:00Z [standalone.NodeAdminUserData.userdata]: CREATE_COMPLETE state changed 2025-10-08 18:46:00Z [standalone.NodeAdminUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:46:01Z [standalone.ServiceNetMap]: CREATE_IN_PROGRESS state changed 2025-10-08 18:46:01Z [standalone.ServiceNetMap]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:46:01Z [standalone.NodeAdminUserData]: CREATE_COMPLETE state changed 2025-10-08 18:46:01Z [standalone.ServiceNetMap.ServiceNetMapValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:46:01Z [standalone.ServiceNetMap.ServiceNetMapValue]: CREATE_COMPLETE state changed 2025-10-08 18:46:01Z [standalone.ServiceNetMap]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:46:02Z [standalone.NodeTimesyncUserData]: CREATE_IN_PROGRESS state changed 2025-10-08 18:46:02Z [standalone.NodeTimesyncUserData]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:46:02Z [standalone.ServiceNetMap]: CREATE_COMPLETE state changed 2025-10-08 18:46:02Z [standalone.NodeTimesyncUserData.timesync_chrony]: CREATE_IN_PROGRESS state changed 2025-10-08 18:46:02Z [standalone.NodeTimesyncUserData.timesync_chrony]: CREATE_COMPLETE state changed 2025-10-08 18:46:02Z [standalone.ControlVirtualIP]: CREATE_IN_PROGRESS state changed 2025-10-08 18:46:03Z [standalone.StandaloneRoleUserData]: CREATE_IN_PROGRESS state changed 2025-10-08 18:46:03Z [standalone.StandaloneRoleUserData]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:46:03Z [standalone.StandaloneRoleUserData.userdata]: CREATE_IN_PROGRESS state changed 2025-10-08 18:46:03Z [standalone.NodeTimesyncUserData.timesync_sync]: CREATE_IN_PROGRESS state changed 2025-10-08 18:46:03Z [standalone.StandaloneRoleUserData.userdata]: CREATE_COMPLETE state changed 2025-10-08 18:46:03Z [standalone.NodeTimesyncUserData.timesync_sync]: CREATE_COMPLETE state changed 2025-10-08 18:46:03Z [standalone.StandaloneRoleUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:46:03Z [standalone.NodeTimesyncUserData.userdata]: CREATE_IN_PROGRESS state changed 2025-10-08 18:46:03Z [standalone.ControlVirtualIP]: CREATE_COMPLETE state changed 2025-10-08 18:46:03Z [standalone.NodeTimesyncUserData.userdata]: CREATE_COMPLETE state changed 2025-10-08 18:46:03Z [standalone.NodeTimesyncUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:46:03Z [standalone.Networks]: CREATE_IN_PROGRESS state changed 2025-10-08 18:46:04Z [standalone.Networks]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:46:04Z [standalone.Networks.NetworkCidrMap]: CREATE_IN_PROGRESS state changed 2025-10-08 18:46:04Z [standalone.Networks.NetworkCidrMap]: CREATE_COMPLETE state changed 2025-10-08 18:46:04Z [standalone.CloudNames]: CREATE_IN_PROGRESS state changed 2025-10-08 18:46:04Z [standalone.CloudNames]: CREATE_COMPLETE state changed 2025-10-08 18:46:04Z [standalone.StandaloneRoleUserData]: CREATE_COMPLETE state changed 2025-10-08 18:46:04Z [standalone.NodeTimesyncUserData]: CREATE_COMPLETE state changed 2025-10-08 18:46:04Z [standalone.StandaloneUserData]: CREATE_IN_PROGRESS state changed 2025-10-08 18:46:04Z [standalone.StandaloneUserData]: CREATE_COMPLETE state changed 2025-10-08 18:46:05Z [standalone.Networks.NetworkExtraConfig]: CREATE_IN_PROGRESS state changed 2025-10-08 18:46:05Z [standalone.Networks.NetworkExtraConfig]: CREATE_COMPLETE state changed 2025-10-08 18:46:05Z [standalone.DeploymentServerBlacklistDict]: CREATE_IN_PROGRESS state changed 2025-10-08 18:46:05Z [standalone.DeploymentServerBlacklistDict]: CREATE_COMPLETE state changed 2025-10-08 18:46:06Z [standalone.Networks.NetworkIpVersionMap]: CREATE_IN_PROGRESS state changed 2025-10-08 18:46:06Z [standalone.Networks.NetworkIpVersionMap]: CREATE_COMPLETE state changed 2025-10-08 18:46:07Z [standalone.Networks.NetworkAttributesMap]: CREATE_IN_PROGRESS state changed 2025-10-08 18:46:07Z [standalone.Networks.NetworkAttributesMap]: CREATE_COMPLETE state changed 2025-10-08 18:46:07Z [standalone.Networks]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:46:08Z [standalone.Networks]: CREATE_COMPLETE state changed 2025-10-08 18:46:08Z [standalone.StandaloneNetworkConfig]: CREATE_IN_PROGRESS state changed 2025-10-08 18:46:08Z [standalone.InternalApiVirtualIP]: CREATE_IN_PROGRESS state changed 2025-10-08 18:46:08Z [standalone.PublicVirtualIP]: CREATE_IN_PROGRESS state changed 2025-10-08 18:46:08Z [standalone.NetCidrMapValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:46:08Z [standalone.StorageVirtualIP]: CREATE_IN_PROGRESS state changed 2025-10-08 18:46:08Z [standalone.StorageMgmtVirtualIP]: CREATE_IN_PROGRESS state changed 2025-10-08 18:46:08Z [standalone.NetIpVersionMapValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:46:08Z [standalone.NetCidrMapValue]: CREATE_COMPLETE state changed 2025-10-08 18:46:08Z [standalone.NetIpVersionMapValue]: CREATE_COMPLETE state changed 2025-10-08 18:46:08Z [standalone.StandaloneNetworkConfig]: CREATE_COMPLETE state changed 2025-10-08 18:46:09Z [standalone.InternalApiVirtualIP]: CREATE_COMPLETE state changed 2025-10-08 18:46:09Z [standalone.PublicVirtualIP]: CREATE_COMPLETE state changed 2025-10-08 18:46:09Z [standalone.StorageVirtualIP]: CREATE_COMPLETE state changed 2025-10-08 18:46:09Z [standalone.StorageMgmtVirtualIP]: CREATE_COMPLETE state changed 2025-10-08 18:46:09Z [standalone.VipMap]: CREATE_IN_PROGRESS state changed 2025-10-08 18:46:09Z [standalone.VipMap]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:46:09Z [standalone.VipMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:46:09Z [standalone.VipMap.NetIpMapValue]: CREATE_COMPLETE state changed 2025-10-08 18:46:09Z [standalone.VipMap]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:46:10Z [standalone.VipMap]: CREATE_COMPLETE state changed 2025-10-08 18:46:10Z [standalone.EndpointMap]: CREATE_IN_PROGRESS state changed 2025-10-08 18:46:11Z [standalone.VipHosts]: CREATE_IN_PROGRESS state changed 2025-10-08 18:46:11Z [standalone.VipHosts]: CREATE_COMPLETE state changed 2025-10-08 18:46:12Z [standalone.EndpointMap]: CREATE_COMPLETE state changed 2025-10-08 18:46:12Z [standalone.EndpointMapData]: CREATE_IN_PROGRESS state changed 2025-10-08 18:46:12Z [standalone.EndpointMapData]: CREATE_COMPLETE state changed 2025-10-08 18:46:12Z [standalone.StandaloneServiceChain]: CREATE_IN_PROGRESS state changed 2025-10-08 18:46:12Z [standalone.StandaloneServiceChain]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:46:12Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_IN_PROGRESS state changed 2025-10-08 18:46:14Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:46:15Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_IN_PROGRESS state changed 2025-10-08 18:46:15Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:46:15Z [standalone.StandaloneServiceChain.ServiceChain.0.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-08 18:46:16Z [standalone.StandaloneServiceChain.ServiceChain.0.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:46:16Z [standalone.StandaloneServiceChain.ServiceChain.0.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 18:46:16Z [standalone.StandaloneServiceChain.ServiceChain.0.MySQLClient]: CREATE_COMPLETE state changed 2025-10-08 18:46:17Z [standalone.StandaloneServiceChain.ServiceChain.0.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 18:46:18Z [standalone.StandaloneServiceChain.ServiceChain.0.AodhBase]: CREATE_IN_PROGRESS state changed 2025-10-08 18:46:18Z [standalone.StandaloneServiceChain.ServiceChain.0.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 18:46:19Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-08 18:46:19Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:46:19Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-08 18:46:19Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-08 18:46:19Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:46:19Z [standalone.StandaloneServiceChain.ServiceChain.0.AodhBase]: CREATE_COMPLETE state changed 2025-10-08 18:46:20Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-08 18:46:20Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:46:21Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_COMPLETE state changed 2025-10-08 18:46:22Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_IN_PROGRESS state changed 2025-10-08 18:46:22Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:46:22Z [standalone.StandaloneServiceChain.ServiceChain.1.AodhBase]: CREATE_IN_PROGRESS state changed 2025-10-08 18:46:23Z [standalone.StandaloneServiceChain.ServiceChain.1.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 18:46:23Z [standalone.StandaloneServiceChain.ServiceChain.1.AodhBase]: CREATE_COMPLETE state changed 2025-10-08 18:46:24Z [standalone.StandaloneServiceChain.ServiceChain.1.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:46:24Z [standalone.StandaloneServiceChain.ServiceChain.1.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 18:46:24Z [standalone.StandaloneServiceChain.ServiceChain.1.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 18:46:25Z [standalone.StandaloneServiceChain.ServiceChain.1.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-08 18:46:26Z [standalone.StandaloneServiceChain.ServiceChain.1.MySQLClient]: CREATE_COMPLETE state changed 2025-10-08 18:46:26Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:46:27Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_COMPLETE state changed 2025-10-08 18:46:27Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_IN_PROGRESS state changed 2025-10-08 18:46:27Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:46:27Z [standalone.StandaloneServiceChain.ServiceChain.2.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-08 18:46:28Z [standalone.StandaloneServiceChain.ServiceChain.2.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 18:46:28Z [standalone.StandaloneServiceChain.ServiceChain.2.MySQLClient]: CREATE_COMPLETE state changed 2025-10-08 18:46:29Z [standalone.StandaloneServiceChain.ServiceChain.2.AodhBase]: CREATE_IN_PROGRESS state changed 2025-10-08 18:46:29Z [standalone.StandaloneServiceChain.ServiceChain.2.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 18:46:30Z [standalone.StandaloneServiceChain.ServiceChain.2.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:46:30Z [standalone.StandaloneServiceChain.ServiceChain.2.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 18:46:30Z [standalone.StandaloneServiceChain.ServiceChain.2.AodhBase]: CREATE_COMPLETE state changed 2025-10-08 18:46:30Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:46:31Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_COMPLETE state changed 2025-10-08 18:46:32Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_IN_PROGRESS state changed 2025-10-08 18:46:32Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:46:32Z [standalone.StandaloneServiceChain.ServiceChain.3.AodhBase]: CREATE_IN_PROGRESS state changed 2025-10-08 18:46:33Z [standalone.StandaloneServiceChain.ServiceChain.3.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 18:46:33Z [standalone.StandaloneServiceChain.ServiceChain.3.AodhBase]: CREATE_COMPLETE state changed 2025-10-08 18:46:34Z [standalone.StandaloneServiceChain.ServiceChain.3.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:46:34Z [standalone.StandaloneServiceChain.ServiceChain.3.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 18:46:34Z [standalone.StandaloneServiceChain.ServiceChain.3.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 18:46:35Z [standalone.StandaloneServiceChain.ServiceChain.3.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-08 18:46:36Z [standalone.StandaloneServiceChain.ServiceChain.3.MySQLClient]: CREATE_COMPLETE state changed 2025-10-08 18:46:36Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:46:37Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_COMPLETE state changed 2025-10-08 18:46:37Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_IN_PROGRESS state changed 2025-10-08 18:46:37Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:46:37Z [standalone.StandaloneServiceChain.ServiceChain.4.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:46:37Z [standalone.StandaloneServiceChain.ServiceChain.4.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 18:46:37Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:46:38Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_COMPLETE state changed 2025-10-08 18:46:39Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_IN_PROGRESS state changed 2025-10-08 18:46:40Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_COMPLETE state changed 2025-10-08 18:46:40Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_IN_PROGRESS state changed 2025-10-08 18:46:40Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:46:40Z [standalone.StandaloneServiceChain.ServiceChain.6.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 18:46:41Z [standalone.StandaloneServiceChain.ServiceChain.6.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:46:41Z [standalone.StandaloneServiceChain.ServiceChain.6.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 18:46:42Z [standalone.StandaloneServiceChain.ServiceChain.6.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 18:46:42Z [standalone.StandaloneServiceChain.ServiceChain.6.CeilometerServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-08 18:46:44Z [standalone.StandaloneServiceChain.ServiceChain.6.CeilometerServiceBase]: CREATE_COMPLETE state changed 2025-10-08 18:46:44Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:46:44Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_COMPLETE state changed 2025-10-08 18:46:45Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_IN_PROGRESS state changed 2025-10-08 18:46:45Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:46:45Z [standalone.StandaloneServiceChain.ServiceChain.7.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 18:46:46Z [standalone.StandaloneServiceChain.ServiceChain.7.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:46:46Z [standalone.StandaloneServiceChain.ServiceChain.7.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 18:46:46Z [standalone.StandaloneServiceChain.ServiceChain.7.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 18:46:47Z [standalone.StandaloneServiceChain.ServiceChain.7.CeilometerServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-08 18:46:48Z [standalone.StandaloneServiceChain.ServiceChain.7.CeilometerServiceBase]: CREATE_COMPLETE state changed 2025-10-08 18:46:48Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:46:49Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_COMPLETE state changed 2025-10-08 18:46:49Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_IN_PROGRESS state changed 2025-10-08 18:46:49Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:46:50Z [standalone.StandaloneServiceChain.ServiceChain.8.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 18:46:51Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 18:46:51Z [standalone.StandaloneServiceChain.ServiceChain.8.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 18:46:51Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:46:51Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 18:46:52Z [standalone.StandaloneServiceChain.ServiceChain.8.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-08 18:46:52Z [standalone.StandaloneServiceChain.ServiceChain.8.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:46:52Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-08 18:46:52Z [standalone.StandaloneServiceChain.ServiceChain.8.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-08 18:46:52Z [standalone.StandaloneServiceChain.ServiceChain.8.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-08 18:46:52Z [standalone.StandaloneServiceChain.ServiceChain.8.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:46:52Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 18:46:53Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderBase]: CREATE_IN_PROGRESS state changed 2025-10-08 18:46:53Z [standalone.StandaloneServiceChain.ServiceChain.8.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-08 18:46:53Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-08 18:46:53Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:46:54Z [standalone.StandaloneServiceChain.ServiceChain.8.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-08 18:46:54Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderCommon]: CREATE_COMPLETE state changed 2025-10-08 18:46:54Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderBase]: CREATE_COMPLETE state changed 2025-10-08 18:46:55Z [standalone.StandaloneServiceChain.ServiceChain.8.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:46:55Z [standalone.StandaloneServiceChain.ServiceChain.8.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 18:46:55Z [standalone.StandaloneServiceChain.ServiceChain.8.MySQLClient]: CREATE_COMPLETE state changed 2025-10-08 18:46:55Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:46:56Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_COMPLETE state changed 2025-10-08 18:46:56Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_IN_PROGRESS state changed 2025-10-08 18:46:56Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:46:56Z [standalone.StandaloneServiceChain.ServiceChain.9.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-08 18:46:57Z [standalone.StandaloneServiceChain.ServiceChain.9.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:46:57Z [standalone.StandaloneServiceChain.ServiceChain.9.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 18:46:57Z [standalone.StandaloneServiceChain.ServiceChain.9.MySQLClient]: CREATE_COMPLETE state changed 2025-10-08 18:46:58Z [standalone.StandaloneServiceChain.ServiceChain.9.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 18:46:59Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase]: CREATE_IN_PROGRESS state changed 2025-10-08 18:46:59Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:46:59Z [standalone.StandaloneServiceChain.ServiceChain.9.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 18:46:59Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-08 18:47:00Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 18:47:00Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:47:00Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 18:47:00Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderBase]: CREATE_IN_PROGRESS state changed 2025-10-08 18:47:01Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.MySQLClient]: CREATE_COMPLETE state changed 2025-10-08 18:47:01Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-08 18:47:01Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 18:47:02Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 18:47:02Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderBase]: CREATE_COMPLETE state changed 2025-10-08 18:47:02Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:47:02Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 18:47:03Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-08 18:47:03Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 18:47:03Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:47:03Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon]: CREATE_COMPLETE state changed 2025-10-08 18:47:03Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 18:47:04Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:47:04Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-08 18:47:05Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 18:47:05Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-08 18:47:06Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 18:47:06Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:47:07Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderCommon]: CREATE_COMPLETE state changed 2025-10-08 18:47:07Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:47:07Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase]: CREATE_COMPLETE state changed 2025-10-08 18:47:07Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:47:08Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_COMPLETE state changed 2025-10-08 18:47:09Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_IN_PROGRESS state changed 2025-10-08 18:47:09Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:47:09Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderBase]: CREATE_IN_PROGRESS state changed 2025-10-08 18:47:10Z [standalone.StandaloneServiceChain.ServiceChain.10.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 18:47:10Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderBase]: CREATE_COMPLETE state changed 2025-10-08 18:47:11Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 18:47:11Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:47:11Z [standalone.StandaloneServiceChain.ServiceChain.10.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 18:47:12Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-08 18:47:12Z [standalone.StandaloneServiceChain.ServiceChain.10.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:47:12Z [standalone.StandaloneServiceChain.ServiceChain.10.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 18:47:13Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 18:47:13Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-08 18:47:13Z [standalone.StandaloneServiceChain.ServiceChain.10.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-08 18:47:14Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 18:47:14Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:47:14Z [standalone.StandaloneServiceChain.ServiceChain.10.MySQLClient]: CREATE_COMPLETE state changed 2025-10-08 18:47:14Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon]: CREATE_COMPLETE state changed 2025-10-08 18:47:15Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:47:15Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_COMPLETE state changed 2025-10-08 18:47:16Z [standalone.StandaloneServiceChain.ServiceChain.11]: CREATE_IN_PROGRESS state changed 2025-10-08 18:47:16Z [standalone.StandaloneServiceChain.ServiceChain.11]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:47:16Z [standalone.StandaloneServiceChain.ServiceChain.11.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-08 18:47:17Z [standalone.StandaloneServiceChain.ServiceChain.11.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:47:17Z [standalone.StandaloneServiceChain.ServiceChain.11.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 18:47:17Z [standalone.StandaloneServiceChain.ServiceChain.11.MySQLClient]: CREATE_COMPLETE state changed 2025-10-08 18:47:18Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase]: CREATE_IN_PROGRESS state changed 2025-10-08 18:47:18Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:47:18Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:47:18Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 18:47:19Z [standalone.StandaloneServiceChain.ServiceChain.11.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 18:47:19Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderBase]: CREATE_IN_PROGRESS state changed 2025-10-08 18:47:20Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 18:47:20Z [standalone.StandaloneServiceChain.ServiceChain.11.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 18:47:20Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:47:20Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 18:47:20Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-08 18:47:21Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderBase]: CREATE_COMPLETE state changed 2025-10-08 18:47:21Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 18:47:22Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 18:47:22Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 18:47:22Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:47:22Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-08 18:47:22Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 18:47:22Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-08 18:47:23Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 18:47:23Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:47:23Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-08 18:47:23Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 18:47:23Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon]: CREATE_COMPLETE state changed 2025-10-08 18:47:24Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.MySQLClient]: CREATE_COMPLETE state changed 2025-10-08 18:47:24Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-08 18:47:24Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:47:25Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderCommon]: CREATE_COMPLETE state changed 2025-10-08 18:47:25Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:47:25Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase]: CREATE_COMPLETE state changed 2025-10-08 18:47:25Z [standalone.StandaloneServiceChain.ServiceChain.11]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:47:26Z [standalone.StandaloneServiceChain.ServiceChain.11]: CREATE_COMPLETE state changed 2025-10-08 18:47:27Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_IN_PROGRESS state changed 2025-10-08 18:47:27Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:47:27Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase]: CREATE_IN_PROGRESS state changed 2025-10-08 18:47:27Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:47:28Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase.MysqlBase]: CREATE_IN_PROGRESS state changed 2025-10-08 18:47:28Z [standalone.StandaloneServiceChain.ServiceChain.12.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 18:47:29Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 18:47:29Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase.MysqlBase]: CREATE_COMPLETE state changed 2025-10-08 18:47:29Z [standalone.StandaloneServiceChain.ServiceChain.12.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:47:29Z [standalone.StandaloneServiceChain.ServiceChain.12.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 18:47:29Z [standalone.StandaloneServiceChain.ServiceChain.12.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 18:47:30Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:47:30Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 18:47:30Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 18:47:30Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:47:31Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase]: CREATE_COMPLETE state changed 2025-10-08 18:47:31Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:47:31Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_COMPLETE state changed 2025-10-08 18:47:32Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_IN_PROGRESS state changed 2025-10-08 18:47:32Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:47:32Z [standalone.StandaloneServiceChain.ServiceChain.13.CeilometerServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-08 18:47:33Z [standalone.StandaloneServiceChain.ServiceChain.13.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 18:47:33Z [standalone.StandaloneServiceChain.ServiceChain.13.CeilometerServiceBase]: CREATE_COMPLETE state changed 2025-10-08 18:47:34Z [standalone.StandaloneServiceChain.ServiceChain.13.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:47:34Z [standalone.StandaloneServiceChain.ServiceChain.13.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 18:47:34Z [standalone.StandaloneServiceChain.ServiceChain.13.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 18:47:34Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:47:35Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_COMPLETE state changed 2025-10-08 18:47:35Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_IN_PROGRESS state changed 2025-10-08 18:47:37Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_COMPLETE state changed 2025-10-08 18:47:37Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_IN_PROGRESS state changed 2025-10-08 18:47:37Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:47:37Z [standalone.StandaloneServiceChain.ServiceChain.15.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:47:37Z [standalone.StandaloneServiceChain.ServiceChain.15.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 18:47:38Z [standalone.StandaloneServiceChain.ServiceChain.15.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 18:47:39Z [standalone.StandaloneServiceChain.ServiceChain.15.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 18:47:39Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:47:40Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_COMPLETE state changed 2025-10-08 18:47:40Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_IN_PROGRESS state changed 2025-10-08 18:47:41Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_COMPLETE state changed 2025-10-08 18:47:42Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_IN_PROGRESS state changed 2025-10-08 18:47:42Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:47:42Z [standalone.StandaloneServiceChain.ServiceChain.17.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-08 18:47:43Z [standalone.StandaloneServiceChain.ServiceChain.17.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:47:43Z [standalone.StandaloneServiceChain.ServiceChain.17.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 18:47:43Z [standalone.StandaloneServiceChain.ServiceChain.17.MySQLClient]: CREATE_COMPLETE state changed 2025-10-08 18:47:44Z [standalone.StandaloneServiceChain.ServiceChain.17.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 18:47:45Z [standalone.StandaloneServiceChain.ServiceChain.17.GlanceLogging]: CREATE_IN_PROGRESS state changed 2025-10-08 18:47:45Z [standalone.StandaloneServiceChain.ServiceChain.17.GlanceLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:47:45Z [standalone.StandaloneServiceChain.ServiceChain.17.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 18:47:45Z [standalone.StandaloneServiceChain.ServiceChain.17.GlanceLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:47:45Z [standalone.StandaloneServiceChain.ServiceChain.17.GlanceLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 18:47:45Z [standalone.StandaloneServiceChain.ServiceChain.17.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:47:46Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-08 18:47:46Z [standalone.StandaloneServiceChain.ServiceChain.17.GlanceLogging]: CREATE_COMPLETE state changed 2025-10-08 18:47:47Z [standalone.StandaloneServiceChain.ServiceChain.17.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2025-10-08 18:47:47Z [standalone.StandaloneServiceChain.ServiceChain.17.TLSProxyBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:47:47Z [standalone.StandaloneServiceChain.ServiceChain.17.TLSProxyBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-08 18:47:47Z [standalone.StandaloneServiceChain.ServiceChain.17.TLSProxyBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-08 18:47:47Z [standalone.StandaloneServiceChain.ServiceChain.17.TLSProxyBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:47:47Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-08 18:47:48Z [standalone.StandaloneServiceChain.ServiceChain.17.TLSProxyBase]: CREATE_COMPLETE state changed 2025-10-08 18:47:48Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:47:49Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_COMPLETE state changed 2025-10-08 18:47:50Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_IN_PROGRESS state changed 2025-10-08 18:47:50Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:47:50Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceLogging]: CREATE_IN_PROGRESS state changed 2025-10-08 18:47:50Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:47:50Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:47:50Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 18:47:50Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:47:51Z [standalone.StandaloneServiceChain.ServiceChain.18.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:47:51Z [standalone.StandaloneServiceChain.ServiceChain.18.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 18:47:51Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceLogging]: CREATE_COMPLETE state changed 2025-10-08 18:47:52Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi]: CREATE_IN_PROGRESS state changed 2025-10-08 18:47:52Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:47:52Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-08 18:47:53Z [standalone.StandaloneServiceChain.ServiceChain.18.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-08 18:47:53Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2025-10-08 18:47:53Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.TLSProxyBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:47:53Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-08 18:47:53Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.TLSProxyBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-08 18:47:53Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.TLSProxyBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-08 18:47:53Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.TLSProxyBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:47:54Z [standalone.StandaloneServiceChain.ServiceChain.18.MySQLClient]: CREATE_COMPLETE state changed 2025-10-08 18:47:54Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-08 18:47:54Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.TLSProxyBase]: CREATE_COMPLETE state changed 2025-10-08 18:47:55Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:47:55Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 18:47:55Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.MySQLClient]: CREATE_COMPLETE state changed 2025-10-08 18:47:56Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.GlanceLogging]: CREATE_IN_PROGRESS state changed 2025-10-08 18:47:56Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.GlanceLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:47:56Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.GlanceLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:47:56Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.GlanceLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 18:47:56Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:47:57Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 18:47:57Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.GlanceLogging]: CREATE_COMPLETE state changed 2025-10-08 18:47:58Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 18:47:58Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:47:59Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi]: CREATE_COMPLETE state changed 2025-10-08 18:47:59Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:48:00Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_COMPLETE state changed 2025-10-08 18:48:00Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_IN_PROGRESS state changed 2025-10-08 18:48:00Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:48:01Z [standalone.StandaloneServiceChain.ServiceChain.19.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 18:48:02Z [standalone.StandaloneServiceChain.ServiceChain.19.GnocchiServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-08 18:48:02Z [standalone.StandaloneServiceChain.ServiceChain.19.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 18:48:03Z [standalone.StandaloneServiceChain.ServiceChain.19.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-08 18:48:03Z [standalone.StandaloneServiceChain.ServiceChain.19.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:48:03Z [standalone.StandaloneServiceChain.ServiceChain.19.GnocchiServiceBase]: CREATE_COMPLETE state changed 2025-10-08 18:48:03Z [standalone.StandaloneServiceChain.ServiceChain.19.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-08 18:48:03Z [standalone.StandaloneServiceChain.ServiceChain.19.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-08 18:48:03Z [standalone.StandaloneServiceChain.ServiceChain.19.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:48:04Z [standalone.StandaloneServiceChain.ServiceChain.19.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:48:04Z [standalone.StandaloneServiceChain.ServiceChain.19.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 18:48:04Z [standalone.StandaloneServiceChain.ServiceChain.19.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-08 18:48:05Z [standalone.StandaloneServiceChain.ServiceChain.19.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-08 18:48:06Z [standalone.StandaloneServiceChain.ServiceChain.19.MySQLClient]: CREATE_COMPLETE state changed 2025-10-08 18:48:06Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:48:07Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_COMPLETE state changed 2025-10-08 18:48:07Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_IN_PROGRESS state changed 2025-10-08 18:48:07Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:48:07Z [standalone.StandaloneServiceChain.ServiceChain.20.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:48:07Z [standalone.StandaloneServiceChain.ServiceChain.20.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 18:48:08Z [standalone.StandaloneServiceChain.ServiceChain.20.GnocchiServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-08 18:48:09Z [standalone.StandaloneServiceChain.ServiceChain.20.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-08 18:48:09Z [standalone.StandaloneServiceChain.ServiceChain.20.GnocchiServiceBase]: CREATE_COMPLETE state changed 2025-10-08 18:48:10Z [standalone.StandaloneServiceChain.ServiceChain.20.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 18:48:10Z [standalone.StandaloneServiceChain.ServiceChain.20.MySQLClient]: CREATE_COMPLETE state changed 2025-10-08 18:48:11Z [standalone.StandaloneServiceChain.ServiceChain.20.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 18:48:11Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:48:12Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_COMPLETE state changed 2025-10-08 18:48:13Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_IN_PROGRESS state changed 2025-10-08 18:48:13Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:48:13Z [standalone.StandaloneServiceChain.ServiceChain.21.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-08 18:48:14Z [standalone.StandaloneServiceChain.ServiceChain.21.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 18:48:14Z [standalone.StandaloneServiceChain.ServiceChain.21.MySQLClient]: CREATE_COMPLETE state changed 2025-10-08 18:48:15Z [standalone.StandaloneServiceChain.ServiceChain.21.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:48:15Z [standalone.StandaloneServiceChain.ServiceChain.21.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 18:48:15Z [standalone.StandaloneServiceChain.ServiceChain.21.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 18:48:16Z [standalone.StandaloneServiceChain.ServiceChain.21.GnocchiServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-08 18:48:17Z [standalone.StandaloneServiceChain.ServiceChain.21.GnocchiServiceBase]: CREATE_COMPLETE state changed 2025-10-08 18:48:17Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:48:18Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_COMPLETE state changed 2025-10-08 18:48:18Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_IN_PROGRESS state changed 2025-10-08 18:48:18Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:48:18Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyInternalTLS]: CREATE_IN_PROGRESS state changed 2025-10-08 18:48:18Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyInternalTLS]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:48:19Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyInternalTLS.HAProxyNetworks]: CREATE_IN_PROGRESS state changed 2025-10-08 18:48:19Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyInternalTLS.HAProxyNetworks]: CREATE_COMPLETE state changed 2025-10-08 18:48:19Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyInternalTLS]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:48:19Z [standalone.StandaloneServiceChain.ServiceChain.22.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:48:19Z [standalone.StandaloneServiceChain.ServiceChain.22.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 18:48:19Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyInternalTLS]: CREATE_COMPLETE state changed 2025-10-08 18:48:20Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase]: CREATE_IN_PROGRESS state changed 2025-10-08 18:48:20Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:48:21Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyPublicTLS]: CREATE_IN_PROGRESS state changed 2025-10-08 18:48:21Z [standalone.StandaloneServiceChain.ServiceChain.22.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 18:48:22Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:48:22Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 18:48:22Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyPublicTLS]: CREATE_COMPLETE state changed 2025-10-08 18:48:22Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyPublicTLS]: CREATE_IN_PROGRESS state changed 2025-10-08 18:48:23Z [standalone.StandaloneServiceChain.ServiceChain.22.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 18:48:23Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 18:48:24Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyPublicTLS]: CREATE_COMPLETE state changed 2025-10-08 18:48:24Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyLogging]: CREATE_IN_PROGRESS state changed 2025-10-08 18:48:24Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 18:48:25Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyInternalTLS]: CREATE_IN_PROGRESS state changed 2025-10-08 18:48:25Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyLogging]: CREATE_COMPLETE state changed 2025-10-08 18:48:25Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyInternalTLS]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:48:25Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyInternalTLS.HAProxyNetworks]: CREATE_IN_PROGRESS state changed 2025-10-08 18:48:25Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyInternalTLS.HAProxyNetworks]: CREATE_COMPLETE state changed 2025-10-08 18:48:25Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyInternalTLS]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:48:26Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyInternalTLS]: CREATE_COMPLETE state changed 2025-10-08 18:48:26Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:48:27Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase]: CREATE_COMPLETE state changed 2025-10-08 18:48:27Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:48:27Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_COMPLETE state changed 2025-10-08 18:48:28Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_IN_PROGRESS state changed 2025-10-08 18:48:28Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:48:28Z [standalone.StandaloneServiceChain.ServiceChain.23.HeatApiLogging]: CREATE_IN_PROGRESS state changed 2025-10-08 18:48:29Z [standalone.StandaloneServiceChain.ServiceChain.23.HeatBase]: CREATE_IN_PROGRESS state changed 2025-10-08 18:48:29Z [standalone.StandaloneServiceChain.ServiceChain.23.HeatApiLogging]: CREATE_COMPLETE state changed 2025-10-08 18:48:30Z [standalone.StandaloneServiceChain.ServiceChain.23.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-08 18:48:30Z [standalone.StandaloneServiceChain.ServiceChain.23.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:48:30Z [standalone.StandaloneServiceChain.ServiceChain.23.HeatBase]: CREATE_COMPLETE state changed 2025-10-08 18:48:31Z [standalone.StandaloneServiceChain.ServiceChain.23.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-08 18:48:31Z [standalone.StandaloneServiceChain.ServiceChain.23.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-08 18:48:31Z [standalone.StandaloneServiceChain.ServiceChain.23.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:48:31Z [standalone.StandaloneServiceChain.ServiceChain.23.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:48:31Z [standalone.StandaloneServiceChain.ServiceChain.23.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 18:48:31Z [standalone.StandaloneServiceChain.ServiceChain.23.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-08 18:48:32Z [standalone.StandaloneServiceChain.ServiceChain.23.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 18:48:33Z [standalone.StandaloneServiceChain.ServiceChain.23.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 18:48:33Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:48:34Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_COMPLETE state changed 2025-10-08 18:48:35Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_IN_PROGRESS state changed 2025-10-08 18:48:35Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:48:35Z [standalone.StandaloneServiceChain.ServiceChain.24.HeatBase]: CREATE_IN_PROGRESS state changed 2025-10-08 18:48:36Z [standalone.StandaloneServiceChain.ServiceChain.24.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-08 18:48:36Z [standalone.StandaloneServiceChain.ServiceChain.24.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:48:36Z [standalone.StandaloneServiceChain.ServiceChain.24.HeatBase]: CREATE_COMPLETE state changed 2025-10-08 18:48:36Z [standalone.StandaloneServiceChain.ServiceChain.24.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-08 18:48:36Z [standalone.StandaloneServiceChain.ServiceChain.24.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-08 18:48:36Z [standalone.StandaloneServiceChain.ServiceChain.24.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:48:37Z [standalone.StandaloneServiceChain.ServiceChain.24.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:48:37Z [standalone.StandaloneServiceChain.ServiceChain.24.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 18:48:37Z [standalone.StandaloneServiceChain.ServiceChain.24.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-08 18:48:38Z [standalone.StandaloneServiceChain.ServiceChain.24.HeatApiCfnLogging]: CREATE_IN_PROGRESS state changed 2025-10-08 18:48:39Z [standalone.StandaloneServiceChain.ServiceChain.24.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 18:48:39Z [standalone.StandaloneServiceChain.ServiceChain.24.HeatApiCfnLogging]: CREATE_COMPLETE state changed 2025-10-08 18:48:40Z [standalone.StandaloneServiceChain.ServiceChain.24.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 18:48:40Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:48:41Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_COMPLETE state changed 2025-10-08 18:48:42Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_IN_PROGRESS state changed 2025-10-08 18:48:42Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:48:42Z [standalone.StandaloneServiceChain.ServiceChain.25.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 18:48:43Z [standalone.StandaloneServiceChain.ServiceChain.25.HeatEngineLogging]: CREATE_IN_PROGRESS state changed 2025-10-08 18:48:43Z [standalone.StandaloneServiceChain.ServiceChain.25.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 18:48:43Z [standalone.StandaloneServiceChain.ServiceChain.25.HeatEngineLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:48:43Z [standalone.StandaloneServiceChain.ServiceChain.25.HeatEngineLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:48:43Z [standalone.StandaloneServiceChain.ServiceChain.25.HeatEngineLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 18:48:43Z [standalone.StandaloneServiceChain.ServiceChain.25.HeatEngineLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:48:44Z [standalone.StandaloneServiceChain.ServiceChain.25.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:48:44Z [standalone.StandaloneServiceChain.ServiceChain.25.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 18:48:44Z [standalone.StandaloneServiceChain.ServiceChain.25.HeatEngineLogging]: CREATE_COMPLETE state changed 2025-10-08 18:48:45Z [standalone.StandaloneServiceChain.ServiceChain.25.HeatBase]: CREATE_IN_PROGRESS state changed 2025-10-08 18:48:46Z [standalone.StandaloneServiceChain.ServiceChain.25.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-08 18:48:46Z [standalone.StandaloneServiceChain.ServiceChain.25.HeatBase]: CREATE_COMPLETE state changed 2025-10-08 18:48:47Z [standalone.StandaloneServiceChain.ServiceChain.25.MySQLClient]: CREATE_COMPLETE state changed 2025-10-08 18:48:47Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:48:48Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_COMPLETE state changed 2025-10-08 18:48:48Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_IN_PROGRESS state changed 2025-10-08 18:48:48Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:48:49Z [standalone.StandaloneServiceChain.ServiceChain.26.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 18:48:50Z [standalone.StandaloneServiceChain.ServiceChain.26.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:48:50Z [standalone.StandaloneServiceChain.ServiceChain.26.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 18:48:50Z [standalone.StandaloneServiceChain.ServiceChain.26.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 18:48:50Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:48:50Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_COMPLETE state changed 2025-10-08 18:48:51Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_IN_PROGRESS state changed 2025-10-08 18:48:52Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_COMPLETE state changed 2025-10-08 18:48:52Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_IN_PROGRESS state changed 2025-10-08 18:48:52Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:48:53Z [standalone.StandaloneServiceChain.ServiceChain.28.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:48:53Z [standalone.StandaloneServiceChain.ServiceChain.28.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 18:48:54Z [standalone.StandaloneServiceChain.ServiceChain.28.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 18:48:55Z [standalone.StandaloneServiceChain.ServiceChain.28.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 18:48:55Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:48:56Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_COMPLETE state changed 2025-10-08 18:48:56Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_IN_PROGRESS state changed 2025-10-08 18:48:56Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:48:56Z [standalone.StandaloneServiceChain.ServiceChain.29.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:48:56Z [standalone.StandaloneServiceChain.ServiceChain.29.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 18:48:56Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:48:57Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_COMPLETE state changed 2025-10-08 18:48:58Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_IN_PROGRESS state changed 2025-10-08 18:48:58Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:48:58Z [standalone.StandaloneServiceChain.ServiceChain.30.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 18:48:59Z [standalone.StandaloneServiceChain.ServiceChain.30.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-08 18:48:59Z [standalone.StandaloneServiceChain.ServiceChain.30.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 18:49:00Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-08 18:49:00Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:49:00Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-08 18:49:00Z [standalone.StandaloneServiceChain.ServiceChain.30.MySQLClient]: CREATE_COMPLETE state changed 2025-10-08 18:49:00Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-08 18:49:00Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:49:01Z [standalone.StandaloneServiceChain.ServiceChain.30.KeystoneLogging]: CREATE_IN_PROGRESS state changed 2025-10-08 18:49:01Z [standalone.StandaloneServiceChain.ServiceChain.30.KeystoneLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:49:01Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-08 18:49:01Z [standalone.StandaloneServiceChain.ServiceChain.30.KeystoneLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:49:01Z [standalone.StandaloneServiceChain.ServiceChain.30.KeystoneLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 18:49:01Z [standalone.StandaloneServiceChain.ServiceChain.30.KeystoneLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:49:02Z [standalone.StandaloneServiceChain.ServiceChain.30.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:49:02Z [standalone.StandaloneServiceChain.ServiceChain.30.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 18:49:02Z [standalone.StandaloneServiceChain.ServiceChain.30.KeystoneLogging]: CREATE_COMPLETE state changed 2025-10-08 18:49:02Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:49:03Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_COMPLETE state changed 2025-10-08 18:49:03Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_IN_PROGRESS state changed 2025-10-08 18:49:03Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:49:03Z [standalone.StandaloneServiceChain.ServiceChain.31.ManilaBase]: CREATE_IN_PROGRESS state changed 2025-10-08 18:49:05Z [standalone.StandaloneServiceChain.ServiceChain.31.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:49:05Z [standalone.StandaloneServiceChain.ServiceChain.31.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 18:49:05Z [standalone.StandaloneServiceChain.ServiceChain.31.ManilaBase]: CREATE_COMPLETE state changed 2025-10-08 18:49:06Z [standalone.StandaloneServiceChain.ServiceChain.31.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 18:49:07Z [standalone.StandaloneServiceChain.ServiceChain.31.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-08 18:49:07Z [standalone.StandaloneServiceChain.ServiceChain.31.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 18:49:07Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-08 18:49:08Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:49:08Z [standalone.StandaloneServiceChain.ServiceChain.31.MySQLClient]: CREATE_COMPLETE state changed 2025-10-08 18:49:08Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-08 18:49:08Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-08 18:49:08Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:49:09Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-08 18:49:09Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:49:09Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_COMPLETE state changed 2025-10-08 18:49:10Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_IN_PROGRESS state changed 2025-10-08 18:49:11Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_COMPLETE state changed 2025-10-08 18:49:11Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_IN_PROGRESS state changed 2025-10-08 18:49:12Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:49:12Z [standalone.StandaloneServiceChain.ServiceChain.33.ManilaBase]: CREATE_IN_PROGRESS state changed 2025-10-08 18:49:13Z [standalone.StandaloneServiceChain.ServiceChain.33.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-08 18:49:13Z [standalone.StandaloneServiceChain.ServiceChain.33.ManilaBase]: CREATE_COMPLETE state changed 2025-10-08 18:49:14Z [standalone.StandaloneServiceChain.ServiceChain.33.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 18:49:14Z [standalone.StandaloneServiceChain.ServiceChain.33.MySQLClient]: CREATE_COMPLETE state changed 2025-10-08 18:49:15Z [standalone.StandaloneServiceChain.ServiceChain.33.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:49:15Z [standalone.StandaloneServiceChain.ServiceChain.33.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 18:49:15Z [standalone.StandaloneServiceChain.ServiceChain.33.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 18:49:15Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:49:16Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_COMPLETE state changed 2025-10-08 18:49:16Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_IN_PROGRESS state changed 2025-10-08 18:49:16Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:49:16Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase]: CREATE_IN_PROGRESS state changed 2025-10-08 18:49:16Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:49:16Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 18:49:17Z [standalone.StandaloneServiceChain.ServiceChain.34.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-08 18:49:17Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-08 18:49:17Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 18:49:18Z [standalone.StandaloneServiceChain.ServiceChain.34.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 18:49:18Z [standalone.StandaloneServiceChain.ServiceChain.34.MySQLClient]: CREATE_COMPLETE state changed 2025-10-08 18:49:18Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:49:18Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 18:49:19Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.MySQLClient]: CREATE_COMPLETE state changed 2025-10-08 18:49:19Z [standalone.StandaloneServiceChain.ServiceChain.34.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:49:19Z [standalone.StandaloneServiceChain.ServiceChain.34.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 18:49:19Z [standalone.StandaloneServiceChain.ServiceChain.34.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 18:49:19Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ManilaShareCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 18:49:19Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ManilaShareCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:49:20Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ManilaShareCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 18:49:20Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 18:49:20Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:49:20Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 18:49:20Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ManilaBase]: CREATE_IN_PROGRESS state changed 2025-10-08 18:49:21Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ManilaShareCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 18:49:21Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ManilaShareCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:49:22Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ManilaShareCommon]: CREATE_COMPLETE state changed 2025-10-08 18:49:22Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 18:49:22Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ManilaBase]: CREATE_COMPLETE state changed 2025-10-08 18:49:22Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:49:22Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:49:22Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaCommon]: CREATE_COMPLETE state changed 2025-10-08 18:49:22Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase]: CREATE_COMPLETE state changed 2025-10-08 18:49:22Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:49:23Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_COMPLETE state changed 2025-10-08 18:49:24Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_IN_PROGRESS state changed 2025-10-08 18:49:24Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:49:24Z [standalone.StandaloneServiceChain.ServiceChain.35.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:49:24Z [standalone.StandaloneServiceChain.ServiceChain.35.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 18:49:25Z [standalone.StandaloneServiceChain.ServiceChain.35.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 18:49:26Z [standalone.StandaloneServiceChain.ServiceChain.35.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 18:49:26Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:49:27Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_COMPLETE state changed 2025-10-08 18:49:28Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_IN_PROGRESS state changed 2025-10-08 18:49:28Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:49:28Z [standalone.StandaloneServiceChain.ServiceChain.36.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:49:28Z [standalone.StandaloneServiceChain.ServiceChain.36.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 18:49:29Z [standalone.StandaloneServiceChain.ServiceChain.36.MysqlBase]: CREATE_IN_PROGRESS state changed 2025-10-08 18:49:30Z [standalone.StandaloneServiceChain.ServiceChain.36.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 18:49:30Z [standalone.StandaloneServiceChain.ServiceChain.36.MysqlBase]: CREATE_COMPLETE state changed 2025-10-08 18:49:31Z [standalone.StandaloneServiceChain.ServiceChain.36.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 18:49:31Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:49:32Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_COMPLETE state changed 2025-10-08 18:49:32Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_IN_PROGRESS state changed 2025-10-08 18:49:33Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_COMPLETE state changed 2025-10-08 18:49:34Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_IN_PROGRESS state changed 2025-10-08 18:49:34Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:49:34Z [standalone.StandaloneServiceChain.ServiceChain.38.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 18:49:35Z [standalone.StandaloneServiceChain.ServiceChain.38.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-10-08 18:49:35Z [standalone.StandaloneServiceChain.ServiceChain.38.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 18:49:36Z [standalone.StandaloneServiceChain.ServiceChain.38.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-08 18:49:36Z [standalone.StandaloneServiceChain.ServiceChain.38.NeutronBase]: CREATE_COMPLETE state changed 2025-10-08 18:49:37Z [standalone.StandaloneServiceChain.ServiceChain.38.NeutronLogging]: CREATE_IN_PROGRESS state changed 2025-10-08 18:49:37Z [standalone.StandaloneServiceChain.ServiceChain.38.NeutronLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:49:37Z [standalone.StandaloneServiceChain.ServiceChain.38.MySQLClient]: CREATE_COMPLETE state changed 2025-10-08 18:49:37Z [standalone.StandaloneServiceChain.ServiceChain.38.NeutronLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:49:37Z [standalone.StandaloneServiceChain.ServiceChain.38.NeutronLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 18:49:37Z [standalone.StandaloneServiceChain.ServiceChain.38.NeutronLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:49:38Z [standalone.StandaloneServiceChain.ServiceChain.38.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:49:38Z [standalone.StandaloneServiceChain.ServiceChain.38.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 18:49:38Z [standalone.StandaloneServiceChain.ServiceChain.38.NeutronLogging]: CREATE_COMPLETE state changed 2025-10-08 18:49:39Z [standalone.StandaloneServiceChain.ServiceChain.38.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2025-10-08 18:49:39Z [standalone.StandaloneServiceChain.ServiceChain.38.TLSProxyBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:49:39Z [standalone.StandaloneServiceChain.ServiceChain.38.TLSProxyBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-08 18:49:39Z [standalone.StandaloneServiceChain.ServiceChain.38.TLSProxyBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-08 18:49:39Z [standalone.StandaloneServiceChain.ServiceChain.38.TLSProxyBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:49:40Z [standalone.StandaloneServiceChain.ServiceChain.38.TLSProxyBase]: CREATE_COMPLETE state changed 2025-10-08 18:49:40Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:49:41Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_COMPLETE state changed 2025-10-08 18:49:41Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_IN_PROGRESS state changed 2025-10-08 18:49:41Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:49:42Z [standalone.StandaloneServiceChain.ServiceChain.39.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:49:42Z [standalone.StandaloneServiceChain.ServiceChain.39.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 18:49:43Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-10-08 18:49:43Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:49:43Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase.NeutronMl2Base]: CREATE_IN_PROGRESS state changed 2025-10-08 18:49:43Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase.NeutronMl2Base]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:49:43Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase.NeutronMl2Base.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-10-08 18:49:44Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase.NeutronMl2Base.NeutronBase]: CREATE_COMPLETE state changed 2025-10-08 18:49:44Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase.NeutronMl2Base]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:49:45Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase.NeutronMl2Base]: CREATE_COMPLETE state changed 2025-10-08 18:49:45Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:49:46Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase]: CREATE_COMPLETE state changed 2025-10-08 18:49:46Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:49:47Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_COMPLETE state changed 2025-10-08 18:49:47Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_IN_PROGRESS state changed 2025-10-08 18:49:47Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:49:47Z [standalone.StandaloneServiceChain.ServiceChain.40.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-10-08 18:49:48Z [standalone.StandaloneServiceChain.ServiceChain.40.NeutronLogging]: CREATE_IN_PROGRESS state changed 2025-10-08 18:49:48Z [standalone.StandaloneServiceChain.ServiceChain.40.NeutronBase]: CREATE_COMPLETE state changed 2025-10-08 18:49:49Z [standalone.StandaloneServiceChain.ServiceChain.40.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 18:49:49Z [standalone.StandaloneServiceChain.ServiceChain.40.NeutronLogging]: CREATE_COMPLETE state changed 2025-10-08 18:49:50Z [standalone.StandaloneServiceChain.ServiceChain.40.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:49:50Z [standalone.StandaloneServiceChain.ServiceChain.40.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 18:49:50Z [standalone.StandaloneServiceChain.ServiceChain.40.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 18:49:50Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:49:51Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_COMPLETE state changed 2025-10-08 18:49:52Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_IN_PROGRESS state changed 2025-10-08 18:49:52Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:49:52Z [standalone.StandaloneServiceChain.ServiceChain.41.NeutronLogging]: CREATE_IN_PROGRESS state changed 2025-10-08 18:49:53Z [standalone.StandaloneServiceChain.ServiceChain.41.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 18:49:53Z [standalone.StandaloneServiceChain.ServiceChain.41.NeutronLogging]: CREATE_COMPLETE state changed 2025-10-08 18:49:54Z [standalone.StandaloneServiceChain.ServiceChain.41.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:49:54Z [standalone.StandaloneServiceChain.ServiceChain.41.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 18:49:54Z [standalone.StandaloneServiceChain.ServiceChain.41.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 18:49:55Z [standalone.StandaloneServiceChain.ServiceChain.41.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-10-08 18:49:56Z [standalone.StandaloneServiceChain.ServiceChain.41.NeutronBase]: CREATE_COMPLETE state changed 2025-10-08 18:49:56Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:49:57Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_COMPLETE state changed 2025-10-08 18:49:57Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_IN_PROGRESS state changed 2025-10-08 18:49:58Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:49:58Z [standalone.StandaloneServiceChain.ServiceChain.42.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 18:49:59Z [standalone.StandaloneServiceChain.ServiceChain.42.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:49:59Z [standalone.StandaloneServiceChain.ServiceChain.42.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 18:49:59Z [standalone.StandaloneServiceChain.ServiceChain.42.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 18:50:00Z [standalone.StandaloneServiceChain.ServiceChain.42.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-08 18:50:01Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2025-10-08 18:50:01Z [standalone.StandaloneServiceChain.ServiceChain.42.MySQLClient]: CREATE_COMPLETE state changed 2025-10-08 18:50:02Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaBase]: CREATE_IN_PROGRESS state changed 2025-10-08 18:50:02Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:50:02Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaApiDBClient]: CREATE_COMPLETE state changed 2025-10-08 18:50:02Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:50:02Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 18:50:02Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:50:03Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaApiLogging]: CREATE_IN_PROGRESS state changed 2025-10-08 18:50:03Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaApiLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:50:03Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaBase]: CREATE_COMPLETE state changed 2025-10-08 18:50:03Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaApiLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:50:03Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaApiLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 18:50:03Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaApiLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:50:04Z [standalone.StandaloneServiceChain.ServiceChain.42.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-08 18:50:04Z [standalone.StandaloneServiceChain.ServiceChain.42.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:50:04Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaApiLogging]: CREATE_COMPLETE state changed 2025-10-08 18:50:04Z [standalone.StandaloneServiceChain.ServiceChain.42.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-08 18:50:04Z [standalone.StandaloneServiceChain.ServiceChain.42.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-08 18:50:04Z [standalone.StandaloneServiceChain.ServiceChain.42.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:50:05Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-10-08 18:50:05Z [standalone.StandaloneServiceChain.ServiceChain.42.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-08 18:50:06Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaDBClient]: CREATE_COMPLETE state changed 2025-10-08 18:50:06Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:50:07Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_COMPLETE state changed 2025-10-08 18:50:07Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_IN_PROGRESS state changed 2025-10-08 18:50:07Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:50:08Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-10-08 18:50:09Z [standalone.StandaloneServiceChain.ServiceChain.43.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-08 18:50:09Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaDBClient]: CREATE_COMPLETE state changed 2025-10-08 18:50:10Z [standalone.StandaloneServiceChain.ServiceChain.43.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:50:10Z [standalone.StandaloneServiceChain.ServiceChain.43.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 18:50:10Z [standalone.StandaloneServiceChain.ServiceChain.43.MySQLClient]: CREATE_COMPLETE state changed 2025-10-08 18:50:10Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLogging]: CREATE_IN_PROGRESS state changed 2025-10-08 18:50:10Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:50:10Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2025-10-08 18:50:10Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2025-10-08 18:50:11Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2025-10-08 18:50:11Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:50:11Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 18:50:11Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:50:12Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaBase]: CREATE_IN_PROGRESS state changed 2025-10-08 18:50:12Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:50:12Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaApiDBClient]: CREATE_COMPLETE state changed 2025-10-08 18:50:12Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:50:12Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLogging]: CREATE_COMPLETE state changed 2025-10-08 18:50:12Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 18:50:12Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:50:13Z [standalone.StandaloneServiceChain.ServiceChain.43.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 18:50:13Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaBase]: CREATE_COMPLETE state changed 2025-10-08 18:50:14Z [standalone.StandaloneServiceChain.ServiceChain.43.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 18:50:14Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:50:14Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_COMPLETE state changed 2025-10-08 18:50:15Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_IN_PROGRESS state changed 2025-10-08 18:50:15Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:50:15Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaMetadataLogging]: CREATE_IN_PROGRESS state changed 2025-10-08 18:50:15Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaMetadataLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:50:15Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaMetadataLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:50:15Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaMetadataLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 18:50:15Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaMetadataLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:50:16Z [standalone.StandaloneServiceChain.ServiceChain.44.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:50:16Z [standalone.StandaloneServiceChain.ServiceChain.44.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 18:50:16Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaMetadataLogging]: CREATE_COMPLETE state changed 2025-10-08 18:50:17Z [standalone.StandaloneServiceChain.ServiceChain.44.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-08 18:50:18Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaBase]: CREATE_IN_PROGRESS state changed 2025-10-08 18:50:18Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:50:18Z [standalone.StandaloneServiceChain.ServiceChain.44.MySQLClient]: CREATE_COMPLETE state changed 2025-10-08 18:50:18Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:50:18Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 18:50:18Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:50:19Z [standalone.StandaloneServiceChain.ServiceChain.44.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-08 18:50:19Z [standalone.StandaloneServiceChain.ServiceChain.44.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:50:19Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaBase]: CREATE_COMPLETE state changed 2025-10-08 18:50:19Z [standalone.StandaloneServiceChain.ServiceChain.44.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-08 18:50:19Z [standalone.StandaloneServiceChain.ServiceChain.44.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-08 18:50:20Z [standalone.StandaloneServiceChain.ServiceChain.44.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:50:20Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2025-10-08 18:50:20Z [standalone.StandaloneServiceChain.ServiceChain.44.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-08 18:50:21Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-10-08 18:50:21Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaApiDBClient]: CREATE_COMPLETE state changed 2025-10-08 18:50:22Z [standalone.StandaloneServiceChain.ServiceChain.44.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 18:50:22Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaDBClient]: CREATE_COMPLETE state changed 2025-10-08 18:50:23Z [standalone.StandaloneServiceChain.ServiceChain.44.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 18:50:23Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:50:24Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_COMPLETE state changed 2025-10-08 18:50:25Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_IN_PROGRESS state changed 2025-10-08 18:50:25Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:50:25Z [standalone.StandaloneServiceChain.ServiceChain.45.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-08 18:50:26Z [standalone.StandaloneServiceChain.ServiceChain.45.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 18:50:26Z [standalone.StandaloneServiceChain.ServiceChain.45.MySQLClient]: CREATE_COMPLETE state changed 2025-10-08 18:50:27Z [standalone.StandaloneServiceChain.ServiceChain.45.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:50:27Z [standalone.StandaloneServiceChain.ServiceChain.45.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 18:50:27Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging]: CREATE_IN_PROGRESS state changed 2025-10-08 18:50:27Z [standalone.StandaloneServiceChain.ServiceChain.45.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 18:50:27Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:50:27Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:50:27Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 18:50:28Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2025-10-08 18:50:28Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2025-10-08 18:50:28Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2025-10-08 18:50:28Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:50:29Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaBase]: CREATE_IN_PROGRESS state changed 2025-10-08 18:50:29Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaApiDBClient]: CREATE_COMPLETE state changed 2025-10-08 18:50:29Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:50:29Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging]: CREATE_COMPLETE state changed 2025-10-08 18:50:30Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:50:30Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 18:50:30Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:50:30Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-10-08 18:50:30Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaBase]: CREATE_COMPLETE state changed 2025-10-08 18:50:31Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaDBClient]: CREATE_COMPLETE state changed 2025-10-08 18:50:31Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:50:32Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_COMPLETE state changed 2025-10-08 18:50:33Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_IN_PROGRESS state changed 2025-10-08 18:50:33Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:50:33Z [standalone.StandaloneServiceChain.ServiceChain.46.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 18:50:34Z [standalone.StandaloneServiceChain.ServiceChain.46.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-08 18:50:34Z [standalone.StandaloneServiceChain.ServiceChain.46.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 18:50:35Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaBase]: CREATE_IN_PROGRESS state changed 2025-10-08 18:50:35Z [standalone.StandaloneServiceChain.ServiceChain.46.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-08 18:50:35Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:50:35Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:50:35Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 18:50:35Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:50:36Z [standalone.StandaloneServiceChain.ServiceChain.46.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:50:36Z [standalone.StandaloneServiceChain.ServiceChain.46.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 18:50:36Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaLogging]: CREATE_IN_PROGRESS state changed 2025-10-08 18:50:36Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaBase]: CREATE_COMPLETE state changed 2025-10-08 18:50:36Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:50:36Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:50:36Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 18:50:37Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaComputeCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 18:50:37Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2025-10-08 18:50:37Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2025-10-08 18:50:37Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:50:38Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaComputeCommon]: CREATE_COMPLETE state changed 2025-10-08 18:50:38Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaLogging]: CREATE_COMPLETE state changed 2025-10-08 18:50:38Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:50:39Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_COMPLETE state changed 2025-10-08 18:50:40Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_IN_PROGRESS state changed 2025-10-08 18:50:40Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:50:40Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaLibvirtLogging]: CREATE_IN_PROGRESS state changed 2025-10-08 18:50:41Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaBase]: CREATE_IN_PROGRESS state changed 2025-10-08 18:50:41Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:50:41Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaLibvirtLogging]: CREATE_COMPLETE state changed 2025-10-08 18:50:41Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:50:41Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 18:50:41Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:50:42Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaLibvirtCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 18:50:42Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaLibvirtCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:50:42Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaBase]: CREATE_COMPLETE state changed 2025-10-08 18:50:42Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaLibvirtCommon.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:50:42Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaLibvirtCommon.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 18:50:42Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaLibvirtCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:50:43Z [standalone.StandaloneServiceChain.ServiceChain.47.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:50:43Z [standalone.StandaloneServiceChain.ServiceChain.47.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 18:50:43Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaLibvirtCommon]: CREATE_COMPLETE state changed 2025-10-08 18:50:44Z [standalone.StandaloneServiceChain.ServiceChain.47.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 18:50:45Z [standalone.StandaloneServiceChain.ServiceChain.47.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 18:50:45Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:50:46Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_COMPLETE state changed 2025-10-08 18:50:46Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_IN_PROGRESS state changed 2025-10-08 18:50:46Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:50:46Z [standalone.StandaloneServiceChain.ServiceChain.48.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:50:46Z [standalone.StandaloneServiceChain.ServiceChain.48.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 18:50:47Z [standalone.StandaloneServiceChain.ServiceChain.48.SshdBase]: CREATE_IN_PROGRESS state changed 2025-10-08 18:50:48Z [standalone.StandaloneServiceChain.ServiceChain.48.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 18:50:49Z [standalone.StandaloneServiceChain.ServiceChain.48.SshdBase]: CREATE_COMPLETE state changed 2025-10-08 18:50:49Z [standalone.StandaloneServiceChain.ServiceChain.48.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 18:50:49Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:50:50Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_COMPLETE state changed 2025-10-08 18:50:51Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_IN_PROGRESS state changed 2025-10-08 18:50:51Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:50:51Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_IN_PROGRESS state changed 2025-10-08 18:50:51Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:50:51Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:50:51Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 18:50:51Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:50:52Z [standalone.StandaloneServiceChain.ServiceChain.49.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-08 18:50:52Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_COMPLETE state changed 2025-10-08 18:50:53Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-10-08 18:50:53Z [standalone.StandaloneServiceChain.ServiceChain.49.MySQLClient]: CREATE_COMPLETE state changed 2025-10-08 18:50:54Z [standalone.StandaloneServiceChain.ServiceChain.49.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:50:54Z [standalone.StandaloneServiceChain.ServiceChain.49.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 18:50:54Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaDBClient]: CREATE_COMPLETE state changed 2025-10-08 18:50:54Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_IN_PROGRESS state changed 2025-10-08 18:50:54Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:50:54Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2025-10-08 18:50:54Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2025-10-08 18:50:55Z [standalone.StandaloneServiceChain.ServiceChain.49.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 18:50:55Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:50:55Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 18:50:55Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:50:56Z [standalone.StandaloneServiceChain.ServiceChain.49.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 18:50:56Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_COMPLETE state changed 2025-10-08 18:50:56Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:50:57Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_COMPLETE state changed 2025-10-08 18:50:58Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_IN_PROGRESS state changed 2025-10-08 18:50:58Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:50:58Z [standalone.StandaloneServiceChain.ServiceChain.50.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 18:50:59Z [standalone.StandaloneServiceChain.ServiceChain.50.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:50:59Z [standalone.StandaloneServiceChain.ServiceChain.50.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 18:50:59Z [standalone.StandaloneServiceChain.ServiceChain.50.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 18:51:00Z [standalone.StandaloneServiceChain.ServiceChain.50.OVNBridgeMappingsValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:51:00Z [standalone.StandaloneServiceChain.ServiceChain.50.OVNBridgeMappingsValue]: CREATE_COMPLETE state changed 2025-10-08 18:51:00Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:51:01Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_COMPLETE state changed 2025-10-08 18:51:01Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_IN_PROGRESS state changed 2025-10-08 18:51:01Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:51:01Z [standalone.StandaloneServiceChain.ServiceChain.51.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:51:01Z [standalone.StandaloneServiceChain.ServiceChain.51.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 18:51:02Z [standalone.StandaloneServiceChain.ServiceChain.51.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 18:51:03Z [standalone.StandaloneServiceChain.ServiceChain.51.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 18:51:03Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:51:04Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_COMPLETE state changed 2025-10-08 18:51:05Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_IN_PROGRESS state changed 2025-10-08 18:51:05Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:51:05Z [standalone.StandaloneServiceChain.ServiceChain.52.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 18:51:06Z [standalone.StandaloneServiceChain.ServiceChain.52.NeutronLogging]: CREATE_IN_PROGRESS state changed 2025-10-08 18:51:06Z [standalone.StandaloneServiceChain.ServiceChain.52.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 18:51:07Z [standalone.StandaloneServiceChain.ServiceChain.52.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:51:07Z [standalone.StandaloneServiceChain.ServiceChain.52.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 18:51:07Z [standalone.StandaloneServiceChain.ServiceChain.52.NeutronLogging]: CREATE_COMPLETE state changed 2025-10-08 18:51:08Z [standalone.StandaloneServiceChain.ServiceChain.52.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-10-08 18:51:09Z [standalone.StandaloneServiceChain.ServiceChain.52.NeutronBase]: CREATE_COMPLETE state changed 2025-10-08 18:51:09Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:51:10Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_COMPLETE state changed 2025-10-08 18:51:10Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_IN_PROGRESS state changed 2025-10-08 18:51:10Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:51:11Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker]: CREATE_IN_PROGRESS state changed 2025-10-08 18:51:11Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:51:11Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:51:11Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 18:51:12Z [standalone.StandaloneServiceChain.ServiceChain.53.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 18:51:12Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker.OctaviaBase]: CREATE_IN_PROGRESS state changed 2025-10-08 18:51:13Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaBase]: CREATE_IN_PROGRESS state changed 2025-10-08 18:51:13Z [standalone.StandaloneServiceChain.ServiceChain.53.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 18:51:13Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-08 18:51:13Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker.OctaviaBase]: CREATE_COMPLETE state changed 2025-10-08 18:51:14Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaProviderConfig]: CREATE_IN_PROGRESS state changed 2025-10-08 18:51:14Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaBase]: CREATE_COMPLETE state changed 2025-10-08 18:51:14Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 18:51:14Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker.MySQLClient]: CREATE_COMPLETE state changed 2025-10-08 18:51:15Z [standalone.StandaloneServiceChain.ServiceChain.53.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-08 18:51:15Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaProviderConfig]: CREATE_COMPLETE state changed 2025-10-08 18:51:15Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 18:51:15Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:51:16Z [standalone.StandaloneServiceChain.ServiceChain.53.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:51:16Z [standalone.StandaloneServiceChain.ServiceChain.53.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 18:51:16Z [standalone.StandaloneServiceChain.ServiceChain.53.MySQLClient]: CREATE_COMPLETE state changed 2025-10-08 18:51:16Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker]: CREATE_COMPLETE state changed 2025-10-08 18:51:16Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:51:16Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_COMPLETE state changed 2025-10-08 18:51:17Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_IN_PROGRESS state changed 2025-10-08 18:51:17Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:51:17Z [standalone.StandaloneServiceChain.ServiceChain.54.OctaviaVars]: CREATE_IN_PROGRESS state changed 2025-10-08 18:51:17Z [standalone.StandaloneServiceChain.ServiceChain.54.OctaviaVars]: CREATE_COMPLETE state changed 2025-10-08 18:51:17Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:51:18Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_COMPLETE state changed 2025-10-08 18:51:19Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_IN_PROGRESS state changed 2025-10-08 18:51:19Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:51:19Z [standalone.StandaloneServiceChain.ServiceChain.55.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:51:19Z [standalone.StandaloneServiceChain.ServiceChain.55.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 18:51:20Z [standalone.StandaloneServiceChain.ServiceChain.55.OctaviaBase]: CREATE_IN_PROGRESS state changed 2025-10-08 18:51:21Z [standalone.StandaloneServiceChain.ServiceChain.55.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-08 18:51:21Z [standalone.StandaloneServiceChain.ServiceChain.55.OctaviaBase]: CREATE_COMPLETE state changed 2025-10-08 18:51:22Z [standalone.StandaloneServiceChain.ServiceChain.55.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 18:51:22Z [standalone.StandaloneServiceChain.ServiceChain.55.MySQLClient]: CREATE_COMPLETE state changed 2025-10-08 18:51:23Z [standalone.StandaloneServiceChain.ServiceChain.55.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 18:51:23Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:51:24Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_COMPLETE state changed 2025-10-08 18:51:24Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_IN_PROGRESS state changed 2025-10-08 18:51:24Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:51:24Z [standalone.StandaloneServiceChain.ServiceChain.56.OctaviaBase]: CREATE_IN_PROGRESS state changed 2025-10-08 18:51:25Z [standalone.StandaloneServiceChain.ServiceChain.56.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-08 18:51:25Z [standalone.StandaloneServiceChain.ServiceChain.56.OctaviaBase]: CREATE_COMPLETE state changed 2025-10-08 18:51:26Z [standalone.StandaloneServiceChain.ServiceChain.56.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 18:51:26Z [standalone.StandaloneServiceChain.ServiceChain.56.MySQLClient]: CREATE_COMPLETE state changed 2025-10-08 18:51:27Z [standalone.StandaloneServiceChain.ServiceChain.56.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:51:27Z [standalone.StandaloneServiceChain.ServiceChain.56.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 18:51:27Z [standalone.StandaloneServiceChain.ServiceChain.56.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 18:51:27Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:51:28Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_COMPLETE state changed 2025-10-08 18:51:29Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_IN_PROGRESS state changed 2025-10-08 18:51:29Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:51:29Z [standalone.StandaloneServiceChain.ServiceChain.57.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:51:29Z [standalone.StandaloneServiceChain.ServiceChain.57.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 18:51:30Z [standalone.StandaloneServiceChain.ServiceChain.57.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 18:51:31Z [standalone.StandaloneServiceChain.ServiceChain.57.OctaviaBase]: CREATE_IN_PROGRESS state changed 2025-10-08 18:51:31Z [standalone.StandaloneServiceChain.ServiceChain.57.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 18:51:32Z [standalone.StandaloneServiceChain.ServiceChain.57.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-08 18:51:32Z [standalone.StandaloneServiceChain.ServiceChain.57.OctaviaBase]: CREATE_COMPLETE state changed 2025-10-08 18:51:33Z [standalone.StandaloneServiceChain.ServiceChain.57.MySQLClient]: CREATE_COMPLETE state changed 2025-10-08 18:51:33Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:51:34Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_COMPLETE state changed 2025-10-08 18:51:34Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_IN_PROGRESS state changed 2025-10-08 18:51:35Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_COMPLETE state changed 2025-10-08 18:51:36Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_IN_PROGRESS state changed 2025-10-08 18:51:36Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:51:36Z [standalone.StandaloneServiceChain.ServiceChain.59.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 18:51:37Z [standalone.StandaloneServiceChain.ServiceChain.59.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 18:51:37Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:51:38Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_COMPLETE state changed 2025-10-08 18:51:38Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_IN_PROGRESS state changed 2025-10-08 18:51:38Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:51:38Z [standalone.StandaloneServiceChain.ServiceChain.60.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 18:51:39Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase]: CREATE_IN_PROGRESS state changed 2025-10-08 18:51:39Z [standalone.StandaloneServiceChain.ServiceChain.60.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 18:51:39Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:51:40Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RabbitMQServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-08 18:51:40Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RabbitMQServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:51:40Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RabbitMQServiceBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 18:51:40Z [standalone.StandaloneServiceChain.ServiceChain.60.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:51:40Z [standalone.StandaloneServiceChain.ServiceChain.60.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 18:51:41Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 18:51:41Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RabbitMQServiceBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:51:41Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RabbitMQServiceBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 18:51:41Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RabbitMQServiceBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 18:51:41Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RabbitMQServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:51:42Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:51:42Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 18:51:42Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 18:51:42Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RabbitMQServiceBase]: CREATE_COMPLETE state changed 2025-10-08 18:51:42Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:51:42Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase]: CREATE_COMPLETE state changed 2025-10-08 18:51:43Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:51:43Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_COMPLETE state changed 2025-10-08 18:51:44Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_IN_PROGRESS state changed 2025-10-08 18:51:45Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_COMPLETE state changed 2025-10-08 18:51:45Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_IN_PROGRESS state changed 2025-10-08 18:51:45Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:51:45Z [standalone.StandaloneServiceChain.ServiceChain.62.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-08 18:51:46Z [standalone.StandaloneServiceChain.ServiceChain.62.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:51:46Z [standalone.StandaloneServiceChain.ServiceChain.62.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-08 18:51:46Z [standalone.StandaloneServiceChain.ServiceChain.62.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-08 18:51:46Z [standalone.StandaloneServiceChain.ServiceChain.62.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:51:47Z [standalone.StandaloneServiceChain.ServiceChain.62.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:51:47Z [standalone.StandaloneServiceChain.ServiceChain.62.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-08 18:51:47Z [standalone.StandaloneServiceChain.ServiceChain.62.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 18:51:48Z [standalone.StandaloneServiceChain.ServiceChain.62.PlacementLogging]: CREATE_IN_PROGRESS state changed 2025-10-08 18:51:48Z [standalone.StandaloneServiceChain.ServiceChain.62.PlacementLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:51:48Z [standalone.StandaloneServiceChain.ServiceChain.62.PlacementLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:51:48Z [standalone.StandaloneServiceChain.ServiceChain.62.PlacementLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 18:51:48Z [standalone.StandaloneServiceChain.ServiceChain.62.PlacementLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:51:49Z [standalone.StandaloneServiceChain.ServiceChain.62.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-08 18:51:49Z [standalone.StandaloneServiceChain.ServiceChain.62.PlacementLogging]: CREATE_COMPLETE state changed 2025-10-08 18:51:50Z [standalone.StandaloneServiceChain.ServiceChain.62.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 18:51:50Z [standalone.StandaloneServiceChain.ServiceChain.62.MySQLClient]: CREATE_COMPLETE state changed 2025-10-08 18:51:51Z [standalone.StandaloneServiceChain.ServiceChain.62.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 18:51:51Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:51:51Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_COMPLETE state changed 2025-10-08 18:51:52Z [standalone.StandaloneServiceChain.ServiceChain.63]: CREATE_IN_PROGRESS state changed 2025-10-08 18:51:53Z [standalone.StandaloneServiceChain.ServiceChain.63]: CREATE_COMPLETE state changed 2025-10-08 18:51:54Z [standalone.StandaloneServiceChain.ServiceChain.64]: CREATE_IN_PROGRESS state changed 2025-10-08 18:51:54Z [standalone.StandaloneServiceChain.ServiceChain.64]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:51:54Z [standalone.StandaloneServiceChain.ServiceChain.64.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:51:54Z [standalone.StandaloneServiceChain.ServiceChain.64.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 18:51:55Z [standalone.StandaloneServiceChain.ServiceChain.64.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 18:51:56Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase]: CREATE_IN_PROGRESS state changed 2025-10-08 18:51:56Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:51:56Z [standalone.StandaloneServiceChain.ServiceChain.64.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 18:51:56Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase.RedisBase]: CREATE_IN_PROGRESS state changed 2025-10-08 18:51:57Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:51:57Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 18:51:57Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase.RedisBase]: CREATE_COMPLETE state changed 2025-10-08 18:51:58Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 18:51:59Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 18:51:59Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:52:00Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase]: CREATE_COMPLETE state changed 2025-10-08 18:52:00Z [standalone.StandaloneServiceChain.ServiceChain.64]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:52:01Z [standalone.StandaloneServiceChain.ServiceChain.64]: CREATE_COMPLETE state changed 2025-10-08 18:52:01Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_IN_PROGRESS state changed 2025-10-08 18:52:02Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_COMPLETE state changed 2025-10-08 18:52:03Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_IN_PROGRESS state changed 2025-10-08 18:52:04Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_COMPLETE state changed 2025-10-08 18:52:04Z [standalone.StandaloneServiceChain.ServiceChain.67]: CREATE_IN_PROGRESS state changed 2025-10-08 18:52:05Z [standalone.StandaloneServiceChain.ServiceChain.67]: CREATE_COMPLETE state changed 2025-10-08 18:52:06Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_IN_PROGRESS state changed 2025-10-08 18:52:06Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:52:06Z [standalone.StandaloneServiceChain.ServiceChain.68.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 18:52:07Z [standalone.StandaloneServiceChain.ServiceChain.68.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2025-10-08 18:52:07Z [standalone.StandaloneServiceChain.ServiceChain.68.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 18:52:07Z [standalone.StandaloneServiceChain.ServiceChain.68.TLSProxyBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:52:07Z [standalone.StandaloneServiceChain.ServiceChain.68.TLSProxyBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-08 18:52:07Z [standalone.StandaloneServiceChain.ServiceChain.68.TLSProxyBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-08 18:52:07Z [standalone.StandaloneServiceChain.ServiceChain.68.TLSProxyBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:52:08Z [standalone.StandaloneServiceChain.ServiceChain.68.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:52:08Z [standalone.StandaloneServiceChain.ServiceChain.68.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 18:52:08Z [standalone.StandaloneServiceChain.ServiceChain.68.TLSProxyBase]: CREATE_COMPLETE state changed 2025-10-08 18:52:09Z [standalone.StandaloneServiceChain.ServiceChain.68.SwiftBase]: CREATE_IN_PROGRESS state changed 2025-10-08 18:52:10Z [standalone.StandaloneServiceChain.ServiceChain.68.SwiftBase]: CREATE_COMPLETE state changed 2025-10-08 18:52:10Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:52:11Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_COMPLETE state changed 2025-10-08 18:52:11Z [standalone.StandaloneServiceChain.ServiceChain.69]: CREATE_IN_PROGRESS state changed 2025-10-08 18:52:11Z [standalone.StandaloneServiceChain.ServiceChain.69]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:52:11Z [standalone.StandaloneServiceChain.ServiceChain.69.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:52:11Z [standalone.StandaloneServiceChain.ServiceChain.69.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 18:52:11Z [standalone.StandaloneServiceChain.ServiceChain.69]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:52:12Z [standalone.StandaloneServiceChain.ServiceChain.69]: CREATE_COMPLETE state changed 2025-10-08 18:52:13Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_IN_PROGRESS state changed 2025-10-08 18:52:13Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:52:13Z [standalone.StandaloneServiceChain.ServiceChain.70.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 18:52:14Z [standalone.StandaloneServiceChain.ServiceChain.70.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:52:14Z [standalone.StandaloneServiceChain.ServiceChain.70.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 18:52:14Z [standalone.StandaloneServiceChain.ServiceChain.70.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 18:52:15Z [standalone.StandaloneServiceChain.ServiceChain.70.SwiftBase]: CREATE_IN_PROGRESS state changed 2025-10-08 18:52:16Z [standalone.StandaloneServiceChain.ServiceChain.70.SwiftBase]: CREATE_COMPLETE state changed 2025-10-08 18:52:16Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:52:17Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_COMPLETE state changed 2025-10-08 18:52:17Z [standalone.StandaloneServiceChain.ServiceChain.71]: CREATE_IN_PROGRESS state changed 2025-10-08 18:52:18Z [standalone.StandaloneServiceChain.ServiceChain.71]: CREATE_COMPLETE state changed 2025-10-08 18:52:19Z [standalone.StandaloneServiceChain.ServiceChain.72]: CREATE_IN_PROGRESS state changed 2025-10-08 18:52:20Z [standalone.StandaloneServiceChain.ServiceChain.72]: CREATE_COMPLETE state changed 2025-10-08 18:52:20Z [standalone.StandaloneServiceChain.ServiceChain.73]: CREATE_IN_PROGRESS state changed 2025-10-08 18:52:21Z [standalone.StandaloneServiceChain.ServiceChain.73]: CREATE_COMPLETE state changed 2025-10-08 18:52:21Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_IN_PROGRESS state changed 2025-10-08 18:52:21Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:52:22Z [standalone.StandaloneServiceChain.ServiceChain.74.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:52:22Z [standalone.StandaloneServiceChain.ServiceChain.74.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 18:52:22Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:52:22Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_COMPLETE state changed 2025-10-08 18:52:23Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_IN_PROGRESS state changed 2025-10-08 18:52:23Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:52:23Z [standalone.StandaloneServiceChain.ServiceChain.75.Podman]: CREATE_IN_PROGRESS state changed 2025-10-08 18:52:24Z [standalone.StandaloneServiceChain.ServiceChain.75.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:52:24Z [standalone.StandaloneServiceChain.ServiceChain.75.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 18:52:24Z [standalone.StandaloneServiceChain.ServiceChain.75.Podman]: CREATE_COMPLETE state changed 2025-10-08 18:52:24Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:52:25Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_COMPLETE state changed 2025-10-08 18:52:25Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_IN_PROGRESS state changed 2025-10-08 18:52:25Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:52:25Z [standalone.StandaloneServiceChain.ServiceChain.76.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:52:25Z [standalone.StandaloneServiceChain.ServiceChain.76.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 18:52:25Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:52:26Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_COMPLETE state changed 2025-10-08 18:52:26Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:52:27Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_COMPLETE state changed 2025-10-08 18:52:29Z [standalone.StandaloneServiceChain.FirewallFrontendRules]: CREATE_IN_PROGRESS state changed 2025-10-08 18:52:29Z [standalone.StandaloneServiceChain.PuppetConfig]: CREATE_IN_PROGRESS state changed 2025-10-08 18:52:30Z [standalone.StandaloneServiceChain.GlobalConfigSettings]: CREATE_IN_PROGRESS state changed 2025-10-08 18:52:30Z [standalone.StandaloneServiceChain.FirewallFrontendRules]: CREATE_COMPLETE state changed 2025-10-08 18:52:30Z [standalone.StandaloneServiceChain.UpgradeBatchTasks]: CREATE_IN_PROGRESS state changed 2025-10-08 18:52:30Z [standalone.StandaloneServiceChain.PuppetConfig]: CREATE_COMPLETE state changed 2025-10-08 18:52:30Z [standalone.StandaloneServiceChain.HostFirewallTasks]: CREATE_IN_PROGRESS state changed 2025-10-08 18:52:31Z [standalone.StandaloneServiceChain.GlobalConfigSettings]: CREATE_COMPLETE state changed 2025-10-08 18:52:31Z [standalone.StandaloneServiceChain.ExternalDeployTasks]: CREATE_IN_PROGRESS state changed 2025-10-08 18:52:31Z [standalone.StandaloneServiceChain.UpgradeBatchTasks]: CREATE_COMPLETE state changed 2025-10-08 18:52:31Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook]: CREATE_IN_PROGRESS state changed 2025-10-08 18:52:31Z [standalone.StandaloneServiceChain.HostFirewallTasks]: CREATE_COMPLETE state changed 2025-10-08 18:52:31Z [standalone.StandaloneServiceChain.PreUpgradeRollingTasks]: CREATE_IN_PROGRESS state changed 2025-10-08 18:52:31Z [standalone.StandaloneServiceChain.ExternalDeployTasks]: CREATE_COMPLETE state changed 2025-10-08 18:52:31Z [standalone.StandaloneServiceChain.HostPrepTasks]: CREATE_IN_PROGRESS state changed 2025-10-08 18:52:32Z [standalone.StandaloneServiceChain.DeployStepsTasks]: CREATE_IN_PROGRESS state changed 2025-10-08 18:52:32Z [standalone.StandaloneServiceChain.PreUpgradeRollingTasks]: CREATE_COMPLETE state changed 2025-10-08 18:52:32Z [standalone.StandaloneServiceChain.KollaConfig]: CREATE_IN_PROGRESS state changed 2025-10-08 18:52:33Z [standalone.StandaloneServiceChain.HostPrepTasks]: CREATE_COMPLETE state changed 2025-10-08 18:52:33Z [standalone.StandaloneServiceChain.ScaleTasks]: CREATE_IN_PROGRESS state changed 2025-10-08 18:52:33Z [standalone.StandaloneServiceChain.DeployStepsTasks]: CREATE_COMPLETE state changed 2025-10-08 18:52:33Z [standalone.StandaloneServiceChain.IpaRegistrationTasks]: CREATE_IN_PROGRESS state changed 2025-10-08 18:52:33Z [standalone.StandaloneServiceChain.KollaConfig]: CREATE_COMPLETE state changed 2025-10-08 18:52:33Z [standalone.StandaloneServiceChain.ContainerPuppetTasks]: CREATE_IN_PROGRESS state changed 2025-10-08 18:52:34Z [standalone.StandaloneServiceChain.ScaleTasks]: CREATE_COMPLETE state changed 2025-10-08 18:52:34Z [standalone.StandaloneServiceChain.PostUpdateTasks]: CREATE_IN_PROGRESS state changed 2025-10-08 18:52:34Z [standalone.StandaloneServiceChain.IpaRegistrationTasks]: CREATE_COMPLETE state changed 2025-10-08 18:52:34Z [standalone.StandaloneServiceChain.MonitoringSubscriptionsConfig]: CREATE_IN_PROGRESS state changed 2025-10-08 18:52:34Z [standalone.StandaloneServiceChain.ContainerPuppetTasks]: CREATE_COMPLETE state changed 2025-10-08 18:52:35Z [standalone.StandaloneServiceChain.UpgradeTasks]: CREATE_IN_PROGRESS state changed 2025-10-08 18:52:35Z [standalone.StandaloneServiceChain.PostUpdateTasks]: CREATE_COMPLETE state changed 2025-10-08 18:52:35Z [standalone.StandaloneServiceChain.ServiceConfigSettings]: CREATE_IN_PROGRESS state changed 2025-10-08 18:52:35Z [standalone.StandaloneServiceChain.MonitoringSubscriptionsConfig]: CREATE_COMPLETE state changed 2025-10-08 18:52:35Z [standalone.StandaloneServiceChain.UpdateTasks]: CREATE_IN_PROGRESS state changed 2025-10-08 18:52:36Z [standalone.StandaloneServiceChain.UpgradeTasks]: CREATE_COMPLETE state changed 2025-10-08 18:52:36Z [standalone.StandaloneServiceChain.ServiceNames]: CREATE_IN_PROGRESS state changed 2025-10-08 18:52:36Z [standalone.StandaloneServiceChain.ServiceConfigSettings]: CREATE_COMPLETE state changed 2025-10-08 18:52:36Z [standalone.StandaloneServiceChain.AnsibleGroupVars]: CREATE_IN_PROGRESS state changed 2025-10-08 18:52:36Z [standalone.StandaloneServiceChain.UpdateTasks]: CREATE_COMPLETE state changed 2025-10-08 18:52:36Z [standalone.StandaloneServiceChain.DockerConfigScripts]: CREATE_IN_PROGRESS state changed 2025-10-08 18:52:36Z [standalone.StandaloneServiceChain.ServiceNames]: CREATE_COMPLETE state changed 2025-10-08 18:52:36Z [standalone.StandaloneServiceChain.PreDeployStepTasks]: CREATE_IN_PROGRESS state changed 2025-10-08 18:52:36Z [standalone.StandaloneServiceChain.AnsibleGroupVars]: CREATE_COMPLETE state changed 2025-10-08 18:52:37Z [standalone.StandaloneServiceChain.ExternalPostDeployTasks]: CREATE_IN_PROGRESS state changed 2025-10-08 18:52:37Z [standalone.StandaloneServiceChain.DockerConfigScripts]: CREATE_COMPLETE state changed 2025-10-08 18:52:37Z [standalone.StandaloneServiceChain.KeystoneResourcesConfigs]: CREATE_IN_PROGRESS state changed 2025-10-08 18:52:37Z [standalone.StandaloneServiceChain.PreDeployStepTasks]: CREATE_COMPLETE state changed 2025-10-08 18:52:37Z [standalone.StandaloneServiceChain.PostUpgradeTasks]: CREATE_IN_PROGRESS state changed 2025-10-08 18:52:37Z [standalone.StandaloneServiceChain.ExternalPostDeployTasks]: CREATE_COMPLETE state changed 2025-10-08 18:52:37Z [standalone.StandaloneServiceChain.ExternalUpdateTasks]: CREATE_IN_PROGRESS state changed 2025-10-08 18:52:38Z [standalone.StandaloneServiceChain.KeystoneResourcesConfigs]: CREATE_COMPLETE state changed 2025-10-08 18:52:38Z [standalone.StandaloneServiceChain.PuppetStepConfig]: CREATE_IN_PROGRESS state changed 2025-10-08 18:52:38Z [IncomingMetadataSettings]: CREATE_IN_PROGRESS state changed 2025-10-08 18:52:38Z [standalone.StandaloneServiceChain.PostUpgradeTasks]: CREATE_COMPLETE state changed 2025-10-08 18:52:38Z [standalone.StandaloneServiceChain.DockerConfig]: CREATE_IN_PROGRESS state changed 2025-10-08 18:52:39Z [standalone.StandaloneServiceChain.ExternalUpdateTasks]: CREATE_COMPLETE state changed 2025-10-08 18:52:39Z [standalone.StandaloneServiceChain.ExternalUpgradeTasks]: CREATE_IN_PROGRESS state changed 2025-10-08 18:52:39Z [standalone.StandaloneServiceChain.PuppetStepConfig]: CREATE_COMPLETE state changed 2025-10-08 18:52:39Z [IncomingMetadataSettings]: CREATE_COMPLETE state changed 2025-10-08 18:52:39Z [standalone.StandaloneServiceChain.FirewallRules]: CREATE_IN_PROGRESS state changed 2025-10-08 18:52:39Z [standalone.StandaloneServiceChain.DockerConfig]: CREATE_COMPLETE state changed 2025-10-08 18:52:39Z [standalone.StandaloneServiceChain.DockerPuppetTasks]: CREATE_IN_PROGRESS state changed 2025-10-08 18:52:39Z [standalone.StandaloneServiceChain.ExternalUpgradeTasks]: CREATE_COMPLETE state changed 2025-10-08 18:52:39Z [standalone.StandaloneServiceChain.FirewallRules]: CREATE_COMPLETE state changed 2025-10-08 18:52:39Z [standalone.StandaloneServiceChain.DockerPuppetTasks]: CREATE_COMPLETE state changed 2025-10-08 18:52:39Z [IndividualServices]: CREATE_IN_PROGRESS state changed 2025-10-08 18:52:39Z [CompactServices]: CREATE_IN_PROGRESS state changed 2025-10-08 18:52:39Z [IndividualServices]: CREATE_COMPLETE state changed 2025-10-08 18:52:39Z [CompactServices]: CREATE_COMPLETE state changed 2025-10-08 18:52:39Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:52:40Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook]: CREATE_COMPLETE state changed 2025-10-08 18:52:40Z [standalone.StandaloneServiceChain]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:52:41Z [standalone.StandaloneServiceChain]: CREATE_COMPLETE state changed 2025-10-08 18:52:41Z [standalone.StandaloneServiceChainRoleData]: CREATE_IN_PROGRESS state changed 2025-10-08 18:52:42Z [standalone.StandaloneServiceChainRoleData]: CREATE_COMPLETE state changed 2025-10-08 18:52:42Z [standalone.FirewallFrontendRules]: CREATE_IN_PROGRESS state changed 2025-10-08 18:52:42Z [standalone.StandaloneServiceNames]: CREATE_IN_PROGRESS state changed 2025-10-08 18:52:42Z [standalone.FirewallFrontendRules]: CREATE_COMPLETE state changed 2025-10-08 18:52:42Z [standalone.StandaloneServiceNames]: CREATE_COMPLETE state changed 2025-10-08 18:52:42Z [standalone.GlobalConfig]: CREATE_IN_PROGRESS state changed 2025-10-08 18:52:42Z [standalone.GlobalConfig]: CREATE_COMPLETE state changed 2025-10-08 18:52:42Z [standalone.StandaloneGroupVars]: CREATE_IN_PROGRESS state changed 2025-10-08 18:52:43Z [standalone.StandaloneGroupVars]: CREATE_COMPLETE state changed 2025-10-08 18:52:43Z [standalone.StandaloneServiceConfigSettings]: CREATE_IN_PROGRESS state changed 2025-10-08 18:52:43Z [standalone.Standalone]: CREATE_IN_PROGRESS state changed 2025-10-08 18:52:43Z [standalone.StandaloneServiceConfigSettings]: CREATE_COMPLETE state changed 2025-10-08 18:52:43Z [standalone.StandaloneConfigData]: CREATE_IN_PROGRESS state changed 2025-10-08 18:52:43Z [standalone.Standalone]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:52:43Z [standalone.StandaloneConfigData]: CREATE_COMPLETE state changed 2025-10-08 18:52:43Z [standalone.Standalone]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:52:44Z [standalone.Standalone]: UPDATE_IN_PROGRESS Stack UPDATE started 2025-10-08 18:52:44Z [standalone.Standalone.0]: CREATE_IN_PROGRESS state changed 2025-10-08 18:52:44Z [standalone.Standalone.0]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:52:44Z [standalone.Standalone.0.Standalone]: CREATE_IN_PROGRESS state changed 2025-10-08 18:52:44Z [standalone.Standalone.0.Standalone]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:52:44Z [standalone.Standalone.0.Standalone.ControlPlanePort]: CREATE_IN_PROGRESS state changed 2025-10-08 18:52:45Z [standalone.Standalone.0.DeploymentActions]: CREATE_IN_PROGRESS state changed 2025-10-08 18:52:45Z [standalone.Standalone.0.DeploymentActions]: CREATE_COMPLETE state changed 2025-10-08 18:52:45Z [standalone.Standalone.0.Standalone.deployed-server]: CREATE_IN_PROGRESS state changed 2025-10-08 18:52:45Z [standalone.Standalone.0.Standalone.deployed-server]: CREATE_COMPLETE state changed 2025-10-08 18:52:45Z [standalone.Standalone.0.Standalone.ControlPlanePort]: CREATE_COMPLETE state changed 2025-10-08 18:52:45Z [standalone.Standalone.0.Standalone]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:52:46Z [standalone.Standalone.0.Standalone]: CREATE_COMPLETE state changed 2025-10-08 18:52:47Z [standalone.Standalone.0.StandaloneExtraConfigPre]: CREATE_IN_PROGRESS state changed 2025-10-08 18:52:47Z [standalone.Standalone.0.InternalApiPort]: CREATE_IN_PROGRESS state changed 2025-10-08 18:52:47Z [standalone.Standalone.0.ExternalPort]: CREATE_IN_PROGRESS state changed 2025-10-08 18:52:47Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_IN_PROGRESS state changed 2025-10-08 18:52:47Z [standalone.Standalone.0.TenantPort]: CREATE_IN_PROGRESS state changed 2025-10-08 18:52:47Z [standalone.Standalone.0.StoragePort]: CREATE_IN_PROGRESS state changed 2025-10-08 18:52:47Z [standalone.Standalone.0.NetHostMap]: CREATE_IN_PROGRESS state changed 2025-10-08 18:52:47Z [standalone.Standalone.0.PreNetworkConfig]: CREATE_IN_PROGRESS state changed 2025-10-08 18:52:47Z [standalone.Standalone.0.NetHostMap]: CREATE_COMPLETE state changed 2025-10-08 18:52:47Z [standalone.Standalone.0.NodeTLSCAData]: CREATE_IN_PROGRESS state changed 2025-10-08 18:52:47Z [standalone.Standalone.0.InternalApiPort]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:52:47Z [standalone.Standalone.0.ExternalPort]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:52:47Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:52:47Z [standalone.Standalone.0.TenantPort]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:52:47Z [standalone.Standalone.0.PreNetworkConfig]: CREATE_COMPLETE state changed 2025-10-08 18:52:47Z [standalone.Standalone.0.StoragePort]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:52:47Z [standalone.Standalone.0.NodeTLSCAData]: CREATE_COMPLETE state changed 2025-10-08 18:52:47Z [standalone.Standalone.0.StandaloneAnsibleHostVars]: CREATE_IN_PROGRESS state changed 2025-10-08 18:52:47Z [standalone.Standalone.0.StandaloneAnsibleHostVars]: CREATE_COMPLETE state changed 2025-10-08 18:52:47Z [standalone.Standalone.0.InternalApiPort.InternalApiDeployedPort]: CREATE_IN_PROGRESS state changed 2025-10-08 18:52:47Z [standalone.Standalone.0.ExternalPort.ExternalDeployedPort]: CREATE_IN_PROGRESS state changed 2025-10-08 18:52:47Z [standalone.Standalone.0.StorageMgmtPort.StorageMgmtDeployedPort]: CREATE_IN_PROGRESS state changed 2025-10-08 18:52:47Z [standalone.Standalone.0.TenantPort.TenantDeployedPort]: CREATE_IN_PROGRESS state changed 2025-10-08 18:52:47Z [standalone.Standalone.0.StoragePort.StorageDeployedPort]: CREATE_IN_PROGRESS state changed 2025-10-08 18:52:47Z [standalone.Standalone.0.InternalApiPort.InternalApiDeployedPort]: CREATE_COMPLETE state changed 2025-10-08 18:52:47Z [standalone.Standalone.0.ExternalPort.ExternalDeployedPort]: CREATE_COMPLETE state changed 2025-10-08 18:52:47Z [standalone.Standalone.0.StorageMgmtPort.StorageMgmtDeployedPort]: CREATE_COMPLETE state changed 2025-10-08 18:52:47Z [standalone.Standalone.0.TenantPort.TenantDeployedPort]: CREATE_COMPLETE state changed 2025-10-08 18:52:47Z [standalone.Standalone.0.StoragePort.StorageDeployedPort]: CREATE_COMPLETE state changed 2025-10-08 18:52:47Z [standalone.Standalone.0.InternalApiPort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:52:47Z [standalone.Standalone.0.ExternalPort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:52:47Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:52:47Z [standalone.Standalone.0.TenantPort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:52:47Z [standalone.Standalone.0.StoragePort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:52:48Z [standalone.Standalone.0.StandaloneExtraConfigPre]: CREATE_COMPLETE state changed 2025-10-08 18:52:48Z [standalone.Standalone.0.InternalApiPort]: CREATE_COMPLETE state changed 2025-10-08 18:52:48Z [standalone.Standalone.0.ExternalPort]: CREATE_COMPLETE state changed 2025-10-08 18:52:48Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_COMPLETE state changed 2025-10-08 18:52:48Z [standalone.Standalone.0.TenantPort]: CREATE_COMPLETE state changed 2025-10-08 18:52:48Z [standalone.Standalone.0.StoragePort]: CREATE_COMPLETE state changed 2025-10-08 18:52:48Z [standalone.Standalone.0.NodeExtraConfig]: CREATE_IN_PROGRESS state changed 2025-10-08 18:52:48Z [standalone.Standalone.0.NetIpMap]: CREATE_IN_PROGRESS state changed 2025-10-08 18:52:48Z [standalone.Standalone.0.NetIpMap]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:52:48Z [standalone.Standalone.0.NetIpMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:52:48Z [standalone.Standalone.0.NetIpMap.NetIpMapValue]: CREATE_COMPLETE state changed 2025-10-08 18:52:48Z [standalone.Standalone.0.NetIpMap]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:52:49Z [standalone.Standalone.0.NodeExtraConfig]: CREATE_COMPLETE state changed 2025-10-08 18:52:49Z [standalone.Standalone.0.NetIpMap]: CREATE_COMPLETE state changed 2025-10-08 18:52:49Z [standalone.Standalone.0]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:52:50Z [standalone.Standalone.0]: CREATE_COMPLETE state changed 2025-10-08 18:52:50Z [standalone.Standalone]: UPDATE_COMPLETE Stack UPDATE completed successfully 2025-10-08 18:52:51Z [standalone.Standalone]: CREATE_COMPLETE state changed 2025-10-08 18:52:51Z [standalone.StandaloneServers]: CREATE_IN_PROGRESS state changed 2025-10-08 18:52:51Z [standalone.HostsEntryValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:52:52Z [standalone.StandaloneNetworkHostnameMap]: CREATE_IN_PROGRESS state changed 2025-10-08 18:52:52Z [standalone.AnsibleHostVars]: CREATE_IN_PROGRESS state changed 2025-10-08 18:52:52Z [standalone.StandaloneServers]: CREATE_COMPLETE state changed 2025-10-08 18:52:52Z [standalone.HostsEntryValue]: CREATE_COMPLETE state changed 2025-10-08 18:52:52Z [standalone.BlacklistedIpAddresses]: CREATE_IN_PROGRESS state changed 2025-10-08 18:52:52Z [standalone.ServerIdMap]: CREATE_IN_PROGRESS state changed 2025-10-08 18:52:52Z [standalone.StandaloneNetworkHostnameMap]: CREATE_COMPLETE state changed 2025-10-08 18:52:52Z [standalone.AnsibleHostVars]: CREATE_COMPLETE state changed 2025-10-08 18:52:52Z [standalone.BlacklistedHostnames]: CREATE_IN_PROGRESS state changed 2025-10-08 18:52:52Z [standalone.BlacklistedIpAddresses]: CREATE_COMPLETE state changed 2025-10-08 18:52:52Z [standalone.ServerIdMap]: CREATE_COMPLETE state changed 2025-10-08 18:52:52Z [standalone.AllNodesExtraConfig]: CREATE_IN_PROGRESS state changed 2025-10-08 18:52:52Z [standalone.BlacklistedHostnames]: CREATE_COMPLETE state changed 2025-10-08 18:52:52Z [standalone.StandaloneIpListMap]: CREATE_IN_PROGRESS state changed 2025-10-08 18:52:52Z [standalone.AllNodesExtraConfig]: CREATE_COMPLETE state changed 2025-10-08 18:52:52Z [standalone.AllNodesDeploySteps]: CREATE_IN_PROGRESS state changed 2025-10-08 18:52:52Z [standalone.StandaloneIpListMap]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:52:52Z [standalone.AllNodesDeploySteps]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 18:52:52Z [standalone.StandaloneIpListMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:52:52Z [standalone.StandaloneIpListMap.NetIpMapValue]: CREATE_COMPLETE state changed 2025-10-08 18:52:52Z [standalone.AllNodesDeploySteps.PreDeployStepTasks]: CREATE_IN_PROGRESS state changed 2025-10-08 18:52:52Z [standalone.AllNodesDeploySteps.PreDeployStepTasks]: CREATE_COMPLETE state changed 2025-10-08 18:52:53Z [standalone.StandaloneIpListMap.EnabledServicesValue]: CREATE_IN_PROGRESS state changed 2025-10-08 18:52:53Z [standalone.StandaloneIpListMap.EnabledServicesValue]: CREATE_COMPLETE state changed 2025-10-08 18:52:53Z [standalone.StandaloneIpListMap]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:52:53Z [standalone.AllNodesDeploySteps.ExternalPostDeployTasks]: CREATE_IN_PROGRESS state changed 2025-10-08 18:52:53Z [standalone.AllNodesDeploySteps.ExternalPostDeployTasks]: CREATE_COMPLETE state changed 2025-10-08 18:52:54Z [standalone.StandaloneIpListMap]: CREATE_COMPLETE state changed 2025-10-08 18:52:54Z [standalone.AllNodesDeploySteps.ScaleTasks]: CREATE_IN_PROGRESS state changed 2025-10-08 18:52:54Z [standalone.AllNodesDeploySteps.ScaleTasks]: CREATE_COMPLETE state changed 2025-10-08 18:52:56Z [standalone.AllNodesDeploySteps.StandaloneExtraConfigPost]: CREATE_IN_PROGRESS state changed 2025-10-08 18:52:56Z [standalone.AllNodesDeploySteps.ExternalUpgradeTasks]: CREATE_IN_PROGRESS state changed 2025-10-08 18:52:56Z [standalone.AllNodesDeploySteps.ExternalUpgradeTasks]: CREATE_COMPLETE state changed 2025-10-08 18:52:57Z [standalone.AllNodesDeploySteps.StandaloneExtraConfigPost]: CREATE_COMPLETE state changed 2025-10-08 18:52:57Z [standalone.AllNodesDeploySteps.StandalonePostConfig]: CREATE_IN_PROGRESS state changed 2025-10-08 18:52:57Z [standalone.AllNodesDeploySteps.StandalonePostConfig]: CREATE_COMPLETE state changed 2025-10-08 18:52:57Z [standalone.AllNodesDeploySteps.ExternalUpdateTasks]: CREATE_IN_PROGRESS state changed 2025-10-08 18:52:57Z [standalone.AllNodesDeploySteps.ExternalUpdateTasks]: CREATE_COMPLETE state changed 2025-10-08 18:52:58Z [standalone.AllNodesDeploySteps.BootstrapServerId]: CREATE_IN_PROGRESS state changed 2025-10-08 18:52:58Z [standalone.AllNodesDeploySteps.BootstrapServerId]: CREATE_COMPLETE state changed 2025-10-08 18:52:59Z [standalone.AllNodesDeploySteps.ExternalDeployTasks]: CREATE_IN_PROGRESS state changed 2025-10-08 18:52:59Z [standalone.AllNodesDeploySteps.ExternalDeployTasks]: CREATE_COMPLETE state changed 2025-10-08 18:52:59Z [standalone.AllNodesDeploySteps]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 18:53:00Z [standalone.AllNodesDeploySteps]: CREATE_COMPLETE state changed 2025-10-08 18:53:00Z [standalone]: CREATE_COMPLETE Stack CREATE completed successfully Stack standalone/ec5c8464-15bb-477d-80a4-29f578f8dd71 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-08 18:53:21.774189 | fa163ec5-3f45-18b2-9caa-000000000006 | TASK | External deployment step 0 2025-10-08 18:53:21.798703 | fa163ec5-3f45-18b2-9caa-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', 'fa163ec5-3f45-18b2-9caa-000000000006') missing from stats 2025-10-08 18:53:21.847328 | fa163ec5-3f45-18b2-9caa-000000000007 | TIMING | include_tasks | undercloud | 0:00:00.120659 | 0.03s 2025-10-08 18:53:21.859021 | 0835c891-01ea-41b3-a1cd-034046ed7b42 | INCLUDED | /root/standalone-ansible-tki1o3rs/external_deploy_steps_tasks_step0.yaml | undercloud 2025-10-08 18:53:21.878305 | fa163ec5-3f45-18b2-9caa-000000000127 | TASK | create ovn mac address for Standalone role nodes 2025-10-08 18:53:22.731902 | fa163ec5-3f45-18b2-9caa-000000000127 | OK | create ovn mac address for Standalone role nodes | undercloud 2025-10-08 18:53:22.735001 | fa163ec5-3f45-18b2-9caa-000000000127 | TIMING | create ovn mac address for Standalone role nodes | undercloud | 0:00:01.008376 | 0.86s 2025-10-08 18:53:22.752913 | fa163ec5-3f45-18b2-9caa-000000000129 | TASK | create redis virtual ip 2025-10-08 18:53:23.644231 | fa163ec5-3f45-18b2-9caa-000000000129 | CHANGED | create redis virtual ip | undercloud 2025-10-08 18:53:23.645827 | fa163ec5-3f45-18b2-9caa-000000000129 | TIMING | create redis virtual ip | undercloud | 0:00:01.919202 | 0.89s PLAY [Check if required variables are defined] ********************************* 2025-10-08 18:53:23.724224 | fa163ec5-3f45-18b2-9caa-000000000138 | TASK | Gathering Facts 2025-10-08 18:53:24.228028 | fa163ec5-3f45-18b2-9caa-000000000138 | OK | Gathering Facts | localhost 2025-10-08 18:53:24.229635 | fa163ec5-3f45-18b2-9caa-000000000138 | TIMING | Gathering Facts | localhost | 0:00:02.503006 | 0.50s 2025-10-08 18:53:24.274429 | fa163ec5-3f45-18b2-9caa-00000000000b | SKIPPED | ansible.builtin.fail | localhost 2025-10-08 18:53:24.275724 | fa163ec5-3f45-18b2-9caa-00000000000b | TIMING | ansible.builtin.fail | localhost | 0:00:02.549095 | 0.03s 2025-10-08 18:53:24.311514 | fa163ec5-3f45-18b2-9caa-00000000000c | SKIPPED | ansible.builtin.fail | localhost 2025-10-08 18:53:24.312879 | fa163ec5-3f45-18b2-9caa-00000000000c | TIMING | ansible.builtin.fail | localhost | 0:00:02.586253 | 0.03s PLAY [Clear cached facts] ****************************************************** PLAY [Gather facts] ************************************************************ 2025-10-08 18:53:24.428759 | fa163ec5-3f45-18b2-9caa-000000000160 | TASK | Gathering Facts 2025-10-08 18:53:24.438915 | fa163ec5-3f45-18b2-9caa-000000000160 | TASK | Gathering Facts 2025-10-08 18:53:24.780678 | fa163ec5-3f45-18b2-9caa-000000000160 | OK | Gathering Facts | undercloud 2025-10-08 18:53:24.782458 | fa163ec5-3f45-18b2-9caa-000000000160 | TIMING | Gathering Facts | undercloud | 0:00:03.055832 | 0.35s 2025-10-08 18:53:24.785825 | fa163ec5-3f45-18b2-9caa-000000000160 | OK | Gathering Facts | standalone 2025-10-08 18:53:24.787242 | fa163ec5-3f45-18b2-9caa-000000000160 | TIMING | Gathering Facts | standalone | 0:00:03.060618 | 0.35s 2025-10-08 18:53:24.853092 | fa163ec5-3f45-18b2-9caa-000000000012 | TASK | Set legacy facts 2025-10-08 18:53:24.875998 | fa163ec5-3f45-18b2-9caa-000000000012 | TASK | Set legacy facts 2025-10-08 18:53:24.891542 | fa163ec5-3f45-18b2-9caa-000000000012 | OK | Set legacy facts | undercloud 2025-10-08 18:53:24.892455 | fa163ec5-3f45-18b2-9caa-000000000012 | TIMING | Set legacy facts | undercloud | 0:00:03.165836 | 0.04s 2025-10-08 18:53:24.910054 | fa163ec5-3f45-18b2-9caa-000000000012 | OK | Set legacy facts | standalone 2025-10-08 18:53:24.910545 | fa163ec5-3f45-18b2-9caa-000000000012 | TIMING | Set legacy facts | standalone | 0:00:03.183930 | 0.03s PLAY [Load global variables] *************************************************** 2025-10-08 18:53:25.061386 | fa163ec5-3f45-18b2-9caa-000000000015 | OK | ansible.builtin.include_vars | undercloud 2025-10-08 18:53:25.062534 | fa163ec5-3f45-18b2-9caa-000000000015 | TIMING | ansible.builtin.include_vars | undercloud | 0:00:03.335910 | 0.03s 2025-10-08 18:53:25.083841 | fa163ec5-3f45-18b2-9caa-000000000015 | OK | ansible.builtin.include_vars | standalone 2025-10-08 18:53:25.084274 | fa163ec5-3f45-18b2-9caa-000000000015 | TIMING | ansible.builtin.include_vars | standalone | 0:00:03.357659 | 0.04s PLAY [Include extra variables from files] ************************************** 2025-10-08 18:53:25.162093 | fa163ec5-3f45-18b2-9caa-000000000018 | TASK | Include Service VIP vars 2025-10-08 18:53:25.184319 | fa163ec5-3f45-18b2-9caa-000000000018 | OK | Include Service VIP vars | undercloud 2025-10-08 18:53:25.185138 | fa163ec5-3f45-18b2-9caa-000000000018 | TIMING | Include Service VIP vars | undercloud | 0:00:03.458518 | 0.02s 2025-10-08 18:53:25.198044 | fa163ec5-3f45-18b2-9caa-000000000018 | OK | Include Service VIP vars | standalone 2025-10-08 18:53:25.198429 | fa163ec5-3f45-18b2-9caa-000000000018 | TIMING | Include Service VIP vars | standalone | 0:00:03.471817 | 0.03s 2025-10-08 18:53:25.201522 | fa163ec5-3f45-18b2-9caa-000000000019 | TASK | Include OVN bridge MAC address variables 2025-10-08 18:53:25.228602 | fa163ec5-3f45-18b2-9caa-000000000019 | OK | Include OVN bridge MAC address variables | undercloud 2025-10-08 18:53:25.229499 | fa163ec5-3f45-18b2-9caa-000000000019 | TIMING | Include OVN bridge MAC address variables | undercloud | 0:00:03.502880 | 0.03s 2025-10-08 18:53:25.240147 | fa163ec5-3f45-18b2-9caa-000000000019 | OK | Include OVN bridge MAC address variables | standalone 2025-10-08 18:53:25.240553 | fa163ec5-3f45-18b2-9caa-000000000019 | TIMING | Include OVN bridge MAC address variables | standalone | 0:00:03.513941 | 0.03s PLAY [Render all_nodes data as group_vars for overcloud] *********************** 2025-10-08 18:53:25.318380 | fa163ec5-3f45-18b2-9caa-00000000001c | TASK | Render all_nodes data as group_vars for overcloud 2025-10-08 18:53:25.971199 | fa163ec5-3f45-18b2-9caa-00000000001c | OK | Render all_nodes data as group_vars for overcloud | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163ec5-3f45-18b2-9caa-00000000001c') missing from stats PLAY [Set all_nodes data as group_vars for overcloud] ************************** 2025-10-08 18:53:26.051739 | fa163ec5-3f45-18b2-9caa-00000000001f | TASK | Set all_nodes data as group_vars for overcloud 2025-10-08 18:53:26.086173 | fa163ec5-3f45-18b2-9caa-00000000001f | OK | Set all_nodes data as group_vars for overcloud | standalone 2025-10-08 18:53:26.086794 | fa163ec5-3f45-18b2-9caa-00000000001f | TIMING | Set all_nodes data as group_vars for overcloud | standalone | 0:00:04.360177 | 0.03s PLAY [Manage SELinux] ********************************************************** 2025-10-08 18:53:26.145241 | fa163ec5-3f45-18b2-9caa-000000000023 | TASK | Set selinux state 2025-10-08 18:53:26.692411 | fa163ec5-3f45-18b2-9caa-000000000023 | OK | Set selinux state | standalone 2025-10-08 18:53:26.693773 | fa163ec5-3f45-18b2-9caa-000000000023 | TIMING | Set selinux state | standalone | 0:00:04.967144 | 0.55s PLAY [Generate /etc/hosts] ***************************************************** 2025-10-08 18:53:26.831089 | fa163ec5-3f45-18b2-9caa-000000000026 | TASK | Configure Hosts Entries 2025-10-08 18:53:26.861925 | fa163ec5-3f45-18b2-9caa-000000000026 | TIMING | Configure Hosts Entries | undercloud | 0:00:05.135271 | 0.03s 2025-10-08 18:53:26.878516 | fa163ec5-3f45-18b2-9caa-000000000026 | TIMING | Configure Hosts Entries | standalone | 0:00:05.151895 | 0.02s 2025-10-08 18:53:26.929243 | fa163ec5-3f45-18b2-9caa-0000000001f1 | TASK | Create temporary file for hosts 2025-10-08 18:53:27.276993 | fa163ec5-3f45-18b2-9caa-0000000001f1 | CHANGED | Create temporary file for hosts | undercloud 2025-10-08 18:53:27.278382 | fa163ec5-3f45-18b2-9caa-0000000001f1 | TIMING | tripleo_hosts_entries : Create temporary file for hosts | undercloud | 0:00:05.551754 | 0.35s 2025-10-08 18:53:27.279186 | fa163ec5-3f45-18b2-9caa-0000000001f1 | CHANGED | Create temporary file for hosts | standalone 2025-10-08 18:53:27.279787 | fa163ec5-3f45-18b2-9caa-0000000001f1 | TIMING | tripleo_hosts_entries : Create temporary file for hosts | standalone | 0:00:05.553170 | 0.34s 2025-10-08 18:53:27.299120 | fa163ec5-3f45-18b2-9caa-0000000001f2 | TASK | Prepare temporary /etc/hosts 2025-10-08 18:53:27.678499 | fa163ec5-3f45-18b2-9caa-0000000001f2 | CHANGED | Prepare temporary /etc/hosts | undercloud 2025-10-08 18:53:27.680049 | fa163ec5-3f45-18b2-9caa-0000000001f2 | TIMING | tripleo_hosts_entries : Prepare temporary /etc/hosts | undercloud | 0:00:05.953420 | 0.38s 2025-10-08 18:53:27.701743 | fa163ec5-3f45-18b2-9caa-0000000001f2 | CHANGED | Prepare temporary /etc/hosts | standalone 2025-10-08 18:53:27.702510 | fa163ec5-3f45-18b2-9caa-0000000001f2 | TIMING | tripleo_hosts_entries : Prepare temporary /etc/hosts | standalone | 0:00:05.975890 | 0.39s 2025-10-08 18:53:27.720406 | fa163ec5-3f45-18b2-9caa-0000000001f3 | TASK | Remove old Heat hosts configuration (if present) 2025-10-08 18:53:28.030793 | fa163ec5-3f45-18b2-9caa-0000000001f3 | OK | Remove old Heat hosts configuration (if present) | standalone 2025-10-08 18:53:28.033499 | fa163ec5-3f45-18b2-9caa-0000000001f3 | TIMING | tripleo_hosts_entries : Remove old Heat hosts configuration (if present) | standalone | 0:00:06.306864 | 0.29s 2025-10-08 18:53:28.076309 | fa163ec5-3f45-18b2-9caa-0000000001f3 | OK | Remove old Heat hosts configuration (if present) | undercloud 2025-10-08 18:53:28.078052 | fa163ec5-3f45-18b2-9caa-0000000001f3 | TIMING | tripleo_hosts_entries : Remove old Heat hosts configuration (if present) | undercloud | 0:00:06.351429 | 0.36s 2025-10-08 18:53:28.093287 | fa163ec5-3f45-18b2-9caa-0000000001f4 | TASK | Render out the hosts entries 2025-10-08 18:53:28.200571 | fa163ec5-3f45-18b2-9caa-0000000001f4 | OK | Render out the hosts entries | undercloud 2025-10-08 18:53:28.201758 | fa163ec5-3f45-18b2-9caa-0000000001f4 | TIMING | tripleo_hosts_entries : Render out the hosts entries | undercloud | 0:00:06.475132 | 0.11s 2025-10-08 18:53:28.219669 | fa163ec5-3f45-18b2-9caa-0000000001f5 | TASK | Prepare new /etc/hosts 2025-10-08 18:53:28.462869 | fa163ec5-3f45-18b2-9caa-0000000001f5 | CHANGED | Prepare new /etc/hosts | undercloud 2025-10-08 18:53:28.465940 | fa163ec5-3f45-18b2-9caa-0000000001f5 | TIMING | tripleo_hosts_entries : Prepare new /etc/hosts | undercloud | 0:00:06.739305 | 0.24s 2025-10-08 18:53:28.509115 | fa163ec5-3f45-18b2-9caa-0000000001f5 | CHANGED | Prepare new /etc/hosts | standalone 2025-10-08 18:53:28.511454 | fa163ec5-3f45-18b2-9caa-0000000001f5 | TIMING | tripleo_hosts_entries : Prepare new /etc/hosts | standalone | 0:00:06.784830 | 0.27s 2025-10-08 18:53:28.532215 | fa163ec5-3f45-18b2-9caa-0000000001f6 | TASK | Update /etc/hosts contents (if changed) 2025-10-08 18:53:28.889702 | fa163ec5-3f45-18b2-9caa-0000000001f6 | CHANGED | Update /etc/hosts contents (if changed) | undercloud 2025-10-08 18:53:28.891250 | fa163ec5-3f45-18b2-9caa-0000000001f6 | TIMING | tripleo_hosts_entries : Update /etc/hosts contents (if changed) | undercloud | 0:00:07.164623 | 0.36s 2025-10-08 18:53:28.902321 | fa163ec5-3f45-18b2-9caa-0000000001f6 | CHANGED | Update /etc/hosts contents (if changed) | standalone 2025-10-08 18:53:28.902856 | fa163ec5-3f45-18b2-9caa-0000000001f6 | TIMING | tripleo_hosts_entries : Update /etc/hosts contents (if changed) | standalone | 0:00:07.176240 | 0.35s 2025-10-08 18:53:28.918754 | fa163ec5-3f45-18b2-9caa-0000000001f7 | TASK | Clean up temporary hosts file 2025-10-08 18:53:29.274228 | fa163ec5-3f45-18b2-9caa-0000000001f7 | CHANGED | Clean up temporary hosts file | undercloud 2025-10-08 18:53:29.275264 | fa163ec5-3f45-18b2-9caa-0000000001f7 | TIMING | tripleo_hosts_entries : Clean up temporary hosts file | undercloud | 0:00:07.548642 | 0.36s 2025-10-08 18:53:29.286020 | fa163ec5-3f45-18b2-9caa-0000000001f7 | CHANGED | Clean up temporary hosts file | standalone 2025-10-08 18:53:29.286404 | fa163ec5-3f45-18b2-9caa-0000000001f7 | TIMING | tripleo_hosts_entries : Clean up temporary hosts file | standalone | 0:00:07.559792 | 0.35s PLAY [Common roles for TripleO servers] **************************************** 2025-10-08 18:53:29.389747 | fa163ec5-3f45-18b2-9caa-00000000002a | TASK | Common roles for TripleO servers 2025-10-08 18:53:29.416125 | fa163ec5-3f45-18b2-9caa-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', 'fa163ec5-3f45-18b2-9caa-00000000002a') missing from stats 2025-10-08 18:53:29.484342 | fa163ec5-3f45-18b2-9caa-00000000002c | TIMING | include_role : tripleo_bootstrap | standalone | 0:00:07.757717 | 0.02s 2025-10-08 18:53:29.552239 | fa163ec5-3f45-18b2-9caa-000000000254 | TASK | Gather variables for each operating system 2025-10-08 18:53:29.666011 | fa163ec5-3f45-18b2-9caa-000000000254 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2025-10-08 18:53:29.667684 | fa163ec5-3f45-18b2-9caa-000000000254 | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:07.941054 | 0.11s 2025-10-08 18:53:29.673118 | fa163ec5-3f45-18b2-9caa-000000000254 | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:07.946491 | 0.12s 2025-10-08 18:53:29.697221 | fa163ec5-3f45-18b2-9caa-000000000256 | TASK | Check release version package is installed 2025-10-08 18:53:30.000778 | fa163ec5-3f45-18b2-9caa-000000000256 | CHANGED | Check release version package is installed | standalone 2025-10-08 18:53:30.002173 | fa163ec5-3f45-18b2-9caa-000000000256 | TIMING | tripleo_bootstrap : Check release version package is installed | standalone | 0:00:08.275544 | 0.30s 2025-10-08 18:53:30.030000 | fa163ec5-3f45-18b2-9caa-000000000257 | TASK | Deploy release version package 2025-10-08 18:53:34.607628 | fa163ec5-3f45-18b2-9caa-000000000257 | CHANGED | Deploy release version package | standalone 2025-10-08 18:53:34.609041 | fa163ec5-3f45-18b2-9caa-000000000257 | TIMING | tripleo_bootstrap : Deploy release version package | standalone | 0:00:12.882411 | 4.58s 2025-10-08 18:53:34.633700 | fa163ec5-3f45-18b2-9caa-000000000259 | TASK | Include packages tasks 2025-10-08 18:53:34.660681 | fa163ec5-3f45-18b2-9caa-000000000259 | TIMING | tripleo_bootstrap : Include packages tasks | standalone | 0:00:12.934044 | 0.03s 2025-10-08 18:53:34.686704 | 4f84bd9f-c9f3-4d73-9dc7-b7749fdaac54 | INCLUDED | /usr/share/ansible/roles/tripleo_bootstrap/tasks/packages.yml | standalone 2025-10-08 18:53:34.716998 | fa163ec5-3f45-18b2-9caa-0000000002ad | TASK | Gather facts if they don't exist 2025-10-08 18:53:34.783773 | fa163ec5-3f45-18b2-9caa-0000000002ad | SKIPPED | Gather facts if they don't exist | standalone 2025-10-08 18:53:34.785126 | fa163ec5-3f45-18b2-9caa-0000000002ad | TIMING | tripleo_bootstrap : Gather facts if they don't exist | standalone | 0:00:13.058499 | 0.04s 2025-10-08 18:53:34.810120 | fa163ec5-3f45-18b2-9caa-0000000002ae | TASK | Gather variables for each operating system 2025-10-08 18:53:34.905587 | fa163ec5-3f45-18b2-9caa-0000000002ae | SKIPPED | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2025-10-08 18:53:34.911578 | fa163ec5-3f45-18b2-9caa-0000000002ae | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:13.184950 | 0.10s 2025-10-08 18:53:34.935688 | fa163ec5-3f45-18b2-9caa-0000000002b0 | TASK | Check required packages to bootstrap TripleO is installed 2025-10-08 18:53:35.165800 | fa163ec5-3f45-18b2-9caa-0000000002b0 | CHANGED | Check required packages to bootstrap TripleO is installed | standalone 2025-10-08 18:53:35.167551 | fa163ec5-3f45-18b2-9caa-0000000002b0 | TIMING | tripleo_bootstrap : Check required packages to bootstrap TripleO is installed | standalone | 0:00:13.440922 | 0.23s 2025-10-08 18:53:35.192485 | fa163ec5-3f45-18b2-9caa-0000000002b1 | TASK | Deploy required packages to bootstrap TripleO 2025-10-08 18:53:40.706349 | fa163ec5-3f45-18b2-9caa-0000000002b1 | CHANGED | Deploy required packages to bootstrap TripleO | standalone 2025-10-08 18:53:40.707843 | fa163ec5-3f45-18b2-9caa-0000000002b1 | TIMING | tripleo_bootstrap : Deploy required packages to bootstrap TripleO | standalone | 0:00:18.981215 | 5.51s 2025-10-08 18:53:40.732428 | fa163ec5-3f45-18b2-9caa-0000000002b2 | TASK | Ensure packages are actually well installed 2025-10-08 18:53:41.706495 | fa163ec5-3f45-18b2-9caa-0000000002b2 | CHANGED | Ensure packages are actually well installed | standalone 2025-10-08 18:53:41.707894 | fa163ec5-3f45-18b2-9caa-0000000002b2 | TIMING | tripleo_bootstrap : Ensure packages are actually well installed | standalone | 0:00:19.981264 | 0.97s 2025-10-08 18:53:41.734880 | fa163ec5-3f45-18b2-9caa-00000000025a | TASK | Enable openvswitch service if installed 2025-10-08 18:53:42.662687 | fa163ec5-3f45-18b2-9caa-00000000025a | CHANGED | Enable openvswitch service if installed | standalone 2025-10-08 18:53:42.664518 | fa163ec5-3f45-18b2-9caa-00000000025a | TIMING | tripleo_bootstrap : Enable openvswitch service if installed | standalone | 0:00:20.937889 | 0.93s 2025-10-08 18:53:42.691663 | fa163ec5-3f45-18b2-9caa-00000000025b | TASK | Create /var/lib/heat-config/tripleo-config-download directory for deployment data 2025-10-08 18:53:42.928488 | fa163ec5-3f45-18b2-9caa-00000000025b | CHANGED | Create /var/lib/heat-config/tripleo-config-download directory for deployment data | standalone 2025-10-08 18:53:42.930094 | fa163ec5-3f45-18b2-9caa-00000000025b | TIMING | tripleo_bootstrap : Create /var/lib/heat-config/tripleo-config-download directory for deployment data | standalone | 0:00:21.203459 | 0.24s 2025-10-08 18:53:42.955818 | fa163ec5-3f45-18b2-9caa-00000000025d | TASK | Check required legacy network packages for bootstrap TripleO is installed 2025-10-08 18:53:43.219864 | fa163ec5-3f45-18b2-9caa-00000000025d | CHANGED | Check required legacy network packages for bootstrap TripleO is installed | standalone 2025-10-08 18:53:43.221345 | fa163ec5-3f45-18b2-9caa-00000000025d | TIMING | tripleo_bootstrap : Check required legacy network packages for bootstrap TripleO is installed | standalone | 0:00:21.494674 | 0.26s 2025-10-08 18:53:43.246888 | fa163ec5-3f45-18b2-9caa-00000000025e | TASK | Deploy network-scripts required for deprecated network service 2025-10-08 18:53:43.295198 | fa163ec5-3f45-18b2-9caa-00000000025e | SKIPPED | Deploy network-scripts required for deprecated network service | standalone 2025-10-08 18:53:43.296577 | fa163ec5-3f45-18b2-9caa-00000000025e | TIMING | tripleo_bootstrap : Deploy network-scripts required for deprecated network service | standalone | 0:00:21.569940 | 0.05s 2025-10-08 18:53:43.322081 | fa163ec5-3f45-18b2-9caa-00000000025f | TASK | Ensure network service is enabled 2025-10-08 18:53:43.701171 | fa163ec5-3f45-18b2-9caa-00000000025f | OK | Ensure network service is enabled | standalone 2025-10-08 18:53:43.703621 | fa163ec5-3f45-18b2-9caa-00000000025f | TIMING | tripleo_bootstrap : Ensure network service is enabled | standalone | 0:00:21.976985 | 0.38s 2025-10-08 18:53:43.730975 | fa163ec5-3f45-18b2-9caa-000000000261 | TASK | Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf 2025-10-08 18:53:44.077493 | fa163ec5-3f45-18b2-9caa-000000000261 | CHANGED | Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf | standalone 2025-10-08 18:53:44.078890 | fa163ec5-3f45-18b2-9caa-000000000261 | TIMING | tripleo_bootstrap : Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:00:22.352262 | 0.35s 2025-10-08 18:53:44.104440 | fa163ec5-3f45-18b2-9caa-000000000262 | TASK | Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf 2025-10-08 18:53:44.347934 | fa163ec5-3f45-18b2-9caa-000000000262 | CHANGED | Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf | standalone 2025-10-08 18:53:44.349210 | fa163ec5-3f45-18b2-9caa-000000000262 | TIMING | tripleo_bootstrap : Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:00:22.622583 | 0.24s 2025-10-08 18:53:44.373774 | fa163ec5-3f45-18b2-9caa-000000000263 | TASK | Reload NetworkManager 2025-10-08 18:53:44.791609 | fa163ec5-3f45-18b2-9caa-000000000263 | CHANGED | Reload NetworkManager | standalone 2025-10-08 18:53:44.793555 | fa163ec5-3f45-18b2-9caa-000000000263 | TIMING | tripleo_bootstrap : Reload NetworkManager | standalone | 0:00:23.066924 | 0.42s 2025-10-08 18:53:44.819816 | fa163ec5-3f45-18b2-9caa-000000000265 | TASK | Symlink puppet modules under /etc/puppet/modules 2025-10-08 18:53:45.042404 | fa163ec5-3f45-18b2-9caa-000000000265 | CHANGED | Symlink puppet modules under /etc/puppet/modules | standalone 2025-10-08 18:53:45.043589 | fa163ec5-3f45-18b2-9caa-000000000265 | TIMING | tripleo_bootstrap : Symlink puppet modules under /etc/puppet/modules | standalone | 0:00:23.316962 | 0.22s 2025-10-08 18:53:45.068124 | fa163ec5-3f45-18b2-9caa-000000000266 | TASK | Check if /usr/bin/ansible-playbook exists 2025-10-08 18:53:45.406479 | fa163ec5-3f45-18b2-9caa-000000000266 | OK | Check if /usr/bin/ansible-playbook exists | standalone 2025-10-08 18:53:45.407864 | fa163ec5-3f45-18b2-9caa-000000000266 | TIMING | tripleo_bootstrap : Check if /usr/bin/ansible-playbook exists | standalone | 0:00:23.681237 | 0.34s 2025-10-08 18:53:45.432768 | fa163ec5-3f45-18b2-9caa-000000000267 | TASK | Check if /usr/bin/ansible-playbook-3 exists 2025-10-08 18:53:45.644316 | fa163ec5-3f45-18b2-9caa-000000000267 | OK | Check if /usr/bin/ansible-playbook-3 exists | standalone 2025-10-08 18:53:45.645591 | fa163ec5-3f45-18b2-9caa-000000000267 | TIMING | tripleo_bootstrap : Check if /usr/bin/ansible-playbook-3 exists | standalone | 0:00:23.918963 | 0.21s 2025-10-08 18:53:45.669821 | fa163ec5-3f45-18b2-9caa-000000000268 | TASK | Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook 2025-10-08 18:53:45.881438 | fa163ec5-3f45-18b2-9caa-000000000268 | CHANGED | Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook | standalone 2025-10-08 18:53:45.882938 | fa163ec5-3f45-18b2-9caa-000000000268 | TIMING | tripleo_bootstrap : Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook | standalone | 0:00:24.156303 | 0.21s 2025-10-08 18:53:45.953422 | fa163ec5-3f45-18b2-9caa-00000000002d | TIMING | include_role : tripleo_ssh_known_hosts | standalone | 0:00:24.226788 | 0.02s 2025-10-08 18:53:46.035730 | fa163ec5-3f45-18b2-9caa-000000000361 | TASK | Create temporary file for ssh_known_hosts 2025-10-08 18:53:46.255450 | fa163ec5-3f45-18b2-9caa-000000000361 | CHANGED | Create temporary file for ssh_known_hosts | standalone 2025-10-08 18:53:46.256695 | fa163ec5-3f45-18b2-9caa-000000000361 | TIMING | tripleo_ssh_known_hosts : Create temporary file for ssh_known_hosts | standalone | 0:00:24.530067 | 0.22s 2025-10-08 18:53:46.281617 | fa163ec5-3f45-18b2-9caa-000000000362 | TASK | Check for ssh_known_hosts file 2025-10-08 18:53:46.486998 | fa163ec5-3f45-18b2-9caa-000000000362 | OK | Check for ssh_known_hosts file | standalone 2025-10-08 18:53:46.488270 | fa163ec5-3f45-18b2-9caa-000000000362 | TIMING | tripleo_ssh_known_hosts : Check for ssh_known_hosts file | standalone | 0:00:24.761642 | 0.21s 2025-10-08 18:53:46.512859 | fa163ec5-3f45-18b2-9caa-000000000363 | TASK | Create a temporary copy of ssh_known_hosts 2025-10-08 18:53:46.540092 | fa163ec5-3f45-18b2-9caa-000000000363 | SKIPPED | Create a temporary copy of ssh_known_hosts | standalone 2025-10-08 18:53:46.541379 | fa163ec5-3f45-18b2-9caa-000000000363 | TIMING | tripleo_ssh_known_hosts : Create a temporary copy of ssh_known_hosts | standalone | 0:00:24.814752 | 0.03s 2025-10-08 18:53:46.566091 | fa163ec5-3f45-18b2-9caa-000000000364 | TASK | Write temporary file 2025-10-08 18:53:46.593824 | fa163ec5-3f45-18b2-9caa-000000000364 | SKIPPED | Write temporary file | standalone 2025-10-08 18:53:46.595040 | fa163ec5-3f45-18b2-9caa-000000000364 | TIMING | tripleo_ssh_known_hosts : Write temporary file | standalone | 0:00:24.868412 | 0.03s 2025-10-08 18:53:46.619239 | fa163ec5-3f45-18b2-9caa-000000000365 | TASK | Set ssh_known_hosts fact 2025-10-08 18:53:46.697495 | fa163ec5-3f45-18b2-9caa-000000000365 | OK | Set ssh_known_hosts fact | standalone 2025-10-08 18:53:46.698669 | fa163ec5-3f45-18b2-9caa-000000000365 | TIMING | tripleo_ssh_known_hosts : Set ssh_known_hosts fact | standalone | 0:00:24.972043 | 0.08s 2025-10-08 18:53:46.723223 | fa163ec5-3f45-18b2-9caa-000000000366 | TASK | Add host keys to temporary ssh_known_hosts 2025-10-08 18:53:46.945555 | fa163ec5-3f45-18b2-9caa-000000000366 | CHANGED | Add host keys to temporary ssh_known_hosts | standalone 2025-10-08 18:53:46.946918 | fa163ec5-3f45-18b2-9caa-000000000366 | TIMING | tripleo_ssh_known_hosts : Add host keys to temporary ssh_known_hosts | standalone | 0:00:25.220290 | 0.22s 2025-10-08 18:53:46.971044 | fa163ec5-3f45-18b2-9caa-000000000367 | TASK | In-place update of /etc/ssh_known_hosts 2025-10-08 18:53:47.183359 | fa163ec5-3f45-18b2-9caa-000000000367 | CHANGED | In-place update of /etc/ssh_known_hosts | standalone 2025-10-08 18:53:47.184777 | fa163ec5-3f45-18b2-9caa-000000000367 | TIMING | tripleo_ssh_known_hosts : In-place update of /etc/ssh_known_hosts | standalone | 0:00:25.458149 | 0.21s 2025-10-08 18:53:47.209059 | fa163ec5-3f45-18b2-9caa-000000000368 | TASK | Remove temp file 2025-10-08 18:53:47.421978 | fa163ec5-3f45-18b2-9caa-000000000368 | CHANGED | Remove temp file | standalone 2025-10-08 18:53:47.423353 | fa163ec5-3f45-18b2-9caa-000000000368 | TIMING | tripleo_ssh_known_hosts : Remove temp file | standalone | 0:00:25.696672 | 0.21s PLAY [Deploy step tasks for step 0] ******************************************** 2025-10-08 18:53:47.604382 | fa163ec5-3f45-18b2-9caa-000000000034 | TASK | Deploy step tasks for step 0 2025-10-08 18:53:47.666068 | fa163ec5-3f45-18b2-9caa-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', 'fa163ec5-3f45-18b2-9caa-000000000034') missing from stats 2025-10-08 18:53:47.685881 | fa163ec5-3f45-18b2-9caa-000000000035 | TASK | Ensure /var/log/journal exists 2025-10-08 18:53:47.912262 | fa163ec5-3f45-18b2-9caa-000000000035 | CHANGED | Ensure /var/log/journal exists | standalone 2025-10-08 18:53:47.913566 | fa163ec5-3f45-18b2-9caa-000000000035 | TIMING | Ensure /var/log/journal exists | standalone | 0:00:26.186941 | 0.23s 2025-10-08 18:53:47.939179 | fa163ec5-3f45-18b2-9caa-000000000036 | TASK | Check cloud-init status 2025-10-08 18:53:48.169618 | fa163ec5-3f45-18b2-9caa-000000000036 | CHANGED | Check cloud-init status | standalone 2025-10-08 18:53:48.170905 | fa163ec5-3f45-18b2-9caa-000000000036 | TIMING | Check cloud-init status | standalone | 0:00:26.444281 | 0.23s 2025-10-08 18:53:48.195273 | fa163ec5-3f45-18b2-9caa-000000000037 | TASK | Check if cloud-init is disabled via kernel args 2025-10-08 18:53:48.415398 | fa163ec5-3f45-18b2-9caa-000000000037 | CHANGED | Check if cloud-init is disabled via kernel args | standalone 2025-10-08 18:53:48.416148 | fa163ec5-3f45-18b2-9caa-000000000037 | TIMING | Check if cloud-init is disabled via kernel args | standalone | 0:00:26.689532 | 0.22s 2025-10-08 18:53:48.433118 | fa163ec5-3f45-18b2-9caa-000000000038 | TASK | Wait for cloud-init to finish, if enabled 2025-10-08 18:53:48.829779 | fa163ec5-3f45-18b2-9caa-000000000038 | OK | Wait for cloud-init to finish, if enabled | standalone 2025-10-08 18:53:48.831077 | fa163ec5-3f45-18b2-9caa-000000000038 | TIMING | Wait for cloud-init to finish, if enabled | standalone | 0:00:27.104451 | 0.40s 2025-10-08 18:53:48.856343 | fa163ec5-3f45-18b2-9caa-000000000039 | TASK | Create /var/lib/container-puppet 2025-10-08 18:53:49.086253 | fa163ec5-3f45-18b2-9caa-000000000039 | CHANGED | Create /var/lib/container-puppet | standalone 2025-10-08 18:53:49.087566 | fa163ec5-3f45-18b2-9caa-000000000039 | TIMING | Create /var/lib/container-puppet | standalone | 0:00:27.360940 | 0.23s 2025-10-08 18:53:49.112938 | fa163ec5-3f45-18b2-9caa-00000000003a | TASK | Write container-puppet.sh 2025-10-08 18:53:49.567846 | fa163ec5-3f45-18b2-9caa-00000000003a | CHANGED | Write container-puppet.sh | standalone 2025-10-08 18:53:49.568983 | fa163ec5-3f45-18b2-9caa-00000000003a | TIMING | Write container-puppet.sh | standalone | 0:00:27.842357 | 0.45s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-10-08 18:53:49.633091 | fa163ec5-3f45-18b2-9caa-00000000003b | TIMING | include_tasks | standalone | 0:00:27.906466 | 0.04s 2025-10-08 18:53:49.653483 | c649b35c-e48d-433a-82a2-9797c13bd76d | INCLUDED | /root/standalone-ansible-tki1o3rs/Standalone/deploy_steps_tasks_step0.yaml | standalone 2025-10-08 18:53:49.686560 | fa163ec5-3f45-18b2-9caa-000000000416 | TASK | Configure tuned before reboot 2025-10-08 18:53:49.735670 | fa163ec5-3f45-18b2-9caa-000000000416 | TIMING | Configure tuned before reboot | standalone | 0:00:28.009038 | 0.05s 2025-10-08 18:53:49.794707 | fa163ec5-3f45-18b2-9caa-000000000455 | TASK | Gather variables for each operating system 2025-10-08 18:53:49.917431 | fa163ec5-3f45-18b2-9caa-000000000455 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tuned/vars/redhat.yml 2025-10-08 18:53:49.919833 | fa163ec5-3f45-18b2-9caa-000000000455 | TIMING | tuned : Gather variables for each operating system | standalone | 0:00:28.193206 | 0.12s 2025-10-08 18:53:49.930038 | fa163ec5-3f45-18b2-9caa-000000000455 | TIMING | tuned : Gather variables for each operating system | standalone | 0:00:28.203417 | 0.13s 2025-10-08 18:53:50.017365 | fa163ec5-3f45-18b2-9caa-000000000456 | TIMING | tuned : include_tasks | standalone | 0:00:28.290732 | 0.06s 2025-10-08 18:53:50.038114 | 52e5e092-4c40-4863-8c8f-d65a4a068492 | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_install.yml | standalone 2025-10-08 18:53:50.074206 | fa163ec5-3f45-18b2-9caa-00000000047f | TASK | Check tuned package is installed 2025-10-08 18:53:50.356490 | fa163ec5-3f45-18b2-9caa-00000000047f | CHANGED | Check tuned package is installed | standalone 2025-10-08 18:53:50.357692 | fa163ec5-3f45-18b2-9caa-00000000047f | TIMING | tuned : Check tuned package is installed | standalone | 0:00:28.631068 | 0.28s 2025-10-08 18:53:50.383469 | fa163ec5-3f45-18b2-9caa-000000000480 | TASK | Install tuned 2025-10-08 18:53:56.892850 | fa163ec5-3f45-18b2-9caa-000000000480 | CHANGED | Install tuned | standalone 2025-10-08 18:53:56.893910 | fa163ec5-3f45-18b2-9caa-000000000480 | TIMING | tuned : Install tuned | standalone | 0:00:35.167290 | 6.51s 2025-10-08 18:53:56.915061 | fa163ec5-3f45-18b2-9caa-000000000481 | TASK | Restart tuned 2025-10-08 18:53:59.741389 | fa163ec5-3f45-18b2-9caa-000000000481 | CHANGED | Restart tuned | standalone 2025-10-08 18:53:59.743836 | fa163ec5-3f45-18b2-9caa-000000000481 | TIMING | tuned : Restart tuned | standalone | 0:00:38.017204 | 2.83s 2025-10-08 18:53:59.771445 | fa163ec5-3f45-18b2-9caa-000000000457 | TASK | Check for tuned-adm 2025-10-08 18:53:59.998986 | fa163ec5-3f45-18b2-9caa-000000000457 | OK | Check for tuned-adm | standalone 2025-10-08 18:54:00.000272 | fa163ec5-3f45-18b2-9caa-000000000457 | TIMING | tuned : Check for tuned-adm | standalone | 0:00:38.273646 | 0.23s 2025-10-08 18:54:00.054443 | fa163ec5-3f45-18b2-9caa-000000000458 | TIMING | tuned : include_tasks | standalone | 0:00:38.327809 | 0.03s 2025-10-08 18:54:00.085433 | c2ab6853-4820-49d9-a477-b5e61415ac66 | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_config.yml | standalone 2025-10-08 18:54:00.122507 | fa163ec5-3f45-18b2-9caa-0000000004b6 | TASK | Ensure profile directory exists 2025-10-08 18:54:00.190136 | fa163ec5-3f45-18b2-9caa-0000000004b6 | SKIPPED | Ensure profile directory exists | standalone 2025-10-08 18:54:00.191455 | fa163ec5-3f45-18b2-9caa-0000000004b6 | TIMING | tuned : Ensure profile directory exists | standalone | 0:00:38.464829 | 0.07s 2025-10-08 18:54:00.217342 | fa163ec5-3f45-18b2-9caa-0000000004b7 | TASK | Create custom tuned profile 2025-10-08 18:54:00.288007 | fa163ec5-3f45-18b2-9caa-0000000004b7 | SKIPPED | Create custom tuned profile | standalone 2025-10-08 18:54:00.289072 | fa163ec5-3f45-18b2-9caa-0000000004b7 | TIMING | tuned : Create custom tuned profile | standalone | 0:00:38.562448 | 0.07s 2025-10-08 18:54:00.314490 | fa163ec5-3f45-18b2-9caa-0000000004b8 | TASK | Check tuned active profile 2025-10-08 18:54:00.667733 | fa163ec5-3f45-18b2-9caa-0000000004b8 | OK | Check tuned active profile | standalone 2025-10-08 18:54:00.668987 | fa163ec5-3f45-18b2-9caa-0000000004b8 | TIMING | tuned : Check tuned active profile | standalone | 0:00:38.942361 | 0.35s 2025-10-08 18:54:00.694859 | fa163ec5-3f45-18b2-9caa-0000000004b9 | TASK | Check Tuned Configuration file exists 2025-10-08 18:54:00.916504 | fa163ec5-3f45-18b2-9caa-0000000004b9 | OK | Check Tuned Configuration file exists | standalone 2025-10-08 18:54:00.917743 | fa163ec5-3f45-18b2-9caa-0000000004b9 | TIMING | tuned : Check Tuned Configuration file exists | standalone | 0:00:39.191118 | 0.22s 2025-10-08 18:54:00.943871 | fa163ec5-3f45-18b2-9caa-0000000004ba | TASK | Fail if tuned profile conf is absent but isolated cores is provided 2025-10-08 18:54:01.006997 | fa163ec5-3f45-18b2-9caa-0000000004ba | SKIPPED | Fail if tuned profile conf is absent but isolated cores is provided | standalone 2025-10-08 18:54:01.008331 | fa163ec5-3f45-18b2-9caa-0000000004ba | TIMING | tuned : Fail if tuned profile conf is absent but isolated cores is provided | standalone | 0:00:39.281704 | 0.06s 2025-10-08 18:54:01.037262 | fa163ec5-3f45-18b2-9caa-0000000004bb | TASK | Configure isolated cores for profile throughput-performance 2025-10-08 18:54:01.097926 | fa163ec5-3f45-18b2-9caa-0000000004bb | SKIPPED | Configure isolated cores for profile throughput-performance | standalone 2025-10-08 18:54:01.099198 | fa163ec5-3f45-18b2-9caa-0000000004bb | TIMING | tuned : Configure isolated cores for profile throughput-performance | standalone | 0:00:39.372570 | 0.06s 2025-10-08 18:54:01.126558 | fa163ec5-3f45-18b2-9caa-0000000004bc | TASK | Enable tuned profile 2025-10-08 18:54:02.511332 | fa163ec5-3f45-18b2-9caa-0000000004bc | CHANGED | Enable tuned profile | standalone 2025-10-08 18:54:02.513083 | fa163ec5-3f45-18b2-9caa-0000000004bc | TIMING | tuned : Enable tuned profile | standalone | 0:00:40.786451 | 1.38s 2025-10-08 18:54:02.567099 | fa163ec5-3f45-18b2-9caa-000000000417 | TASK | Configure kernel args and reboot 2025-10-08 18:54:02.615421 | fa163ec5-3f45-18b2-9caa-000000000417 | TIMING | Configure kernel args and reboot | standalone | 0:00:40.888794 | 0.05s 2025-10-08 18:54:02.743118 | fa163ec5-3f45-18b2-9caa-000000000569 | TASK | Get the command line args of the node 2025-10-08 18:54:02.991444 | fa163ec5-3f45-18b2-9caa-000000000569 | CHANGED | Get the command line args of the node | standalone 2025-10-08 18:54:02.992747 | fa163ec5-3f45-18b2-9caa-000000000569 | TIMING | tripleo_kernel : Get the command line args of the node | standalone | 0:00:41.266121 | 0.25s 2025-10-08 18:54:03.020336 | fa163ec5-3f45-18b2-9caa-00000000056b | TASK | Check if node has a nova.conf 2025-10-08 18:54:03.244958 | fa163ec5-3f45-18b2-9caa-00000000056b | OK | Check if node has a nova.conf | standalone 2025-10-08 18:54:03.246225 | fa163ec5-3f45-18b2-9caa-00000000056b | TIMING | tripleo_kernel : Check if node has a nova.conf | standalone | 0:00:41.519599 | 0.22s 2025-10-08 18:54:03.272025 | fa163ec5-3f45-18b2-9caa-00000000056d | TASK | Warn operator about workload protection 2025-10-08 18:54:03.300254 | fa163ec5-3f45-18b2-9caa-00000000056d | SKIPPED | Warn operator about workload protection | standalone 2025-10-08 18:54:03.301353 | fa163ec5-3f45-18b2-9caa-00000000056d | TIMING | tripleo_kernel : Warn operator about workload protection | standalone | 0:00:41.574728 | 0.03s 2025-10-08 18:54:03.327829 | fa163ec5-3f45-18b2-9caa-00000000056e | TASK | Setting defer reboot fact 2025-10-08 18:54:03.367899 | fa163ec5-3f45-18b2-9caa-00000000056e | SKIPPED | Setting defer reboot fact | standalone 2025-10-08 18:54:03.368942 | fa163ec5-3f45-18b2-9caa-00000000056e | TIMING | tripleo_kernel : Setting defer reboot fact | standalone | 0:00:41.642318 | 0.04s 2025-10-08 18:54:03.393613 | fa163ec5-3f45-18b2-9caa-000000000570 | TASK | Rewrite tripleo_kernel_hugepages to use integers as keys 2025-10-08 18:54:03.421247 | fa163ec5-3f45-18b2-9caa-000000000570 | TIMING | tripleo_kernel : Rewrite tripleo_kernel_hugepages to use integers as keys | standalone | 0:00:41.694617 | 0.03s 2025-10-08 18:54:03.446853 | fa163ec5-3f45-18b2-9caa-000000000575 | TASK | Find hugepages in cmdline 2025-10-08 18:54:03.496012 | fa163ec5-3f45-18b2-9caa-000000000575 | SKIPPED | Find hugepages in cmdline | standalone 2025-10-08 18:54:03.497350 | fa163ec5-3f45-18b2-9caa-000000000575 | TIMING | tripleo_kernel : Find hugepages in cmdline | standalone | 0:00:41.770725 | 0.05s 2025-10-08 18:54:03.523665 | fa163ec5-3f45-18b2-9caa-000000000576 | TASK | Finding human-readable hugepages in cmdline 2025-10-08 18:54:03.565317 | fa163ec5-3f45-18b2-9caa-000000000576 | SKIPPED | Finding human-readable hugepages in cmdline | standalone 2025-10-08 18:54:03.566353 | fa163ec5-3f45-18b2-9caa-000000000576 | TIMING | tripleo_kernel : Finding human-readable hugepages in cmdline | standalone | 0:00:41.839729 | 0.04s 2025-10-08 18:54:03.591970 | fa163ec5-3f45-18b2-9caa-00000000057a | TASK | Find desired default hugepage size 2025-10-08 18:54:03.641713 | fa163ec5-3f45-18b2-9caa-00000000057a | SKIPPED | Find desired default hugepage size | standalone 2025-10-08 18:54:03.642789 | fa163ec5-3f45-18b2-9caa-00000000057a | TIMING | tripleo_kernel : Find desired default hugepage size | standalone | 0:00:41.916165 | 0.05s 2025-10-08 18:54:03.668754 | fa163ec5-3f45-18b2-9caa-00000000057c | TASK | Storing non-configured hugepages 2025-10-08 18:54:03.696764 | fa163ec5-3f45-18b2-9caa-00000000057c | TIMING | tripleo_kernel : Storing non-configured hugepages | standalone | 0:00:41.970134 | 0.03s 2025-10-08 18:54:03.723201 | fa163ec5-3f45-18b2-9caa-00000000057e | TASK | Validating against hugepages config received from TripleO 2025-10-08 18:54:03.764770 | fa163ec5-3f45-18b2-9caa-00000000057e | SKIPPED | Validating against hugepages config received from TripleO | standalone 2025-10-08 18:54:03.765846 | fa163ec5-3f45-18b2-9caa-00000000057e | TIMING | tripleo_kernel : Validating against hugepages config received from TripleO | standalone | 0:00:42.039222 | 0.04s 2025-10-08 18:54:03.791377 | fa163ec5-3f45-18b2-9caa-00000000057f | TASK | Determining the default hugepagesz 2025-10-08 18:54:03.833366 | fa163ec5-3f45-18b2-9caa-00000000057f | SKIPPED | Determining the default hugepagesz | standalone 2025-10-08 18:54:03.834398 | fa163ec5-3f45-18b2-9caa-00000000057f | TIMING | tripleo_kernel : Determining the default hugepagesz | standalone | 0:00:42.107774 | 0.04s 2025-10-08 18:54:03.862773 | fa163ec5-3f45-18b2-9caa-000000000580 | TASK | Determining if any hugepage configuration needs to be re-written 2025-10-08 18:54:03.905807 | fa163ec5-3f45-18b2-9caa-000000000580 | SKIPPED | Determining if any hugepage configuration needs to be re-written | standalone 2025-10-08 18:54:03.906855 | fa163ec5-3f45-18b2-9caa-000000000580 | TIMING | tripleo_kernel : Determining if any hugepage configuration needs to be re-written | standalone | 0:00:42.180231 | 0.04s 2025-10-08 18:54:03.933124 | fa163ec5-3f45-18b2-9caa-000000000581 | TASK | Making sure that we have a default hugepagesz 2025-10-08 18:54:03.976245 | fa163ec5-3f45-18b2-9caa-000000000581 | SKIPPED | Making sure that we have a default hugepagesz | standalone 2025-10-08 18:54:03.977310 | fa163ec5-3f45-18b2-9caa-000000000581 | TIMING | tripleo_kernel : Making sure that we have a default hugepagesz | standalone | 0:00:42.250652 | 0.04s 2025-10-08 18:54:04.002497 | fa163ec5-3f45-18b2-9caa-000000000583 | TASK | Warn about possible modifications 2025-10-08 18:54:04.043557 | fa163ec5-3f45-18b2-9caa-000000000583 | SKIPPED | Warn about possible modifications | standalone 2025-10-08 18:54:04.044600 | fa163ec5-3f45-18b2-9caa-000000000583 | TIMING | tripleo_kernel : Warn about possible modifications | standalone | 0:00:42.317976 | 0.04s 2025-10-08 18:54:04.069842 | fa163ec5-3f45-18b2-9caa-000000000584 | TASK | Remove hugepage settings from kernelargs 2025-10-08 18:54:04.113036 | fa163ec5-3f45-18b2-9caa-000000000584 | SKIPPED | Remove hugepage settings from kernelargs | standalone 2025-10-08 18:54:04.114103 | fa163ec5-3f45-18b2-9caa-000000000584 | TIMING | tripleo_kernel : Remove hugepage settings from kernelargs | standalone | 0:00:42.387479 | 0.04s 2025-10-08 18:54:04.139962 | fa163ec5-3f45-18b2-9caa-000000000585 | TASK | Cleaning up whitespaces 2025-10-08 18:54:04.180777 | fa163ec5-3f45-18b2-9caa-000000000585 | SKIPPED | Cleaning up whitespaces | standalone 2025-10-08 18:54:04.181852 | fa163ec5-3f45-18b2-9caa-000000000585 | TIMING | tripleo_kernel : Cleaning up whitespaces | standalone | 0:00:42.455228 | 0.04s 2025-10-08 18:54:04.207326 | fa163ec5-3f45-18b2-9caa-000000000587 | TASK | Check if the kernelargs entry is already present in the file 2025-10-08 18:54:04.547796 | fa163ec5-3f45-18b2-9caa-000000000587 | OK | Check if the kernelargs entry is already present in the file | standalone 2025-10-08 18:54:04.549029 | fa163ec5-3f45-18b2-9caa-000000000587 | TIMING | tripleo_kernel : Check if the kernelargs entry is already present in the file | standalone | 0:00:42.822406 | 0.34s 2025-10-08 18:54:04.574753 | fa163ec5-3f45-18b2-9caa-000000000589 | TASK | Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present 2025-10-08 18:54:04.634069 | fa163ec5-3f45-18b2-9caa-000000000589 | SKIPPED | Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present | standalone 2025-10-08 18:54:04.635192 | fa163ec5-3f45-18b2-9caa-000000000589 | TIMING | tripleo_kernel : Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present | standalone | 0:00:42.908574 | 0.06s 2025-10-08 18:54:04.656119 | fa163ec5-3f45-18b2-9caa-00000000058a | TASK | Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS 2025-10-08 18:54:04.722633 | fa163ec5-3f45-18b2-9caa-00000000058a | SKIPPED | Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS | standalone 2025-10-08 18:54:04.723344 | fa163ec5-3f45-18b2-9caa-00000000058a | TIMING | tripleo_kernel : Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS | standalone | 0:00:42.996725 | 0.07s 2025-10-08 18:54:04.743028 | fa163ec5-3f45-18b2-9caa-00000000058b | TASK | Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter 2025-10-08 18:54:04.793254 | fa163ec5-3f45-18b2-9caa-00000000058b | SKIPPED | Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter | standalone 2025-10-08 18:54:04.794397 | fa163ec5-3f45-18b2-9caa-00000000058b | TIMING | tripleo_kernel : Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter | standalone | 0:00:43.067772 | 0.05s 2025-10-08 18:54:04.818987 | fa163ec5-3f45-18b2-9caa-00000000058c | TASK | Generate grub config 2025-10-08 18:54:04.869615 | fa163ec5-3f45-18b2-9caa-00000000058c | SKIPPED | Generate grub config | standalone 2025-10-08 18:54:04.870671 | fa163ec5-3f45-18b2-9caa-00000000058c | TIMING | tripleo_kernel : Generate grub config | standalone | 0:00:43.144047 | 0.05s 2025-10-08 18:54:04.898179 | fa163ec5-3f45-18b2-9caa-000000000590 | TASK | Get the block device that /boot is on 2025-10-08 18:54:04.958699 | fa163ec5-3f45-18b2-9caa-000000000590 | SKIPPED | Get the block device that /boot is on | standalone 2025-10-08 18:54:04.959730 | fa163ec5-3f45-18b2-9caa-000000000590 | TIMING | tripleo_kernel : Get the block device that /boot is on | standalone | 0:00:43.233106 | 0.06s 2025-10-08 18:54:04.985755 | fa163ec5-3f45-18b2-9caa-000000000591 | TASK | Get the mount point that /boot is in 2025-10-08 18:54:05.048343 | fa163ec5-3f45-18b2-9caa-000000000591 | SKIPPED | Get the mount point that /boot is in | standalone 2025-10-08 18:54:05.049379 | fa163ec5-3f45-18b2-9caa-000000000591 | TIMING | tripleo_kernel : Get the mount point that /boot is in | standalone | 0:00:43.322754 | 0.06s 2025-10-08 18:54:05.075520 | fa163ec5-3f45-18b2-9caa-000000000592 | TASK | Set facts for EFI grub.cfg generation 2025-10-08 18:54:05.136869 | fa163ec5-3f45-18b2-9caa-000000000592 | SKIPPED | Set facts for EFI grub.cfg generation | standalone 2025-10-08 18:54:05.138221 | fa163ec5-3f45-18b2-9caa-000000000592 | TIMING | tripleo_kernel : Set facts for EFI grub.cfg generation | standalone | 0:00:43.411591 | 0.06s 2025-10-08 18:54:05.164474 | fa163ec5-3f45-18b2-9caa-000000000593 | TASK | Executed script to fix grub-menu 2025-10-08 18:54:05.225695 | fa163ec5-3f45-18b2-9caa-000000000593 | SKIPPED | Executed script to fix grub-menu | standalone 2025-10-08 18:54:05.226528 | fa163ec5-3f45-18b2-9caa-000000000593 | TIMING | tripleo_kernel : Executed script to fix grub-menu | standalone | 0:00:43.499910 | 0.06s 2025-10-08 18:54:05.247154 | fa163ec5-3f45-18b2-9caa-000000000594 | TASK | Check grub config paths 2025-10-08 18:54:05.314764 | fa163ec5-3f45-18b2-9caa-000000000594 | SKIPPED | Check grub config paths | standalone | item=/boot/efi/EFI/redhat 2025-10-08 18:54:05.331195 | fa163ec5-3f45-18b2-9caa-000000000594 | SKIPPED | Check grub config paths | standalone | item=/boot/efi/EFI/centos 2025-10-08 18:54:05.337701 | fa163ec5-3f45-18b2-9caa-000000000594 | TIMING | tripleo_kernel : Check grub config paths | standalone | 0:00:43.611073 | 0.09s 2025-10-08 18:54:05.364222 | fa163ec5-3f45-18b2-9caa-000000000595 | TASK | Write EFI grub.cfg 2025-10-08 18:54:05.438787 | fa163ec5-3f45-18b2-9caa-000000000595 | SKIPPED | Write EFI grub.cfg | standalone | item={'changed': False, 'skipped': True, 'skip_reason': 'Conditional result was False', 'item': '/boot/efi/EFI/redhat', 'ansible_loop_var': 'item'} 2025-10-08 18:54:05.456537 | fa163ec5-3f45-18b2-9caa-000000000595 | SKIPPED | Write EFI grub.cfg | standalone | item={'changed': False, 'skipped': True, 'skip_reason': 'Conditional result was False', 'item': '/boot/efi/EFI/centos', 'ansible_loop_var': 'item'} 2025-10-08 18:54:05.462254 | fa163ec5-3f45-18b2-9caa-000000000595 | TIMING | tripleo_kernel : Write EFI grub.cfg | standalone | 0:00:43.735625 | 0.10s 2025-10-08 18:54:05.488149 | fa163ec5-3f45-18b2-9caa-000000000596 | TASK | bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub 2025-10-08 18:54:05.550344 | fa163ec5-3f45-18b2-9caa-000000000596 | SKIPPED | bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub | standalone 2025-10-08 18:54:05.551602 | fa163ec5-3f45-18b2-9caa-000000000596 | TIMING | tripleo_kernel : bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub | standalone | 0:00:43.824978 | 0.06s 2025-10-08 18:54:05.577499 | fa163ec5-3f45-18b2-9caa-000000000597 | TASK | OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub 2025-10-08 18:54:05.638491 | fa163ec5-3f45-18b2-9caa-000000000597 | SKIPPED | OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub | standalone 2025-10-08 18:54:05.639531 | fa163ec5-3f45-18b2-9caa-000000000597 | TIMING | tripleo_kernel : OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub | standalone | 0:00:43.912908 | 0.06s 2025-10-08 18:54:05.664860 | fa163ec5-3f45-18b2-9caa-000000000598 | TASK | Execute grub2-mkconfig 2025-10-08 18:54:05.726600 | fa163ec5-3f45-18b2-9caa-000000000598 | SKIPPED | Execute grub2-mkconfig | standalone 2025-10-08 18:54:05.727699 | fa163ec5-3f45-18b2-9caa-000000000598 | TIMING | tripleo_kernel : Execute grub2-mkconfig | standalone | 0:00:44.001075 | 0.06s 2025-10-08 18:54:05.752799 | fa163ec5-3f45-18b2-9caa-000000000599 | TASK | Check for active tuned profile 2025-10-08 18:54:05.813063 | fa163ec5-3f45-18b2-9caa-000000000599 | SKIPPED | Check for active tuned profile | standalone 2025-10-08 18:54:05.814149 | fa163ec5-3f45-18b2-9caa-000000000599 | TIMING | tripleo_kernel : Check for active tuned profile | standalone | 0:00:44.087523 | 0.06s 2025-10-08 18:54:05.841159 | fa163ec5-3f45-18b2-9caa-00000000059a | TASK | Ensure $tuned_params is restored to /boot/loader/entries files 2025-10-08 18:54:05.901342 | fa163ec5-3f45-18b2-9caa-00000000059a | SKIPPED | Ensure $tuned_params is restored to /boot/loader/entries files | standalone 2025-10-08 18:54:05.902464 | fa163ec5-3f45-18b2-9caa-00000000059a | TIMING | tripleo_kernel : Ensure $tuned_params is restored to /boot/loader/entries files | standalone | 0:00:44.175839 | 0.06s 2025-10-08 18:54:05.928723 | fa163ec5-3f45-18b2-9caa-00000000059b | TASK | Set reboot required fact 2025-10-08 18:54:05.967126 | fa163ec5-3f45-18b2-9caa-00000000059b | SKIPPED | Set reboot required fact | standalone 2025-10-08 18:54:05.968305 | fa163ec5-3f45-18b2-9caa-00000000059b | TIMING | tripleo_kernel : Set reboot required fact | standalone | 0:00:44.241651 | 0.04s 2025-10-08 18:54:05.994741 | fa163ec5-3f45-18b2-9caa-00000000059d | TASK | Apply DPDK workarounds 2025-10-08 18:54:06.045805 | fa163ec5-3f45-18b2-9caa-00000000059d | SKIPPED | Apply DPDK workarounds | standalone 2025-10-08 18:54:06.046985 | fa163ec5-3f45-18b2-9caa-00000000059d | TIMING | Apply DPDK workarounds | standalone | 0:00:44.320359 | 0.05s 2025-10-08 18:54:06.073130 | fa163ec5-3f45-18b2-9caa-00000000059f | TASK | Ensure /etc/modules-load.d exists 2025-10-08 18:54:06.110976 | fa163ec5-3f45-18b2-9caa-00000000059f | SKIPPED | Ensure /etc/modules-load.d exists | standalone 2025-10-08 18:54:06.112115 | fa163ec5-3f45-18b2-9caa-00000000059f | TIMING | tripleo_kernel : Ensure /etc/modules-load.d exists | standalone | 0:00:44.385490 | 0.04s 2025-10-08 18:54:06.138665 | fa163ec5-3f45-18b2-9caa-0000000005a0 | TASK | Load modules 2025-10-08 18:54:06.182251 | fa163ec5-3f45-18b2-9caa-0000000005a0 | SKIPPED | Load modules | standalone | item=vfio_iommu_type1 2025-10-08 18:54:06.188410 | fa163ec5-3f45-18b2-9caa-0000000005a0 | TIMING | tripleo_kernel : Load modules | standalone | 0:00:44.461782 | 0.05s 2025-10-08 18:54:06.214063 | fa163ec5-3f45-18b2-9caa-0000000005a2 | TASK | Persist modules via modules-load.d 2025-10-08 18:54:06.259485 | fa163ec5-3f45-18b2-9caa-0000000005a2 | SKIPPED | Persist modules via modules-load.d | standalone | item=vfio_iommu_type1 2025-10-08 18:54:06.265763 | fa163ec5-3f45-18b2-9caa-0000000005a2 | TIMING | tripleo_kernel : Persist modules via modules-load.d | standalone | 0:00:44.539136 | 0.05s 2025-10-08 18:54:06.291397 | fa163ec5-3f45-18b2-9caa-0000000005a4 | TASK | Drop module persistence 2025-10-08 18:54:06.344578 | fa163ec5-3f45-18b2-9caa-0000000005a4 | SKIPPED | Drop module persistence | standalone | item=vfio_iommu_type1 2025-10-08 18:54:06.356358 | fa163ec5-3f45-18b2-9caa-0000000005a4 | TIMING | tripleo_kernel : Drop module persistence | standalone | 0:00:44.629725 | 0.06s 2025-10-08 18:54:06.382200 | fa163ec5-3f45-18b2-9caa-0000000005a6 | TASK | Set modules persistence via /etc/modules 2025-10-08 18:54:06.426520 | fa163ec5-3f45-18b2-9caa-0000000005a6 | SKIPPED | Set modules persistence via /etc/modules | standalone | item=vfio_iommu_type1 2025-10-08 18:54:06.433436 | fa163ec5-3f45-18b2-9caa-0000000005a6 | TIMING | tripleo_kernel : Set modules persistence via /etc/modules | standalone | 0:00:44.706810 | 0.05s 2025-10-08 18:54:06.458637 | fa163ec5-3f45-18b2-9caa-0000000005a8 | TASK | Modules reload 2025-10-08 18:54:06.496980 | fa163ec5-3f45-18b2-9caa-0000000005a8 | SKIPPED | Modules reload | standalone 2025-10-08 18:54:06.498098 | fa163ec5-3f45-18b2-9caa-0000000005a8 | TIMING | tripleo_kernel : Modules reload | standalone | 0:00:44.771474 | 0.04s 2025-10-08 18:54:06.523970 | fa163ec5-3f45-18b2-9caa-0000000005aa | TASK | Reboot tasks 2025-10-08 18:54:06.572635 | fa163ec5-3f45-18b2-9caa-0000000005aa | SKIPPED | Reboot tasks | standalone 2025-10-08 18:54:06.573847 | fa163ec5-3f45-18b2-9caa-0000000005aa | TIMING | tripleo_kernel : Reboot tasks | standalone | 0:00:44.847221 | 0.05s 2025-10-08 18:54:06.598835 | fa163ec5-3f45-18b2-9caa-0000000005ab | TASK | Skipping reboot for deployed node 2025-10-08 18:54:06.649579 | fa163ec5-3f45-18b2-9caa-0000000005ab | SKIPPED | Skipping reboot for deployed node | standalone 2025-10-08 18:54:06.650763 | fa163ec5-3f45-18b2-9caa-0000000005ab | TIMING | tripleo_kernel : Skipping reboot for deployed node | standalone | 0:00:44.924138 | 0.05s PLAY [Server pre network steps] ************************************************ 2025-10-08 18:54:06.833049 | fa163ec5-3f45-18b2-9caa-00000000003f | TASK | Server pre-network deployments 2025-10-08 18:54:06.858360 | fa163ec5-3f45-18b2-9caa-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', 'fa163ec5-3f45-18b2-9caa-00000000003f') missing from stats 2025-10-08 18:54:06.878713 | fa163ec5-3f45-18b2-9caa-000000000043 | TASK | Hiera config 2025-10-08 18:54:06.903380 | fa163ec5-3f45-18b2-9caa-000000000043 | TIMING | Hiera config | standalone | 0:00:45.176755 | 0.02s 2025-10-08 18:54:06.951913 | fa163ec5-3f45-18b2-9caa-000000000721 | TASK | Create /etc/puppet/hieradata 2025-10-08 18:54:07.180656 | fa163ec5-3f45-18b2-9caa-000000000721 | CHANGED | Create /etc/puppet/hieradata | standalone 2025-10-08 18:54:07.181899 | fa163ec5-3f45-18b2-9caa-000000000721 | TIMING | tripleo_hieradata : Create /etc/puppet/hieradata | standalone | 0:00:45.455274 | 0.23s 2025-10-08 18:54:07.208136 | fa163ec5-3f45-18b2-9caa-000000000722 | TASK | Write hiera config 2025-10-08 18:54:07.680707 | fa163ec5-3f45-18b2-9caa-000000000722 | CHANGED | Write hiera config | standalone 2025-10-08 18:54:07.681989 | fa163ec5-3f45-18b2-9caa-000000000722 | TIMING | tripleo_hieradata : Write hiera config | standalone | 0:00:45.955364 | 0.47s 2025-10-08 18:54:07.730679 | fa163ec5-3f45-18b2-9caa-000000000044 | TASK | Hiera symlink 2025-10-08 18:54:07.962848 | fa163ec5-3f45-18b2-9caa-000000000044 | CHANGED | Hiera symlink | standalone 2025-10-08 18:54:07.964076 | fa163ec5-3f45-18b2-9caa-000000000044 | TIMING | Hiera symlink | standalone | 0:00:46.237451 | 0.23s 2025-10-08 18:54:07.988875 | fa163ec5-3f45-18b2-9caa-000000000045 | TASK | Hieradata from vars 2025-10-08 18:54:08.017106 | fa163ec5-3f45-18b2-9caa-000000000045 | TIMING | Hieradata from vars | standalone | 0:00:46.290469 | 0.03s 2025-10-08 18:54:08.075617 | fa163ec5-3f45-18b2-9caa-00000000077c | TASK | Copy overcloud.json to all_nodes.json 2025-10-08 18:54:08.499181 | fa163ec5-3f45-18b2-9caa-00000000077c | CHANGED | Copy overcloud.json to all_nodes.json | standalone 2025-10-08 18:54:08.500759 | fa163ec5-3f45-18b2-9caa-00000000077c | TIMING | tripleo_hieradata : Copy overcloud.json to all_nodes.json | standalone | 0:00:46.774126 | 0.42s 2025-10-08 18:54:08.526947 | fa163ec5-3f45-18b2-9caa-00000000077d | TASK | Render hieradata from template 2025-10-08 18:54:09.015807 | fa163ec5-3f45-18b2-9caa-00000000077d | CHANGED | Render hieradata from template | standalone | item=bootstrap_node 2025-10-08 18:54:09.018558 | fa163ec5-3f45-18b2-9caa-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:47.291926 | 0.49s 2025-10-08 18:54:09.500687 | fa163ec5-3f45-18b2-9caa-00000000077d | CHANGED | Render hieradata from template | standalone | item=vip_data 2025-10-08 18:54:09.501331 | fa163ec5-3f45-18b2-9caa-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:47.774716 | 0.97s 2025-10-08 18:54:10.085418 | fa163ec5-3f45-18b2-9caa-00000000077d | CHANGED | Render hieradata from template | standalone | item=net_ip_map 2025-10-08 18:54:10.086676 | fa163ec5-3f45-18b2-9caa-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:48.360047 | 1.56s 2025-10-08 18:54:10.570555 | fa163ec5-3f45-18b2-9caa-00000000077d | CHANGED | Render hieradata from template | standalone | item=cloud_domain 2025-10-08 18:54:10.571497 | fa163ec5-3f45-18b2-9caa-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:48.844876 | 2.04s 2025-10-08 18:54:11.072736 | fa163ec5-3f45-18b2-9caa-00000000077d | CHANGED | Render hieradata from template | standalone | item=fqdn 2025-10-08 18:54:11.073821 | fa163ec5-3f45-18b2-9caa-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:49.347197 | 2.55s 2025-10-08 18:54:11.536782 | fa163ec5-3f45-18b2-9caa-00000000077d | CHANGED | Render hieradata from template | standalone | item=service_names 2025-10-08 18:54:11.537915 | fa163ec5-3f45-18b2-9caa-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:49.811292 | 3.01s 2025-10-08 18:54:11.959459 | fa163ec5-3f45-18b2-9caa-00000000077d | CHANGED | Render hieradata from template | standalone | item=service_configs 2025-10-08 18:54:11.960483 | fa163ec5-3f45-18b2-9caa-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:50.233858 | 3.43s 2025-10-08 18:54:12.376967 | fa163ec5-3f45-18b2-9caa-00000000077d | CHANGED | Render hieradata from template | standalone | item=extraconfig 2025-10-08 18:54:12.378011 | fa163ec5-3f45-18b2-9caa-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:50.651389 | 3.85s 2025-10-08 18:54:12.789694 | fa163ec5-3f45-18b2-9caa-00000000077d | CHANGED | Render hieradata from template | standalone | item=role_extraconfig 2025-10-08 18:54:12.792258 | fa163ec5-3f45-18b2-9caa-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:51.065627 | 4.26s 2025-10-08 18:54:13.255627 | fa163ec5-3f45-18b2-9caa-00000000077d | CHANGED | Render hieradata from template | standalone | item=ovn_chassis_mac_map 2025-10-08 18:54:13.256411 | fa163ec5-3f45-18b2-9caa-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:51.529792 | 4.73s 2025-10-08 18:54:13.263322 | fa163ec5-3f45-18b2-9caa-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:51.536692 | 4.73s 2025-10-08 18:54:13.314023 | fa163ec5-3f45-18b2-9caa-000000000046 | TASK | Ensure ansible_managed hieradata file exists 2025-10-08 18:54:13.345973 | fa163ec5-3f45-18b2-9caa-000000000046 | TIMING | Ensure ansible_managed hieradata file exists | standalone | 0:00:51.619341 | 0.03s 2025-10-08 18:54:13.415664 | fa163ec5-3f45-18b2-9caa-000000000821 | TASK | Check for hieradata file 2025-10-08 18:54:13.647839 | fa163ec5-3f45-18b2-9caa-000000000821 | OK | Check for hieradata file | standalone 2025-10-08 18:54:13.650441 | fa163ec5-3f45-18b2-9caa-000000000821 | TIMING | tripleo_hieradata : Check for hieradata file | standalone | 0:00:51.923811 | 0.23s 2025-10-08 18:54:13.677399 | fa163ec5-3f45-18b2-9caa-000000000823 | TASK | Get existing data 2025-10-08 18:54:13.727835 | fa163ec5-3f45-18b2-9caa-000000000823 | SKIPPED | Get existing data | standalone 2025-10-08 18:54:13.729633 | fa163ec5-3f45-18b2-9caa-000000000823 | TIMING | tripleo_hieradata : Get existing data | standalone | 0:00:52.002995 | 0.05s 2025-10-08 18:54:13.755686 | fa163ec5-3f45-18b2-9caa-000000000824 | TASK | Set data fact 2025-10-08 18:54:13.806189 | fa163ec5-3f45-18b2-9caa-000000000824 | SKIPPED | Set data fact | standalone 2025-10-08 18:54:13.807350 | fa163ec5-3f45-18b2-9caa-000000000824 | TIMING | tripleo_hieradata : Set data fact | standalone | 0:00:52.080725 | 0.05s 2025-10-08 18:54:13.832038 | fa163ec5-3f45-18b2-9caa-000000000826 | TASK | Write ansible hieradata file 2025-10-08 18:54:14.350454 | fa163ec5-3f45-18b2-9caa-000000000826 | CHANGED | Write ansible hieradata file | standalone 2025-10-08 18:54:14.351852 | fa163ec5-3f45-18b2-9caa-000000000826 | TIMING | tripleo_hieradata : Write ansible hieradata file | standalone | 0:00:52.625227 | 0.52s 2025-10-08 18:54:14.452382 | fa163ec5-3f45-18b2-9caa-000000000047 | TIMING | include_tasks | standalone | 0:00:52.725739 | 0.05s PLAY [Server network deployments] ********************************************** 2025-10-08 18:54:14.615002 | fa163ec5-3f45-18b2-9caa-00000000004b | TASK | Network Configuration 2025-10-08 18:54:14.643919 | fa163ec5-3f45-18b2-9caa-00000000004b | OK | Network Configuration | standalone -> localhost | result={ "changed": false, "msg": "Use --start-at-task 'Network Configuration' to resume from this task" } [WARNING]: ('standalone -> localhost', 'fa163ec5-3f45-18b2-9caa-00000000004b') missing from stats 2025-10-08 18:54:14.666677 | fa163ec5-3f45-18b2-9caa-00000000004c | TASK | Check NetworkConfig script existence 2025-10-08 18:54:14.692572 | fa163ec5-3f45-18b2-9caa-00000000004c | SKIPPED | Check NetworkConfig script existence | standalone 2025-10-08 18:54:14.693443 | fa163ec5-3f45-18b2-9caa-00000000004c | TIMING | Check NetworkConfig script existence | standalone | 0:00:52.966824 | 0.03s 2025-10-08 18:54:14.714289 | fa163ec5-3f45-18b2-9caa-000000000052 | TASK | Gather SELinux fact if needed 2025-10-08 18:54:14.762243 | fa163ec5-3f45-18b2-9caa-000000000052 | SKIPPED | Gather SELinux fact if needed | standalone 2025-10-08 18:54:14.763544 | fa163ec5-3f45-18b2-9caa-000000000052 | TIMING | tripleo_network_config : Gather SELinux fact if needed | standalone | 0:00:53.036918 | 0.05s 2025-10-08 18:54:14.789921 | fa163ec5-3f45-18b2-9caa-000000000053 | TASK | Create fcontext entry for tripleoconfig 2025-10-08 18:54:15.441433 | fa163ec5-3f45-18b2-9caa-000000000053 | OK | Create fcontext entry for tripleoconfig | standalone 2025-10-08 18:54:15.442736 | fa163ec5-3f45-18b2-9caa-000000000053 | TIMING | tripleo_network_config : Create fcontext entry for tripleoconfig | standalone | 0:00:53.716111 | 0.65s 2025-10-08 18:54:15.468291 | fa163ec5-3f45-18b2-9caa-000000000054 | TASK | Ensure requirements are satisfied 2025-10-08 18:54:15.489558 | fa163ec5-3f45-18b2-9caa-000000000054 | TIMING | Ensure requirements are satisfied | standalone | 0:00:53.762928 | 0.02s 2025-10-08 18:54:15.549068 | fa163ec5-3f45-18b2-9caa-0000000008bf | TASK | Gather facts if they don't exist 2025-10-08 18:54:15.597185 | fa163ec5-3f45-18b2-9caa-0000000008bf | SKIPPED | Gather facts if they don't exist | standalone 2025-10-08 18:54:15.598491 | fa163ec5-3f45-18b2-9caa-0000000008bf | TIMING | tripleo_bootstrap : Gather facts if they don't exist | standalone | 0:00:53.871865 | 0.05s 2025-10-08 18:54:15.623667 | fa163ec5-3f45-18b2-9caa-0000000008c0 | TASK | Gather variables for each operating system 2025-10-08 18:54:15.744904 | fa163ec5-3f45-18b2-9caa-0000000008c0 | SKIPPED | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2025-10-08 18:54:15.755265 | fa163ec5-3f45-18b2-9caa-0000000008c0 | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:54.028634 | 0.13s 2025-10-08 18:54:15.781645 | fa163ec5-3f45-18b2-9caa-0000000008c2 | TASK | Check required packages to bootstrap TripleO is installed 2025-10-08 18:54:16.055102 | fa163ec5-3f45-18b2-9caa-0000000008c2 | CHANGED | Check required packages to bootstrap TripleO is installed | standalone 2025-10-08 18:54:16.056513 | fa163ec5-3f45-18b2-9caa-0000000008c2 | TIMING | tripleo_bootstrap : Check required packages to bootstrap TripleO is installed | standalone | 0:00:54.329887 | 0.27s 2025-10-08 18:54:16.081924 | fa163ec5-3f45-18b2-9caa-0000000008c3 | TASK | Deploy required packages to bootstrap TripleO 2025-10-08 18:54:16.114159 | fa163ec5-3f45-18b2-9caa-0000000008c3 | SKIPPED | Deploy required packages to bootstrap TripleO | standalone 2025-10-08 18:54:16.115191 | fa163ec5-3f45-18b2-9caa-0000000008c3 | TIMING | tripleo_bootstrap : Deploy required packages to bootstrap TripleO | standalone | 0:00:54.388567 | 0.03s 2025-10-08 18:54:16.140222 | fa163ec5-3f45-18b2-9caa-0000000008c4 | TASK | Ensure packages are actually well installed 2025-10-08 18:54:17.111992 | fa163ec5-3f45-18b2-9caa-0000000008c4 | CHANGED | Ensure packages are actually well installed | standalone 2025-10-08 18:54:17.113603 | fa163ec5-3f45-18b2-9caa-0000000008c4 | TIMING | tripleo_bootstrap : Ensure packages are actually well installed | standalone | 0:00:55.386977 | 0.97s 2025-10-08 18:54:17.163711 | fa163ec5-3f45-18b2-9caa-000000000056 | TASK | Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf 2025-10-08 18:54:17.389236 | fa163ec5-3f45-18b2-9caa-000000000056 | CHANGED | Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf | standalone 2025-10-08 18:54:17.390713 | fa163ec5-3f45-18b2-9caa-000000000056 | TIMING | tripleo_network_config : Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:00:55.664088 | 0.23s 2025-10-08 18:54:17.416705 | fa163ec5-3f45-18b2-9caa-000000000057 | TASK | Reload NetworkManager 2025-10-08 18:54:17.787529 | fa163ec5-3f45-18b2-9caa-000000000057 | CHANGED | Reload NetworkManager | standalone 2025-10-08 18:54:17.789627 | fa163ec5-3f45-18b2-9caa-000000000057 | TIMING | tripleo_network_config : Reload NetworkManager | standalone | 0:00:56.062999 | 0.37s 2025-10-08 18:54:17.817012 | fa163ec5-3f45-18b2-9caa-000000000059 | TASK | Ensure /var/lib/tripleo-config directory exists 2025-10-08 18:54:18.052851 | fa163ec5-3f45-18b2-9caa-000000000059 | CHANGED | Ensure /var/lib/tripleo-config directory exists | standalone 2025-10-08 18:54:18.054372 | fa163ec5-3f45-18b2-9caa-000000000059 | TIMING | tripleo_network_config : Ensure /var/lib/tripleo-config directory exists | standalone | 0:00:56.327746 | 0.24s 2025-10-08 18:54:18.080414 | fa163ec5-3f45-18b2-9caa-00000000005a | TASK | Check for previous run of NetworkConfig 2025-10-08 18:54:18.293077 | fa163ec5-3f45-18b2-9caa-00000000005a | OK | Check for previous run of NetworkConfig | standalone 2025-10-08 18:54:18.294507 | fa163ec5-3f45-18b2-9caa-00000000005a | TIMING | tripleo_network_config : Check for previous run of NetworkConfig | standalone | 0:00:56.567881 | 0.21s 2025-10-08 18:54:18.320183 | fa163ec5-3f45-18b2-9caa-00000000005b | TASK | Check result of previous run of NetworkConfig 2025-10-08 18:54:18.351571 | fa163ec5-3f45-18b2-9caa-00000000005b | SKIPPED | Check result of previous run of NetworkConfig | standalone 2025-10-08 18:54:18.352700 | fa163ec5-3f45-18b2-9caa-00000000005b | TIMING | tripleo_network_config : Check result of previous run of NetworkConfig | standalone | 0:00:56.626074 | 0.03s 2025-10-08 18:54:18.379039 | fa163ec5-3f45-18b2-9caa-00000000005c | TASK | Ensure we get cloud-init 2025-10-08 18:54:18.613485 | fa163ec5-3f45-18b2-9caa-00000000005c | OK | Ensure we get cloud-init | standalone 2025-10-08 18:54:18.614879 | fa163ec5-3f45-18b2-9caa-00000000005c | TIMING | tripleo_network_config : Ensure we get cloud-init | standalone | 0:00:56.888254 | 0.23s 2025-10-08 18:54:18.640501 | fa163ec5-3f45-18b2-9caa-00000000005e | TASK | Create /etc/os-net-config directory 2025-10-08 18:54:18.926737 | fa163ec5-3f45-18b2-9caa-00000000005e | OK | Create /etc/os-net-config directory | standalone 2025-10-08 18:54:18.927938 | fa163ec5-3f45-18b2-9caa-00000000005e | TIMING | tripleo_network_config : Create /etc/os-net-config directory | standalone | 0:00:57.201314 | 0.29s 2025-10-08 18:54:18.953437 | fa163ec5-3f45-18b2-9caa-00000000005f | TASK | Create os-net-config mappings from lookup data 2025-10-08 18:54:19.348679 | fa163ec5-3f45-18b2-9caa-00000000005f | OK | Create os-net-config mappings from lookup data | standalone 2025-10-08 18:54:19.350075 | fa163ec5-3f45-18b2-9caa-00000000005f | TIMING | tripleo_network_config : Create os-net-config mappings from lookup data | standalone | 0:00:57.623449 | 0.39s 2025-10-08 18:54:19.375105 | fa163ec5-3f45-18b2-9caa-000000000060 | TASK | Write os-net-config mappings file /etc/os-net-config/mapping.yaml 2025-10-08 18:54:19.446889 | fa163ec5-3f45-18b2-9caa-000000000060 | SKIPPED | Write os-net-config mappings file /etc/os-net-config/mapping.yaml | standalone 2025-10-08 18:54:19.447948 | fa163ec5-3f45-18b2-9caa-000000000060 | TIMING | tripleo_network_config : Write os-net-config mappings file /etc/os-net-config/mapping.yaml | standalone | 0:00:57.721324 | 0.07s 2025-10-08 18:54:19.472893 | fa163ec5-3f45-18b2-9caa-000000000062 | TASK | Remove /var/lib/tripleo-config/scripts directory 2025-10-08 18:54:19.751489 | fa163ec5-3f45-18b2-9caa-000000000062 | OK | Remove /var/lib/tripleo-config/scripts directory | standalone 2025-10-08 18:54:19.752805 | fa163ec5-3f45-18b2-9caa-000000000062 | TIMING | tripleo_network_config : Remove /var/lib/tripleo-config/scripts directory | standalone | 0:00:58.026180 | 0.28s 2025-10-08 18:54:19.778375 | fa163ec5-3f45-18b2-9caa-000000000063 | TASK | Run NetworkConfig with tripleo_os_net_config 2025-10-08 18:54:19.828777 | fa163ec5-3f45-18b2-9caa-000000000063 | TIMING | tripleo_network_config : Run NetworkConfig with tripleo_os_net_config | standalone | 0:00:58.102149 | 0.05s 2025-10-08 18:54:19.854512 | 93399d00-9756-439e-87c0-43169bb440b6 | INCLUDED | /usr/share/ansible/roles/tripleo_network_config/tasks/os_net_config.yml | standalone 2025-10-08 18:54:19.886770 | fa163ec5-3f45-18b2-9caa-000000000909 | TASK | Set nic_config_file fact 2025-10-08 18:54:19.952123 | fa163ec5-3f45-18b2-9caa-000000000909 | OK | Set nic_config_file fact | standalone 2025-10-08 18:54:19.953376 | fa163ec5-3f45-18b2-9caa-000000000909 | TIMING | tripleo_network_config : Set nic_config_file fact | standalone | 0:00:58.226749 | 0.07s 2025-10-08 18:54:19.978562 | fa163ec5-3f45-18b2-9caa-00000000090a | TASK | Render overidden network config 2025-10-08 18:54:20.049777 | fa163ec5-3f45-18b2-9caa-00000000090a | SKIPPED | Render overidden network config | standalone 2025-10-08 18:54:20.050892 | fa163ec5-3f45-18b2-9caa-00000000090a | TIMING | tripleo_network_config : Render overidden network config | standalone | 0:00:58.324268 | 0.07s 2025-10-08 18:54:20.076106 | fa163ec5-3f45-18b2-9caa-00000000090b | TASK | Render network_config 2025-10-08 18:54:20.129004 | fa163ec5-3f45-18b2-9caa-00000000090b | SKIPPED | Render network_config | standalone 2025-10-08 18:54:20.130043 | fa163ec5-3f45-18b2-9caa-00000000090b | TIMING | tripleo_network_config : Render network_config | standalone | 0:00:58.403421 | 0.05s 2025-10-08 18:54:20.155204 | fa163ec5-3f45-18b2-9caa-00000000090c | TASK | Render network_config from template 2025-10-08 18:54:20.679220 | fa163ec5-3f45-18b2-9caa-00000000090c | CHANGED | Render network_config from template | standalone 2025-10-08 18:54:20.680715 | fa163ec5-3f45-18b2-9caa-00000000090c | TIMING | tripleo_network_config : Render network_config from template | standalone | 0:00:58.954087 | 0.52s 2025-10-08 18:54:20.709673 | fa163ec5-3f45-18b2-9caa-00000000090d | TASK | Run tripleo_os_net_config_module with network_config ASYNC OK on standalone: jid=617494312589.45661 2025-10-08 18:54:24.709573 | fa163ec5-3f45-18b2-9caa-00000000090d | OK | Run tripleo_os_net_config_module with network_config | standalone 2025-10-08 18:54:24.711773 | fa163ec5-3f45-18b2-9caa-00000000090d | TIMING | tripleo_network_config : Run tripleo_os_net_config_module with network_config | standalone | 0:01:02.985144 | 4.00s 2025-10-08 18:54:24.740821 | fa163ec5-3f45-18b2-9caa-000000000064 | TASK | Write rc of NetworkConfig script 2025-10-08 18:54:25.244738 | fa163ec5-3f45-18b2-9caa-000000000064 | CHANGED | Write rc of NetworkConfig script | standalone 2025-10-08 18:54:25.246384 | fa163ec5-3f45-18b2-9caa-000000000064 | TIMING | tripleo_network_config : Write rc of NetworkConfig script | standalone | 0:01:03.519755 | 0.50s 2025-10-08 18:54:25.275382 | fa163ec5-3f45-18b2-9caa-000000000065 | TASK | Disable cloud-init network config 2025-10-08 18:54:25.747748 | fa163ec5-3f45-18b2-9caa-000000000065 | CHANGED | Disable cloud-init network config | standalone 2025-10-08 18:54:25.749344 | fa163ec5-3f45-18b2-9caa-000000000065 | TIMING | tripleo_network_config : Disable cloud-init network config | standalone | 0:01:04.022718 | 0.47s 2025-10-08 18:54:25.777571 | fa163ec5-3f45-18b2-9caa-000000000066 | TASK | Ensure network service is enabled 2025-10-08 18:54:26.130098 | fa163ec5-3f45-18b2-9caa-000000000066 | OK | Ensure network service is enabled | standalone 2025-10-08 18:54:26.131963 | fa163ec5-3f45-18b2-9caa-000000000066 | TIMING | tripleo_network_config : Ensure network service is enabled | standalone | 0:01:04.405339 | 0.35s PLAY [Server network validation] *********************************************** 2025-10-08 18:54:26.305385 | fa163ec5-3f45-18b2-9caa-000000000096 | TASK | Basic Network Validation 2025-10-08 18:54:26.332026 | fa163ec5-3f45-18b2-9caa-000000000096 | TIMING | Basic Network Validation | standalone | 0:01:04.605389 | 0.03s 2025-10-08 18:54:26.379760 | fa163ec5-3f45-18b2-9caa-000000000945 | TASK | Collect default network fact 2025-10-08 18:54:26.894936 | fa163ec5-3f45-18b2-9caa-000000000945 | OK | Collect default network fact | standalone 2025-10-08 18:54:26.896118 | fa163ec5-3f45-18b2-9caa-000000000945 | TIMING | tripleo_nodes_validation : Collect default network fact | standalone | 0:01:05.169490 | 0.52s 2025-10-08 18:54:26.920671 | fa163ec5-3f45-18b2-9caa-000000000946 | TASK | Check Default IPv4 Gateway availability 2025-10-08 18:54:26.952199 | fa163ec5-3f45-18b2-9caa-000000000946 | SKIPPED | Check Default IPv4 Gateway availability | standalone 2025-10-08 18:54:26.953443 | fa163ec5-3f45-18b2-9caa-000000000946 | TIMING | tripleo_nodes_validation : Check Default IPv4 Gateway availability | standalone | 0:01:05.226819 | 0.03s 2025-10-08 18:54:26.978835 | fa163ec5-3f45-18b2-9caa-000000000947 | TASK | Check all networks Gateway availability 2025-10-08 18:54:27.006894 | fa163ec5-3f45-18b2-9caa-000000000947 | TIMING | tripleo_nodes_validation : Check all networks Gateway availability | standalone | 0:01:05.280258 | 0.03s 2025-10-08 18:54:27.032527 | fa163ec5-3f45-18b2-9caa-000000000949 | TASK | Check Controllers availability 2025-10-08 18:54:27.094374 | fa163ec5-3f45-18b2-9caa-000000000949 | SKIPPED | Check Controllers availability | standalone | item=192.168.122.100 2025-10-08 18:54:27.101530 | fa163ec5-3f45-18b2-9caa-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.18.0.100 2025-10-08 18:54:27.107314 | fa163ec5-3f45-18b2-9caa-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.20.0.100 2025-10-08 18:54:27.113604 | fa163ec5-3f45-18b2-9caa-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.17.0.100 2025-10-08 18:54:27.120547 | fa163ec5-3f45-18b2-9caa-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.19.0.100 2025-10-08 18:54:27.126941 | fa163ec5-3f45-18b2-9caa-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.21.0.100 2025-10-08 18:54:27.133820 | fa163ec5-3f45-18b2-9caa-000000000949 | TIMING | tripleo_nodes_validation : Check Controllers availability | standalone | 0:01:05.407187 | 0.10s 2025-10-08 18:54:27.159757 | fa163ec5-3f45-18b2-9caa-00000000094b | TASK | Verify the configured FQDN vs /etc/hosts 2025-10-08 18:54:27.180538 | fa163ec5-3f45-18b2-9caa-00000000094b | SKIPPED | Verify the configured FQDN vs /etc/hosts | standalone 2025-10-08 18:54:27.181658 | fa163ec5-3f45-18b2-9caa-00000000094b | TIMING | tripleo_nodes_validation : Verify the configured FQDN vs /etc/hosts | standalone | 0:01:05.455034 | 0.02s PLAY [Server pre deployment steps] ********************************************* 2025-10-08 18:54:27.349964 | fa163ec5-3f45-18b2-9caa-00000000009a | TASK | Server pre deployments 2025-10-08 18:54:27.376488 | fa163ec5-3f45-18b2-9caa-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', 'fa163ec5-3f45-18b2-9caa-00000000009a') missing from stats 2025-10-08 18:54:27.397259 | fa163ec5-3f45-18b2-9caa-00000000009e | TASK | Hiera config 2025-10-08 18:54:27.422204 | fa163ec5-3f45-18b2-9caa-00000000009e | TIMING | Hiera config | standalone | 0:01:05.695581 | 0.02s 2025-10-08 18:54:27.454372 | fa163ec5-3f45-18b2-9caa-00000000099e | TASK | Create /etc/puppet/hieradata 2025-10-08 18:54:27.688760 | fa163ec5-3f45-18b2-9caa-00000000099e | OK | Create /etc/puppet/hieradata | standalone 2025-10-08 18:54:27.689654 | fa163ec5-3f45-18b2-9caa-00000000099e | TIMING | tripleo_hieradata : Create /etc/puppet/hieradata | standalone | 0:01:05.963037 | 0.23s 2025-10-08 18:54:27.717095 | fa163ec5-3f45-18b2-9caa-00000000099f | TASK | Write hiera config 2025-10-08 18:54:28.202603 | fa163ec5-3f45-18b2-9caa-00000000099f | OK | Write hiera config | standalone 2025-10-08 18:54:28.204148 | fa163ec5-3f45-18b2-9caa-00000000099f | TIMING | tripleo_hieradata : Write hiera config | standalone | 0:01:06.477521 | 0.49s 2025-10-08 18:54:28.248407 | fa163ec5-3f45-18b2-9caa-00000000009f | TASK | Hiera symlink 2025-10-08 18:54:28.479778 | fa163ec5-3f45-18b2-9caa-00000000009f | OK | Hiera symlink | standalone 2025-10-08 18:54:28.481242 | fa163ec5-3f45-18b2-9caa-00000000009f | TIMING | Hiera symlink | standalone | 0:01:06.754617 | 0.23s 2025-10-08 18:54:28.507263 | fa163ec5-3f45-18b2-9caa-0000000000a0 | TASK | Hieradata from vars 2025-10-08 18:54:28.528964 | fa163ec5-3f45-18b2-9caa-0000000000a0 | TIMING | Hieradata from vars | standalone | 0:01:06.802327 | 0.02s 2025-10-08 18:54:28.596334 | fa163ec5-3f45-18b2-9caa-0000000009f9 | TASK | Copy overcloud.json to all_nodes.json 2025-10-08 18:54:29.084259 | fa163ec5-3f45-18b2-9caa-0000000009f9 | OK | Copy overcloud.json to all_nodes.json | standalone 2025-10-08 18:54:29.085810 | fa163ec5-3f45-18b2-9caa-0000000009f9 | TIMING | tripleo_hieradata : Copy overcloud.json to all_nodes.json | standalone | 0:01:07.359181 | 0.49s 2025-10-08 18:54:29.112002 | fa163ec5-3f45-18b2-9caa-0000000009fa | TASK | Render hieradata from template 2025-10-08 18:54:29.643678 | fa163ec5-3f45-18b2-9caa-0000000009fa | OK | Render hieradata from template | standalone | item=bootstrap_node 2025-10-08 18:54:29.645314 | fa163ec5-3f45-18b2-9caa-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:07.918655 | 0.53s 2025-10-08 18:54:30.083141 | fa163ec5-3f45-18b2-9caa-0000000009fa | OK | Render hieradata from template | standalone | item=vip_data 2025-10-08 18:54:30.085332 | fa163ec5-3f45-18b2-9caa-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:08.358666 | 0.97s 2025-10-08 18:54:30.646719 | fa163ec5-3f45-18b2-9caa-0000000009fa | OK | Render hieradata from template | standalone | item=net_ip_map 2025-10-08 18:54:30.647843 | fa163ec5-3f45-18b2-9caa-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:08.921219 | 1.53s 2025-10-08 18:54:31.096063 | fa163ec5-3f45-18b2-9caa-0000000009fa | OK | Render hieradata from template | standalone | item=cloud_domain 2025-10-08 18:54:31.097713 | fa163ec5-3f45-18b2-9caa-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:09.371089 | 1.98s 2025-10-08 18:54:31.546543 | fa163ec5-3f45-18b2-9caa-0000000009fa | OK | Render hieradata from template | standalone | item=fqdn 2025-10-08 18:54:31.547639 | fa163ec5-3f45-18b2-9caa-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:09.821015 | 2.43s 2025-10-08 18:54:32.022209 | fa163ec5-3f45-18b2-9caa-0000000009fa | OK | Render hieradata from template | standalone | item=service_names 2025-10-08 18:54:32.023866 | fa163ec5-3f45-18b2-9caa-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:10.297250 | 2.91s 2025-10-08 18:54:32.548441 | fa163ec5-3f45-18b2-9caa-0000000009fa | OK | Render hieradata from template | standalone | item=service_configs 2025-10-08 18:54:32.549101 | fa163ec5-3f45-18b2-9caa-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:10.822484 | 3.44s 2025-10-08 18:54:33.037435 | fa163ec5-3f45-18b2-9caa-0000000009fa | OK | Render hieradata from template | standalone | item=extraconfig 2025-10-08 18:54:33.039501 | fa163ec5-3f45-18b2-9caa-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:11.312877 | 3.93s 2025-10-08 18:54:33.516384 | fa163ec5-3f45-18b2-9caa-0000000009fa | OK | Render hieradata from template | standalone | item=role_extraconfig 2025-10-08 18:54:33.517035 | fa163ec5-3f45-18b2-9caa-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:11.790419 | 4.40s 2025-10-08 18:54:33.999004 | fa163ec5-3f45-18b2-9caa-0000000009fa | OK | Render hieradata from template | standalone | item=ovn_chassis_mac_map 2025-10-08 18:54:34.000171 | fa163ec5-3f45-18b2-9caa-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:12.273544 | 4.89s 2025-10-08 18:54:34.009486 | fa163ec5-3f45-18b2-9caa-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:12.282856 | 4.90s 2025-10-08 18:54:34.051028 | fa163ec5-3f45-18b2-9caa-0000000000a1 | TASK | Ensure ansible_managed hieradata file exists 2025-10-08 18:54:34.078041 | fa163ec5-3f45-18b2-9caa-0000000000a1 | TIMING | Ensure ansible_managed hieradata file exists | standalone | 0:01:12.351415 | 0.03s 2025-10-08 18:54:34.138305 | fa163ec5-3f45-18b2-9caa-000000000a9e | TASK | Check for hieradata file 2025-10-08 18:54:34.364848 | fa163ec5-3f45-18b2-9caa-000000000a9e | OK | Check for hieradata file | standalone 2025-10-08 18:54:34.366000 | fa163ec5-3f45-18b2-9caa-000000000a9e | TIMING | tripleo_hieradata : Check for hieradata file | standalone | 0:01:12.639379 | 0.23s 2025-10-08 18:54:34.390528 | fa163ec5-3f45-18b2-9caa-000000000aa0 | TASK | Get existing data 2025-10-08 18:54:34.438193 | fa163ec5-3f45-18b2-9caa-000000000aa0 | SKIPPED | Get existing data | standalone 2025-10-08 18:54:34.439436 | fa163ec5-3f45-18b2-9caa-000000000aa0 | TIMING | tripleo_hieradata : Get existing data | standalone | 0:01:12.712811 | 0.05s 2025-10-08 18:54:34.464628 | fa163ec5-3f45-18b2-9caa-000000000aa1 | TASK | Set data fact 2025-10-08 18:54:34.518958 | fa163ec5-3f45-18b2-9caa-000000000aa1 | SKIPPED | Set data fact | standalone 2025-10-08 18:54:34.520188 | fa163ec5-3f45-18b2-9caa-000000000aa1 | TIMING | tripleo_hieradata : Set data fact | standalone | 0:01:12.793563 | 0.05s 2025-10-08 18:54:34.546677 | fa163ec5-3f45-18b2-9caa-000000000aa3 | TASK | Write ansible hieradata file 2025-10-08 18:54:35.053471 | fa163ec5-3f45-18b2-9caa-000000000aa3 | OK | Write ansible hieradata file | standalone 2025-10-08 18:54:35.054932 | fa163ec5-3f45-18b2-9caa-000000000aa3 | TIMING | tripleo_hieradata : Write ansible hieradata file | standalone | 0:01:13.328305 | 0.51s 2025-10-08 18:54:35.151894 | fa163ec5-3f45-18b2-9caa-0000000000a2 | TIMING | include_tasks | standalone | 0:01:13.425260 | 0.05s PLAY [Host prep steps] ********************************************************* 2025-10-08 18:54:35.306318 | fa163ec5-3f45-18b2-9caa-0000000000a6 | TASK | Host prep steps 2025-10-08 18:54:35.333154 | fa163ec5-3f45-18b2-9caa-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', 'fa163ec5-3f45-18b2-9caa-0000000000a6') missing from stats 2025-10-08 18:54:35.415995 | fa163ec5-3f45-18b2-9caa-0000000000a7 | TASK | Deploy Artifacts 2025-10-08 18:54:35.520319 | fa163ec5-3f45-18b2-9caa-0000000000a7 | SKIPPED | Deploy Artifacts | standalone 2025-10-08 18:54:35.521464 | fa163ec5-3f45-18b2-9caa-0000000000a7 | TIMING | Deploy Artifacts | standalone | 0:01:13.794838 | 0.10s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-10-08 18:54:35.573162 | fa163ec5-3f45-18b2-9caa-0000000000a8 | TIMING | include_tasks | standalone | 0:01:13.846537 | 0.03s 2025-10-08 18:54:35.764447 | 89e6fa30-2ffa-4305-b526-53f365303aeb | INCLUDED | /root/standalone-ansible-tki1o3rs/Standalone/host_prep_tasks.yaml | standalone 2025-10-08 18:54:35.817051 | fa163ec5-3f45-18b2-9caa-000000000b1e | TASK | Run firewall role 2025-10-08 18:54:35.842094 | fa163ec5-3f45-18b2-9caa-000000000b1e | TIMING | Run firewall role | standalone | 0:01:14.115475 | 0.02s 2025-10-08 18:54:35.893547 | fa163ec5-3f45-18b2-9caa-000000000c1b | TASK | Gather variables for each operating system 2025-10-08 18:54:36.014562 | fa163ec5-3f45-18b2-9caa-000000000c1b | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_firewall/vars/redhat.yml 2025-10-08 18:54:36.016157 | fa163ec5-3f45-18b2-9caa-000000000c1b | TIMING | tripleo_firewall : Gather variables for each operating system | standalone | 0:01:14.289534 | 0.12s 2025-10-08 18:54:36.026480 | fa163ec5-3f45-18b2-9caa-000000000c1b | TIMING | tripleo_firewall : Gather variables for each operating system | standalone | 0:01:14.299827 | 0.13s 2025-10-08 18:54:36.052444 | fa163ec5-3f45-18b2-9caa-000000000c1c | TASK | Uninstall firewalld to prevent nftables conflicts 2025-10-08 18:54:38.979806 | fa163ec5-3f45-18b2-9caa-000000000c1c | OK | Uninstall firewalld to prevent nftables conflicts | standalone 2025-10-08 18:54:38.981251 | fa163ec5-3f45-18b2-9caa-000000000c1c | TIMING | tripleo_firewall : Uninstall firewalld to prevent nftables conflicts | standalone | 0:01:17.254622 | 2.93s 2025-10-08 18:54:39.009777 | fa163ec5-3f45-18b2-9caa-000000000c20 | TASK | Create empty var for masquerade rules 2025-10-08 18:54:39.049637 | fa163ec5-3f45-18b2-9caa-000000000c20 | OK | Create empty var for masquerade rules | standalone 2025-10-08 18:54:39.050962 | fa163ec5-3f45-18b2-9caa-000000000c20 | TIMING | tripleo_firewall : Create empty var for masquerade rules | standalone | 0:01:17.324335 | 0.04s 2025-10-08 18:54:39.077418 | fa163ec5-3f45-18b2-9caa-000000000c21 | TASK | Enable masquerade 2025-10-08 18:54:39.120471 | fa163ec5-3f45-18b2-9caa-000000000c21 | SKIPPED | Enable masquerade | standalone 2025-10-08 18:54:39.121769 | fa163ec5-3f45-18b2-9caa-000000000c21 | TIMING | tripleo_firewall : Enable masquerade | standalone | 0:01:17.395142 | 0.04s 2025-10-08 18:54:39.147495 | fa163ec5-3f45-18b2-9caa-000000000c22 | TASK | Set the default frontend firewall rules 2025-10-08 18:54:39.178273 | fa163ec5-3f45-18b2-9caa-000000000c22 | OK | Set the default frontend firewall rules | standalone 2025-10-08 18:54:39.179565 | fa163ec5-3f45-18b2-9caa-000000000c22 | TIMING | tripleo_firewall : Set the default frontend firewall rules | standalone | 0:01:17.452938 | 0.03s 2025-10-08 18:54:39.205481 | fa163ec5-3f45-18b2-9caa-000000000c25 | TASK | Set frontend rule fact (non-ssl rules) 2025-10-08 18:54:39.256226 | fa163ec5-3f45-18b2-9caa-000000000c25 | OK | Set frontend rule fact (non-ssl rules) | standalone 2025-10-08 18:54:39.257761 | fa163ec5-3f45-18b2-9caa-000000000c25 | TIMING | tripleo_firewall : Set frontend rule fact (non-ssl rules) | standalone | 0:01:17.531135 | 0.05s 2025-10-08 18:54:39.283684 | fa163ec5-3f45-18b2-9caa-000000000c26 | TASK | Set frontend rule fact (ssl rules) 2025-10-08 18:54:39.334766 | fa163ec5-3f45-18b2-9caa-000000000c26 | OK | Set frontend rule fact (ssl rules) | standalone 2025-10-08 18:54:39.336444 | fa163ec5-3f45-18b2-9caa-000000000c26 | TIMING | tripleo_firewall : Set frontend rule fact (ssl rules) | standalone | 0:01:17.609819 | 0.05s 2025-10-08 18:54:39.363476 | fa163ec5-3f45-18b2-9caa-000000000c28 | TASK | Set frontend rule fact (non-ssl rules) 2025-10-08 18:54:39.394465 | fa163ec5-3f45-18b2-9caa-000000000c28 | SKIPPED | Set frontend rule fact (non-ssl rules) | standalone 2025-10-08 18:54:39.395669 | fa163ec5-3f45-18b2-9caa-000000000c28 | TIMING | tripleo_firewall : Set frontend rule fact (non-ssl rules) | standalone | 0:01:17.669042 | 0.03s 2025-10-08 18:54:39.422338 | fa163ec5-3f45-18b2-9caa-000000000c29 | TASK | Set frontend rule fact (ssl rules) 2025-10-08 18:54:39.452784 | fa163ec5-3f45-18b2-9caa-000000000c29 | SKIPPED | Set frontend rule fact (ssl rules) | standalone 2025-10-08 18:54:39.453969 | fa163ec5-3f45-18b2-9caa-000000000c29 | TIMING | tripleo_firewall : Set frontend rule fact (ssl rules) | standalone | 0:01:17.727343 | 0.03s 2025-10-08 18:54:39.479373 | fa163ec5-3f45-18b2-9caa-000000000c2b | TASK | Enable LOG rules 2025-10-08 18:54:39.507899 | fa163ec5-3f45-18b2-9caa-000000000c2b | SKIPPED | Enable LOG rules | standalone 2025-10-08 18:54:39.508987 | fa163ec5-3f45-18b2-9caa-000000000c2b | TIMING | tripleo_firewall : Enable LOG rules | standalone | 0:01:17.782363 | 0.03s 2025-10-08 18:54:39.534100 | fa163ec5-3f45-18b2-9caa-000000000c2c | TASK | Set rule fact 2025-10-08 18:54:39.631478 | fa163ec5-3f45-18b2-9caa-000000000c2c | OK | Set rule fact | standalone 2025-10-08 18:54:39.634710 | fa163ec5-3f45-18b2-9caa-000000000c2c | TIMING | tripleo_firewall : Set rule fact | standalone | 0:01:17.908085 | 0.10s 2025-10-08 18:54:39.663552 | fa163ec5-3f45-18b2-9caa-000000000c2d | TASK | Manage rules via nftables 2025-10-08 18:54:39.692347 | fa163ec5-3f45-18b2-9caa-000000000c2d | TIMING | Manage rules via nftables | standalone | 0:01:17.965716 | 0.03s 2025-10-08 18:54:39.775015 | fa163ec5-3f45-18b2-9caa-000000000cc7 | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:18.048390 | 0.02s 2025-10-08 18:54:39.788831 | 2d85f4b9-8fa0-4604-88a5-49947b88b57a | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/service-bootstrap.yml | standalone 2025-10-08 18:54:39.813526 | fa163ec5-3f45-18b2-9caa-000000000cf0 | TASK | Ensure legacy iptables services are off 2025-10-08 18:54:40.207931 | fa163ec5-3f45-18b2-9caa-000000000cf0 | OK | Ensure legacy iptables services are off | standalone | item=iptables.service 2025-10-08 18:54:40.210386 | fa163ec5-3f45-18b2-9caa-000000000cf0 | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:18.483752 | 0.40s 2025-10-08 18:54:40.551042 | fa163ec5-3f45-18b2-9caa-000000000cf0 | OK | Ensure legacy iptables services are off | standalone | item=ip6tables.service 2025-10-08 18:54:40.553312 | fa163ec5-3f45-18b2-9caa-000000000cf0 | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:18.826653 | 0.74s 2025-10-08 18:54:40.565742 | fa163ec5-3f45-18b2-9caa-000000000cf0 | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:18.839112 | 0.75s 2025-10-08 18:54:40.594721 | fa163ec5-3f45-18b2-9caa-000000000cf1 | TASK | Ensure nftables service is enabled and running 2025-10-08 18:54:41.290829 | fa163ec5-3f45-18b2-9caa-000000000cf1 | CHANGED | Ensure nftables service is enabled and running | standalone 2025-10-08 18:54:41.293778 | fa163ec5-3f45-18b2-9caa-000000000cf1 | TIMING | tripleo_nftables : Ensure nftables service is enabled and running | standalone | 0:01:19.567151 | 0.70s 2025-10-08 18:54:41.322439 | fa163ec5-3f45-18b2-9caa-000000000cf2 | TASK | Empty nftables from anything that may lay around 2025-10-08 18:54:41.363967 | fa163ec5-3f45-18b2-9caa-000000000cf2 | SKIPPED | Empty nftables from anything that may lay around | standalone 2025-10-08 18:54:41.365255 | fa163ec5-3f45-18b2-9caa-000000000cf2 | TIMING | tripleo_nftables : Empty nftables from anything that may lay around | standalone | 0:01:19.638600 | 0.04s 2025-10-08 18:54:41.419078 | fa163ec5-3f45-18b2-9caa-000000000cc8 | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:19.692446 | 0.03s 2025-10-08 18:54:41.457673 | 2e2dc4e5-9b95-4352-992b-3f9e17134c52 | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/configure.yml | standalone 2025-10-08 18:54:41.493179 | fa163ec5-3f45-18b2-9caa-000000000d21 | TASK | Push empty ruleset 2025-10-08 18:54:41.967674 | fa163ec5-3f45-18b2-9caa-000000000d21 | CHANGED | Push empty ruleset | standalone 2025-10-08 18:54:41.968978 | fa163ec5-3f45-18b2-9caa-000000000d21 | TIMING | tripleo_nftables : Push empty ruleset | standalone | 0:01:20.242352 | 0.47s 2025-10-08 18:54:41.996907 | fa163ec5-3f45-18b2-9caa-000000000d22 | TASK | Load empty ruleset 2025-10-08 18:54:42.178713 | fa163ec5-3f45-18b2-9caa-000000000d22 | CHANGED | Load empty ruleset | standalone 2025-10-08 18:54:42.180088 | fa163ec5-3f45-18b2-9caa-000000000d22 | TIMING | tripleo_nftables : Load empty ruleset | standalone | 0:01:20.453461 | 0.18s 2025-10-08 18:54:42.205668 | fa163ec5-3f45-18b2-9caa-000000000d24 | TASK | Use default rules 2025-10-08 18:54:42.292805 | fa163ec5-3f45-18b2-9caa-000000000d24 | OK | Use default rules | standalone 2025-10-08 18:54:42.296742 | fa163ec5-3f45-18b2-9caa-000000000d24 | TIMING | tripleo_nftables : Use default rules | standalone | 0:01:20.570115 | 0.09s 2025-10-08 18:54:42.325476 | fa163ec5-3f45-18b2-9caa-000000000d25 | TASK | Enable LOG rules 2025-10-08 18:54:42.420656 | fa163ec5-3f45-18b2-9caa-000000000d25 | OK | Enable LOG rules | standalone 2025-10-08 18:54:42.423856 | fa163ec5-3f45-18b2-9caa-000000000d25 | TIMING | tripleo_nftables : Enable LOG rules | standalone | 0:01:20.697230 | 0.10s 2025-10-08 18:54:42.453159 | fa163ec5-3f45-18b2-9caa-000000000d27 | TASK | Get current nftables content 2025-10-08 18:54:42.689343 | fa163ec5-3f45-18b2-9caa-000000000d27 | CHANGED | Get current nftables content | standalone 2025-10-08 18:54:42.690810 | fa163ec5-3f45-18b2-9caa-000000000d27 | TIMING | tripleo_nftables : Get current nftables content | standalone | 0:01:20.964178 | 0.24s 2025-10-08 18:54:42.712245 | fa163ec5-3f45-18b2-9caa-000000000d29 | TASK | Generate chain jumps 2025-10-08 18:54:43.252492 | fa163ec5-3f45-18b2-9caa-000000000d29 | CHANGED | Generate chain jumps | standalone 2025-10-08 18:54:43.254188 | fa163ec5-3f45-18b2-9caa-000000000d29 | TIMING | tripleo_nftables : Generate chain jumps | standalone | 0:01:21.527554 | 0.54s 2025-10-08 18:54:43.281339 | fa163ec5-3f45-18b2-9caa-000000000d2a | TASK | Generate chain jumps 2025-10-08 18:54:43.889568 | fa163ec5-3f45-18b2-9caa-000000000d2a | CHANGED | Generate chain jumps | standalone 2025-10-08 18:54:43.891178 | fa163ec5-3f45-18b2-9caa-000000000d2a | TIMING | tripleo_nftables : Generate chain jumps | standalone | 0:01:22.164544 | 0.61s 2025-10-08 18:54:43.917639 | fa163ec5-3f45-18b2-9caa-000000000d2b | TASK | Generate nft flushes 2025-10-08 18:54:44.441106 | fa163ec5-3f45-18b2-9caa-000000000d2b | CHANGED | Generate nft flushes | standalone 2025-10-08 18:54:44.442495 | fa163ec5-3f45-18b2-9caa-000000000d2b | TIMING | tripleo_nftables : Generate nft flushes | standalone | 0:01:22.715869 | 0.52s 2025-10-08 18:54:44.468192 | fa163ec5-3f45-18b2-9caa-000000000d2c | TASK | Generate nft tripleo chains 2025-10-08 18:54:44.997699 | fa163ec5-3f45-18b2-9caa-000000000d2c | CHANGED | Generate nft tripleo chains | standalone 2025-10-08 18:54:44.999198 | fa163ec5-3f45-18b2-9caa-000000000d2c | TIMING | tripleo_nftables : Generate nft tripleo chains | standalone | 0:01:23.272571 | 0.53s 2025-10-08 18:54:45.027953 | fa163ec5-3f45-18b2-9caa-000000000d2d | TASK | Generate nft ruleset in static file 2025-10-08 18:54:46.747250 | fa163ec5-3f45-18b2-9caa-000000000d2d | CHANGED | Generate nft ruleset in static file | standalone 2025-10-08 18:54:46.748827 | fa163ec5-3f45-18b2-9caa-000000000d2d | TIMING | tripleo_nftables : Generate nft ruleset in static file | standalone | 0:01:25.022200 | 1.72s 2025-10-08 18:54:46.775282 | fa163ec5-3f45-18b2-9caa-000000000d2f | TASK | Validate all of the generated content before loading 2025-10-08 18:54:47.299269 | fa163ec5-3f45-18b2-9caa-000000000d2f | CHANGED | Validate all of the generated content before loading | standalone 2025-10-08 18:54:47.300774 | fa163ec5-3f45-18b2-9caa-000000000d2f | TIMING | tripleo_nftables : Validate all of the generated content before loading | standalone | 0:01:25.574147 | 0.52s 2025-10-08 18:54:47.326602 | fa163ec5-3f45-18b2-9caa-000000000d30 | TASK | Ensure we load our different nft rulesets on boot 2025-10-08 18:54:47.591535 | fa163ec5-3f45-18b2-9caa-000000000d30 | CHANGED | Ensure we load our different nft rulesets on boot | standalone 2025-10-08 18:54:47.592703 | fa163ec5-3f45-18b2-9caa-000000000d30 | TIMING | tripleo_nftables : Ensure we load our different nft rulesets on boot | standalone | 0:01:25.866077 | 0.26s 2025-10-08 18:54:47.647120 | fa163ec5-3f45-18b2-9caa-000000000cc9 | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:25.920492 | 0.03s 2025-10-08 18:54:47.666093 | 483e3c88-20d6-4cb5-91cb-e90540c4c137 | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/run.yml | standalone 2025-10-08 18:54:47.720148 | fa163ec5-3f45-18b2-9caa-000000000d98 | TASK | Inject our custom chains in nftables 2025-10-08 18:54:47.963719 | fa163ec5-3f45-18b2-9caa-000000000d98 | CHANGED | Inject our custom chains in nftables | standalone 2025-10-08 18:54:47.964880 | fa163ec5-3f45-18b2-9caa-000000000d98 | TIMING | tripleo_nftables : Inject our custom chains in nftables | standalone | 0:01:26.238254 | 0.24s 2025-10-08 18:54:47.990491 | fa163ec5-3f45-18b2-9caa-000000000d99 | TASK | Reload custom nftables ruleset files 2025-10-08 18:54:48.287483 | fa163ec5-3f45-18b2-9caa-000000000d99 | CHANGED | Reload custom nftables ruleset files | standalone 2025-10-08 18:54:48.288677 | fa163ec5-3f45-18b2-9caa-000000000d99 | TIMING | tripleo_nftables : Reload custom nftables ruleset files | standalone | 0:01:26.562052 | 0.30s 2025-10-08 18:54:48.358927 | fa163ec5-3f45-18b2-9caa-000000000b1f | TASK | create persistent logs directory 2025-10-08 18:54:48.618240 | fa163ec5-3f45-18b2-9caa-000000000b1f | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/aodh', 'setype': 'container_file_t'} 2025-10-08 18:54:48.620572 | fa163ec5-3f45-18b2-9caa-000000000b1f | TIMING | create persistent logs directory | standalone | 0:01:26.893941 | 0.26s 2025-10-08 18:54:48.810401 | fa163ec5-3f45-18b2-9caa-000000000b1f | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/aodh-api', 'setype': 'container_file_t'} 2025-10-08 18:54:48.811959 | fa163ec5-3f45-18b2-9caa-000000000b1f | TIMING | create persistent logs directory | standalone | 0:01:27.085330 | 0.45s 2025-10-08 18:54:48.820225 | fa163ec5-3f45-18b2-9caa-000000000b1f | TIMING | create persistent logs directory | standalone | 0:01:27.093602 | 0.46s 2025-10-08 18:54:48.846726 | fa163ec5-3f45-18b2-9caa-000000000b20 | TASK | create persistent directories 2025-10-08 18:54:49.072448 | fa163ec5-3f45-18b2-9caa-000000000b20 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/aodh', 'setype': 'container_file_t'} 2025-10-08 18:54:49.074694 | fa163ec5-3f45-18b2-9caa-000000000b20 | TIMING | create persistent directories | standalone | 0:01:27.348063 | 0.23s 2025-10-08 18:54:49.084744 | fa163ec5-3f45-18b2-9caa-000000000b20 | TIMING | create persistent directories | standalone | 0:01:27.358117 | 0.24s 2025-10-08 18:54:49.109776 | fa163ec5-3f45-18b2-9caa-000000000b21 | TASK | create persistent directories 2025-10-08 18:54:49.372370 | fa163ec5-3f45-18b2-9caa-000000000b21 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/aodh', 'setype': 'container_file_t'} 2025-10-08 18:54:49.374096 | fa163ec5-3f45-18b2-9caa-000000000b21 | TIMING | create persistent directories | standalone | 0:01:27.647463 | 0.26s 2025-10-08 18:54:49.595193 | fa163ec5-3f45-18b2-9caa-000000000b21 | CHANGED | create persistent directories | standalone | item={'path': '/var/log/aodh', 'setype': 'container_file_t'} 2025-10-08 18:54:49.597007 | fa163ec5-3f45-18b2-9caa-000000000b21 | TIMING | create persistent directories | standalone | 0:01:27.870380 | 0.49s 2025-10-08 18:54:49.607842 | fa163ec5-3f45-18b2-9caa-000000000b21 | TIMING | create persistent directories | standalone | 0:01:27.881214 | 0.50s 2025-10-08 18:54:49.633132 | fa163ec5-3f45-18b2-9caa-000000000b22 | TASK | create persistent directories 2025-10-08 18:54:49.874143 | fa163ec5-3f45-18b2-9caa-000000000b22 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/ceilometer', 'setype': 'container_file_t'} 2025-10-08 18:54:49.876272 | fa163ec5-3f45-18b2-9caa-000000000b22 | TIMING | create persistent directories | standalone | 0:01:28.149642 | 0.24s 2025-10-08 18:54:49.886395 | fa163ec5-3f45-18b2-9caa-000000000b22 | TIMING | create persistent directories | standalone | 0:01:28.159770 | 0.25s 2025-10-08 18:54:49.911214 | fa163ec5-3f45-18b2-9caa-000000000b23 | TASK | enable virt_sandbox_use_netlink for healthcheck 2025-10-08 18:54:51.063587 | fa163ec5-3f45-18b2-9caa-000000000b23 | CHANGED | enable virt_sandbox_use_netlink for healthcheck | standalone 2025-10-08 18:54:51.065671 | fa163ec5-3f45-18b2-9caa-000000000b23 | TIMING | enable virt_sandbox_use_netlink for healthcheck | standalone | 0:01:29.339038 | 1.15s 2025-10-08 18:54:51.090789 | fa163ec5-3f45-18b2-9caa-000000000b24 | TASK | create persistent directories 2025-10-08 18:54:51.358328 | fa163ec5-3f45-18b2-9caa-000000000b24 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2025-10-08 18:54:51.361157 | fa163ec5-3f45-18b2-9caa-000000000b24 | TIMING | create persistent directories | standalone | 0:01:29.634526 | 0.27s 2025-10-08 18:54:51.582928 | fa163ec5-3f45-18b2-9caa-000000000b24 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/cinder-api', 'setype': 'container_file_t'} 2025-10-08 18:54:51.585042 | fa163ec5-3f45-18b2-9caa-000000000b24 | TIMING | create persistent directories | standalone | 0:01:29.858410 | 0.49s 2025-10-08 18:54:51.597572 | fa163ec5-3f45-18b2-9caa-000000000b24 | TIMING | create persistent directories | standalone | 0:01:29.870941 | 0.51s 2025-10-08 18:54:51.623395 | fa163ec5-3f45-18b2-9caa-000000000b25 | TASK | create fcontext entry for cinder data 2025-10-08 18:54:52.920773 | fa163ec5-3f45-18b2-9caa-000000000b25 | CHANGED | create fcontext entry for cinder data | standalone 2025-10-08 18:54:52.923581 | fa163ec5-3f45-18b2-9caa-000000000b25 | TIMING | create fcontext entry for cinder data | standalone | 0:01:31.196943 | 1.30s 2025-10-08 18:54:52.949082 | fa163ec5-3f45-18b2-9caa-000000000b26 | TASK | create persistent directories 2025-10-08 18:54:53.228671 | fa163ec5-3f45-18b2-9caa-000000000b26 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2025-10-08 18:54:53.230794 | fa163ec5-3f45-18b2-9caa-000000000b26 | TIMING | create persistent directories | standalone | 0:01:31.504164 | 0.28s 2025-10-08 18:54:53.448904 | fa163ec5-3f45-18b2-9caa-000000000b26 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/cinder', 'setype': 'container_file_t'} 2025-10-08 18:54:53.450566 | fa163ec5-3f45-18b2-9caa-000000000b26 | TIMING | create persistent directories | standalone | 0:01:31.723944 | 0.50s 2025-10-08 18:54:53.461365 | fa163ec5-3f45-18b2-9caa-000000000b26 | TIMING | create persistent directories | standalone | 0:01:31.734743 | 0.51s 2025-10-08 18:54:53.487410 | fa163ec5-3f45-18b2-9caa-000000000b27 | TASK | ensure ceph configurations exist 2025-10-08 18:54:53.716676 | fa163ec5-3f45-18b2-9caa-000000000b27 | CHANGED | ensure ceph configurations exist | standalone 2025-10-08 18:54:53.719329 | fa163ec5-3f45-18b2-9caa-000000000b27 | TIMING | ensure ceph configurations exist | standalone | 0:01:31.992701 | 0.23s 2025-10-08 18:54:53.745441 | fa163ec5-3f45-18b2-9caa-000000000b28 | TASK | create persistent directories 2025-10-08 18:54:53.986086 | fa163ec5-3f45-18b2-9caa-000000000b28 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2025-10-08 18:54:53.987476 | fa163ec5-3f45-18b2-9caa-000000000b28 | TIMING | create persistent directories | standalone | 0:01:32.260848 | 0.24s 2025-10-08 18:54:53.993282 | fa163ec5-3f45-18b2-9caa-000000000b28 | TIMING | create persistent directories | standalone | 0:01:32.266661 | 0.25s 2025-10-08 18:54:54.019528 | fa163ec5-3f45-18b2-9caa-000000000b2a | TASK | Create cinder image conversion directory 2025-10-08 18:54:54.049013 | fa163ec5-3f45-18b2-9caa-000000000b2a | SKIPPED | Create cinder image conversion directory | standalone 2025-10-08 18:54:54.051503 | fa163ec5-3f45-18b2-9caa-000000000b2a | TIMING | Create cinder image conversion directory | standalone | 0:01:32.324876 | 0.03s 2025-10-08 18:54:54.077546 | fa163ec5-3f45-18b2-9caa-000000000b2b | TASK | Mount cinder's image conversion NFS share 2025-10-08 18:54:54.107220 | fa163ec5-3f45-18b2-9caa-000000000b2b | SKIPPED | Mount cinder's image conversion NFS share | standalone 2025-10-08 18:54:54.109373 | fa163ec5-3f45-18b2-9caa-000000000b2b | TIMING | Mount cinder's image conversion NFS share | standalone | 0:01:32.382746 | 0.03s 2025-10-08 18:54:54.137089 | fa163ec5-3f45-18b2-9caa-000000000b2d | TASK | cinder_configure_lvm fact 2025-10-08 18:54:54.182688 | fa163ec5-3f45-18b2-9caa-000000000b2d | OK | cinder_configure_lvm fact | standalone 2025-10-08 18:54:54.184067 | fa163ec5-3f45-18b2-9caa-000000000b2d | TIMING | cinder_configure_lvm fact | standalone | 0:01:32.457439 | 0.05s 2025-10-08 18:54:54.209327 | fa163ec5-3f45-18b2-9caa-000000000b2f | TASK | ensure LVM rpm dependencies are installed 2025-10-08 18:54:57.160615 | fa163ec5-3f45-18b2-9caa-000000000b2f | OK | ensure LVM rpm dependencies are installed | standalone 2025-10-08 18:54:57.161250 | fa163ec5-3f45-18b2-9caa-000000000b2f | TIMING | ensure LVM rpm dependencies are installed | standalone | 0:01:35.434635 | 2.95s 2025-10-08 18:54:57.177823 | fa163ec5-3f45-18b2-9caa-000000000b30 | TASK | cinder create LVM volume group dd 2025-10-08 18:54:57.401903 | fa163ec5-3f45-18b2-9caa-000000000b30 | CHANGED | cinder create LVM volume group dd | standalone 2025-10-08 18:54:57.403223 | fa163ec5-3f45-18b2-9caa-000000000b30 | TIMING | cinder create LVM volume group dd | standalone | 0:01:35.676596 | 0.22s 2025-10-08 18:54:57.428150 | fa163ec5-3f45-18b2-9caa-000000000b31 | TASK | Get or create LVM loopback device 2025-10-08 18:54:57.695774 | fa163ec5-3f45-18b2-9caa-000000000b31 | CHANGED | Get or create LVM loopback device | standalone 2025-10-08 18:54:57.697004 | fa163ec5-3f45-18b2-9caa-000000000b31 | TIMING | Get or create LVM loopback device | standalone | 0:01:35.970379 | 0.27s 2025-10-08 18:54:57.722576 | fa163ec5-3f45-18b2-9caa-000000000b32 | TASK | Create LVM volume group 2025-10-08 18:54:58.310169 | fa163ec5-3f45-18b2-9caa-000000000b32 | CHANGED | Create LVM volume group | standalone 2025-10-08 18:54:58.311496 | fa163ec5-3f45-18b2-9caa-000000000b32 | TIMING | Create LVM volume group | standalone | 0:01:36.584869 | 0.59s 2025-10-08 18:54:58.336341 | fa163ec5-3f45-18b2-9caa-000000000b33 | TASK | cinder create service to run losetup for LVM on startup 2025-10-08 18:54:58.806103 | fa163ec5-3f45-18b2-9caa-000000000b33 | CHANGED | cinder create service to run losetup for LVM on startup | standalone 2025-10-08 18:54:58.807543 | fa163ec5-3f45-18b2-9caa-000000000b33 | TIMING | cinder create service to run losetup for LVM on startup | standalone | 0:01:37.080917 | 0.47s 2025-10-08 18:54:58.832167 | fa163ec5-3f45-18b2-9caa-000000000b34 | TASK | cinder enable the LVM losetup service 2025-10-08 18:54:59.677893 | fa163ec5-3f45-18b2-9caa-000000000b34 | CHANGED | cinder enable the LVM losetup service | standalone 2025-10-08 18:54:59.680554 | fa163ec5-3f45-18b2-9caa-000000000b34 | TIMING | cinder enable the LVM losetup service | standalone | 0:01:37.953933 | 0.85s 2025-10-08 18:54:59.701562 | fa163ec5-3f45-18b2-9caa-000000000b36 | TASK | allow logrotate to read inside containers 2025-10-08 18:55:00.621667 | fa163ec5-3f45-18b2-9caa-000000000b36 | CHANGED | allow logrotate to read inside containers | standalone 2025-10-08 18:55:00.623133 | fa163ec5-3f45-18b2-9caa-000000000b36 | TIMING | allow logrotate to read inside containers | standalone | 0:01:38.896507 | 0.92s 2025-10-08 18:55:00.647781 | fa163ec5-3f45-18b2-9caa-000000000b37 | TASK | authorize httpd to listen on registry ports 2025-10-08 18:55:02.860122 | fa163ec5-3f45-18b2-9caa-000000000b37 | CHANGED | authorize httpd to listen on registry ports | standalone 2025-10-08 18:55:02.861921 | fa163ec5-3f45-18b2-9caa-000000000b37 | TIMING | authorize httpd to listen on registry ports | standalone | 0:01:41.135294 | 2.21s 2025-10-08 18:55:02.918461 | fa163ec5-3f45-18b2-9caa-000000000b39 | OK | set_fact | standalone 2025-10-08 18:55:02.919742 | fa163ec5-3f45-18b2-9caa-000000000b39 | TIMING | set_fact | standalone | 0:01:41.193117 | 0.03s 2025-10-08 18:55:02.973436 | fa163ec5-3f45-18b2-9caa-000000000b3a | TIMING | include_role : tripleo_image_serve | standalone | 0:01:41.246797 | 0.03s 2025-10-08 18:55:03.035597 | fa163ec5-3f45-18b2-9caa-000000000edf | TASK | ensure apache is installed 2025-10-08 18:55:09.577347 | fa163ec5-3f45-18b2-9caa-000000000edf | CHANGED | ensure apache is installed | standalone 2025-10-08 18:55:09.578658 | fa163ec5-3f45-18b2-9caa-000000000edf | TIMING | tripleo_image_serve : ensure apache is installed | standalone | 0:01:47.852038 | 6.54s 2025-10-08 18:55:09.598644 | fa163ec5-3f45-18b2-9caa-000000000ee0 | TASK | create image data directory 2025-10-08 18:55:09.835830 | fa163ec5-3f45-18b2-9caa-000000000ee0 | CHANGED | create image data directory | standalone 2025-10-08 18:55:09.836906 | fa163ec5-3f45-18b2-9caa-000000000ee0 | TIMING | tripleo_image_serve : create image data directory | standalone | 0:01:48.110288 | 0.24s 2025-10-08 18:55:09.856464 | fa163ec5-3f45-18b2-9caa-000000000ee1 | TASK | create /v2/ response file 2025-10-08 18:55:10.330624 | fa163ec5-3f45-18b2-9caa-000000000ee1 | CHANGED | create /v2/ response file | standalone 2025-10-08 18:55:10.332408 | fa163ec5-3f45-18b2-9caa-000000000ee1 | TIMING | tripleo_image_serve : create /v2/ response file | standalone | 0:01:48.605774 | 0.48s 2025-10-08 18:55:10.359525 | fa163ec5-3f45-18b2-9caa-000000000ee2 | TASK | Add listen line 2025-10-08 18:55:10.743902 | fa163ec5-3f45-18b2-9caa-000000000ee2 | CHANGED | Add listen line | standalone 2025-10-08 18:55:10.745268 | fa163ec5-3f45-18b2-9caa-000000000ee2 | TIMING | tripleo_image_serve : Add listen line | standalone | 0:01:49.018643 | 0.38s 2025-10-08 18:55:10.773072 | fa163ec5-3f45-18b2-9caa-000000000ee3 | TASK | manage /etc/httpd/conf.d/image-serve.conf 2025-10-08 18:55:11.301754 | fa163ec5-3f45-18b2-9caa-000000000ee3 | CHANGED | manage /etc/httpd/conf.d/image-serve.conf | standalone 2025-10-08 18:55:11.303167 | fa163ec5-3f45-18b2-9caa-000000000ee3 | TIMING | tripleo_image_serve : manage /etc/httpd/conf.d/image-serve.conf | standalone | 0:01:49.576540 | 0.53s 2025-10-08 18:55:11.328766 | fa163ec5-3f45-18b2-9caa-000000000ee4 | TASK | Image-Serve | restart httpd 2025-10-08 18:55:12.276406 | fa163ec5-3f45-18b2-9caa-000000000ee4 | CHANGED | Image-Serve | restart httpd | standalone 2025-10-08 18:55:12.278193 | fa163ec5-3f45-18b2-9caa-000000000ee4 | TIMING | tripleo_image_serve : Image-Serve | restart httpd | standalone | 0:01:50.551567 | 0.95s 2025-10-08 18:55:12.327975 | fa163ec5-3f45-18b2-9caa-000000000b3c | TASK | create persistent logs directory 2025-10-08 18:55:12.575453 | fa163ec5-3f45-18b2-9caa-000000000b3c | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/glance', 'setype': 'container_file_t'} 2025-10-08 18:55:12.576350 | fa163ec5-3f45-18b2-9caa-000000000b3c | TIMING | create persistent logs directory | standalone | 0:01:50.849732 | 0.25s 2025-10-08 18:55:12.784967 | fa163ec5-3f45-18b2-9caa-000000000b3c | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/glance', 'setype': 'container_file_t'} 2025-10-08 18:55:12.786775 | fa163ec5-3f45-18b2-9caa-000000000b3c | TIMING | create persistent logs directory | standalone | 0:01:51.060151 | 0.46s 2025-10-08 18:55:12.797578 | fa163ec5-3f45-18b2-9caa-000000000b3c | TIMING | create persistent logs directory | standalone | 0:01:51.070948 | 0.47s 2025-10-08 18:55:12.823171 | fa163ec5-3f45-18b2-9caa-000000000b3d | TASK | Mount NFS on host 2025-10-08 18:55:12.853741 | fa163ec5-3f45-18b2-9caa-000000000b3d | SKIPPED | Mount NFS on host | standalone 2025-10-08 18:55:12.854931 | fa163ec5-3f45-18b2-9caa-000000000b3d | TIMING | Mount NFS on host | standalone | 0:01:51.128305 | 0.03s 2025-10-08 18:55:12.879985 | fa163ec5-3f45-18b2-9caa-000000000b3e | TASK | Mount Node Staging Location 2025-10-08 18:55:12.909604 | fa163ec5-3f45-18b2-9caa-000000000b3e | SKIPPED | Mount Node Staging Location | standalone 2025-10-08 18:55:12.910738 | fa163ec5-3f45-18b2-9caa-000000000b3e | TIMING | Mount Node Staging Location | standalone | 0:01:51.184113 | 0.03s 2025-10-08 18:55:12.936382 | fa163ec5-3f45-18b2-9caa-000000000b3f | TASK | ensure /var/lib/glance exists 2025-10-08 18:55:13.169754 | fa163ec5-3f45-18b2-9caa-000000000b3f | CHANGED | ensure /var/lib/glance exists | standalone 2025-10-08 18:55:13.171363 | fa163ec5-3f45-18b2-9caa-000000000b3f | TIMING | ensure /var/lib/glance exists | standalone | 0:01:51.444730 | 0.23s 2025-10-08 18:55:13.197402 | fa163ec5-3f45-18b2-9caa-000000000b40 | TASK | create logs directory 2025-10-08 18:55:13.451529 | fa163ec5-3f45-18b2-9caa-000000000b40 | CHANGED | create logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/gnocchi', 'setype': 'container_file_t'} 2025-10-08 18:55:13.453901 | fa163ec5-3f45-18b2-9caa-000000000b40 | TIMING | create logs directory | standalone | 0:01:51.727270 | 0.26s 2025-10-08 18:55:13.665097 | fa163ec5-3f45-18b2-9caa-000000000b40 | CHANGED | create logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/gnocchi-api', 'setype': 'container_file_t'} 2025-10-08 18:55:13.666876 | fa163ec5-3f45-18b2-9caa-000000000b40 | TIMING | create logs directory | standalone | 0:01:51.940253 | 0.47s 2025-10-08 18:55:13.677465 | fa163ec5-3f45-18b2-9caa-000000000b40 | TIMING | create logs directory | standalone | 0:01:51.950768 | 0.48s 2025-10-08 18:55:13.702879 | fa163ec5-3f45-18b2-9caa-000000000b41 | TASK | Mount Gnocchi NFS on host 2025-10-08 18:55:13.731119 | fa163ec5-3f45-18b2-9caa-000000000b41 | SKIPPED | Mount Gnocchi NFS on host | standalone 2025-10-08 18:55:13.732206 | fa163ec5-3f45-18b2-9caa-000000000b41 | TIMING | Mount Gnocchi NFS on host | standalone | 0:01:52.005581 | 0.03s 2025-10-08 18:55:13.756393 | fa163ec5-3f45-18b2-9caa-000000000b42 | TASK | ensure GnocchiFileBasePath exists 2025-10-08 18:55:13.996109 | fa163ec5-3f45-18b2-9caa-000000000b42 | CHANGED | ensure GnocchiFileBasePath exists | standalone 2025-10-08 18:55:13.997402 | fa163ec5-3f45-18b2-9caa-000000000b42 | TIMING | ensure GnocchiFileBasePath exists | standalone | 0:01:52.270778 | 0.24s 2025-10-08 18:55:14.021628 | fa163ec5-3f45-18b2-9caa-000000000b43 | TASK | create persistent directories 2025-10-08 18:55:14.247403 | fa163ec5-3f45-18b2-9caa-000000000b43 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/gnocchi', 'setype': 'container_file_t'} 2025-10-08 18:55:14.248857 | fa163ec5-3f45-18b2-9caa-000000000b43 | TIMING | create persistent directories | standalone | 0:01:52.522228 | 0.23s 2025-10-08 18:55:14.255104 | fa163ec5-3f45-18b2-9caa-000000000b43 | TIMING | create persistent directories | standalone | 0:01:52.528474 | 0.23s 2025-10-08 18:55:14.280171 | fa163ec5-3f45-18b2-9caa-000000000b44 | TASK | create persistent data directory 2025-10-08 18:55:14.520097 | fa163ec5-3f45-18b2-9caa-000000000b44 | OK | create persistent data directory | standalone 2025-10-08 18:55:14.521515 | fa163ec5-3f45-18b2-9caa-000000000b44 | TIMING | create persistent data directory | standalone | 0:01:52.794889 | 0.24s 2025-10-08 18:55:14.546840 | fa163ec5-3f45-18b2-9caa-000000000b45 | TASK | create persistent directories 2025-10-08 18:55:14.808567 | fa163ec5-3f45-18b2-9caa-000000000b45 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/haproxy', 'setype': 'var_log_t'} 2025-10-08 18:55:14.810043 | fa163ec5-3f45-18b2-9caa-000000000b45 | TIMING | create persistent directories | standalone | 0:01:53.083424 | 0.26s 2025-10-08 18:55:15.027081 | fa163ec5-3f45-18b2-9caa-000000000b45 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/haproxy', 'setype': 'container_file_t'} 2025-10-08 18:55:15.028413 | fa163ec5-3f45-18b2-9caa-000000000b45 | TIMING | create persistent directories | standalone | 0:01:53.301784 | 0.48s 2025-10-08 18:55:15.035959 | fa163ec5-3f45-18b2-9caa-000000000b45 | TIMING | create persistent directories | standalone | 0:01:53.309330 | 0.49s 2025-10-08 18:55:15.061319 | fa163ec5-3f45-18b2-9caa-000000000b46 | TASK | Run puppet on the host to apply IPtables rules 2025-10-08 18:55:22.950073 | fa163ec5-3f45-18b2-9caa-000000000b46 | OK | Run puppet on the host to apply IPtables rules | standalone 2025-10-08 18:55:22.951672 | fa163ec5-3f45-18b2-9caa-000000000b46 | TIMING | Run puppet on the host to apply IPtables rules | standalone | 0:02:01.225047 | 7.89s 2025-10-08 18:55:22.976474 | fa163ec5-3f45-18b2-9caa-000000000b47 | TASK | Debug output for task: Run puppet on the host to apply IPtables rules 2025-10-08 18:55:23.058090 | fa163ec5-3f45-18b2-9caa-000000000b47 | OK | Debug output for task: Run puppet on the host to apply IPtables rules | standalone | result={ "changed": false, "failed_when_result": false, "puppet_host_outputs.stdout_lines | default([]) | union(puppet_host_outputs.stderr_lines | default([]))": [ "Notice: Compiled catalog for standalone.ooo.test in environment production in 0.68 seconds", "Notice: Applied catalog in 0.26 seconds", "Application:", " Initial environment: production", " Converged environment: production", " Run mode: user", "Changes:", "Events:", "Resources:", " Skipped: 56", " Total: 56", "Time:", " Transaction evaluation: 0.24", " Catalog application: 0.26", " Config retrieval: 0.76", " Last run: 1759949722", " Total: 0.26", "Version:", " Config: 1759949721", " 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-08 18:55:23.059421 | fa163ec5-3f45-18b2-9caa-000000000b47 | TIMING | Debug output for task: Run puppet on the host to apply IPtables rules | standalone | 0:02:01.332794 | 0.08s 2025-10-08 18:55:23.083893 | fa163ec5-3f45-18b2-9caa-000000000b48 | TASK | create persistent directories 2025-10-08 18:55:23.330047 | fa163ec5-3f45-18b2-9caa-000000000b48 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2025-10-08 18:55:23.331688 | fa163ec5-3f45-18b2-9caa-000000000b48 | TIMING | create persistent directories | standalone | 0:02:01.605055 | 0.25s 2025-10-08 18:55:23.540835 | fa163ec5-3f45-18b2-9caa-000000000b48 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/heat-api', 'setype': 'container_file_t'} 2025-10-08 18:55:23.542202 | fa163ec5-3f45-18b2-9caa-000000000b48 | TIMING | create persistent directories | standalone | 0:02:01.815577 | 0.46s 2025-10-08 18:55:23.549970 | fa163ec5-3f45-18b2-9caa-000000000b48 | TIMING | create persistent directories | standalone | 0:02:01.823343 | 0.46s 2025-10-08 18:55:23.575805 | fa163ec5-3f45-18b2-9caa-000000000b49 | TASK | create persistent directories 2025-10-08 18:55:23.813398 | fa163ec5-3f45-18b2-9caa-000000000b49 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2025-10-08 18:55:23.815009 | fa163ec5-3f45-18b2-9caa-000000000b49 | TIMING | create persistent directories | standalone | 0:02:02.088376 | 0.24s 2025-10-08 18:55:24.016166 | fa163ec5-3f45-18b2-9caa-000000000b49 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/heat-api-cfn', 'setype': 'container_file_t'} 2025-10-08 18:55:24.017220 | fa163ec5-3f45-18b2-9caa-000000000b49 | TIMING | create persistent directories | standalone | 0:02:02.290598 | 0.44s 2025-10-08 18:55:24.029490 | fa163ec5-3f45-18b2-9caa-000000000b49 | TIMING | create persistent directories | standalone | 0:02:02.302859 | 0.45s 2025-10-08 18:55:24.054894 | fa163ec5-3f45-18b2-9caa-000000000b4a | TASK | create persistent directories 2025-10-08 18:55:24.294677 | fa163ec5-3f45-18b2-9caa-000000000b4a | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2025-10-08 18:55:24.296693 | fa163ec5-3f45-18b2-9caa-000000000b4a | TIMING | create persistent directories | standalone | 0:02:02.570065 | 0.24s 2025-10-08 18:55:24.306787 | fa163ec5-3f45-18b2-9caa-000000000b4a | TIMING | create persistent directories | standalone | 0:02:02.580155 | 0.25s 2025-10-08 18:55:24.331748 | fa163ec5-3f45-18b2-9caa-000000000b4b | TASK | create persistent directories 2025-10-08 18:55:24.589550 | fa163ec5-3f45-18b2-9caa-000000000b4b | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/horizon', 'setype': 'container_file_t'} 2025-10-08 18:55:24.590447 | fa163ec5-3f45-18b2-9caa-000000000b4b | TIMING | create persistent directories | standalone | 0:02:02.863827 | 0.26s 2025-10-08 18:55:24.820675 | fa163ec5-3f45-18b2-9caa-000000000b4b | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/horizon', 'setype': 'container_file_t'} 2025-10-08 18:55:24.821604 | fa163ec5-3f45-18b2-9caa-000000000b4b | TIMING | create persistent directories | standalone | 0:02:03.094978 | 0.49s 2025-10-08 18:55:25.026417 | fa163ec5-3f45-18b2-9caa-000000000b4b | CHANGED | create persistent directories | standalone | item={'path': '/var/www', 'setype': 'container_file_t'} 2025-10-08 18:55:25.027829 | fa163ec5-3f45-18b2-9caa-000000000b4b | TIMING | create persistent directories | standalone | 0:02:03.301209 | 0.69s 2025-10-08 18:55:25.210170 | fa163ec5-3f45-18b2-9caa-000000000b4b | CHANGED | create persistent directories | standalone | item={'mode': '01777', 'path': '/var/tmp/horizon', 'setype': 'container_file_t'} 2025-10-08 18:55:25.211989 | fa163ec5-3f45-18b2-9caa-000000000b4b | TIMING | create persistent directories | standalone | 0:02:03.485368 | 0.88s 2025-10-08 18:55:25.223431 | fa163ec5-3f45-18b2-9caa-000000000b4b | TIMING | create persistent directories | standalone | 0:02:03.496801 | 0.89s 2025-10-08 18:55:25.249195 | fa163ec5-3f45-18b2-9caa-000000000b4c | TASK | ensure /var/tmp/horizon exists on boot 2025-10-08 18:55:25.648092 | fa163ec5-3f45-18b2-9caa-000000000b4c | CHANGED | ensure /var/tmp/horizon exists on boot | standalone 2025-10-08 18:55:25.649534 | fa163ec5-3f45-18b2-9caa-000000000b4c | TIMING | ensure /var/tmp/horizon exists on boot | standalone | 0:02:03.922905 | 0.40s 2025-10-08 18:55:25.674154 | fa163ec5-3f45-18b2-9caa-000000000b4d | TASK | create fcontext entry for iscsi 2025-10-08 18:55:27.050959 | fa163ec5-3f45-18b2-9caa-000000000b4d | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/etc/iscsi', 'setype': 'container_file_t'} 2025-10-08 18:55:27.053732 | fa163ec5-3f45-18b2-9caa-000000000b4d | TIMING | create fcontext entry for iscsi | standalone | 0:02:05.327096 | 1.38s 2025-10-08 18:55:28.277081 | fa163ec5-3f45-18b2-9caa-000000000b4d | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/etc/target', 'setype': 'container_file_t'} 2025-10-08 18:55:28.278654 | fa163ec5-3f45-18b2-9caa-000000000b4d | TIMING | create fcontext entry for iscsi | standalone | 0:02:06.552036 | 2.60s 2025-10-08 18:55:29.502698 | fa163ec5-3f45-18b2-9caa-000000000b4d | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/var/lib/iscsi', 'setype': 'container_file_t'} 2025-10-08 18:55:29.504550 | fa163ec5-3f45-18b2-9caa-000000000b4d | TIMING | create fcontext entry for iscsi | standalone | 0:02:07.777925 | 3.83s 2025-10-08 18:55:29.514916 | fa163ec5-3f45-18b2-9caa-000000000b4d | TIMING | create fcontext entry for iscsi | standalone | 0:02:07.788286 | 3.84s 2025-10-08 18:55:29.540099 | fa163ec5-3f45-18b2-9caa-000000000b4e | TASK | create persistent directories 2025-10-08 18:55:29.785658 | fa163ec5-3f45-18b2-9caa-000000000b4e | CHANGED | create persistent directories | standalone | item={'path': '/etc/iscsi', 'setype': 'container_file_t'} 2025-10-08 18:55:29.787264 | fa163ec5-3f45-18b2-9caa-000000000b4e | TIMING | create persistent directories | standalone | 0:02:08.060633 | 0.25s 2025-10-08 18:55:29.960525 | fa163ec5-3f45-18b2-9caa-000000000b4e | CHANGED | create persistent directories | standalone | item={'path': '/etc/target', 'setype': 'container_file_t'} 2025-10-08 18:55:29.962018 | fa163ec5-3f45-18b2-9caa-000000000b4e | TIMING | create persistent directories | standalone | 0:02:08.235395 | 0.42s 2025-10-08 18:55:30.121807 | fa163ec5-3f45-18b2-9caa-000000000b4e | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/iscsi', 'setype': 'container_file_t'} 2025-10-08 18:55:30.122923 | fa163ec5-3f45-18b2-9caa-000000000b4e | TIMING | create persistent directories | standalone | 0:02:08.396300 | 0.58s 2025-10-08 18:55:30.130119 | fa163ec5-3f45-18b2-9caa-000000000b4e | TIMING | create persistent directories | standalone | 0:02:08.403497 | 0.59s 2025-10-08 18:55:30.156562 | fa163ec5-3f45-18b2-9caa-000000000b4f | TASK | stat /lib/systemd/system/iscsid.socket 2025-10-08 18:55:30.376130 | fa163ec5-3f45-18b2-9caa-000000000b4f | OK | stat /lib/systemd/system/iscsid.socket | standalone 2025-10-08 18:55:30.377399 | fa163ec5-3f45-18b2-9caa-000000000b4f | TIMING | stat /lib/systemd/system/iscsid.socket | standalone | 0:02:08.650773 | 0.22s 2025-10-08 18:55:30.401814 | fa163ec5-3f45-18b2-9caa-000000000b50 | TASK | Stop and disable iscsid.socket service 2025-10-08 18:55:30.429986 | fa163ec5-3f45-18b2-9caa-000000000b50 | SKIPPED | Stop and disable iscsid.socket service | standalone 2025-10-08 18:55:30.431233 | fa163ec5-3f45-18b2-9caa-000000000b50 | TIMING | Stop and disable iscsid.socket service | standalone | 0:02:08.704606 | 0.03s 2025-10-08 18:55:30.456112 | fa163ec5-3f45-18b2-9caa-000000000b51 | TASK | Check if iscsi.service is enabled 2025-10-08 18:55:30.687772 | fa163ec5-3f45-18b2-9caa-000000000b51 | CHANGED | Check if iscsi.service is enabled | standalone 2025-10-08 18:55:30.689139 | fa163ec5-3f45-18b2-9caa-000000000b51 | TIMING | Check if iscsi.service is enabled | standalone | 0:02:08.962516 | 0.23s 2025-10-08 18:55:30.714127 | fa163ec5-3f45-18b2-9caa-000000000b52 | TASK | Stop iscsi.service 2025-10-08 18:55:30.754869 | fa163ec5-3f45-18b2-9caa-000000000b52 | SKIPPED | Stop iscsi.service | standalone 2025-10-08 18:55:30.756188 | fa163ec5-3f45-18b2-9caa-000000000b52 | TIMING | Stop iscsi.service | standalone | 0:02:09.029562 | 0.04s 2025-10-08 18:55:30.810019 | fa163ec5-3f45-18b2-9caa-000000000b53 | TIMING | include_role : tripleo_kernel | standalone | 0:02:09.083383 | 0.03s 2025-10-08 18:55:30.911948 | fa163ec5-3f45-18b2-9caa-00000000104a | TASK | Install additional packages 2025-10-08 18:55:30.948414 | fa163ec5-3f45-18b2-9caa-00000000104a | TIMING | tripleo_kernel : Install additional packages | standalone | 0:02:09.221785 | 0.04s 2025-10-08 18:55:30.973392 | fa163ec5-3f45-18b2-9caa-00000000104b | TASK | Remove dracut-config-generic 2025-10-08 18:55:34.700481 | fa163ec5-3f45-18b2-9caa-00000000104b | CHANGED | Remove dracut-config-generic | standalone 2025-10-08 18:55:34.701767 | fa163ec5-3f45-18b2-9caa-00000000104b | TIMING | tripleo_kernel : Remove dracut-config-generic | standalone | 0:02:12.975142 | 3.73s 2025-10-08 18:55:34.727060 | fa163ec5-3f45-18b2-9caa-00000000104c | TASK | Ensure the /etc/modules-load.d/ directory exists 2025-10-08 18:55:34.956514 | fa163ec5-3f45-18b2-9caa-00000000104c | OK | Ensure the /etc/modules-load.d/ directory exists | standalone 2025-10-08 18:55:34.958010 | fa163ec5-3f45-18b2-9caa-00000000104c | TIMING | tripleo_kernel : Ensure the /etc/modules-load.d/ directory exists | standalone | 0:02:13.231384 | 0.23s 2025-10-08 18:55:34.983346 | fa163ec5-3f45-18b2-9caa-00000000104d | TASK | Write list of modules to load at boot 2025-10-08 18:55:35.478390 | fa163ec5-3f45-18b2-9caa-00000000104d | CHANGED | Write list of modules to load at boot | standalone 2025-10-08 18:55:35.479745 | fa163ec5-3f45-18b2-9caa-00000000104d | TIMING | tripleo_kernel : Write list of modules to load at boot | standalone | 0:02:13.753087 | 0.50s 2025-10-08 18:55:35.504853 | fa163ec5-3f45-18b2-9caa-00000000104e | TASK | Modules reload 2025-10-08 18:55:35.923975 | fa163ec5-3f45-18b2-9caa-00000000104e | CHANGED | Modules reload | standalone 2025-10-08 18:55:35.925751 | fa163ec5-3f45-18b2-9caa-00000000104e | TIMING | tripleo_kernel : Modules reload | standalone | 0:02:14.199125 | 0.42s 2025-10-08 18:55:35.951499 | fa163ec5-3f45-18b2-9caa-00000000104f | TASK | Set default sysctl options 2025-10-08 18:55:36.447325 | fa163ec5-3f45-18b2-9caa-00000000104f | CHANGED | Set default sysctl options | standalone 2025-10-08 18:55:36.448630 | fa163ec5-3f45-18b2-9caa-00000000104f | TIMING | tripleo_kernel : Set default sysctl options | standalone | 0:02:14.722004 | 0.50s 2025-10-08 18:55:36.473988 | fa163ec5-3f45-18b2-9caa-000000001050 | TASK | Set extra sysctl options 2025-10-08 18:55:36.879927 | fa163ec5-3f45-18b2-9caa-000000001050 | CHANGED | Set extra sysctl options | standalone | item=fs.inotify.max_user_instances 2025-10-08 18:55:36.882849 | fa163ec5-3f45-18b2-9caa-000000001050 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:15.156212 | 0.41s 2025-10-08 18:55:37.126475 | fa163ec5-3f45-18b2-9caa-000000001050 | CHANGED | Set extra sysctl options | standalone | item=kernel.pid_max 2025-10-08 18:55:37.128186 | fa163ec5-3f45-18b2-9caa-000000001050 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:15.401562 | 0.65s 2025-10-08 18:55:37.323421 | fa163ec5-3f45-18b2-9caa-000000001050 | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-arptables 2025-10-08 18:55:37.324515 | fa163ec5-3f45-18b2-9caa-000000001050 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:15.597891 | 0.85s 2025-10-08 18:55:37.516541 | fa163ec5-3f45-18b2-9caa-000000001050 | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-ip6tables 2025-10-08 18:55:37.517614 | fa163ec5-3f45-18b2-9caa-000000001050 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:15.790989 | 1.04s 2025-10-08 18:55:37.718633 | fa163ec5-3f45-18b2-9caa-000000001050 | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-iptables 2025-10-08 18:55:37.719633 | fa163ec5-3f45-18b2-9caa-000000001050 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:15.993010 | 1.24s 2025-10-08 18:55:37.963646 | fa163ec5-3f45-18b2-9caa-000000001050 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.conf.all.rp_filter 2025-10-08 18:55:37.964682 | fa163ec5-3f45-18b2-9caa-000000001050 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:16.238059 | 1.49s 2025-10-08 18:55:38.203086 | fa163ec5-3f45-18b2-9caa-000000001050 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_forward 2025-10-08 18:55:38.205413 | fa163ec5-3f45-18b2-9caa-000000001050 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:16.478784 | 1.73s 2025-10-08 18:55:38.422484 | fa163ec5-3f45-18b2-9caa-000000001050 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_local_reserved_ports 2025-10-08 18:55:38.423493 | fa163ec5-3f45-18b2-9caa-000000001050 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:16.696866 | 1.95s 2025-10-08 18:55:38.614139 | fa163ec5-3f45-18b2-9caa-000000001050 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_nonlocal_bind 2025-10-08 18:55:38.614761 | fa163ec5-3f45-18b2-9caa-000000001050 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:16.888145 | 2.14s 2025-10-08 18:55:38.856953 | fa163ec5-3f45-18b2-9caa-000000001050 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh1 2025-10-08 18:55:38.858506 | fa163ec5-3f45-18b2-9caa-000000001050 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:17.131883 | 2.38s 2025-10-08 18:55:39.051898 | fa163ec5-3f45-18b2-9caa-000000001050 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh2 2025-10-08 18:55:39.053437 | fa163ec5-3f45-18b2-9caa-000000001050 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:17.326814 | 2.58s 2025-10-08 18:55:39.286299 | fa163ec5-3f45-18b2-9caa-000000001050 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh3 2025-10-08 18:55:39.287633 | fa163ec5-3f45-18b2-9caa-000000001050 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:17.561018 | 2.81s 2025-10-08 18:55:39.470808 | fa163ec5-3f45-18b2-9caa-000000001050 | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.all.disable_ipv6 2025-10-08 18:55:39.471423 | fa163ec5-3f45-18b2-9caa-000000001050 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:17.744807 | 3.00s 2025-10-08 18:55:39.659559 | fa163ec5-3f45-18b2-9caa-000000001050 | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.all.forwarding 2025-10-08 18:55:39.661667 | fa163ec5-3f45-18b2-9caa-000000001050 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:17.935045 | 3.19s 2025-10-08 18:55:39.844268 | fa163ec5-3f45-18b2-9caa-000000001050 | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.default.disable_ipv6 2025-10-08 18:55:39.845974 | fa163ec5-3f45-18b2-9caa-000000001050 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:18.119351 | 3.37s 2025-10-08 18:55:40.076218 | fa163ec5-3f45-18b2-9caa-000000001050 | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.lo.disable_ipv6 2025-10-08 18:55:40.077201 | fa163ec5-3f45-18b2-9caa-000000001050 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:18.350578 | 3.60s 2025-10-08 18:55:40.287704 | fa163ec5-3f45-18b2-9caa-000000001050 | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.ip_nonlocal_bind 2025-10-08 18:55:40.289415 | fa163ec5-3f45-18b2-9caa-000000001050 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:18.562792 | 3.81s 2025-10-08 18:55:40.301621 | fa163ec5-3f45-18b2-9caa-000000001050 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:18.574990 | 3.83s 2025-10-08 18:55:40.330217 | fa163ec5-3f45-18b2-9caa-000000001052 | TASK | Sysctl reload 2025-10-08 18:55:40.738709 | fa163ec5-3f45-18b2-9caa-000000001052 | CHANGED | Sysctl reload | standalone 2025-10-08 18:55:40.740465 | fa163ec5-3f45-18b2-9caa-000000001052 | TIMING | tripleo_kernel : Sysctl reload | standalone | 0:02:19.013839 | 0.41s 2025-10-08 18:55:40.778824 | fa163ec5-3f45-18b2-9caa-000000000b54 | TASK | create persistent directories 2025-10-08 18:55:41.028497 | fa163ec5-3f45-18b2-9caa-000000000b54 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/keystone', 'setype': 'container_file_t'} 2025-10-08 18:55:41.029425 | fa163ec5-3f45-18b2-9caa-000000000b54 | TIMING | create persistent directories | standalone | 0:02:19.302806 | 0.25s 2025-10-08 18:55:41.236684 | fa163ec5-3f45-18b2-9caa-000000000b54 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/keystone', 'setype': 'container_file_t'} 2025-10-08 18:55:41.238463 | fa163ec5-3f45-18b2-9caa-000000000b54 | TIMING | create persistent directories | standalone | 0:02:19.511839 | 0.46s 2025-10-08 18:55:41.248933 | fa163ec5-3f45-18b2-9caa-000000000b54 | TIMING | create persistent directories | standalone | 0:02:19.522303 | 0.47s 2025-10-08 18:55:41.274433 | fa163ec5-3f45-18b2-9caa-000000000b55 | TASK | Check if file certs_valid exist 2025-10-08 18:55:41.493886 | fa163ec5-3f45-18b2-9caa-000000000b55 | OK | Check if file certs_valid exist | standalone 2025-10-08 18:55:41.495141 | fa163ec5-3f45-18b2-9caa-000000000b55 | TIMING | Check if file certs_valid exist | standalone | 0:02:19.768514 | 0.22s 2025-10-08 18:55:41.519945 | fa163ec5-3f45-18b2-9caa-000000000b56 | TASK | Check if file cert9.db exist 2025-10-08 18:55:41.749427 | fa163ec5-3f45-18b2-9caa-000000000b56 | OK | Check if file cert9.db exist | standalone 2025-10-08 18:55:41.750713 | fa163ec5-3f45-18b2-9caa-000000000b56 | TIMING | Check if file cert9.db exist | standalone | 0:02:20.024087 | 0.23s 2025-10-08 18:55:41.775421 | fa163ec5-3f45-18b2-9caa-000000000b57 | TASK | Check if file key4.db exist 2025-10-08 18:55:41.970243 | fa163ec5-3f45-18b2-9caa-000000000b57 | OK | Check if file key4.db exist | standalone 2025-10-08 18:55:41.971541 | fa163ec5-3f45-18b2-9caa-000000000b57 | TIMING | Check if file key4.db exist | standalone | 0:02:20.244915 | 0.19s 2025-10-08 18:55:42.024446 | fa163ec5-3f45-18b2-9caa-000000000b58 | SKIPPED | fail | standalone 2025-10-08 18:55:42.025652 | fa163ec5-3f45-18b2-9caa-000000000b58 | TIMING | fail | standalone | 0:02:20.299028 | 0.03s 2025-10-08 18:55:42.050063 | fa163ec5-3f45-18b2-9caa-000000000b59 | TASK | Create persistent directories 2025-10-08 18:55:42.298571 | fa163ec5-3f45-18b2-9caa-000000000b59 | CHANGED | Create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2025-10-08 18:55:42.301067 | fa163ec5-3f45-18b2-9caa-000000000b59 | TIMING | Create persistent directories | standalone | 0:02:20.574434 | 0.25s 2025-10-08 18:55:42.521177 | fa163ec5-3f45-18b2-9caa-000000000b59 | CHANGED | Create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/manila-api', 'setype': 'container_file_t'} 2025-10-08 18:55:42.522341 | fa163ec5-3f45-18b2-9caa-000000000b59 | TIMING | Create persistent directories | standalone | 0:02:20.795715 | 0.47s 2025-10-08 18:55:42.528966 | fa163ec5-3f45-18b2-9caa-000000000b59 | TIMING | Create persistent directories | standalone | 0:02:20.802330 | 0.48s 2025-10-08 18:55:42.555299 | fa163ec5-3f45-18b2-9caa-000000000b5a | TASK | create persistent directories 2025-10-08 18:55:42.792881 | fa163ec5-3f45-18b2-9caa-000000000b5a | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2025-10-08 18:55:42.794315 | fa163ec5-3f45-18b2-9caa-000000000b5a | TIMING | create persistent directories | standalone | 0:02:21.067661 | 0.24s 2025-10-08 18:55:42.800608 | fa163ec5-3f45-18b2-9caa-000000000b5a | TIMING | create persistent directories | standalone | 0:02:21.073973 | 0.24s 2025-10-08 18:55:42.826230 | fa163ec5-3f45-18b2-9caa-000000000b5b | TASK | create persistent directories 2025-10-08 18:55:43.077526 | fa163ec5-3f45-18b2-9caa-000000000b5b | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2025-10-08 18:55:43.079776 | fa163ec5-3f45-18b2-9caa-000000000b5b | TIMING | create persistent directories | standalone | 0:02:21.353144 | 0.25s 2025-10-08 18:55:43.268068 | fa163ec5-3f45-18b2-9caa-000000000b5b | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/manila', 'setype': 'container_file_t'} 2025-10-08 18:55:43.269163 | fa163ec5-3f45-18b2-9caa-000000000b5b | TIMING | create persistent directories | standalone | 0:02:21.542539 | 0.44s 2025-10-08 18:55:43.275916 | fa163ec5-3f45-18b2-9caa-000000000b5b | TIMING | create persistent directories | standalone | 0:02:21.549283 | 0.45s 2025-10-08 18:55:43.302533 | fa163ec5-3f45-18b2-9caa-000000000b5c | TASK | create persistent directories 2025-10-08 18:55:43.545390 | fa163ec5-3f45-18b2-9caa-000000000b5c | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/memcached', 'setype': 'container_file_t'} 2025-10-08 18:55:43.547476 | fa163ec5-3f45-18b2-9caa-000000000b5c | TIMING | create persistent directories | standalone | 0:02:21.820842 | 0.24s 2025-10-08 18:55:43.557625 | fa163ec5-3f45-18b2-9caa-000000000b5c | TIMING | create persistent directories | standalone | 0:02:21.830993 | 0.25s 2025-10-08 18:55:43.582814 | fa163ec5-3f45-18b2-9caa-000000000b5d | TASK | create persistent directories 2025-10-08 18:55:43.820504 | fa163ec5-3f45-18b2-9caa-000000000b5d | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/mysql', 'setype': 'container_file_t'} 2025-10-08 18:55:43.821858 | fa163ec5-3f45-18b2-9caa-000000000b5d | TIMING | create persistent directories | standalone | 0:02:22.095231 | 0.24s 2025-10-08 18:55:44.016433 | fa163ec5-3f45-18b2-9caa-000000000b5d | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/mysql', 'setype': 'container_file_t'} 2025-10-08 18:55:44.017308 | fa163ec5-3f45-18b2-9caa-000000000b5d | TIMING | create persistent directories | standalone | 0:02:22.290689 | 0.43s 2025-10-08 18:55:44.205118 | fa163ec5-3f45-18b2-9caa-000000000b5d | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/mariadb', 'setype': 'container_file_t'} 2025-10-08 18:55:44.207102 | fa163ec5-3f45-18b2-9caa-000000000b5d | TIMING | create persistent directories | standalone | 0:02:22.480477 | 0.62s 2025-10-08 18:55:44.218000 | fa163ec5-3f45-18b2-9caa-000000000b5d | TIMING | create persistent directories | standalone | 0:02:22.491369 | 0.63s 2025-10-08 18:55:44.243666 | fa163ec5-3f45-18b2-9caa-000000000b5e | TASK | create persistent directories 2025-10-08 18:55:44.480528 | fa163ec5-3f45-18b2-9caa-000000000b5e | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/neutron', 'setype': 'container_file_t'} 2025-10-08 18:55:44.482082 | fa163ec5-3f45-18b2-9caa-000000000b5e | TIMING | create persistent directories | standalone | 0:02:22.755452 | 0.24s 2025-10-08 18:55:44.651122 | fa163ec5-3f45-18b2-9caa-000000000b5e | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/neutron-api', 'setype': 'container_file_t'} 2025-10-08 18:55:44.652951 | fa163ec5-3f45-18b2-9caa-000000000b5e | TIMING | create persistent directories | standalone | 0:02:22.926326 | 0.41s 2025-10-08 18:55:44.662844 | fa163ec5-3f45-18b2-9caa-000000000b5e | TIMING | create persistent directories | standalone | 0:02:22.936219 | 0.42s 2025-10-08 18:55:44.683226 | fa163ec5-3f45-18b2-9caa-000000000b5f | TASK | create persistent directories 2025-10-08 18:55:44.916588 | fa163ec5-3f45-18b2-9caa-000000000b5f | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/neutron', 'setype': 'container_file_t'} 2025-10-08 18:55:44.917999 | fa163ec5-3f45-18b2-9caa-000000000b5f | TIMING | create persistent directories | standalone | 0:02:23.191372 | 0.23s 2025-10-08 18:55:44.924155 | fa163ec5-3f45-18b2-9caa-000000000b5f | TIMING | create persistent directories | standalone | 0:02:23.197530 | 0.24s 2025-10-08 18:55:44.944326 | fa163ec5-3f45-18b2-9caa-000000000b60 | TASK | creating directory 2025-10-08 18:55:45.149297 | fa163ec5-3f45-18b2-9caa-000000000b60 | CHANGED | creating directory | standalone 2025-10-08 18:55:45.150349 | fa163ec5-3f45-18b2-9caa-000000000b60 | TIMING | creating directory | standalone | 0:02:23.423730 | 0.21s 2025-10-08 18:55:45.169819 | fa163ec5-3f45-18b2-9caa-000000000b61 | TASK | derive pci passthrough whitelist 2025-10-08 18:55:45.576186 | fa163ec5-3f45-18b2-9caa-000000000b61 | CHANGED | derive pci passthrough whitelist | standalone 2025-10-08 18:55:45.577329 | fa163ec5-3f45-18b2-9caa-000000000b61 | TIMING | derive pci passthrough whitelist | standalone | 0:02:23.850709 | 0.41s 2025-10-08 18:55:45.596931 | fa163ec5-3f45-18b2-9caa-000000000b62 | TASK | run derive_pci_passthrough_whitelist.py 2025-10-08 18:55:46.337099 | fa163ec5-3f45-18b2-9caa-000000000b62 | CHANGED | run derive_pci_passthrough_whitelist.py | standalone 2025-10-08 18:55:46.338121 | fa163ec5-3f45-18b2-9caa-000000000b62 | TIMING | run derive_pci_passthrough_whitelist.py | standalone | 0:02:24.611502 | 0.74s 2025-10-08 18:55:46.357525 | fa163ec5-3f45-18b2-9caa-000000000b63 | TASK | create /run/netns with temp namespace 2025-10-08 18:55:46.574885 | fa163ec5-3f45-18b2-9caa-000000000b63 | CHANGED | create /run/netns with temp namespace | standalone 2025-10-08 18:55:46.575906 | fa163ec5-3f45-18b2-9caa-000000000b63 | TIMING | create /run/netns with temp namespace | standalone | 0:02:24.849286 | 0.22s 2025-10-08 18:55:46.595577 | fa163ec5-3f45-18b2-9caa-000000000b64 | TASK | remove temp namespace 2025-10-08 18:55:46.820766 | fa163ec5-3f45-18b2-9caa-000000000b64 | CHANGED | remove temp namespace | standalone 2025-10-08 18:55:46.821795 | fa163ec5-3f45-18b2-9caa-000000000b64 | TIMING | remove temp namespace | standalone | 0:02:25.095175 | 0.23s 2025-10-08 18:55:46.841482 | fa163ec5-3f45-18b2-9caa-000000000b65 | TASK | create /var/lib/neutron 2025-10-08 18:55:47.069368 | fa163ec5-3f45-18b2-9caa-000000000b65 | CHANGED | create /var/lib/neutron | standalone 2025-10-08 18:55:47.070487 | fa163ec5-3f45-18b2-9caa-000000000b65 | TIMING | create /var/lib/neutron | standalone | 0:02:25.343868 | 0.23s 2025-10-08 18:55:47.090131 | fa163ec5-3f45-18b2-9caa-000000000b66 | TASK | set conditions 2025-10-08 18:55:47.121075 | fa163ec5-3f45-18b2-9caa-000000000b66 | OK | set conditions | standalone 2025-10-08 18:55:47.122074 | fa163ec5-3f45-18b2-9caa-000000000b66 | TIMING | set conditions | standalone | 0:02:25.395454 | 0.03s 2025-10-08 18:55:47.141743 | fa163ec5-3f45-18b2-9caa-000000000b67 | TASK | create kill_scripts directory within /var/lib/neutron 2025-10-08 18:55:47.367857 | fa163ec5-3f45-18b2-9caa-000000000b67 | CHANGED | create kill_scripts directory within /var/lib/neutron | standalone 2025-10-08 18:55:47.368913 | fa163ec5-3f45-18b2-9caa-000000000b67 | TIMING | create kill_scripts directory within /var/lib/neutron | standalone | 0:02:25.642294 | 0.23s 2025-10-08 18:55:47.388396 | fa163ec5-3f45-18b2-9caa-000000000b68 | TASK | create dnsmasq dhcp kill script 2025-10-08 18:55:47.855176 | fa163ec5-3f45-18b2-9caa-000000000b68 | CHANGED | create dnsmasq dhcp kill script | standalone 2025-10-08 18:55:47.856593 | fa163ec5-3f45-18b2-9caa-000000000b68 | TIMING | create dnsmasq dhcp kill script | standalone | 0:02:26.129967 | 0.47s 2025-10-08 18:55:47.881533 | fa163ec5-3f45-18b2-9caa-000000000b69 | TASK | create haproxy kill script 2025-10-08 18:55:48.344739 | fa163ec5-3f45-18b2-9caa-000000000b69 | CHANGED | create haproxy kill script | standalone 2025-10-08 18:55:48.346175 | fa163ec5-3f45-18b2-9caa-000000000b69 | TIMING | create haproxy kill script | standalone | 0:02:26.619546 | 0.46s 2025-10-08 18:55:48.373476 | fa163ec5-3f45-18b2-9caa-000000000b6a | TASK | create persistent directories 2025-10-08 18:55:48.606049 | fa163ec5-3f45-18b2-9caa-000000000b6a | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2025-10-08 18:55:48.608477 | fa163ec5-3f45-18b2-9caa-000000000b6a | TIMING | create persistent directories | standalone | 0:02:26.881844 | 0.23s 2025-10-08 18:55:48.769965 | fa163ec5-3f45-18b2-9caa-000000000b6a | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/nova-api', 'setype': 'container_file_t'} 2025-10-08 18:55:48.771795 | fa163ec5-3f45-18b2-9caa-000000000b6a | TIMING | create persistent directories | standalone | 0:02:27.045170 | 0.40s 2025-10-08 18:55:48.782830 | fa163ec5-3f45-18b2-9caa-000000000b6a | TIMING | create persistent directories | standalone | 0:02:27.056199 | 0.41s 2025-10-08 18:55:48.808554 | fa163ec5-3f45-18b2-9caa-000000000b6b | TASK | create persistent directories 2025-10-08 18:55:49.021574 | fa163ec5-3f45-18b2-9caa-000000000b6b | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2025-10-08 18:55:49.023021 | fa163ec5-3f45-18b2-9caa-000000000b6b | TIMING | create persistent directories | standalone | 0:02:27.296393 | 0.21s 2025-10-08 18:55:49.029144 | fa163ec5-3f45-18b2-9caa-000000000b6b | TIMING | create persistent directories | standalone | 0:02:27.302513 | 0.22s 2025-10-08 18:55:49.054458 | fa163ec5-3f45-18b2-9caa-000000000b6c | TASK | create persistent directories 2025-10-08 18:55:49.304957 | fa163ec5-3f45-18b2-9caa-000000000b6c | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2025-10-08 18:55:49.307469 | fa163ec5-3f45-18b2-9caa-000000000b6c | TIMING | create persistent directories | standalone | 0:02:27.580840 | 0.25s 2025-10-08 18:55:49.479621 | fa163ec5-3f45-18b2-9caa-000000000b6c | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/nova-metadata', 'setype': 'container_file_t'} 2025-10-08 18:55:49.481467 | fa163ec5-3f45-18b2-9caa-000000000b6c | TIMING | create persistent directories | standalone | 0:02:27.754843 | 0.43s 2025-10-08 18:55:49.492140 | fa163ec5-3f45-18b2-9caa-000000000b6c | TIMING | create persistent directories | standalone | 0:02:27.765507 | 0.44s 2025-10-08 18:55:49.517483 | fa163ec5-3f45-18b2-9caa-000000000b6d | TASK | Check for /var/lib/nova/instances directory exitance 2025-10-08 18:55:49.729722 | fa163ec5-3f45-18b2-9caa-000000000b6d | OK | Check for /var/lib/nova/instances directory exitance | standalone 2025-10-08 18:55:49.730994 | fa163ec5-3f45-18b2-9caa-000000000b6d | TIMING | Check for /var/lib/nova/instances directory exitance | standalone | 0:02:28.004368 | 0.21s 2025-10-08 18:55:49.755736 | fa163ec5-3f45-18b2-9caa-000000000b6e | TASK | create persistent directories 2025-10-08 18:55:50.016605 | fa163ec5-3f45-18b2-9caa-000000000b6e | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/nova', 'setype': 'container_file_t'} 2025-10-08 18:55:50.018851 | fa163ec5-3f45-18b2-9caa-000000000b6e | TIMING | create persistent directories | standalone | 0:02:28.292221 | 0.26s 2025-10-08 18:55:50.218219 | fa163ec5-3f45-18b2-9caa-000000000b6e | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/_nova_secontext', 'setype': 'container_file_t'} 2025-10-08 18:55:50.220034 | fa163ec5-3f45-18b2-9caa-000000000b6e | TIMING | create persistent directories | standalone | 0:02:28.493411 | 0.46s 2025-10-08 18:55:50.444995 | fa163ec5-3f45-18b2-9caa-000000000b6e | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/nova/instances', 'setype': 'container_file_t'} 2025-10-08 18:55:50.446231 | fa163ec5-3f45-18b2-9caa-000000000b6e | TIMING | create persistent directories | standalone | 0:02:28.719615 | 0.69s 2025-10-08 18:55:50.677148 | fa163ec5-3f45-18b2-9caa-000000000b6e | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/libvirt', 'setype': 'container_file_t'} 2025-10-08 18:55:50.678224 | fa163ec5-3f45-18b2-9caa-000000000b6e | TIMING | create persistent directories | standalone | 0:02:28.951602 | 0.92s 2025-10-08 18:55:50.898258 | fa163ec5-3f45-18b2-9caa-000000000b6e | OK | create persistent directories | standalone | item={'path': '/etc/tmpfiles.d'} 2025-10-08 18:55:50.898955 | fa163ec5-3f45-18b2-9caa-000000000b6e | TIMING | create persistent directories | standalone | 0:02:29.172340 | 1.14s 2025-10-08 18:55:50.907387 | fa163ec5-3f45-18b2-9caa-000000000b6e | TIMING | create persistent directories | standalone | 0:02:29.180746 | 1.15s 2025-10-08 18:55:50.933504 | fa163ec5-3f45-18b2-9caa-000000000b6f | TASK | ensure /run/nova is present upon reboot 2025-10-08 18:55:51.394599 | fa163ec5-3f45-18b2-9caa-000000000b6f | CHANGED | ensure /run/nova is present upon reboot | standalone 2025-10-08 18:55:51.395961 | fa163ec5-3f45-18b2-9caa-000000000b6f | TIMING | ensure /run/nova is present upon reboot | standalone | 0:02:29.669337 | 0.46s 2025-10-08 18:55:51.420276 | fa163ec5-3f45-18b2-9caa-000000000b70 | TASK | create tempfiles 2025-10-08 18:55:51.729281 | fa163ec5-3f45-18b2-9caa-000000000b70 | CHANGED | create tempfiles | standalone 2025-10-08 18:55:51.730724 | fa163ec5-3f45-18b2-9caa-000000000b70 | TIMING | create tempfiles | standalone | 0:02:30.004098 | 0.31s 2025-10-08 18:55:51.755826 | fa163ec5-3f45-18b2-9caa-000000000b71 | TASK | Mount Nova NFS Share 2025-10-08 18:55:51.785012 | fa163ec5-3f45-18b2-9caa-000000000b71 | SKIPPED | Mount Nova NFS Share | standalone 2025-10-08 18:55:51.786131 | fa163ec5-3f45-18b2-9caa-000000000b71 | TIMING | Mount Nova NFS Share | standalone | 0:02:30.059505 | 0.03s 2025-10-08 18:55:51.810279 | fa163ec5-3f45-18b2-9caa-000000000b73 | TASK | check systemd-container package installed or not 2025-10-08 18:55:51.840215 | fa163ec5-3f45-18b2-9caa-000000000b73 | SKIPPED | check systemd-container package installed or not | standalone 2025-10-08 18:55:51.841295 | fa163ec5-3f45-18b2-9caa-000000000b73 | TIMING | check systemd-container package installed or not | standalone | 0:02:30.114666 | 0.03s 2025-10-08 18:55:51.864822 | fa163ec5-3f45-18b2-9caa-000000000b74 | TASK | get latest package from downloaded package versions 2025-10-08 18:55:51.892489 | fa163ec5-3f45-18b2-9caa-000000000b74 | SKIPPED | get latest package from downloaded package versions | standalone 2025-10-08 18:55:51.893532 | fa163ec5-3f45-18b2-9caa-000000000b74 | TIMING | get latest package from downloaded package versions | standalone | 0:02:30.166907 | 0.03s 2025-10-08 18:55:51.917504 | fa163ec5-3f45-18b2-9caa-000000000b75 | TASK | Install systemd-container package on boot 2025-10-08 18:55:51.946096 | fa163ec5-3f45-18b2-9caa-000000000b75 | SKIPPED | Install systemd-container package on boot | standalone 2025-10-08 18:55:51.947238 | fa163ec5-3f45-18b2-9caa-000000000b75 | TIMING | Install systemd-container package on boot | standalone | 0:02:30.220612 | 0.03s 2025-10-08 18:55:51.971830 | fa163ec5-3f45-18b2-9caa-000000000b76 | TASK | enable install-systemd-container on compute boot 2025-10-08 18:55:52.000401 | fa163ec5-3f45-18b2-9caa-000000000b76 | SKIPPED | enable install-systemd-container on compute boot | standalone 2025-10-08 18:55:52.001427 | fa163ec5-3f45-18b2-9caa-000000000b76 | TIMING | enable install-systemd-container on compute boot | standalone | 0:02:30.274803 | 0.03s 2025-10-08 18:55:52.026500 | fa163ec5-3f45-18b2-9caa-000000000b77 | TASK | check if install-systemd-container service exists 2025-10-08 18:55:52.055586 | fa163ec5-3f45-18b2-9caa-000000000b77 | SKIPPED | check if install-systemd-container service exists | standalone 2025-10-08 18:55:52.056813 | fa163ec5-3f45-18b2-9caa-000000000b77 | TIMING | check if install-systemd-container service exists | standalone | 0:02:30.330188 | 0.03s 2025-10-08 18:55:52.081533 | fa163ec5-3f45-18b2-9caa-000000000b78 | TASK | disable and mask install-systemd-container on compute boot 2025-10-08 18:55:52.108272 | fa163ec5-3f45-18b2-9caa-000000000b78 | SKIPPED | disable and mask install-systemd-container on compute boot | standalone 2025-10-08 18:55:52.109376 | fa163ec5-3f45-18b2-9caa-000000000b78 | TIMING | disable and mask install-systemd-container on compute boot | standalone | 0:02:30.382748 | 0.03s 2025-10-08 18:55:52.134091 | fa163ec5-3f45-18b2-9caa-000000000b7a | TASK | is Nova Resume Guests State On Host Boot enabled 2025-10-08 18:55:52.164483 | fa163ec5-3f45-18b2-9caa-000000000b7a | OK | is Nova Resume Guests State On Host Boot enabled | standalone 2025-10-08 18:55:52.165668 | fa163ec5-3f45-18b2-9caa-000000000b7a | TIMING | is Nova Resume Guests State On Host Boot enabled | standalone | 0:02:30.439043 | 0.03s 2025-10-08 18:55:52.190094 | fa163ec5-3f45-18b2-9caa-000000000b7c | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs 2025-10-08 18:55:52.221681 | fa163ec5-3f45-18b2-9caa-000000000b7c | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs | standalone 2025-10-08 18:55:52.222929 | fa163ec5-3f45-18b2-9caa-000000000b7c | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs | standalone | 0:02:30.496305 | 0.03s 2025-10-08 18:55:52.246490 | fa163ec5-3f45-18b2-9caa-000000000b7d | TASK | Making sure virt-guest-shutdown.target is present 2025-10-08 18:55:52.274178 | fa163ec5-3f45-18b2-9caa-000000000b7d | SKIPPED | Making sure virt-guest-shutdown.target is present | standalone 2025-10-08 18:55:52.275211 | fa163ec5-3f45-18b2-9caa-000000000b7d | TIMING | Making sure virt-guest-shutdown.target is present | standalone | 0:02:30.548587 | 0.03s 2025-10-08 18:55:52.299388 | fa163ec5-3f45-18b2-9caa-000000000b7e | TASK | libvirt-guests enable VM shutdown on compute reboot/shutdown 2025-10-08 18:55:52.328610 | fa163ec5-3f45-18b2-9caa-000000000b7e | SKIPPED | libvirt-guests enable VM shutdown on compute reboot/shutdown | standalone 2025-10-08 18:55:52.329950 | fa163ec5-3f45-18b2-9caa-000000000b7e | TIMING | libvirt-guests enable VM shutdown on compute reboot/shutdown | standalone | 0:02:30.603323 | 0.03s 2025-10-08 18:55:52.355410 | fa163ec5-3f45-18b2-9caa-000000000b80 | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) 2025-10-08 18:55:52.385114 | fa163ec5-3f45-18b2-9caa-000000000b80 | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) | standalone 2025-10-08 18:55:52.387929 | fa163ec5-3f45-18b2-9caa-000000000b80 | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) | standalone | 0:02:30.661298 | 0.03s 2025-10-08 18:55:52.412451 | fa163ec5-3f45-18b2-9caa-000000000b81 | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) 2025-10-08 18:55:52.440919 | fa163ec5-3f45-18b2-9caa-000000000b81 | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) | standalone 2025-10-08 18:55:52.442217 | fa163ec5-3f45-18b2-9caa-000000000b81 | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) | standalone | 0:02:30.715590 | 0.03s 2025-10-08 18:55:52.466508 | fa163ec5-3f45-18b2-9caa-000000000b82 | TASK | Making sure virt-guest-shutdown.target is present 2025-10-08 18:55:52.494518 | fa163ec5-3f45-18b2-9caa-000000000b82 | SKIPPED | Making sure virt-guest-shutdown.target is present | standalone 2025-10-08 18:55:52.495660 | fa163ec5-3f45-18b2-9caa-000000000b82 | TIMING | Making sure virt-guest-shutdown.target is present | standalone | 0:02:30.769034 | 0.03s 2025-10-08 18:55:52.519998 | fa163ec5-3f45-18b2-9caa-000000000b83 | TASK | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown 2025-10-08 18:55:52.548436 | fa163ec5-3f45-18b2-9caa-000000000b83 | SKIPPED | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown | standalone 2025-10-08 18:55:52.549722 | fa163ec5-3f45-18b2-9caa-000000000b83 | TIMING | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown | standalone | 0:02:30.823095 | 0.03s 2025-10-08 18:55:52.570911 | fa163ec5-3f45-18b2-9caa-000000000b85 | TASK | Do we prepend nova startup with a delay 2025-10-08 18:55:52.599898 | fa163ec5-3f45-18b2-9caa-000000000b85 | OK | Do we prepend nova startup with a delay | standalone 2025-10-08 18:55:52.600794 | fa163ec5-3f45-18b2-9caa-000000000b85 | TIMING | Do we prepend nova startup with a delay | standalone | 0:02:30.874175 | 0.03s 2025-10-08 18:55:52.620282 | fa163ec5-3f45-18b2-9caa-000000000b86 | TASK | install nova-compute delay wrapper script 2025-10-08 18:55:52.667993 | fa163ec5-3f45-18b2-9caa-000000000b86 | SKIPPED | install nova-compute delay wrapper script | standalone 2025-10-08 18:55:52.669480 | fa163ec5-3f45-18b2-9caa-000000000b86 | TIMING | install nova-compute delay wrapper script | standalone | 0:02:30.942852 | 0.05s 2025-10-08 18:55:52.695878 | fa163ec5-3f45-18b2-9caa-000000000b87 | TASK | Is irqbalance enabled 2025-10-08 18:55:52.727425 | fa163ec5-3f45-18b2-9caa-000000000b87 | OK | Is irqbalance enabled | standalone 2025-10-08 18:55:52.728671 | fa163ec5-3f45-18b2-9caa-000000000b87 | TIMING | Is irqbalance enabled | standalone | 0:02:31.002044 | 0.03s 2025-10-08 18:55:52.754361 | fa163ec5-3f45-18b2-9caa-000000000b88 | TASK | disable irqbalance service on compute 2025-10-08 18:55:52.783464 | fa163ec5-3f45-18b2-9caa-000000000b88 | SKIPPED | disable irqbalance service on compute | standalone 2025-10-08 18:55:52.784917 | fa163ec5-3f45-18b2-9caa-000000000b88 | TIMING | disable irqbalance service on compute | standalone | 0:02:31.058285 | 0.03s 2025-10-08 18:55:52.813999 | fa163ec5-3f45-18b2-9caa-000000000b89 | TASK | create persistent directories 2025-10-08 18:55:53.042169 | fa163ec5-3f45-18b2-9caa-000000000b89 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/libvirt', 'setype': 'container_file_t'} 2025-10-08 18:55:53.043622 | fa163ec5-3f45-18b2-9caa-000000000b89 | TIMING | create persistent directories | standalone | 0:02:31.316995 | 0.23s 2025-10-08 18:55:53.049701 | fa163ec5-3f45-18b2-9caa-000000000b89 | TIMING | create persistent directories | standalone | 0:02:31.323072 | 0.23s 2025-10-08 18:55:53.074573 | fa163ec5-3f45-18b2-9caa-000000000b8a | TASK | create libvirt persistent data directories 2025-10-08 18:55:53.351582 | fa163ec5-3f45-18b2-9caa-000000000b8a | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt', 'setype': 'container_file_t'} 2025-10-08 18:55:53.353199 | fa163ec5-3f45-18b2-9caa-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:31.626565 | 0.28s 2025-10-08 18:55:53.566381 | fa163ec5-3f45-18b2-9caa-000000000b8a | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt/secrets', 'setype': 'container_file_t'} 2025-10-08 18:55:53.567446 | fa163ec5-3f45-18b2-9caa-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:31.840822 | 0.49s 2025-10-08 18:55:53.802370 | fa163ec5-3f45-18b2-9caa-000000000b8a | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt/qemu', 'setype': 'container_file_t'} 2025-10-08 18:55:53.803420 | fa163ec5-3f45-18b2-9caa-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:32.076797 | 0.73s 2025-10-08 18:55:54.034361 | fa163ec5-3f45-18b2-9caa-000000000b8a | OK | create libvirt persistent data directories | standalone | item={'path': '/var/lib/libvirt', 'setype': 'container_file_t'} 2025-10-08 18:55:54.036005 | fa163ec5-3f45-18b2-9caa-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:32.309382 | 0.96s 2025-10-08 18:55:54.247117 | fa163ec5-3f45-18b2-9caa-000000000b8a | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/var/cache/libvirt'} 2025-10-08 18:55:54.248199 | fa163ec5-3f45-18b2-9caa-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:32.521576 | 1.17s 2025-10-08 18:55:54.487551 | fa163ec5-3f45-18b2-9caa-000000000b8a | OK | create libvirt persistent data directories | standalone | item={'path': '/var/lib/nova', 'setype': 'container_file_t'} 2025-10-08 18:55:54.488987 | fa163ec5-3f45-18b2-9caa-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:32.762363 | 1.41s 2025-10-08 18:55:54.724757 | fa163ec5-3f45-18b2-9caa-000000000b8a | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/run/libvirt'} 2025-10-08 18:55:54.726111 | fa163ec5-3f45-18b2-9caa-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:32.999495 | 1.65s 2025-10-08 18:55:54.927039 | fa163ec5-3f45-18b2-9caa-000000000b8a | CHANGED | create libvirt persistent data directories | standalone | item={'mode': '0770', 'path': '/var/log/containers/libvirt/swtpm', 'setype': 'container_file_t'} 2025-10-08 18:55:54.928131 | fa163ec5-3f45-18b2-9caa-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:33.201506 | 1.85s 2025-10-08 18:55:54.942568 | fa163ec5-3f45-18b2-9caa-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:33.215935 | 1.87s 2025-10-08 18:55:54.970165 | fa163ec5-3f45-18b2-9caa-000000000b8b | TASK | ensure qemu group is present on the host 2025-10-08 18:55:55.610169 | fa163ec5-3f45-18b2-9caa-000000000b8b | CHANGED | ensure qemu group is present on the host | standalone 2025-10-08 18:55:55.611679 | fa163ec5-3f45-18b2-9caa-000000000b8b | TIMING | ensure qemu group is present on the host | standalone | 0:02:33.885053 | 0.64s 2025-10-08 18:55:55.636540 | fa163ec5-3f45-18b2-9caa-000000000b8c | TASK | ensure qemu user is present on the host 2025-10-08 18:55:56.341449 | fa163ec5-3f45-18b2-9caa-000000000b8c | CHANGED | ensure qemu user is present on the host | standalone 2025-10-08 18:55:56.342920 | fa163ec5-3f45-18b2-9caa-000000000b8c | TIMING | ensure qemu user is present on the host | standalone | 0:02:34.616295 | 0.70s 2025-10-08 18:55:56.368367 | fa163ec5-3f45-18b2-9caa-000000000b8d | TASK | create directory for vhost-user sockets with qemu ownership 2025-10-08 18:55:56.593235 | fa163ec5-3f45-18b2-9caa-000000000b8d | CHANGED | create directory for vhost-user sockets with qemu ownership | standalone 2025-10-08 18:55:56.594775 | fa163ec5-3f45-18b2-9caa-000000000b8d | TIMING | create directory for vhost-user sockets with qemu ownership | standalone | 0:02:34.868148 | 0.23s 2025-10-08 18:55:56.619329 | fa163ec5-3f45-18b2-9caa-000000000b8e | TASK | check if libvirt is installed 2025-10-08 18:55:56.853689 | fa163ec5-3f45-18b2-9caa-000000000b8e | CHANGED | check if libvirt is installed | standalone 2025-10-08 18:55:56.855062 | fa163ec5-3f45-18b2-9caa-000000000b8e | TIMING | check if libvirt is installed | standalone | 0:02:35.128436 | 0.23s 2025-10-08 18:55:56.879792 | fa163ec5-3f45-18b2-9caa-000000000b8f | TASK | make sure libvirt services are disabled and masked 2025-10-08 18:55:56.920979 | fa163ec5-3f45-18b2-9caa-000000000b8f | SKIPPED | make sure libvirt services are disabled and masked | standalone | item=libvirtd.service 2025-10-08 18:55:56.927448 | fa163ec5-3f45-18b2-9caa-000000000b8f | SKIPPED | make sure libvirt services are disabled and masked | standalone | item=virtlogd.socket 2025-10-08 18:55:56.933075 | fa163ec5-3f45-18b2-9caa-000000000b8f | TIMING | make sure libvirt services are disabled and masked | standalone | 0:02:35.206446 | 0.05s 2025-10-08 18:55:56.957334 | fa163ec5-3f45-18b2-9caa-000000000b90 | TASK | ensure /run/libvirt is present upon reboot 2025-10-08 18:55:57.395151 | fa163ec5-3f45-18b2-9caa-000000000b90 | CHANGED | ensure /run/libvirt is present upon reboot | standalone 2025-10-08 18:55:57.396576 | fa163ec5-3f45-18b2-9caa-000000000b90 | TIMING | ensure /run/libvirt is present upon reboot | standalone | 0:02:35.669951 | 0.44s 2025-10-08 18:55:57.421267 | fa163ec5-3f45-18b2-9caa-000000000b91 | TASK | Enable os_enable_vtpm SELinux boolean for vTPM 2025-10-08 18:55:58.420764 | fa163ec5-3f45-18b2-9caa-000000000b91 | CHANGED | Enable os_enable_vtpm SELinux boolean for vTPM | standalone 2025-10-08 18:55:58.422333 | fa163ec5-3f45-18b2-9caa-000000000b91 | TIMING | Enable os_enable_vtpm SELinux boolean for vTPM | standalone | 0:02:36.695681 | 1.00s 2025-10-08 18:55:58.447959 | fa163ec5-3f45-18b2-9caa-000000000b92 | TASK | Create libvirt persistent data directories 2025-10-08 18:55:58.686770 | fa163ec5-3f45-18b2-9caa-000000000b92 | OK | Create libvirt persistent data directories | standalone | item={'path': '/run/libvirt', 'setype': 'virt_var_run_t'} 2025-10-08 18:55:58.688123 | fa163ec5-3f45-18b2-9caa-000000000b92 | TIMING | Create libvirt persistent data directories | standalone | 0:02:36.961494 | 0.24s 2025-10-08 18:55:58.693997 | fa163ec5-3f45-18b2-9caa-000000000b92 | TIMING | Create libvirt persistent data directories | standalone | 0:02:36.967376 | 0.24s 2025-10-08 18:55:58.719093 | fa163ec5-3f45-18b2-9caa-000000000b93 | TASK | create persistent directories 2025-10-08 18:55:58.957602 | fa163ec5-3f45-18b2-9caa-000000000b93 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/openvswitch', 'setype': 'container_file_t'} 2025-10-08 18:55:58.958544 | fa163ec5-3f45-18b2-9caa-000000000b93 | TIMING | create persistent directories | standalone | 0:02:37.231925 | 0.24s 2025-10-08 18:55:59.182415 | fa163ec5-3f45-18b2-9caa-000000000b93 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/openvswitch/ovn', 'setype': 'container_file_t'} 2025-10-08 18:55:59.183412 | fa163ec5-3f45-18b2-9caa-000000000b93 | TIMING | create persistent directories | standalone | 0:02:37.456788 | 0.46s 2025-10-08 18:55:59.190367 | fa163ec5-3f45-18b2-9caa-000000000b93 | TIMING | create persistent directories | standalone | 0:02:37.463735 | 0.47s 2025-10-08 18:55:59.215730 | fa163ec5-3f45-18b2-9caa-000000000b94 | TASK | Copy in cleanup script 2025-10-08 18:55:59.648562 | fa163ec5-3f45-18b2-9caa-000000000b94 | CHANGED | Copy in cleanup script | standalone 2025-10-08 18:55:59.649366 | fa163ec5-3f45-18b2-9caa-000000000b94 | TIMING | Copy in cleanup script | standalone | 0:02:37.922750 | 0.43s 2025-10-08 18:55:59.666366 | fa163ec5-3f45-18b2-9caa-000000000b95 | TASK | Copy in cleanup service 2025-10-08 18:56:00.115982 | fa163ec5-3f45-18b2-9caa-000000000b95 | CHANGED | Copy in cleanup service | standalone 2025-10-08 18:56:00.116969 | fa163ec5-3f45-18b2-9caa-000000000b95 | TIMING | Copy in cleanup service | standalone | 0:02:38.390349 | 0.45s 2025-10-08 18:56:00.136531 | fa163ec5-3f45-18b2-9caa-000000000b96 | TASK | Enabling the cleanup service 2025-10-08 18:56:00.804941 | fa163ec5-3f45-18b2-9caa-000000000b96 | CHANGED | Enabling the cleanup service | standalone 2025-10-08 18:56:00.806708 | fa163ec5-3f45-18b2-9caa-000000000b96 | TIMING | Enabling the cleanup service | standalone | 0:02:39.080082 | 0.67s 2025-10-08 18:56:00.832787 | fa163ec5-3f45-18b2-9caa-000000000b97 | TASK | create persistent directories 2025-10-08 18:56:01.089922 | fa163ec5-3f45-18b2-9caa-000000000b97 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/openvswitch', 'setype': 'container_file_t'} 2025-10-08 18:56:01.092493 | fa163ec5-3f45-18b2-9caa-000000000b97 | TIMING | create persistent directories | standalone | 0:02:39.365854 | 0.26s 2025-10-08 18:56:01.306615 | fa163ec5-3f45-18b2-9caa-000000000b97 | OK | create persistent directories | standalone | item={'path': '/var/lib/openvswitch/ovn', 'setype': 'container_file_t'} 2025-10-08 18:56:01.308543 | fa163ec5-3f45-18b2-9caa-000000000b97 | TIMING | create persistent directories | standalone | 0:02:39.581914 | 0.47s 2025-10-08 18:56:01.319087 | fa163ec5-3f45-18b2-9caa-000000000b97 | TIMING | create persistent directories | standalone | 0:02:39.592458 | 0.48s 2025-10-08 18:56:01.346542 | fa163ec5-3f45-18b2-9caa-000000000b98 | TASK | set conditions 2025-10-08 18:56:01.376713 | fa163ec5-3f45-18b2-9caa-000000000b98 | OK | set conditions | standalone 2025-10-08 18:56:01.377831 | fa163ec5-3f45-18b2-9caa-000000000b98 | TIMING | set conditions | standalone | 0:02:39.651206 | 0.03s 2025-10-08 18:56:01.402586 | fa163ec5-3f45-18b2-9caa-000000000b99 | TASK | create persistent directories 2025-10-08 18:56:01.664640 | fa163ec5-3f45-18b2-9caa-000000000b99 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia', 'setype': 'container_file_t'} 2025-10-08 18:56:01.666140 | fa163ec5-3f45-18b2-9caa-000000000b99 | TIMING | create persistent directories | standalone | 0:02:39.939512 | 0.26s 2025-10-08 18:56:01.877813 | fa163ec5-3f45-18b2-9caa-000000000b99 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/octavia-api', 'setype': 'container_file_t'} 2025-10-08 18:56:01.879405 | fa163ec5-3f45-18b2-9caa-000000000b99 | TIMING | create persistent directories | standalone | 0:02:40.152783 | 0.48s 2025-10-08 18:56:02.101607 | fa163ec5-3f45-18b2-9caa-000000000b99 | CHANGED | create persistent directories | standalone | item={'mode': '0755', 'path': '/run/octavia', 'setype': 'container_file_t'} 2025-10-08 18:56:02.102634 | fa163ec5-3f45-18b2-9caa-000000000b99 | TIMING | create persistent directories | standalone | 0:02:40.376013 | 0.70s 2025-10-08 18:56:02.113916 | fa163ec5-3f45-18b2-9caa-000000000b99 | TIMING | create persistent directories | standalone | 0:02:40.387303 | 0.71s 2025-10-08 18:56:02.133167 | fa163ec5-3f45-18b2-9caa-000000000b9a | TASK | ensure /run/octavia is present upon reboot 2025-10-08 18:56:02.596638 | fa163ec5-3f45-18b2-9caa-000000000b9a | CHANGED | ensure /run/octavia is present upon reboot | standalone 2025-10-08 18:56:02.597381 | fa163ec5-3f45-18b2-9caa-000000000b9a | TIMING | ensure /run/octavia is present upon reboot | standalone | 0:02:40.870765 | 0.46s 2025-10-08 18:56:02.614335 | fa163ec5-3f45-18b2-9caa-000000000b9b | TASK | create persistent directories 2025-10-08 18:56:02.864726 | fa163ec5-3f45-18b2-9caa-000000000b9b | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia', 'setype': 'container_file_t'} 2025-10-08 18:56:02.866933 | fa163ec5-3f45-18b2-9caa-000000000b9b | TIMING | create persistent directories | standalone | 0:02:41.140304 | 0.25s 2025-10-08 18:56:03.033878 | fa163ec5-3f45-18b2-9caa-000000000b9b | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia-amphorae', 'setype': 'container_file_t'} 2025-10-08 18:56:03.034893 | fa163ec5-3f45-18b2-9caa-000000000b9b | TIMING | create persistent directories | standalone | 0:02:41.308271 | 0.42s 2025-10-08 18:56:03.041312 | fa163ec5-3f45-18b2-9caa-000000000b9b | TIMING | create persistent directories | standalone | 0:02:41.314660 | 0.43s 2025-10-08 18:56:03.067928 | fa163ec5-3f45-18b2-9caa-000000000b9c | TASK | create empty log files 2025-10-08 18:56:03.315395 | fa163ec5-3f45-18b2-9caa-000000000b9c | CHANGED | create empty log files | standalone | item={'mode': '0644', 'path': '/var/log/containers/octavia-amphorae/octavia-tenant-traffic.log', 'setype': 'container_file_t'} 2025-10-08 18:56:03.316942 | fa163ec5-3f45-18b2-9caa-000000000b9c | TIMING | create empty log files | standalone | 0:02:41.590313 | 0.25s 2025-10-08 18:56:03.519967 | fa163ec5-3f45-18b2-9caa-000000000b9c | CHANGED | create empty log files | standalone | item={'mode': '0644', 'path': '/var/log/containers/octavia-amphorae/octavia-amphora.log', 'setype': 'container_file_t'} 2025-10-08 18:56:03.521016 | fa163ec5-3f45-18b2-9caa-000000000b9c | TIMING | create empty log files | standalone | 0:02:41.794394 | 0.45s 2025-10-08 18:56:03.527637 | fa163ec5-3f45-18b2-9caa-000000000b9c | TIMING | create empty log files | standalone | 0:02:41.801016 | 0.46s 2025-10-08 18:56:03.553220 | fa163ec5-3f45-18b2-9caa-000000000b9d | TASK | create persistent directories 2025-10-08 18:56:03.794864 | fa163ec5-3f45-18b2-9caa-000000000b9d | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia', 'setype': 'container_file_t'} 2025-10-08 18:56:03.796782 | fa163ec5-3f45-18b2-9caa-000000000b9d | TIMING | create persistent directories | standalone | 0:02:42.070154 | 0.24s 2025-10-08 18:56:03.806974 | fa163ec5-3f45-18b2-9caa-000000000b9d | TIMING | create persistent directories | standalone | 0:02:42.080353 | 0.25s 2025-10-08 18:56:03.831737 | fa163ec5-3f45-18b2-9caa-000000000b9f | TASK | Ensure packages required for configuring octavia are present 2025-10-08 18:56:06.663267 | fa163ec5-3f45-18b2-9caa-000000000b9f | OK | Ensure packages required for configuring octavia are present | standalone 2025-10-08 18:56:06.664619 | fa163ec5-3f45-18b2-9caa-000000000b9f | TIMING | Ensure packages required for configuring octavia are present | standalone | 0:02:44.937995 | 2.83s 2025-10-08 18:56:06.717680 | fa163ec5-3f45-18b2-9caa-000000000ba1 | TIMING | include_role : tripleo_clients_install | standalone | 0:02:44.991047 | 0.03s 2025-10-08 18:56:06.780090 | fa163ec5-3f45-18b2-9caa-000000001298 | TASK | Gather variables for each operating system 2025-10-08 18:56:06.889843 | fa163ec5-3f45-18b2-9caa-000000001298 | TIMING | tripleo_clients_install : Gather variables for each operating system | standalone | 0:02:45.163208 | 0.11s 2025-10-08 18:56:06.914843 | fa163ec5-3f45-18b2-9caa-000000001299 | TASK | Set packages facts 2025-10-08 18:56:06.952264 | fa163ec5-3f45-18b2-9caa-000000001299 | OK | Set packages facts | standalone 2025-10-08 18:56:06.953539 | fa163ec5-3f45-18b2-9caa-000000001299 | TIMING | tripleo_clients_install : Set packages facts | standalone | 0:02:45.226913 | 0.04s 2025-10-08 18:56:06.978582 | fa163ec5-3f45-18b2-9caa-00000000129a | TASK | Manage package 2025-10-08 18:56:07.039746 | fa163ec5-3f45-18b2-9caa-00000000129a | SKIPPED | Manage package | standalone | item=[]: absent 2025-10-08 18:56:07.065635 | fa163ec5-3f45-18b2-9caa-00000000129a | SKIPPED | Manage package | standalone | item=[]: installed 2025-10-08 18:56:07.082248 | fa163ec5-3f45-18b2-9caa-00000000129a | SKIPPED | Manage package | standalone | item=[]: latest 2025-10-08 18:56:11.620374 | fa163ec5-3f45-18b2-9caa-00000000129a | TIMING | tripleo_clients_install : Manage package | standalone | 0:02:49.893733 | 4.64s 2025-10-08 18:56:11.628495 | fa163ec5-3f45-18b2-9caa-00000000129a | SKIPPED | Manage package | standalone | item=[]: removed 2025-10-08 18:56:11.635666 | fa163ec5-3f45-18b2-9caa-00000000129a | TIMING | tripleo_clients_install : Manage package | standalone | 0:02:49.909034 | 4.66s 2025-10-08 18:56:11.685616 | fa163ec5-3f45-18b2-9caa-000000000ba2 | TASK | create fcontext for rabbitmq data 2025-10-08 18:56:12.936473 | fa163ec5-3f45-18b2-9caa-000000000ba2 | CHANGED | create fcontext for rabbitmq data | standalone 2025-10-08 18:56:12.937911 | fa163ec5-3f45-18b2-9caa-000000000ba2 | TIMING | create fcontext for rabbitmq data | standalone | 0:02:51.211285 | 1.25s 2025-10-08 18:56:12.962689 | fa163ec5-3f45-18b2-9caa-000000000ba3 | TASK | create persistent directories 2025-10-08 18:56:13.223374 | fa163ec5-3f45-18b2-9caa-000000000ba3 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/rabbitmq', 'setype': 'container_file_t'} 2025-10-08 18:56:13.225569 | fa163ec5-3f45-18b2-9caa-000000000ba3 | TIMING | create persistent directories | standalone | 0:02:51.498940 | 0.26s 2025-10-08 18:56:13.456738 | fa163ec5-3f45-18b2-9caa-000000000ba3 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/rabbitmq', 'setype': 'container_file_t'} 2025-10-08 18:56:13.458620 | fa163ec5-3f45-18b2-9caa-000000000ba3 | TIMING | create persistent directories | standalone | 0:02:51.731996 | 0.49s 2025-10-08 18:56:13.469458 | fa163ec5-3f45-18b2-9caa-000000000ba3 | TIMING | create persistent directories | standalone | 0:02:51.742827 | 0.51s 2025-10-08 18:56:13.495034 | fa163ec5-3f45-18b2-9caa-000000000ba4 | TASK | stop the Erlang port mapper on the host and make sure it cannot bind to the port used by container 2025-10-08 18:56:13.811464 | fa163ec5-3f45-18b2-9caa-000000000ba4 | CHANGED | stop the Erlang port mapper on the host and make sure it cannot bind to the port used by container | standalone 2025-10-08 18:56:13.812849 | fa163ec5-3f45-18b2-9caa-000000000ba4 | TIMING | stop the Erlang port mapper on the host and make sure it cannot bind to the port used by container | standalone | 0:02:52.086222 | 0.32s 2025-10-08 18:56:13.837218 | fa163ec5-3f45-18b2-9caa-000000000ba5 | TASK | Make sure python3-novaclient is installed when IHA is enabled 2025-10-08 18:56:13.865350 | fa163ec5-3f45-18b2-9caa-000000000ba5 | SKIPPED | Make sure python3-novaclient is installed when IHA is enabled | standalone 2025-10-08 18:56:13.866406 | fa163ec5-3f45-18b2-9caa-000000000ba5 | TIMING | Make sure python3-novaclient is installed when IHA is enabled | standalone | 0:02:52.139781 | 0.03s 2025-10-08 18:56:13.890499 | fa163ec5-3f45-18b2-9caa-000000000ba6 | TASK | Remove existing entries from logind conf 2025-10-08 18:56:14.132983 | fa163ec5-3f45-18b2-9caa-000000000ba6 | CHANGED | Remove existing entries from logind conf | standalone 2025-10-08 18:56:14.134405 | fa163ec5-3f45-18b2-9caa-000000000ba6 | TIMING | Remove existing entries from logind conf | standalone | 0:02:52.407780 | 0.24s 2025-10-08 18:56:14.158690 | fa163ec5-3f45-18b2-9caa-000000000ba7 | TASK | Make sure systemd-logind ignores power off 2025-10-08 18:56:14.387837 | fa163ec5-3f45-18b2-9caa-000000000ba7 | CHANGED | Make sure systemd-logind ignores power off | standalone 2025-10-08 18:56:14.389106 | fa163ec5-3f45-18b2-9caa-000000000ba7 | TIMING | Make sure systemd-logind ignores power off | standalone | 0:02:52.662482 | 0.23s 2025-10-08 18:56:14.414863 | fa163ec5-3f45-18b2-9caa-000000000ba8 | TASK | Restart systemd-logind 2025-10-08 18:56:14.933043 | fa163ec5-3f45-18b2-9caa-000000000ba8 | CHANGED | Restart systemd-logind | standalone 2025-10-08 18:56:14.934833 | fa163ec5-3f45-18b2-9caa-000000000ba8 | TIMING | Restart systemd-logind | standalone | 0:02:53.208206 | 0.52s 2025-10-08 18:56:14.960401 | fa163ec5-3f45-18b2-9caa-000000000ba9 | TASK | Gather service_facts on pacemaker_bootstrap_node [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: {{(pacemaker_short_bootstrap_node_name|lower == ansible_facts['hostname']|lower)|bool}} 2025-10-08 18:56:15.031068 | fa163ec5-3f45-18b2-9caa-000000000ba9 | SKIPPED | Gather service_facts on pacemaker_bootstrap_node | standalone 2025-10-08 18:56:15.031990 | fa163ec5-3f45-18b2-9caa-000000000ba9 | TIMING | Gather service_facts on pacemaker_bootstrap_node | standalone | 0:02:53.305365 | 0.07s 2025-10-08 18:56:15.056078 | fa163ec5-3f45-18b2-9caa-000000000baa | TASK | Check and eventually delete duplicate constraints (bootstrap node) [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: {{(pacemaker_short_bootstrap_node_name|lower == ansible_facts['hostname']|lower)|bool}} 2025-10-08 18:56:15.125962 | fa163ec5-3f45-18b2-9caa-000000000baa | SKIPPED | Check and eventually delete duplicate constraints (bootstrap node) | standalone 2025-10-08 18:56:15.126983 | fa163ec5-3f45-18b2-9caa-000000000baa | TIMING | Check and eventually delete duplicate constraints (bootstrap node) | standalone | 0:02:53.400360 | 0.07s 2025-10-08 18:56:15.151166 | fa163ec5-3f45-18b2-9caa-000000000bab | TASK | create persistent logs directory 2025-10-08 18:56:15.395073 | fa163ec5-3f45-18b2-9caa-000000000bab | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/placement', 'setype': 'container_file_t'} 2025-10-08 18:56:15.397275 | fa163ec5-3f45-18b2-9caa-000000000bab | TIMING | create persistent logs directory | standalone | 0:02:53.670642 | 0.24s 2025-10-08 18:56:15.613207 | fa163ec5-3f45-18b2-9caa-000000000bab | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/placement', 'setype': 'container_file_t'} 2025-10-08 18:56:15.615120 | fa163ec5-3f45-18b2-9caa-000000000bab | TIMING | create persistent logs directory | standalone | 0:02:53.888496 | 0.46s 2025-10-08 18:56:15.625744 | fa163ec5-3f45-18b2-9caa-000000000bab | TIMING | create persistent logs directory | standalone | 0:02:53.899120 | 0.47s 2025-10-08 18:56:15.650362 | fa163ec5-3f45-18b2-9caa-000000000bad | TASK | Set login facts 2025-10-08 18:56:15.680543 | fa163ec5-3f45-18b2-9caa-000000000bad | OK | Set login facts | standalone 2025-10-08 18:56:15.681630 | fa163ec5-3f45-18b2-9caa-000000000bad | TIMING | Set login facts | standalone | 0:02:53.955006 | 0.03s 2025-10-08 18:56:15.705693 | fa163ec5-3f45-18b2-9caa-000000000bae | TASK | Convert logins json to dict 2025-10-08 18:56:15.745976 | fa163ec5-3f45-18b2-9caa-000000000bae | SKIPPED | Convert logins json to dict | standalone 2025-10-08 18:56:15.747024 | fa163ec5-3f45-18b2-9caa-000000000bae | TIMING | Convert logins json to dict | standalone | 0:02:54.020402 | 0.04s 2025-10-08 18:56:15.771328 | fa163ec5-3f45-18b2-9caa-000000000baf | TASK | Set registry logins 2025-10-08 18:56:15.820514 | fa163ec5-3f45-18b2-9caa-000000000baf | SKIPPED | Set registry logins | standalone 2025-10-08 18:56:15.821841 | fa163ec5-3f45-18b2-9caa-000000000baf | TIMING | Set registry logins | standalone | 0:02:54.095213 | 0.05s 2025-10-08 18:56:15.847426 | fa163ec5-3f45-18b2-9caa-000000000bb0 | TASK | Run podman install 2025-10-08 18:56:15.875461 | fa163ec5-3f45-18b2-9caa-000000000bb0 | TIMING | Run podman install | standalone | 0:02:54.148832 | 0.03s 2025-10-08 18:56:15.953334 | fa163ec5-3f45-18b2-9caa-00000000132a | TASK | Gather variables for each operating system 2025-10-08 18:56:16.100575 | fa163ec5-3f45-18b2-9caa-00000000132a | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_podman/vars/redhat-9.yml 2025-10-08 18:56:16.102637 | fa163ec5-3f45-18b2-9caa-00000000132a | TIMING | tripleo_podman : Gather variables for each operating system | standalone | 0:02:54.376008 | 0.15s 2025-10-08 18:56:16.112780 | fa163ec5-3f45-18b2-9caa-00000000132a | TIMING | tripleo_podman : Gather variables for each operating system | standalone | 0:02:54.386151 | 0.16s 2025-10-08 18:56:16.137872 | fa163ec5-3f45-18b2-9caa-00000000132c | TASK | ensure podman and deps are installed 2025-10-08 18:56:18.969002 | fa163ec5-3f45-18b2-9caa-00000000132c | OK | ensure podman and deps are installed | standalone 2025-10-08 18:56:18.970894 | fa163ec5-3f45-18b2-9caa-00000000132c | TIMING | tripleo_podman : ensure podman and deps are installed | standalone | 0:02:57.244267 | 2.83s 2025-10-08 18:56:19.003475 | fa163ec5-3f45-18b2-9caa-00000000132d | TASK | Ensure we get the ansible interfaces facts 2025-10-08 18:56:19.516871 | fa163ec5-3f45-18b2-9caa-00000000132d | OK | Ensure we get the ansible interfaces facts | standalone 2025-10-08 18:56:19.517990 | fa163ec5-3f45-18b2-9caa-00000000132d | TIMING | tripleo_podman : Ensure we get the ansible interfaces facts | standalone | 0:02:57.791365 | 0.51s 2025-10-08 18:56:19.542509 | fa163ec5-3f45-18b2-9caa-00000000132e | TASK | Delete legacy cni0 interface (podman < 1.6) 2025-10-08 18:56:19.569563 | fa163ec5-3f45-18b2-9caa-00000000132e | SKIPPED | Delete legacy cni0 interface (podman < 1.6) | standalone 2025-10-08 18:56:19.570698 | fa163ec5-3f45-18b2-9caa-00000000132e | TIMING | tripleo_podman : Delete legacy cni0 interface (podman < 1.6) | standalone | 0:02:57.844072 | 0.03s 2025-10-08 18:56:19.595513 | fa163ec5-3f45-18b2-9caa-000000001330 | TASK | Make sure /etc/cni/net.d folder exists 2025-10-08 18:56:19.622690 | fa163ec5-3f45-18b2-9caa-000000001330 | SKIPPED | Make sure /etc/cni/net.d folder exists | standalone 2025-10-08 18:56:19.623794 | fa163ec5-3f45-18b2-9caa-000000001330 | TIMING | tripleo_podman : Make sure /etc/cni/net.d folder exists | standalone | 0:02:57.897169 | 0.03s 2025-10-08 18:56:19.648449 | fa163ec5-3f45-18b2-9caa-000000001331 | TASK | Update default network configuration if possible 2025-10-08 18:56:19.685745 | fa163ec5-3f45-18b2-9caa-000000001331 | SKIPPED | Update default network configuration if possible | standalone 2025-10-08 18:56:19.686751 | fa163ec5-3f45-18b2-9caa-000000001331 | TIMING | tripleo_podman : Update default network configuration if possible | standalone | 0:02:57.960127 | 0.04s 2025-10-08 18:56:19.712237 | fa163ec5-3f45-18b2-9caa-000000001333 | TASK | Make sure /etc/containers/networks exists 2025-10-08 18:56:19.926514 | fa163ec5-3f45-18b2-9caa-000000001333 | OK | Make sure /etc/containers/networks exists | standalone 2025-10-08 18:56:19.927729 | fa163ec5-3f45-18b2-9caa-000000001333 | TIMING | tripleo_podman : Make sure /etc/containers/networks exists | standalone | 0:02:58.201099 | 0.21s 2025-10-08 18:56:19.953545 | fa163ec5-3f45-18b2-9caa-000000001334 | TASK | Get current podman network 2025-10-08 18:56:20.227903 | fa163ec5-3f45-18b2-9caa-000000001334 | CHANGED | Get current podman network | standalone 2025-10-08 18:56:20.229262 | fa163ec5-3f45-18b2-9caa-000000001334 | TIMING | tripleo_podman : Get current podman network | standalone | 0:02:58.502636 | 0.27s 2025-10-08 18:56:20.254392 | fa163ec5-3f45-18b2-9caa-000000001335 | TASK | Update the default network configuration 2025-10-08 18:56:20.848396 | fa163ec5-3f45-18b2-9caa-000000001335 | CHANGED | Update the default network configuration | standalone 2025-10-08 18:56:20.849768 | fa163ec5-3f45-18b2-9caa-000000001335 | TIMING | tripleo_podman : Update the default network configuration | standalone | 0:02:59.123142 | 0.59s 2025-10-08 18:56:20.874867 | fa163ec5-3f45-18b2-9caa-000000001336 | TASK | Write containers registries.conf 2025-10-08 18:56:21.393090 | fa163ec5-3f45-18b2-9caa-000000001336 | CHANGED | Write containers registries.conf | standalone 2025-10-08 18:56:21.394517 | fa163ec5-3f45-18b2-9caa-000000001336 | TIMING | tripleo_podman : Write containers registries.conf | standalone | 0:02:59.667891 | 0.52s 2025-10-08 18:56:21.419541 | fa163ec5-3f45-18b2-9caa-000000001337 | TASK | Write containers.conf 2025-10-08 18:56:21.670502 | fa163ec5-3f45-18b2-9caa-000000001337 | CHANGED | Write containers.conf | standalone | item={'section': 'containers', 'option': 'pids_limit', 'value': '4096'} 2025-10-08 18:56:21.672687 | fa163ec5-3f45-18b2-9caa-000000001337 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:02:59.946056 | 0.25s 2025-10-08 18:56:21.871937 | fa163ec5-3f45-18b2-9caa-000000001337 | CHANGED | Write containers.conf | standalone | item={'section': 'engine', 'option': 'events_logger', 'value': '"journald"'} 2025-10-08 18:56:21.872631 | fa163ec5-3f45-18b2-9caa-000000001337 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:03:00.146016 | 0.45s 2025-10-08 18:56:22.079731 | fa163ec5-3f45-18b2-9caa-000000001337 | CHANGED | Write containers.conf | standalone | item={'section': 'engine', 'option': 'runtime', 'value': '"crun"'} 2025-10-08 18:56:22.081547 | fa163ec5-3f45-18b2-9caa-000000001337 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:03:00.354922 | 0.66s 2025-10-08 18:56:22.275462 | fa163ec5-3f45-18b2-9caa-000000001337 | CHANGED | Write containers.conf | standalone | item={'section': 'network', 'option': 'network_backend', 'value': '"netavark"'} 2025-10-08 18:56:22.276725 | fa163ec5-3f45-18b2-9caa-000000001337 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:03:00.550110 | 0.86s 2025-10-08 18:56:22.288273 | fa163ec5-3f45-18b2-9caa-000000001337 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:03:00.561643 | 0.87s 2025-10-08 18:56:22.314764 | fa163ec5-3f45-18b2-9caa-000000001338 | TASK | Enable podman.socket service 2025-10-08 18:56:22.344575 | fa163ec5-3f45-18b2-9caa-000000001338 | SKIPPED | Enable podman.socket service | standalone 2025-10-08 18:56:22.345378 | fa163ec5-3f45-18b2-9caa-000000001338 | TIMING | tripleo_podman : Enable podman.socket service | standalone | 0:03:00.618757 | 0.03s 2025-10-08 18:56:22.382342 | fa163ec5-3f45-18b2-9caa-000000000bb1 | TASK | Run podman login 2025-10-08 18:56:22.408040 | fa163ec5-3f45-18b2-9caa-000000000bb1 | TIMING | Run podman login | standalone | 0:03:00.681419 | 0.02s 2025-10-08 18:56:22.473974 | fa163ec5-3f45-18b2-9caa-000000001438 | TASK | Perform container registry login(s) with podman 2025-10-08 18:56:22.500362 | fa163ec5-3f45-18b2-9caa-000000001438 | TIMING | tripleo_podman : Perform container registry login(s) with podman | standalone | 0:03:00.773738 | 0.03s 2025-10-08 18:56:22.538005 | fa163ec5-3f45-18b2-9caa-000000000bb3 | TASK | Configure tripleo_container_manage to generate systemd drop-in dependencies 2025-10-08 18:56:22.962886 | fa163ec5-3f45-18b2-9caa-000000000bb3 | CHANGED | Configure tripleo_container_manage to generate systemd drop-in dependencies | standalone 2025-10-08 18:56:22.964220 | fa163ec5-3f45-18b2-9caa-000000000bb3 | TIMING | Configure tripleo_container_manage to generate systemd drop-in dependencies | standalone | 0:03:01.237595 | 0.43s 2025-10-08 18:56:22.988353 | fa163ec5-3f45-18b2-9caa-000000000bb4 | TASK | create persistent directories 2025-10-08 18:56:23.243825 | fa163ec5-3f45-18b2-9caa-000000000bb4 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/redis', 'setype': 'container_file_t'} 2025-10-08 18:56:23.246104 | fa163ec5-3f45-18b2-9caa-000000000bb4 | TIMING | create persistent directories | standalone | 0:03:01.519473 | 0.26s 2025-10-08 18:56:23.469498 | fa163ec5-3f45-18b2-9caa-000000000bb4 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/redis', 'setype': 'container_file_t'} 2025-10-08 18:56:23.471207 | fa163ec5-3f45-18b2-9caa-000000000bb4 | TIMING | create persistent directories | standalone | 0:03:01.744583 | 0.48s 2025-10-08 18:56:23.642860 | fa163ec5-3f45-18b2-9caa-000000000bb4 | CHANGED | create persistent directories | standalone | item={'path': '/run/redis', 'setype': 'container_file_t'} 2025-10-08 18:56:23.644679 | fa163ec5-3f45-18b2-9caa-000000000bb4 | TIMING | create persistent directories | standalone | 0:03:01.918055 | 0.66s 2025-10-08 18:56:23.655709 | fa163ec5-3f45-18b2-9caa-000000000bb4 | TIMING | create persistent directories | standalone | 0:03:01.929078 | 0.67s 2025-10-08 18:56:23.681441 | fa163ec5-3f45-18b2-9caa-000000000bb5 | TASK | ensure /run/redis is present upon reboot 2025-10-08 18:56:24.072500 | fa163ec5-3f45-18b2-9caa-000000000bb5 | CHANGED | ensure /run/redis is present upon reboot | standalone 2025-10-08 18:56:24.073811 | fa163ec5-3f45-18b2-9caa-000000000bb5 | TIMING | ensure /run/redis is present upon reboot | standalone | 0:03:02.347187 | 0.39s 2025-10-08 18:56:24.098307 | fa163ec5-3f45-18b2-9caa-000000000bb6 | TASK | Ensure rsyslog is installed 2025-10-08 18:56:26.944313 | fa163ec5-3f45-18b2-9caa-000000000bb6 | OK | Ensure rsyslog is installed | standalone 2025-10-08 18:56:26.945814 | fa163ec5-3f45-18b2-9caa-000000000bb6 | TIMING | Ensure rsyslog is installed | standalone | 0:03:05.219185 | 2.85s 2025-10-08 18:56:26.970560 | fa163ec5-3f45-18b2-9caa-000000000bb7 | TASK | Ensure rsyslog is enabled and started 2025-10-08 18:56:27.315481 | fa163ec5-3f45-18b2-9caa-000000000bb7 | OK | Ensure rsyslog is enabled and started | standalone 2025-10-08 18:56:27.317260 | fa163ec5-3f45-18b2-9caa-000000000bb7 | TIMING | Ensure rsyslog is enabled and started | standalone | 0:03:05.590637 | 0.35s 2025-10-08 18:56:27.362108 | fa163ec5-3f45-18b2-9caa-000000000bb8 | TIMING | include_role : tripleo_sshd | standalone | 0:03:05.635477 | 0.02s 2025-10-08 18:56:27.449589 | fa163ec5-3f45-18b2-9caa-000000001553 | TASK | Gather variables for each operating system 2025-10-08 18:56:27.563379 | fa163ec5-3f45-18b2-9caa-000000001553 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_sshd/vars/redhat.yml 2025-10-08 18:56:27.565259 | fa163ec5-3f45-18b2-9caa-000000001553 | TIMING | tripleo_sshd : Gather variables for each operating system | standalone | 0:03:05.838626 | 0.11s 2025-10-08 18:56:27.575473 | fa163ec5-3f45-18b2-9caa-000000001553 | TIMING | tripleo_sshd : Gather variables for each operating system | standalone | 0:03:05.848843 | 0.12s 2025-10-08 18:56:27.600621 | fa163ec5-3f45-18b2-9caa-000000001555 | TASK | Install the OpenSSH server 2025-10-08 18:56:30.395528 | fa163ec5-3f45-18b2-9caa-000000001555 | OK | Install the OpenSSH server | standalone 2025-10-08 18:56:30.397616 | fa163ec5-3f45-18b2-9caa-000000001555 | TIMING | tripleo_sshd : Install the OpenSSH server | standalone | 0:03:08.670988 | 2.80s 2025-10-08 18:56:30.428342 | fa163ec5-3f45-18b2-9caa-000000001556 | TASK | Start sshd 2025-10-08 18:56:30.458201 | fa163ec5-3f45-18b2-9caa-000000001556 | SKIPPED | Start sshd | standalone 2025-10-08 18:56:30.459501 | fa163ec5-3f45-18b2-9caa-000000001556 | TIMING | tripleo_sshd : Start sshd | standalone | 0:03:08.732875 | 0.03s 2025-10-08 18:56:30.485463 | fa163ec5-3f45-18b2-9caa-000000001557 | TASK | PasswordAuthentication notice 2025-10-08 18:56:30.524489 | fa163ec5-3f45-18b2-9caa-000000001557 | OK | PasswordAuthentication notice | standalone | result={ "changed": false, "msg": "Notice - The option `tripleo_sshd_password_authentication` is set to \"yes\" but `PermitRootLogin` is undefined. While this may be perfectly valid, the sshd_config options should be reviewed to ensure general user access is functional and meeting expectations." } 2025-10-08 18:56:30.525549 | fa163ec5-3f45-18b2-9caa-000000001557 | TIMING | tripleo_sshd : PasswordAuthentication notice | standalone | 0:03:08.798924 | 0.04s 2025-10-08 18:56:30.550601 | fa163ec5-3f45-18b2-9caa-000000001558 | TASK | PasswordAuthentication duplication notice 2025-10-08 18:56:30.580380 | fa163ec5-3f45-18b2-9caa-000000001558 | SKIPPED | PasswordAuthentication duplication notice | standalone 2025-10-08 18:56:30.581488 | fa163ec5-3f45-18b2-9caa-000000001558 | TIMING | tripleo_sshd : PasswordAuthentication duplication notice | standalone | 0:03:08.854864 | 0.03s 2025-10-08 18:56:30.607366 | fa163ec5-3f45-18b2-9caa-000000001559 | TASK | Motd duplication notice 2025-10-08 18:56:30.647516 | fa163ec5-3f45-18b2-9caa-000000001559 | OK | Motd duplication notice | standalone | result={ "changed": false, "msg": "WARNING - The Banner or PrintMotd has been configured in `tripleo_sshd_server_options`. These options may be ignored and configured using values from `tripleo_sshd_banner_enabled` and `tripleo_sshd_motd_enabled`" } 2025-10-08 18:56:30.648546 | fa163ec5-3f45-18b2-9caa-000000001559 | TIMING | tripleo_sshd : Motd duplication notice | standalone | 0:03:08.921922 | 0.04s 2025-10-08 18:56:30.673073 | fa163ec5-3f45-18b2-9caa-00000000155a | TASK | Configure the banner text 2025-10-08 18:56:30.701207 | fa163ec5-3f45-18b2-9caa-00000000155a | SKIPPED | Configure the banner text | standalone 2025-10-08 18:56:30.702320 | fa163ec5-3f45-18b2-9caa-00000000155a | TIMING | tripleo_sshd : Configure the banner text | standalone | 0:03:08.975668 | 0.03s 2025-10-08 18:56:30.727207 | fa163ec5-3f45-18b2-9caa-00000000155b | TASK | Configure the motd banner 2025-10-08 18:56:30.756644 | fa163ec5-3f45-18b2-9caa-00000000155b | SKIPPED | Configure the motd banner | standalone 2025-10-08 18:56:30.757666 | fa163ec5-3f45-18b2-9caa-00000000155b | TIMING | tripleo_sshd : Configure the motd banner | standalone | 0:03:09.031041 | 0.03s 2025-10-08 18:56:30.784380 | fa163ec5-3f45-18b2-9caa-00000000155c | TASK | Update sshd configuration options from vars 2025-10-08 18:56:30.825498 | fa163ec5-3f45-18b2-9caa-00000000155c | OK | Update sshd configuration options from vars | standalone 2025-10-08 18:56:30.826674 | fa163ec5-3f45-18b2-9caa-00000000155c | TIMING | tripleo_sshd : Update sshd configuration options from vars | standalone | 0:03:09.100049 | 0.04s 2025-10-08 18:56:30.851741 | fa163ec5-3f45-18b2-9caa-00000000155d | TASK | Adjust ssh server configuration 2025-10-08 18:56:31.444273 | fa163ec5-3f45-18b2-9caa-00000000155d | CHANGED | Adjust ssh server configuration | standalone 2025-10-08 18:56:31.445573 | fa163ec5-3f45-18b2-9caa-00000000155d | TIMING | tripleo_sshd : Adjust ssh server configuration | standalone | 0:03:09.718949 | 0.59s 2025-10-08 18:56:31.470733 | fa163ec5-3f45-18b2-9caa-00000000155e | TASK | Restart sshd 2025-10-08 18:56:31.899331 | fa163ec5-3f45-18b2-9caa-00000000155e | CHANGED | Restart sshd | standalone 2025-10-08 18:56:31.901042 | fa163ec5-3f45-18b2-9caa-00000000155e | TIMING | tripleo_sshd : Restart sshd | standalone | 0:03:10.174417 | 0.43s 2025-10-08 18:56:31.949998 | fa163ec5-3f45-18b2-9caa-000000000bb9 | TASK | create persistent directories 2025-10-08 18:56:32.205794 | fa163ec5-3f45-18b2-9caa-000000000bb9 | CHANGED | create persistent directories | standalone | item={'path': '/srv/node', 'setype': 'container_file_t'} 2025-10-08 18:56:32.207433 | fa163ec5-3f45-18b2-9caa-000000000bb9 | TIMING | create persistent directories | standalone | 0:03:10.480803 | 0.26s 2025-10-08 18:56:32.389174 | fa163ec5-3f45-18b2-9caa-000000000bb9 | CHANGED | create persistent directories | standalone | item={'path': '/var/log/swift', 'setype': 'container_file_t'} 2025-10-08 18:56:32.391147 | fa163ec5-3f45-18b2-9caa-000000000bb9 | TIMING | create persistent directories | standalone | 0:03:10.664520 | 0.44s 2025-10-08 18:56:32.577648 | fa163ec5-3f45-18b2-9caa-000000000bb9 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/swift', 'setype': 'container_file_t'} 2025-10-08 18:56:32.578798 | fa163ec5-3f45-18b2-9caa-000000000bb9 | TIMING | create persistent directories | standalone | 0:03:10.852175 | 0.63s 2025-10-08 18:56:32.592009 | fa163ec5-3f45-18b2-9caa-000000000bb9 | TIMING | create persistent directories | standalone | 0:03:10.865388 | 0.64s 2025-10-08 18:56:32.616844 | fa163ec5-3f45-18b2-9caa-000000000bba | TASK | create persistent directories 2025-10-08 18:56:32.867047 | fa163ec5-3f45-18b2-9caa-000000000bba | OK | create persistent directories | standalone | item={'path': '/srv/node', 'setype': 'container_file_t'} 2025-10-08 18:56:32.868955 | fa163ec5-3f45-18b2-9caa-000000000bba | TIMING | create persistent directories | standalone | 0:03:11.142325 | 0.25s 2025-10-08 18:56:33.058666 | fa163ec5-3f45-18b2-9caa-000000000bba | CHANGED | create persistent directories | standalone | item={'path': '/var/cache/swift', 'setype': 'container_file_t'} 2025-10-08 18:56:33.060857 | fa163ec5-3f45-18b2-9caa-000000000bba | TIMING | create persistent directories | standalone | 0:03:11.334237 | 0.44s 2025-10-08 18:56:33.229604 | fa163ec5-3f45-18b2-9caa-000000000bba | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/swift', 'setype': 'container_file_t'} 2025-10-08 18:56:33.231102 | fa163ec5-3f45-18b2-9caa-000000000bba | TIMING | create persistent directories | standalone | 0:03:11.504480 | 0.61s 2025-10-08 18:56:33.242370 | fa163ec5-3f45-18b2-9caa-000000000bba | TIMING | create persistent directories | standalone | 0:03:11.515748 | 0.62s 2025-10-08 18:56:33.267573 | fa163ec5-3f45-18b2-9caa-000000000bbb | TASK | Set swift_use_local_disks fact 2025-10-08 18:56:33.297981 | fa163ec5-3f45-18b2-9caa-000000000bbb | OK | Set swift_use_local_disks fact | standalone 2025-10-08 18:56:33.299158 | fa163ec5-3f45-18b2-9caa-000000000bbb | TIMING | Set swift_use_local_disks fact | standalone | 0:03:11.572534 | 0.03s 2025-10-08 18:56:33.323187 | fa163ec5-3f45-18b2-9caa-000000000bbc | TASK | Set use_node_data_lookup fact 2025-10-08 18:56:33.352089 | fa163ec5-3f45-18b2-9caa-000000000bbc | OK | Set use_node_data_lookup fact | standalone 2025-10-08 18:56:33.353240 | fa163ec5-3f45-18b2-9caa-000000000bbc | TIMING | Set use_node_data_lookup fact | standalone | 0:03:11.626615 | 0.03s 2025-10-08 18:56:33.377601 | fa163ec5-3f45-18b2-9caa-000000000bbd | TASK | Create Swift d1 directory if needed 2025-10-08 18:56:33.605796 | fa163ec5-3f45-18b2-9caa-000000000bbd | CHANGED | Create Swift d1 directory if needed | standalone 2025-10-08 18:56:33.607106 | fa163ec5-3f45-18b2-9caa-000000000bbd | TIMING | Create Swift d1 directory if needed | standalone | 0:03:11.880481 | 0.23s 2025-10-08 18:56:33.631053 | fa163ec5-3f45-18b2-9caa-000000000bbe | TASK | Set fact for SwiftRawDisks 2025-10-08 18:56:33.668217 | fa163ec5-3f45-18b2-9caa-000000000bbe | OK | Set fact for SwiftRawDisks | standalone 2025-10-08 18:56:33.669347 | fa163ec5-3f45-18b2-9caa-000000000bbe | TIMING | Set fact for SwiftRawDisks | standalone | 0:03:11.942723 | 0.04s 2025-10-08 18:56:33.693970 | fa163ec5-3f45-18b2-9caa-000000000bbf | TASK | Get hiera swift::storage::disks::args 2025-10-08 18:56:33.724534 | fa163ec5-3f45-18b2-9caa-000000000bbf | SKIPPED | Get hiera swift::storage::disks::args | standalone 2025-10-08 18:56:33.725689 | fa163ec5-3f45-18b2-9caa-000000000bbf | TIMING | Get hiera swift::storage::disks::args | standalone | 0:03:11.999065 | 0.03s 2025-10-08 18:56:33.750243 | fa163ec5-3f45-18b2-9caa-000000000bc0 | TASK | Set fact for swift_raw_disks 2025-10-08 18:56:33.777701 | fa163ec5-3f45-18b2-9caa-000000000bc0 | SKIPPED | Set fact for swift_raw_disks | standalone 2025-10-08 18:56:33.778760 | fa163ec5-3f45-18b2-9caa-000000000bc0 | TIMING | Set fact for swift_raw_disks | standalone | 0:03:12.052136 | 0.03s 2025-10-08 18:56:33.802919 | fa163ec5-3f45-18b2-9caa-000000000bc1 | TASK | Format SwiftRawDisks 2025-10-08 18:56:33.831259 | fa163ec5-3f45-18b2-9caa-000000000bc1 | TIMING | Format SwiftRawDisks | standalone | 0:03:12.104624 | 0.03s 2025-10-08 18:56:33.856190 | fa163ec5-3f45-18b2-9caa-000000000bc2 | TASK | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions 2025-10-08 18:56:33.905441 | fa163ec5-3f45-18b2-9caa-000000000bc2 | SKIPPED | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions | standalone 2025-10-08 18:56:33.906491 | fa163ec5-3f45-18b2-9caa-000000000bc2 | TIMING | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions | standalone | 0:03:12.179867 | 0.05s 2025-10-08 18:56:33.930124 | fa163ec5-3f45-18b2-9caa-000000000bc3 | TASK | Mount devices defined in SwiftRawDisks 2025-10-08 18:56:33.957981 | fa163ec5-3f45-18b2-9caa-000000000bc3 | TIMING | Mount devices defined in SwiftRawDisks | standalone | 0:03:12.231349 | 0.03s 2025-10-08 18:56:33.982458 | fa163ec5-3f45-18b2-9caa-000000000bc4 | TASK | Check for NTP service 2025-10-08 18:56:34.236597 | fa163ec5-3f45-18b2-9caa-000000000bc4 | CHANGED | Check for NTP service | standalone 2025-10-08 18:56:34.237851 | fa163ec5-3f45-18b2-9caa-000000000bc4 | TIMING | Check for NTP service | standalone | 0:03:12.511227 | 0.25s 2025-10-08 18:56:34.261738 | fa163ec5-3f45-18b2-9caa-000000000bc5 | TASK | Disable NTP before configuring Chrony 2025-10-08 18:56:34.309960 | fa163ec5-3f45-18b2-9caa-000000000bc5 | SKIPPED | Disable NTP before configuring Chrony | standalone 2025-10-08 18:56:34.311005 | fa163ec5-3f45-18b2-9caa-000000000bc5 | TIMING | Disable NTP before configuring Chrony | standalone | 0:03:12.584380 | 0.05s 2025-10-08 18:56:34.335653 | fa163ec5-3f45-18b2-9caa-000000000bc6 | TASK | Install, Configure and Run Chrony 2025-10-08 18:56:34.363544 | fa163ec5-3f45-18b2-9caa-000000000bc6 | TIMING | Install, Configure and Run Chrony | standalone | 0:03:12.636907 | 0.03s 2025-10-08 18:56:34.460794 | fa163ec5-3f45-18b2-9caa-0000000016ef | TASK | Load distro-specific variables 2025-10-08 18:56:34.485603 | fa163ec5-3f45-18b2-9caa-0000000016ef | TIMING | chrony : Load distro-specific variables | standalone | 0:03:12.758982 | 0.02s 2025-10-08 18:56:34.493122 | 0ee89c67-13f3-4db6-93a4-e5218e359602 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2025-10-08 18:56:34.514179 | fa163ec5-3f45-18b2-9caa-0000000017d4 | TASK | Load distro-specific variables 2025-10-08 18:56:34.564674 | fa163ec5-3f45-18b2-9caa-0000000017d4 | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-08 18:56:34.565814 | fa163ec5-3f45-18b2-9caa-0000000017d4 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:12.839189 | 0.05s 2025-10-08 18:56:34.571956 | fa163ec5-3f45-18b2-9caa-0000000017d4 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:12.845335 | 0.06s 2025-10-08 18:56:34.601499 | fa163ec5-3f45-18b2-9caa-0000000016f0 | TASK | Install chronyd 2025-10-08 18:56:34.631493 | fa163ec5-3f45-18b2-9caa-0000000016f0 | TIMING | chrony : Install chronyd | standalone | 0:03:12.904832 | 0.03s 2025-10-08 18:56:34.653711 | 52f6f1c1-2a07-4c0b-95b0-e63c53184979 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/install.yml | standalone 2025-10-08 18:56:34.682085 | fa163ec5-3f45-18b2-9caa-00000000180d | TASK | Load distro-specific variables 2025-10-08 18:56:34.708495 | fa163ec5-3f45-18b2-9caa-00000000180d | TIMING | chrony : Load distro-specific variables | standalone | 0:03:12.981872 | 0.03s 2025-10-08 18:56:34.718769 | 39476cc5-8a50-4d5a-ae47-f9d44e928995 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2025-10-08 18:56:34.747876 | fa163ec5-3f45-18b2-9caa-000000001854 | TASK | Load distro-specific variables 2025-10-08 18:56:34.799663 | fa163ec5-3f45-18b2-9caa-000000001854 | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-08 18:56:34.800482 | fa163ec5-3f45-18b2-9caa-000000001854 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:13.073862 | 0.05s 2025-10-08 18:56:34.806775 | fa163ec5-3f45-18b2-9caa-000000001854 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:13.080160 | 0.06s 2025-10-08 18:56:34.826860 | fa163ec5-3f45-18b2-9caa-00000000180e | TASK | Check for NTP service 2025-10-08 18:56:35.065806 | fa163ec5-3f45-18b2-9caa-00000000180e | CHANGED | Check for NTP service | standalone 2025-10-08 18:56:35.067050 | fa163ec5-3f45-18b2-9caa-00000000180e | TIMING | chrony : Check for NTP service | standalone | 0:03:13.340424 | 0.24s 2025-10-08 18:56:35.092210 | fa163ec5-3f45-18b2-9caa-00000000180f | TASK | Disable NTP before configuring Chrony 2025-10-08 18:56:35.142000 | fa163ec5-3f45-18b2-9caa-00000000180f | SKIPPED | Disable NTP before configuring Chrony | standalone 2025-10-08 18:56:35.143103 | fa163ec5-3f45-18b2-9caa-00000000180f | TIMING | chrony : Disable NTP before configuring Chrony | standalone | 0:03:13.416478 | 0.05s 2025-10-08 18:56:35.167809 | fa163ec5-3f45-18b2-9caa-000000001810 | TASK | Install chronyd package 2025-10-08 18:56:38.020830 | fa163ec5-3f45-18b2-9caa-000000001810 | OK | Install chronyd package | standalone 2025-10-08 18:56:38.022178 | fa163ec5-3f45-18b2-9caa-000000001810 | TIMING | chrony : Install chronyd package | standalone | 0:03:16.295553 | 2.85s 2025-10-08 18:56:38.047268 | fa163ec5-3f45-18b2-9caa-0000000016f1 | TASK | Upgrade chronyd 2025-10-08 18:56:38.076592 | fa163ec5-3f45-18b2-9caa-0000000016f1 | SKIPPED | Upgrade chronyd | standalone 2025-10-08 18:56:38.077780 | fa163ec5-3f45-18b2-9caa-0000000016f1 | TIMING | chrony : Upgrade chronyd | standalone | 0:03:16.351154 | 0.03s 2025-10-08 18:56:38.103015 | fa163ec5-3f45-18b2-9caa-0000000016f2 | TASK | Configure chronyd 2025-10-08 18:56:38.133320 | fa163ec5-3f45-18b2-9caa-0000000016f2 | TIMING | chrony : Configure chronyd | standalone | 0:03:16.406648 | 0.03s 2025-10-08 18:56:38.153670 | 7b2a005e-e75f-45fd-aa26-85d63c0ded7f | INCLUDED | /usr/share/ansible/roles/chrony/tasks/config.yml | standalone 2025-10-08 18:56:38.190910 | fa163ec5-3f45-18b2-9caa-00000000188d | TASK | Load distro-specific variables 2025-10-08 18:56:38.216786 | fa163ec5-3f45-18b2-9caa-00000000188d | TIMING | chrony : Load distro-specific variables | standalone | 0:03:16.490163 | 0.03s 2025-10-08 18:56:38.227426 | 5699e984-05b4-4479-855a-3b9d3020636d | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2025-10-08 18:56:38.249928 | fa163ec5-3f45-18b2-9caa-0000000018f9 | TASK | Load distro-specific variables 2025-10-08 18:56:38.303566 | fa163ec5-3f45-18b2-9caa-0000000018f9 | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-08 18:56:38.304869 | fa163ec5-3f45-18b2-9caa-0000000018f9 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:16.578242 | 0.05s 2025-10-08 18:56:38.311813 | fa163ec5-3f45-18b2-9caa-0000000018f9 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:16.585188 | 0.06s 2025-10-08 18:56:38.336660 | fa163ec5-3f45-18b2-9caa-00000000188e | TASK | Install chrony configuration file 2025-10-08 18:56:38.929876 | fa163ec5-3f45-18b2-9caa-00000000188e | CHANGED | Install chrony configuration file | standalone 2025-10-08 18:56:38.931215 | fa163ec5-3f45-18b2-9caa-00000000188e | TIMING | chrony : Install chrony configuration file | standalone | 0:03:17.204590 | 0.59s 2025-10-08 18:56:38.956821 | fa163ec5-3f45-18b2-9caa-0000000016f3 | TASK | Run chronyd 2025-10-08 18:56:38.978831 | fa163ec5-3f45-18b2-9caa-0000000016f3 | TIMING | chrony : Run chronyd | standalone | 0:03:17.252202 | 0.02s 2025-10-08 18:56:39.000247 | 3647e446-220b-4995-b42e-224b31ea9638 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/run.yml | standalone 2025-10-08 18:56:39.040586 | fa163ec5-3f45-18b2-9caa-00000000191c | TASK | Load distro-specific variables 2025-10-08 18:56:39.066122 | fa163ec5-3f45-18b2-9caa-00000000191c | TIMING | chrony : Load distro-specific variables | standalone | 0:03:17.339495 | 0.02s 2025-10-08 18:56:39.076664 | 6921c53a-a74a-4b62-8901-ca3b57e670ac | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2025-10-08 18:56:39.099883 | fa163ec5-3f45-18b2-9caa-0000000019a0 | TASK | Load distro-specific variables 2025-10-08 18:56:39.154423 | fa163ec5-3f45-18b2-9caa-0000000019a0 | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-08 18:56:39.155810 | fa163ec5-3f45-18b2-9caa-0000000019a0 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:17.429182 | 0.06s 2025-10-08 18:56:39.161595 | fa163ec5-3f45-18b2-9caa-0000000019a0 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:17.434972 | 0.06s 2025-10-08 18:56:39.186104 | fa163ec5-3f45-18b2-9caa-00000000191d | TASK | Ensure chronyd is running 2025-10-08 18:56:40.606349 | fa163ec5-3f45-18b2-9caa-00000000191d | OK | Ensure chronyd is running | standalone 2025-10-08 18:56:40.608074 | fa163ec5-3f45-18b2-9caa-00000000191d | TIMING | chrony : Ensure chronyd is running | standalone | 0:03:18.881449 | 1.42s 2025-10-08 18:56:40.634096 | fa163ec5-3f45-18b2-9caa-00000000191e | TASK | Force chronyd restart 2025-10-08 18:56:41.113446 | fa163ec5-3f45-18b2-9caa-00000000191e | CHANGED | Force chronyd restart | standalone 2025-10-08 18:56:41.115245 | fa163ec5-3f45-18b2-9caa-00000000191e | TIMING | chrony : Force chronyd restart | standalone | 0:03:19.388620 | 0.48s 2025-10-08 18:56:41.141403 | fa163ec5-3f45-18b2-9caa-0000000016f4 | TASK | Enable online service 2025-10-08 18:56:41.168660 | fa163ec5-3f45-18b2-9caa-0000000016f4 | TIMING | chrony : Enable online service | standalone | 0:03:19.442025 | 0.03s 2025-10-08 18:56:41.187073 | 1b1deeaf-f7f0-4989-bc25-13e61c8a56f9 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/online.yml | standalone 2025-10-08 18:56:41.230813 | fa163ec5-3f45-18b2-9caa-0000000019cd | TASK | Create chrony-online.service unit file 2025-10-08 18:56:41.673136 | fa163ec5-3f45-18b2-9caa-0000000019cd | CHANGED | Create chrony-online.service unit file | standalone 2025-10-08 18:56:41.674414 | fa163ec5-3f45-18b2-9caa-0000000019cd | TIMING | chrony : Create chrony-online.service unit file | standalone | 0:03:19.947788 | 0.44s 2025-10-08 18:56:41.699724 | fa163ec5-3f45-18b2-9caa-0000000019ce | TASK | Enable chrony-online.service 2025-10-08 18:56:42.569396 | fa163ec5-3f45-18b2-9caa-0000000019ce | CHANGED | Enable chrony-online.service | standalone 2025-10-08 18:56:42.571257 | fa163ec5-3f45-18b2-9caa-0000000019ce | TIMING | chrony : Enable chrony-online.service | standalone | 0:03:20.844631 | 0.87s 2025-10-08 18:56:42.597552 | fa163ec5-3f45-18b2-9caa-0000000016f5 | TASK | Sync chronyc 2025-10-08 18:56:42.627252 | fa163ec5-3f45-18b2-9caa-0000000016f5 | TIMING | chrony : Sync chronyc | standalone | 0:03:20.900618 | 0.03s 2025-10-08 18:56:42.645308 | c514abe4-4d87-4e55-91e4-e0afc2a66ec7 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/sync.yml | standalone 2025-10-08 18:56:42.691732 | fa163ec5-3f45-18b2-9caa-000000001a73 | TASK | Force NTP sync 2025-10-08 18:56:42.929839 | fa163ec5-3f45-18b2-9caa-000000001a73 | CHANGED | Force NTP sync | standalone 2025-10-08 18:56:42.931161 | fa163ec5-3f45-18b2-9caa-000000001a73 | TIMING | chrony : Force NTP sync | standalone | 0:03:21.204535 | 0.24s 2025-10-08 18:56:42.956497 | fa163ec5-3f45-18b2-9caa-000000001a74 | TASK | Ensure system is NTP time synced 2025-10-08 18:56:53.207105 | fa163ec5-3f45-18b2-9caa-000000001a74 | CHANGED | Ensure system is NTP time synced | standalone 2025-10-08 18:56:53.208526 | fa163ec5-3f45-18b2-9caa-000000001a74 | TIMING | chrony : Ensure system is NTP time synced | standalone | 0:03:31.481902 | 10.25s 2025-10-08 18:56:53.256143 | fa163ec5-3f45-18b2-9caa-000000000bc7 | TASK | Force NTP sync 2025-10-08 18:56:53.479592 | fa163ec5-3f45-18b2-9caa-000000000bc7 | CHANGED | Force NTP sync | standalone 2025-10-08 18:56:53.480776 | fa163ec5-3f45-18b2-9caa-000000000bc7 | TIMING | Force NTP sync | standalone | 0:03:31.754152 | 0.22s 2025-10-08 18:56:53.504544 | fa163ec5-3f45-18b2-9caa-000000000bc8 | TASK | Ensure system is NTP time synced 2025-10-08 18:56:53.701647 | fa163ec5-3f45-18b2-9caa-000000000bc8 | CHANGED | Ensure system is NTP time synced | standalone 2025-10-08 18:56:53.702909 | fa163ec5-3f45-18b2-9caa-000000000bc8 | TIMING | Ensure system is NTP time synced | standalone | 0:03:31.976283 | 0.20s 2025-10-08 18:56:53.727650 | fa163ec5-3f45-18b2-9caa-000000000bc9 | TASK | Run timezone role 2025-10-08 18:56:53.755722 | fa163ec5-3f45-18b2-9caa-000000000bc9 | TIMING | Run timezone role | standalone | 0:03:32.029089 | 0.03s 2025-10-08 18:56:53.856821 | fa163ec5-3f45-18b2-9caa-000000001c34 | TASK | Set timezone 2025-10-08 18:56:54.391970 | fa163ec5-3f45-18b2-9caa-000000001c34 | OK | Set timezone | standalone 2025-10-08 18:56:54.393504 | fa163ec5-3f45-18b2-9caa-000000001c34 | TIMING | tripleo_timezone : Set timezone | standalone | 0:03:32.666877 | 0.54s 2025-10-08 18:56:54.419202 | fa163ec5-3f45-18b2-9caa-000000001c35 | TASK | Restart time services 2025-10-08 18:56:54.459355 | fa163ec5-3f45-18b2-9caa-000000001c35 | SKIPPED | Restart time services | standalone | item=rsyslog 2025-10-08 18:56:54.466248 | fa163ec5-3f45-18b2-9caa-000000001c35 | SKIPPED | Restart time services | standalone | item=crond 2025-10-08 18:56:54.472451 | fa163ec5-3f45-18b2-9caa-000000001c35 | TIMING | tripleo_timezone : Restart time services | standalone | 0:03:32.745816 | 0.05s 2025-10-08 18:56:54.520466 | fa163ec5-3f45-18b2-9caa-000000000bca | TASK | install tmpwatch on the host 2025-10-08 18:56:57.379191 | fa163ec5-3f45-18b2-9caa-000000000bca | OK | install tmpwatch on the host | standalone 2025-10-08 18:56:57.380612 | fa163ec5-3f45-18b2-9caa-000000000bca | TIMING | install tmpwatch on the host | standalone | 0:03:35.653987 | 2.86s 2025-10-08 18:56:57.405097 | fa163ec5-3f45-18b2-9caa-000000000bcb | TASK | Notice - ctlplane subnet is set 2025-10-08 18:56:57.435717 | fa163ec5-3f45-18b2-9caa-000000000bcb | OK | Notice - ctlplane subnet is set | standalone | result={ "changed": false, "msg": "CIDRs found in the ctlplane network tags.\n" } 2025-10-08 18:56:57.436889 | fa163ec5-3f45-18b2-9caa-000000000bcb | TIMING | Notice - ctlplane subnet is set | standalone | 0:03:35.710263 | 0.03s 2025-10-08 18:56:57.490920 | fa163ec5-3f45-18b2-9caa-000000000bcc | TIMING | include_role : tuned | standalone | 0:03:35.764282 | 0.03s 2025-10-08 18:56:57.592557 | fa163ec5-3f45-18b2-9caa-000000001e68 | TASK | Gather variables for each operating system 2025-10-08 18:56:57.763044 | fa163ec5-3f45-18b2-9caa-000000001e68 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tuned/vars/redhat.yml 2025-10-08 18:56:57.763902 | fa163ec5-3f45-18b2-9caa-000000001e68 | TIMING | tuned : Gather variables for each operating system | standalone | 0:03:36.037283 | 0.17s 2025-10-08 18:56:57.771519 | fa163ec5-3f45-18b2-9caa-000000001e68 | TIMING | tuned : Gather variables for each operating system | standalone | 0:03:36.044889 | 0.18s 2025-10-08 18:56:57.835533 | fa163ec5-3f45-18b2-9caa-000000001e69 | TIMING | tuned : include_tasks | standalone | 0:03:36.108896 | 0.04s 2025-10-08 18:56:57.857288 | 5b19a0b1-24d4-4a72-b494-ba86bda0a2fb | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_install.yml | standalone 2025-10-08 18:56:57.891527 | fa163ec5-3f45-18b2-9caa-000000001f99 | TASK | Check tuned package is installed 2025-10-08 18:56:58.169760 | fa163ec5-3f45-18b2-9caa-000000001f99 | CHANGED | Check tuned package is installed | standalone 2025-10-08 18:56:58.171127 | fa163ec5-3f45-18b2-9caa-000000001f99 | TIMING | tuned : Check tuned package is installed | standalone | 0:03:36.444501 | 0.28s 2025-10-08 18:56:58.196862 | fa163ec5-3f45-18b2-9caa-000000001f9a | TASK | Install tuned 2025-10-08 18:56:58.225632 | fa163ec5-3f45-18b2-9caa-000000001f9a | SKIPPED | Install tuned | standalone 2025-10-08 18:56:58.226812 | fa163ec5-3f45-18b2-9caa-000000001f9a | TIMING | tuned : Install tuned | standalone | 0:03:36.500186 | 0.03s 2025-10-08 18:56:58.252058 | fa163ec5-3f45-18b2-9caa-000000001f9b | TASK | Restart tuned 2025-10-08 18:56:58.279951 | fa163ec5-3f45-18b2-9caa-000000001f9b | SKIPPED | Restart tuned | standalone 2025-10-08 18:56:58.281120 | fa163ec5-3f45-18b2-9caa-000000001f9b | TIMING | tuned : Restart tuned | standalone | 0:03:36.554495 | 0.03s 2025-10-08 18:56:58.305863 | fa163ec5-3f45-18b2-9caa-000000001e6a | TASK | Check for tuned-adm 2025-10-08 18:56:58.535512 | fa163ec5-3f45-18b2-9caa-000000001e6a | OK | Check for tuned-adm | standalone 2025-10-08 18:56:58.536977 | fa163ec5-3f45-18b2-9caa-000000001e6a | TIMING | tuned : Check for tuned-adm | standalone | 0:03:36.810351 | 0.23s 2025-10-08 18:56:58.593772 | fa163ec5-3f45-18b2-9caa-000000001e6b | TIMING | tuned : include_tasks | standalone | 0:03:36.867135 | 0.03s 2025-10-08 18:56:58.620858 | dc315bc7-eb2a-4a74-bf85-5852b0818f0c | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_config.yml | standalone 2025-10-08 18:56:58.655179 | fa163ec5-3f45-18b2-9caa-000000001fc6 | TASK | Ensure profile directory exists 2025-10-08 18:56:58.703322 | fa163ec5-3f45-18b2-9caa-000000001fc6 | SKIPPED | Ensure profile directory exists | standalone 2025-10-08 18:56:58.704242 | fa163ec5-3f45-18b2-9caa-000000001fc6 | TIMING | tuned : Ensure profile directory exists | standalone | 0:03:36.977622 | 0.05s 2025-10-08 18:56:58.729148 | fa163ec5-3f45-18b2-9caa-000000001fc7 | TASK | Create custom tuned profile 2025-10-08 18:56:58.800404 | fa163ec5-3f45-18b2-9caa-000000001fc7 | SKIPPED | Create custom tuned profile | standalone 2025-10-08 18:56:58.801872 | fa163ec5-3f45-18b2-9caa-000000001fc7 | TIMING | tuned : Create custom tuned profile | standalone | 0:03:37.075246 | 0.07s 2025-10-08 18:56:58.829241 | fa163ec5-3f45-18b2-9caa-000000001fc8 | TASK | Check tuned active profile 2025-10-08 18:56:59.043989 | fa163ec5-3f45-18b2-9caa-000000001fc8 | OK | Check tuned active profile | standalone 2025-10-08 18:56:59.045286 | fa163ec5-3f45-18b2-9caa-000000001fc8 | TIMING | tuned : Check tuned active profile | standalone | 0:03:37.318659 | 0.21s 2025-10-08 18:56:59.071440 | fa163ec5-3f45-18b2-9caa-000000001fc9 | TASK | Check Tuned Configuration file exists 2025-10-08 18:56:59.297560 | fa163ec5-3f45-18b2-9caa-000000001fc9 | OK | Check Tuned Configuration file exists | standalone 2025-10-08 18:56:59.298974 | fa163ec5-3f45-18b2-9caa-000000001fc9 | TIMING | tuned : Check Tuned Configuration file exists | standalone | 0:03:37.572340 | 0.23s 2025-10-08 18:56:59.325571 | fa163ec5-3f45-18b2-9caa-000000001fca | TASK | Fail if tuned profile conf is absent but isolated cores is provided 2025-10-08 18:56:59.388318 | fa163ec5-3f45-18b2-9caa-000000001fca | SKIPPED | Fail if tuned profile conf is absent but isolated cores is provided | standalone 2025-10-08 18:56:59.389537 | fa163ec5-3f45-18b2-9caa-000000001fca | TIMING | tuned : Fail if tuned profile conf is absent but isolated cores is provided | standalone | 0:03:37.662910 | 0.06s 2025-10-08 18:56:59.417456 | fa163ec5-3f45-18b2-9caa-000000001fcb | TASK | Configure isolated cores for profile throughput-performance 2025-10-08 18:56:59.480240 | fa163ec5-3f45-18b2-9caa-000000001fcb | SKIPPED | Configure isolated cores for profile throughput-performance | standalone 2025-10-08 18:56:59.481487 | fa163ec5-3f45-18b2-9caa-000000001fcb | TIMING | tuned : Configure isolated cores for profile throughput-performance | standalone | 0:03:37.754861 | 0.06s 2025-10-08 18:56:59.506524 | fa163ec5-3f45-18b2-9caa-000000001fcc | TASK | Enable tuned profile 2025-10-08 18:56:59.541554 | fa163ec5-3f45-18b2-9caa-000000001fcc | SKIPPED | Enable tuned profile | standalone 2025-10-08 18:56:59.543072 | fa163ec5-3f45-18b2-9caa-000000001fcc | TIMING | tuned : Enable tuned profile | standalone | 0:03:37.816440 | 0.04s PLAY [Overcloud container setup tasks] ***************************************** 2025-10-08 18:56:59.732580 | fa163ec5-3f45-18b2-9caa-0000000000ac | TASK | Overcloud container setup tasks 2025-10-08 18:56:59.760987 | fa163ec5-3f45-18b2-9caa-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', 'fa163ec5-3f45-18b2-9caa-0000000000ac') missing from stats 2025-10-08 18:56:59.781269 | fa163ec5-3f45-18b2-9caa-0000000000ad | TASK | Write config data 2025-10-08 18:56:59.831202 | fa163ec5-3f45-18b2-9caa-0000000000ad | TIMING | Write config data | standalone | 0:03:38.104571 | 0.05s 2025-10-08 18:56:59.860128 | d6f4a65c-b02f-4206-8154-9533924680f5 | INCLUDED | /root/standalone-ansible-tki1o3rs/common_container_setup_tasks.yaml | standalone 2025-10-08 18:56:59.884146 | fa163ec5-3f45-18b2-9caa-00000000202a | TASK | Create and ensure setype for /var/log/containers directory 2025-10-08 18:57:00.115371 | fa163ec5-3f45-18b2-9caa-00000000202a | OK | Create and ensure setype for /var/log/containers directory | standalone 2025-10-08 18:57:00.116812 | fa163ec5-3f45-18b2-9caa-00000000202a | TIMING | Create and ensure setype for /var/log/containers directory | standalone | 0:03:38.390185 | 0.23s 2025-10-08 18:57:00.143757 | fa163ec5-3f45-18b2-9caa-00000000202b | TASK | Create ContainerLogStdoutPath directory 2025-10-08 18:57:00.379878 | fa163ec5-3f45-18b2-9caa-00000000202b | CHANGED | Create ContainerLogStdoutPath directory | standalone 2025-10-08 18:57:00.381374 | fa163ec5-3f45-18b2-9caa-00000000202b | TIMING | Create ContainerLogStdoutPath directory | standalone | 0:03:38.654743 | 0.24s 2025-10-08 18:57:00.407383 | fa163ec5-3f45-18b2-9caa-00000000202c | TASK | Create /var/lib/tripleo-config directory 2025-10-08 18:57:00.600613 | fa163ec5-3f45-18b2-9caa-00000000202c | OK | Create /var/lib/tripleo-config directory | standalone 2025-10-08 18:57:00.601988 | fa163ec5-3f45-18b2-9caa-00000000202c | TIMING | Create /var/lib/tripleo-config directory | standalone | 0:03:38.875363 | 0.19s 2025-10-08 18:57:00.628176 | fa163ec5-3f45-18b2-9caa-00000000202d | TASK | Clean old /var/lib/container-startup-configs.json file 2025-10-08 18:57:00.850542 | fa163ec5-3f45-18b2-9caa-00000000202d | OK | Clean old /var/lib/container-startup-configs.json file | standalone 2025-10-08 18:57:00.851876 | fa163ec5-3f45-18b2-9caa-00000000202d | TIMING | Clean old /var/lib/container-startup-configs.json file | standalone | 0:03:39.125250 | 0.22s 2025-10-08 18:57:00.876938 | fa163ec5-3f45-18b2-9caa-00000000202e | TASK | Clean old /var/lib/docker-container-startup-configs.json file 2025-10-08 18:57:01.105434 | fa163ec5-3f45-18b2-9caa-00000000202e | OK | Clean old /var/lib/docker-container-startup-configs.json file | standalone 2025-10-08 18:57:01.106783 | fa163ec5-3f45-18b2-9caa-00000000202e | TIMING | Clean old /var/lib/docker-container-startup-configs.json file | standalone | 0:03:39.380157 | 0.23s 2025-10-08 18:57:01.132351 | fa163ec5-3f45-18b2-9caa-000000002032 | TASK | Create fcontext entry for container-config-scripts 2025-10-08 18:57:02.389895 | fa163ec5-3f45-18b2-9caa-000000002032 | CHANGED | Create fcontext entry for container-config-scripts | standalone 2025-10-08 18:57:02.391666 | fa163ec5-3f45-18b2-9caa-000000002032 | TIMING | Create fcontext entry for container-config-scripts | standalone | 0:03:40.665040 | 1.26s 2025-10-08 18:57:02.418348 | fa163ec5-3f45-18b2-9caa-000000002033 | TASK | Create /var/lib/container-config-scripts 2025-10-08 18:57:02.676901 | fa163ec5-3f45-18b2-9caa-000000002033 | CHANGED | Create /var/lib/container-config-scripts | standalone 2025-10-08 18:57:02.678235 | fa163ec5-3f45-18b2-9caa-000000002033 | TIMING | Create /var/lib/container-config-scripts | standalone | 0:03:40.951609 | 0.26s 2025-10-08 18:57:02.703773 | fa163ec5-3f45-18b2-9caa-000000002034 | TASK | Write container config scripts 2025-10-08 18:57:03.065862 | fa163ec5-3f45-18b2-9caa-000000002034 | CHANGED | Write container config scripts | standalone 2025-10-08 18:57:03.067154 | fa163ec5-3f45-18b2-9caa-000000002034 | TIMING | Write container config scripts | standalone | 0:03:41.340528 | 0.36s 2025-10-08 18:57:03.091599 | fa163ec5-3f45-18b2-9caa-000000002035 | TASK | Write /var/lib/tripleo-config/container-startup-config-readme.txt 2025-10-08 18:57:03.526015 | fa163ec5-3f45-18b2-9caa-000000002035 | CHANGED | Write /var/lib/tripleo-config/container-startup-config-readme.txt | standalone 2025-10-08 18:57:03.527740 | fa163ec5-3f45-18b2-9caa-000000002035 | TIMING | Write /var/lib/tripleo-config/container-startup-config-readme.txt | standalone | 0:03:41.801107 | 0.43s 2025-10-08 18:57:03.560037 | fa163ec5-3f45-18b2-9caa-000000002036 | TASK | Generate startup configs files per step and per container 2025-10-08 18:57:04.174508 | fa163ec5-3f45-18b2-9caa-000000002036 | CHANGED | Generate startup configs files per step and per container | standalone 2025-10-08 18:57:04.183491 | fa163ec5-3f45-18b2-9caa-000000002036 | TIMING | Generate startup configs files per step and per container | standalone | 0:03:42.456862 | 0.62s 2025-10-08 18:57:04.224397 | fa163ec5-3f45-18b2-9caa-000000002037 | TASK | Create /var/lib/kolla/config_files directory 2025-10-08 18:57:04.456776 | fa163ec5-3f45-18b2-9caa-000000002037 | CHANGED | Create /var/lib/kolla/config_files directory | standalone 2025-10-08 18:57:04.458203 | fa163ec5-3f45-18b2-9caa-000000002037 | TIMING | Create /var/lib/kolla/config_files directory | standalone | 0:03:42.731571 | 0.23s 2025-10-08 18:57:04.483258 | fa163ec5-3f45-18b2-9caa-000000002038 | TASK | Create /var/lib/config-data directory 2025-10-08 18:57:04.715790 | fa163ec5-3f45-18b2-9caa-000000002038 | CHANGED | Create /var/lib/config-data directory | standalone 2025-10-08 18:57:04.717194 | fa163ec5-3f45-18b2-9caa-000000002038 | TIMING | Create /var/lib/config-data directory | standalone | 0:03:42.990568 | 0.23s 2025-10-08 18:57:04.742002 | fa163ec5-3f45-18b2-9caa-000000002039 | TASK | Write container config json files 2025-10-08 18:57:05.231045 | fa163ec5-3f45-18b2-9caa-000000002039 | CHANGED | Write container config json files | standalone 2025-10-08 18:57:05.243602 | fa163ec5-3f45-18b2-9caa-000000002039 | TIMING | Write container config json files | standalone | 0:03:43.516965 | 0.50s PLAY [Pre Deployment Step Tasks] *********************************************** 2025-10-08 18:57:05.430427 | fa163ec5-3f45-18b2-9caa-0000000000b1 | TASK | Pre Deployment Step Tasks 2025-10-08 18:57:05.458124 | fa163ec5-3f45-18b2-9caa-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', 'fa163ec5-3f45-18b2-9caa-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-08 18:57:05.517520 | fa163ec5-3f45-18b2-9caa-0000000000b2 | TIMING | include_tasks | standalone | 0:03:43.790889 | 0.04s 2025-10-08 18:57:05.546728 | a7457475-1f83-490e-9e7b-fb7163c8e170 | INCLUDED | /root/standalone-ansible-tki1o3rs/Standalone/pre_deploy_step_tasks.yaml | standalone 2025-10-08 18:57:05.580796 | fa163ec5-3f45-18b2-9caa-00000000206d | TASK | Get undercloud FQDN 2025-10-08 18:57:05.643554 | fa163ec5-3f45-18b2-9caa-00000000206d | OK | Get undercloud FQDN | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163ec5-3f45-18b2-9caa-00000000206d') missing from stats 2025-10-08 18:57:05.704871 | fa163ec5-3f45-18b2-9caa-00000000206e | TIMING | include_role : tripleo_ipa_registration | standalone | 0:03:43.978234 | 0.03s 2025-10-08 18:57:05.787917 | fa163ec5-3f45-18b2-9caa-000000002092 | TASK | set main facts 2025-10-08 18:57:05.860442 | fa163ec5-3f45-18b2-9caa-000000002092 | OK | set main facts | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163ec5-3f45-18b2-9caa-000000002092') missing from stats 2025-10-08 18:57:05.911907 | fa163ec5-3f45-18b2-9caa-000000002093 | TASK | get the default.conf file 2025-10-08 18:57:06.195127 | fa163ec5-3f45-18b2-9caa-000000002093 | OK | get the default.conf file | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163ec5-3f45-18b2-9caa-000000002093') missing from stats 2025-10-08 18:57:06.244017 | fa163ec5-3f45-18b2-9caa-000000002094 | TASK | set the principal 2025-10-08 18:57:06.323910 | fa163ec5-3f45-18b2-9caa-000000002094 | OK | set the principal | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163ec5-3f45-18b2-9caa-000000002094') missing from stats 2025-10-08 18:57:06.371997 | fa163ec5-3f45-18b2-9caa-000000002096 | TASK | add new host with one-time password 2025-10-08 18:57:07.771833 | fa163ec5-3f45-18b2-9caa-000000002096 | OK | add new host with one-time password | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163ec5-3f45-18b2-9caa-000000002096') missing from stats 2025-10-08 18:57:07.796816 | fa163ec5-3f45-18b2-9caa-000000002097 | TASK | set otp as a host fact 2025-10-08 18:57:07.832653 | fa163ec5-3f45-18b2-9caa-000000002097 | SKIPPED | set otp as a host fact | standalone 2025-10-08 18:57:07.833422 | fa163ec5-3f45-18b2-9caa-000000002097 | TIMING | tripleo_ipa_registration : set otp as a host fact | standalone | 0:03:46.106804 | 0.04s 2025-10-08 18:57:07.860117 | fa163ec5-3f45-18b2-9caa-000000002099 | TASK | add required services using custom module 2025-10-08 18:57:12.927700 | fa163ec5-3f45-18b2-9caa-000000002099 | CHANGED | add required services using custom module | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163ec5-3f45-18b2-9caa-000000002099') missing from stats 2025-10-08 18:57:12.980381 | fa163ec5-3f45-18b2-9caa-000000002070 | TASK | check if default.conf exists 2025-10-08 18:57:13.229586 | fa163ec5-3f45-18b2-9caa-000000002070 | OK | check if default.conf exists | standalone 2025-10-08 18:57:13.230884 | fa163ec5-3f45-18b2-9caa-000000002070 | TIMING | check if default.conf exists | standalone | 0:03:51.504259 | 0.25s 2025-10-08 18:57:13.255065 | fa163ec5-3f45-18b2-9caa-000000002071 | TASK | install openssl-perl 2025-10-08 18:57:13.283116 | fa163ec5-3f45-18b2-9caa-000000002071 | SKIPPED | install openssl-perl | standalone 2025-10-08 18:57:13.284332 | fa163ec5-3f45-18b2-9caa-000000002071 | TIMING | install openssl-perl | standalone | 0:03:51.557706 | 0.03s 2025-10-08 18:57:13.309681 | fa163ec5-3f45-18b2-9caa-000000002072 | TASK | register as an ipa client 2025-10-08 18:57:13.347630 | fa163ec5-3f45-18b2-9caa-000000002072 | SKIPPED | register as an ipa client | standalone 2025-10-08 18:57:13.348811 | fa163ec5-3f45-18b2-9caa-000000002072 | TIMING | register as an ipa client | standalone | 0:03:51.622187 | 0.04s 2025-10-08 18:57:13.373232 | fa163ec5-3f45-18b2-9caa-000000002073 | TASK | restart certmonger service 2025-10-08 18:57:13.410389 | fa163ec5-3f45-18b2-9caa-000000002073 | SKIPPED | restart certmonger service | standalone 2025-10-08 18:57:13.411614 | fa163ec5-3f45-18b2-9caa-000000002073 | TIMING | restart certmonger service | standalone | 0:03:51.684989 | 0.04s 2025-10-08 18:57:13.435820 | fa163ec5-3f45-18b2-9caa-000000002074 | TASK | set discovered ipa realm 2025-10-08 18:57:13.474927 | fa163ec5-3f45-18b2-9caa-000000002074 | OK | set discovered ipa realm | standalone 2025-10-08 18:57:13.476124 | fa163ec5-3f45-18b2-9caa-000000002074 | TIMING | set discovered ipa realm | standalone | 0:03:51.749500 | 0.04s PLAY [External deployment step 1] ********************************************** 2025-10-08 18:57:13.616702 | fa163ec5-3f45-18b2-9caa-0000000000b6 | TASK | External deployment step 1 2025-10-08 18:57:13.644863 | fa163ec5-3f45-18b2-9caa-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', 'fa163ec5-3f45-18b2-9caa-0000000000b6') missing from stats 2025-10-08 18:57:13.702763 | fa163ec5-3f45-18b2-9caa-0000000000b7 | TIMING | include_tasks | undercloud | 0:03:51.976132 | 0.04s 2025-10-08 18:57:13.742011 | a67d8d99-16f7-43de-a43a-3f19a4f45c8e | INCLUDED | /root/standalone-ansible-tki1o3rs/external_deploy_steps_tasks_step1.yaml | undercloud 2025-10-08 18:57:13.760213 | fa163ec5-3f45-18b2-9caa-0000000020ef | TASK | Container image prepare 2025-10-08 18:57:14.782901 | fa163ec5-3f45-18b2-9caa-0000000020ef | CHANGED | Container image prepare | undercloud 2025-10-08 18:57:14.785046 | fa163ec5-3f45-18b2-9caa-0000000020ef | TIMING | tripleo_container_image_prepare : Container image prepare | undercloud | 0:03:53.058421 | 1.02s 2025-10-08 18:57:14.870440 | fa163ec5-3f45-18b2-9caa-0000000020f6 | TIMING | include_role : tripleo_ipa_dns | undercloud | 0:03:53.143805 | 0.05s 2025-10-08 18:57:14.913568 | fa163ec5-3f45-18b2-9caa-000000002115 | TASK | get dns zones and entries to add 2025-10-08 18:57:14.977026 | fa163ec5-3f45-18b2-9caa-000000002115 | OK | get dns zones and entries to add | undercloud 2025-10-08 18:57:14.978587 | fa163ec5-3f45-18b2-9caa-000000002115 | TIMING | tripleo_ipa_dns : get dns zones and entries to add | undercloud | 0:03:53.251961 | 0.06s 2025-10-08 18:57:15.063530 | fa163ec5-3f45-18b2-9caa-000000002116 | OK | tripleo_ipa_dns : debug | undercloud | result={ "changed": false, "dns_zones": [ "ctlplane.ooo.test", "internalapi.ooo.test", "122.168.192.in-addr.arpa", "0.17.172.in-addr.arpa", "external.ooo.test", "0.21.172.in-addr.arpa", "ooo.test", "0.18.172.in-addr.arpa", "storage.ooo.test", "0.20.172.in-addr.arpa", "tenant.ooo.test", "0.19.172.in-addr.arpa", "storagemgmt.ooo.test" ] } 2025-10-08 18:57:15.064792 | fa163ec5-3f45-18b2-9caa-000000002116 | TIMING | tripleo_ipa_dns : debug | undercloud | 0:03:53.338164 | 0.07s 2025-10-08 18:57:15.144548 | fa163ec5-3f45-18b2-9caa-000000002117 | OK | tripleo_ipa_dns : debug | undercloud | result={ "changed": false, "dns_entries": [ { "record_name": "overcloud", "record_type": "A", "record_value": "192.168.122.99", "zone_name": "ctlplane.ooo.test" }, { "record_name": "overcloud", "record_type": "A", "record_value": "172.18.0.2", "zone_name": "storage.ooo.test" }, { "record_name": "overcloud", "record_type": "A", "record_value": "172.20.0.2", "zone_name": "storagemgmt.ooo.test" }, { "record_name": "overcloud", "record_type": "A", "record_value": "172.17.0.2", "zone_name": "internalapi.ooo.test" }, { "record_name": "standalone", "record_type": "A", "record_value": "172.21.0.2", "zone_name": "ooo.test" }, { "record_name": "standalone", "record_type": "A", "record_value": "172.17.0.100", "zone_name": "ooo.test" }, { "record_name": "standalone", "record_type": "A", "record_value": "172.18.0.100", "zone_name": "storage.ooo.test" }, { "record_name": "standalone", "record_type": "A", "record_value": "172.20.0.100", "zone_name": "storagemgmt.ooo.test" }, { "record_name": "standalone", "record_type": "A", "record_value": "172.17.0.100", "zone_name": "internalapi.ooo.test" }, { "record_name": "standalone", "record_type": "A", "record_value": "172.19.0.100", "zone_name": "tenant.ooo.test" }, { "record_name": "standalone", "record_type": "A", "record_value": "172.21.0.100", "zone_name": "external.ooo.test" }, { "record_name": "standalone", "record_type": "A", "record_value": "192.168.122.100", "zone_name": "ctlplane.ooo.test" }, { "record_name": "100", "record_type": "PTR", "record_value": "standalone.ctlplane.ooo.test.", "zone_name": "122.168.192.in-addr.arpa" }, { "record_name": "100", "record_type": "PTR", "record_value": "standalone.external.ooo.test.", "zone_name": "0.21.172.in-addr.arpa" }, { "record_name": "100", "record_type": "PTR", "record_value": "standalone.tenant.ooo.test.", "zone_name": "0.19.172.in-addr.arpa" }, { "record_name": "100", "record_type": "PTR", "record_value": "standalone.internalapi.ooo.test.", "zone_name": "0.17.172.in-addr.arpa" }, { "record_name": "100", "record_type": "PTR", "record_value": "standalone.storagemgmt.ooo.test.", "zone_name": "0.20.172.in-addr.arpa" }, { "record_name": "100", "record_type": "PTR", "record_value": "standalone.storage.ooo.test.", "zone_name": "0.18.172.in-addr.arpa" }, { "record_name": "2", "record_type": "PTR", "record_value": "standalone.ooo.test.", "zone_name": "0.21.172.in-addr.arpa" }, { "record_name": "2", "record_type": "PTR", "record_value": "overcloud.internalapi.ooo.test.", "zone_name": "0.17.172.in-addr.arpa" }, { "record_name": "2", "record_type": "PTR", "record_value": "overcloud.storagemgmt.ooo.test.", "zone_name": "0.20.172.in-addr.arpa" }, { "record_name": "2", "record_type": "PTR", "record_value": "overcloud.storage.ooo.test.", "zone_name": "0.18.172.in-addr.arpa" }, { "record_name": "99", "record_type": "PTR", "record_value": "overcloud.ctlplane.ooo.test.", "zone_name": "122.168.192.in-addr.arpa" } ] } 2025-10-08 18:57:15.146078 | fa163ec5-3f45-18b2-9caa-000000002117 | TIMING | tripleo_ipa_dns : debug | undercloud | 0:03:53.419454 | 0.06s 2025-10-08 18:57:15.164477 | fa163ec5-3f45-18b2-9caa-000000002118 | TASK | add dns zones and records 2025-10-08 18:57:18.091510 | fa163ec5-3f45-18b2-9caa-000000002118 | CHANGED | add dns zones and records | undercloud 2025-10-08 18:57:18.093238 | fa163ec5-3f45-18b2-9caa-000000002118 | TIMING | tripleo_ipa_dns : add dns zones and records | undercloud | 0:03:56.366613 | 2.93s 2025-10-08 18:57:18.128056 | fa163ec5-3f45-18b2-9caa-0000000020f8 | TASK | Create /etc/openstack directory if it does not exist 2025-10-08 18:57:18.389756 | fa163ec5-3f45-18b2-9caa-0000000020f8 | CHANGED | Create /etc/openstack directory if it does not exist | undercloud 2025-10-08 18:57:18.391116 | fa163ec5-3f45-18b2-9caa-0000000020f8 | TIMING | Create /etc/openstack directory if it does not exist | undercloud | 0:03:56.664490 | 0.26s 2025-10-08 18:57:18.408954 | fa163ec5-3f45-18b2-9caa-0000000020f9 | TASK | Configure /etc/openstack/clouds.yaml 2025-10-08 18:57:18.459439 | fa163ec5-3f45-18b2-9caa-0000000020f9 | TIMING | Configure /etc/openstack/clouds.yaml | undercloud | 0:03:56.732806 | 0.05s 2025-10-08 18:57:18.506424 | fa163ec5-3f45-18b2-9caa-00000000214a | TASK | Check if /etc/openstack/clouds.yaml exists 2025-10-08 18:57:18.749255 | fa163ec5-3f45-18b2-9caa-00000000214a | OK | Check if /etc/openstack/clouds.yaml exists | undercloud 2025-10-08 18:57:18.750598 | fa163ec5-3f45-18b2-9caa-00000000214a | TIMING | tripleo_keystone_resources : Check if /etc/openstack/clouds.yaml exists | undercloud | 0:03:57.023972 | 0.24s 2025-10-08 18:57:18.770423 | fa163ec5-3f45-18b2-9caa-00000000214b | TASK | Create empty /etc/openstack/clouds.yaml if it does not exist 2025-10-08 18:57:19.190439 | fa163ec5-3f45-18b2-9caa-00000000214b | CHANGED | Create empty /etc/openstack/clouds.yaml if it does not exist | undercloud 2025-10-08 18:57:19.191810 | fa163ec5-3f45-18b2-9caa-00000000214b | TIMING | tripleo_keystone_resources : Create empty /etc/openstack/clouds.yaml if it does not exist | undercloud | 0:03:57.465185 | 0.42s 2025-10-08 18:57:19.211786 | fa163ec5-3f45-18b2-9caa-00000000214c | TASK | Configure /etc/openstack/clouds.yaml 2025-10-08 18:57:19.251982 | fa163ec5-3f45-18b2-9caa-00000000214c | TIMING | Configure /etc/openstack/clouds.yaml | undercloud | 0:03:57.525351 | 0.04s 2025-10-08 18:57:19.297685 | fa163ec5-3f45-18b2-9caa-000000002186 | TASK | Check for a configured destination 2025-10-08 18:57:19.359011 | fa163ec5-3f45-18b2-9caa-000000002186 | SKIPPED | Check for a configured destination | undercloud 2025-10-08 18:57:19.360373 | fa163ec5-3f45-18b2-9caa-000000002186 | TIMING | tripleo_config : Check for a configured destination | undercloud | 0:03:57.633740 | 0.06s 2025-10-08 18:57:19.396863 | fa163ec5-3f45-18b2-9caa-000000002187 | TASK | Generate /etc/openstack/clouds.yaml config 2025-10-08 18:57:19.876811 | fa163ec5-3f45-18b2-9caa-000000002187 | CHANGED | Generate /etc/openstack/clouds.yaml config | undercloud 2025-10-08 18:57:19.877904 | fa163ec5-3f45-18b2-9caa-000000002187 | TIMING | tripleo_config : Generate /etc/openstack/clouds.yaml config | undercloud | 0:03:58.151282 | 0.48s PLAY [Deploy step tasks for 1] ************************************************* 2025-10-08 18:57:20.019431 | fa163ec5-3f45-18b2-9caa-0000000000ba | TASK | Deploy step tasks for 1 2025-10-08 18:57:20.047113 | fa163ec5-3f45-18b2-9caa-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', 'fa163ec5-3f45-18b2-9caa-0000000000ba') missing from stats 2025-10-08 18:57:20.067120 | fa163ec5-3f45-18b2-9caa-0000000000bb | TASK | Write the config_step hieradata for the deploy step 1 tasks 2025-10-08 18:57:20.563056 | fa163ec5-3f45-18b2-9caa-0000000000bb | CHANGED | Write the config_step hieradata for the deploy step 1 tasks | standalone 2025-10-08 18:57:20.564443 | fa163ec5-3f45-18b2-9caa-0000000000bb | TIMING | Write the config_step hieradata for the deploy step 1 tasks | standalone | 0:03:58.837819 | 0.50s 2025-10-08 18:57:20.588912 | fa163ec5-3f45-18b2-9caa-0000000000bd | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists 2025-10-08 18:57:20.809264 | fa163ec5-3f45-18b2-9caa-0000000000bd | OK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone 2025-10-08 18:57:20.810614 | fa163ec5-3f45-18b2-9caa-0000000000bd | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone | 0:03:59.083988 | 0.22s 2025-10-08 18:57:20.835375 | fa163ec5-3f45-18b2-9caa-0000000000be | TASK | Write config data at the start of step 1 2025-10-08 18:57:20.897043 | fa163ec5-3f45-18b2-9caa-0000000000be | TIMING | Write config data at the start of step 1 | standalone | 0:03:59.170410 | 0.06s 2025-10-08 18:57:20.939883 | 1e631b08-f3e4-41a0-8574-e8b8acb15803 | INCLUDED | /root/standalone-ansible-tki1o3rs/common_deploy_steps_tasks_step_1.yaml | standalone 2025-10-08 18:57:20.963977 | fa163ec5-3f45-18b2-9caa-0000000021c5 | TASK | Delete existing /var/lib/tripleo-config/check-mode directory for check mode 2025-10-08 18:57:20.991266 | fa163ec5-3f45-18b2-9caa-0000000021c5 | SKIPPED | Delete existing /var/lib/tripleo-config/check-mode directory for check mode | standalone 2025-10-08 18:57:20.992151 | fa163ec5-3f45-18b2-9caa-0000000021c5 | TIMING | Delete existing /var/lib/tripleo-config/check-mode directory for check mode | standalone | 0:03:59.265531 | 0.03s 2025-10-08 18:57:21.011641 | fa163ec5-3f45-18b2-9caa-0000000021c6 | TASK | Create /var/lib/tripleo-config/check-mode directory for check mode 2025-10-08 18:57:21.040894 | fa163ec5-3f45-18b2-9caa-0000000021c6 | SKIPPED | Create /var/lib/tripleo-config/check-mode directory for check mode | standalone 2025-10-08 18:57:21.041756 | fa163ec5-3f45-18b2-9caa-0000000021c6 | TIMING | Create /var/lib/tripleo-config/check-mode directory for check mode | standalone | 0:03:59.315137 | 0.03s 2025-10-08 18:57:21.060918 | fa163ec5-3f45-18b2-9caa-0000000021c7 | TASK | Write the puppet step_config manifest 2025-10-08 18:57:21.470846 | fa163ec5-3f45-18b2-9caa-0000000021c7 | CHANGED | Write the puppet step_config manifest | standalone 2025-10-08 18:57:21.472063 | fa163ec5-3f45-18b2-9caa-0000000021c7 | TIMING | Write the puppet step_config manifest | standalone | 0:03:59.745438 | 0.41s 2025-10-08 18:57:21.496610 | fa163ec5-3f45-18b2-9caa-0000000021c8 | TASK | Diff puppet step_config manifest changes for check mode 2025-10-08 18:57:21.525684 | fa163ec5-3f45-18b2-9caa-0000000021c8 | SKIPPED | Diff puppet step_config manifest changes for check mode | standalone 2025-10-08 18:57:21.526751 | fa163ec5-3f45-18b2-9caa-0000000021c8 | TIMING | Diff puppet step_config manifest changes for check mode | standalone | 0:03:59.800126 | 0.03s 2025-10-08 18:57:21.552084 | fa163ec5-3f45-18b2-9caa-0000000021c9 | TASK | Diff puppet step_config manifest changes for check mode 2025-10-08 18:57:21.580579 | fa163ec5-3f45-18b2-9caa-0000000021c9 | SKIPPED | Diff puppet step_config manifest changes for check mode | standalone 2025-10-08 18:57:21.581798 | fa163ec5-3f45-18b2-9caa-0000000021c9 | TIMING | Diff puppet step_config manifest changes for check mode | standalone | 0:03:59.855172 | 0.03s 2025-10-08 18:57:21.608692 | fa163ec5-3f45-18b2-9caa-0000000021ca | TASK | Create /var/lib/container-puppet 2025-10-08 18:57:21.841435 | fa163ec5-3f45-18b2-9caa-0000000021ca | OK | Create /var/lib/container-puppet | standalone 2025-10-08 18:57:21.842733 | fa163ec5-3f45-18b2-9caa-0000000021ca | TIMING | Create /var/lib/container-puppet | standalone | 0:04:00.116109 | 0.23s 2025-10-08 18:57:21.868034 | fa163ec5-3f45-18b2-9caa-0000000021cb | TASK | Delete existing /var/lib/container-puppet/check-mode for check mode 2025-10-08 18:57:21.897119 | fa163ec5-3f45-18b2-9caa-0000000021cb | SKIPPED | Delete existing /var/lib/container-puppet/check-mode for check mode | standalone 2025-10-08 18:57:21.898333 | fa163ec5-3f45-18b2-9caa-0000000021cb | TIMING | Delete existing /var/lib/container-puppet/check-mode for check mode | standalone | 0:04:00.171706 | 0.03s 2025-10-08 18:57:21.924118 | fa163ec5-3f45-18b2-9caa-0000000021cc | TASK | Create /var/lib/container-puppet/check-mode for check mode 2025-10-08 18:57:21.953243 | fa163ec5-3f45-18b2-9caa-0000000021cc | SKIPPED | Create /var/lib/container-puppet/check-mode for check mode | standalone 2025-10-08 18:57:21.954394 | fa163ec5-3f45-18b2-9caa-0000000021cc | TIMING | Create /var/lib/container-puppet/check-mode for check mode | standalone | 0:04:00.227768 | 0.03s 2025-10-08 18:57:21.980922 | fa163ec5-3f45-18b2-9caa-0000000021cd | TASK | Write container-puppet.json file 2025-10-08 18:57:22.595350 | fa163ec5-3f45-18b2-9caa-0000000021cd | CHANGED | Write container-puppet.json file | standalone 2025-10-08 18:57:22.596637 | fa163ec5-3f45-18b2-9caa-0000000021cd | TIMING | Write container-puppet.json file | standalone | 0:04:00.870011 | 0.61s 2025-10-08 18:57:22.621251 | fa163ec5-3f45-18b2-9caa-0000000021ce | TASK | Diff container-puppet.json changes for check mode 2025-10-08 18:57:22.650510 | fa163ec5-3f45-18b2-9caa-0000000021ce | SKIPPED | Diff container-puppet.json changes for check mode | standalone 2025-10-08 18:57:22.651872 | fa163ec5-3f45-18b2-9caa-0000000021ce | TIMING | Diff container-puppet.json changes for check mode | standalone | 0:04:00.925244 | 0.03s 2025-10-08 18:57:22.676803 | fa163ec5-3f45-18b2-9caa-0000000021cf | TASK | Diff container-puppet.json changes for check mode 2025-10-08 18:57:22.706672 | fa163ec5-3f45-18b2-9caa-0000000021cf | SKIPPED | Diff container-puppet.json changes for check mode | standalone 2025-10-08 18:57:22.707719 | fa163ec5-3f45-18b2-9caa-0000000021cf | TIMING | Diff container-puppet.json changes for check mode | standalone | 0:04:00.981096 | 0.03s 2025-10-08 18:57:22.731394 | fa163ec5-3f45-18b2-9caa-0000000021d0 | TASK | Ensure config hashes are up-to-date for container startup configs 2025-10-08 18:57:23.112714 | fa163ec5-3f45-18b2-9caa-0000000021d0 | OK | Ensure config hashes are up-to-date for container startup configs | standalone 2025-10-08 18:57:23.114428 | fa163ec5-3f45-18b2-9caa-0000000021d0 | TIMING | Ensure config hashes are up-to-date for container startup configs | standalone | 0:04:01.387792 | 0.38s 2025-10-08 18:57:23.139251 | fa163ec5-3f45-18b2-9caa-0000000021d1 | TASK | Set host puppet debugging fact string 2025-10-08 18:57:23.167482 | fa163ec5-3f45-18b2-9caa-0000000021d1 | SKIPPED | Set host puppet debugging fact string | standalone 2025-10-08 18:57:23.168723 | fa163ec5-3f45-18b2-9caa-0000000021d1 | TIMING | Set host puppet debugging fact string | standalone | 0:04:01.442096 | 0.03s 2025-10-08 18:57:23.194259 | fa163ec5-3f45-18b2-9caa-0000000021d2 | TASK | Check for /etc/puppet/check-mode directory for check mode 2025-10-08 18:57:23.222955 | fa163ec5-3f45-18b2-9caa-0000000021d2 | SKIPPED | Check for /etc/puppet/check-mode directory for check mode | standalone 2025-10-08 18:57:23.224012 | fa163ec5-3f45-18b2-9caa-0000000021d2 | TIMING | Check for /etc/puppet/check-mode directory for check mode | standalone | 0:04:01.497387 | 0.03s 2025-10-08 18:57:23.248438 | fa163ec5-3f45-18b2-9caa-0000000021d3 | TASK | Create /etc/puppet/check-mode/hieradata directory for check mode 2025-10-08 18:57:23.277862 | fa163ec5-3f45-18b2-9caa-0000000021d3 | SKIPPED | Create /etc/puppet/check-mode/hieradata directory for check mode | standalone 2025-10-08 18:57:23.279117 | fa163ec5-3f45-18b2-9caa-0000000021d3 | TIMING | Create /etc/puppet/check-mode/hieradata directory for check mode | standalone | 0:04:01.552490 | 0.03s 2025-10-08 18:57:23.303359 | fa163ec5-3f45-18b2-9caa-0000000021d4 | TASK | Create puppet check-mode files if they don't exist for check mode 2025-10-08 18:57:23.332944 | fa163ec5-3f45-18b2-9caa-0000000021d4 | SKIPPED | Create puppet check-mode files if they don't exist for check mode | standalone 2025-10-08 18:57:23.333983 | fa163ec5-3f45-18b2-9caa-0000000021d4 | TIMING | Create puppet check-mode files if they don't exist for check mode | standalone | 0:04:01.607358 | 0.03s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-10-08 18:57:23.398084 | fa163ec5-3f45-18b2-9caa-0000000000c0 | TIMING | include_tasks | standalone | 0:04:01.671461 | 0.04s 2025-10-08 18:57:23.555219 | 911d0600-e618-44c9-b795-672a0a0566a8 | INCLUDED | /root/standalone-ansible-tki1o3rs/Standalone/deploy_steps_tasks_step1.yaml | standalone 2025-10-08 18:57:23.599767 | fa163ec5-3f45-18b2-9caa-0000000021ff | TASK | Create dirs for certificates and keys 2025-10-08 18:57:23.839895 | fa163ec5-3f45-18b2-9caa-0000000021ff | CHANGED | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/certs/httpd 2025-10-08 18:57:23.840937 | fa163ec5-3f45-18b2-9caa-0000000021ff | TIMING | Create dirs for certificates and keys | standalone | 0:04:02.114316 | 0.24s 2025-10-08 18:57:24.090616 | fa163ec5-3f45-18b2-9caa-0000000021ff | CHANGED | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/private/httpd 2025-10-08 18:57:24.091654 | fa163ec5-3f45-18b2-9caa-0000000021ff | TIMING | Create dirs for certificates and keys | standalone | 0:04:02.365031 | 0.49s 2025-10-08 18:57:24.098085 | fa163ec5-3f45-18b2-9caa-0000000021ff | TIMING | Create dirs for certificates and keys | standalone | 0:04:02.371464 | 0.50s 2025-10-08 18:57:24.172851 | fa163ec5-3f45-18b2-9caa-000000002200 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:02.446218 | 0.05s 2025-10-08 18:57:24.244331 | fa163ec5-3f45-18b2-9caa-000000002316 | TASK | Set version specific variables 2025-10-08 18:57:24.293249 | fa163ec5-3f45-18b2-9caa-000000002316 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:04:02.566611 | 0.05s 2025-10-08 18:57:24.312698 | 81fc3158-d210-400b-a1e6-52d5dc102714 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-10-08 18:57:24.343615 | fa163ec5-3f45-18b2-9caa-000000002349 | TASK | Ensure ansible_facts used by role 2025-10-08 18:57:24.736713 | fa163ec5-3f45-18b2-9caa-000000002349 | OK | Ensure ansible_facts used by role | standalone 2025-10-08 18:57:24.738234 | fa163ec5-3f45-18b2-9caa-000000002349 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:04:03.011607 | 0.39s 2025-10-08 18:57:24.765515 | fa163ec5-3f45-18b2-9caa-00000000234a | TASK | Set platform/version specific variables 2025-10-08 18:57:24.829488 | fa163ec5-3f45-18b2-9caa-00000000234a | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-08 18:57:24.851787 | fa163ec5-3f45-18b2-9caa-00000000234a | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-08 18:57:24.874325 | fa163ec5-3f45-18b2-9caa-00000000234a | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-10-08 18:57:24.894233 | fa163ec5-3f45-18b2-9caa-00000000234a | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-10-08 18:57:24.899932 | fa163ec5-3f45-18b2-9caa-00000000234a | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:04:03.173305 | 0.13s 2025-10-08 18:57:24.925146 | fa163ec5-3f45-18b2-9caa-000000002317 | TASK | Ensure certificate role dependencies are installed 2025-10-08 18:57:27.795118 | fa163ec5-3f45-18b2-9caa-000000002317 | OK | Ensure certificate role dependencies are installed | standalone 2025-10-08 18:57:27.796483 | fa163ec5-3f45-18b2-9caa-000000002317 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:04:06.069856 | 2.87s 2025-10-08 18:57:27.821742 | fa163ec5-3f45-18b2-9caa-000000002319 | TASK | Ensure provider packages are installed 2025-10-08 18:57:30.638104 | fa163ec5-3f45-18b2-9caa-000000002319 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:04:08.911463 | 2.82s 2025-10-08 18:57:30.644559 | fa163ec5-3f45-18b2-9caa-000000002319 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:04:08.917929 | 2.82s 2025-10-08 18:57:30.670886 | fa163ec5-3f45-18b2-9caa-00000000231b | TASK | Ensure pre-scripts hooks directory exists 2025-10-08 18:57:30.972113 | fa163ec5-3f45-18b2-9caa-00000000231b | CHANGED | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-10-08 18:57:30.974393 | fa163ec5-3f45-18b2-9caa-00000000231b | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:04:09.247761 | 0.30s 2025-10-08 18:57:30.984822 | fa163ec5-3f45-18b2-9caa-00000000231b | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:04:09.258192 | 0.31s 2025-10-08 18:57:31.011621 | fa163ec5-3f45-18b2-9caa-00000000231d | TASK | Ensure post-scripts hooks directory exists 2025-10-08 18:57:31.319790 | fa163ec5-3f45-18b2-9caa-00000000231d | CHANGED | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-10-08 18:57:31.321367 | fa163ec5-3f45-18b2-9caa-00000000231d | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:04:09.594734 | 0.31s 2025-10-08 18:57:31.333788 | fa163ec5-3f45-18b2-9caa-00000000231d | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:04:09.607157 | 0.32s 2025-10-08 18:57:31.351950 | fa163ec5-3f45-18b2-9caa-00000000231f | TASK | Ensure provider service is running 2025-10-08 18:57:32.117465 | fa163ec5-3f45-18b2-9caa-00000000231f | CHANGED | Ensure provider service is running | standalone | item=certmonger 2025-10-08 18:57:32.118508 | fa163ec5-3f45-18b2-9caa-00000000231f | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:04:10.391889 | 0.77s 2025-10-08 18:57:32.124103 | fa163ec5-3f45-18b2-9caa-00000000231f | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:04:10.397469 | 0.77s 2025-10-08 18:57:32.152449 | fa163ec5-3f45-18b2-9caa-000000002322 | TASK | Ensure certificate requests 2025-10-08 18:57:33.896606 | fa163ec5-3f45-18b2-9caa-000000002322 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.ctlplane.ooo.test', 'key_size': '2048', 'name': 'httpd-ctlplane', 'principal': 'HTTP/standalone.ctlplane.ooo.test@OOO.TEST', 'run_after': 'cp /etc/pki/tls/certs/httpd-ctlplane.crt /etc/pki/tls/certs/httpd/httpd-ctlplane.crt\ncp /etc/pki/tls/private/httpd-ctlplane.key /etc/pki/tls/private/httpd/httpd-ctlplane.key\npkill -USR1 httpd\n'} 2025-10-08 18:57:33.899589 | fa163ec5-3f45-18b2-9caa-000000002322 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:04:12.172960 | 1.75s 2025-10-08 18:57:35.610457 | fa163ec5-3f45-18b2-9caa-000000002322 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.storage.ooo.test', 'key_size': '2048', 'name': 'httpd-storage', 'principal': 'HTTP/standalone.storage.ooo.test@OOO.TEST', 'run_after': 'cp /etc/pki/tls/certs/httpd-storage.crt /etc/pki/tls/certs/httpd/httpd-storage.crt\ncp /etc/pki/tls/private/httpd-storage.key /etc/pki/tls/private/httpd/httpd-storage.key\npkill -USR1 httpd\n'} 2025-10-08 18:57:35.611611 | fa163ec5-3f45-18b2-9caa-000000002322 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:04:13.884987 | 3.46s 2025-10-08 18:57:37.331025 | fa163ec5-3f45-18b2-9caa-000000002322 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.storagemgmt.ooo.test', 'key_size': '2048', 'name': 'httpd-storage_mgmt', 'principal': 'HTTP/standalone.storagemgmt.ooo.test@OOO.TEST', 'run_after': 'cp /etc/pki/tls/certs/httpd-storage_mgmt.crt /etc/pki/tls/certs/httpd/httpd-storage_mgmt.crt\ncp /etc/pki/tls/private/httpd-storage_mgmt.key /etc/pki/tls/private/httpd/httpd-storage_mgmt.key\npkill -USR1 httpd\n'} 2025-10-08 18:57:37.333015 | fa163ec5-3f45-18b2-9caa-000000002322 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:04:15.606391 | 5.18s 2025-10-08 18:57:38.802118 | fa163ec5-3f45-18b2-9caa-000000002322 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.internalapi.ooo.test', 'key_size': '2048', 'name': 'httpd-internal_api', 'principal': 'HTTP/standalone.internalapi.ooo.test@OOO.TEST', 'run_after': 'cp /etc/pki/tls/certs/httpd-internal_api.crt /etc/pki/tls/certs/httpd/httpd-internal_api.crt\ncp /etc/pki/tls/private/httpd-internal_api.key /etc/pki/tls/private/httpd/httpd-internal_api.key\npkill -USR1 httpd\n'} 2025-10-08 18:57:38.804323 | fa163ec5-3f45-18b2-9caa-000000002322 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:04:17.077669 | 6.65s 2025-10-08 18:57:40.276923 | fa163ec5-3f45-18b2-9caa-000000002322 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.external.ooo.test', 'key_size': '2048', 'name': 'httpd-external', 'principal': 'HTTP/standalone.external.ooo.test@OOO.TEST', 'run_after': 'cp /etc/pki/tls/certs/httpd-external.crt /etc/pki/tls/certs/httpd/httpd-external.crt\ncp /etc/pki/tls/private/httpd-external.key /etc/pki/tls/private/httpd/httpd-external.key\npkill -USR1 httpd\n'} 2025-10-08 18:57:40.278841 | fa163ec5-3f45-18b2-9caa-000000002322 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:04:18.552216 | 8.12s 2025-10-08 18:57:40.294190 | fa163ec5-3f45-18b2-9caa-000000002322 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:04:18.567556 | 8.14s 2025-10-08 18:57:40.346412 | fa163ec5-3f45-18b2-9caa-000000002207 | TASK | Fail if container image is undefined 2025-10-08 18:57:40.418988 | fa163ec5-3f45-18b2-9caa-000000002207 | SKIPPED | Fail if container image is undefined | standalone 2025-10-08 18:57:40.420229 | fa163ec5-3f45-18b2-9caa-000000002207 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:18.693603 | 0.07s 2025-10-08 18:57:40.463393 | fa163ec5-3f45-18b2-9caa-000000002208 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image 2025-10-08 18:57:55.642870 | fa163ec5-3f45-18b2-9caa-000000002208 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone 2025-10-08 18:57:55.644353 | fa163ec5-3f45-18b2-9caa-000000002208 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone | 0:04:33.917727 | 15.18s 2025-10-08 18:57:55.699897 | fa163ec5-3f45-18b2-9caa-000000002209 | TASK | Tag cluster.common.tag/cinder-backup:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image 2025-10-08 18:57:56.087034 | fa163ec5-3f45-18b2-9caa-000000002209 | CHANGED | Tag cluster.common.tag/cinder-backup:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone 2025-10-08 18:57:56.088394 | fa163ec5-3f45-18b2-9caa-000000002209 | TIMING | tripleo_container_tag : Tag cluster.common.tag/cinder-backup:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone | 0:04:34.361768 | 0.39s 2025-10-08 18:57:56.138689 | fa163ec5-3f45-18b2-9caa-000000002218 | TASK | Fail if container image is undefined 2025-10-08 18:57:56.201748 | fa163ec5-3f45-18b2-9caa-000000002218 | SKIPPED | Fail if container image is undefined | standalone 2025-10-08 18:57:56.202939 | fa163ec5-3f45-18b2-9caa-000000002218 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:34.476314 | 0.06s 2025-10-08 18:57:56.244101 | fa163ec5-3f45-18b2-9caa-000000002219 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image 2025-10-08 18:58:01.175739 | fa163ec5-3f45-18b2-9caa-000000002219 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone 2025-10-08 18:58:01.177151 | fa163ec5-3f45-18b2-9caa-000000002219 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone | 0:04:39.450521 | 4.93s 2025-10-08 18:58:01.231707 | fa163ec5-3f45-18b2-9caa-00000000221a | TASK | Tag cluster.common.tag/cinder-volume:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image 2025-10-08 18:58:01.565559 | fa163ec5-3f45-18b2-9caa-00000000221a | CHANGED | Tag cluster.common.tag/cinder-volume:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone 2025-10-08 18:58:01.566915 | fa163ec5-3f45-18b2-9caa-00000000221a | TIMING | tripleo_container_tag : Tag cluster.common.tag/cinder-volume:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone | 0:04:39.840291 | 0.33s 2025-10-08 18:58:01.616451 | fa163ec5-3f45-18b2-9caa-000000002225 | TASK | Check if rsyslog exists 2025-10-08 18:58:01.830506 | fa163ec5-3f45-18b2-9caa-000000002225 | CHANGED | Check if rsyslog exists | standalone 2025-10-08 18:58:01.831515 | fa163ec5-3f45-18b2-9caa-000000002225 | TIMING | Check if rsyslog exists | standalone | 0:04:40.104897 | 0.21s 2025-10-08 18:58:01.857037 | fa163ec5-3f45-18b2-9caa-000000002227 | TASK | Forward logging to haproxy.log file 2025-10-08 18:58:02.118693 | fa163ec5-3f45-18b2-9caa-000000002227 | CHANGED | Forward logging to haproxy.log file | standalone 2025-10-08 18:58:02.120442 | fa163ec5-3f45-18b2-9caa-000000002227 | TIMING | Forward logging to haproxy.log file | standalone | 0:04:40.393816 | 0.26s 2025-10-08 18:58:02.146401 | fa163ec5-3f45-18b2-9caa-000000002228 | TASK | restart rsyslog service after logging conf change 2025-10-08 18:58:02.660879 | fa163ec5-3f45-18b2-9caa-000000002228 | CHANGED | restart rsyslog service after logging conf change | standalone 2025-10-08 18:58:02.663157 | fa163ec5-3f45-18b2-9caa-000000002228 | TIMING | restart rsyslog service after logging conf change | standalone | 0:04:40.936519 | 0.52s 2025-10-08 18:58:02.694593 | fa163ec5-3f45-18b2-9caa-00000000222f | TASK | Fail if container image is undefined 2025-10-08 18:58:02.734560 | fa163ec5-3f45-18b2-9caa-00000000222f | SKIPPED | Fail if container image is undefined | standalone 2025-10-08 18:58:02.735857 | fa163ec5-3f45-18b2-9caa-00000000222f | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:41.009225 | 0.04s 2025-10-08 18:58:02.782172 | fa163ec5-3f45-18b2-9caa-000000002230 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image 2025-10-08 18:58:08.314156 | fa163ec5-3f45-18b2-9caa-000000002230 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone 2025-10-08 18:58:08.315765 | fa163ec5-3f45-18b2-9caa-000000002230 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone | 0:04:46.589139 | 5.53s 2025-10-08 18:58:08.371099 | fa163ec5-3f45-18b2-9caa-000000002231 | TASK | Tag cluster.common.tag/haproxy:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image 2025-10-08 18:58:08.726428 | fa163ec5-3f45-18b2-9caa-000000002231 | CHANGED | Tag cluster.common.tag/haproxy:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone 2025-10-08 18:58:08.727820 | fa163ec5-3f45-18b2-9caa-000000002231 | TIMING | tripleo_container_tag : Tag cluster.common.tag/haproxy:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone | 0:04:47.001195 | 0.36s 2025-10-08 18:58:08.771901 | fa163ec5-3f45-18b2-9caa-00000000223c | TASK | make sure certmonger is installed 2025-10-08 18:58:11.592843 | fa163ec5-3f45-18b2-9caa-00000000223c | OK | make sure certmonger is installed | standalone 2025-10-08 18:58:11.594253 | fa163ec5-3f45-18b2-9caa-00000000223c | TIMING | make sure certmonger is installed | standalone | 0:04:49.867627 | 2.82s 2025-10-08 18:58:11.619402 | fa163ec5-3f45-18b2-9caa-00000000223d | TASK | make sure certmonger service is started 2025-10-08 18:58:11.997688 | fa163ec5-3f45-18b2-9caa-00000000223d | OK | make sure certmonger service is started | standalone 2025-10-08 18:58:11.999634 | fa163ec5-3f45-18b2-9caa-00000000223d | TIMING | make sure certmonger service is started | standalone | 0:04:50.273007 | 0.38s 2025-10-08 18:58:12.025595 | fa163ec5-3f45-18b2-9caa-00000000223e | TASK | Create dirs for certificates and keys 2025-10-08 18:58:12.251901 | fa163ec5-3f45-18b2-9caa-00000000223e | CHANGED | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/certs/haproxy 2025-10-08 18:58:12.253737 | fa163ec5-3f45-18b2-9caa-00000000223e | TIMING | Create dirs for certificates and keys | standalone | 0:04:50.527103 | 0.23s 2025-10-08 18:58:12.432009 | fa163ec5-3f45-18b2-9caa-00000000223e | CHANGED | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/private/haproxy 2025-10-08 18:58:12.433081 | fa163ec5-3f45-18b2-9caa-00000000223e | TIMING | Create dirs for certificates and keys | standalone | 0:04:50.706457 | 0.41s 2025-10-08 18:58:12.440386 | fa163ec5-3f45-18b2-9caa-00000000223e | TIMING | Create dirs for certificates and keys | standalone | 0:04:50.713754 | 0.41s 2025-10-08 18:58:12.465780 | fa163ec5-3f45-18b2-9caa-00000000223f | TASK | Extract and trust certmonger's local CA 2025-10-08 18:58:13.641381 | fa163ec5-3f45-18b2-9caa-00000000223f | CHANGED | Extract and trust certmonger's local CA | standalone 2025-10-08 18:58:13.642792 | fa163ec5-3f45-18b2-9caa-00000000223f | TIMING | Extract and trust certmonger's local CA | standalone | 0:04:51.916160 | 1.18s 2025-10-08 18:58:13.720123 | fa163ec5-3f45-18b2-9caa-000000002240 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:51.993491 | 0.05s 2025-10-08 18:58:13.787949 | fa163ec5-3f45-18b2-9caa-0000000023ca | TASK | Set version specific variables 2025-10-08 18:58:13.836911 | fa163ec5-3f45-18b2-9caa-0000000023ca | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:04:52.110273 | 0.05s 2025-10-08 18:58:13.857357 | a4de61d4-a524-4e2a-8a1b-8093a5cef2a8 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-10-08 18:58:13.887771 | fa163ec5-3f45-18b2-9caa-000000002409 | TASK | Ensure ansible_facts used by role 2025-10-08 18:58:14.250442 | fa163ec5-3f45-18b2-9caa-000000002409 | OK | Ensure ansible_facts used by role | standalone 2025-10-08 18:58:14.251953 | fa163ec5-3f45-18b2-9caa-000000002409 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:04:52.525327 | 0.36s 2025-10-08 18:58:14.279741 | fa163ec5-3f45-18b2-9caa-00000000240a | TASK | Set platform/version specific variables 2025-10-08 18:58:14.338337 | fa163ec5-3f45-18b2-9caa-00000000240a | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-08 18:58:14.357959 | fa163ec5-3f45-18b2-9caa-00000000240a | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-08 18:58:14.373624 | fa163ec5-3f45-18b2-9caa-00000000240a | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-10-08 18:58:14.384653 | fa163ec5-3f45-18b2-9caa-00000000240a | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-10-08 18:58:14.396485 | fa163ec5-3f45-18b2-9caa-00000000240a | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:04:52.669854 | 0.11s 2025-10-08 18:58:14.423021 | fa163ec5-3f45-18b2-9caa-0000000023cb | TASK | Ensure certificate role dependencies are installed 2025-10-08 18:58:17.339655 | fa163ec5-3f45-18b2-9caa-0000000023cb | OK | Ensure certificate role dependencies are installed | standalone 2025-10-08 18:58:17.341161 | fa163ec5-3f45-18b2-9caa-0000000023cb | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:04:55.614536 | 2.92s 2025-10-08 18:58:17.366808 | fa163ec5-3f45-18b2-9caa-0000000023cd | TASK | Ensure provider packages are installed 2025-10-08 18:58:20.328703 | fa163ec5-3f45-18b2-9caa-0000000023cd | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:04:58.602055 | 2.96s 2025-10-08 18:58:20.339361 | fa163ec5-3f45-18b2-9caa-0000000023cd | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:04:58.612731 | 2.97s 2025-10-08 18:58:20.365462 | fa163ec5-3f45-18b2-9caa-0000000023cf | TASK | Ensure pre-scripts hooks directory exists 2025-10-08 18:58:20.947062 | fa163ec5-3f45-18b2-9caa-0000000023cf | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-10-08 18:58:20.949173 | fa163ec5-3f45-18b2-9caa-0000000023cf | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:04:59.222544 | 0.58s 2025-10-08 18:58:20.959352 | fa163ec5-3f45-18b2-9caa-0000000023cf | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:04:59.232723 | 0.59s 2025-10-08 18:58:20.985643 | fa163ec5-3f45-18b2-9caa-0000000023d1 | TASK | Ensure post-scripts hooks directory exists 2025-10-08 18:58:21.294613 | fa163ec5-3f45-18b2-9caa-0000000023d1 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-10-08 18:58:21.296506 | fa163ec5-3f45-18b2-9caa-0000000023d1 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:04:59.569878 | 0.31s 2025-10-08 18:58:21.305838 | fa163ec5-3f45-18b2-9caa-0000000023d1 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:04:59.579215 | 0.32s 2025-10-08 18:58:21.329533 | fa163ec5-3f45-18b2-9caa-0000000023d3 | TASK | Ensure provider service is running 2025-10-08 18:58:21.744298 | fa163ec5-3f45-18b2-9caa-0000000023d3 | OK | Ensure provider service is running | standalone | item=certmonger 2025-10-08 18:58:21.746452 | fa163ec5-3f45-18b2-9caa-0000000023d3 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:00.019823 | 0.42s 2025-10-08 18:58:21.758613 | fa163ec5-3f45-18b2-9caa-0000000023d3 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:00.031991 | 0.43s 2025-10-08 18:58:21.780036 | fa163ec5-3f45-18b2-9caa-0000000023d6 | TASK | Ensure certificate requests 2025-10-08 18:58:23.826721 | fa163ec5-3f45-18b2-9caa-0000000023d6 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.ooo.test', 'ip': [], 'key_size': '2048', 'name': 'haproxy-external-cert', 'principal': 'haproxy/standalone.ooo.test@OOO.TEST', 'run_after': '# Copy crt and key for backward compatibility\ncp "/etc/pki/tls/certs/haproxy-external-cert.crt" "/etc/pki/tls/certs/haproxy/overcloud-haproxy-external.crt"\ncp "/etc/pki/tls/private/haproxy-external-cert.key" "/etc/pki/tls/private/haproxy/overcloud-haproxy-external.key"\n\nca_type=ipa\nif [ "$ca_type" = "self-sign" ]; then\n # refresh the ca cert just in case the ca cert has been renewed\n ca_pem=\'/etc/pki/ca-trust/source/anchors/cm-local-ca.pem\'\n openssl pkcs12 -in /var/lib/certmonger/local/creds -out ${ca_pem} -nokeys -nodes -passin pass:\'\'\n chmod 0644 ${ca_pem}\n update-ca-trust extract\n test -e ${ca_pem} && openssl x509 -checkend 0 -noout -in ${ca_pem}\n openssl x509 -in ${ca_pem} -out /tmp/cm-local-ca.pem\n ca_path="/tmp/cm-local-ca.pem"\nelse\n ca_path="/etc/ipa/ca.crt"\nfi\n\nservice_crt="/etc/pki/tls/certs/haproxy/overcloud-haproxy-external.crt"\nservice_key="/etc/pki/tls/private/haproxy/overcloud-haproxy-external.key"\nservice_pem="/etc/pki/tls/private/overcloud_endpoint.pem"\n\ncat "$service_crt" "$ca_path" "$service_key" > "$service_pem"\n\ncontainer_name=$(podman ps --format=\\{\\{.Names\\}\\} | grep -w -E \'haproxy(-bundle-.*-[0-9]+)?\')\n# Inject the new pem into the running container\nif echo "$container_name" | grep -q "^haproxy-bundle"; then\n # lp#1917868: Do not use podman cp with HA containers as they get\n # frozen temporarily and that can make pacemaker operation fail.\n tar -c "$service_pem" | podman exec -i "$container_name" tar -C / -xv\n # no need to update the mount point, because pacemaker\n # recreates the container when it\'s restarted\nelse\n # Refresh the pem at the mount-point\n podman cp $service_pem "$container_name:/var/lib/kolla/config_files/src-tls/$service_pem"\n # Copy the new pem from the mount-point to the real path\n podman exec "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_pem" "$service_pem"\nfi\n# Set appropriate permissions\npodman exec "$container_name" chown haproxy:haproxy "$service_pem"\n# Trigger a reload for HAProxy to read the new certificates\npodman kill --signal HUP "$container_name"\n'} 2025-10-08 18:58:23.828247 | fa163ec5-3f45-18b2-9caa-0000000023d6 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:02.101621 | 2.05s 2025-10-08 18:58:23.840939 | fa163ec5-3f45-18b2-9caa-0000000023d6 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:02.114318 | 2.06s 2025-10-08 18:58:23.889641 | fa163ec5-3f45-18b2-9caa-000000002242 | TASK | Create dirs for certificates and keys 2025-10-08 18:58:24.153672 | fa163ec5-3f45-18b2-9caa-000000002242 | OK | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/certs/haproxy 2025-10-08 18:58:24.156164 | fa163ec5-3f45-18b2-9caa-000000002242 | TIMING | Create dirs for certificates and keys | standalone | 0:05:02.429535 | 0.27s 2025-10-08 18:58:24.331845 | fa163ec5-3f45-18b2-9caa-000000002242 | OK | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/private/haproxy 2025-10-08 18:58:24.333788 | fa163ec5-3f45-18b2-9caa-000000002242 | TIMING | Create dirs for certificates and keys | standalone | 0:05:02.607162 | 0.44s 2025-10-08 18:58:24.344635 | fa163ec5-3f45-18b2-9caa-000000002242 | TIMING | Create dirs for certificates and keys | standalone | 0:05:02.618006 | 0.45s 2025-10-08 18:58:24.421589 | fa163ec5-3f45-18b2-9caa-000000002243 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:05:02.694957 | 0.05s 2025-10-08 18:58:24.487780 | fa163ec5-3f45-18b2-9caa-000000002458 | TASK | Set version specific variables 2025-10-08 18:58:24.535731 | fa163ec5-3f45-18b2-9caa-000000002458 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:05:02.809097 | 0.05s 2025-10-08 18:58:24.554714 | 7ba8cab2-40e7-4ea8-8e4c-e0379bdd950a | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-10-08 18:58:24.584788 | fa163ec5-3f45-18b2-9caa-00000000248b | TASK | Ensure ansible_facts used by role 2025-10-08 18:58:24.977742 | fa163ec5-3f45-18b2-9caa-00000000248b | OK | Ensure ansible_facts used by role | standalone 2025-10-08 18:58:24.979260 | fa163ec5-3f45-18b2-9caa-00000000248b | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:05:03.252634 | 0.39s 2025-10-08 18:58:25.006463 | fa163ec5-3f45-18b2-9caa-00000000248c | TASK | Set platform/version specific variables 2025-10-08 18:58:25.079038 | fa163ec5-3f45-18b2-9caa-00000000248c | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-08 18:58:25.096242 | fa163ec5-3f45-18b2-9caa-00000000248c | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-08 18:58:25.115251 | fa163ec5-3f45-18b2-9caa-00000000248c | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-10-08 18:58:25.129870 | fa163ec5-3f45-18b2-9caa-00000000248c | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-10-08 18:58:25.141715 | fa163ec5-3f45-18b2-9caa-00000000248c | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:05:03.415083 | 0.13s 2025-10-08 18:58:25.167607 | fa163ec5-3f45-18b2-9caa-000000002459 | TASK | Ensure certificate role dependencies are installed 2025-10-08 18:58:28.156956 | fa163ec5-3f45-18b2-9caa-000000002459 | OK | Ensure certificate role dependencies are installed | standalone 2025-10-08 18:58:28.158536 | fa163ec5-3f45-18b2-9caa-000000002459 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:05:06.431911 | 2.99s 2025-10-08 18:58:28.183810 | fa163ec5-3f45-18b2-9caa-00000000245b | TASK | Ensure provider packages are installed 2025-10-08 18:58:31.101039 | fa163ec5-3f45-18b2-9caa-00000000245b | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:09.374397 | 2.92s 2025-10-08 18:58:31.107507 | fa163ec5-3f45-18b2-9caa-00000000245b | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:09.380874 | 2.92s 2025-10-08 18:58:31.133708 | fa163ec5-3f45-18b2-9caa-00000000245d | TASK | Ensure pre-scripts hooks directory exists 2025-10-08 18:58:31.454876 | fa163ec5-3f45-18b2-9caa-00000000245d | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-10-08 18:58:31.456544 | fa163ec5-3f45-18b2-9caa-00000000245d | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:09.729909 | 0.32s 2025-10-08 18:58:31.467834 | fa163ec5-3f45-18b2-9caa-00000000245d | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:09.741212 | 0.33s 2025-10-08 18:58:31.485346 | fa163ec5-3f45-18b2-9caa-00000000245f | TASK | Ensure post-scripts hooks directory exists 2025-10-08 18:58:32.008445 | fa163ec5-3f45-18b2-9caa-00000000245f | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-10-08 18:58:32.010530 | fa163ec5-3f45-18b2-9caa-00000000245f | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:10.283900 | 0.52s 2025-10-08 18:58:32.020680 | fa163ec5-3f45-18b2-9caa-00000000245f | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:10.294050 | 0.53s 2025-10-08 18:58:32.047079 | fa163ec5-3f45-18b2-9caa-000000002461 | TASK | Ensure provider service is running 2025-10-08 18:58:32.471845 | fa163ec5-3f45-18b2-9caa-000000002461 | OK | Ensure provider service is running | standalone | item=certmonger 2025-10-08 18:58:32.474431 | fa163ec5-3f45-18b2-9caa-000000002461 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:10.747801 | 0.43s 2025-10-08 18:58:32.485099 | fa163ec5-3f45-18b2-9caa-000000002461 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:10.758466 | 0.44s 2025-10-08 18:58:32.512094 | fa163ec5-3f45-18b2-9caa-000000002464 | TASK | Ensure certificate requests 2025-10-08 18:58:34.673366 | fa163ec5-3f45-18b2-9caa-000000002464 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': ['standalone.ctlplane.ooo.test', 'overcloud.ctlplane.ooo.test'], 'key_size': '2048', 'name': 'haproxy-ctlplane-cert', 'principal': 'haproxy/standalone.ctlplane.ooo.test@OOO.TEST', 'run_after': '# Copy crt and key for backward compatibility\ncp "/etc/pki/tls/certs/haproxy-ctlplane-cert.crt" "/etc/pki/tls/certs/haproxy/overcloud-haproxy-ctlplane.crt"\ncp "/etc/pki/tls/private/haproxy-ctlplane-cert.key" "/etc/pki/tls/private/haproxy/overcloud-haproxy-ctlplane.key"\n\nca_path="/etc/ipa/ca.crt"\nservice_crt="/etc/pki/tls/certs/haproxy/overcloud-haproxy-ctlplane.crt"\nservice_key="/etc/pki/tls/private/haproxy/overcloud-haproxy-ctlplane.key"\nservice_pem="/etc/pki/tls/certs/haproxy/overcloud-haproxy-ctlplane.pem"\n\ncat "$service_crt" "$ca_path" "$service_key" > "$service_pem"\n\ncontainer_name=$(podman ps --format=\\{\\{.Names\\}\\} | grep -w -E \'haproxy(-bundle-.*-[0-9]+)?\')\n# Inject the new pem into the running container\nif echo "$container_name" | grep -q "^haproxy-bundle"; then\n # lp#1917868: Do not use podman cp with HA containers as they get\n # frozen temporarily and that can make pacemaker operation fail.\n tar -c "$service_pem" | podman exec -i "$container_name" tar -C / -xv\n # no need to update the mount point, because pacemaker\n # recreates the container when it\'s restarted\nelse\n # Refresh the pem at the mount-point\n podman cp $service_pem "$container_name:/var/lib/kolla/config_files/src-tls/$service_pem"\n # Copy the new pem from the mount-point to the real path\n podman exec "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_pem" "$service_pem"\nfi\n# Set appropriate permissions\npodman exec "$container_name" chown haproxy:haproxy "$service_pem"\n# Trigger a reload for HAProxy to read the new certificates\npodman kill --signal HUP "$container_name"\n'} 2025-10-08 18:58:34.675316 | fa163ec5-3f45-18b2-9caa-000000002464 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:12.948663 | 2.16s 2025-10-08 18:58:36.727485 | fa163ec5-3f45-18b2-9caa-000000002464 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': ['standalone.storage.ooo.test', 'overcloud.storage.ooo.test'], 'key_size': '2048', 'name': 'haproxy-storage-cert', 'principal': 'haproxy/standalone.storage.ooo.test@OOO.TEST', 'run_after': '# Copy crt and key for backward compatibility\ncp "/etc/pki/tls/certs/haproxy-storage-cert.crt" "/etc/pki/tls/certs/haproxy/overcloud-haproxy-storage.crt"\ncp "/etc/pki/tls/private/haproxy-storage-cert.key" "/etc/pki/tls/private/haproxy/overcloud-haproxy-storage.key"\n\nca_path="/etc/ipa/ca.crt"\nservice_crt="/etc/pki/tls/certs/haproxy/overcloud-haproxy-storage.crt"\nservice_key="/etc/pki/tls/private/haproxy/overcloud-haproxy-storage.key"\nservice_pem="/etc/pki/tls/certs/haproxy/overcloud-haproxy-storage.pem"\n\ncat "$service_crt" "$ca_path" "$service_key" > "$service_pem"\n\ncontainer_name=$(podman ps --format=\\{\\{.Names\\}\\} | grep -w -E \'haproxy(-bundle-.*-[0-9]+)?\')\n# Inject the new pem into the running container\nif echo "$container_name" | grep -q "^haproxy-bundle"; then\n # lp#1917868: Do not use podman cp with HA containers as they get\n # frozen temporarily and that can make pacemaker operation fail.\n tar -c "$service_pem" | podman exec -i "$container_name" tar -C / -xv\n # no need to update the mount point, because pacemaker\n # recreates the container when it\'s restarted\nelse\n # Refresh the pem at the mount-point\n podman cp $service_pem "$container_name:/var/lib/kolla/config_files/src-tls/$service_pem"\n # Copy the new pem from the mount-point to the real path\n podman exec "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_pem" "$service_pem"\nfi\n# Set appropriate permissions\npodman exec "$container_name" chown haproxy:haproxy "$service_pem"\n# Trigger a reload for HAProxy to read the new certificates\npodman kill --signal HUP "$container_name"\n'} 2025-10-08 18:58:36.728923 | fa163ec5-3f45-18b2-9caa-000000002464 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:15.002298 | 4.22s 2025-10-08 18:58:38.837299 | fa163ec5-3f45-18b2-9caa-000000002464 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': ['standalone.storagemgmt.ooo.test', 'overcloud.storagemgmt.ooo.test'], 'key_size': '2048', 'name': 'haproxy-storage_mgmt-cert', 'principal': 'haproxy/standalone.storagemgmt.ooo.test@OOO.TEST', 'run_after': '# Copy crt and key for backward compatibility\ncp "/etc/pki/tls/certs/haproxy-storage_mgmt-cert.crt" "/etc/pki/tls/certs/haproxy/overcloud-haproxy-storage_mgmt.crt"\ncp "/etc/pki/tls/private/haproxy-storage_mgmt-cert.key" "/etc/pki/tls/private/haproxy/overcloud-haproxy-storage_mgmt.key"\n\nca_path="/etc/ipa/ca.crt"\nservice_crt="/etc/pki/tls/certs/haproxy/overcloud-haproxy-storage_mgmt.crt"\nservice_key="/etc/pki/tls/private/haproxy/overcloud-haproxy-storage_mgmt.key"\nservice_pem="/etc/pki/tls/certs/haproxy/overcloud-haproxy-storage_mgmt.pem"\n\ncat "$service_crt" "$ca_path" "$service_key" > "$service_pem"\n\ncontainer_name=$(podman ps --format=\\{\\{.Names\\}\\} | grep -w -E \'haproxy(-bundle-.*-[0-9]+)?\')\n# Inject the new pem into the running container\nif echo "$container_name" | grep -q "^haproxy-bundle"; then\n # lp#1917868: Do not use podman cp with HA containers as they get\n # frozen temporarily and that can make pacemaker operation fail.\n tar -c "$service_pem" | podman exec -i "$container_name" tar -C / -xv\n # no need to update the mount point, because pacemaker\n # recreates the container when it\'s restarted\nelse\n # Refresh the pem at the mount-point\n podman cp $service_pem "$container_name:/var/lib/kolla/config_files/src-tls/$service_pem"\n # Copy the new pem from the mount-point to the real path\n podman exec "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_pem" "$service_pem"\nfi\n# Set appropriate permissions\npodman exec "$container_name" chown haproxy:haproxy "$service_pem"\n# Trigger a reload for HAProxy to read the new certificates\npodman kill --signal HUP "$container_name"\n'} 2025-10-08 18:58:38.838106 | fa163ec5-3f45-18b2-9caa-000000002464 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:17.111490 | 6.32s 2025-10-08 18:58:40.443480 | fa163ec5-3f45-18b2-9caa-000000002464 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': ['standalone.internalapi.ooo.test', 'overcloud.internalapi.ooo.test'], 'key_size': '2048', 'name': 'haproxy-internal_api-cert', 'principal': 'haproxy/standalone.internalapi.ooo.test@OOO.TEST', 'run_after': '# Copy crt and key for backward compatibility\ncp "/etc/pki/tls/certs/haproxy-internal_api-cert.crt" "/etc/pki/tls/certs/haproxy/overcloud-haproxy-internal_api.crt"\ncp "/etc/pki/tls/private/haproxy-internal_api-cert.key" "/etc/pki/tls/private/haproxy/overcloud-haproxy-internal_api.key"\n\nca_path="/etc/ipa/ca.crt"\nservice_crt="/etc/pki/tls/certs/haproxy/overcloud-haproxy-internal_api.crt"\nservice_key="/etc/pki/tls/private/haproxy/overcloud-haproxy-internal_api.key"\nservice_pem="/etc/pki/tls/certs/haproxy/overcloud-haproxy-internal_api.pem"\n\ncat "$service_crt" "$ca_path" "$service_key" > "$service_pem"\n\ncontainer_name=$(podman ps --format=\\{\\{.Names\\}\\} | grep -w -E \'haproxy(-bundle-.*-[0-9]+)?\')\n# Inject the new pem into the running container\nif echo "$container_name" | grep -q "^haproxy-bundle"; then\n # lp#1917868: Do not use podman cp with HA containers as they get\n # frozen temporarily and that can make pacemaker operation fail.\n tar -c "$service_pem" | podman exec -i "$container_name" tar -C / -xv\n # no need to update the mount point, because pacemaker\n # recreates the container when it\'s restarted\nelse\n # Refresh the pem at the mount-point\n podman cp $service_pem "$container_name:/var/lib/kolla/config_files/src-tls/$service_pem"\n # Copy the new pem from the mount-point to the real path\n podman exec "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_pem" "$service_pem"\nfi\n# Set appropriate permissions\npodman exec "$container_name" chown haproxy:haproxy "$service_pem"\n# Trigger a reload for HAProxy to read the new certificates\npodman kill --signal HUP "$container_name"\n'} 2025-10-08 18:58:40.444618 | fa163ec5-3f45-18b2-9caa-000000002464 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:18.717995 | 7.93s 2025-10-08 18:58:40.453004 | fa163ec5-3f45-18b2-9caa-000000002464 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:18.726371 | 7.94s 2025-10-08 18:58:40.502947 | fa163ec5-3f45-18b2-9caa-000000002245 | TASK | Run lvmfilter role 2025-10-08 18:58:40.553148 | fa163ec5-3f45-18b2-9caa-000000002245 | TIMING | Run lvmfilter role | standalone | 0:05:18.826516 | 0.05s 2025-10-08 18:58:40.626145 | fa163ec5-3f45-18b2-9caa-0000000024f8 | TASK | Check if lvm2 is installed 2025-10-08 18:58:40.863587 | fa163ec5-3f45-18b2-9caa-0000000024f8 | CHANGED | Check if lvm2 is installed | standalone 2025-10-08 18:58:40.864610 | fa163ec5-3f45-18b2-9caa-0000000024f8 | TIMING | tripleo_lvmfilter : Check if lvm2 is installed | standalone | 0:05:19.137965 | 0.24s 2025-10-08 18:58:40.884847 | fa163ec5-3f45-18b2-9caa-0000000024fa | TASK | collect ansible devices 2025-10-08 18:58:40.933335 | fa163ec5-3f45-18b2-9caa-0000000024fa | SKIPPED | collect ansible devices | standalone 2025-10-08 18:58:40.934043 | fa163ec5-3f45-18b2-9caa-0000000024fa | TIMING | tripleo_lvmfilter : collect ansible devices | standalone | 0:05:19.207425 | 0.05s 2025-10-08 18:58:40.954132 | fa163ec5-3f45-18b2-9caa-0000000024fb | TASK | collect in-use lvm2 devices list 2025-10-08 18:58:41.001558 | fa163ec5-3f45-18b2-9caa-0000000024fb | SKIPPED | collect in-use lvm2 devices list | standalone 2025-10-08 18:58:41.002295 | fa163ec5-3f45-18b2-9caa-0000000024fb | TIMING | tripleo_lvmfilter : collect in-use lvm2 devices list | standalone | 0:05:19.275661 | 0.05s 2025-10-08 18:58:41.021712 | fa163ec5-3f45-18b2-9caa-0000000024fc | TASK | set allowed_devices 2025-10-08 18:58:41.070541 | fa163ec5-3f45-18b2-9caa-0000000024fc | SKIPPED | set allowed_devices | standalone 2025-10-08 18:58:41.071458 | fa163ec5-3f45-18b2-9caa-0000000024fc | TIMING | tripleo_lvmfilter : set allowed_devices | standalone | 0:05:19.344839 | 0.05s 2025-10-08 18:58:41.091053 | fa163ec5-3f45-18b2-9caa-0000000024fd | TASK | build lvm2 allow list 2025-10-08 18:58:41.141651 | fa163ec5-3f45-18b2-9caa-0000000024fd | SKIPPED | build lvm2 allow list | standalone 2025-10-08 18:58:41.142697 | fa163ec5-3f45-18b2-9caa-0000000024fd | TIMING | tripleo_lvmfilter : build lvm2 allow list | standalone | 0:05:19.416073 | 0.05s 2025-10-08 18:58:41.167428 | fa163ec5-3f45-18b2-9caa-0000000024fe | TASK | build lvm2 deny list 2025-10-08 18:58:41.217591 | fa163ec5-3f45-18b2-9caa-0000000024fe | SKIPPED | build lvm2 deny list | standalone 2025-10-08 18:58:41.218775 | fa163ec5-3f45-18b2-9caa-0000000024fe | TIMING | tripleo_lvmfilter : build lvm2 deny list | standalone | 0:05:19.492150 | 0.05s 2025-10-08 18:58:41.243737 | fa163ec5-3f45-18b2-9caa-0000000024ff | TASK | build lvm2 filter 2025-10-08 18:58:41.293670 | fa163ec5-3f45-18b2-9caa-0000000024ff | SKIPPED | build lvm2 filter | standalone 2025-10-08 18:58:41.294925 | fa163ec5-3f45-18b2-9caa-0000000024ff | TIMING | tripleo_lvmfilter : build lvm2 filter | standalone | 0:05:19.568298 | 0.05s 2025-10-08 18:58:41.321053 | fa163ec5-3f45-18b2-9caa-000000002500 | TASK | regenerate lvm config 2025-10-08 18:58:41.370099 | fa163ec5-3f45-18b2-9caa-000000002500 | SKIPPED | regenerate lvm config | standalone 2025-10-08 18:58:41.371244 | fa163ec5-3f45-18b2-9caa-000000002500 | TIMING | tripleo_lvmfilter : regenerate lvm config | standalone | 0:05:19.644614 | 0.05s 2025-10-08 18:58:41.396527 | fa163ec5-3f45-18b2-9caa-000000002501 | TASK | copy new lvm.conf in place 2025-10-08 18:58:41.447736 | fa163ec5-3f45-18b2-9caa-000000002501 | SKIPPED | copy new lvm.conf in place | standalone 2025-10-08 18:58:41.448888 | fa163ec5-3f45-18b2-9caa-000000002501 | TIMING | tripleo_lvmfilter : copy new lvm.conf in place | standalone | 0:05:19.722258 | 0.05s 2025-10-08 18:58:41.498899 | fa163ec5-3f45-18b2-9caa-00000000224b | TASK | Fail if container image is undefined 2025-10-08 18:58:41.562363 | fa163ec5-3f45-18b2-9caa-00000000224b | SKIPPED | Fail if container image is undefined | standalone 2025-10-08 18:58:41.563260 | fa163ec5-3f45-18b2-9caa-00000000224b | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:05:19.836642 | 0.06s 2025-10-08 18:58:41.593191 | fa163ec5-3f45-18b2-9caa-00000000224c | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image 2025-10-08 18:58:51.247312 | fa163ec5-3f45-18b2-9caa-00000000224c | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image | standalone 2025-10-08 18:58:51.248695 | fa163ec5-3f45-18b2-9caa-00000000224c | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image | standalone | 0:05:29.522070 | 9.65s 2025-10-08 18:58:51.303176 | fa163ec5-3f45-18b2-9caa-00000000224d | TASK | Tag cluster.common.tag/manila-share:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image 2025-10-08 18:58:51.657992 | fa163ec5-3f45-18b2-9caa-00000000224d | CHANGED | Tag cluster.common.tag/manila-share:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image | standalone 2025-10-08 18:58:51.659425 | fa163ec5-3f45-18b2-9caa-00000000224d | TIMING | tripleo_container_tag : Tag cluster.common.tag/manila-share:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image | standalone | 0:05:29.932798 | 0.35s 2025-10-08 18:58:51.759560 | fa163ec5-3f45-18b2-9caa-000000002258 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:05:30.032927 | 0.05s 2025-10-08 18:58:51.823636 | fa163ec5-3f45-18b2-9caa-000000002570 | TASK | Set version specific variables 2025-10-08 18:58:51.877070 | fa163ec5-3f45-18b2-9caa-000000002570 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:05:30.150435 | 0.05s 2025-10-08 18:58:51.895998 | 2395a86c-01b4-4231-8a37-fda3ffbc37c1 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-10-08 18:58:51.925627 | fa163ec5-3f45-18b2-9caa-00000000259f | TASK | Ensure ansible_facts used by role 2025-10-08 18:58:52.351556 | fa163ec5-3f45-18b2-9caa-00000000259f | OK | Ensure ansible_facts used by role | standalone 2025-10-08 18:58:52.353160 | fa163ec5-3f45-18b2-9caa-00000000259f | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:05:30.626534 | 0.43s 2025-10-08 18:58:52.379181 | fa163ec5-3f45-18b2-9caa-0000000025a0 | TASK | Set platform/version specific variables 2025-10-08 18:58:52.455810 | fa163ec5-3f45-18b2-9caa-0000000025a0 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-08 18:58:52.472682 | fa163ec5-3f45-18b2-9caa-0000000025a0 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-08 18:58:52.491420 | fa163ec5-3f45-18b2-9caa-0000000025a0 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-10-08 18:58:52.505694 | fa163ec5-3f45-18b2-9caa-0000000025a0 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-10-08 18:58:52.517531 | fa163ec5-3f45-18b2-9caa-0000000025a0 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:05:30.790896 | 0.14s 2025-10-08 18:58:52.544355 | fa163ec5-3f45-18b2-9caa-000000002571 | TASK | Ensure certificate role dependencies are installed 2025-10-08 18:58:55.536360 | fa163ec5-3f45-18b2-9caa-000000002571 | OK | Ensure certificate role dependencies are installed | standalone 2025-10-08 18:58:55.538064 | fa163ec5-3f45-18b2-9caa-000000002571 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:05:33.811438 | 2.99s 2025-10-08 18:58:55.563406 | fa163ec5-3f45-18b2-9caa-000000002573 | TASK | Ensure provider packages are installed 2025-10-08 18:58:58.490032 | fa163ec5-3f45-18b2-9caa-000000002573 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:36.763391 | 2.93s 2025-10-08 18:58:58.502383 | fa163ec5-3f45-18b2-9caa-000000002573 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:36.775753 | 2.94s 2025-10-08 18:58:58.528691 | fa163ec5-3f45-18b2-9caa-000000002575 | TASK | Ensure pre-scripts hooks directory exists 2025-10-08 18:58:58.812378 | fa163ec5-3f45-18b2-9caa-000000002575 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-10-08 18:58:58.814351 | fa163ec5-3f45-18b2-9caa-000000002575 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:37.087721 | 0.28s 2025-10-08 18:58:58.823795 | fa163ec5-3f45-18b2-9caa-000000002575 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:37.097171 | 0.29s 2025-10-08 18:58:58.842029 | fa163ec5-3f45-18b2-9caa-000000002577 | TASK | Ensure post-scripts hooks directory exists 2025-10-08 18:58:59.135310 | fa163ec5-3f45-18b2-9caa-000000002577 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-10-08 18:58:59.136797 | fa163ec5-3f45-18b2-9caa-000000002577 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:37.410168 | 0.29s 2025-10-08 18:58:59.142946 | fa163ec5-3f45-18b2-9caa-000000002577 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:37.416318 | 0.30s 2025-10-08 18:58:59.168598 | fa163ec5-3f45-18b2-9caa-000000002579 | TASK | Ensure provider service is running 2025-10-08 18:58:59.598491 | fa163ec5-3f45-18b2-9caa-000000002579 | OK | Ensure provider service is running | standalone | item=certmonger 2025-10-08 18:58:59.601056 | fa163ec5-3f45-18b2-9caa-000000002579 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:37.874427 | 0.43s 2025-10-08 18:58:59.611612 | fa163ec5-3f45-18b2-9caa-000000002579 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:37.884986 | 0.44s 2025-10-08 18:58:59.638358 | fa163ec5-3f45-18b2-9caa-00000000257c | TASK | Ensure certificate requests 2025-10-08 18:59:02.078071 | fa163ec5-3f45-18b2-9caa-00000000257c | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.internalapi.ooo.test', 'key_size': '2048', 'name': 'memcached', 'principal': 'memcached/standalone.internalapi.ooo.test@OOO.TEST', 'run_after': 'container_name=$(podman ps --format=\\{\\{.Names\\}\\} | grep memcached)\nservice_crt="/etc/pki/tls/certs/memcached.crt"\nservice_key="/etc/pki/tls/private/memcached.key"\n# Copy the new cert from the mount-point to the real path\npodman exec -u root "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_crt" "$service_crt"\n# Copy the new key from the mount-point to the real path\npodman exec -u root "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_key" "$service_key"\n# Set appropriate permissions\npodman exec -u root "$container_name" chown memcached:memcached "$service_crt"\npodman exec -u root "$container_name" chown memcached:memcached "$service_key"\n# Send refresh_certs command to memcached to read the new certificate\nmemcached_ip="$(hiera -c /etc/puppet/hiera.yaml memcached::listen_ip.0 127.0.0.1)"\nmemcached_port="$(hiera -c /etc/puppet/hiera.yaml memcached::tcp_port 11211)"\necho refresh_certs | openssl s_client -connect $memcached_ip:$memcached_port\n'} 2025-10-08 18:59:02.080479 | fa163ec5-3f45-18b2-9caa-00000000257c | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:40.353852 | 2.44s 2025-10-08 18:59:02.091322 | fa163ec5-3f45-18b2-9caa-00000000257c | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:40.364670 | 2.45s 2025-10-08 18:59:02.190426 | fa163ec5-3f45-18b2-9caa-00000000225a | TIMING | include_role : linux-system-roles.certificate | standalone | 0:05:40.463792 | 0.05s 2025-10-08 18:59:02.253827 | fa163ec5-3f45-18b2-9caa-0000000025e4 | TASK | Set version specific variables 2025-10-08 18:59:02.301054 | fa163ec5-3f45-18b2-9caa-0000000025e4 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:05:40.574426 | 0.05s 2025-10-08 18:59:02.312846 | c91e391a-42c1-45bf-ba00-6b984c3964a8 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-10-08 18:59:02.335778 | fa163ec5-3f45-18b2-9caa-000000002613 | TASK | Ensure ansible_facts used by role 2025-10-08 18:59:02.717207 | fa163ec5-3f45-18b2-9caa-000000002613 | OK | Ensure ansible_facts used by role | standalone 2025-10-08 18:59:02.718900 | fa163ec5-3f45-18b2-9caa-000000002613 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:05:40.992274 | 0.38s 2025-10-08 18:59:02.745313 | fa163ec5-3f45-18b2-9caa-000000002614 | TASK | Set platform/version specific variables 2025-10-08 18:59:02.835547 | fa163ec5-3f45-18b2-9caa-000000002614 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-08 18:59:02.867504 | fa163ec5-3f45-18b2-9caa-000000002614 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-08 18:59:02.894518 | fa163ec5-3f45-18b2-9caa-000000002614 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-10-08 18:59:02.915324 | fa163ec5-3f45-18b2-9caa-000000002614 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-10-08 18:59:02.926951 | fa163ec5-3f45-18b2-9caa-000000002614 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:05:41.200326 | 0.18s 2025-10-08 18:59:02.945480 | fa163ec5-3f45-18b2-9caa-0000000025e5 | TASK | Ensure certificate role dependencies are installed 2025-10-08 18:59:05.842901 | fa163ec5-3f45-18b2-9caa-0000000025e5 | OK | Ensure certificate role dependencies are installed | standalone 2025-10-08 18:59:05.844214 | fa163ec5-3f45-18b2-9caa-0000000025e5 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:05:44.117590 | 2.90s 2025-10-08 18:59:05.869652 | fa163ec5-3f45-18b2-9caa-0000000025e7 | TASK | Ensure provider packages are installed 2025-10-08 18:59:08.742662 | fa163ec5-3f45-18b2-9caa-0000000025e7 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:47.016033 | 2.87s 2025-10-08 18:59:08.755303 | fa163ec5-3f45-18b2-9caa-0000000025e7 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:47.028646 | 2.88s 2025-10-08 18:59:08.782381 | fa163ec5-3f45-18b2-9caa-0000000025e9 | TASK | Ensure pre-scripts hooks directory exists 2025-10-08 18:59:09.067695 | fa163ec5-3f45-18b2-9caa-0000000025e9 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-10-08 18:59:09.069854 | fa163ec5-3f45-18b2-9caa-0000000025e9 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:47.343223 | 0.29s 2025-10-08 18:59:09.080008 | fa163ec5-3f45-18b2-9caa-0000000025e9 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:47.353377 | 0.30s 2025-10-08 18:59:09.106815 | fa163ec5-3f45-18b2-9caa-0000000025eb | TASK | Ensure post-scripts hooks directory exists 2025-10-08 18:59:09.368981 | fa163ec5-3f45-18b2-9caa-0000000025eb | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-10-08 18:59:09.370413 | fa163ec5-3f45-18b2-9caa-0000000025eb | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:47.643783 | 0.26s 2025-10-08 18:59:09.376632 | fa163ec5-3f45-18b2-9caa-0000000025eb | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:47.650001 | 0.27s 2025-10-08 18:59:09.404080 | fa163ec5-3f45-18b2-9caa-0000000025ed | TASK | Ensure provider service is running 2025-10-08 18:59:09.809735 | fa163ec5-3f45-18b2-9caa-0000000025ed | OK | Ensure provider service is running | standalone | item=certmonger 2025-10-08 18:59:09.812302 | fa163ec5-3f45-18b2-9caa-0000000025ed | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:48.085650 | 0.41s 2025-10-08 18:59:09.823201 | fa163ec5-3f45-18b2-9caa-0000000025ed | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:48.096565 | 0.42s 2025-10-08 18:59:09.851674 | fa163ec5-3f45-18b2-9caa-0000000025f0 | TASK | Ensure certificate requests 2025-10-08 18:59:11.430725 | fa163ec5-3f45-18b2-9caa-0000000025f0 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': ['standalone.internalapi.ooo.test', 'overcloud.internalapi.ooo.test'], 'key_size': '2048', 'name': 'mysql', 'principal': 'mysql/standalone.internalapi.ooo.test@OOO.TEST'} 2025-10-08 18:59:11.433113 | fa163ec5-3f45-18b2-9caa-0000000025f0 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:49.706486 | 1.58s 2025-10-08 18:59:11.443161 | fa163ec5-3f45-18b2-9caa-0000000025f0 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:49.716538 | 1.59s 2025-10-08 18:59:11.492526 | fa163ec5-3f45-18b2-9caa-000000002261 | TASK | Fail if container image is undefined 2025-10-08 18:59:11.555949 | fa163ec5-3f45-18b2-9caa-000000002261 | SKIPPED | Fail if container image is undefined | standalone 2025-10-08 18:59:11.557136 | fa163ec5-3f45-18b2-9caa-000000002261 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:05:49.830510 | 0.06s 2025-10-08 18:59:11.598829 | fa163ec5-3f45-18b2-9caa-000000002262 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image 2025-10-08 18:59:19.888813 | fa163ec5-3f45-18b2-9caa-000000002262 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone 2025-10-08 18:59:19.890524 | fa163ec5-3f45-18b2-9caa-000000002262 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone | 0:05:58.163890 | 8.29s 2025-10-08 18:59:19.942594 | fa163ec5-3f45-18b2-9caa-000000002263 | TASK | Tag cluster.common.tag/mariadb:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image 2025-10-08 18:59:20.283587 | fa163ec5-3f45-18b2-9caa-000000002263 | CHANGED | Tag cluster.common.tag/mariadb:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone 2025-10-08 18:59:20.284417 | fa163ec5-3f45-18b2-9caa-000000002263 | TIMING | tripleo_container_tag : Tag cluster.common.tag/mariadb:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone | 0:05:58.557801 | 0.34s 2025-10-08 18:59:20.365199 | fa163ec5-3f45-18b2-9caa-00000000226e | TIMING | include_role : linux-system-roles.certificate | standalone | 0:05:58.638577 | 0.05s 2025-10-08 18:59:20.403578 | fa163ec5-3f45-18b2-9caa-00000000265e | TASK | Set version specific variables 2025-10-08 18:59:20.449910 | fa163ec5-3f45-18b2-9caa-00000000265e | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:05:58.723287 | 0.05s 2025-10-08 18:59:20.459300 | 0ebf9fc4-20a7-4152-b4a6-091d9d35c4c3 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-10-08 18:59:20.478656 | fa163ec5-3f45-18b2-9caa-00000000268d | TASK | Ensure ansible_facts used by role 2025-10-08 18:59:20.867626 | fa163ec5-3f45-18b2-9caa-00000000268d | OK | Ensure ansible_facts used by role | standalone 2025-10-08 18:59:20.868509 | fa163ec5-3f45-18b2-9caa-00000000268d | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:05:59.141891 | 0.39s 2025-10-08 18:59:20.886252 | fa163ec5-3f45-18b2-9caa-00000000268e | TASK | Set platform/version specific variables 2025-10-08 18:59:20.958521 | fa163ec5-3f45-18b2-9caa-00000000268e | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-08 18:59:20.978620 | fa163ec5-3f45-18b2-9caa-00000000268e | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-08 18:59:20.999064 | fa163ec5-3f45-18b2-9caa-00000000268e | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-10-08 18:59:21.012920 | fa163ec5-3f45-18b2-9caa-00000000268e | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-10-08 18:59:21.016301 | fa163ec5-3f45-18b2-9caa-00000000268e | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:05:59.289666 | 0.13s 2025-10-08 18:59:21.033934 | fa163ec5-3f45-18b2-9caa-00000000265f | TASK | Ensure certificate role dependencies are installed 2025-10-08 18:59:23.951210 | fa163ec5-3f45-18b2-9caa-00000000265f | OK | Ensure certificate role dependencies are installed | standalone 2025-10-08 18:59:23.952655 | fa163ec5-3f45-18b2-9caa-00000000265f | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:06:02.226029 | 2.92s 2025-10-08 18:59:23.978076 | fa163ec5-3f45-18b2-9caa-000000002661 | TASK | Ensure provider packages are installed 2025-10-08 18:59:26.956830 | fa163ec5-3f45-18b2-9caa-000000002661 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:06:05.230196 | 2.98s 2025-10-08 18:59:26.963941 | fa163ec5-3f45-18b2-9caa-000000002661 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:06:05.237302 | 2.98s 2025-10-08 18:59:26.991228 | fa163ec5-3f45-18b2-9caa-000000002663 | TASK | Ensure pre-scripts hooks directory exists 2025-10-08 18:59:27.271700 | fa163ec5-3f45-18b2-9caa-000000002663 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-10-08 18:59:27.273054 | fa163ec5-3f45-18b2-9caa-000000002663 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:06:05.546426 | 0.28s 2025-10-08 18:59:27.279261 | fa163ec5-3f45-18b2-9caa-000000002663 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:06:05.552631 | 0.29s 2025-10-08 18:59:27.305194 | fa163ec5-3f45-18b2-9caa-000000002665 | TASK | Ensure post-scripts hooks directory exists 2025-10-08 18:59:27.597458 | fa163ec5-3f45-18b2-9caa-000000002665 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-10-08 18:59:27.598808 | fa163ec5-3f45-18b2-9caa-000000002665 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:06:05.872181 | 0.29s 2025-10-08 18:59:27.610789 | fa163ec5-3f45-18b2-9caa-000000002665 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:06:05.884160 | 0.30s 2025-10-08 18:59:27.636343 | fa163ec5-3f45-18b2-9caa-000000002667 | TASK | Ensure provider service is running 2025-10-08 18:59:28.047417 | fa163ec5-3f45-18b2-9caa-000000002667 | OK | Ensure provider service is running | standalone | item=certmonger 2025-10-08 18:59:28.050209 | fa163ec5-3f45-18b2-9caa-000000002667 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:06:06.323577 | 0.41s 2025-10-08 18:59:28.060755 | fa163ec5-3f45-18b2-9caa-000000002667 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:06:06.334127 | 0.42s 2025-10-08 18:59:28.087561 | fa163ec5-3f45-18b2-9caa-00000000266a | TASK | Ensure certificate requests 2025-10-08 18:59:29.925432 | fa163ec5-3f45-18b2-9caa-00000000266a | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.internalapi.ooo.test', 'key_size': '2048', 'name': 'neutron_ovn', 'principal': 'neutron_ovn/standalone.internalapi.ooo.test@OOO.TEST'} 2025-10-08 18:59:29.926804 | fa163ec5-3f45-18b2-9caa-00000000266a | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:08.200177 | 1.84s 2025-10-08 18:59:29.932833 | fa163ec5-3f45-18b2-9caa-00000000266a | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:08.206208 | 1.84s 2025-10-08 18:59:30.022830 | fa163ec5-3f45-18b2-9caa-000000002270 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:06:08.296204 | 0.05s 2025-10-08 18:59:30.073570 | fa163ec5-3f45-18b2-9caa-0000000026d2 | TASK | Set version specific variables 2025-10-08 18:59:30.122625 | fa163ec5-3f45-18b2-9caa-0000000026d2 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:06:08.396000 | 0.05s 2025-10-08 18:59:30.135016 | 504a64d9-f698-49cc-822a-7d6276a7ca37 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-10-08 18:59:30.158490 | fa163ec5-3f45-18b2-9caa-000000002701 | TASK | Ensure ansible_facts used by role 2025-10-08 18:59:30.516620 | fa163ec5-3f45-18b2-9caa-000000002701 | OK | Ensure ansible_facts used by role | standalone 2025-10-08 18:59:30.517783 | fa163ec5-3f45-18b2-9caa-000000002701 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:06:08.791163 | 0.36s 2025-10-08 18:59:30.538459 | fa163ec5-3f45-18b2-9caa-000000002702 | TASK | Set platform/version specific variables 2025-10-08 18:59:30.605158 | fa163ec5-3f45-18b2-9caa-000000002702 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-08 18:59:30.635960 | fa163ec5-3f45-18b2-9caa-000000002702 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-08 18:59:30.657479 | fa163ec5-3f45-18b2-9caa-000000002702 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-10-08 18:59:30.677824 | fa163ec5-3f45-18b2-9caa-000000002702 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-10-08 18:59:30.680964 | fa163ec5-3f45-18b2-9caa-000000002702 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:06:08.954343 | 0.14s 2025-10-08 18:59:30.701600 | fa163ec5-3f45-18b2-9caa-0000000026d3 | TASK | Ensure certificate role dependencies are installed 2025-10-08 18:59:33.582782 | fa163ec5-3f45-18b2-9caa-0000000026d3 | OK | Ensure certificate role dependencies are installed | standalone 2025-10-08 18:59:33.584105 | fa163ec5-3f45-18b2-9caa-0000000026d3 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:06:11.857480 | 2.88s 2025-10-08 18:59:33.609307 | fa163ec5-3f45-18b2-9caa-0000000026d5 | TASK | Ensure provider packages are installed 2025-10-08 18:59:36.461195 | fa163ec5-3f45-18b2-9caa-0000000026d5 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:06:14.734553 | 2.85s 2025-10-08 18:59:36.473500 | fa163ec5-3f45-18b2-9caa-0000000026d5 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:06:14.746866 | 2.86s 2025-10-08 18:59:36.500004 | fa163ec5-3f45-18b2-9caa-0000000026d7 | TASK | Ensure pre-scripts hooks directory exists 2025-10-08 18:59:36.794458 | fa163ec5-3f45-18b2-9caa-0000000026d7 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-10-08 18:59:36.796829 | fa163ec5-3f45-18b2-9caa-0000000026d7 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:06:15.070197 | 0.30s 2025-10-08 18:59:36.807061 | fa163ec5-3f45-18b2-9caa-0000000026d7 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:06:15.080430 | 0.31s 2025-10-08 18:59:36.834359 | fa163ec5-3f45-18b2-9caa-0000000026d9 | TASK | Ensure post-scripts hooks directory exists 2025-10-08 18:59:37.082305 | fa163ec5-3f45-18b2-9caa-0000000026d9 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-10-08 18:59:37.083871 | fa163ec5-3f45-18b2-9caa-0000000026d9 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:06:15.357242 | 0.25s 2025-10-08 18:59:37.090057 | fa163ec5-3f45-18b2-9caa-0000000026d9 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:06:15.363426 | 0.25s 2025-10-08 18:59:37.116050 | fa163ec5-3f45-18b2-9caa-0000000026db | TASK | Ensure provider service is running 2025-10-08 18:59:38.567317 | fa163ec5-3f45-18b2-9caa-0000000026db | OK | Ensure provider service is running | standalone | item=certmonger 2025-10-08 18:59:38.569148 | fa163ec5-3f45-18b2-9caa-0000000026db | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:06:16.842520 | 1.45s 2025-10-08 18:59:38.578123 | fa163ec5-3f45-18b2-9caa-0000000026db | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:06:16.851494 | 1.46s 2025-10-08 18:59:38.606223 | fa163ec5-3f45-18b2-9caa-0000000026de | TASK | Ensure certificate requests 2025-10-08 18:59:40.334880 | fa163ec5-3f45-18b2-9caa-0000000026de | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.internalapi.ooo.test', 'key_size': '2048', 'name': 'neutron', 'principal': 'neutron/standalone.internalapi.ooo.test@OOO.TEST', 'run_after': 'container_name=$(podman ps --format=\\{\\{.Names\\}\\} | grep neutron_dhcp)\n# The certificate is also installed on the computes, but neutron_dhcp is only\n# present on the controllers, so we exit if the container could not be found.\n[[ -z $container_name ]] && exit 0\n\nservice_crt="/etc/pki/tls/certs/neutron.crt"\nservice_key="/etc/pki/tls/private/neutron.key"\n# Copy the new cert from the mount-point to the real path\npodman exec -u root "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_crt" "$service_crt"\n# Copy the new key from the mount-point to the real path\npodman exec -u root "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_key "$service_key"\n# No need to trigger a reload for neutron dhcpd since the cert is not cached\n'} 2025-10-08 18:59:40.336419 | fa163ec5-3f45-18b2-9caa-0000000026de | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:18.609785 | 1.73s 2025-10-08 18:59:40.343725 | fa163ec5-3f45-18b2-9caa-0000000026de | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:18.617092 | 1.74s 2025-10-08 18:59:40.394593 | fa163ec5-3f45-18b2-9caa-000000002272 | TASK | install systemd-container for a greenfield 2025-10-08 18:59:56.878346 | fa163ec5-3f45-18b2-9caa-000000002272 | CHANGED | install systemd-container for a greenfield | standalone 2025-10-08 18:59:56.880466 | fa163ec5-3f45-18b2-9caa-000000002272 | TIMING | install systemd-container for a greenfield | standalone | 0:06:35.153834 | 16.48s 2025-10-08 18:59:56.906025 | fa163ec5-3f45-18b2-9caa-000000002273 | TASK | manage PMEM namespaces for vPMEM 2025-10-08 18:59:56.956905 | fa163ec5-3f45-18b2-9caa-000000002273 | SKIPPED | manage PMEM namespaces for vPMEM | standalone 2025-10-08 18:59:56.958156 | fa163ec5-3f45-18b2-9caa-000000002273 | TIMING | manage PMEM namespaces for vPMEM | standalone | 0:06:35.231531 | 0.05s 2025-10-08 18:59:56.983247 | fa163ec5-3f45-18b2-9caa-000000002275 | TASK | Enable post-copy by setting unprivileged_userfaultfd 2025-10-08 18:59:57.251755 | fa163ec5-3f45-18b2-9caa-000000002275 | CHANGED | Enable post-copy by setting unprivileged_userfaultfd | standalone 2025-10-08 18:59:57.253075 | fa163ec5-3f45-18b2-9caa-000000002275 | TIMING | Enable post-copy by setting unprivileged_userfaultfd | standalone | 0:06:35.526450 | 0.27s 2025-10-08 18:59:57.277507 | fa163ec5-3f45-18b2-9caa-000000002277 | TASK | is KSM enabled 2025-10-08 18:59:57.330513 | fa163ec5-3f45-18b2-9caa-000000002277 | OK | is KSM enabled | standalone 2025-10-08 18:59:57.331840 | fa163ec5-3f45-18b2-9caa-000000002277 | TIMING | is KSM enabled | standalone | 0:06:35.605212 | 0.05s 2025-10-08 18:59:57.356848 | fa163ec5-3f45-18b2-9caa-000000002279 | TASK | Check for ksm 2025-10-08 18:59:57.630911 | fa163ec5-3f45-18b2-9caa-000000002279 | CHANGED | Check for ksm | standalone 2025-10-08 18:59:57.632191 | fa163ec5-3f45-18b2-9caa-000000002279 | TIMING | Check for ksm | standalone | 0:06:35.905567 | 0.27s 2025-10-08 18:59:57.657557 | fa163ec5-3f45-18b2-9caa-00000000227a | TASK | disable KSM services 2025-10-08 18:59:57.743900 | fa163ec5-3f45-18b2-9caa-00000000227a | SKIPPED | disable KSM services | standalone | item=ksm.service 2025-10-08 18:59:57.776370 | fa163ec5-3f45-18b2-9caa-00000000227a | SKIPPED | disable KSM services | standalone | item=ksmtuned.service 2025-10-08 18:59:57.789162 | fa163ec5-3f45-18b2-9caa-00000000227a | TIMING | disable KSM services | standalone | 0:06:36.062525 | 0.13s 2025-10-08 18:59:57.823670 | fa163ec5-3f45-18b2-9caa-00000000227b | TASK | delete PageKSM after disable ksm on compute 2025-10-08 18:59:57.880527 | fa163ec5-3f45-18b2-9caa-00000000227b | SKIPPED | delete PageKSM after disable ksm on compute | standalone 2025-10-08 18:59:57.881933 | fa163ec5-3f45-18b2-9caa-00000000227b | TIMING | delete PageKSM after disable ksm on compute | standalone | 0:06:36.155299 | 0.06s 2025-10-08 18:59:57.907537 | fa163ec5-3f45-18b2-9caa-00000000227d | TASK | make sure package providing ksmtuned is installed (RHEL8 or CentOS8) 2025-10-08 18:59:57.961157 | fa163ec5-3f45-18b2-9caa-00000000227d | SKIPPED | make sure package providing ksmtuned is installed (RHEL8 or CentOS8) | standalone 2025-10-08 18:59:57.962388 | fa163ec5-3f45-18b2-9caa-00000000227d | TIMING | make sure package providing ksmtuned is installed (RHEL8 or CentOS8) | standalone | 0:06:36.235755 | 0.05s 2025-10-08 18:59:57.987425 | fa163ec5-3f45-18b2-9caa-00000000227e | TASK | make sure package providing ksmtuned is installed (RHEL9 or CentOS9) 2025-10-08 18:59:58.037757 | fa163ec5-3f45-18b2-9caa-00000000227e | SKIPPED | make sure package providing ksmtuned is installed (RHEL9 or CentOS9) | standalone 2025-10-08 18:59:58.039078 | fa163ec5-3f45-18b2-9caa-00000000227e | TIMING | make sure package providing ksmtuned is installed (RHEL9 or CentOS9) | standalone | 0:06:36.312445 | 0.05s 2025-10-08 18:59:58.064588 | fa163ec5-3f45-18b2-9caa-00000000227f | TASK | enable ksmtunded 2025-10-08 18:59:58.127713 | fa163ec5-3f45-18b2-9caa-00000000227f | SKIPPED | enable ksmtunded | standalone | item=ksm.service 2025-10-08 18:59:58.150370 | fa163ec5-3f45-18b2-9caa-00000000227f | SKIPPED | enable ksmtunded | standalone | item=ksmtuned.service 2025-10-08 18:59:58.163465 | fa163ec5-3f45-18b2-9caa-00000000227f | TIMING | enable ksmtunded | standalone | 0:06:36.436836 | 0.10s 2025-10-08 18:59:58.188195 | fa163ec5-3f45-18b2-9caa-000000002281 | TASK | Create dirs for certificates and keys 2025-10-08 18:59:58.454416 | fa163ec5-3f45-18b2-9caa-000000002281 | CHANGED | Create dirs for certificates and keys | standalone | item=/etc/pki/libvirt 2025-10-08 18:59:58.456547 | fa163ec5-3f45-18b2-9caa-000000002281 | TIMING | Create dirs for certificates and keys | standalone | 0:06:36.729918 | 0.27s 2025-10-08 18:59:58.670484 | fa163ec5-3f45-18b2-9caa-000000002281 | CHANGED | Create dirs for certificates and keys | standalone | item=/etc/pki/libvirt/private 2025-10-08 18:59:58.671978 | fa163ec5-3f45-18b2-9caa-000000002281 | TIMING | Create dirs for certificates and keys | standalone | 0:06:36.945355 | 0.48s 2025-10-08 18:59:58.866348 | fa163ec5-3f45-18b2-9caa-000000002281 | CHANGED | Create dirs for certificates and keys | standalone | item=/etc/pki/qemu 2025-10-08 18:59:58.867816 | fa163ec5-3f45-18b2-9caa-000000002281 | TIMING | Create dirs for certificates and keys | standalone | 0:06:37.141194 | 0.68s 2025-10-08 18:59:58.877828 | fa163ec5-3f45-18b2-9caa-000000002281 | TIMING | Create dirs for certificates and keys | standalone | 0:06:37.151216 | 0.69s 2025-10-08 18:59:58.943702 | fa163ec5-3f45-18b2-9caa-000000002282 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:06:37.217070 | 0.05s 2025-10-08 18:59:59.006698 | fa163ec5-3f45-18b2-9caa-00000000276e | TASK | Set version specific variables 2025-10-08 18:59:59.044747 | fa163ec5-3f45-18b2-9caa-00000000276e | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:06:37.318118 | 0.04s 2025-10-08 18:59:59.057373 | 1b15d6aa-cb89-4473-8862-afe1b12653d2 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-10-08 18:59:59.079618 | fa163ec5-3f45-18b2-9caa-0000000027a1 | TASK | Ensure ansible_facts used by role 2025-10-08 18:59:59.459932 | fa163ec5-3f45-18b2-9caa-0000000027a1 | OK | Ensure ansible_facts used by role | standalone 2025-10-08 18:59:59.460737 | fa163ec5-3f45-18b2-9caa-0000000027a1 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:06:37.734120 | 0.38s 2025-10-08 18:59:59.480650 | fa163ec5-3f45-18b2-9caa-0000000027a2 | TASK | Set platform/version specific variables 2025-10-08 18:59:59.553550 | fa163ec5-3f45-18b2-9caa-0000000027a2 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-08 18:59:59.570452 | fa163ec5-3f45-18b2-9caa-0000000027a2 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-08 18:59:59.589005 | fa163ec5-3f45-18b2-9caa-0000000027a2 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-10-08 18:59:59.603220 | fa163ec5-3f45-18b2-9caa-0000000027a2 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-10-08 18:59:59.615177 | fa163ec5-3f45-18b2-9caa-0000000027a2 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:06:37.888543 | 0.13s 2025-10-08 18:59:59.640980 | fa163ec5-3f45-18b2-9caa-00000000276f | TASK | Ensure certificate role dependencies are installed 2025-10-08 19:00:02.499983 | fa163ec5-3f45-18b2-9caa-00000000276f | OK | Ensure certificate role dependencies are installed | standalone 2025-10-08 19:00:02.501426 | fa163ec5-3f45-18b2-9caa-00000000276f | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:06:40.774801 | 2.86s 2025-10-08 19:00:02.527183 | fa163ec5-3f45-18b2-9caa-000000002771 | TASK | Ensure provider packages are installed 2025-10-08 19:00:09.465199 | fa163ec5-3f45-18b2-9caa-000000002771 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:06:47.738556 | 6.94s 2025-10-08 19:00:09.472090 | fa163ec5-3f45-18b2-9caa-000000002771 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:06:47.745460 | 6.94s 2025-10-08 19:00:09.498241 | fa163ec5-3f45-18b2-9caa-000000002773 | TASK | Ensure pre-scripts hooks directory exists 2025-10-08 19:00:09.792800 | fa163ec5-3f45-18b2-9caa-000000002773 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-10-08 19:00:09.795160 | fa163ec5-3f45-18b2-9caa-000000002773 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:06:48.068529 | 0.30s 2025-10-08 19:00:09.806061 | fa163ec5-3f45-18b2-9caa-000000002773 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:06:48.079435 | 0.31s 2025-10-08 19:00:09.831770 | fa163ec5-3f45-18b2-9caa-000000002775 | TASK | Ensure post-scripts hooks directory exists 2025-10-08 19:00:10.136075 | fa163ec5-3f45-18b2-9caa-000000002775 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-10-08 19:00:10.137566 | fa163ec5-3f45-18b2-9caa-000000002775 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:06:48.410936 | 0.30s 2025-10-08 19:00:10.144284 | fa163ec5-3f45-18b2-9caa-000000002775 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:06:48.417653 | 0.31s 2025-10-08 19:00:10.169697 | fa163ec5-3f45-18b2-9caa-000000002777 | TASK | Ensure provider service is running 2025-10-08 19:00:11.595390 | fa163ec5-3f45-18b2-9caa-000000002777 | OK | Ensure provider service is running | standalone | item=certmonger 2025-10-08 19:00:11.597130 | fa163ec5-3f45-18b2-9caa-000000002777 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:06:49.870502 | 1.43s 2025-10-08 19:00:11.605438 | fa163ec5-3f45-18b2-9caa-000000002777 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:06:49.878809 | 1.43s 2025-10-08 19:00:11.632417 | fa163ec5-3f45-18b2-9caa-00000000277a | TASK | Ensure certificate requests 2025-10-08 19:00:13.550694 | fa163ec5-3f45-18b2-9caa-00000000277a | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.internalapi.ooo.test', 'key_size': '2048', 'name': 'libvirt-server-cert', 'principal': 'libvirt/standalone.internalapi.ooo.test@OOO.TEST', 'run_after': '# Copy cert and key to libvirt dirs\ncp /etc/ipa/ca.crt /etc/pki/CA/cacert.pem\nchown root:root /etc/pki/CA/cacert.pem\nchmod 644 /etc/pki/CA/cacert.pem\ncp /etc/pki/tls/certs/libvirt-server-cert.crt /etc/pki/libvirt/servercert.pem\ncp /etc/pki/tls/private/libvirt-server-cert.key /etc/pki/libvirt/private/serverkey.pem\npodman exec nova_virtproxyd virt-admin server-update-tls virtproxyd || systemctl reload tripleo_nova_virtproxyd\n'} 2025-10-08 19:00:13.553743 | fa163ec5-3f45-18b2-9caa-00000000277a | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:51.827112 | 1.92s 2025-10-08 19:00:15.136006 | fa163ec5-3f45-18b2-9caa-00000000277a | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.internalapi.ooo.test', 'key_size': '2048', 'name': 'libvirt-client-cert', 'principal': 'libvirt/standalone.internalapi.ooo.test@OOO.TEST', 'run_after': '# Copy cert and key to libvirt dirs\ncp /etc/pki/tls/certs/libvirt-client-cert.crt /etc/pki/libvirt/clientcert.pem\ncp /etc/pki/tls/private/libvirt-client-cert.key /etc/pki/libvirt/private/clientkey.pem\npodman exec nova_virtproxyd virt-admin server-update-tls virtproxyd || systemctl reload tripleo_nova_virtproxyd\n'} 2025-10-08 19:00:15.138351 | fa163ec5-3f45-18b2-9caa-00000000277a | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:53.411726 | 3.50s 2025-10-08 19:00:16.584895 | fa163ec5-3f45-18b2-9caa-00000000277a | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.internalapi.ooo.test', 'group': 'qemu', 'key_size': '2048', 'name': 'qemu-server-cert', 'owner': 'root', 'principal': 'qemu/standalone.internalapi.ooo.test@OOO.TEST', 'run_after': '# Copy cert and key to qemu dir\ncp /etc/ipa/ca.crt /etc/pki/qemu/ca-cert.pem\nchown root:root /etc/pki/qemu/ca-cert.pem\nchmod 644 /etc/pki/qemu/ca-cert.pem\ncp -a /etc/pki/tls/certs/qemu-server-cert.crt /etc/pki/qemu/server-cert.pem\ncp -a /etc/pki/tls/private/qemu-server-cert.key /etc/pki/qemu/server-key.pem\nchgrp qemu /etc/pki/qemu/server-*\nchmod 0640 /etc/pki/qemu/server-cert.pem\nchmod 0640 /etc/pki/qemu/server-key.pem\n'} 2025-10-08 19:00:16.586150 | fa163ec5-3f45-18b2-9caa-00000000277a | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:54.859525 | 4.95s 2025-10-08 19:00:18.171191 | fa163ec5-3f45-18b2-9caa-00000000277a | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.internalapi.ooo.test', 'group': 'qemu', 'key_size': '2048', 'name': 'qemu-client-cert', 'owner': 'root', 'principal': 'qemu/standalone.internalapi.ooo.test@OOO.TEST', 'run_after': '# Copy cert and key to qemu dir\ncp -a /etc/pki/tls/certs/qemu-client-cert.crt /etc/pki/qemu/client-cert.pem\ncp -a /etc/pki/tls/private/qemu-client-cert.key /etc/pki/qemu/client-key.pem\nchgrp qemu /etc/pki/qemu/client-*\nchmod 0640 /etc/pki/qemu/client-cert.pem\nchmod 0640 /etc/pki/qemu/client-key.pem\n'} 2025-10-08 19:00:18.173273 | fa163ec5-3f45-18b2-9caa-00000000277a | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:56.446648 | 6.54s 2025-10-08 19:00:18.184886 | fa163ec5-3f45-18b2-9caa-00000000277a | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:56.458257 | 6.55s 2025-10-08 19:00:18.235373 | fa163ec5-3f45-18b2-9caa-000000002284 | TASK | Execute system role for Nova/Libvirt VNC certs 2025-10-08 19:00:18.318564 | fa163ec5-3f45-18b2-9caa-000000002284 | TIMING | Execute system role for Nova/Libvirt VNC certs | standalone | 0:06:56.591925 | 0.08s 2025-10-08 19:00:18.329540 | fa163ec5-3f45-18b2-9caa-000000002284 | TIMING | Execute system role for Nova/Libvirt VNC certs | standalone | 0:06:56.602918 | 0.09s 2025-10-08 19:00:18.341681 | fa163ec5-3f45-18b2-9caa-000000002284 | TIMING | Execute system role for Nova/Libvirt VNC certs | standalone | 0:06:56.615058 | 0.10s 2025-10-08 19:00:18.423932 | fa163ec5-3f45-18b2-9caa-0000000027f8 | TASK | Set version specific variables 2025-10-08 19:00:18.472253 | fa163ec5-3f45-18b2-9caa-0000000027f8 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:06:56.745614 | 0.05s 2025-10-08 19:00:18.492655 | 66466a80-f3b4-4b1f-9671-2a4ef6072252 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-10-08 19:00:18.524596 | fa163ec5-3f45-18b2-9caa-000000002850 | TASK | Ensure ansible_facts used by role 2025-10-08 19:00:18.905913 | fa163ec5-3f45-18b2-9caa-000000002850 | OK | Ensure ansible_facts used by role | standalone 2025-10-08 19:00:18.908679 | fa163ec5-3f45-18b2-9caa-000000002850 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:06:57.182050 | 0.38s 2025-10-08 19:00:18.936826 | fa163ec5-3f45-18b2-9caa-000000002851 | TASK | Set platform/version specific variables 2025-10-08 19:00:19.011454 | fa163ec5-3f45-18b2-9caa-000000002851 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-08 19:00:19.029350 | fa163ec5-3f45-18b2-9caa-000000002851 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-08 19:00:19.047176 | fa163ec5-3f45-18b2-9caa-000000002851 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-10-08 19:00:19.061479 | fa163ec5-3f45-18b2-9caa-000000002851 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-10-08 19:00:19.072674 | fa163ec5-3f45-18b2-9caa-000000002851 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:06:57.346050 | 0.13s 2025-10-08 19:00:19.090850 | fa163ec5-3f45-18b2-9caa-0000000027f9 | TASK | Ensure certificate role dependencies are installed 2025-10-08 19:00:29.205189 | fa163ec5-3f45-18b2-9caa-0000000027f9 | OK | Ensure certificate role dependencies are installed | standalone 2025-10-08 19:00:29.209582 | fa163ec5-3f45-18b2-9caa-0000000027f9 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:07:07.482954 | 10.12s 2025-10-08 19:00:29.228323 | fa163ec5-3f45-18b2-9caa-0000000027fb | TASK | Ensure provider packages are installed 2025-10-08 19:00:38.262538 | fa163ec5-3f45-18b2-9caa-0000000027fb | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:16.535896 | 9.03s 2025-10-08 19:00:38.274818 | fa163ec5-3f45-18b2-9caa-0000000027fb | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:16.548194 | 9.05s 2025-10-08 19:00:38.301028 | fa163ec5-3f45-18b2-9caa-0000000027fd | TASK | Ensure pre-scripts hooks directory exists 2025-10-08 19:00:38.605393 | fa163ec5-3f45-18b2-9caa-0000000027fd | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-10-08 19:00:38.606748 | fa163ec5-3f45-18b2-9caa-0000000027fd | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:16.880122 | 0.30s 2025-10-08 19:00:38.618591 | fa163ec5-3f45-18b2-9caa-0000000027fd | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:16.891969 | 0.32s 2025-10-08 19:00:38.644302 | fa163ec5-3f45-18b2-9caa-0000000027ff | TASK | Ensure post-scripts hooks directory exists 2025-10-08 19:00:38.942162 | fa163ec5-3f45-18b2-9caa-0000000027ff | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-10-08 19:00:38.944109 | fa163ec5-3f45-18b2-9caa-0000000027ff | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:17.217479 | 0.30s 2025-10-08 19:00:38.954227 | fa163ec5-3f45-18b2-9caa-0000000027ff | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:17.227605 | 0.31s 2025-10-08 19:00:38.979953 | fa163ec5-3f45-18b2-9caa-000000002801 | TASK | Ensure provider service is running 2025-10-08 19:00:39.387234 | fa163ec5-3f45-18b2-9caa-000000002801 | OK | Ensure provider service is running | standalone | item=certmonger 2025-10-08 19:00:39.389018 | fa163ec5-3f45-18b2-9caa-000000002801 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:17.662385 | 0.41s 2025-10-08 19:00:39.397923 | fa163ec5-3f45-18b2-9caa-000000002801 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:17.671301 | 0.42s 2025-10-08 19:00:39.424428 | fa163ec5-3f45-18b2-9caa-000000002804 | TASK | Ensure certificate requests 2025-10-08 19:00:41.314863 | fa163ec5-3f45-18b2-9caa-000000002804 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.internalapi.ooo.test', 'key_size': '2048', 'name': 'libvirt-vnc-client-cert', 'principal': 'libvirt-vnc/standalone.internalapi.ooo.test@OOO.TEST', 'run_after': 'container_name=$(podman ps --format=\\{\\{.Names\\}\\} | grep nova_vnc_proxy)\nservice_crt="/etc/pki/tls/certs/libvirt-vnc-client-cert.crt"\nservice_key="/etc/pki/tls/private/libvirt-vnc-client-cert.key"\n# Copy the new cert from the mount-point to the real path\npodman exec -u root "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_crt" "$service_crt"\n# Copy the new key from the mount-point to the real path\npodman exec -u root "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_key" "$service_key"\n\n# Set permissions\npodman exec -u root "$container_name" chmod 0644 $service_crt\npodman exec -u root "$container_name" chmod 0640 $service_key\npodman exec -u root "$container_name" chgrp qemu $service_key\n\n# No need to trigger a reload for novnc proxy since the cert is not cached\n'} 2025-10-08 19:00:41.317183 | fa163ec5-3f45-18b2-9caa-000000002804 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:19.590556 | 1.89s 2025-10-08 19:00:41.326806 | fa163ec5-3f45-18b2-9caa-000000002804 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:19.600185 | 1.90s 2025-10-08 19:00:41.361180 | fa163ec5-3f45-18b2-9caa-000000002821 | TASK | Set version specific variables 2025-10-08 19:00:41.408375 | fa163ec5-3f45-18b2-9caa-000000002821 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:07:19.681748 | 0.05s 2025-10-08 19:00:41.418499 | 2c441bd5-3e70-4a0a-bd65-85dc18c4f294 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-10-08 19:00:41.438236 | fa163ec5-3f45-18b2-9caa-00000000288a | TASK | Ensure ansible_facts used by role 2025-10-08 19:00:41.819195 | fa163ec5-3f45-18b2-9caa-00000000288a | OK | Ensure ansible_facts used by role | standalone 2025-10-08 19:00:41.820199 | fa163ec5-3f45-18b2-9caa-00000000288a | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:07:20.093583 | 0.38s 2025-10-08 19:00:41.838717 | fa163ec5-3f45-18b2-9caa-00000000288b | TASK | Set platform/version specific variables 2025-10-08 19:00:41.907038 | fa163ec5-3f45-18b2-9caa-00000000288b | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-08 19:00:41.924224 | fa163ec5-3f45-18b2-9caa-00000000288b | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-08 19:00:41.943887 | fa163ec5-3f45-18b2-9caa-00000000288b | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-10-08 19:00:41.957005 | fa163ec5-3f45-18b2-9caa-00000000288b | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-10-08 19:00:41.962840 | fa163ec5-3f45-18b2-9caa-00000000288b | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:07:20.236204 | 0.12s 2025-10-08 19:00:41.989690 | fa163ec5-3f45-18b2-9caa-000000002822 | TASK | Ensure certificate role dependencies are installed 2025-10-08 19:00:45.789599 | fa163ec5-3f45-18b2-9caa-000000002822 | OK | Ensure certificate role dependencies are installed | standalone 2025-10-08 19:00:45.791061 | fa163ec5-3f45-18b2-9caa-000000002822 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:07:24.064435 | 3.80s 2025-10-08 19:00:45.816681 | fa163ec5-3f45-18b2-9caa-000000002824 | TASK | Ensure provider packages are installed 2025-10-08 19:00:49.305956 | fa163ec5-3f45-18b2-9caa-000000002824 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:27.579313 | 3.49s 2025-10-08 19:00:49.312641 | fa163ec5-3f45-18b2-9caa-000000002824 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:27.586007 | 3.49s 2025-10-08 19:00:49.338635 | fa163ec5-3f45-18b2-9caa-000000002826 | TASK | Ensure pre-scripts hooks directory exists 2025-10-08 19:00:49.618420 | fa163ec5-3f45-18b2-9caa-000000002826 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-10-08 19:00:49.619244 | fa163ec5-3f45-18b2-9caa-000000002826 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:27.892626 | 0.28s 2025-10-08 19:00:49.623646 | fa163ec5-3f45-18b2-9caa-000000002826 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:27.897022 | 0.28s 2025-10-08 19:00:49.641549 | fa163ec5-3f45-18b2-9caa-000000002828 | TASK | Ensure post-scripts hooks directory exists 2025-10-08 19:00:49.927694 | fa163ec5-3f45-18b2-9caa-000000002828 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-10-08 19:00:49.929542 | fa163ec5-3f45-18b2-9caa-000000002828 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:28.202914 | 0.29s 2025-10-08 19:00:49.939209 | fa163ec5-3f45-18b2-9caa-000000002828 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:28.212589 | 0.30s 2025-10-08 19:00:49.957494 | fa163ec5-3f45-18b2-9caa-00000000282a | TASK | Ensure provider service is running 2025-10-08 19:00:50.389411 | fa163ec5-3f45-18b2-9caa-00000000282a | OK | Ensure provider service is running | standalone | item=certmonger 2025-10-08 19:00:50.391890 | fa163ec5-3f45-18b2-9caa-00000000282a | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:28.665261 | 0.43s 2025-10-08 19:00:50.402850 | fa163ec5-3f45-18b2-9caa-00000000282a | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:28.676219 | 0.44s 2025-10-08 19:00:50.432315 | fa163ec5-3f45-18b2-9caa-00000000282d | TASK | Ensure certificate requests 2025-10-08 19:00:52.410554 | fa163ec5-3f45-18b2-9caa-00000000282d | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.internalapi.ooo.test', 'key_size': '2048', 'name': 'novnc-proxy', 'principal': 'novnc-proxy/standalone.internalapi.ooo.test@OOO.TEST', 'run_after': 'container_name=$(podman ps --format=\\{\\{.Names\\}\\} | grep nova_vnc_proxy)\nservice_crt="/etc/pki/tls/certs/novnc-proxy.crt"\nservice_key="/etc/pki/tls/private/novnc-proxy.key"\n# Copy the new cert from the mount-point to the real path\npodman exec -u root "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_crt" "$service_crt"\n# Copy the new key from the mount-point to the real path\npodman exec -u root "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_key" "$service_key"\n\n# Set permissions\npodman exec -u root "$container_name" chmod 0644 $service_crt\npodman exec -u root "$container_name" chmod 0640 $service_key\npodman exec -u root "$container_name" chgrp qemu $service_key\n\n# No need to trigger a reload for novnc proxy since the cert is not cached\n'} 2025-10-08 19:00:52.412569 | fa163ec5-3f45-18b2-9caa-00000000282d | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:30.685950 | 1.98s 2025-10-08 19:00:52.423494 | fa163ec5-3f45-18b2-9caa-00000000282d | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:30.696862 | 1.99s 2025-10-08 19:00:52.505738 | fa163ec5-3f45-18b2-9caa-000000002287 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:07:30.779102 | 0.04s 2025-10-08 19:00:52.568598 | fa163ec5-3f45-18b2-9caa-0000000028cf | TASK | Set version specific variables 2025-10-08 19:00:52.616161 | fa163ec5-3f45-18b2-9caa-0000000028cf | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:07:30.889527 | 0.05s 2025-10-08 19:00:52.634656 | be2203f9-2928-4e4a-b73a-9c7dee8c81cf | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-10-08 19:00:52.666262 | fa163ec5-3f45-18b2-9caa-0000000028fe | TASK | Ensure ansible_facts used by role 2025-10-08 19:00:53.061010 | fa163ec5-3f45-18b2-9caa-0000000028fe | OK | Ensure ansible_facts used by role | standalone 2025-10-08 19:00:53.062551 | fa163ec5-3f45-18b2-9caa-0000000028fe | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:07:31.335924 | 0.39s 2025-10-08 19:00:53.088761 | fa163ec5-3f45-18b2-9caa-0000000028ff | TASK | Set platform/version specific variables 2025-10-08 19:00:53.178909 | fa163ec5-3f45-18b2-9caa-0000000028ff | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-08 19:00:53.209779 | fa163ec5-3f45-18b2-9caa-0000000028ff | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-08 19:00:53.239306 | fa163ec5-3f45-18b2-9caa-0000000028ff | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-10-08 19:00:53.261623 | fa163ec5-3f45-18b2-9caa-0000000028ff | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-10-08 19:00:53.272049 | fa163ec5-3f45-18b2-9caa-0000000028ff | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:07:31.545417 | 0.18s 2025-10-08 19:00:53.297654 | fa163ec5-3f45-18b2-9caa-0000000028d0 | TASK | Ensure certificate role dependencies are installed 2025-10-08 19:00:56.513506 | fa163ec5-3f45-18b2-9caa-0000000028d0 | OK | Ensure certificate role dependencies are installed | standalone 2025-10-08 19:00:56.514965 | fa163ec5-3f45-18b2-9caa-0000000028d0 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:07:34.788340 | 3.22s 2025-10-08 19:00:56.540182 | fa163ec5-3f45-18b2-9caa-0000000028d2 | TASK | Ensure provider packages are installed 2025-10-08 19:00:59.532948 | fa163ec5-3f45-18b2-9caa-0000000028d2 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:37.806305 | 2.99s 2025-10-08 19:00:59.539809 | fa163ec5-3f45-18b2-9caa-0000000028d2 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:37.813175 | 3.00s 2025-10-08 19:00:59.566677 | fa163ec5-3f45-18b2-9caa-0000000028d4 | TASK | Ensure pre-scripts hooks directory exists 2025-10-08 19:00:59.874550 | fa163ec5-3f45-18b2-9caa-0000000028d4 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-10-08 19:00:59.876844 | fa163ec5-3f45-18b2-9caa-0000000028d4 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:38.150212 | 0.31s 2025-10-08 19:00:59.887016 | fa163ec5-3f45-18b2-9caa-0000000028d4 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:38.160386 | 0.32s 2025-10-08 19:00:59.913114 | fa163ec5-3f45-18b2-9caa-0000000028d6 | TASK | Ensure post-scripts hooks directory exists 2025-10-08 19:01:00.202270 | fa163ec5-3f45-18b2-9caa-0000000028d6 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-10-08 19:01:00.203325 | fa163ec5-3f45-18b2-9caa-0000000028d6 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:38.476704 | 0.29s 2025-10-08 19:01:00.209417 | fa163ec5-3f45-18b2-9caa-0000000028d6 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:38.482788 | 0.29s 2025-10-08 19:01:00.235369 | fa163ec5-3f45-18b2-9caa-0000000028d8 | TASK | Ensure provider service is running 2025-10-08 19:01:00.671931 | fa163ec5-3f45-18b2-9caa-0000000028d8 | OK | Ensure provider service is running | standalone | item=certmonger 2025-10-08 19:01:00.673867 | fa163ec5-3f45-18b2-9caa-0000000028d8 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:38.947236 | 0.44s 2025-10-08 19:01:00.682819 | fa163ec5-3f45-18b2-9caa-0000000028d8 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:38.956197 | 0.45s 2025-10-08 19:01:00.704210 | fa163ec5-3f45-18b2-9caa-0000000028db | TASK | Ensure certificate requests 2025-10-08 19:01:02.313766 | fa163ec5-3f45-18b2-9caa-0000000028db | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.internalapi.ooo.test', 'key_size': '2048', 'name': 'ovn_controller', 'principal': 'ovn_controller/standalone.internalapi.ooo.test@OOO.TEST'} 2025-10-08 19:01:02.315378 | fa163ec5-3f45-18b2-9caa-0000000028db | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:40.588751 | 1.61s 2025-10-08 19:01:02.321895 | fa163ec5-3f45-18b2-9caa-0000000028db | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:40.595271 | 1.62s 2025-10-08 19:01:02.370830 | fa163ec5-3f45-18b2-9caa-000000002289 | TASK | set is_ovn_dbs_bootstrap_node fact 2025-10-08 19:01:02.432104 | fa163ec5-3f45-18b2-9caa-000000002289 | OK | set is_ovn_dbs_bootstrap_node fact | standalone 2025-10-08 19:01:02.433393 | fa163ec5-3f45-18b2-9caa-000000002289 | TIMING | set is_ovn_dbs_bootstrap_node fact | standalone | 0:07:40.706767 | 0.06s 2025-10-08 19:01:02.455714 | fa163ec5-3f45-18b2-9caa-00000000228a | TASK | Populate ansible service facts so we can check for pacemaker service 2025-10-08 19:01:05.316374 | fa163ec5-3f45-18b2-9caa-00000000228a | OK | Populate ansible service facts so we can check for pacemaker service | standalone 2025-10-08 19:01:05.321270 | fa163ec5-3f45-18b2-9caa-00000000228a | TIMING | Populate ansible service facts so we can check for pacemaker service | standalone | 0:07:43.594643 | 2.86s 2025-10-08 19:01:05.357852 | fa163ec5-3f45-18b2-9caa-00000000228c | TASK | Fetch ovn-dbs-bundle 2025-10-08 19:01:05.428272 | fa163ec5-3f45-18b2-9caa-00000000228c | SKIPPED | Fetch ovn-dbs-bundle | standalone 2025-10-08 19:01:05.429475 | fa163ec5-3f45-18b2-9caa-00000000228c | TIMING | Fetch ovn-dbs-bundle | standalone | 0:07:43.702850 | 0.07s 2025-10-08 19:01:05.457353 | fa163ec5-3f45-18b2-9caa-00000000228d | TASK | Fetch ovn VIP 2025-10-08 19:01:05.528017 | fa163ec5-3f45-18b2-9caa-00000000228d | SKIPPED | Fetch ovn VIP | standalone 2025-10-08 19:01:05.529125 | fa163ec5-3f45-18b2-9caa-00000000228d | TIMING | Fetch ovn VIP | standalone | 0:07:43.802498 | 0.07s 2025-10-08 19:01:05.559348 | fa163ec5-3f45-18b2-9caa-00000000228e | TASK | Remove OVNDBs from pacemaker 2025-10-08 19:01:05.630938 | fa163ec5-3f45-18b2-9caa-00000000228e | SKIPPED | Remove OVNDBs from pacemaker | standalone 2025-10-08 19:01:05.632191 | fa163ec5-3f45-18b2-9caa-00000000228e | TIMING | Remove OVNDBs from pacemaker | standalone | 0:07:43.905564 | 0.07s 2025-10-08 19:01:05.660928 | fa163ec5-3f45-18b2-9caa-00000000228f | TASK | Remove OVNDBs VIP from pacemaker 2025-10-08 19:01:05.734904 | fa163ec5-3f45-18b2-9caa-00000000228f | SKIPPED | Remove OVNDBs VIP from pacemaker | standalone 2025-10-08 19:01:05.736028 | fa163ec5-3f45-18b2-9caa-00000000228f | TIMING | Remove OVNDBs VIP from pacemaker | standalone | 0:07:44.009402 | 0.07s 2025-10-08 19:01:05.764917 | fa163ec5-3f45-18b2-9caa-000000002290 | TASK | Clean up pacemaker remote nodes cache 2025-10-08 19:01:05.835943 | fa163ec5-3f45-18b2-9caa-000000002290 | SKIPPED | Clean up pacemaker remote nodes cache | standalone 2025-10-08 19:01:05.837034 | fa163ec5-3f45-18b2-9caa-000000002290 | TIMING | Clean up pacemaker remote nodes cache | standalone | 0:07:44.110408 | 0.07s 2025-10-08 19:01:05.865269 | fa163ec5-3f45-18b2-9caa-000000002291 | TASK | Remove pacemaker attributes 2025-10-08 19:01:05.938848 | fa163ec5-3f45-18b2-9caa-000000002291 | SKIPPED | Remove pacemaker attributes | standalone | item=standalone 2025-10-08 19:01:05.951126 | fa163ec5-3f45-18b2-9caa-000000002291 | TIMING | Remove pacemaker attributes | standalone | 0:07:44.224499 | 0.08s 2025-10-08 19:01:06.041072 | fa163ec5-3f45-18b2-9caa-000000002294 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:07:44.314439 | 0.06s 2025-10-08 19:01:06.110724 | fa163ec5-3f45-18b2-9caa-000000002957 | TASK | Set version specific variables 2025-10-08 19:01:06.148646 | fa163ec5-3f45-18b2-9caa-000000002957 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:07:44.422018 | 0.04s 2025-10-08 19:01:06.163082 | 85d1b2b3-a908-44cb-a8fa-a00c2e73f035 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-10-08 19:01:06.188002 | fa163ec5-3f45-18b2-9caa-000000002988 | TASK | Ensure ansible_facts used by role 2025-10-08 19:01:06.566506 | fa163ec5-3f45-18b2-9caa-000000002988 | OK | Ensure ansible_facts used by role | standalone 2025-10-08 19:01:06.567354 | fa163ec5-3f45-18b2-9caa-000000002988 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:07:44.840736 | 0.38s 2025-10-08 19:01:06.585935 | fa163ec5-3f45-18b2-9caa-000000002989 | TASK | Set platform/version specific variables 2025-10-08 19:01:06.679519 | fa163ec5-3f45-18b2-9caa-000000002989 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-08 19:01:06.713829 | fa163ec5-3f45-18b2-9caa-000000002989 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-08 19:01:06.743550 | fa163ec5-3f45-18b2-9caa-000000002989 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-10-08 19:01:06.763478 | fa163ec5-3f45-18b2-9caa-000000002989 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-10-08 19:01:06.770966 | fa163ec5-3f45-18b2-9caa-000000002989 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:07:45.044339 | 0.18s 2025-10-08 19:01:06.800913 | fa163ec5-3f45-18b2-9caa-000000002958 | TASK | Ensure certificate role dependencies are installed 2025-10-08 19:01:09.720523 | fa163ec5-3f45-18b2-9caa-000000002958 | OK | Ensure certificate role dependencies are installed | standalone 2025-10-08 19:01:09.721951 | fa163ec5-3f45-18b2-9caa-000000002958 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:07:47.995323 | 2.92s 2025-10-08 19:01:09.750370 | fa163ec5-3f45-18b2-9caa-00000000295a | TASK | Ensure provider packages are installed 2025-10-08 19:01:12.654859 | fa163ec5-3f45-18b2-9caa-00000000295a | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:50.928214 | 2.90s 2025-10-08 19:01:12.667390 | fa163ec5-3f45-18b2-9caa-00000000295a | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:50.940759 | 2.92s 2025-10-08 19:01:12.698558 | fa163ec5-3f45-18b2-9caa-00000000295c | TASK | Ensure pre-scripts hooks directory exists 2025-10-08 19:01:13.001168 | fa163ec5-3f45-18b2-9caa-00000000295c | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-10-08 19:01:13.002936 | fa163ec5-3f45-18b2-9caa-00000000295c | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:51.276314 | 0.30s 2025-10-08 19:01:13.013647 | fa163ec5-3f45-18b2-9caa-00000000295c | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:51.287015 | 0.31s 2025-10-08 19:01:13.043579 | fa163ec5-3f45-18b2-9caa-00000000295e | TASK | Ensure post-scripts hooks directory exists 2025-10-08 19:01:13.348456 | fa163ec5-3f45-18b2-9caa-00000000295e | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-10-08 19:01:13.349372 | fa163ec5-3f45-18b2-9caa-00000000295e | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:51.622755 | 0.30s 2025-10-08 19:01:13.353926 | fa163ec5-3f45-18b2-9caa-00000000295e | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:51.627302 | 0.31s 2025-10-08 19:01:13.373407 | fa163ec5-3f45-18b2-9caa-000000002960 | TASK | Ensure provider service is running 2025-10-08 19:01:13.780648 | fa163ec5-3f45-18b2-9caa-000000002960 | OK | Ensure provider service is running | standalone | item=certmonger 2025-10-08 19:01:13.783183 | fa163ec5-3f45-18b2-9caa-000000002960 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:52.056556 | 0.41s 2025-10-08 19:01:13.792863 | fa163ec5-3f45-18b2-9caa-000000002960 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:52.066245 | 0.42s 2025-10-08 19:01:13.812610 | fa163ec5-3f45-18b2-9caa-000000002963 | TASK | Ensure certificate requests 2025-10-08 19:01:15.677182 | fa163ec5-3f45-18b2-9caa-000000002963 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.internalapi.ooo.test', 'key_size': '2048', 'name': 'ovn_dbs', 'principal': 'ovn_dbs/standalone.internalapi.ooo.test@OOO.TEST'} 2025-10-08 19:01:15.678678 | fa163ec5-3f45-18b2-9caa-000000002963 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:53.952052 | 1.87s 2025-10-08 19:01:15.685490 | fa163ec5-3f45-18b2-9caa-000000002963 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:53.958862 | 1.87s 2025-10-08 19:01:15.780926 | fa163ec5-3f45-18b2-9caa-000000002296 | TASK | Configure OVN DBs and northd 2025-10-08 19:01:15.811816 | fa163ec5-3f45-18b2-9caa-000000002296 | TIMING | Configure OVN DBs and northd | standalone | 0:07:54.085181 | 0.03s 2025-10-08 19:01:15.874282 | fa163ec5-3f45-18b2-9caa-0000000029d2 | TASK | create directory /var/lib/config-data/ansible-generated/ovn 2025-10-08 19:01:16.079331 | fa163ec5-3f45-18b2-9caa-0000000029d2 | CHANGED | create directory /var/lib/config-data/ansible-generated/ovn | standalone 2025-10-08 19:01:16.080712 | fa163ec5-3f45-18b2-9caa-0000000029d2 | TIMING | tripleo_ovn_cluster : create directory /var/lib/config-data/ansible-generated/ovn | standalone | 0:07:54.354085 | 0.20s 2025-10-08 19:01:16.106374 | fa163ec5-3f45-18b2-9caa-0000000029d3 | TASK | set is_ovn_dbs_bootstrap_node fact 2025-10-08 19:01:16.164779 | fa163ec5-3f45-18b2-9caa-0000000029d3 | SKIPPED | set is_ovn_dbs_bootstrap_node fact | standalone 2025-10-08 19:01:16.165865 | fa163ec5-3f45-18b2-9caa-0000000029d3 | TIMING | tripleo_ovn_cluster : set is_ovn_dbs_bootstrap_node fact | standalone | 0:07:54.439239 | 0.06s 2025-10-08 19:01:16.196339 | fa163ec5-3f45-18b2-9caa-0000000029d4 | TASK | check ovsdb-tool election-timer options 2025-10-08 19:01:16.468184 | fa163ec5-3f45-18b2-9caa-0000000029d4 | CHANGED | check ovsdb-tool election-timer options | standalone 2025-10-08 19:01:16.469002 | fa163ec5-3f45-18b2-9caa-0000000029d4 | TIMING | tripleo_ovn_cluster : check ovsdb-tool election-timer options | standalone | 0:07:54.742386 | 0.27s 2025-10-08 19:01:16.488269 | fa163ec5-3f45-18b2-9caa-0000000029d5 | TASK | set has_ovsdb_tool_election_timer fact 2025-10-08 19:01:16.555655 | fa163ec5-3f45-18b2-9caa-0000000029d5 | OK | set has_ovsdb_tool_election_timer fact | standalone 2025-10-08 19:01:16.556516 | fa163ec5-3f45-18b2-9caa-0000000029d5 | TIMING | tripleo_ovn_cluster : set has_ovsdb_tool_election_timer fact | standalone | 0:07:54.829899 | 0.07s 2025-10-08 19:01:16.576222 | fa163ec5-3f45-18b2-9caa-0000000029d6 | TASK | render OVN cluster configuration 2025-10-08 19:01:17.177634 | fa163ec5-3f45-18b2-9caa-0000000029d6 | CHANGED | render OVN cluster configuration | standalone 2025-10-08 19:01:17.179003 | fa163ec5-3f45-18b2-9caa-0000000029d6 | TIMING | tripleo_ovn_cluster : render OVN cluster configuration | standalone | 0:07:55.452375 | 0.60s 2025-10-08 19:01:17.209646 | fa163ec5-3f45-18b2-9caa-0000000029d7 | TASK | restart OVN northd and north and south databases 2025-10-08 19:01:17.278224 | fa163ec5-3f45-18b2-9caa-0000000029d7 | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:07:55.551578 | 0.07s 2025-10-08 19:01:17.296263 | fa163ec5-3f45-18b2-9caa-0000000029d7 | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:07:55.569641 | 0.09s 2025-10-08 19:01:17.311468 | fa163ec5-3f45-18b2-9caa-0000000029d7 | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:07:55.584846 | 0.10s 2025-10-08 19:01:17.324067 | fa163ec5-3f45-18b2-9caa-0000000029d7 | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:07:55.597437 | 0.11s 2025-10-08 19:01:17.349250 | efd738e6-e8cb-4be9-8ca7-566bb6679395 | INCLUDED | /usr/share/ansible/roles/tripleo_ovn_cluster/tasks/restart.yml | standalone 2025-10-08 19:01:17.357671 | 4fc2856c-6d09-4370-b565-da74226c7c95 | INCLUDED | /usr/share/ansible/roles/tripleo_ovn_cluster/tasks/restart.yml | standalone 2025-10-08 19:01:17.365808 | d5be6052-70b5-4db6-96ae-7a8dc4951e89 | INCLUDED | /usr/share/ansible/roles/tripleo_ovn_cluster/tasks/restart.yml | standalone 2025-10-08 19:01:17.398437 | fa163ec5-3f45-18b2-9caa-000000002a06 | TASK | check if tripleo_cluster_north_db_server systemd service is active 2025-10-08 19:01:17.640245 | fa163ec5-3f45-18b2-9caa-000000002a06 | CHANGED | check if tripleo_cluster_north_db_server systemd service is active | standalone 2025-10-08 19:01:17.641588 | fa163ec5-3f45-18b2-9caa-000000002a06 | TIMING | tripleo_ovn_cluster : check if tripleo_cluster_north_db_server systemd service is active | standalone | 0:07:55.914962 | 0.24s 2025-10-08 19:01:17.674250 | fa163ec5-3f45-18b2-9caa-000000002a07 | TASK | restart tripleo_cluster_north_db_server systemd service 2025-10-08 19:01:17.712979 | fa163ec5-3f45-18b2-9caa-000000002a07 | SKIPPED | restart tripleo_cluster_north_db_server systemd service | standalone 2025-10-08 19:01:17.714095 | fa163ec5-3f45-18b2-9caa-000000002a07 | TIMING | tripleo_ovn_cluster : restart tripleo_cluster_north_db_server systemd service | standalone | 0:07:55.987468 | 0.04s 2025-10-08 19:01:17.744829 | fa163ec5-3f45-18b2-9caa-000000002a0b | TASK | check if tripleo_cluster_south_db_server systemd service is active 2025-10-08 19:01:18.017201 | fa163ec5-3f45-18b2-9caa-000000002a0b | CHANGED | check if tripleo_cluster_south_db_server systemd service is active | standalone 2025-10-08 19:01:18.018607 | fa163ec5-3f45-18b2-9caa-000000002a0b | TIMING | tripleo_ovn_cluster : check if tripleo_cluster_south_db_server systemd service is active | standalone | 0:07:56.291980 | 0.27s 2025-10-08 19:01:18.050395 | fa163ec5-3f45-18b2-9caa-000000002a0c | TASK | restart tripleo_cluster_south_db_server systemd service 2025-10-08 19:01:18.090059 | fa163ec5-3f45-18b2-9caa-000000002a0c | SKIPPED | restart tripleo_cluster_south_db_server systemd service | standalone 2025-10-08 19:01:18.091383 | fa163ec5-3f45-18b2-9caa-000000002a0c | TIMING | tripleo_ovn_cluster : restart tripleo_cluster_south_db_server systemd service | standalone | 0:07:56.364756 | 0.04s 2025-10-08 19:01:18.122221 | fa163ec5-3f45-18b2-9caa-000000002a10 | TASK | check if tripleo_cluster_northd systemd service is active 2025-10-08 19:01:18.391928 | fa163ec5-3f45-18b2-9caa-000000002a10 | CHANGED | check if tripleo_cluster_northd systemd service is active | standalone 2025-10-08 19:01:18.393232 | fa163ec5-3f45-18b2-9caa-000000002a10 | TIMING | tripleo_ovn_cluster : check if tripleo_cluster_northd systemd service is active | standalone | 0:07:56.666605 | 0.27s 2025-10-08 19:01:18.424565 | fa163ec5-3f45-18b2-9caa-000000002a11 | TASK | restart tripleo_cluster_northd systemd service 2025-10-08 19:01:18.454379 | fa163ec5-3f45-18b2-9caa-000000002a11 | SKIPPED | restart tripleo_cluster_northd systemd service | standalone 2025-10-08 19:01:18.455193 | fa163ec5-3f45-18b2-9caa-000000002a11 | TIMING | tripleo_ovn_cluster : restart tripleo_cluster_northd systemd service | standalone | 0:07:56.728576 | 0.03s 2025-10-08 19:01:18.528406 | fa163ec5-3f45-18b2-9caa-000000002298 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:07:56.801776 | 0.04s 2025-10-08 19:01:18.585437 | fa163ec5-3f45-18b2-9caa-000000002a5e | TASK | Set version specific variables 2025-10-08 19:01:18.622390 | fa163ec5-3f45-18b2-9caa-000000002a5e | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:07:56.895763 | 0.04s 2025-10-08 19:01:18.637900 | 645fde3f-d5a5-4ffb-a62d-4daed8dfe8a1 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-10-08 19:01:18.662427 | fa163ec5-3f45-18b2-9caa-000000002a8d | TASK | Ensure ansible_facts used by role 2025-10-08 19:01:19.097308 | fa163ec5-3f45-18b2-9caa-000000002a8d | OK | Ensure ansible_facts used by role | standalone 2025-10-08 19:01:19.098427 | fa163ec5-3f45-18b2-9caa-000000002a8d | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:07:57.371806 | 0.44s 2025-10-08 19:01:19.126695 | fa163ec5-3f45-18b2-9caa-000000002a8e | TASK | Set platform/version specific variables 2025-10-08 19:01:19.218540 | fa163ec5-3f45-18b2-9caa-000000002a8e | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-08 19:01:19.255122 | fa163ec5-3f45-18b2-9caa-000000002a8e | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-08 19:01:19.285521 | fa163ec5-3f45-18b2-9caa-000000002a8e | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-10-08 19:01:19.306509 | fa163ec5-3f45-18b2-9caa-000000002a8e | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-10-08 19:01:19.312917 | fa163ec5-3f45-18b2-9caa-000000002a8e | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:07:57.586281 | 0.18s 2025-10-08 19:01:19.342467 | fa163ec5-3f45-18b2-9caa-000000002a5f | TASK | Ensure certificate role dependencies are installed 2025-10-08 19:01:22.204427 | fa163ec5-3f45-18b2-9caa-000000002a5f | OK | Ensure certificate role dependencies are installed | standalone 2025-10-08 19:01:22.205879 | fa163ec5-3f45-18b2-9caa-000000002a5f | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:08:00.479253 | 2.86s 2025-10-08 19:01:22.234607 | fa163ec5-3f45-18b2-9caa-000000002a61 | TASK | Ensure provider packages are installed 2025-10-08 19:01:25.149958 | fa163ec5-3f45-18b2-9caa-000000002a61 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:08:03.423318 | 2.91s 2025-10-08 19:01:25.162626 | fa163ec5-3f45-18b2-9caa-000000002a61 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:08:03.435992 | 2.93s 2025-10-08 19:01:25.194860 | fa163ec5-3f45-18b2-9caa-000000002a63 | TASK | Ensure pre-scripts hooks directory exists 2025-10-08 19:01:25.433436 | fa163ec5-3f45-18b2-9caa-000000002a63 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-10-08 19:01:25.434803 | fa163ec5-3f45-18b2-9caa-000000002a63 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:08:03.708174 | 0.24s 2025-10-08 19:01:25.441022 | fa163ec5-3f45-18b2-9caa-000000002a63 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:08:03.714389 | 0.24s 2025-10-08 19:01:25.471317 | fa163ec5-3f45-18b2-9caa-000000002a65 | TASK | Ensure post-scripts hooks directory exists 2025-10-08 19:01:25.762121 | fa163ec5-3f45-18b2-9caa-000000002a65 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-10-08 19:01:25.764969 | fa163ec5-3f45-18b2-9caa-000000002a65 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:08:04.038329 | 0.29s 2025-10-08 19:01:25.774526 | fa163ec5-3f45-18b2-9caa-000000002a65 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:08:04.047891 | 0.30s 2025-10-08 19:01:25.804695 | fa163ec5-3f45-18b2-9caa-000000002a67 | TASK | Ensure provider service is running 2025-10-08 19:01:27.242472 | fa163ec5-3f45-18b2-9caa-000000002a67 | OK | Ensure provider service is running | standalone | item=certmonger 2025-10-08 19:01:27.244753 | fa163ec5-3f45-18b2-9caa-000000002a67 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:08:05.518130 | 1.44s 2025-10-08 19:01:27.255969 | fa163ec5-3f45-18b2-9caa-000000002a67 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:08:05.529339 | 1.45s 2025-10-08 19:01:27.287403 | fa163ec5-3f45-18b2-9caa-000000002a6a | TASK | Ensure certificate requests 2025-10-08 19:01:28.831114 | fa163ec5-3f45-18b2-9caa-000000002a6a | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.internalapi.ooo.test', 'key_size': '2048', 'name': 'ovn_metadata', 'principal': 'ovn_metadata/standalone.internalapi.ooo.test@OOO.TEST'} 2025-10-08 19:01:28.832485 | fa163ec5-3f45-18b2-9caa-000000002a6a | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:08:07.105859 | 1.54s 2025-10-08 19:01:28.838904 | fa163ec5-3f45-18b2-9caa-000000002a6a | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:08:07.112276 | 1.55s 2025-10-08 19:01:28.947739 | fa163ec5-3f45-18b2-9caa-00000000229a | TIMING | include_role : linux-system-roles.certificate | standalone | 0:08:07.221051 | 0.05s 2025-10-08 19:01:29.021129 | fa163ec5-3f45-18b2-9caa-000000002ad2 | TASK | Set version specific variables 2025-10-08 19:01:29.069144 | fa163ec5-3f45-18b2-9caa-000000002ad2 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:08:07.342511 | 0.05s 2025-10-08 19:01:29.085817 | bb9fd405-541b-4dc9-bf85-2a8d98150ca3 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-10-08 19:01:29.110699 | fa163ec5-3f45-18b2-9caa-000000002b01 | TASK | Ensure ansible_facts used by role 2025-10-08 19:01:29.471189 | fa163ec5-3f45-18b2-9caa-000000002b01 | OK | Ensure ansible_facts used by role | standalone 2025-10-08 19:01:29.472376 | fa163ec5-3f45-18b2-9caa-000000002b01 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:08:07.745754 | 0.36s 2025-10-08 19:01:29.497224 | fa163ec5-3f45-18b2-9caa-000000002b02 | TASK | Set platform/version specific variables 2025-10-08 19:01:29.580255 | fa163ec5-3f45-18b2-9caa-000000002b02 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-08 19:01:29.597317 | fa163ec5-3f45-18b2-9caa-000000002b02 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-08 19:01:29.616233 | fa163ec5-3f45-18b2-9caa-000000002b02 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-10-08 19:01:29.631965 | fa163ec5-3f45-18b2-9caa-000000002b02 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-10-08 19:01:29.638373 | fa163ec5-3f45-18b2-9caa-000000002b02 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:08:07.911744 | 0.14s 2025-10-08 19:01:29.660796 | fa163ec5-3f45-18b2-9caa-000000002ad3 | TASK | Ensure certificate role dependencies are installed 2025-10-08 19:01:32.645056 | fa163ec5-3f45-18b2-9caa-000000002ad3 | OK | Ensure certificate role dependencies are installed | standalone 2025-10-08 19:01:32.646417 | fa163ec5-3f45-18b2-9caa-000000002ad3 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:08:10.919790 | 2.98s 2025-10-08 19:01:32.674817 | fa163ec5-3f45-18b2-9caa-000000002ad5 | TASK | Ensure provider packages are installed 2025-10-08 19:01:35.664578 | fa163ec5-3f45-18b2-9caa-000000002ad5 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:08:13.937936 | 2.99s 2025-10-08 19:01:35.675963 | fa163ec5-3f45-18b2-9caa-000000002ad5 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:08:13.949341 | 3.00s 2025-10-08 19:01:35.695062 | fa163ec5-3f45-18b2-9caa-000000002ad7 | TASK | Ensure pre-scripts hooks directory exists 2025-10-08 19:01:35.961457 | fa163ec5-3f45-18b2-9caa-000000002ad7 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-10-08 19:01:35.963326 | fa163ec5-3f45-18b2-9caa-000000002ad7 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:08:14.236701 | 0.27s 2025-10-08 19:01:35.973797 | fa163ec5-3f45-18b2-9caa-000000002ad7 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:08:14.247167 | 0.28s 2025-10-08 19:01:36.003961 | fa163ec5-3f45-18b2-9caa-000000002ad9 | TASK | Ensure post-scripts hooks directory exists 2025-10-08 19:01:36.295752 | fa163ec5-3f45-18b2-9caa-000000002ad9 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-10-08 19:01:36.297854 | fa163ec5-3f45-18b2-9caa-000000002ad9 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:08:14.571224 | 0.29s 2025-10-08 19:01:36.307593 | fa163ec5-3f45-18b2-9caa-000000002ad9 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:08:14.580968 | 0.30s 2025-10-08 19:01:36.327964 | fa163ec5-3f45-18b2-9caa-000000002adb | TASK | Ensure provider service is running 2025-10-08 19:01:36.805397 | fa163ec5-3f45-18b2-9caa-000000002adb | OK | Ensure provider service is running | standalone | item=certmonger 2025-10-08 19:01:36.808050 | fa163ec5-3f45-18b2-9caa-000000002adb | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:08:15.081422 | 0.48s 2025-10-08 19:01:36.818710 | fa163ec5-3f45-18b2-9caa-000000002adb | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:08:15.092084 | 0.49s 2025-10-08 19:01:36.848936 | fa163ec5-3f45-18b2-9caa-000000002ade | TASK | Ensure certificate requests 2025-10-08 19:01:38.327053 | fa163ec5-3f45-18b2-9caa-000000002ade | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.internalapi.ooo.test', 'key_size': '2048', 'name': 'ovn_octavia', 'principal': 'ovn_octavia/standalone.internalapi.ooo.test@OOO.TEST'} 2025-10-08 19:01:38.329633 | fa163ec5-3f45-18b2-9caa-000000002ade | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:08:16.603007 | 1.48s 2025-10-08 19:01:38.340089 | fa163ec5-3f45-18b2-9caa-000000002ade | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:08:16.613460 | 1.49s 2025-10-08 19:01:38.446639 | fa163ec5-3f45-18b2-9caa-00000000229c | TIMING | include_role : linux-system-roles.certificate | standalone | 0:08:16.719996 | 0.05s 2025-10-08 19:01:38.511181 | fa163ec5-3f45-18b2-9caa-000000002b46 | TASK | Set version specific variables 2025-10-08 19:01:38.561240 | fa163ec5-3f45-18b2-9caa-000000002b46 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:08:16.834615 | 0.05s 2025-10-08 19:01:38.576924 | d01e7653-40b7-45c5-bedd-093bd7b2bd36 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-10-08 19:01:38.601763 | fa163ec5-3f45-18b2-9caa-000000002b75 | TASK | Ensure ansible_facts used by role 2025-10-08 19:01:38.986655 | fa163ec5-3f45-18b2-9caa-000000002b75 | OK | Ensure ansible_facts used by role | standalone 2025-10-08 19:01:38.988257 | fa163ec5-3f45-18b2-9caa-000000002b75 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:08:17.261632 | 0.39s 2025-10-08 19:01:39.017545 | fa163ec5-3f45-18b2-9caa-000000002b76 | TASK | Set platform/version specific variables 2025-10-08 19:01:39.097933 | fa163ec5-3f45-18b2-9caa-000000002b76 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-08 19:01:39.127003 | fa163ec5-3f45-18b2-9caa-000000002b76 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-08 19:01:39.149718 | fa163ec5-3f45-18b2-9caa-000000002b76 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-10-08 19:01:39.169861 | fa163ec5-3f45-18b2-9caa-000000002b76 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-10-08 19:01:39.176003 | fa163ec5-3f45-18b2-9caa-000000002b76 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:08:17.449367 | 0.16s 2025-10-08 19:01:39.205748 | fa163ec5-3f45-18b2-9caa-000000002b47 | TASK | Ensure certificate role dependencies are installed 2025-10-08 19:01:42.085659 | fa163ec5-3f45-18b2-9caa-000000002b47 | OK | Ensure certificate role dependencies are installed | standalone 2025-10-08 19:01:42.086709 | fa163ec5-3f45-18b2-9caa-000000002b47 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:08:20.360089 | 2.88s 2025-10-08 19:01:42.109607 | fa163ec5-3f45-18b2-9caa-000000002b49 | TASK | Ensure provider packages are installed 2025-10-08 19:01:45.045690 | fa163ec5-3f45-18b2-9caa-000000002b49 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:08:23.319046 | 2.94s 2025-10-08 19:01:45.052577 | fa163ec5-3f45-18b2-9caa-000000002b49 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:08:23.325953 | 2.94s 2025-10-08 19:01:45.081880 | fa163ec5-3f45-18b2-9caa-000000002b4b | TASK | Ensure pre-scripts hooks directory exists 2025-10-08 19:01:45.387499 | fa163ec5-3f45-18b2-9caa-000000002b4b | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-10-08 19:01:45.389408 | fa163ec5-3f45-18b2-9caa-000000002b4b | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:08:23.662779 | 0.31s 2025-10-08 19:01:45.399630 | fa163ec5-3f45-18b2-9caa-000000002b4b | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:08:23.672999 | 0.32s 2025-10-08 19:01:45.428905 | fa163ec5-3f45-18b2-9caa-000000002b4d | TASK | Ensure post-scripts hooks directory exists 2025-10-08 19:01:45.731173 | fa163ec5-3f45-18b2-9caa-000000002b4d | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-10-08 19:01:45.732603 | fa163ec5-3f45-18b2-9caa-000000002b4d | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:08:24.005974 | 0.30s 2025-10-08 19:01:45.738519 | fa163ec5-3f45-18b2-9caa-000000002b4d | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:08:24.011890 | 0.31s 2025-10-08 19:01:45.767422 | fa163ec5-3f45-18b2-9caa-000000002b4f | TASK | Ensure provider service is running 2025-10-08 19:01:47.229126 | fa163ec5-3f45-18b2-9caa-000000002b4f | OK | Ensure provider service is running | standalone | item=certmonger 2025-10-08 19:01:47.231640 | fa163ec5-3f45-18b2-9caa-000000002b4f | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:08:25.505012 | 1.46s 2025-10-08 19:01:47.242099 | fa163ec5-3f45-18b2-9caa-000000002b4f | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:08:25.515473 | 1.47s 2025-10-08 19:01:47.271983 | fa163ec5-3f45-18b2-9caa-000000002b52 | TASK | Ensure certificate requests 2025-10-08 19:01:49.347183 | fa163ec5-3f45-18b2-9caa-000000002b52 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.internalapi.ooo.test', 'key_size': '2048', 'name': 'rabbitmq', 'principal': 'rabbitmq/standalone.internalapi.ooo.test@OOO.TEST', 'run_after': 'container_name=$(podman ps --format=\\{\\{.Names\\}\\} | grep -w -E \'rabbitmq(-bundle-.*-[0-9]+)?\')\nservice_crt="/etc/pki/tls/certs/rabbitmq.crt"\nservice_key="/etc/pki/tls/private/rabbitmq.key"\nif echo "$container_name" | grep -q "^rabbitmq-bundle"; then\n # lp#1917868: Do not use podman cp with HA containers as they get\n # frozen temporarily and that can make pacemaker operation fail.\n tar -c "$service_crt" "$service_key" | podman exec -i "$container_name" tar -C / -xv\n # no need to update the mount point, because pacemaker\n # recreates the container when it\'s restarted\nelse\n # Refresh the cert at the mount-point\n podman cp $service_crt "$container_name:/var/lib/kolla/config_files/src-tls/$service_crt"\n # Refresh the key at the mount-point\n podman cp $service_key "$container_name:/var/lib/kolla/config_files/src-tls/$service_key"\n # Copy the new cert from the mount-point to the real path\n podman exec -u root "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_crt" "$service_crt"\n # Copy the new key from the mount-point to the real path\n podman exec -u root "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_key" "$service_key"\nfi\n# Set appropriate permissions\npodman exec -u root "$container_name" chown rabbitmq:rabbitmq "$service_crt"\npodman exec -u root "$container_name" chown rabbitmq:rabbitmq "$service_key"\n# Trigger a pem cache clear in RabbitMQ to read the new certificates\npodman exec "$container_name" rabbitmqctl eval "ssl:clear_pem_cache()."\n'} 2025-10-08 19:01:49.348680 | fa163ec5-3f45-18b2-9caa-000000002b52 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:08:27.622053 | 2.08s 2025-10-08 19:01:49.361200 | fa163ec5-3f45-18b2-9caa-000000002b52 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:08:27.634578 | 2.09s 2025-10-08 19:01:49.415543 | fa163ec5-3f45-18b2-9caa-0000000022a3 | TASK | Fail if container image is undefined 2025-10-08 19:01:49.475189 | fa163ec5-3f45-18b2-9caa-0000000022a3 | SKIPPED | Fail if container image is undefined | standalone 2025-10-08 19:01:49.476376 | fa163ec5-3f45-18b2-9caa-0000000022a3 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:08:27.749748 | 0.06s 2025-10-08 19:01:49.524750 | fa163ec5-3f45-18b2-9caa-0000000022a4 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image 2025-10-08 19:01:56.384708 | fa163ec5-3f45-18b2-9caa-0000000022a4 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone 2025-10-08 19:01:56.386072 | fa163ec5-3f45-18b2-9caa-0000000022a4 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone | 0:08:34.659444 | 6.86s 2025-10-08 19:01:56.445473 | fa163ec5-3f45-18b2-9caa-0000000022a5 | TASK | Tag cluster.common.tag/rabbitmq:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image 2025-10-08 19:01:56.766421 | fa163ec5-3f45-18b2-9caa-0000000022a5 | CHANGED | Tag cluster.common.tag/rabbitmq:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone 2025-10-08 19:01:56.767753 | fa163ec5-3f45-18b2-9caa-0000000022a5 | TIMING | tripleo_container_tag : Tag cluster.common.tag/rabbitmq:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone | 0:08:35.041128 | 0.32s 2025-10-08 19:01:56.806704 | fa163ec5-3f45-18b2-9caa-0000000022b0 | TASK | Pre-fetch all the containers 2025-10-08 19:02:02.282817 | fa163ec5-3f45-18b2-9caa-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-nb-db-server:17.1 2025-10-08 19:02:02.287098 | fa163ec5-3f45-18b2-9caa-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:08:40.560464 | 5.48s 2025-10-08 19:02:08.328120 | fa163ec5-3f45-18b2-9caa-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-northd:17.1 2025-10-08 19:02:08.330731 | fa163ec5-3f45-18b2-9caa-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:08:46.604107 | 11.52s 2025-10-08 19:02:12.360229 | fa163ec5-3f45-18b2-9caa-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-sb-db-server:17.1 2025-10-08 19:02:12.362842 | fa163ec5-3f45-18b2-9caa-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:08:50.636217 | 15.55s 2025-10-08 19:02:16.796393 | fa163ec5-3f45-18b2-9caa-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-memcached:17.1 2025-10-08 19:02:16.797773 | fa163ec5-3f45-18b2-9caa-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:08:55.071157 | 19.99s 2025-10-08 19:02:19.480645 | fa163ec5-3f45-18b2-9caa-0000000022b0 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 2025-10-08 19:02:19.482349 | fa163ec5-3f45-18b2-9caa-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:08:57.755732 | 22.67s 2025-10-08 19:02:21.736668 | fa163ec5-3f45-18b2-9caa-0000000022b0 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 2025-10-08 19:02:21.738594 | fa163ec5-3f45-18b2-9caa-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:09:00.011975 | 24.93s 2025-10-08 19:02:27.342377 | fa163ec5-3f45-18b2-9caa-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 2025-10-08 19:02:27.344982 | fa163ec5-3f45-18b2-9caa-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:09:05.618356 | 30.54s 2025-10-08 19:02:32.529451 | fa163ec5-3f45-18b2-9caa-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-api:17.1 2025-10-08 19:02:32.532651 | fa163ec5-3f45-18b2-9caa-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:09:10.806026 | 35.72s 2025-10-08 19:02:37.130697 | fa163ec5-3f45-18b2-9caa-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-api:17.1 2025-10-08 19:02:37.133045 | fa163ec5-3f45-18b2-9caa-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:09:15.406424 | 40.33s 2025-10-08 19:02:40.342778 | fa163ec5-3f45-18b2-9caa-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-scheduler:17.1 2025-10-08 19:02:40.346701 | fa163ec5-3f45-18b2-9caa-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:09:18.620073 | 43.54s 2025-10-08 19:02:50.265164 | fa163ec5-3f45-18b2-9caa-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-dhcp-agent:17.1 2025-10-08 19:02:50.268753 | fa163ec5-3f45-18b2-9caa-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:09:28.542133 | 53.46s 2025-10-08 19:02:53.496439 | fa163ec5-3f45-18b2-9caa-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-metadata-agent-ovn:17.1 2025-10-08 19:02:53.500854 | fa163ec5-3f45-18b2-9caa-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:09:31.774229 | 56.69s 2025-10-08 19:03:10.162234 | fa163ec5-3f45-18b2-9caa-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-libvirt:17.1 2025-10-08 19:03:10.165500 | fa163ec5-3f45-18b2-9caa-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:09:48.438880 | 73.36s 2025-10-08 19:03:23.616176 | fa163ec5-3f45-18b2-9caa-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-glance-api:17.1 2025-10-08 19:03:23.620078 | fa163ec5-3f45-18b2-9caa-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:10:01.893452 | 86.81s 2025-10-08 19:03:31.069392 | fa163ec5-3f45-18b2-9caa-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-gnocchi-api:17.1 2025-10-08 19:03:31.073536 | fa163ec5-3f45-18b2-9caa-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:10:09.346911 | 94.27s 2025-10-08 19:03:38.259832 | fa163ec5-3f45-18b2-9caa-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-heat-engine:17.1 2025-10-08 19:03:38.263341 | fa163ec5-3f45-18b2-9caa-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:10:16.536721 | 101.46s 2025-10-08 19:03:46.828403 | fa163ec5-3f45-18b2-9caa-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-horizon:17.1 2025-10-08 19:03:46.831517 | fa163ec5-3f45-18b2-9caa-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:10:25.104897 | 110.02s 2025-10-08 19:03:52.111880 | fa163ec5-3f45-18b2-9caa-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-keystone:17.1 2025-10-08 19:03:52.114848 | fa163ec5-3f45-18b2-9caa-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:10:30.388226 | 115.31s 2025-10-08 19:03:55.972333 | fa163ec5-3f45-18b2-9caa-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-manila-api:17.1 2025-10-08 19:03:55.976523 | fa163ec5-3f45-18b2-9caa-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:10:34.249899 | 119.17s 2025-10-08 19:04:00.308344 | fa163ec5-3f45-18b2-9caa-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-server:17.1 2025-10-08 19:04:00.313034 | fa163ec5-3f45-18b2-9caa-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:10:38.586406 | 123.51s 2025-10-08 19:04:06.145459 | fa163ec5-3f45-18b2-9caa-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-api:17.1 2025-10-08 19:04:06.150592 | fa163ec5-3f45-18b2-9caa-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:10:44.423956 | 129.34s 2025-10-08 19:04:19.185816 | fa163ec5-3f45-18b2-9caa-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-compute:17.1 2025-10-08 19:04:19.188770 | fa163ec5-3f45-18b2-9caa-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:10:57.462154 | 142.38s 2025-10-08 19:04:22.799149 | fa163ec5-3f45-18b2-9caa-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-conductor:17.1 2025-10-08 19:04:22.802167 | fa163ec5-3f45-18b2-9caa-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:11:01.075547 | 145.99s 2025-10-08 19:04:34.838288 | fa163ec5-3f45-18b2-9caa-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-api:17.1 2025-10-08 19:04:34.841359 | fa163ec5-3f45-18b2-9caa-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:11:13.114743 | 158.03s 2025-10-08 19:04:38.209063 | fa163ec5-3f45-18b2-9caa-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-health-manager:17.1 2025-10-08 19:04:38.210835 | fa163ec5-3f45-18b2-9caa-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:11:16.484216 | 161.40s 2025-10-08 19:04:41.630907 | fa163ec5-3f45-18b2-9caa-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-housekeeping:17.1 2025-10-08 19:04:41.634107 | fa163ec5-3f45-18b2-9caa-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:11:19.907487 | 164.83s 2025-10-08 19:04:44.922547 | fa163ec5-3f45-18b2-9caa-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-worker:17.1 2025-10-08 19:04:44.925676 | fa163ec5-3f45-18b2-9caa-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:11:23.199049 | 168.12s 2025-10-08 19:04:49.541712 | fa163ec5-3f45-18b2-9caa-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-placement-api:17.1 2025-10-08 19:04:49.546005 | fa163ec5-3f45-18b2-9caa-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:11:27.819373 | 172.74s 2025-10-08 19:04:54.868102 | fa163ec5-3f45-18b2-9caa-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ceilometer-notification:17.1 2025-10-08 19:04:54.872635 | fa163ec5-3f45-18b2-9caa-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:11:33.146010 | 178.06s 2025-10-08 19:04:57.660024 | fa163ec5-3f45-18b2-9caa-0000000022b0 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 2025-10-08 19:04:57.663379 | fa163ec5-3f45-18b2-9caa-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:11:35.936749 | 180.86s 2025-10-08 19:05:00.529154 | fa163ec5-3f45-18b2-9caa-0000000022b0 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 2025-10-08 19:05:00.532104 | fa163ec5-3f45-18b2-9caa-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:11:38.805481 | 183.72s 2025-10-08 19:05:04.558142 | fa163ec5-3f45-18b2-9caa-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-iscsid:17.1 2025-10-08 19:05:04.561833 | fa163ec5-3f45-18b2-9caa-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:11:42.835208 | 187.75s 2025-10-08 19:05:07.856596 | fa163ec5-3f45-18b2-9caa-0000000022b0 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 2025-10-08 19:05:07.860944 | fa163ec5-3f45-18b2-9caa-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:11:46.134317 | 191.05s 2025-10-08 19:05:12.490182 | fa163ec5-3f45-18b2-9caa-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-proxy-server:17.1 2025-10-08 19:05:12.494237 | fa163ec5-3f45-18b2-9caa-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:11:50.767610 | 195.69s 2025-10-08 19:05:16.163449 | fa163ec5-3f45-18b2-9caa-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-account:17.1 2025-10-08 19:05:16.166914 | fa163ec5-3f45-18b2-9caa-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:11:54.440288 | 199.36s 2025-10-08 19:05:20.289490 | fa163ec5-3f45-18b2-9caa-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-evaluator:17.1 2025-10-08 19:05:20.292676 | fa163ec5-3f45-18b2-9caa-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:11:58.566052 | 203.48s 2025-10-08 19:05:24.254113 | fa163ec5-3f45-18b2-9caa-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-listener:17.1 2025-10-08 19:05:24.258088 | fa163ec5-3f45-18b2-9caa-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:12:02.531463 | 207.45s 2025-10-08 19:05:27.968344 | fa163ec5-3f45-18b2-9caa-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-notifier:17.1 2025-10-08 19:05:27.971757 | fa163ec5-3f45-18b2-9caa-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:12:06.245130 | 211.16s 2025-10-08 19:05:31.596159 | fa163ec5-3f45-18b2-9caa-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ceilometer-central:17.1 2025-10-08 19:05:31.601651 | fa163ec5-3f45-18b2-9caa-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:12:09.875020 | 214.79s 2025-10-08 19:05:35.167841 | fa163ec5-3f45-18b2-9caa-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ceilometer-compute:17.1 2025-10-08 19:05:35.172883 | fa163ec5-3f45-18b2-9caa-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:12:13.446257 | 218.36s 2025-10-08 19:05:38.689345 | fa163ec5-3f45-18b2-9caa-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-controller:17.1 2025-10-08 19:05:38.693084 | fa163ec5-3f45-18b2-9caa-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:12:16.966457 | 221.89s 2025-10-08 19:05:42.492923 | fa163ec5-3f45-18b2-9caa-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-heat-api:17.1 2025-10-08 19:05:42.496879 | fa163ec5-3f45-18b2-9caa-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:12:20.770254 | 225.69s 2025-10-08 19:05:46.432895 | fa163ec5-3f45-18b2-9caa-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-heat-api-cfn:17.1 2025-10-08 19:05:46.436744 | fa163ec5-3f45-18b2-9caa-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:12:24.710118 | 229.63s 2025-10-08 19:05:51.477207 | fa163ec5-3f45-18b2-9caa-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cron:17.1 2025-10-08 19:05:51.480237 | fa163ec5-3f45-18b2-9caa-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:12:29.753610 | 234.67s 2025-10-08 19:05:55.467545 | fa163ec5-3f45-18b2-9caa-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-manila-scheduler:17.1 2025-10-08 19:05:55.472208 | fa163ec5-3f45-18b2-9caa-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:12:33.745582 | 238.66s 2025-10-08 19:05:59.547523 | fa163ec5-3f45-18b2-9caa-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-sriov-agent:17.1 2025-10-08 19:05:59.555064 | fa163ec5-3f45-18b2-9caa-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:12:37.828424 | 242.75s 2025-10-08 19:06:03.229211 | fa163ec5-3f45-18b2-9caa-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-scheduler:17.1 2025-10-08 19:06:03.232499 | fa163ec5-3f45-18b2-9caa-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:12:41.505872 | 246.42s 2025-10-08 19:06:07.477461 | fa163ec5-3f45-18b2-9caa-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-novncproxy:17.1 2025-10-08 19:06:07.479161 | fa163ec5-3f45-18b2-9caa-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:12:45.752544 | 250.67s 2025-10-08 19:06:11.141678 | fa163ec5-3f45-18b2-9caa-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-container:17.1 2025-10-08 19:06:11.145658 | fa163ec5-3f45-18b2-9caa-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:12:49.419034 | 254.34s 2025-10-08 19:06:15.245451 | fa163ec5-3f45-18b2-9caa-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-object:17.1 2025-10-08 19:06:15.250334 | fa163ec5-3f45-18b2-9caa-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:12:53.523707 | 258.44s 2025-10-08 19:06:19.039116 | fa163ec5-3f45-18b2-9caa-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-gnocchi-metricd:17.1 2025-10-08 19:06:19.044404 | fa163ec5-3f45-18b2-9caa-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:12:57.317777 | 262.24s 2025-10-08 19:06:22.788729 | fa163ec5-3f45-18b2-9caa-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-gnocchi-statsd:17.1 2025-10-08 19:06:22.790975 | fa163ec5-3f45-18b2-9caa-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:13:01.064357 | 265.98s 2025-10-08 19:06:26.499418 | fa163ec5-3f45-18b2-9caa-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-rsyslog:17.1 2025-10-08 19:06:26.502553 | fa163ec5-3f45-18b2-9caa-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:13:04.775925 | 269.69s 2025-10-08 19:06:26.931931 | fa163ec5-3f45-18b2-9caa-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:13:05.205304 | 270.12s 2025-10-08 19:06:27.161930 | fa163ec5-3f45-18b2-9caa-0000000022b3 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:13:05.435294 | 0.06s 2025-10-08 19:06:27.217711 | fa163ec5-3f45-18b2-9caa-000000002c2c | TASK | Set version specific variables 2025-10-08 19:06:27.267173 | fa163ec5-3f45-18b2-9caa-000000002c2c | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:13:05.540531 | 0.05s 2025-10-08 19:06:27.290106 | 13b4c179-57c4-4678-9491-810c714741dd | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-10-08 19:06:27.316834 | fa163ec5-3f45-18b2-9caa-000000002c5b | TASK | Ensure ansible_facts used by role 2025-10-08 19:06:27.724544 | fa163ec5-3f45-18b2-9caa-000000002c5b | OK | Ensure ansible_facts used by role | standalone 2025-10-08 19:06:27.726218 | fa163ec5-3f45-18b2-9caa-000000002c5b | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:13:05.999585 | 0.41s 2025-10-08 19:06:27.758062 | fa163ec5-3f45-18b2-9caa-000000002c5c | TASK | Set platform/version specific variables 2025-10-08 19:06:27.852932 | fa163ec5-3f45-18b2-9caa-000000002c5c | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-08 19:06:27.882819 | fa163ec5-3f45-18b2-9caa-000000002c5c | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-08 19:06:27.910000 | fa163ec5-3f45-18b2-9caa-000000002c5c | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-10-08 19:06:27.930349 | fa163ec5-3f45-18b2-9caa-000000002c5c | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-10-08 19:06:27.936007 | fa163ec5-3f45-18b2-9caa-000000002c5c | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:13:06.209379 | 0.18s 2025-10-08 19:06:27.965258 | fa163ec5-3f45-18b2-9caa-000000002c2d | TASK | Ensure certificate role dependencies are installed 2025-10-08 19:06:30.990725 | fa163ec5-3f45-18b2-9caa-000000002c2d | OK | Ensure certificate role dependencies are installed | standalone 2025-10-08 19:06:30.992189 | fa163ec5-3f45-18b2-9caa-000000002c2d | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:13:09.265563 | 3.03s 2025-10-08 19:06:31.021363 | fa163ec5-3f45-18b2-9caa-000000002c2f | TASK | Ensure provider packages are installed 2025-10-08 19:06:34.015842 | fa163ec5-3f45-18b2-9caa-000000002c2f | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:13:12.289207 | 2.99s 2025-10-08 19:06:34.028035 | fa163ec5-3f45-18b2-9caa-000000002c2f | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:13:12.301371 | 3.00s 2025-10-08 19:06:34.050669 | fa163ec5-3f45-18b2-9caa-000000002c31 | TASK | Ensure pre-scripts hooks directory exists 2025-10-08 19:06:34.357159 | fa163ec5-3f45-18b2-9caa-000000002c31 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-10-08 19:06:34.358554 | fa163ec5-3f45-18b2-9caa-000000002c31 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:13:12.631927 | 0.31s 2025-10-08 19:06:34.365068 | fa163ec5-3f45-18b2-9caa-000000002c31 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:13:12.638447 | 0.31s 2025-10-08 19:06:34.395640 | fa163ec5-3f45-18b2-9caa-000000002c33 | TASK | Ensure post-scripts hooks directory exists 2025-10-08 19:06:34.695236 | fa163ec5-3f45-18b2-9caa-000000002c33 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-10-08 19:06:34.698065 | fa163ec5-3f45-18b2-9caa-000000002c33 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:13:12.971433 | 0.30s 2025-10-08 19:06:34.707873 | fa163ec5-3f45-18b2-9caa-000000002c33 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:13:12.981246 | 0.31s 2025-10-08 19:06:34.731528 | fa163ec5-3f45-18b2-9caa-000000002c35 | TASK | Ensure provider service is running 2025-10-08 19:06:35.165633 | fa163ec5-3f45-18b2-9caa-000000002c35 | OK | Ensure provider service is running | standalone | item=certmonger 2025-10-08 19:06:35.167995 | fa163ec5-3f45-18b2-9caa-000000002c35 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:13:13.441362 | 0.44s 2025-10-08 19:06:35.177118 | fa163ec5-3f45-18b2-9caa-000000002c35 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:13:13.450485 | 0.44s 2025-10-08 19:06:35.208179 | fa163ec5-3f45-18b2-9caa-000000002c38 | TASK | Ensure certificate requests 2025-10-08 19:06:37.319049 | fa163ec5-3f45-18b2-9caa-000000002c38 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': ['standalone.internalapi.ooo.test', 'overcloud.internalapi.ooo.test'], 'key_size': '2048', 'name': 'redis', 'principal': 'redis/standalone.internalapi.ooo.test@OOO.TEST', 'run_after': 'container_name=$(podman ps --format=\\{\\{.Names\\}\\} | grep redis_tls_proxy)\nservice_crt="/etc/pki/tls/certs/redis.crt"\nservice_key="/etc/pki/tls/private/redis.key"\n# Copy the new cert from the mount-point to the real path\npodman exec "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_crt" "$service_crt"\n# Copy the new cert from the mount-point to the real path\npodman exec "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_key" "$service_key"\n# Set appropriate permissions\npodman exec "$container_name" chown memcached:memcached "$service_crt"\npodman exec "$container_name" chown memcached:memcached "$service_key"\n# Trigger a reload for stunnel to read the new certificate\npodman exec pkill -o -HUP stunnel\n'} 2025-10-08 19:06:37.321877 | fa163ec5-3f45-18b2-9caa-000000002c38 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:13:15.595244 | 2.11s 2025-10-08 19:06:37.332090 | fa163ec5-3f45-18b2-9caa-000000002c38 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:13:15.605457 | 2.12s 2025-10-08 19:06:37.389818 | fa163ec5-3f45-18b2-9caa-0000000022ba | TASK | Fail if container image is undefined 2025-10-08 19:06:37.457156 | fa163ec5-3f45-18b2-9caa-0000000022ba | SKIPPED | Fail if container image is undefined | standalone 2025-10-08 19:06:37.458687 | fa163ec5-3f45-18b2-9caa-0000000022ba | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:13:15.732060 | 0.07s 2025-10-08 19:06:37.507561 | fa163ec5-3f45-18b2-9caa-0000000022bb | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image 2025-10-08 19:06:40.180344 | fa163ec5-3f45-18b2-9caa-0000000022bb | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone 2025-10-08 19:06:40.181773 | fa163ec5-3f45-18b2-9caa-0000000022bb | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone | 0:13:18.455145 | 2.67s 2025-10-08 19:06:40.243347 | fa163ec5-3f45-18b2-9caa-0000000022bc | TASK | Tag cluster.common.tag/redis:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image 2025-10-08 19:06:40.575322 | fa163ec5-3f45-18b2-9caa-0000000022bc | CHANGED | Tag cluster.common.tag/redis:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone 2025-10-08 19:06:40.576719 | fa163ec5-3f45-18b2-9caa-0000000022bc | TIMING | tripleo_container_tag : Tag cluster.common.tag/redis:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone | 0:13:18.850087 | 0.33s 2025-10-08 19:06:40.634794 | fa163ec5-3f45-18b2-9caa-0000000022c7 | TASK | Check if rsyslog exists 2025-10-08 19:06:40.871756 | fa163ec5-3f45-18b2-9caa-0000000022c7 | CHANGED | Check if rsyslog exists | standalone 2025-10-08 19:06:40.873068 | fa163ec5-3f45-18b2-9caa-0000000022c7 | TIMING | Check if rsyslog exists | standalone | 0:13:19.146442 | 0.24s 2025-10-08 19:06:40.901805 | fa163ec5-3f45-18b2-9caa-0000000022c8 | TASK | Forward logging to swift.log file 2025-10-08 19:06:41.409612 | fa163ec5-3f45-18b2-9caa-0000000022c8 | CHANGED | Forward logging to swift.log file | standalone 2025-10-08 19:06:41.410704 | fa163ec5-3f45-18b2-9caa-0000000022c8 | TIMING | Forward logging to swift.log file | standalone | 0:13:19.684085 | 0.51s 2025-10-08 19:06:41.433797 | fa163ec5-3f45-18b2-9caa-0000000022c9 | TASK | Restart rsyslogd service after logging conf change 2025-10-08 19:06:42.218890 | fa163ec5-3f45-18b2-9caa-0000000022c9 | CHANGED | Restart rsyslogd service after logging conf change | standalone 2025-10-08 19:06:42.222231 | fa163ec5-3f45-18b2-9caa-0000000022c9 | TIMING | Restart rsyslogd service after logging conf change | standalone | 0:13:20.495603 | 0.79s 2025-10-08 19:06:42.258459 | fa163ec5-3f45-18b2-9caa-0000000000c2 | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists 2025-10-08 19:06:42.492938 | fa163ec5-3f45-18b2-9caa-0000000000c2 | OK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone 2025-10-08 19:06:42.496060 | fa163ec5-3f45-18b2-9caa-0000000000c2 | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone | 0:13:20.769430 | 0.23s 2025-10-08 19:06:42.585486 | fa163ec5-3f45-18b2-9caa-0000000000c3 | TIMING | include_tasks | standalone | 0:13:20.858860 | 0.07s 2025-10-08 19:06:42.611033 | 730b331a-49a4-4886-8866-832f32fd1b89 | INCLUDED | /root/standalone-ansible-tki1o3rs/common_deploy_steps_tasks.yaml | standalone 2025-10-08 19:06:42.637591 | fa163ec5-3f45-18b2-9caa-000000002ca3 | TASK | Write the config_step hieradata 2025-10-08 19:06:43.086820 | fa163ec5-3f45-18b2-9caa-000000002ca3 | OK | Write the config_step hieradata | standalone 2025-10-08 19:06:43.087587 | fa163ec5-3f45-18b2-9caa-000000002ca3 | TIMING | Write the config_step hieradata | standalone | 0:13:21.360970 | 0.45s 2025-10-08 19:06:43.111869 | fa163ec5-3f45-18b2-9caa-000000002ca4 | TASK | Run puppet host configuration for step 1 2025-10-08 19:06:43.392393 | fa163ec5-3f45-18b2-9caa-000000002ca4 | CHANGED | Run puppet host configuration for step 1 | standalone 2025-10-08 19:06:43.393181 | fa163ec5-3f45-18b2-9caa-000000002ca4 | TIMING | Run puppet host configuration for step 1 | standalone | 0:13:21.666564 | 0.28s 2025-10-08 19:06:43.413473 | fa163ec5-3f45-18b2-9caa-000000002ca5 | TASK | Wait for puppet host configuration to finish 2025-10-08 19:06:43.622204 | fa163ec5-3f45-18b2-9caa-000000002ca5 | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-10-08 19:06:53.817325 | fa163ec5-3f45-18b2-9caa-000000002ca5 | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-10-08 19:07:04.049136 | fa163ec5-3f45-18b2-9caa-000000002ca5 | WAITING | Wait for puppet host configuration to finish | standalone | 358 retries left 2025-10-08 19:07:14.280481 | fa163ec5-3f45-18b2-9caa-000000002ca5 | WAITING | Wait for puppet host configuration to finish | standalone | 357 retries left 2025-10-08 19:07:24.494468 | fa163ec5-3f45-18b2-9caa-000000002ca5 | WAITING | Wait for puppet host configuration to finish | standalone | 356 retries left 2025-10-08 19:07:34.720777 | fa163ec5-3f45-18b2-9caa-000000002ca5 | WAITING | Wait for puppet host configuration to finish | standalone | 355 retries left 2025-10-08 19:07:44.953004 | fa163ec5-3f45-18b2-9caa-000000002ca5 | CHANGED | Wait for puppet host configuration to finish | standalone 2025-10-08 19:07:44.954434 | fa163ec5-3f45-18b2-9caa-000000002ca5 | TIMING | Wait for puppet host configuration to finish | standalone | 0:14:23.227802 | 61.54s 2025-10-08 19:07:44.985512 | fa163ec5-3f45-18b2-9caa-000000002ca6 | TASK | Debug output for task: Run puppet host configuration for step 1 2025-10-08 19:07:45.071520 | fa163ec5-3f45-18b2-9caa-000000002ca6 | CHANGED | Debug output for task: Run puppet host configuration for step 1 | standalone | result={ "changed": true, "failed_when_result": false, "puppet_host_outputs.stdout_lines | default([]) | union(puppet_host_outputs.stderr_lines | default([]))": [ "<13>Oct 8 19:06:43 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Oct 8 19:06:48 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Oct 8 19:06:48 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Oct 8 19:06:48 puppet-user: (file & line not available)", "<13>Oct 8 19:06:48 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 8 19:06:48 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 8 19:06:49 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Oct 8 19:06:49 puppet-user: Notice: Compiled catalog for standalone.ooo.test in environment production in 0.40 seconds", "<13>Oct 8 19:06:49 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Database::Mysql::Client/Exec[directory-create-etc-my.cnf.d]/returns: executed successfully", "<13>Oct 8 19:06:49 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Database::Mysql::Client/File[/etc/my.cnf.d/tripleo.cnf]/ensure: created", "<13>Oct 8 19:06:49 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Database::Mysql::Client/Augeas[tripleo-mysql-client-conf]/returns: executed successfully", "<13>Oct 8 19:06:57 puppet-user: Notice: /Stage[main]/Pacemaker::Install/Package[pacemaker]/ensure: created", "<13>Oct 8 19:07:05 puppet-user: Notice: /Stage[main]/Pacemaker::Install/Package[pcs]/ensure: created", "<13>Oct 8 19:07:05 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/File_line[pcsd_bind_addr]/ensure: created", "<13>Oct 8 19:07:05 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/User[hacluster]/password: changed [redacted] to [redacted]", "<13>Oct 8 19:07:05 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/User[hacluster]/groups: groups changed to ['haclient']", "<13>Oct 8 19:07:08 puppet-user: Notice: /Stage[main]/Pacemaker::Service/Service[pcsd]/ensure: ensure changed 'stopped' to 'running'", "<13>Oct 8 19:07:09 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[check-for-local-authentication]/returns: executed successfully", "<13>Oct 8 19:07:10 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[reauthenticate-across-all-nodes]: Triggered 'refresh' from 3 events", "<13>Oct 8 19:07:13 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[Create Cluster tripleo_cluster]/returns: executed successfully", "<13>Oct 8 19:07:15 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[Start Cluster tripleo_cluster]/returns: executed successfully", "<13>Oct 8 19:07:16 puppet-user: Notice: /Stage[main]/Pacemaker::Service/Service[corosync]/enable: enable changed 'false' to 'true'", "<13>Oct 8 19:07:17 puppet-user: Notice: /Stage[main]/Pacemaker::Service/Service[pacemaker]/enable: enable changed 'false' to 'true'", "<13>Oct 8 19:07:39 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[wait-for-settle]/returns: executed successfully", "<13>Oct 8 19:07:41 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Oct 8 19:07:43 puppet-user: Notice: /Stage[main]/Pacemaker::Stonith/Pacemaker::Property[Disable STONITH]/Pcmk_property[property--stonith-enabled]/ensure: created", "<13>Oct 8 19:07:43 puppet-user: Notice: Applied catalog in 54.08 seconds", "<13>Oct 8 19:07:43 puppet-user: Application:", "<13>Oct 8 19:07:43 puppet-user: Initial environment: production", "<13>Oct 8 19:07:43 puppet-user: Converged environment: production", "<13>Oct 8 19:07:43 puppet-user: Run mode: user", "<13>Oct 8 19:07:43 puppet-user: Changes:", "<13>Oct 8 19:07:43 puppet-user: Total: 17", "<13>Oct 8 19:07:43 puppet-user: Events:", "<13>Oct 8 19:07:43 puppet-user: Success: 17", "<13>Oct 8 19:07:43 puppet-user: Resources:", "<13>Oct 8 19:07:43 puppet-user: Restarted: 1", "<13>Oct 8 19:07:43 puppet-user: Changed: 16", "<13>Oct 8 19:07:43 puppet-user: Out of sync: 16", "<13>Oct 8 19:07:43 puppet-user: Total: 26", "<13>Oct 8 19:07:43 puppet-user: Time:", "<13>Oct 8 19:07:43 puppet-user: Schedule: 0.00", "<13>Oct 8 19:07:43 puppet-user: File: 0.00", "<13>Oct 8 19:07:43 puppet-user: File line: 0.00", "<13>Oct 8 19:07:43 puppet-user: Augeas: 0.02", "<13>Oct 8 19:07:43 puppet-user: Config retrieval: 0.45", "<13>Oct 8 19:07:43 puppet-user: User: 0.58", "<13>Oct 8 19:07:43 puppet-user: Package: 15.65", "<13>Oct 8 19:07:43 puppet-user: Last run: 1759950463", "<13>Oct 8 19:07:43 puppet-user: Exec: 28.85", "<13>Oct 8 19:07:43 puppet-user: Pcmk property: 3.58", "<13>Oct 8 19:07:43 puppet-user: Service: 4.14", "<13>Oct 8 19:07:43 puppet-user: Transaction evaluation: 54.07", "<13>Oct 8 19:07:43 puppet-user: Catalog application: 54.08", "<13>Oct 8 19:07:43 puppet-user: Filebucket: 0.00", "<13>Oct 8 19:07:43 puppet-user: Total: 54.08", "<13>Oct 8 19:07:43 puppet-user: Version:", "<13>Oct 8 19:07:43 puppet-user: Config: 1759950408", "<13>Oct 8 19:07:43 puppet-user: Puppet: 7.10.0" ] } 2025-10-08 19:07:45.073022 | fa163ec5-3f45-18b2-9caa-000000002ca6 | TIMING | Debug output for task: Run puppet host configuration for step 1 | standalone | 0:14:23.346395 | 0.09s 2025-10-08 19:07:45.105166 | fa163ec5-3f45-18b2-9caa-000000002ca7 | TASK | Pre-cache facts for puppet containers 2025-10-08 19:07:45.134840 | fa163ec5-3f45-18b2-9caa-000000002ca7 | TIMING | Pre-cache facts for puppet containers | standalone | 0:14:23.408204 | 0.03s 2025-10-08 19:07:45.203987 | fa163ec5-3f45-18b2-9caa-000000002cee | TASK | Gather variables for each operating system 2025-10-08 19:07:45.329681 | fa163ec5-3f45-18b2-9caa-000000002cee | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:14:23.603035 | 0.12s 2025-10-08 19:07:45.362448 | fa163ec5-3f45-18b2-9caa-000000002cef | TASK | Create puppet caching structures 2025-10-08 19:07:45.620091 | fa163ec5-3f45-18b2-9caa-000000002cef | CHANGED | Create puppet caching structures | standalone 2025-10-08 19:07:45.621637 | fa163ec5-3f45-18b2-9caa-000000002cef | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:14:23.895010 | 0.26s 2025-10-08 19:07:45.651441 | fa163ec5-3f45-18b2-9caa-000000002cf0 | TASK | Check for facter.conf 2025-10-08 19:07:45.888597 | fa163ec5-3f45-18b2-9caa-000000002cf0 | OK | Check for facter.conf | standalone 2025-10-08 19:07:45.890000 | fa163ec5-3f45-18b2-9caa-000000002cf0 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:14:24.163373 | 0.24s 2025-10-08 19:07:45.920252 | fa163ec5-3f45-18b2-9caa-000000002cf1 | TASK | Remove facter.conf if directory 2025-10-08 19:07:45.971014 | fa163ec5-3f45-18b2-9caa-000000002cf1 | SKIPPED | Remove facter.conf if directory | standalone 2025-10-08 19:07:45.972422 | fa163ec5-3f45-18b2-9caa-000000002cf1 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:14:24.245795 | 0.05s 2025-10-08 19:07:46.001838 | fa163ec5-3f45-18b2-9caa-000000002cf2 | TASK | Write facter cache config 2025-10-08 19:07:46.508064 | fa163ec5-3f45-18b2-9caa-000000002cf2 | CHANGED | Write facter cache config | standalone 2025-10-08 19:07:46.509598 | fa163ec5-3f45-18b2-9caa-000000002cf2 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:14:24.782971 | 0.51s 2025-10-08 19:07:46.538767 | fa163ec5-3f45-18b2-9caa-000000002cf3 | TASK | Cleanup facter cache if exists 2025-10-08 19:07:46.770814 | fa163ec5-3f45-18b2-9caa-000000002cf3 | OK | Cleanup facter cache if exists | standalone 2025-10-08 19:07:46.772325 | fa163ec5-3f45-18b2-9caa-000000002cf3 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:14:25.045664 | 0.23s 2025-10-08 19:07:46.802530 | fa163ec5-3f45-18b2-9caa-000000002cf4 | TASK | Pre-cache facts 2025-10-08 19:07:47.442549 | fa163ec5-3f45-18b2-9caa-000000002cf4 | CHANGED | Pre-cache facts | standalone 2025-10-08 19:07:47.443819 | fa163ec5-3f45-18b2-9caa-000000002cf4 | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:14:25.717192 | 0.64s 2025-10-08 19:07:47.474977 | fa163ec5-3f45-18b2-9caa-000000002cf5 | TASK | Failed deployment if facter fails 2025-10-08 19:07:47.507943 | fa163ec5-3f45-18b2-9caa-000000002cf5 | SKIPPED | Failed deployment if facter fails | standalone 2025-10-08 19:07:47.509467 | fa163ec5-3f45-18b2-9caa-000000002cf5 | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:14:25.782836 | 0.03s 2025-10-08 19:07:47.561214 | fa163ec5-3f45-18b2-9caa-000000002cf6 | TASK | Sync cached facts 2025-10-08 19:07:48.008444 | fa163ec5-3f45-18b2-9caa-000000002cf6 | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163ec5-3f45-18b2-9caa-000000002cf6') missing from stats 2025-10-08 19:07:48.045763 | fa163ec5-3f45-18b2-9caa-000000002ca8 | TASK | Include container-puppet tasks (generate config) during step 1 2025-10-08 19:07:48.093244 | fa163ec5-3f45-18b2-9caa-000000002ca8 | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:14:26.366614 | 0.05s 2025-10-08 19:07:48.114946 | 094a8042-1fd7-45eb-8cb3-fd42547a6199 | INCLUDED | /root/standalone-ansible-tki1o3rs/generate-config-tasks.yaml | standalone 2025-10-08 19:07:48.149127 | fa163ec5-3f45-18b2-9caa-000000002d40 | TASK | Create base directory puppet configs 2025-10-08 19:07:48.397229 | fa163ec5-3f45-18b2-9caa-000000002d40 | CHANGED | Create base directory puppet configs | standalone 2025-10-08 19:07:48.398724 | fa163ec5-3f45-18b2-9caa-000000002d40 | TIMING | Create base directory puppet configs | standalone | 0:14:26.672096 | 0.25s 2025-10-08 19:07:48.430439 | fa163ec5-3f45-18b2-9caa-000000002d41 | TASK | Generate container puppet configs for step 1 2025-10-08 19:07:48.720950 | fa163ec5-3f45-18b2-9caa-000000002d41 | CHANGED | Generate container puppet configs for step 1 | standalone 2025-10-08 19:07:48.722504 | fa163ec5-3f45-18b2-9caa-000000002d41 | TIMING | Generate container puppet configs for step 1 | standalone | 0:14:26.995877 | 0.29s 2025-10-08 19:07:48.755600 | fa163ec5-3f45-18b2-9caa-000000002d42 | TASK | Manage Puppet containers (generate config) for step 1 with tripleo-ansible 2025-10-08 19:07:48.785678 | fa163ec5-3f45-18b2-9caa-000000002d42 | TIMING | Manage Puppet containers (generate config) for step 1 with tripleo-ansible | standalone | 0:14:27.059046 | 0.03s 2025-10-08 19:07:48.864527 | fa163ec5-3f45-18b2-9caa-000000002dcc | TASK | Gather variables for each operating system 2025-10-08 19:07:48.988220 | fa163ec5-3f45-18b2-9caa-000000002dcc | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:14:27.261582 | 0.12s 2025-10-08 19:07:49.019582 | fa163ec5-3f45-18b2-9caa-000000002dcd | TASK | Create container logs path 2025-10-08 19:07:49.272602 | fa163ec5-3f45-18b2-9caa-000000002dcd | OK | Create container logs path | standalone 2025-10-08 19:07:49.274033 | fa163ec5-3f45-18b2-9caa-000000002dcd | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:14:27.547407 | 0.25s 2025-10-08 19:07:49.306185 | fa163ec5-3f45-18b2-9caa-000000002dcf | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-08 19:07:49.765385 | fa163ec5-3f45-18b2-9caa-000000002dcf | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-10-08 19:07:49.766700 | fa163ec5-3f45-18b2-9caa-000000002dcf | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:14:28.040073 | 0.46s 2025-10-08 19:07:49.800416 | fa163ec5-3f45-18b2-9caa-000000002dd0 | TASK | Finalise hashes for all containers 2025-10-08 19:07:49.851276 | fa163ec5-3f45-18b2-9caa-000000002dd0 | OK | Finalise hashes for all containers | standalone 2025-10-08 19:07:49.852455 | fa163ec5-3f45-18b2-9caa-000000002dd0 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:14:28.125830 | 0.05s 2025-10-08 19:07:49.884969 | fa163ec5-3f45-18b2-9caa-000000002dd2 | TASK | Manage systemd shutdown files 2025-10-08 19:07:49.925604 | fa163ec5-3f45-18b2-9caa-000000002dd2 | SKIPPED | Manage systemd shutdown files | standalone 2025-10-08 19:07:49.926772 | fa163ec5-3f45-18b2-9caa-000000002dd2 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:14:28.200146 | 0.04s 2025-10-08 19:07:49.957229 | fa163ec5-3f45-18b2-9caa-000000002dd4 | TASK | Update container configs with new config hashes 2025-10-08 19:07:50.018597 | fa163ec5-3f45-18b2-9caa-000000002dd4 | SKIPPED | Update container configs with new config hashes | standalone 2025-10-08 19:07:50.019890 | fa163ec5-3f45-18b2-9caa-000000002dd4 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:14:28.293265 | 0.06s 2025-10-08 19:07:50.052677 | fa163ec5-3f45-18b2-9caa-000000002dd5 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-08 19:07:50.108132 | fa163ec5-3f45-18b2-9caa-000000002dd5 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:14:28.381500 | 0.05s 2025-10-08 19:07:50.134821 | 294e7507-2b54-4319-be1c-ac9ef2101fa3 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-08 19:07:50.172539 | fa163ec5-3f45-18b2-9caa-000000002e19 | TASK | Gather podman infos 2025-10-08 19:07:50.779072 | fa163ec5-3f45-18b2-9caa-000000002e19 | OK | Gather podman infos | standalone 2025-10-08 19:07:50.780418 | fa163ec5-3f45-18b2-9caa-000000002e19 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:14:29.053791 | 0.61s 2025-10-08 19:07:50.815941 | fa163ec5-3f45-18b2-9caa-000000002e1a | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-08 19:07:50.882164 | fa163ec5-3f45-18b2-9caa-000000002e1a | SKIPPED | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-10-08 19:07:50.883389 | fa163ec5-3f45-18b2-9caa-000000002e1a | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:14:29.156763 | 0.07s 2025-10-08 19:07:50.915011 | fa163ec5-3f45-18b2-9caa-000000002dd6 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-08 19:07:50.966597 | fa163ec5-3f45-18b2-9caa-000000002dd6 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:14:29.239967 | 0.05s 2025-10-08 19:07:50.988161 | d4932f6d-eb99-4bc4-8bf7-4c6bae16c3e4 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-08 19:07:51.019474 | fa163ec5-3f45-18b2-9caa-000000002e43 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-08 19:08:22.327423 | fa163ec5-3f45-18b2-9caa-000000002e43 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-10-08 19:08:22.329028 | fa163ec5-3f45-18b2-9caa-000000002e43 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:15:00.602401 | 31.31s 2025-10-08 19:08:22.406815 | fa163ec5-3f45-18b2-9caa-000000002e44 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-08 19:08:22.489049 | fa163ec5-3f45-18b2-9caa-000000002e44 | SKIPPED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-10-08 19:08:22.490259 | fa163ec5-3f45-18b2-9caa-000000002e44 | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:15:00.763633 | 0.08s 2025-10-08 19:08:22.546351 | fa163ec5-3f45-18b2-9caa-000000002d44 | TASK | Diff puppet-generated changes for check mode 2025-10-08 19:08:22.577347 | fa163ec5-3f45-18b2-9caa-000000002d44 | SKIPPED | Diff puppet-generated changes for check mode | standalone 2025-10-08 19:08:22.578452 | fa163ec5-3f45-18b2-9caa-000000002d44 | TIMING | Diff puppet-generated changes for check mode | standalone | 0:15:00.851821 | 0.03s 2025-10-08 19:08:22.606575 | fa163ec5-3f45-18b2-9caa-000000002d45 | TASK | Diff puppet-generated changes for check mode 2025-10-08 19:08:22.637322 | fa163ec5-3f45-18b2-9caa-000000002d45 | SKIPPED | Diff puppet-generated changes for check mode | standalone 2025-10-08 19:08:22.638425 | fa163ec5-3f45-18b2-9caa-000000002d45 | TIMING | Diff puppet-generated changes for check mode | standalone | 0:15:00.911800 | 0.03s 2025-10-08 19:08:22.669387 | fa163ec5-3f45-18b2-9caa-000000002caa | TASK | Manage containers for step 1 with tripleo-ansible 2025-10-08 19:08:22.690208 | fa163ec5-3f45-18b2-9caa-000000002caa | TIMING | Manage containers for step 1 with tripleo-ansible | standalone | 0:15:00.963548 | 0.02s 2025-10-08 19:08:22.755535 | fa163ec5-3f45-18b2-9caa-000000002e99 | TASK | Gather variables for each operating system 2025-10-08 19:08:22.877211 | fa163ec5-3f45-18b2-9caa-000000002e99 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:15:01.150575 | 0.12s 2025-10-08 19:08:22.909811 | fa163ec5-3f45-18b2-9caa-000000002e9a | TASK | Create container logs path 2025-10-08 19:08:23.354216 | fa163ec5-3f45-18b2-9caa-000000002e9a | OK | Create container logs path | standalone 2025-10-08 19:08:23.355122 | fa163ec5-3f45-18b2-9caa-000000002e9a | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:15:01.628498 | 0.44s 2025-10-08 19:08:23.377767 | fa163ec5-3f45-18b2-9caa-000000002e9c | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_1 2025-10-08 19:08:23.672568 | fa163ec5-3f45-18b2-9caa-000000002e9c | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_1 | standalone 2025-10-08 19:08:23.673927 | fa163ec5-3f45-18b2-9caa-000000002e9c | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:15:01.947299 | 0.30s 2025-10-08 19:08:23.703790 | fa163ec5-3f45-18b2-9caa-000000002e9d | TASK | Finalise hashes for all containers 2025-10-08 19:08:23.765403 | fa163ec5-3f45-18b2-9caa-000000002e9d | OK | Finalise hashes for all containers | standalone 2025-10-08 19:08:23.766663 | fa163ec5-3f45-18b2-9caa-000000002e9d | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:15:02.040035 | 0.06s 2025-10-08 19:08:23.796186 | fa163ec5-3f45-18b2-9caa-000000002e9f | TASK | Manage systemd shutdown files 2025-10-08 19:08:23.825412 | fa163ec5-3f45-18b2-9caa-000000002e9f | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:15:02.098780 | 0.03s 2025-10-08 19:08:23.859684 | 0a8d6aca-bdc5-4df8-a0cc-e3d571123064 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-10-08 19:08:23.887186 | fa163ec5-3f45-18b2-9caa-000000002ed2 | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-10-08 19:08:24.182889 | fa163ec5-3f45-18b2-9caa-000000002ed2 | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-10-08 19:08:24.184255 | fa163ec5-3f45-18b2-9caa-000000002ed2 | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:15:02.457629 | 0.30s 2025-10-08 19:08:24.214181 | fa163ec5-3f45-18b2-9caa-000000002ed3 | TASK | Set podman_drop_in fact 2025-10-08 19:08:24.258917 | fa163ec5-3f45-18b2-9caa-000000002ed3 | OK | Set podman_drop_in fact | standalone 2025-10-08 19:08:24.260011 | fa163ec5-3f45-18b2-9caa-000000002ed3 | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:15:02.533385 | 0.04s 2025-10-08 19:08:24.289086 | fa163ec5-3f45-18b2-9caa-000000002ed5 | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-10-08 19:08:24.795720 | fa163ec5-3f45-18b2-9caa-000000002ed5 | CHANGED | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-10-08 19:08:24.796645 | fa163ec5-3f45-18b2-9caa-000000002ed5 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:15:03.070026 | 0.51s 2025-10-08 19:08:25.278853 | fa163ec5-3f45-18b2-9caa-000000002ed5 | CHANGED | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-10-08 19:08:25.280678 | fa163ec5-3f45-18b2-9caa-000000002ed5 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:15:03.554055 | 0.99s 2025-10-08 19:08:25.291173 | fa163ec5-3f45-18b2-9caa-000000002ed5 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:15:03.564546 | 1.00s 2025-10-08 19:08:25.321010 | fa163ec5-3f45-18b2-9caa-000000002ed6 | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-10-08 19:08:25.841919 | fa163ec5-3f45-18b2-9caa-000000002ed6 | CHANGED | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-10-08 19:08:25.843390 | fa163ec5-3f45-18b2-9caa-000000002ed6 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:15:04.116761 | 0.52s 2025-10-08 19:08:25.873665 | fa163ec5-3f45-18b2-9caa-000000002ed7 | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-10-08 19:08:26.345703 | fa163ec5-3f45-18b2-9caa-000000002ed7 | CHANGED | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-10-08 19:08:26.347168 | fa163ec5-3f45-18b2-9caa-000000002ed7 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:15:04.620541 | 0.47s 2025-10-08 19:08:26.377023 | fa163ec5-3f45-18b2-9caa-000000002ed8 | TASK | Enable and start tripleo-container-shutdown 2025-10-08 19:08:27.275010 | fa163ec5-3f45-18b2-9caa-000000002ed8 | CHANGED | Enable and start tripleo-container-shutdown | standalone 2025-10-08 19:08:27.276984 | fa163ec5-3f45-18b2-9caa-000000002ed8 | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:15:05.550356 | 0.90s 2025-10-08 19:08:27.309431 | fa163ec5-3f45-18b2-9caa-000000002ed9 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-10-08 19:08:27.832110 | fa163ec5-3f45-18b2-9caa-000000002ed9 | CHANGED | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-10-08 19:08:27.833776 | fa163ec5-3f45-18b2-9caa-000000002ed9 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:15:06.107149 | 0.52s 2025-10-08 19:08:27.862974 | fa163ec5-3f45-18b2-9caa-000000002eda | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-10-08 19:08:28.384640 | fa163ec5-3f45-18b2-9caa-000000002eda | CHANGED | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-10-08 19:08:28.386126 | fa163ec5-3f45-18b2-9caa-000000002eda | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:15:06.659498 | 0.52s 2025-10-08 19:08:28.417319 | fa163ec5-3f45-18b2-9caa-000000002edb | TASK | Enable and start netns-placeholder 2025-10-08 19:08:29.420533 | fa163ec5-3f45-18b2-9caa-000000002edb | CHANGED | Enable and start netns-placeholder | standalone 2025-10-08 19:08:29.422569 | fa163ec5-3f45-18b2-9caa-000000002edb | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:15:07.695942 | 1.00s 2025-10-08 19:08:29.453464 | fa163ec5-3f45-18b2-9caa-000000002ea1 | TASK | Update container configs with new config hashes 2025-10-08 19:08:29.507702 | fa163ec5-3f45-18b2-9caa-000000002ea1 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:15:07.781069 | 0.05s 2025-10-08 19:08:29.529383 | 3b4b7cdf-0415-458d-9d64-6757d0fe3d72 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-10-08 19:08:29.564819 | fa163ec5-3f45-18b2-9caa-000000002f03 | TASK | Update config hashes for container startup configs 2025-10-08 19:08:29.877924 | | WARNING | Config change detected for memcached, new hash: a226265c45722b4c809790869a4b047f 2025-10-08 19:08:29.879203 | | WARNING | Config change detected for mysql_bootstrap, new hash: c120f2101855c014185d2b845f2ffde8 2025-10-08 19:08:29.879830 | | WARNING | Config change detected for rabbitmq_bootstrap, new hash: 2eb165b63b71c2ebd1dc03fde414b1c2 2025-10-08 19:08:29.880435 | | WARNING | Config change detected for redis_tls_proxy, new hash: e6482efcf71941d0b75f412b15698c78 2025-10-08 19:08:29.880995 | | WARNING | Config change detected for clustercheck, new hash: b107f11dd46f8f871e461f5673b893b2 2025-10-08 19:08:29.881625 | | WARNING | Config change detected for horizon_fix_perms, new hash: ad2d8c84f3697d15fab44054704f59c1 2025-10-08 19:08:29.882174 | | WARNING | Config change detected for mysql_wait_bundle, new hash: c120f2101855c014185d2b845f2ffde8 2025-10-08 19:08:29.882866 | | WARNING | Config change detected for octavia_api_init_dirs, new hash: a71a8224c273262eb4e39baacc44e9b4 2025-10-08 19:08:29.883491 | | WARNING | Config change detected for octavia_health_manager_init_dirs, new hash: a71a8224c273262eb4e39baacc44e9b4 2025-10-08 19:08:29.884172 | | WARNING | Config change detected for octavia_housekeeping_init_dirs, new hash: a71a8224c273262eb4e39baacc44e9b4 2025-10-08 19:08:29.884859 | | WARNING | Config change detected for octavia_worker_init_dirs, new hash: a71a8224c273262eb4e39baacc44e9b4 2025-10-08 19:08:29.885404 | | WARNING | Config change detected for aodh_db_sync, new hash: cda67366525fee52f0aab70e544ee7f6 2025-10-08 19:08:29.885906 | | WARNING | Config change detected for cinder_api_db_sync, new hash: 7643bc2f475ed998354bddf7f6a19fab 2025-10-08 19:08:29.886469 | | WARNING | Config change detected for glance_api_db_sync, new hash: 91d6a80b047adf21affd4f55d03becf1-0aba510fce37fe3a68a388e4755aa34e 2025-10-08 19:08:29.886982 | | WARNING | Config change detected for heat_engine_db_sync, new hash: c9b424da332d1abc53bc7c0c9721bf97 2025-10-08 19:08:29.887541 | | WARNING | Config change detected for horizon, new hash: ad2d8c84f3697d15fab44054704f59c1 2025-10-08 19:08:29.888056 | | WARNING | Config change detected for iscsid, new hash: 0aba510fce37fe3a68a388e4755aa34e 2025-10-08 19:08:29.888616 | | WARNING | Config change detected for keystone, new hash: 2fbb8047e5a2114ec288049e212a237d 2025-10-08 19:08:29.889118 | | WARNING | Config change detected for keystone_cron, new hash: 2fbb8047e5a2114ec288049e212a237d 2025-10-08 19:08:29.889650 | | WARNING | Config change detected for keystone_db_sync, new hash: 2fbb8047e5a2114ec288049e212a237d 2025-10-08 19:08:29.890153 | | WARNING | Config change detected for manila_api_db_sync, new hash: a05a7258ffd6d9e054f785d2434ebfa2 2025-10-08 19:08:29.890711 | | WARNING | Config change detected for neutron_db_sync, new hash: be840da85cb288f4d95fb42b652de73a 2025-10-08 19:08:29.891205 | | WARNING | Config change detected for nova_api_db_sync, new hash: 953cb5db7e9b1fe9e016485f4759afd4 2025-10-08 19:08:29.891809 | | WARNING | Config change detected for nova_api_ensure_default_cells, new hash: 953cb5db7e9b1fe9e016485f4759afd4 2025-10-08 19:08:29.892364 | | WARNING | Config change detected for nova_db_sync, new hash: 953cb5db7e9b1fe9e016485f4759afd4 2025-10-08 19:08:29.892870 | | WARNING | Config change detected for nova_virtlogd_wrapper, new hash: f43b0e76c47ca7b00273ad52265244b5 2025-10-08 19:08:29.893397 | | WARNING | Config change detected for nova_virtnodedevd, new hash: f43b0e76c47ca7b00273ad52265244b5 2025-10-08 19:08:29.893994 | | WARNING | Config change detected for nova_virtproxyd, new hash: f43b0e76c47ca7b00273ad52265244b5 2025-10-08 19:08:29.894579 | | WARNING | Config change detected for nova_virtqemud, new hash: f43b0e76c47ca7b00273ad52265244b5 2025-10-08 19:08:29.895105 | | WARNING | Config change detected for nova_virtsecretd, new hash: f43b0e76c47ca7b00273ad52265244b5 2025-10-08 19:08:29.895674 | | WARNING | Config change detected for nova_virtstoraged, new hash: f43b0e76c47ca7b00273ad52265244b5 2025-10-08 19:08:29.896217 | | WARNING | Config change detected for octavia_db_sync, new hash: a71a8224c273262eb4e39baacc44e9b4 2025-10-08 19:08:29.896823 | | WARNING | Config change detected for placement_api_db_sync, new hash: 6d19f33560ec079bdc9b28c88825aa84 2025-10-08 19:08:29.897443 | | WARNING | Config change detected for swift_copy_rings, new hash: 6c67517fc5fa5b55211c46a9524cec7a-6bb493833a16c68211f152393cf84987 2025-10-08 19:08:29.898029 | | WARNING | Config change detected for aodh_api, new hash: cda67366525fee52f0aab70e544ee7f6 2025-10-08 19:08:29.898608 | | WARNING | Config change detected for aodh_api_cron, new hash: cda67366525fee52f0aab70e544ee7f6 2025-10-08 19:08:29.899114 | | WARNING | Config change detected for aodh_evaluator, new hash: cda67366525fee52f0aab70e544ee7f6 2025-10-08 19:08:29.899689 | | WARNING | Config change detected for aodh_listener, new hash: cda67366525fee52f0aab70e544ee7f6 2025-10-08 19:08:29.900181 | | WARNING | Config change detected for aodh_notifier, new hash: cda67366525fee52f0aab70e544ee7f6 2025-10-08 19:08:29.900798 | | WARNING | Config change detected for ceilometer_agent_central, new hash: c13c6799860771168574e52c425e9cb9 2025-10-08 19:08:29.901378 | | WARNING | Config change detected for ceilometer_agent_compute, new hash: c13c6799860771168574e52c425e9cb9 2025-10-08 19:08:29.901899 | | WARNING | Config change detected for ceilometer_agent_notification, new hash: c13c6799860771168574e52c425e9cb9 2025-10-08 19:08:29.902483 | | WARNING | Config change detected for cinder_api, new hash: 7643bc2f475ed998354bddf7f6a19fab 2025-10-08 19:08:29.903141 | | WARNING | Config change detected for cinder_api_cron, new hash: 7643bc2f475ed998354bddf7f6a19fab 2025-10-08 19:08:29.903691 | | WARNING | Config change detected for cinder_scheduler, new hash: 7643bc2f475ed998354bddf7f6a19fab 2025-10-08 19:08:29.904195 | | WARNING | Config change detected for glance_api, new hash: 91d6a80b047adf21affd4f55d03becf1-0aba510fce37fe3a68a388e4755aa34e 2025-10-08 19:08:29.904750 | | WARNING | Config change detected for glance_api_cron, new hash: 91d6a80b047adf21affd4f55d03becf1 2025-10-08 19:08:29.905249 | | WARNING | Config change detected for glance_api_internal, new hash: 86fc11ab0daf36f562e8fcfff6f8a11b-0aba510fce37fe3a68a388e4755aa34e 2025-10-08 19:08:29.905794 | | WARNING | Config change detected for glance_api_internal_tls_proxy, new hash: 86fc11ab0daf36f562e8fcfff6f8a11b 2025-10-08 19:08:29.906346 | | WARNING | Config change detected for glance_api_tls_proxy, new hash: 91d6a80b047adf21affd4f55d03becf1 2025-10-08 19:08:29.906862 | | WARNING | Config change detected for heat_api, new hash: 4a9ea50e02c4363563e18473e4fc8c27 2025-10-08 19:08:29.907396 | | WARNING | Config change detected for heat_api_cfn, new hash: 52383f5f2e08b5e709e9c3ffacc40219 2025-10-08 19:08:29.907891 | | WARNING | Config change detected for heat_api_cron, new hash: 4a9ea50e02c4363563e18473e4fc8c27 2025-10-08 19:08:29.908486 | | WARNING | Config change detected for heat_engine, new hash: c9b424da332d1abc53bc7c0c9721bf97 2025-10-08 19:08:29.908997 | | WARNING | Config change detected for logrotate_crond, new hash: 53ed83bb0cae779ff95edb2002262c6f 2025-10-08 19:08:29.909551 | | WARNING | Config change detected for manila_api, new hash: a05a7258ffd6d9e054f785d2434ebfa2 2025-10-08 19:08:29.910074 | | WARNING | Config change detected for manila_api_cron, new hash: a05a7258ffd6d9e054f785d2434ebfa2 2025-10-08 19:08:29.910643 | | WARNING | Config change detected for manila_scheduler, new hash: a05a7258ffd6d9e054f785d2434ebfa2 2025-10-08 19:08:29.911125 | | WARNING | Config change detected for neutron_api, new hash: be840da85cb288f4d95fb42b652de73a 2025-10-08 19:08:29.911650 | | WARNING | Config change detected for neutron_dhcp, new hash: be840da85cb288f4d95fb42b652de73a 2025-10-08 19:08:29.912138 | | WARNING | Config change detected for neutron_server_tls_proxy, new hash: be840da85cb288f4d95fb42b652de73a 2025-10-08 19:08:29.912674 | | WARNING | Config change detected for neutron_sriov_agent, new hash: be840da85cb288f4d95fb42b652de73a 2025-10-08 19:08:29.913179 | | WARNING | Config change detected for nova_api, new hash: 953cb5db7e9b1fe9e016485f4759afd4 2025-10-08 19:08:29.913737 | | WARNING | Config change detected for nova_api_cron, new hash: 953cb5db7e9b1fe9e016485f4759afd4 2025-10-08 19:08:29.914342 | | WARNING | Config change detected for nova_conductor, new hash: 953cb5db7e9b1fe9e016485f4759afd4 2025-10-08 19:08:29.914865 | | WARNING | Config change detected for nova_metadata, new hash: 6e124c504d79a3b9b57ebe27f454ebfe 2025-10-08 19:08:29.915401 | | WARNING | Config change detected for nova_migration_target, new hash: f43b0e76c47ca7b00273ad52265244b5 2025-10-08 19:08:29.915892 | | WARNING | Config change detected for nova_scheduler, new hash: 953cb5db7e9b1fe9e016485f4759afd4 2025-10-08 19:08:29.916419 | | WARNING | Config change detected for nova_vnc_proxy, new hash: 953cb5db7e9b1fe9e016485f4759afd4 2025-10-08 19:08:29.916951 | | WARNING | Config change detected for nova_wait_for_api_service, new hash: 953cb5db7e9b1fe9e016485f4759afd4 2025-10-08 19:08:29.917517 | | WARNING | Config change detected for octavia_api, new hash: a71a8224c273262eb4e39baacc44e9b4 2025-10-08 19:08:29.918032 | | WARNING | Config change detected for octavia_driver_agent, new hash: a71a8224c273262eb4e39baacc44e9b4 2025-10-08 19:08:29.918608 | | WARNING | Config change detected for ovn_metadata_agent, new hash: be840da85cb288f4d95fb42b652de73a 2025-10-08 19:08:29.919159 | | WARNING | Config change detected for placement_api, new hash: 6d19f33560ec079bdc9b28c88825aa84 2025-10-08 19:08:29.919707 | | WARNING | Config change detected for placement_wait_for_service, new hash: 6d19f33560ec079bdc9b28c88825aa84 2025-10-08 19:08:29.920356 | | WARNING | Config change detected for swift_account_reaper, new hash: 6c67517fc5fa5b55211c46a9524cec7a 2025-10-08 19:08:29.920842 | | WARNING | Config change detected for swift_account_server, new hash: 6c67517fc5fa5b55211c46a9524cec7a 2025-10-08 19:08:29.921346 | | WARNING | Config change detected for swift_container_server, new hash: 6c67517fc5fa5b55211c46a9524cec7a 2025-10-08 19:08:29.921827 | | WARNING | Config change detected for swift_container_updater, new hash: 6c67517fc5fa5b55211c46a9524cec7a 2025-10-08 19:08:29.922411 | | WARNING | Config change detected for swift_object_expirer, new hash: 6c67517fc5fa5b55211c46a9524cec7a 2025-10-08 19:08:29.922934 | | WARNING | Config change detected for swift_object_server, new hash: 6c67517fc5fa5b55211c46a9524cec7a 2025-10-08 19:08:29.923477 | | WARNING | Config change detected for swift_object_updater, new hash: 6c67517fc5fa5b55211c46a9524cec7a 2025-10-08 19:08:29.924008 | | WARNING | Config change detected for swift_proxy, new hash: 6c67517fc5fa5b55211c46a9524cec7a 2025-10-08 19:08:29.924567 | | WARNING | Config change detected for swift_proxy_tls_proxy, new hash: 6c67517fc5fa5b55211c46a9524cec7a 2025-10-08 19:08:29.925076 | | WARNING | Config change detected for ceilometer_gnocchi_upgrade, new hash: c13c6799860771168574e52c425e9cb9 2025-10-08 19:08:29.925601 | | WARNING | Config change detected for gnocchi_api, new hash: 7505c1a7217f1da2de28f0b63f67e053 2025-10-08 19:08:29.926088 | | WARNING | Config change detected for gnocchi_db_sync, new hash: 7505c1a7217f1da2de28f0b63f67e053 2025-10-08 19:08:29.926642 | | WARNING | Config change detected for gnocchi_metricd, new hash: 7505c1a7217f1da2de28f0b63f67e053 2025-10-08 19:08:29.927159 | | WARNING | Config change detected for gnocchi_statsd, new hash: 7505c1a7217f1da2de28f0b63f67e053 2025-10-08 19:08:29.927565 | | WARNING | Config change detected for nova_compute, new hash: 0aba510fce37fe3a68a388e4755aa34e-f43b0e76c47ca7b00273ad52265244b5 2025-10-08 19:08:29.927899 | | WARNING | Config change detected for nova_wait_for_compute_service, new hash: f43b0e76c47ca7b00273ad52265244b5 2025-10-08 19:08:29.928222 | | WARNING | Config change detected for octavia_health_manager, new hash: a71a8224c273262eb4e39baacc44e9b4 2025-10-08 19:08:29.928577 | | WARNING | Config change detected for octavia_housekeeping, new hash: a71a8224c273262eb4e39baacc44e9b4 2025-10-08 19:08:29.928943 | | WARNING | Config change detected for octavia_rsyslog, new hash: a71a8224c273262eb4e39baacc44e9b4 2025-10-08 19:08:29.929321 | | WARNING | Config change detected for octavia_worker, new hash: a71a8224c273262eb4e39baacc44e9b4 2025-10-08 19:08:29.929671 | fa163ec5-3f45-18b2-9caa-000000002f03 | CHANGED | Update config hashes for container startup configs | standalone 2025-10-08 19:08:29.930296 | fa163ec5-3f45-18b2-9caa-000000002f03 | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:15:08.203656 | 0.36s 2025-10-08 19:08:29.954986 | fa163ec5-3f45-18b2-9caa-000000002ea2 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_1 2025-10-08 19:08:30.015105 | fa163ec5-3f45-18b2-9caa-000000002ea2 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:15:08.288461 | 0.06s 2025-10-08 19:08:30.045336 | c3aea58e-b8f5-48d3-b484-dfd41aacf3b3 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-08 19:08:30.081674 | fa163ec5-3f45-18b2-9caa-000000002f22 | TASK | Gather podman infos 2025-10-08 19:08:30.839624 | fa163ec5-3f45-18b2-9caa-000000002f22 | OK | Gather podman infos | standalone 2025-10-08 19:08:30.840839 | fa163ec5-3f45-18b2-9caa-000000002f22 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:15:09.114213 | 0.76s 2025-10-08 19:08:30.908102 | fa163ec5-3f45-18b2-9caa-000000002f23 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 2025-10-08 19:08:30.969441 | fa163ec5-3f45-18b2-9caa-000000002f23 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:15:09.242807 | 0.06s 2025-10-08 19:08:31.100528 | fa163ec5-3f45-18b2-9caa-000000002f6c | TIMING | tripleo_container_rm : include_tasks | standalone | 0:15:09.373897 | 0.07s 2025-10-08 19:08:31.159743 | fa163ec5-3f45-18b2-9caa-000000002ea3 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_1 2025-10-08 19:08:31.212642 | fa163ec5-3f45-18b2-9caa-000000002ea3 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:15:09.486004 | 0.05s 2025-10-08 19:08:31.236128 | 341c08fe-f8d9-4290-87c6-c2ff6dbb9678 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-08 19:08:31.271227 | fa163ec5-3f45-18b2-9caa-000000002f92 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 2025-10-08 19:08:39.260737 | fa163ec5-3f45-18b2-9caa-000000002f92 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 | standalone 2025-10-08 19:08:39.262259 | fa163ec5-3f45-18b2-9caa-000000002f92 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:15:17.535629 | 7.99s 2025-10-08 19:08:39.292581 | fa163ec5-3f45-18b2-9caa-000000002f93 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_1 2025-10-08 19:08:43.742409 | fa163ec5-3f45-18b2-9caa-000000002f93 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_1 | standalone 2025-10-08 19:08:43.743966 | fa163ec5-3f45-18b2-9caa-000000002f93 | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:15:22.017340 | 4.45s 2025-10-08 19:08:43.813651 | fa163ec5-3f45-18b2-9caa-000000002cac | TASK | Clean container_puppet_tasks for standalone step 1 2025-10-08 19:08:44.054179 | fa163ec5-3f45-18b2-9caa-000000002cac | OK | Clean container_puppet_tasks for standalone step 1 | standalone 2025-10-08 19:08:44.055543 | fa163ec5-3f45-18b2-9caa-000000002cac | TIMING | Clean container_puppet_tasks for standalone step 1 | standalone | 0:15:22.328917 | 0.24s 2025-10-08 19:08:44.104334 | fa163ec5-3f45-18b2-9caa-000000002cad | TASK | Calculate container_puppet_tasks for standalone step 1 2025-10-08 19:08:44.154910 | fa163ec5-3f45-18b2-9caa-000000002cad | TIMING | Calculate container_puppet_tasks for standalone step 1 | standalone | 0:15:22.428257 | 0.05s 2025-10-08 19:08:44.188691 | fa163ec5-3f45-18b2-9caa-000000002cae | TASK | Include container-puppet tasks for step 1 2025-10-08 19:08:44.245470 | fa163ec5-3f45-18b2-9caa-000000002cae | TIMING | Include container-puppet tasks for step 1 | standalone | 0:15:22.518829 | 0.06s 2025-10-08 19:08:44.274779 | ce544fd4-98f1-441c-be6e-05c42a36d303 | INCLUDED | /root/standalone-ansible-tki1o3rs/host-container-puppet-tasks.yaml | standalone 2025-10-08 19:08:44.324615 | fa163ec5-3f45-18b2-9caa-000000002fde | TASK | Write container-puppet-tasks json file for standalone step 1 2025-10-08 19:08:44.790611 | fa163ec5-3f45-18b2-9caa-000000002fde | CHANGED | Write container-puppet-tasks json file for standalone step 1 | standalone 2025-10-08 19:08:44.792035 | fa163ec5-3f45-18b2-9caa-000000002fde | TIMING | Write container-puppet-tasks json file for standalone step 1 | standalone | 0:15:23.065369 | 0.47s 2025-10-08 19:08:44.824248 | fa163ec5-3f45-18b2-9caa-000000002fe0 | TASK | Generate container puppet configs for step 1 2025-10-08 19:08:45.119024 | fa163ec5-3f45-18b2-9caa-000000002fe0 | OK | Generate container puppet configs for step 1 | standalone 2025-10-08 19:08:45.120344 | fa163ec5-3f45-18b2-9caa-000000002fe0 | TIMING | Generate container puppet configs for step 1 | standalone | 0:15:23.393690 | 0.29s 2025-10-08 19:08:45.152348 | fa163ec5-3f45-18b2-9caa-000000002fe1 | TASK | Manage Puppet containers (bootstrap tasks) for step 1 with tripleo-ansible 2025-10-08 19:08:45.183716 | fa163ec5-3f45-18b2-9caa-000000002fe1 | TIMING | Manage Puppet containers (bootstrap tasks) for step 1 with tripleo-ansible | standalone | 0:15:23.457080 | 0.03s 2025-10-08 19:08:45.241084 | fa163ec5-3f45-18b2-9caa-000000002dcc | TASK | Gather variables for each operating system 2025-10-08 19:08:45.368558 | fa163ec5-3f45-18b2-9caa-000000002dcc | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:15:23.641920 | 0.13s 2025-10-08 19:08:45.400743 | fa163ec5-3f45-18b2-9caa-000000002dcd | TASK | Create container logs path 2025-10-08 19:08:45.656571 | fa163ec5-3f45-18b2-9caa-000000002dcd | OK | Create container logs path | standalone 2025-10-08 19:08:45.658062 | fa163ec5-3f45-18b2-9caa-000000002dcd | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:15:23.931435 | 0.26s 2025-10-08 19:08:45.689932 | fa163ec5-3f45-18b2-9caa-000000002dcf | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-08 19:08:45.954272 | fa163ec5-3f45-18b2-9caa-000000002dcf | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-10-08 19:08:45.955698 | fa163ec5-3f45-18b2-9caa-000000002dcf | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:15:24.229072 | 0.26s 2025-10-08 19:08:45.986265 | fa163ec5-3f45-18b2-9caa-000000002dd0 | TASK | Finalise hashes for all containers 2025-10-08 19:08:46.031635 | fa163ec5-3f45-18b2-9caa-000000002dd0 | OK | Finalise hashes for all containers | standalone 2025-10-08 19:08:46.032955 | fa163ec5-3f45-18b2-9caa-000000002dd0 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:15:24.306329 | 0.04s 2025-10-08 19:08:46.062821 | fa163ec5-3f45-18b2-9caa-000000002dd2 | TASK | Manage systemd shutdown files 2025-10-08 19:08:46.092095 | fa163ec5-3f45-18b2-9caa-000000002dd2 | SKIPPED | Manage systemd shutdown files | standalone 2025-10-08 19:08:46.093435 | fa163ec5-3f45-18b2-9caa-000000002dd2 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:15:24.366808 | 0.03s 2025-10-08 19:08:46.123720 | fa163ec5-3f45-18b2-9caa-000000002dd4 | TASK | Update container configs with new config hashes 2025-10-08 19:08:46.175411 | fa163ec5-3f45-18b2-9caa-000000002dd4 | SKIPPED | Update container configs with new config hashes | standalone 2025-10-08 19:08:46.176839 | fa163ec5-3f45-18b2-9caa-000000002dd4 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:15:24.450212 | 0.05s 2025-10-08 19:08:46.210215 | fa163ec5-3f45-18b2-9caa-000000002dd5 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-08 19:08:46.262384 | fa163ec5-3f45-18b2-9caa-000000002dd5 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-10-08 19:08:46.263784 | fa163ec5-3f45-18b2-9caa-000000002dd5 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:15:24.537157 | 0.05s 2025-10-08 19:08:46.297364 | fa163ec5-3f45-18b2-9caa-000000002dd6 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-08 19:08:46.350562 | fa163ec5-3f45-18b2-9caa-000000002dd6 | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-10-08 19:08:46.352056 | fa163ec5-3f45-18b2-9caa-000000002dd6 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:15:24.625431 | 0.05s PLAY [External deployment step 2] ********************************************** 2025-10-08 19:08:46.511276 | fa163ec5-3f45-18b2-9caa-0000000000c6 | TASK | External deployment step 2 2025-10-08 19:08:46.545226 | fa163ec5-3f45-18b2-9caa-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', 'fa163ec5-3f45-18b2-9caa-0000000000c6') missing from stats 2025-10-08 19:08:46.591095 | fa163ec5-3f45-18b2-9caa-0000000000c7 | TIMING | include_tasks | undercloud | 0:15:24.864469 | 0.03s 2025-10-08 19:08:46.595240 | 2a328d0c-9bf6-45fb-807d-6fba45ae23f0 | INCLUDED | /root/standalone-ansible-tki1o3rs/external_deploy_steps_tasks_step2.yaml | undercloud PLAY [Deploy step tasks for 2] ************************************************* 2025-10-08 19:08:46.737953 | fa163ec5-3f45-18b2-9caa-0000000000ca | TASK | Deploy step tasks for 2 2025-10-08 19:08:46.766931 | fa163ec5-3f45-18b2-9caa-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', 'fa163ec5-3f45-18b2-9caa-0000000000ca') missing from stats 2025-10-08 19:08:46.800613 | fa163ec5-3f45-18b2-9caa-0000000000cb | TASK | Write the config_step hieradata for the deploy step 2 tasks 2025-10-08 19:08:47.300795 | fa163ec5-3f45-18b2-9caa-0000000000cb | CHANGED | Write the config_step hieradata for the deploy step 2 tasks | standalone 2025-10-08 19:08:47.302434 | fa163ec5-3f45-18b2-9caa-0000000000cb | TIMING | Write the config_step hieradata for the deploy step 2 tasks | standalone | 0:15:25.575807 | 0.50s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-10-08 19:08:47.376956 | fa163ec5-3f45-18b2-9caa-0000000000cc | TIMING | include_tasks | standalone | 0:15:25.650324 | 0.05s 2025-10-08 19:08:47.472202 | 483305c0-b34c-45cb-8403-c91578bb3568 | INCLUDED | /root/standalone-ansible-tki1o3rs/Standalone/deploy_steps_tasks_step2.yaml | standalone 2025-10-08 19:08:47.508163 | fa163ec5-3f45-18b2-9caa-00000000306f | TASK | Push script 2025-10-08 19:08:48.024538 | fa163ec5-3f45-18b2-9caa-00000000306f | CHANGED | Push script | standalone 2025-10-08 19:08:48.025996 | fa163ec5-3f45-18b2-9caa-00000000306f | TIMING | Push script | standalone | 0:15:26.299366 | 0.52s 2025-10-08 19:08:48.055767 | fa163ec5-3f45-18b2-9caa-000000003070 | TASK | Insert cronjob in root crontab 2025-10-08 19:08:48.484494 | fa163ec5-3f45-18b2-9caa-000000003070 | CHANGED | Insert cronjob in root crontab | standalone 2025-10-08 19:08:48.485804 | fa163ec5-3f45-18b2-9caa-000000003070 | TIMING | Insert cronjob in root crontab | standalone | 0:15:26.759178 | 0.43s 2025-10-08 19:08:48.515209 | fa163ec5-3f45-18b2-9caa-000000003077 | TASK | Gather variables for each operating system 2025-10-08 19:08:48.641795 | fa163ec5-3f45-18b2-9caa-000000003077 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:15:26.915159 | 0.12s 2025-10-08 19:08:48.672050 | fa163ec5-3f45-18b2-9caa-000000003078 | TASK | Detect if resource is being created or already exists 2025-10-08 19:08:49.404709 | fa163ec5-3f45-18b2-9caa-000000003078 | CHANGED | Detect if resource is being created or already exists | standalone 2025-10-08 19:08:49.406393 | fa163ec5-3f45-18b2-9caa-000000003078 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:15:27.679760 | 0.73s 2025-10-08 19:08:49.431108 | fa163ec5-3f45-18b2-9caa-000000003079 | TASK | Run init bundle puppet on the host for haproxy 2025-10-08 19:10:44.321660 | fa163ec5-3f45-18b2-9caa-000000003079 | CHANGED | Run init bundle puppet on the host for haproxy | standalone 2025-10-08 19:10:44.322857 | fa163ec5-3f45-18b2-9caa-000000003079 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for haproxy | standalone | 0:17:22.596238 | 114.89s 2025-10-08 19:10:44.347663 | fa163ec5-3f45-18b2-9caa-00000000307a | TASK | Check if /var/lib/config-data/puppet-generated/haproxy exists 2025-10-08 19:10:44.647602 | fa163ec5-3f45-18b2-9caa-00000000307a | OK | Check if /var/lib/config-data/puppet-generated/haproxy exists | standalone 2025-10-08 19:10:44.649041 | fa163ec5-3f45-18b2-9caa-00000000307a | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/haproxy exists | standalone | 0:17:22.922410 | 0.30s 2025-10-08 19:10:44.679206 | fa163ec5-3f45-18b2-9caa-00000000307b | TASK | Run pacemaker restart if the config file for the service changed 2025-10-08 19:10:45.308571 | fa163ec5-3f45-18b2-9caa-00000000307b | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-10-08 19:10:45.310197 | fa163ec5-3f45-18b2-9caa-00000000307b | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:17:23.583569 | 0.63s 2025-10-08 19:10:45.340953 | fa163ec5-3f45-18b2-9caa-00000000307c | TASK | Check if an image update marker exists for bundle haproxy-bundle 2025-10-08 19:10:45.594850 | fa163ec5-3f45-18b2-9caa-00000000307c | OK | Check if an image update marker exists for bundle haproxy-bundle | standalone 2025-10-08 19:10:45.596196 | fa163ec5-3f45-18b2-9caa-00000000307c | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle haproxy-bundle | standalone | 0:17:23.869569 | 0.25s 2025-10-08 19:10:45.627880 | fa163ec5-3f45-18b2-9caa-00000000307e | TASK | Get container image tag from marker for bundle haproxy-bundle 2025-10-08 19:10:45.700247 | fa163ec5-3f45-18b2-9caa-00000000307e | SKIPPED | Get container image tag from marker for bundle haproxy-bundle | standalone 2025-10-08 19:10:45.701966 | fa163ec5-3f45-18b2-9caa-00000000307e | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle haproxy-bundle | standalone | 0:17:23.975331 | 0.07s 2025-10-08 19:10:45.727401 | fa163ec5-3f45-18b2-9caa-00000000307f | TASK | Get container image tag from bundle haproxy-bundle 2025-10-08 19:10:45.765312 | fa163ec5-3f45-18b2-9caa-00000000307f | SKIPPED | Get container image tag from bundle haproxy-bundle | standalone 2025-10-08 19:10:45.766354 | fa163ec5-3f45-18b2-9caa-00000000307f | TIMING | tripleo_ha_wrapper : Get container image tag from bundle haproxy-bundle | standalone | 0:17:24.039734 | 0.04s 2025-10-08 19:10:45.791314 | fa163ec5-3f45-18b2-9caa-000000003080 | TASK | Compare tags between marker and bundle haproxy-bundle 2025-10-08 19:10:45.850243 | fa163ec5-3f45-18b2-9caa-000000003080 | SKIPPED | Compare tags between marker and bundle haproxy-bundle | standalone 2025-10-08 19:10:45.851340 | fa163ec5-3f45-18b2-9caa-000000003080 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle haproxy-bundle | standalone | 0:17:24.124720 | 0.06s 2025-10-08 19:10:45.877107 | fa163ec5-3f45-18b2-9caa-000000003081 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-10-08 19:10:45.914911 | fa163ec5-3f45-18b2-9caa-000000003081 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-10-08 19:10:45.915825 | fa163ec5-3f45-18b2-9caa-000000003081 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:17:24.189205 | 0.04s 2025-10-08 19:10:45.940434 | fa163ec5-3f45-18b2-9caa-000000003082 | TASK | Remove update marker for bundle haproxy-bundle 2025-10-08 19:10:45.992743 | fa163ec5-3f45-18b2-9caa-000000003082 | SKIPPED | Remove update marker for bundle haproxy-bundle | standalone 2025-10-08 19:10:45.993690 | fa163ec5-3f45-18b2-9caa-000000003082 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle haproxy-bundle | standalone | 0:17:24.267071 | 0.05s 2025-10-08 19:10:46.037584 | fa163ec5-3f45-18b2-9caa-0000000030a3 | TASK | Gather variables for each operating system 2025-10-08 19:10:46.160581 | fa163ec5-3f45-18b2-9caa-0000000030a3 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:17:24.433950 | 0.12s 2025-10-08 19:10:46.191599 | fa163ec5-3f45-18b2-9caa-0000000030a4 | TASK | Detect if resource is being created or already exists 2025-10-08 19:10:46.927328 | fa163ec5-3f45-18b2-9caa-0000000030a4 | CHANGED | Detect if resource is being created or already exists | standalone 2025-10-08 19:10:46.928985 | fa163ec5-3f45-18b2-9caa-0000000030a4 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:17:25.202353 | 0.74s 2025-10-08 19:10:46.961494 | fa163ec5-3f45-18b2-9caa-0000000030a5 | TASK | Run init bundle puppet on the host for mysql 2025-10-08 19:11:16.597906 | fa163ec5-3f45-18b2-9caa-0000000030a5 | CHANGED | Run init bundle puppet on the host for mysql | standalone 2025-10-08 19:11:16.599572 | fa163ec5-3f45-18b2-9caa-0000000030a5 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for mysql | standalone | 0:17:54.872952 | 29.64s 2025-10-08 19:11:16.624727 | fa163ec5-3f45-18b2-9caa-0000000030a6 | TASK | Check if /var/lib/config-data/puppet-generated/mysql exists 2025-10-08 19:11:16.901948 | fa163ec5-3f45-18b2-9caa-0000000030a6 | OK | Check if /var/lib/config-data/puppet-generated/mysql exists | standalone 2025-10-08 19:11:16.903034 | fa163ec5-3f45-18b2-9caa-0000000030a6 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/mysql exists | standalone | 0:17:55.176413 | 0.28s 2025-10-08 19:11:16.930718 | fa163ec5-3f45-18b2-9caa-0000000030a7 | TASK | Run pacemaker restart if the config file for the service changed 2025-10-08 19:11:17.371498 | fa163ec5-3f45-18b2-9caa-0000000030a7 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-10-08 19:11:17.373407 | fa163ec5-3f45-18b2-9caa-0000000030a7 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:17:55.646772 | 0.44s 2025-10-08 19:11:17.404398 | fa163ec5-3f45-18b2-9caa-0000000030a8 | TASK | Check if an image update marker exists for bundle galera-bundle 2025-10-08 19:11:17.646358 | fa163ec5-3f45-18b2-9caa-0000000030a8 | OK | Check if an image update marker exists for bundle galera-bundle | standalone 2025-10-08 19:11:17.647422 | fa163ec5-3f45-18b2-9caa-0000000030a8 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle galera-bundle | standalone | 0:17:55.920798 | 0.24s 2025-10-08 19:11:17.671574 | fa163ec5-3f45-18b2-9caa-0000000030aa | TASK | Get container image tag from marker for bundle galera-bundle 2025-10-08 19:11:17.710715 | fa163ec5-3f45-18b2-9caa-0000000030aa | SKIPPED | Get container image tag from marker for bundle galera-bundle | standalone 2025-10-08 19:11:17.712666 | fa163ec5-3f45-18b2-9caa-0000000030aa | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle galera-bundle | standalone | 0:17:55.986028 | 0.04s 2025-10-08 19:11:17.748122 | fa163ec5-3f45-18b2-9caa-0000000030ab | TASK | Get container image tag from bundle galera-bundle 2025-10-08 19:11:17.799834 | fa163ec5-3f45-18b2-9caa-0000000030ab | SKIPPED | Get container image tag from bundle galera-bundle | standalone 2025-10-08 19:11:17.800858 | fa163ec5-3f45-18b2-9caa-0000000030ab | TIMING | tripleo_ha_wrapper : Get container image tag from bundle galera-bundle | standalone | 0:17:56.074238 | 0.05s 2025-10-08 19:11:17.826517 | fa163ec5-3f45-18b2-9caa-0000000030ac | TASK | Compare tags between marker and bundle galera-bundle 2025-10-08 19:11:17.884615 | fa163ec5-3f45-18b2-9caa-0000000030ac | SKIPPED | Compare tags between marker and bundle galera-bundle | standalone 2025-10-08 19:11:17.885594 | fa163ec5-3f45-18b2-9caa-0000000030ac | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle galera-bundle | standalone | 0:17:56.158974 | 0.06s 2025-10-08 19:11:17.920640 | fa163ec5-3f45-18b2-9caa-0000000030ad | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-10-08 19:11:17.960678 | fa163ec5-3f45-18b2-9caa-0000000030ad | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-10-08 19:11:17.961784 | fa163ec5-3f45-18b2-9caa-0000000030ad | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:17:56.235163 | 0.04s 2025-10-08 19:11:17.986531 | fa163ec5-3f45-18b2-9caa-0000000030ae | TASK | Remove update marker for bundle galera-bundle 2025-10-08 19:11:18.046324 | fa163ec5-3f45-18b2-9caa-0000000030ae | SKIPPED | Remove update marker for bundle galera-bundle | standalone 2025-10-08 19:11:18.047142 | fa163ec5-3f45-18b2-9caa-0000000030ae | TIMING | tripleo_ha_wrapper : Remove update marker for bundle galera-bundle | standalone | 0:17:56.320524 | 0.06s 2025-10-08 19:11:18.092494 | fa163ec5-3f45-18b2-9caa-0000000030cf | TASK | Gather variables for each operating system 2025-10-08 19:11:18.196707 | fa163ec5-3f45-18b2-9caa-0000000030cf | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:17:56.470083 | 0.10s 2025-10-08 19:11:18.216369 | fa163ec5-3f45-18b2-9caa-0000000030d0 | TASK | Detect if resource is being created or already exists 2025-10-08 19:11:19.049671 | fa163ec5-3f45-18b2-9caa-0000000030d0 | CHANGED | Detect if resource is being created or already exists | standalone 2025-10-08 19:11:19.050762 | fa163ec5-3f45-18b2-9caa-0000000030d0 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:17:57.324141 | 0.83s 2025-10-08 19:11:19.075564 | fa163ec5-3f45-18b2-9caa-0000000030d1 | TASK | Run init bundle puppet on the host for oslo_messaging_rpc 2025-10-08 19:11:47.287789 | fa163ec5-3f45-18b2-9caa-0000000030d1 | CHANGED | Run init bundle puppet on the host for oslo_messaging_rpc | standalone 2025-10-08 19:11:47.289672 | fa163ec5-3f45-18b2-9caa-0000000030d1 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for oslo_messaging_rpc | standalone | 0:18:25.563051 | 28.21s 2025-10-08 19:11:47.311662 | fa163ec5-3f45-18b2-9caa-0000000030d2 | TASK | Check if /var/lib/config-data/puppet-generated/rabbitmq exists 2025-10-08 19:11:47.511345 | fa163ec5-3f45-18b2-9caa-0000000030d2 | OK | Check if /var/lib/config-data/puppet-generated/rabbitmq exists | standalone 2025-10-08 19:11:47.514485 | fa163ec5-3f45-18b2-9caa-0000000030d2 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/rabbitmq exists | standalone | 0:18:25.787851 | 0.20s 2025-10-08 19:11:47.538313 | fa163ec5-3f45-18b2-9caa-0000000030d3 | TASK | Run pacemaker restart if the config file for the service changed 2025-10-08 19:11:47.941433 | fa163ec5-3f45-18b2-9caa-0000000030d3 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-10-08 19:11:47.944817 | fa163ec5-3f45-18b2-9caa-0000000030d3 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:18:26.218187 | 0.41s 2025-10-08 19:11:47.978752 | fa163ec5-3f45-18b2-9caa-0000000030d4 | TASK | Check if an image update marker exists for bundle rabbitmq-bundle 2025-10-08 19:11:48.216849 | fa163ec5-3f45-18b2-9caa-0000000030d4 | OK | Check if an image update marker exists for bundle rabbitmq-bundle | standalone 2025-10-08 19:11:48.218669 | fa163ec5-3f45-18b2-9caa-0000000030d4 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle rabbitmq-bundle | standalone | 0:18:26.492047 | 0.24s 2025-10-08 19:11:48.252702 | fa163ec5-3f45-18b2-9caa-0000000030d6 | TASK | Get container image tag from marker for bundle rabbitmq-bundle 2025-10-08 19:11:48.305441 | fa163ec5-3f45-18b2-9caa-0000000030d6 | SKIPPED | Get container image tag from marker for bundle rabbitmq-bundle | standalone 2025-10-08 19:11:48.307308 | fa163ec5-3f45-18b2-9caa-0000000030d6 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle rabbitmq-bundle | standalone | 0:18:26.580688 | 0.05s 2025-10-08 19:11:48.344331 | fa163ec5-3f45-18b2-9caa-0000000030d7 | TASK | Get container image tag from bundle rabbitmq-bundle 2025-10-08 19:11:48.383952 | fa163ec5-3f45-18b2-9caa-0000000030d7 | SKIPPED | Get container image tag from bundle rabbitmq-bundle | standalone 2025-10-08 19:11:48.385688 | fa163ec5-3f45-18b2-9caa-0000000030d7 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle rabbitmq-bundle | standalone | 0:18:26.659067 | 0.04s 2025-10-08 19:11:48.416725 | fa163ec5-3f45-18b2-9caa-0000000030d8 | TASK | Compare tags between marker and bundle rabbitmq-bundle 2025-10-08 19:11:48.458166 | fa163ec5-3f45-18b2-9caa-0000000030d8 | SKIPPED | Compare tags between marker and bundle rabbitmq-bundle | standalone 2025-10-08 19:11:48.460171 | fa163ec5-3f45-18b2-9caa-0000000030d8 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle rabbitmq-bundle | standalone | 0:18:26.733550 | 0.04s 2025-10-08 19:11:48.485823 | fa163ec5-3f45-18b2-9caa-0000000030d9 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-10-08 19:11:48.534791 | fa163ec5-3f45-18b2-9caa-0000000030d9 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-10-08 19:11:48.536252 | fa163ec5-3f45-18b2-9caa-0000000030d9 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:18:26.809631 | 0.05s 2025-10-08 19:11:48.561625 | fa163ec5-3f45-18b2-9caa-0000000030da | TASK | Remove update marker for bundle rabbitmq-bundle 2025-10-08 19:11:48.612491 | fa163ec5-3f45-18b2-9caa-0000000030da | SKIPPED | Remove update marker for bundle rabbitmq-bundle | standalone 2025-10-08 19:11:48.614330 | fa163ec5-3f45-18b2-9caa-0000000030da | TIMING | tripleo_ha_wrapper : Remove update marker for bundle rabbitmq-bundle | standalone | 0:18:26.887689 | 0.05s 2025-10-08 19:11:48.655603 | fa163ec5-3f45-18b2-9caa-0000000030fb | TASK | Gather variables for each operating system 2025-10-08 19:11:48.768462 | fa163ec5-3f45-18b2-9caa-0000000030fb | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:18:27.041818 | 0.11s 2025-10-08 19:11:48.804693 | fa163ec5-3f45-18b2-9caa-0000000030fc | TASK | Detect if resource is being created or already exists 2025-10-08 19:11:49.599968 | fa163ec5-3f45-18b2-9caa-0000000030fc | CHANGED | Detect if resource is being created or already exists | standalone 2025-10-08 19:11:49.601525 | fa163ec5-3f45-18b2-9caa-0000000030fc | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:18:27.874897 | 0.79s 2025-10-08 19:11:49.633983 | fa163ec5-3f45-18b2-9caa-0000000030fd | TASK | Run init bundle puppet on the host for redis 2025-10-08 19:12:17.942562 | fa163ec5-3f45-18b2-9caa-0000000030fd | CHANGED | Run init bundle puppet on the host for redis | standalone 2025-10-08 19:12:17.945693 | fa163ec5-3f45-18b2-9caa-0000000030fd | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for redis | standalone | 0:18:56.219063 | 28.31s 2025-10-08 19:12:17.984959 | fa163ec5-3f45-18b2-9caa-0000000030fe | TASK | Check if /var/lib/config-data/puppet-generated/redis exists 2025-10-08 19:12:18.274148 | fa163ec5-3f45-18b2-9caa-0000000030fe | OK | Check if /var/lib/config-data/puppet-generated/redis exists | standalone 2025-10-08 19:12:18.275392 | fa163ec5-3f45-18b2-9caa-0000000030fe | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/redis exists | standalone | 0:18:56.548769 | 0.29s 2025-10-08 19:12:18.299552 | fa163ec5-3f45-18b2-9caa-0000000030ff | TASK | Run pacemaker restart if the config file for the service changed 2025-10-08 19:12:18.737693 | fa163ec5-3f45-18b2-9caa-0000000030ff | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-10-08 19:12:18.739271 | fa163ec5-3f45-18b2-9caa-0000000030ff | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:18:57.012641 | 0.44s 2025-10-08 19:12:18.773083 | fa163ec5-3f45-18b2-9caa-000000003100 | TASK | Check if an image update marker exists for bundle redis-bundle 2025-10-08 19:12:19.018629 | fa163ec5-3f45-18b2-9caa-000000003100 | OK | Check if an image update marker exists for bundle redis-bundle | standalone 2025-10-08 19:12:19.019670 | fa163ec5-3f45-18b2-9caa-000000003100 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle redis-bundle | standalone | 0:18:57.292844 | 0.24s 2025-10-08 19:12:19.040255 | fa163ec5-3f45-18b2-9caa-000000003102 | TASK | Get container image tag from marker for bundle redis-bundle 2025-10-08 19:12:19.088994 | fa163ec5-3f45-18b2-9caa-000000003102 | SKIPPED | Get container image tag from marker for bundle redis-bundle | standalone 2025-10-08 19:12:19.090737 | fa163ec5-3f45-18b2-9caa-000000003102 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle redis-bundle | standalone | 0:18:57.364115 | 0.05s 2025-10-08 19:12:19.116885 | fa163ec5-3f45-18b2-9caa-000000003103 | TASK | Get container image tag from bundle redis-bundle 2025-10-08 19:12:19.155410 | fa163ec5-3f45-18b2-9caa-000000003103 | SKIPPED | Get container image tag from bundle redis-bundle | standalone 2025-10-08 19:12:19.156430 | fa163ec5-3f45-18b2-9caa-000000003103 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle redis-bundle | standalone | 0:18:57.429807 | 0.04s 2025-10-08 19:12:19.179644 | fa163ec5-3f45-18b2-9caa-000000003104 | TASK | Compare tags between marker and bundle redis-bundle 2025-10-08 19:12:19.218400 | fa163ec5-3f45-18b2-9caa-000000003104 | SKIPPED | Compare tags between marker and bundle redis-bundle | standalone 2025-10-08 19:12:19.219417 | fa163ec5-3f45-18b2-9caa-000000003104 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle redis-bundle | standalone | 0:18:57.492795 | 0.04s 2025-10-08 19:12:19.244741 | fa163ec5-3f45-18b2-9caa-000000003105 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-10-08 19:12:19.283468 | fa163ec5-3f45-18b2-9caa-000000003105 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-10-08 19:12:19.284479 | fa163ec5-3f45-18b2-9caa-000000003105 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:18:57.557858 | 0.04s 2025-10-08 19:12:19.310403 | fa163ec5-3f45-18b2-9caa-000000003106 | TASK | Remove update marker for bundle redis-bundle 2025-10-08 19:12:19.349467 | fa163ec5-3f45-18b2-9caa-000000003106 | SKIPPED | Remove update marker for bundle redis-bundle | standalone 2025-10-08 19:12:19.350469 | fa163ec5-3f45-18b2-9caa-000000003106 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle redis-bundle | standalone | 0:18:57.623850 | 0.04s 2025-10-08 19:12:19.394072 | fa163ec5-3f45-18b2-9caa-0000000000ce | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_2 already exists 2025-10-08 19:12:19.586068 | fa163ec5-3f45-18b2-9caa-0000000000ce | OK | Check if /var/lib/tripleo-config/container-startup-config/step_2 already exists | standalone 2025-10-08 19:12:19.586943 | fa163ec5-3f45-18b2-9caa-0000000000ce | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_2 already exists | standalone | 0:18:57.860326 | 0.19s 2025-10-08 19:12:19.685946 | fa163ec5-3f45-18b2-9caa-0000000000cf | TIMING | include_tasks | standalone | 0:18:57.959316 | 0.08s 2025-10-08 19:12:19.708493 | 745845d4-9292-4bb9-8d74-14348cad1650 | INCLUDED | /root/standalone-ansible-tki1o3rs/common_deploy_steps_tasks.yaml | standalone 2025-10-08 19:12:19.731810 | fa163ec5-3f45-18b2-9caa-00000000319b | TASK | Write the config_step hieradata 2025-10-08 19:12:20.279923 | fa163ec5-3f45-18b2-9caa-00000000319b | OK | Write the config_step hieradata | standalone 2025-10-08 19:12:20.281544 | fa163ec5-3f45-18b2-9caa-00000000319b | TIMING | Write the config_step hieradata | standalone | 0:18:58.554914 | 0.55s 2025-10-08 19:12:20.305274 | fa163ec5-3f45-18b2-9caa-00000000319c | TASK | Run puppet host configuration for step 2 2025-10-08 19:12:20.617041 | fa163ec5-3f45-18b2-9caa-00000000319c | CHANGED | Run puppet host configuration for step 2 | standalone 2025-10-08 19:12:20.618203 | fa163ec5-3f45-18b2-9caa-00000000319c | TIMING | Run puppet host configuration for step 2 | standalone | 0:18:58.891577 | 0.31s 2025-10-08 19:12:20.646387 | fa163ec5-3f45-18b2-9caa-00000000319d | TASK | Wait for puppet host configuration to finish 2025-10-08 19:12:20.898016 | fa163ec5-3f45-18b2-9caa-00000000319d | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-10-08 19:12:31.104829 | fa163ec5-3f45-18b2-9caa-00000000319d | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-10-08 19:12:41.349700 | fa163ec5-3f45-18b2-9caa-00000000319d | CHANGED | Wait for puppet host configuration to finish | standalone 2025-10-08 19:12:41.351167 | fa163ec5-3f45-18b2-9caa-00000000319d | TIMING | Wait for puppet host configuration to finish | standalone | 0:19:19.624539 | 20.70s 2025-10-08 19:12:41.383669 | fa163ec5-3f45-18b2-9caa-00000000319e | TASK | Debug output for task: Run puppet host configuration for step 2 2025-10-08 19:12:41.478246 | fa163ec5-3f45-18b2-9caa-00000000319e | CHANGED | Debug output for task: Run puppet host configuration for step 2 | standalone | result={ "changed": true, "failed_when_result": false, "puppet_host_outputs.stdout_lines | default([]) | union(puppet_host_outputs.stderr_lines | default([]))": [ "<13>Oct 8 19:12:20 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Oct 8 19:12:27 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Oct 8 19:12:27 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Oct 8 19:12:27 puppet-user: (file & line not available)", "<13>Oct 8 19:12:27 puppet-user: Warning: The function 'hiera' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/7.10/deprecated_language.html", "<13>Oct 8 19:12:27 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Oct 8 19:12:27 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Oct 8 19:12:27 puppet-user: Notice: Compiled catalog for standalone.ooo.test in environment production in 0.43 seconds", "<13>Oct 8 19:12:33 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Oct 8 19:12:36 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Oct 8 19:12:37 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Oct 8 19:12:37 puppet-user: Notice: Applied catalog in 10.26 seconds", "<13>Oct 8 19:12:37 puppet-user: Application:", "<13>Oct 8 19:12:37 puppet-user: Initial environment: production", "<13>Oct 8 19:12:37 puppet-user: Converged environment: production", "<13>Oct 8 19:12:37 puppet-user: Run mode: user", "<13>Oct 8 19:12:37 puppet-user: Changes:", "<13>Oct 8 19:12:37 puppet-user: Total: 2", "<13>Oct 8 19:12:37 puppet-user: Events:", "<13>Oct 8 19:12:37 puppet-user: Success: 2", "<13>Oct 8 19:12:37 puppet-user: Resources:", "<13>Oct 8 19:12:37 puppet-user: Changed: 2", "<13>Oct 8 19:12:37 puppet-user: Out of sync: 2", "<13>Oct 8 19:12:37 puppet-user: Total: 28", "<13>Oct 8 19:12:37 puppet-user: Time:", "<13>Oct 8 19:12:37 puppet-user: Filebucket: 0.00", "<13>Oct 8 19:12:37 puppet-user: Schedule: 0.00", "<13>Oct 8 19:12:37 puppet-user: File line: 0.00", "<13>Oct 8 19:12:37 puppet-user: Package: 0.00", "<13>Oct 8 19:12:37 puppet-user: File: 0.00", "<13>Oct 8 19:12:37 puppet-user: Augeas: 0.01", "<13>Oct 8 19:12:37 puppet-user: User: 0.02", "<13>Oct 8 19:12:37 puppet-user: Service: 0.09", "<13>Oct 8 19:12:37 puppet-user: Config retrieval: 0.48", "<13>Oct 8 19:12:37 puppet-user: Pcmk property: 1.48", "<13>Oct 8 19:12:37 puppet-user: Exec: 1.98", "<13>Oct 8 19:12:37 puppet-user: Transaction evaluation: 10.19", "<13>Oct 8 19:12:37 puppet-user: Catalog application: 10.26", "<13>Oct 8 19:12:37 puppet-user: Last run: 1759950757", "<13>Oct 8 19:12:37 puppet-user: Pcmk resource default: 3.20", "<13>Oct 8 19:12:37 puppet-user: Pcmk resource op default: 3.22", "<13>Oct 8 19:12:37 puppet-user: Total: 10.26", "<13>Oct 8 19:12:37 puppet-user: Version:", "<13>Oct 8 19:12:37 puppet-user: Config: 1759950747", "<13>Oct 8 19:12:37 puppet-user: Puppet: 7.10.0" ] } 2025-10-08 19:12:41.479824 | fa163ec5-3f45-18b2-9caa-00000000319e | TIMING | Debug output for task: Run puppet host configuration for step 2 | standalone | 0:19:19.753197 | 0.09s 2025-10-08 19:12:41.509741 | fa163ec5-3f45-18b2-9caa-00000000319f | TASK | Pre-cache facts for puppet containers 2025-10-08 19:12:41.538999 | fa163ec5-3f45-18b2-9caa-00000000319f | TIMING | Pre-cache facts for puppet containers | standalone | 0:19:19.812366 | 0.03s 2025-10-08 19:12:41.606311 | fa163ec5-3f45-18b2-9caa-0000000031de | TASK | Gather variables for each operating system 2025-10-08 19:12:41.729935 | fa163ec5-3f45-18b2-9caa-0000000031de | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:19:20.003292 | 0.12s 2025-10-08 19:12:41.759963 | fa163ec5-3f45-18b2-9caa-0000000031df | TASK | Create puppet caching structures 2025-10-08 19:12:42.017102 | fa163ec5-3f45-18b2-9caa-0000000031df | CHANGED | Create puppet caching structures | standalone 2025-10-08 19:12:42.018547 | fa163ec5-3f45-18b2-9caa-0000000031df | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:19:20.291919 | 0.26s 2025-10-08 19:12:42.048549 | fa163ec5-3f45-18b2-9caa-0000000031e0 | TASK | Check for facter.conf 2025-10-08 19:12:42.301510 | fa163ec5-3f45-18b2-9caa-0000000031e0 | OK | Check for facter.conf | standalone 2025-10-08 19:12:42.302867 | fa163ec5-3f45-18b2-9caa-0000000031e0 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:19:20.576237 | 0.25s 2025-10-08 19:12:42.332530 | fa163ec5-3f45-18b2-9caa-0000000031e1 | TASK | Remove facter.conf if directory 2025-10-08 19:12:42.383509 | fa163ec5-3f45-18b2-9caa-0000000031e1 | SKIPPED | Remove facter.conf if directory | standalone 2025-10-08 19:12:42.384684 | fa163ec5-3f45-18b2-9caa-0000000031e1 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:19:20.658057 | 0.05s 2025-10-08 19:12:42.414059 | fa163ec5-3f45-18b2-9caa-0000000031e2 | TASK | Write facter cache config 2025-10-08 19:12:42.919796 | fa163ec5-3f45-18b2-9caa-0000000031e2 | CHANGED | Write facter cache config | standalone 2025-10-08 19:12:42.921220 | fa163ec5-3f45-18b2-9caa-0000000031e2 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:19:21.194593 | 0.51s 2025-10-08 19:12:42.947408 | fa163ec5-3f45-18b2-9caa-0000000031e3 | TASK | Cleanup facter cache if exists 2025-10-08 19:12:43.182347 | fa163ec5-3f45-18b2-9caa-0000000031e3 | CHANGED | Cleanup facter cache if exists | standalone 2025-10-08 19:12:43.184653 | fa163ec5-3f45-18b2-9caa-0000000031e3 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:19:21.458015 | 0.24s 2025-10-08 19:12:43.215656 | fa163ec5-3f45-18b2-9caa-0000000031e4 | TASK | Pre-cache facts 2025-10-08 19:12:43.930825 | fa163ec5-3f45-18b2-9caa-0000000031e4 | CHANGED | Pre-cache facts | standalone 2025-10-08 19:12:43.931726 | fa163ec5-3f45-18b2-9caa-0000000031e4 | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:19:22.205107 | 0.71s 2025-10-08 19:12:43.953260 | fa163ec5-3f45-18b2-9caa-0000000031e5 | TASK | Failed deployment if facter fails 2025-10-08 19:12:43.981302 | fa163ec5-3f45-18b2-9caa-0000000031e5 | SKIPPED | Failed deployment if facter fails | standalone 2025-10-08 19:12:43.982063 | fa163ec5-3f45-18b2-9caa-0000000031e5 | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:19:22.255446 | 0.03s 2025-10-08 19:12:44.012689 | fa163ec5-3f45-18b2-9caa-0000000031e6 | TASK | Sync cached facts 2025-10-08 19:12:44.325123 | fa163ec5-3f45-18b2-9caa-0000000031e6 | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163ec5-3f45-18b2-9caa-0000000031e6') missing from stats 2025-10-08 19:12:44.381687 | fa163ec5-3f45-18b2-9caa-0000000031a0 | TASK | Include container-puppet tasks (generate config) during step 1 2025-10-08 19:12:44.432990 | fa163ec5-3f45-18b2-9caa-0000000031a0 | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2025-10-08 19:12:44.434266 | fa163ec5-3f45-18b2-9caa-0000000031a0 | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:19:22.707638 | 0.05s 2025-10-08 19:12:44.466816 | fa163ec5-3f45-18b2-9caa-0000000031a2 | TASK | Manage containers for step 2 with tripleo-ansible 2025-10-08 19:12:44.496203 | fa163ec5-3f45-18b2-9caa-0000000031a2 | TIMING | Manage containers for step 2 with tripleo-ansible | standalone | 0:19:22.769567 | 0.03s 2025-10-08 19:12:44.565807 | fa163ec5-3f45-18b2-9caa-00000000323d | TASK | Gather variables for each operating system 2025-10-08 19:12:44.690511 | fa163ec5-3f45-18b2-9caa-00000000323d | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:19:22.963870 | 0.12s 2025-10-08 19:12:44.721095 | fa163ec5-3f45-18b2-9caa-00000000323e | TASK | Create container logs path 2025-10-08 19:12:44.981468 | fa163ec5-3f45-18b2-9caa-00000000323e | OK | Create container logs path | standalone 2025-10-08 19:12:44.982831 | fa163ec5-3f45-18b2-9caa-00000000323e | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:19:23.256204 | 0.26s 2025-10-08 19:12:45.016863 | fa163ec5-3f45-18b2-9caa-000000003240 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_2 2025-10-08 19:12:45.304003 | fa163ec5-3f45-18b2-9caa-000000003240 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_2 | standalone 2025-10-08 19:12:45.305342 | fa163ec5-3f45-18b2-9caa-000000003240 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:19:23.578715 | 0.29s 2025-10-08 19:12:45.337529 | fa163ec5-3f45-18b2-9caa-000000003241 | TASK | Finalise hashes for all containers 2025-10-08 19:12:45.408389 | fa163ec5-3f45-18b2-9caa-000000003241 | OK | Finalise hashes for all containers | standalone 2025-10-08 19:12:45.409741 | fa163ec5-3f45-18b2-9caa-000000003241 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:19:23.683113 | 0.07s 2025-10-08 19:12:45.440186 | fa163ec5-3f45-18b2-9caa-000000003243 | TASK | Manage systemd shutdown files 2025-10-08 19:12:45.475612 | fa163ec5-3f45-18b2-9caa-000000003243 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:19:23.748975 | 0.03s 2025-10-08 19:12:45.510696 | a4e1752b-08e0-4754-a0a8-3daf384e0e81 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-10-08 19:12:45.539994 | fa163ec5-3f45-18b2-9caa-000000003276 | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-10-08 19:12:45.804425 | fa163ec5-3f45-18b2-9caa-000000003276 | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-10-08 19:12:45.805944 | fa163ec5-3f45-18b2-9caa-000000003276 | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:19:24.079316 | 0.26s 2025-10-08 19:12:45.839352 | fa163ec5-3f45-18b2-9caa-000000003277 | TASK | Set podman_drop_in fact 2025-10-08 19:12:45.902016 | fa163ec5-3f45-18b2-9caa-000000003277 | OK | Set podman_drop_in fact | standalone 2025-10-08 19:12:45.903433 | fa163ec5-3f45-18b2-9caa-000000003277 | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:19:24.176797 | 0.06s 2025-10-08 19:12:45.935262 | fa163ec5-3f45-18b2-9caa-000000003279 | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-10-08 19:12:46.389914 | fa163ec5-3f45-18b2-9caa-000000003279 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-10-08 19:12:46.391031 | fa163ec5-3f45-18b2-9caa-000000003279 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:19:24.664411 | 0.45s 2025-10-08 19:12:46.828697 | fa163ec5-3f45-18b2-9caa-000000003279 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-10-08 19:12:46.829768 | fa163ec5-3f45-18b2-9caa-000000003279 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:19:25.103140 | 0.89s 2025-10-08 19:12:46.836475 | fa163ec5-3f45-18b2-9caa-000000003279 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:19:25.109843 | 0.90s 2025-10-08 19:12:46.867010 | fa163ec5-3f45-18b2-9caa-00000000327a | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-10-08 19:12:47.384592 | fa163ec5-3f45-18b2-9caa-00000000327a | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-10-08 19:12:47.385996 | fa163ec5-3f45-18b2-9caa-00000000327a | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:19:25.659369 | 0.52s 2025-10-08 19:12:47.416135 | fa163ec5-3f45-18b2-9caa-00000000327b | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-10-08 19:12:47.945816 | fa163ec5-3f45-18b2-9caa-00000000327b | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-10-08 19:12:47.946979 | fa163ec5-3f45-18b2-9caa-00000000327b | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:19:26.220356 | 0.53s 2025-10-08 19:12:47.975423 | fa163ec5-3f45-18b2-9caa-00000000327c | TASK | Enable and start tripleo-container-shutdown 2025-10-08 19:12:48.688470 | fa163ec5-3f45-18b2-9caa-00000000327c | OK | Enable and start tripleo-container-shutdown | standalone 2025-10-08 19:12:48.690544 | fa163ec5-3f45-18b2-9caa-00000000327c | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:19:26.963915 | 0.71s 2025-10-08 19:12:48.721985 | fa163ec5-3f45-18b2-9caa-00000000327d | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-10-08 19:12:49.203342 | fa163ec5-3f45-18b2-9caa-00000000327d | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-10-08 19:12:49.204752 | fa163ec5-3f45-18b2-9caa-00000000327d | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:19:27.478125 | 0.48s 2025-10-08 19:12:49.230021 | fa163ec5-3f45-18b2-9caa-00000000327e | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-10-08 19:12:49.661034 | fa163ec5-3f45-18b2-9caa-00000000327e | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-10-08 19:12:49.662395 | fa163ec5-3f45-18b2-9caa-00000000327e | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:19:27.935768 | 0.43s 2025-10-08 19:12:49.691648 | fa163ec5-3f45-18b2-9caa-00000000327f | TASK | Enable and start netns-placeholder 2025-10-08 19:12:50.316203 | fa163ec5-3f45-18b2-9caa-00000000327f | CHANGED | Enable and start netns-placeholder | standalone 2025-10-08 19:12:50.318094 | fa163ec5-3f45-18b2-9caa-00000000327f | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:19:28.591467 | 0.62s 2025-10-08 19:12:50.348537 | fa163ec5-3f45-18b2-9caa-000000003245 | TASK | Update container configs with new config hashes 2025-10-08 19:12:50.404086 | fa163ec5-3f45-18b2-9caa-000000003245 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:19:28.677386 | 0.05s 2025-10-08 19:12:50.425028 | 84b6f722-0b56-4519-a69c-2c1453501178 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-10-08 19:12:50.458537 | fa163ec5-3f45-18b2-9caa-0000000032a7 | TASK | Update config hashes for container startup configs 2025-10-08 19:12:50.742839 | fa163ec5-3f45-18b2-9caa-0000000032a7 | OK | Update config hashes for container startup configs | standalone 2025-10-08 19:12:50.744144 | fa163ec5-3f45-18b2-9caa-0000000032a7 | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:19:29.017518 | 0.28s 2025-10-08 19:12:50.778923 | fa163ec5-3f45-18b2-9caa-000000003246 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_2 2025-10-08 19:12:50.841344 | fa163ec5-3f45-18b2-9caa-000000003246 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:19:29.114706 | 0.06s 2025-10-08 19:12:50.867391 | 225a9729-76bd-4453-a6bb-365be37a01c1 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-08 19:12:50.898103 | fa163ec5-3f45-18b2-9caa-0000000032c6 | TASK | Gather podman infos 2025-10-08 19:12:51.735196 | fa163ec5-3f45-18b2-9caa-0000000032c6 | OK | Gather podman infos | standalone 2025-10-08 19:12:51.736581 | fa163ec5-3f45-18b2-9caa-0000000032c6 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:19:30.009952 | 0.84s 2025-10-08 19:12:51.810948 | fa163ec5-3f45-18b2-9caa-0000000032c7 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 2025-10-08 19:12:51.877371 | fa163ec5-3f45-18b2-9caa-0000000032c7 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:19:30.150726 | 0.06s 2025-10-08 19:12:52.007138 | fa163ec5-3f45-18b2-9caa-000000003310 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:19:30.280499 | 0.07s 2025-10-08 19:12:52.067844 | fa163ec5-3f45-18b2-9caa-000000003247 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_2 2025-10-08 19:12:52.121785 | fa163ec5-3f45-18b2-9caa-000000003247 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:19:30.395150 | 0.05s 2025-10-08 19:12:52.144686 | b90d5919-c6fa-4e8a-b844-278eca1d9620 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-08 19:12:52.181191 | fa163ec5-3f45-18b2-9caa-000000003336 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 2025-10-08 19:13:12.986166 | fa163ec5-3f45-18b2-9caa-000000003336 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | standalone 2025-10-08 19:13:12.988017 | fa163ec5-3f45-18b2-9caa-000000003336 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:19:51.261395 | 20.81s 2025-10-08 19:13:13.013590 | fa163ec5-3f45-18b2-9caa-000000003337 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_2 2025-10-08 19:13:15.809796 | fa163ec5-3f45-18b2-9caa-000000003337 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_2 | standalone 2025-10-08 19:13:15.811348 | fa163ec5-3f45-18b2-9caa-000000003337 | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:19:54.084721 | 2.80s 2025-10-08 19:13:15.880977 | fa163ec5-3f45-18b2-9caa-0000000031a4 | TASK | Clean container_puppet_tasks for standalone step 2 2025-10-08 19:13:16.152590 | fa163ec5-3f45-18b2-9caa-0000000031a4 | OK | Clean container_puppet_tasks for standalone step 2 | standalone 2025-10-08 19:13:16.153946 | fa163ec5-3f45-18b2-9caa-0000000031a4 | TIMING | Clean container_puppet_tasks for standalone step 2 | standalone | 0:19:54.427319 | 0.27s 2025-10-08 19:13:16.204413 | fa163ec5-3f45-18b2-9caa-0000000031a5 | TASK | Calculate container_puppet_tasks for standalone step 2 2025-10-08 19:13:16.266051 | fa163ec5-3f45-18b2-9caa-0000000031a5 | TIMING | Calculate container_puppet_tasks for standalone step 2 | standalone | 0:19:54.539399 | 0.06s 2025-10-08 19:13:16.299407 | fa163ec5-3f45-18b2-9caa-0000000031a6 | TASK | Include container-puppet tasks for step 2 2025-10-08 19:13:16.356363 | fa163ec5-3f45-18b2-9caa-0000000031a6 | TIMING | Include container-puppet tasks for step 2 | standalone | 0:19:54.629705 | 0.06s 2025-10-08 19:13:16.394390 | 21842ef7-eae6-481e-b65b-9ce9098e5007 | INCLUDED | /root/standalone-ansible-tki1o3rs/host-container-puppet-tasks.yaml | standalone 2025-10-08 19:13:16.453175 | fa163ec5-3f45-18b2-9caa-000000003382 | TASK | Write container-puppet-tasks json file for standalone step 2 2025-10-08 19:13:17.072343 | fa163ec5-3f45-18b2-9caa-000000003382 | CHANGED | Write container-puppet-tasks json file for standalone step 2 | standalone 2025-10-08 19:13:17.075035 | fa163ec5-3f45-18b2-9caa-000000003382 | TIMING | Write container-puppet-tasks json file for standalone step 2 | standalone | 0:19:55.348279 | 0.62s 2025-10-08 19:13:17.107648 | fa163ec5-3f45-18b2-9caa-000000003384 | TASK | Generate container puppet configs for step 2 2025-10-08 19:13:17.371953 | fa163ec5-3f45-18b2-9caa-000000003384 | OK | Generate container puppet configs for step 2 | standalone 2025-10-08 19:13:17.375147 | fa163ec5-3f45-18b2-9caa-000000003384 | TIMING | Generate container puppet configs for step 2 | standalone | 0:19:55.648513 | 0.26s 2025-10-08 19:13:17.406849 | fa163ec5-3f45-18b2-9caa-000000003385 | TASK | Manage Puppet containers (bootstrap tasks) for step 2 with tripleo-ansible 2025-10-08 19:13:17.438098 | fa163ec5-3f45-18b2-9caa-000000003385 | TIMING | Manage Puppet containers (bootstrap tasks) for step 2 with tripleo-ansible | standalone | 0:19:55.711463 | 0.03s 2025-10-08 19:13:17.508038 | fa163ec5-3f45-18b2-9caa-0000000033b4 | TASK | Gather variables for each operating system 2025-10-08 19:13:17.631748 | fa163ec5-3f45-18b2-9caa-0000000033b4 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:19:55.905111 | 0.12s 2025-10-08 19:13:17.662272 | fa163ec5-3f45-18b2-9caa-0000000033b5 | TASK | Create container logs path 2025-10-08 19:13:17.939505 | fa163ec5-3f45-18b2-9caa-0000000033b5 | OK | Create container logs path | standalone 2025-10-08 19:13:17.941980 | fa163ec5-3f45-18b2-9caa-0000000033b5 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:19:56.215350 | 0.28s 2025-10-08 19:13:17.975323 | fa163ec5-3f45-18b2-9caa-0000000033b7 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_2 2025-10-08 19:13:18.258009 | fa163ec5-3f45-18b2-9caa-0000000033b7 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_2 | standalone 2025-10-08 19:13:18.258829 | fa163ec5-3f45-18b2-9caa-0000000033b7 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_2 | standalone | 0:19:56.532211 | 0.28s 2025-10-08 19:13:18.279128 | fa163ec5-3f45-18b2-9caa-0000000033b8 | TASK | Finalise hashes for all containers 2025-10-08 19:13:18.308454 | fa163ec5-3f45-18b2-9caa-0000000033b8 | OK | Finalise hashes for all containers | standalone 2025-10-08 19:13:18.309401 | fa163ec5-3f45-18b2-9caa-0000000033b8 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:19:56.582784 | 0.03s 2025-10-08 19:13:18.331854 | fa163ec5-3f45-18b2-9caa-0000000033ba | TASK | Manage systemd shutdown files 2025-10-08 19:13:18.359117 | fa163ec5-3f45-18b2-9caa-0000000033ba | SKIPPED | Manage systemd shutdown files | standalone 2025-10-08 19:13:18.360872 | fa163ec5-3f45-18b2-9caa-0000000033ba | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:19:56.634247 | 0.03s 2025-10-08 19:13:18.385830 | fa163ec5-3f45-18b2-9caa-0000000033bc | TASK | Update container configs with new config hashes 2025-10-08 19:13:18.439893 | fa163ec5-3f45-18b2-9caa-0000000033bc | SKIPPED | Update container configs with new config hashes | standalone 2025-10-08 19:13:18.442832 | fa163ec5-3f45-18b2-9caa-0000000033bc | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:19:56.716196 | 0.06s 2025-10-08 19:13:18.481869 | fa163ec5-3f45-18b2-9caa-0000000033bd | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_2 2025-10-08 19:13:18.523028 | fa163ec5-3f45-18b2-9caa-0000000033bd | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone 2025-10-08 19:13:18.523999 | fa163ec5-3f45-18b2-9caa-0000000033bd | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone | 0:19:56.797379 | 0.04s 2025-10-08 19:13:18.549015 | fa163ec5-3f45-18b2-9caa-0000000033be | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_2 2025-10-08 19:13:18.598591 | fa163ec5-3f45-18b2-9caa-0000000033be | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone 2025-10-08 19:13:18.600357 | fa163ec5-3f45-18b2-9caa-0000000033be | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone | 0:19:56.873732 | 0.05s PLAY [External deployment step 3] ********************************************** 2025-10-08 19:13:18.752454 | fa163ec5-3f45-18b2-9caa-0000000000d2 | TASK | External deployment step 3 2025-10-08 19:13:18.791958 | fa163ec5-3f45-18b2-9caa-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', 'fa163ec5-3f45-18b2-9caa-0000000000d2') missing from stats 2025-10-08 19:13:18.848546 | fa163ec5-3f45-18b2-9caa-0000000000d3 | TIMING | include_tasks | undercloud | 0:19:57.121912 | 0.04s 2025-10-08 19:13:18.854699 | ccdc87c6-4d3a-4b67-beda-587d98033606 | INCLUDED | /root/standalone-ansible-tki1o3rs/external_deploy_steps_tasks_step3.yaml | undercloud PLAY [Deploy step tasks for 3] ************************************************* 2025-10-08 19:13:18.974731 | fa163ec5-3f45-18b2-9caa-0000000000d6 | TASK | Deploy step tasks for 3 2025-10-08 19:13:19.006368 | fa163ec5-3f45-18b2-9caa-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', 'fa163ec5-3f45-18b2-9caa-0000000000d6') missing from stats 2025-10-08 19:13:19.030629 | fa163ec5-3f45-18b2-9caa-0000000000d7 | TASK | Write the config_step hieradata for the deploy step 3 tasks 2025-10-08 19:13:19.559076 | fa163ec5-3f45-18b2-9caa-0000000000d7 | CHANGED | Write the config_step hieradata for the deploy step 3 tasks | standalone 2025-10-08 19:13:19.561640 | fa163ec5-3f45-18b2-9caa-0000000000d7 | TIMING | Write the config_step hieradata for the deploy step 3 tasks | standalone | 0:19:57.835002 | 0.53s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-10-08 19:13:19.632018 | fa163ec5-3f45-18b2-9caa-0000000000d8 | TIMING | include_tasks | standalone | 0:19:57.905388 | 0.04s 2025-10-08 19:13:19.659555 | f5efa256-a363-411a-82b6-d373e5f6110f | INCLUDED | /root/standalone-ansible-tki1o3rs/Standalone/deploy_steps_tasks_step3.yaml | standalone 2025-10-08 19:13:19.693603 | fa163ec5-3f45-18b2-9caa-000000003422 | TASK | Start OVN container 2025-10-08 19:13:19.777692 | fa163ec5-3f45-18b2-9caa-000000003422 | TIMING | Start OVN container | standalone | 0:19:58.051046 | 0.08s 2025-10-08 19:13:19.809697 | fa163ec5-3f45-18b2-9caa-000000003422 | TIMING | Start OVN container | standalone | 0:19:58.083076 | 0.11s 2025-10-08 19:13:19.834121 | fa163ec5-3f45-18b2-9caa-000000003422 | TIMING | Start OVN container | standalone | 0:19:58.107498 | 0.14s 2025-10-08 19:13:19.846013 | fa163ec5-3f45-18b2-9caa-000000003422 | TIMING | Start OVN container | standalone | 0:19:58.119384 | 0.15s 2025-10-08 19:13:19.955334 | fa163ec5-3f45-18b2-9caa-00000000345a | TASK | Gather variables for each operating system 2025-10-08 19:13:20.078069 | fa163ec5-3f45-18b2-9caa-00000000345a | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:19:58.351416 | 0.12s 2025-10-08 19:13:20.108720 | fa163ec5-3f45-18b2-9caa-00000000345b | TASK | Create container logs path 2025-10-08 19:13:20.365481 | fa163ec5-3f45-18b2-9caa-00000000345b | OK | Create container logs path | standalone 2025-10-08 19:13:20.366954 | fa163ec5-3f45-18b2-9caa-00000000345b | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:19:58.640327 | 0.26s 2025-10-08 19:13:20.397899 | fa163ec5-3f45-18b2-9caa-00000000345d | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 2025-10-08 19:13:20.728970 | fa163ec5-3f45-18b2-9caa-00000000345d | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-08 19:13:20.730245 | fa163ec5-3f45-18b2-9caa-00000000345d | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:59.003618 | 0.33s 2025-10-08 19:13:20.760903 | fa163ec5-3f45-18b2-9caa-00000000345e | TASK | Finalise hashes for all containers 2025-10-08 19:13:20.843992 | fa163ec5-3f45-18b2-9caa-00000000345e | OK | Finalise hashes for all containers | standalone 2025-10-08 19:13:20.845237 | fa163ec5-3f45-18b2-9caa-00000000345e | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:19:59.118610 | 0.08s 2025-10-08 19:13:20.875349 | fa163ec5-3f45-18b2-9caa-000000003460 | TASK | Manage systemd shutdown files 2025-10-08 19:13:20.916318 | fa163ec5-3f45-18b2-9caa-000000003460 | SKIPPED | Manage systemd shutdown files | standalone 2025-10-08 19:13:20.917899 | fa163ec5-3f45-18b2-9caa-000000003460 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:19:59.191263 | 0.04s 2025-10-08 19:13:20.947583 | fa163ec5-3f45-18b2-9caa-000000003462 | TASK | Update container configs with new config hashes 2025-10-08 19:13:21.020954 | fa163ec5-3f45-18b2-9caa-000000003462 | SKIPPED | Update container configs with new config hashes | standalone 2025-10-08 19:13:21.022233 | fa163ec5-3f45-18b2-9caa-000000003462 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:19:59.295606 | 0.07s 2025-10-08 19:13:21.054244 | fa163ec5-3f45-18b2-9caa-000000003463 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-10-08 19:13:21.127668 | fa163ec5-3f45-18b2-9caa-000000003463 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:59.401030 | 0.07s 2025-10-08 19:13:21.154139 | 98401ded-f896-4595-b581-21db5a22eb69 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-08 19:13:21.192626 | fa163ec5-3f45-18b2-9caa-0000000034ef | TASK | Gather podman infos 2025-10-08 19:13:22.375538 | fa163ec5-3f45-18b2-9caa-0000000034ef | OK | Gather podman infos | standalone 2025-10-08 19:13:22.376701 | fa163ec5-3f45-18b2-9caa-0000000034ef | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:20:00.650078 | 1.18s 2025-10-08 19:13:22.472641 | fa163ec5-3f45-18b2-9caa-0000000034f0 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-08 19:13:22.560595 | fa163ec5-3f45-18b2-9caa-0000000034f0 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:20:00.833957 | 0.08s 2025-10-08 19:13:22.710271 | fa163ec5-3f45-18b2-9caa-000000003531 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:20:00.983624 | 0.08s 2025-10-08 19:13:22.774413 | fa163ec5-3f45-18b2-9caa-000000003464 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-10-08 19:13:22.840464 | fa163ec5-3f45-18b2-9caa-000000003464 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:20:01.113823 | 0.06s 2025-10-08 19:13:22.864582 | 70201bdc-9b6b-44af-933b-c7bbe452c981 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-08 19:13:22.899156 | fa163ec5-3f45-18b2-9caa-00000000355a | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-08 19:13:23.848183 | fa163ec5-3f45-18b2-9caa-00000000355a | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-08 19:13:23.850421 | fa163ec5-3f45-18b2-9caa-00000000355a | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:20:02.123791 | 0.95s 2025-10-08 19:13:23.884067 | fa163ec5-3f45-18b2-9caa-00000000355b | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-08 19:13:26.829093 | fa163ec5-3f45-18b2-9caa-00000000355b | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-08 19:13:26.830808 | fa163ec5-3f45-18b2-9caa-00000000355b | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:20:05.104178 | 2.95s 2025-10-08 19:13:26.887323 | fa163ec5-3f45-18b2-9caa-000000003485 | TASK | Gather variables for each operating system 2025-10-08 19:13:27.014105 | fa163ec5-3f45-18b2-9caa-000000003485 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:20:05.287467 | 0.12s 2025-10-08 19:13:27.047397 | fa163ec5-3f45-18b2-9caa-000000003486 | TASK | Create container logs path 2025-10-08 19:13:27.318588 | fa163ec5-3f45-18b2-9caa-000000003486 | OK | Create container logs path | standalone 2025-10-08 19:13:27.320043 | fa163ec5-3f45-18b2-9caa-000000003486 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:20:05.593416 | 0.27s 2025-10-08 19:13:27.352792 | fa163ec5-3f45-18b2-9caa-000000003488 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 2025-10-08 19:13:27.674461 | fa163ec5-3f45-18b2-9caa-000000003488 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-08 19:13:27.675722 | fa163ec5-3f45-18b2-9caa-000000003488 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:20:05.949092 | 0.32s 2025-10-08 19:13:27.705682 | fa163ec5-3f45-18b2-9caa-000000003489 | TASK | Finalise hashes for all containers 2025-10-08 19:13:27.789876 | fa163ec5-3f45-18b2-9caa-000000003489 | OK | Finalise hashes for all containers | standalone 2025-10-08 19:13:27.790831 | fa163ec5-3f45-18b2-9caa-000000003489 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:20:06.064209 | 0.08s 2025-10-08 19:13:27.810839 | fa163ec5-3f45-18b2-9caa-00000000348b | TASK | Manage systemd shutdown files 2025-10-08 19:13:27.851270 | fa163ec5-3f45-18b2-9caa-00000000348b | SKIPPED | Manage systemd shutdown files | standalone 2025-10-08 19:13:27.852652 | fa163ec5-3f45-18b2-9caa-00000000348b | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:20:06.126024 | 0.04s 2025-10-08 19:13:27.884341 | fa163ec5-3f45-18b2-9caa-00000000348d | TASK | Update container configs with new config hashes 2025-10-08 19:13:27.958884 | fa163ec5-3f45-18b2-9caa-00000000348d | SKIPPED | Update container configs with new config hashes | standalone 2025-10-08 19:13:27.960234 | fa163ec5-3f45-18b2-9caa-00000000348d | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:20:06.233606 | 0.07s 2025-10-08 19:13:27.991848 | fa163ec5-3f45-18b2-9caa-00000000348e | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-10-08 19:13:28.070028 | fa163ec5-3f45-18b2-9caa-00000000348e | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:20:06.343386 | 0.08s 2025-10-08 19:13:28.095423 | 91de5b51-dc27-4087-9b34-0530a871dba5 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-08 19:13:28.133264 | fa163ec5-3f45-18b2-9caa-0000000035a6 | TASK | Gather podman infos 2025-10-08 19:13:29.350019 | fa163ec5-3f45-18b2-9caa-0000000035a6 | OK | Gather podman infos | standalone 2025-10-08 19:13:29.351223 | fa163ec5-3f45-18b2-9caa-0000000035a6 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:20:07.624599 | 1.22s 2025-10-08 19:13:29.438508 | fa163ec5-3f45-18b2-9caa-0000000035a7 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-08 19:13:29.517635 | fa163ec5-3f45-18b2-9caa-0000000035a7 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:20:07.791004 | 0.07s 2025-10-08 19:13:29.631639 | fa163ec5-3f45-18b2-9caa-000000003531 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:20:07.905002 | 0.07s 2025-10-08 19:13:29.698362 | fa163ec5-3f45-18b2-9caa-00000000348f | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-10-08 19:13:29.773400 | fa163ec5-3f45-18b2-9caa-00000000348f | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:20:08.046761 | 0.07s 2025-10-08 19:13:29.799043 | 77c1c420-c06b-4846-80b8-1170f0bed74d | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-08 19:13:29.838175 | fa163ec5-3f45-18b2-9caa-00000000360c | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-08 19:13:30.667488 | fa163ec5-3f45-18b2-9caa-00000000360c | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-08 19:13:30.668620 | fa163ec5-3f45-18b2-9caa-00000000360c | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:20:08.941999 | 0.83s 2025-10-08 19:13:30.693131 | fa163ec5-3f45-18b2-9caa-00000000360d | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-08 19:13:33.389155 | fa163ec5-3f45-18b2-9caa-00000000360d | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-08 19:13:33.390708 | fa163ec5-3f45-18b2-9caa-00000000360d | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:20:11.664082 | 2.70s 2025-10-08 19:13:33.447653 | fa163ec5-3f45-18b2-9caa-0000000034b0 | TASK | Gather variables for each operating system 2025-10-08 19:13:33.567744 | fa163ec5-3f45-18b2-9caa-0000000034b0 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:20:11.841108 | 0.12s 2025-10-08 19:13:33.597208 | fa163ec5-3f45-18b2-9caa-0000000034b1 | TASK | Create container logs path 2025-10-08 19:13:33.868037 | fa163ec5-3f45-18b2-9caa-0000000034b1 | OK | Create container logs path | standalone 2025-10-08 19:13:33.869586 | fa163ec5-3f45-18b2-9caa-0000000034b1 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:20:12.142959 | 0.27s 2025-10-08 19:13:33.902765 | fa163ec5-3f45-18b2-9caa-0000000034b3 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 2025-10-08 19:13:34.210820 | fa163ec5-3f45-18b2-9caa-0000000034b3 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-08 19:13:34.212026 | fa163ec5-3f45-18b2-9caa-0000000034b3 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:20:12.485401 | 0.31s 2025-10-08 19:13:34.231590 | fa163ec5-3f45-18b2-9caa-0000000034b4 | TASK | Finalise hashes for all containers 2025-10-08 19:13:34.329910 | fa163ec5-3f45-18b2-9caa-0000000034b4 | OK | Finalise hashes for all containers | standalone 2025-10-08 19:13:34.330689 | fa163ec5-3f45-18b2-9caa-0000000034b4 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:20:12.604073 | 0.10s 2025-10-08 19:13:34.350183 | fa163ec5-3f45-18b2-9caa-0000000034b6 | TASK | Manage systemd shutdown files 2025-10-08 19:13:34.407525 | fa163ec5-3f45-18b2-9caa-0000000034b6 | SKIPPED | Manage systemd shutdown files | standalone 2025-10-08 19:13:34.408660 | fa163ec5-3f45-18b2-9caa-0000000034b6 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:20:12.682037 | 0.06s 2025-10-08 19:13:34.433976 | fa163ec5-3f45-18b2-9caa-0000000034b8 | TASK | Update container configs with new config hashes 2025-10-08 19:13:34.505665 | fa163ec5-3f45-18b2-9caa-0000000034b8 | SKIPPED | Update container configs with new config hashes | standalone 2025-10-08 19:13:34.506878 | fa163ec5-3f45-18b2-9caa-0000000034b8 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:20:12.780261 | 0.07s 2025-10-08 19:13:34.534725 | fa163ec5-3f45-18b2-9caa-0000000034b9 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-10-08 19:13:34.605582 | fa163ec5-3f45-18b2-9caa-0000000034b9 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:20:12.878946 | 0.07s 2025-10-08 19:13:34.630105 | 5bd837b1-65d1-49ff-9284-6d5c033d2332 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-08 19:13:34.659381 | fa163ec5-3f45-18b2-9caa-000000003658 | TASK | Gather podman infos 2025-10-08 19:13:35.869685 | fa163ec5-3f45-18b2-9caa-000000003658 | OK | Gather podman infos | standalone 2025-10-08 19:13:35.870884 | fa163ec5-3f45-18b2-9caa-000000003658 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:20:14.144261 | 1.21s 2025-10-08 19:13:35.960206 | fa163ec5-3f45-18b2-9caa-000000003659 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-08 19:13:36.051096 | fa163ec5-3f45-18b2-9caa-000000003659 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:20:14.324459 | 0.09s 2025-10-08 19:13:36.204592 | fa163ec5-3f45-18b2-9caa-000000003531 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:20:14.477957 | 0.09s 2025-10-08 19:13:36.262736 | fa163ec5-3f45-18b2-9caa-0000000034ba | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-10-08 19:13:36.338883 | fa163ec5-3f45-18b2-9caa-0000000034ba | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:20:14.612248 | 0.07s 2025-10-08 19:13:36.363348 | 113f7ca8-c781-4a0b-a41b-69815410a118 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-08 19:13:36.406624 | fa163ec5-3f45-18b2-9caa-0000000036be | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-08 19:13:37.528086 | fa163ec5-3f45-18b2-9caa-0000000036be | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-08 19:13:37.529655 | fa163ec5-3f45-18b2-9caa-0000000036be | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:20:15.803028 | 1.12s 2025-10-08 19:13:37.564825 | fa163ec5-3f45-18b2-9caa-0000000036bf | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-08 19:13:40.381493 | fa163ec5-3f45-18b2-9caa-0000000036bf | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-08 19:13:40.383076 | fa163ec5-3f45-18b2-9caa-0000000036bf | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:20:18.656450 | 2.82s 2025-10-08 19:13:40.437134 | fa163ec5-3f45-18b2-9caa-000000003424 | TASK | Set NB connection 2025-10-08 19:13:40.838616 | fa163ec5-3f45-18b2-9caa-000000003424 | CHANGED | Set NB connection | standalone 2025-10-08 19:13:40.840263 | fa163ec5-3f45-18b2-9caa-000000003424 | TIMING | Set NB connection | standalone | 0:20:19.113638 | 0.40s 2025-10-08 19:13:40.871060 | fa163ec5-3f45-18b2-9caa-000000003425 | TASK | Set SB connection 2025-10-08 19:13:41.280036 | fa163ec5-3f45-18b2-9caa-000000003425 | CHANGED | Set SB connection | standalone 2025-10-08 19:13:41.281268 | fa163ec5-3f45-18b2-9caa-000000003425 | TIMING | Set SB connection | standalone | 0:20:19.554645 | 0.41s 2025-10-08 19:13:41.311018 | fa163ec5-3f45-18b2-9caa-0000000000da | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_3 already exists 2025-10-08 19:13:41.555328 | fa163ec5-3f45-18b2-9caa-0000000000da | OK | Check if /var/lib/tripleo-config/container-startup-config/step_3 already exists | standalone 2025-10-08 19:13:41.556879 | fa163ec5-3f45-18b2-9caa-0000000000da | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_3 already exists | standalone | 0:20:19.830251 | 0.24s 2025-10-08 19:13:41.684475 | fa163ec5-3f45-18b2-9caa-0000000000db | TIMING | include_tasks | standalone | 0:20:19.957841 | 0.10s 2025-10-08 19:13:41.724801 | 989e3edb-a8dc-425d-9f66-82fcd548fcb6 | INCLUDED | /root/standalone-ansible-tki1o3rs/common_deploy_steps_tasks.yaml | standalone 2025-10-08 19:13:41.751672 | fa163ec5-3f45-18b2-9caa-000000003704 | TASK | Write the config_step hieradata 2025-10-08 19:13:42.273463 | fa163ec5-3f45-18b2-9caa-000000003704 | OK | Write the config_step hieradata | standalone 2025-10-08 19:13:42.274806 | fa163ec5-3f45-18b2-9caa-000000003704 | TIMING | Write the config_step hieradata | standalone | 0:20:20.548179 | 0.52s 2025-10-08 19:13:42.306149 | fa163ec5-3f45-18b2-9caa-000000003705 | TASK | Run puppet host configuration for step 3 2025-10-08 19:13:42.624937 | fa163ec5-3f45-18b2-9caa-000000003705 | CHANGED | Run puppet host configuration for step 3 | standalone 2025-10-08 19:13:42.626147 | fa163ec5-3f45-18b2-9caa-000000003705 | TIMING | Run puppet host configuration for step 3 | standalone | 0:20:20.899522 | 0.32s 2025-10-08 19:13:42.653994 | fa163ec5-3f45-18b2-9caa-000000003706 | TASK | Wait for puppet host configuration to finish 2025-10-08 19:13:42.921751 | fa163ec5-3f45-18b2-9caa-000000003706 | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-10-08 19:13:53.174062 | fa163ec5-3f45-18b2-9caa-000000003706 | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-10-08 19:14:03.373770 | fa163ec5-3f45-18b2-9caa-000000003706 | CHANGED | Wait for puppet host configuration to finish | standalone 2025-10-08 19:14:03.375060 | fa163ec5-3f45-18b2-9caa-000000003706 | TIMING | Wait for puppet host configuration to finish | standalone | 0:20:41.648431 | 20.72s 2025-10-08 19:14:03.404655 | fa163ec5-3f45-18b2-9caa-000000003707 | TASK | Debug output for task: Run puppet host configuration for step 3 2025-10-08 19:14:03.486639 | fa163ec5-3f45-18b2-9caa-000000003707 | CHANGED | Debug output for task: Run puppet host configuration for step 3 | standalone | result={ "changed": true, "failed_when_result": false, "puppet_host_outputs.stdout_lines | default([]) | union(puppet_host_outputs.stderr_lines | default([]))": [ "<13>Oct 8 19:13:42 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Oct 8 19:13:49 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Oct 8 19:13:49 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Oct 8 19:13:49 puppet-user: (file & line not available)", "<13>Oct 8 19:13:49 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 8 19:13:49 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 8 19:13:49 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Oct 8 19:13:49 puppet-user: Notice: Compiled catalog for standalone.ooo.test in environment production in 0.41 seconds", "<13>Oct 8 19:13:53 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Oct 8 19:13:56 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Oct 8 19:13:57 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Oct 8 19:13:57 puppet-user: Notice: Applied catalog in 7.97 seconds", "<13>Oct 8 19:13:57 puppet-user: Application:", "<13>Oct 8 19:13:57 puppet-user: Initial environment: production", "<13>Oct 8 19:13:57 puppet-user: Converged environment: production", "<13>Oct 8 19:13:57 puppet-user: Run mode: user", "<13>Oct 8 19:13:57 puppet-user: Changes:", "<13>Oct 8 19:13:57 puppet-user: Total: 2", "<13>Oct 8 19:13:57 puppet-user: Events:", "<13>Oct 8 19:13:57 puppet-user: Success: 2", "<13>Oct 8 19:13:57 puppet-user: Resources:", "<13>Oct 8 19:13:57 puppet-user: Changed: 2", "<13>Oct 8 19:13:57 puppet-user: Out of sync: 2", "<13>Oct 8 19:13:57 puppet-user: Total: 28", "<13>Oct 8 19:13:57 puppet-user: Time:", "<13>Oct 8 19:13:57 puppet-user: Filebucket: 0.00", "<13>Oct 8 19:13:57 puppet-user: Schedule: 0.00", "<13>Oct 8 19:13:57 puppet-user: Package: 0.00", "<13>Oct 8 19:13:57 puppet-user: File line: 0.00", "<13>Oct 8 19:13:57 puppet-user: File: 0.00", "<13>Oct 8 19:13:57 puppet-user: Augeas: 0.01", "<13>Oct 8 19:13:57 puppet-user: User: 0.08", "<13>Oct 8 19:13:57 puppet-user: Service: 0.09", "<13>Oct 8 19:13:57 puppet-user: Config retrieval: 0.47", "<13>Oct 8 19:13:57 puppet-user: Pcmk property: 1.39", "<13>Oct 8 19:13:57 puppet-user: Exec: 1.96", "<13>Oct 8 19:13:57 puppet-user: Last run: 1759950837", "<13>Oct 8 19:13:57 puppet-user: Pcmk resource default: 2.08", "<13>Oct 8 19:13:57 puppet-user: Pcmk resource op default: 2.15", "<13>Oct 8 19:13:57 puppet-user: Transaction evaluation: 7.95", "<13>Oct 8 19:13:57 puppet-user: Catalog application: 7.97", "<13>Oct 8 19:13:57 puppet-user: Total: 7.98", "<13>Oct 8 19:13:57 puppet-user: Version:", "<13>Oct 8 19:13:57 puppet-user: Config: 1759950829", "<13>Oct 8 19:13:57 puppet-user: Puppet: 7.10.0" ] } 2025-10-08 19:14:03.487964 | fa163ec5-3f45-18b2-9caa-000000003707 | TIMING | Debug output for task: Run puppet host configuration for step 3 | standalone | 0:20:41.761339 | 0.08s 2025-10-08 19:14:03.516806 | fa163ec5-3f45-18b2-9caa-000000003708 | TASK | Pre-cache facts for puppet containers 2025-10-08 19:14:03.539221 | fa163ec5-3f45-18b2-9caa-000000003708 | TIMING | Pre-cache facts for puppet containers | standalone | 0:20:41.812583 | 0.02s 2025-10-08 19:14:03.609896 | fa163ec5-3f45-18b2-9caa-000000003747 | TASK | Gather variables for each operating system 2025-10-08 19:14:03.735222 | fa163ec5-3f45-18b2-9caa-000000003747 | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:20:42.008578 | 0.12s 2025-10-08 19:14:03.767162 | fa163ec5-3f45-18b2-9caa-000000003748 | TASK | Create puppet caching structures 2025-10-08 19:14:04.037538 | fa163ec5-3f45-18b2-9caa-000000003748 | CHANGED | Create puppet caching structures | standalone 2025-10-08 19:14:04.039351 | fa163ec5-3f45-18b2-9caa-000000003748 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:20:42.312724 | 0.27s 2025-10-08 19:14:04.070739 | fa163ec5-3f45-18b2-9caa-000000003749 | TASK | Check for facter.conf 2025-10-08 19:14:04.314786 | fa163ec5-3f45-18b2-9caa-000000003749 | OK | Check for facter.conf | standalone 2025-10-08 19:14:04.316354 | fa163ec5-3f45-18b2-9caa-000000003749 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:20:42.589725 | 0.24s 2025-10-08 19:14:04.348483 | fa163ec5-3f45-18b2-9caa-00000000374a | TASK | Remove facter.conf if directory 2025-10-08 19:14:04.377619 | fa163ec5-3f45-18b2-9caa-00000000374a | SKIPPED | Remove facter.conf if directory | standalone 2025-10-08 19:14:04.378867 | fa163ec5-3f45-18b2-9caa-00000000374a | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:20:42.652241 | 0.03s 2025-10-08 19:14:04.409081 | fa163ec5-3f45-18b2-9caa-00000000374b | TASK | Write facter cache config 2025-10-08 19:14:04.851587 | fa163ec5-3f45-18b2-9caa-00000000374b | CHANGED | Write facter cache config | standalone 2025-10-08 19:14:04.853160 | fa163ec5-3f45-18b2-9caa-00000000374b | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:20:43.126526 | 0.44s 2025-10-08 19:14:04.884977 | fa163ec5-3f45-18b2-9caa-00000000374c | TASK | Cleanup facter cache if exists 2025-10-08 19:14:05.129136 | fa163ec5-3f45-18b2-9caa-00000000374c | CHANGED | Cleanup facter cache if exists | standalone 2025-10-08 19:14:05.130546 | fa163ec5-3f45-18b2-9caa-00000000374c | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:20:43.403919 | 0.24s 2025-10-08 19:14:05.159658 | fa163ec5-3f45-18b2-9caa-00000000374d | TASK | Pre-cache facts 2025-10-08 19:14:05.793336 | fa163ec5-3f45-18b2-9caa-00000000374d | CHANGED | Pre-cache facts | standalone 2025-10-08 19:14:05.794671 | fa163ec5-3f45-18b2-9caa-00000000374d | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:20:44.068043 | 0.63s 2025-10-08 19:14:05.826928 | fa163ec5-3f45-18b2-9caa-00000000374e | TASK | Failed deployment if facter fails 2025-10-08 19:14:05.859203 | fa163ec5-3f45-18b2-9caa-00000000374e | SKIPPED | Failed deployment if facter fails | standalone 2025-10-08 19:14:05.860913 | fa163ec5-3f45-18b2-9caa-00000000374e | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:20:44.134280 | 0.03s 2025-10-08 19:14:05.915563 | fa163ec5-3f45-18b2-9caa-00000000374f | TASK | Sync cached facts 2025-10-08 19:14:06.239462 | fa163ec5-3f45-18b2-9caa-00000000374f | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163ec5-3f45-18b2-9caa-00000000374f') missing from stats 2025-10-08 19:14:06.297831 | fa163ec5-3f45-18b2-9caa-000000003709 | TASK | Include container-puppet tasks (generate config) during step 1 2025-10-08 19:14:06.350086 | fa163ec5-3f45-18b2-9caa-000000003709 | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2025-10-08 19:14:06.351770 | fa163ec5-3f45-18b2-9caa-000000003709 | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:20:44.625138 | 0.05s 2025-10-08 19:14:06.383959 | fa163ec5-3f45-18b2-9caa-00000000370b | TASK | Manage containers for step 3 with tripleo-ansible 2025-10-08 19:14:06.413964 | fa163ec5-3f45-18b2-9caa-00000000370b | TIMING | Manage containers for step 3 with tripleo-ansible | standalone | 0:20:44.687326 | 0.03s 2025-10-08 19:14:06.481361 | fa163ec5-3f45-18b2-9caa-0000000037a6 | TASK | Gather variables for each operating system 2025-10-08 19:14:06.604720 | fa163ec5-3f45-18b2-9caa-0000000037a6 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:20:44.878083 | 0.12s 2025-10-08 19:14:06.636917 | fa163ec5-3f45-18b2-9caa-0000000037a7 | TASK | Create container logs path 2025-10-08 19:14:06.873995 | fa163ec5-3f45-18b2-9caa-0000000037a7 | OK | Create container logs path | standalone 2025-10-08 19:14:06.875394 | fa163ec5-3f45-18b2-9caa-0000000037a7 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:20:45.148765 | 0.24s 2025-10-08 19:14:06.906346 | fa163ec5-3f45-18b2-9caa-0000000037a9 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_3 2025-10-08 19:14:07.180813 | fa163ec5-3f45-18b2-9caa-0000000037a9 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_3 | standalone 2025-10-08 19:14:07.181730 | fa163ec5-3f45-18b2-9caa-0000000037a9 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:20:45.455109 | 0.27s 2025-10-08 19:14:07.205071 | fa163ec5-3f45-18b2-9caa-0000000037aa | TASK | Finalise hashes for all containers 2025-10-08 19:14:07.288333 | fa163ec5-3f45-18b2-9caa-0000000037aa | OK | Finalise hashes for all containers | standalone 2025-10-08 19:14:07.289181 | fa163ec5-3f45-18b2-9caa-0000000037aa | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:20:45.562562 | 0.08s 2025-10-08 19:14:07.311429 | fa163ec5-3f45-18b2-9caa-0000000037ac | TASK | Manage systemd shutdown files 2025-10-08 19:14:07.337931 | fa163ec5-3f45-18b2-9caa-0000000037ac | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:20:45.611308 | 0.03s 2025-10-08 19:14:07.359066 | 754f1ed2-fea1-4807-808b-7b8324652dce | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-10-08 19:14:07.386112 | fa163ec5-3f45-18b2-9caa-0000000037df | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-10-08 19:14:07.661669 | fa163ec5-3f45-18b2-9caa-0000000037df | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-10-08 19:14:07.663397 | fa163ec5-3f45-18b2-9caa-0000000037df | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:20:45.936739 | 0.28s 2025-10-08 19:14:07.697206 | fa163ec5-3f45-18b2-9caa-0000000037e0 | TASK | Set podman_drop_in fact 2025-10-08 19:14:07.742630 | fa163ec5-3f45-18b2-9caa-0000000037e0 | OK | Set podman_drop_in fact | standalone 2025-10-08 19:14:07.744355 | fa163ec5-3f45-18b2-9caa-0000000037e0 | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:20:46.017689 | 0.05s 2025-10-08 19:14:07.783800 | fa163ec5-3f45-18b2-9caa-0000000037e2 | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-10-08 19:14:08.278692 | fa163ec5-3f45-18b2-9caa-0000000037e2 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-10-08 19:14:08.279752 | fa163ec5-3f45-18b2-9caa-0000000037e2 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:20:46.553129 | 0.49s 2025-10-08 19:14:08.734642 | fa163ec5-3f45-18b2-9caa-0000000037e2 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-10-08 19:14:08.735743 | fa163ec5-3f45-18b2-9caa-0000000037e2 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:20:47.009120 | 0.95s 2025-10-08 19:14:08.743289 | fa163ec5-3f45-18b2-9caa-0000000037e2 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:20:47.016650 | 0.96s 2025-10-08 19:14:08.768093 | fa163ec5-3f45-18b2-9caa-0000000037e3 | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-10-08 19:14:09.271352 | fa163ec5-3f45-18b2-9caa-0000000037e3 | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-10-08 19:14:09.272438 | fa163ec5-3f45-18b2-9caa-0000000037e3 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:20:47.545816 | 0.50s 2025-10-08 19:14:09.297355 | fa163ec5-3f45-18b2-9caa-0000000037e4 | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-10-08 19:14:09.844744 | fa163ec5-3f45-18b2-9caa-0000000037e4 | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-10-08 19:14:09.846169 | fa163ec5-3f45-18b2-9caa-0000000037e4 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:20:48.119543 | 0.55s 2025-10-08 19:14:09.877534 | fa163ec5-3f45-18b2-9caa-0000000037e5 | TASK | Enable and start tripleo-container-shutdown 2025-10-08 19:14:10.587220 | fa163ec5-3f45-18b2-9caa-0000000037e5 | OK | Enable and start tripleo-container-shutdown | standalone 2025-10-08 19:14:10.589635 | fa163ec5-3f45-18b2-9caa-0000000037e5 | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:20:48.863001 | 0.71s 2025-10-08 19:14:10.623492 | fa163ec5-3f45-18b2-9caa-0000000037e6 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-10-08 19:14:11.129453 | fa163ec5-3f45-18b2-9caa-0000000037e6 | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-10-08 19:14:11.130931 | fa163ec5-3f45-18b2-9caa-0000000037e6 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:20:49.404305 | 0.51s 2025-10-08 19:14:11.164042 | fa163ec5-3f45-18b2-9caa-0000000037e7 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-10-08 19:14:11.706038 | fa163ec5-3f45-18b2-9caa-0000000037e7 | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-10-08 19:14:11.707091 | fa163ec5-3f45-18b2-9caa-0000000037e7 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:20:49.980471 | 0.54s 2025-10-08 19:14:11.729992 | fa163ec5-3f45-18b2-9caa-0000000037e8 | TASK | Enable and start netns-placeholder 2025-10-08 19:14:13.443966 | fa163ec5-3f45-18b2-9caa-0000000037e8 | CHANGED | Enable and start netns-placeholder | standalone 2025-10-08 19:14:13.445962 | fa163ec5-3f45-18b2-9caa-0000000037e8 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:20:51.719344 | 1.71s 2025-10-08 19:14:13.466844 | fa163ec5-3f45-18b2-9caa-0000000037ae | TASK | Update container configs with new config hashes 2025-10-08 19:14:13.503421 | fa163ec5-3f45-18b2-9caa-0000000037ae | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:20:51.776797 | 0.04s 2025-10-08 19:14:13.513808 | 31521615-3575-4fd7-935b-bfa1a05960d9 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-10-08 19:14:13.535069 | fa163ec5-3f45-18b2-9caa-000000003810 | TASK | Update config hashes for container startup configs 2025-10-08 19:14:13.825387 | fa163ec5-3f45-18b2-9caa-000000003810 | OK | Update config hashes for container startup configs | standalone 2025-10-08 19:14:13.826515 | fa163ec5-3f45-18b2-9caa-000000003810 | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:20:52.099896 | 0.29s 2025-10-08 19:14:13.847086 | fa163ec5-3f45-18b2-9caa-0000000037af | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_3 2025-10-08 19:14:13.884445 | fa163ec5-3f45-18b2-9caa-0000000037af | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:20:52.157819 | 0.04s 2025-10-08 19:14:13.905454 | 83e543b9-09e8-424c-9ad0-81d6052d6a12 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-08 19:14:13.931527 | fa163ec5-3f45-18b2-9caa-00000000382f | TASK | Gather podman infos 2025-10-08 19:14:15.019045 | fa163ec5-3f45-18b2-9caa-00000000382f | OK | Gather podman infos | standalone 2025-10-08 19:14:15.020348 | fa163ec5-3f45-18b2-9caa-00000000382f | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:20:53.293718 | 1.09s 2025-10-08 19:14:15.111540 | fa163ec5-3f45-18b2-9caa-000000003830 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 2025-10-08 19:14:15.165233 | fa163ec5-3f45-18b2-9caa-000000003830 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:20:53.438597 | 0.05s 2025-10-08 19:14:15.302040 | fa163ec5-3f45-18b2-9caa-000000003531 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:20:53.575408 | 0.08s 2025-10-08 19:14:15.347751 | fa163ec5-3f45-18b2-9caa-0000000037b0 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_3 2025-10-08 19:14:15.406494 | fa163ec5-3f45-18b2-9caa-0000000037b0 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:20:53.679860 | 0.06s 2025-10-08 19:14:15.422019 | 45c51e00-a2a9-49fb-8bb0-d755128d9a5f | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-08 19:14:15.453536 | fa163ec5-3f45-18b2-9caa-00000000389a | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 2025-10-08 19:15:09.848845 | fa163ec5-3f45-18b2-9caa-00000000389a | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | standalone 2025-10-08 19:15:09.850494 | fa163ec5-3f45-18b2-9caa-00000000389a | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:21:48.123865 | 54.40s 2025-10-08 19:15:09.883563 | fa163ec5-3f45-18b2-9caa-00000000389b | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_3 2025-10-08 19:15:35.347798 | fa163ec5-3f45-18b2-9caa-00000000389b | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_3 | standalone 2025-10-08 19:15:35.349450 | fa163ec5-3f45-18b2-9caa-00000000389b | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:22:13.622823 | 25.46s 2025-10-08 19:15:35.423768 | fa163ec5-3f45-18b2-9caa-00000000370d | TASK | Clean container_puppet_tasks for standalone step 3 2025-10-08 19:15:35.655807 | fa163ec5-3f45-18b2-9caa-00000000370d | OK | Clean container_puppet_tasks for standalone step 3 | standalone 2025-10-08 19:15:35.657228 | fa163ec5-3f45-18b2-9caa-00000000370d | TIMING | Clean container_puppet_tasks for standalone step 3 | standalone | 0:22:13.930601 | 0.23s 2025-10-08 19:15:35.704376 | fa163ec5-3f45-18b2-9caa-00000000370e | TASK | Calculate container_puppet_tasks for standalone step 3 2025-10-08 19:15:35.760748 | fa163ec5-3f45-18b2-9caa-00000000370e | TIMING | Calculate container_puppet_tasks for standalone step 3 | standalone | 0:22:14.034109 | 0.06s 2025-10-08 19:15:35.791569 | fa163ec5-3f45-18b2-9caa-00000000370f | TASK | Include container-puppet tasks for step 3 2025-10-08 19:15:35.842867 | fa163ec5-3f45-18b2-9caa-00000000370f | TIMING | Include container-puppet tasks for step 3 | standalone | 0:22:14.116229 | 0.05s 2025-10-08 19:15:35.870068 | 28cc3dca-f04d-4f5d-9ad4-5f8553f9d9b5 | INCLUDED | /root/standalone-ansible-tki1o3rs/host-container-puppet-tasks.yaml | standalone 2025-10-08 19:15:35.918474 | fa163ec5-3f45-18b2-9caa-0000000038e6 | TASK | Write container-puppet-tasks json file for standalone step 3 2025-10-08 19:15:36.472929 | fa163ec5-3f45-18b2-9caa-0000000038e6 | CHANGED | Write container-puppet-tasks json file for standalone step 3 | standalone 2025-10-08 19:15:36.474196 | fa163ec5-3f45-18b2-9caa-0000000038e6 | TIMING | Write container-puppet-tasks json file for standalone step 3 | standalone | 0:22:14.747568 | 0.55s 2025-10-08 19:15:36.505207 | fa163ec5-3f45-18b2-9caa-0000000038e8 | TASK | Generate container puppet configs for step 3 2025-10-08 19:15:36.793902 | fa163ec5-3f45-18b2-9caa-0000000038e8 | OK | Generate container puppet configs for step 3 | standalone 2025-10-08 19:15:36.795382 | fa163ec5-3f45-18b2-9caa-0000000038e8 | TIMING | Generate container puppet configs for step 3 | standalone | 0:22:15.068752 | 0.29s 2025-10-08 19:15:36.830065 | fa163ec5-3f45-18b2-9caa-0000000038e9 | TASK | Manage Puppet containers (bootstrap tasks) for step 3 with tripleo-ansible 2025-10-08 19:15:36.860846 | fa163ec5-3f45-18b2-9caa-0000000038e9 | TIMING | Manage Puppet containers (bootstrap tasks) for step 3 with tripleo-ansible | standalone | 0:22:15.134209 | 0.03s 2025-10-08 19:15:36.933343 | fa163ec5-3f45-18b2-9caa-000000003918 | TASK | Gather variables for each operating system 2025-10-08 19:15:37.059972 | fa163ec5-3f45-18b2-9caa-000000003918 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:22:15.333329 | 0.13s 2025-10-08 19:15:37.090532 | fa163ec5-3f45-18b2-9caa-000000003919 | TASK | Create container logs path 2025-10-08 19:15:37.336532 | fa163ec5-3f45-18b2-9caa-000000003919 | OK | Create container logs path | standalone 2025-10-08 19:15:37.337907 | fa163ec5-3f45-18b2-9caa-000000003919 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:22:15.611281 | 0.25s 2025-10-08 19:15:37.369778 | fa163ec5-3f45-18b2-9caa-00000000391b | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_3 2025-10-08 19:15:37.647731 | fa163ec5-3f45-18b2-9caa-00000000391b | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_3 | standalone 2025-10-08 19:15:37.649535 | fa163ec5-3f45-18b2-9caa-00000000391b | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_3 | standalone | 0:22:15.922901 | 0.28s 2025-10-08 19:15:37.685188 | fa163ec5-3f45-18b2-9caa-00000000391c | TASK | Finalise hashes for all containers 2025-10-08 19:15:37.729289 | fa163ec5-3f45-18b2-9caa-00000000391c | OK | Finalise hashes for all containers | standalone 2025-10-08 19:15:37.730181 | fa163ec5-3f45-18b2-9caa-00000000391c | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:22:16.003562 | 0.04s 2025-10-08 19:15:37.750863 | fa163ec5-3f45-18b2-9caa-00000000391e | TASK | Manage systemd shutdown files 2025-10-08 19:15:37.789122 | fa163ec5-3f45-18b2-9caa-00000000391e | SKIPPED | Manage systemd shutdown files | standalone 2025-10-08 19:15:37.790517 | fa163ec5-3f45-18b2-9caa-00000000391e | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:22:16.063889 | 0.04s 2025-10-08 19:15:37.821754 | fa163ec5-3f45-18b2-9caa-000000003920 | TASK | Update container configs with new config hashes 2025-10-08 19:15:37.874653 | fa163ec5-3f45-18b2-9caa-000000003920 | SKIPPED | Update container configs with new config hashes | standalone 2025-10-08 19:15:37.876045 | fa163ec5-3f45-18b2-9caa-000000003920 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:22:16.149418 | 0.05s 2025-10-08 19:15:37.898673 | fa163ec5-3f45-18b2-9caa-000000003921 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_3 2025-10-08 19:15:37.948802 | fa163ec5-3f45-18b2-9caa-000000003921 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone 2025-10-08 19:15:37.950173 | fa163ec5-3f45-18b2-9caa-000000003921 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone | 0:22:16.223545 | 0.05s 2025-10-08 19:15:37.986121 | fa163ec5-3f45-18b2-9caa-000000003922 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_3 2025-10-08 19:15:38.018049 | fa163ec5-3f45-18b2-9caa-000000003922 | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone 2025-10-08 19:15:38.019247 | fa163ec5-3f45-18b2-9caa-000000003922 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone | 0:22:16.292620 | 0.03s PLAY [External deployment step 4] ********************************************** 2025-10-08 19:15:38.195421 | fa163ec5-3f45-18b2-9caa-0000000000de | TASK | External deployment step 4 2025-10-08 19:15:38.232491 | fa163ec5-3f45-18b2-9caa-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', 'fa163ec5-3f45-18b2-9caa-0000000000de') missing from stats 2025-10-08 19:15:38.294858 | fa163ec5-3f45-18b2-9caa-0000000000df | TIMING | include_tasks | undercloud | 0:22:16.568218 | 0.04s 2025-10-08 19:15:38.329110 | c8d56b54-717c-4aa5-93b7-757d489ecf89 | INCLUDED | /root/standalone-ansible-tki1o3rs/external_deploy_steps_tasks_step4.yaml | undercloud 2025-10-08 19:15:38.347481 | fa163ec5-3f45-18b2-9caa-000000003971 | TASK | Clean up legacy Cinder keystone catalog entries 2025-10-08 19:15:40.044885 | fa163ec5-3f45-18b2-9caa-000000003971 | OK | Clean up legacy Cinder keystone catalog entries | undercloud | item={'service_name': 'cinderv2', 'service_type': 'volumev2'} 2025-10-08 19:15:40.045703 | fa163ec5-3f45-18b2-9caa-000000003971 | TIMING | Clean up legacy Cinder keystone catalog entries | undercloud | 0:22:18.319085 | 1.70s 2025-10-08 19:15:41.172576 | fa163ec5-3f45-18b2-9caa-000000003971 | OK | Clean up legacy Cinder keystone catalog entries | undercloud | item={'service_name': 'cinderv3', 'service_type': 'volume'} 2025-10-08 19:15:41.174848 | fa163ec5-3f45-18b2-9caa-000000003971 | TIMING | Clean up legacy Cinder keystone catalog entries | undercloud | 0:22:19.448216 | 2.83s 2025-10-08 19:15:41.185093 | fa163ec5-3f45-18b2-9caa-000000003971 | TIMING | Clean up legacy Cinder keystone catalog entries | undercloud | 0:22:19.458456 | 2.84s 2025-10-08 19:15:41.202257 | fa163ec5-3f45-18b2-9caa-000000003974 | TASK | Manage Keystone resources for OpenStack services 2025-10-08 19:15:41.243340 | fa163ec5-3f45-18b2-9caa-000000003974 | TIMING | Manage Keystone resources for OpenStack services | undercloud | 0:22:19.516665 | 0.04s 2025-10-08 19:15:41.314376 | fa163ec5-3f45-18b2-9caa-0000000039a0 | TASK | Create Keystone Admin resources 2025-10-08 19:15:41.367195 | fa163ec5-3f45-18b2-9caa-0000000039a0 | TIMING | tripleo_keystone_resources : Create Keystone Admin resources | undercloud | 0:22:19.640555 | 0.05s 2025-10-08 19:15:41.406296 | bae50922-cf04-4330-955a-924edfb2189b | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/admin.yml | undercloud 2025-10-08 19:15:41.436156 | fa163ec5-3f45-18b2-9caa-0000000039e1 | TASK | Create admin and service projects 2025-10-08 19:15:41.496027 | fa163ec5-3f45-18b2-9caa-0000000039e1 | TIMING | tripleo_keystone_resources : Create admin and service projects | undercloud | 0:22:19.769397 | 0.06s 2025-10-08 19:15:41.505254 | 7534b59d-3232-47e2-9a37-2b70e23c5090 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/projects.yml | undercloud 2025-10-08 19:15:41.533017 | fa163ec5-3f45-18b2-9caa-000000003a32 | TASK | Async creation of Keystone project 2025-10-08 19:15:42.062468 | fa163ec5-3f45-18b2-9caa-000000003a32 | CHANGED | Async creation of Keystone project | undercloud | item=admin 2025-10-08 19:15:42.063237 | fa163ec5-3f45-18b2-9caa-000000003a32 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:22:20.336618 | 0.53s 2025-10-08 19:15:42.302518 | fa163ec5-3f45-18b2-9caa-000000003a32 | CHANGED | Async creation of Keystone project | undercloud | item=service 2025-10-08 19:15:42.303751 | fa163ec5-3f45-18b2-9caa-000000003a32 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:22:20.577120 | 0.77s 2025-10-08 19:15:42.324430 | fa163ec5-3f45-18b2-9caa-000000003a32 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:22:20.597806 | 0.79s 2025-10-08 19:15:42.340662 | fa163ec5-3f45-18b2-9caa-000000003a34 | TASK | Check Keystone project status 2025-10-08 19:15:42.608842 | fa163ec5-3f45-18b2-9caa-000000003a34 | WAITING | Check Keystone project status | undercloud | 30 retries left 2025-10-08 19:15:47.860964 | fa163ec5-3f45-18b2-9caa-000000003a34 | OK | Check Keystone project status | undercloud | item=admin 2025-10-08 19:15:47.862036 | fa163ec5-3f45-18b2-9caa-000000003a34 | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:22:26.135414 | 5.52s 2025-10-08 19:15:48.083978 | fa163ec5-3f45-18b2-9caa-000000003a34 | CHANGED | Check Keystone project status | undercloud | item=service 2025-10-08 19:15:48.085114 | fa163ec5-3f45-18b2-9caa-000000003a34 | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:22:26.358491 | 5.74s 2025-10-08 19:15:48.091630 | fa163ec5-3f45-18b2-9caa-000000003a34 | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:22:26.365005 | 5.75s 2025-10-08 19:15:48.112802 | fa163ec5-3f45-18b2-9caa-0000000039e2 | TASK | Create admin role 2025-10-08 19:15:49.478791 | fa163ec5-3f45-18b2-9caa-0000000039e2 | OK | Create admin role | undercloud 2025-10-08 19:15:49.480493 | fa163ec5-3f45-18b2-9caa-0000000039e2 | TIMING | tripleo_keystone_resources : Create admin role | undercloud | 0:22:27.753864 | 1.37s 2025-10-08 19:15:49.500680 | fa163ec5-3f45-18b2-9caa-0000000039e3 | TASK | Create _member_ role 2025-10-08 19:15:49.570070 | fa163ec5-3f45-18b2-9caa-0000000039e3 | SKIPPED | Create _member_ role | undercloud 2025-10-08 19:15:49.572571 | fa163ec5-3f45-18b2-9caa-0000000039e3 | TIMING | tripleo_keystone_resources : Create _member_ role | undercloud | 0:22:27.845941 | 0.07s 2025-10-08 19:15:49.593952 | fa163ec5-3f45-18b2-9caa-0000000039e4 | TASK | Check admin password 2025-10-08 19:15:51.008722 | fa163ec5-3f45-18b2-9caa-0000000039e4 | OK | Check admin password | undercloud 2025-10-08 19:15:51.010649 | fa163ec5-3f45-18b2-9caa-0000000039e4 | TIMING | tripleo_keystone_resources : Check admin password | undercloud | 0:22:29.284021 | 1.41s 2025-10-08 19:15:51.029760 | fa163ec5-3f45-18b2-9caa-0000000039e5 | TASK | Create admin user 2025-10-08 19:15:52.858614 | fa163ec5-3f45-18b2-9caa-0000000039e5 | CHANGED | Create admin user | undercloud 2025-10-08 19:15:52.859806 | fa163ec5-3f45-18b2-9caa-0000000039e5 | TIMING | tripleo_keystone_resources : Create admin user | undercloud | 0:22:31.133188 | 1.83s 2025-10-08 19:15:52.874423 | fa163ec5-3f45-18b2-9caa-0000000039e6 | TASK | Assign admin role to admin project for admin user 2025-10-08 19:15:54.710471 | fa163ec5-3f45-18b2-9caa-0000000039e6 | OK | Assign admin role to admin project for admin user | undercloud 2025-10-08 19:15:54.711821 | fa163ec5-3f45-18b2-9caa-0000000039e6 | TIMING | tripleo_keystone_resources : Assign admin role to admin project for admin user | undercloud | 0:22:32.985196 | 1.84s 2025-10-08 19:15:54.730588 | fa163ec5-3f45-18b2-9caa-0000000039e7 | TASK | Assign _member_ role to admin project for admin user 2025-10-08 19:15:54.784687 | fa163ec5-3f45-18b2-9caa-0000000039e7 | SKIPPED | Assign _member_ role to admin project for admin user | undercloud 2025-10-08 19:15:54.786086 | fa163ec5-3f45-18b2-9caa-0000000039e7 | TIMING | tripleo_keystone_resources : Assign _member_ role to admin project for admin user | undercloud | 0:22:33.059458 | 0.05s 2025-10-08 19:15:54.803272 | fa163ec5-3f45-18b2-9caa-0000000039e8 | TASK | Create identity service 2025-10-08 19:15:55.995964 | fa163ec5-3f45-18b2-9caa-0000000039e8 | OK | Create identity service | undercloud 2025-10-08 19:15:55.997502 | fa163ec5-3f45-18b2-9caa-0000000039e8 | TIMING | tripleo_keystone_resources : Create identity service | undercloud | 0:22:34.270873 | 1.19s 2025-10-08 19:15:56.016970 | fa163ec5-3f45-18b2-9caa-0000000039e9 | TASK | Create identity public endpoint 2025-10-08 19:15:57.435932 | fa163ec5-3f45-18b2-9caa-0000000039e9 | OK | Create identity public endpoint | undercloud 2025-10-08 19:15:57.437385 | fa163ec5-3f45-18b2-9caa-0000000039e9 | TIMING | tripleo_keystone_resources : Create identity public endpoint | undercloud | 0:22:35.710758 | 1.42s 2025-10-08 19:15:57.458178 | fa163ec5-3f45-18b2-9caa-0000000039ea | TASK | Create identity internal endpoint 2025-10-08 19:15:58.771630 | fa163ec5-3f45-18b2-9caa-0000000039ea | OK | Create identity internal endpoint | undercloud 2025-10-08 19:15:58.773188 | fa163ec5-3f45-18b2-9caa-0000000039ea | TIMING | tripleo_keystone_resources : Create identity internal endpoint | undercloud | 0:22:37.046560 | 1.31s 2025-10-08 19:15:58.792769 | fa163ec5-3f45-18b2-9caa-0000000039eb | TASK | Create identity admin endpoint 2025-10-08 19:15:59.987443 | fa163ec5-3f45-18b2-9caa-0000000039eb | OK | Create identity admin endpoint | undercloud 2025-10-08 19:15:59.988805 | fa163ec5-3f45-18b2-9caa-0000000039eb | TIMING | tripleo_keystone_resources : Create identity admin endpoint | undercloud | 0:22:38.262179 | 1.19s 2025-10-08 19:16:00.004135 | fa163ec5-3f45-18b2-9caa-0000000039a1 | TASK | Create Keystone Projects 2025-10-08 19:16:00.108739 | fa163ec5-3f45-18b2-9caa-0000000039a1 | TIMING | tripleo_keystone_resources : Create Keystone Projects | undercloud | 0:22:38.382097 | 0.10s 2025-10-08 19:16:00.121230 | fa163ec5-3f45-18b2-9caa-0000000039a1 | TIMING | tripleo_keystone_resources : Create Keystone Projects | undercloud | 0:22:38.394591 | 0.12s 2025-10-08 19:16:00.138304 | 59245588-04e7-428d-b374-40c742856418 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/projects.yml | undercloud 2025-10-08 19:16:00.189531 | fa163ec5-3f45-18b2-9caa-000000003abe | TASK | Async creation of Keystone project 2025-10-08 19:16:00.530697 | fa163ec5-3f45-18b2-9caa-000000003abe | CHANGED | Async creation of Keystone project | undercloud | item=service 2025-10-08 19:16:00.532365 | fa163ec5-3f45-18b2-9caa-000000003abe | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:22:38.805745 | 0.34s 2025-10-08 19:16:00.542700 | fa163ec5-3f45-18b2-9caa-000000003abe | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:22:38.816073 | 0.35s 2025-10-08 19:16:00.558777 | fa163ec5-3f45-18b2-9caa-000000003ac0 | TASK | Check Keystone project status 2025-10-08 19:16:00.810451 | fa163ec5-3f45-18b2-9caa-000000003ac0 | WAITING | Check Keystone project status | undercloud | 30 retries left 2025-10-08 19:16:06.033776 | fa163ec5-3f45-18b2-9caa-000000003ac0 | OK | Check Keystone project status | undercloud | item=service 2025-10-08 19:16:06.034715 | fa163ec5-3f45-18b2-9caa-000000003ac0 | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:22:44.308093 | 5.47s 2025-10-08 19:16:06.043149 | fa163ec5-3f45-18b2-9caa-000000003ac0 | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:22:44.316516 | 5.48s 2025-10-08 19:16:06.063401 | fa163ec5-3f45-18b2-9caa-0000000039a3 | TASK | Create Keystone Domains 2025-10-08 19:16:06.147830 | fa163ec5-3f45-18b2-9caa-0000000039a3 | TIMING | tripleo_keystone_resources : Create Keystone Domains | undercloud | 0:22:44.421158 | 0.08s 2025-10-08 19:16:06.160044 | fa163ec5-3f45-18b2-9caa-0000000039a3 | TIMING | tripleo_keystone_resources : Create Keystone Domains | undercloud | 0:22:44.433407 | 0.09s 2025-10-08 19:16:06.174787 | 2ebb9e80-6068-4e5c-8a3a-b6aa0d74c5f5 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/domains.yml | undercloud 2025-10-08 19:16:06.223353 | fa163ec5-3f45-18b2-9caa-000000003b73 | TASK | Async creation of Keystone domains 2025-10-08 19:16:06.787542 | fa163ec5-3f45-18b2-9caa-000000003b73 | CHANGED | Async creation of Keystone domains | undercloud | item=heat_stack 2025-10-08 19:16:06.788797 | fa163ec5-3f45-18b2-9caa-000000003b73 | TIMING | tripleo_keystone_resources : Async creation of Keystone domains | undercloud | 0:22:45.062166 | 0.56s 2025-10-08 19:16:06.800151 | fa163ec5-3f45-18b2-9caa-000000003b73 | TIMING | tripleo_keystone_resources : Async creation of Keystone domains | undercloud | 0:22:45.073528 | 0.58s 2025-10-08 19:16:06.814470 | fa163ec5-3f45-18b2-9caa-000000003b75 | TASK | Check Keystone domain status 2025-10-08 19:16:07.090966 | fa163ec5-3f45-18b2-9caa-000000003b75 | WAITING | Check Keystone domain status | undercloud | 30 retries left 2025-10-08 19:16:12.309669 | fa163ec5-3f45-18b2-9caa-000000003b75 | CHANGED | Check Keystone domain status | undercloud | item=heat_stack 2025-10-08 19:16:12.311979 | fa163ec5-3f45-18b2-9caa-000000003b75 | TIMING | tripleo_keystone_resources : Check Keystone domain status | undercloud | 0:22:50.585349 | 5.50s 2025-10-08 19:16:12.322151 | fa163ec5-3f45-18b2-9caa-000000003b75 | TIMING | tripleo_keystone_resources : Check Keystone domain status | undercloud | 0:22:50.595527 | 5.51s 2025-10-08 19:16:12.343012 | fa163ec5-3f45-18b2-9caa-0000000039a5 | TASK | Gather all OpenStack domains for Ansible >= 2.9.0 2025-10-08 19:16:12.394239 | fa163ec5-3f45-18b2-9caa-0000000039a5 | TIMING | tripleo_keystone_resources : Gather all OpenStack domains for Ansible >= 2.9.0 | undercloud | 0:22:50.667602 | 0.05s 2025-10-08 19:16:12.409645 | 3ab32b59-845c-4d6f-8fa5-7c5f2c1e0b12 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/gather_domains.yml | undercloud 2025-10-08 19:16:12.474974 | fa163ec5-3f45-18b2-9caa-000000003c3d | TASK | Collect OpenStack Keystone domains infos 2025-10-08 19:16:13.970186 | fa163ec5-3f45-18b2-9caa-000000003c3d | OK | Collect OpenStack Keystone domains infos | undercloud 2025-10-08 19:16:13.972779 | fa163ec5-3f45-18b2-9caa-000000003c3d | TIMING | tripleo_keystone_resources : Collect OpenStack Keystone domains infos | undercloud | 0:22:52.246150 | 1.49s 2025-10-08 19:16:13.991817 | fa163ec5-3f45-18b2-9caa-000000003c3e | TASK | Set openstack_domains fact 2025-10-08 19:16:14.056077 | fa163ec5-3f45-18b2-9caa-000000003c3e | OK | Set openstack_domains fact | undercloud 2025-10-08 19:16:14.057449 | fa163ec5-3f45-18b2-9caa-000000003c3e | TIMING | tripleo_keystone_resources : Set openstack_domains fact | undercloud | 0:22:52.330822 | 0.06s 2025-10-08 19:16:14.075971 | fa163ec5-3f45-18b2-9caa-0000000039a6 | TASK | Create Keystone Services 2025-10-08 19:16:14.177489 | fa163ec5-3f45-18b2-9caa-0000000039a6 | TIMING | tripleo_keystone_resources : Create Keystone Services | undercloud | 0:22:52.450840 | 0.10s 2025-10-08 19:16:14.205407 | fa163ec5-3f45-18b2-9caa-0000000039a6 | TIMING | tripleo_keystone_resources : Create Keystone Services | undercloud | 0:22:52.478776 | 0.13s 2025-10-08 19:16:14.223779 | fa163ec5-3f45-18b2-9caa-0000000039a6 | TIMING | tripleo_keystone_resources : Create Keystone Services | undercloud | 0:22:52.497151 | 0.15s 2025-10-08 19:16:14.250717 | 411f2ce4-5531-43b5-be91-a1d9afa51a05 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/services.yml | undercloud 2025-10-08 19:16:14.261620 | 47db5736-7eb7-4df0-9403-063afda0aabb | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/services.yml | undercloud 2025-10-08 19:16:14.308950 | fa163ec5-3f45-18b2-9caa-000000003d1a | TASK | Async creation of Keystone service 2025-10-08 19:16:14.647914 | fa163ec5-3f45-18b2-9caa-000000003d1a | CHANGED | Async creation of Keystone service | undercloud | item=aodh 2025-10-08 19:16:14.650082 | fa163ec5-3f45-18b2-9caa-000000003d1a | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:52.923450 | 0.34s 2025-10-08 19:16:14.931226 | fa163ec5-3f45-18b2-9caa-000000003d1a | CHANGED | Async creation of Keystone service | undercloud | item=cinderv3 2025-10-08 19:16:14.932493 | fa163ec5-3f45-18b2-9caa-000000003d1a | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:53.205867 | 0.62s 2025-10-08 19:16:15.254943 | fa163ec5-3f45-18b2-9caa-000000003d1a | CHANGED | Async creation of Keystone service | undercloud | item=glance 2025-10-08 19:16:15.256745 | fa163ec5-3f45-18b2-9caa-000000003d1a | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:53.530122 | 0.95s 2025-10-08 19:16:15.551095 | fa163ec5-3f45-18b2-9caa-000000003d1a | CHANGED | Async creation of Keystone service | undercloud | item=gnocchi 2025-10-08 19:16:15.551813 | fa163ec5-3f45-18b2-9caa-000000003d1a | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:53.825196 | 1.24s 2025-10-08 19:16:15.846601 | fa163ec5-3f45-18b2-9caa-000000003d1a | CHANGED | Async creation of Keystone service | undercloud | item=heat 2025-10-08 19:16:15.847569 | fa163ec5-3f45-18b2-9caa-000000003d1a | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:54.120948 | 1.54s 2025-10-08 19:16:16.161969 | fa163ec5-3f45-18b2-9caa-000000003d1a | CHANGED | Async creation of Keystone service | undercloud | item=heat-cfn 2025-10-08 19:16:16.163666 | fa163ec5-3f45-18b2-9caa-000000003d1a | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:54.437044 | 1.85s 2025-10-08 19:16:16.444735 | fa163ec5-3f45-18b2-9caa-000000003d1a | CHANGED | Async creation of Keystone service | undercloud | item=manila 2025-10-08 19:16:16.445310 | fa163ec5-3f45-18b2-9caa-000000003d1a | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:54.718694 | 2.14s 2025-10-08 19:16:16.748769 | fa163ec5-3f45-18b2-9caa-000000003d1a | CHANGED | Async creation of Keystone service | undercloud | item=manilav2 2025-10-08 19:16:16.749945 | fa163ec5-3f45-18b2-9caa-000000003d1a | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:55.023322 | 2.44s 2025-10-08 19:16:17.017842 | fa163ec5-3f45-18b2-9caa-000000003d1a | CHANGED | Async creation of Keystone service | undercloud | item=neutron 2025-10-08 19:16:17.018885 | fa163ec5-3f45-18b2-9caa-000000003d1a | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:55.292266 | 2.71s 2025-10-08 19:16:17.266927 | fa163ec5-3f45-18b2-9caa-000000003d1a | CHANGED | Async creation of Keystone service | undercloud | item=nova 2025-10-08 19:16:17.267565 | fa163ec5-3f45-18b2-9caa-000000003d1a | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:55.540951 | 2.96s 2025-10-08 19:16:17.274768 | fa163ec5-3f45-18b2-9caa-000000003d1a | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:55.548156 | 2.96s 2025-10-08 19:16:17.289997 | fa163ec5-3f45-18b2-9caa-000000003d1c | TASK | Check Keystone service status 2025-10-08 19:16:17.509151 | fa163ec5-3f45-18b2-9caa-000000003d1c | CHANGED | Check Keystone service status | undercloud | item=aodh 2025-10-08 19:16:17.510001 | fa163ec5-3f45-18b2-9caa-000000003d1c | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:55.783382 | 0.22s 2025-10-08 19:16:17.751139 | fa163ec5-3f45-18b2-9caa-000000003d1c | CHANGED | Check Keystone service status | undercloud | item=cinderv3 2025-10-08 19:16:17.752385 | fa163ec5-3f45-18b2-9caa-000000003d1c | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:56.025762 | 0.46s 2025-10-08 19:16:17.984565 | fa163ec5-3f45-18b2-9caa-000000003d1c | CHANGED | Check Keystone service status | undercloud | item=glance 2025-10-08 19:16:17.985742 | fa163ec5-3f45-18b2-9caa-000000003d1c | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:56.259119 | 0.69s 2025-10-08 19:16:18.203050 | fa163ec5-3f45-18b2-9caa-000000003d1c | CHANGED | Check Keystone service status | undercloud | item=gnocchi 2025-10-08 19:16:18.204392 | fa163ec5-3f45-18b2-9caa-000000003d1c | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:56.477767 | 0.91s 2025-10-08 19:16:18.499565 | fa163ec5-3f45-18b2-9caa-000000003d1c | CHANGED | Check Keystone service status | undercloud | item=heat 2025-10-08 19:16:18.500222 | fa163ec5-3f45-18b2-9caa-000000003d1c | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:56.773607 | 1.21s 2025-10-08 19:16:18.792666 | fa163ec5-3f45-18b2-9caa-000000003d1c | CHANGED | Check Keystone service status | undercloud | item=heat-cfn 2025-10-08 19:16:18.794331 | fa163ec5-3f45-18b2-9caa-000000003d1c | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:57.067701 | 1.50s 2025-10-08 19:16:19.138563 | fa163ec5-3f45-18b2-9caa-000000003d1c | CHANGED | Check Keystone service status | undercloud | item=manila 2025-10-08 19:16:19.139695 | fa163ec5-3f45-18b2-9caa-000000003d1c | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:57.413077 | 1.85s 2025-10-08 19:16:19.325351 | fa163ec5-3f45-18b2-9caa-000000003d1c | CHANGED | Check Keystone service status | undercloud | item=manilav2 2025-10-08 19:16:19.326467 | fa163ec5-3f45-18b2-9caa-000000003d1c | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:57.599826 | 2.04s 2025-10-08 19:16:19.543082 | fa163ec5-3f45-18b2-9caa-000000003d1c | CHANGED | Check Keystone service status | undercloud | item=neutron 2025-10-08 19:16:19.543898 | fa163ec5-3f45-18b2-9caa-000000003d1c | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:57.817280 | 2.25s 2025-10-08 19:16:19.720422 | fa163ec5-3f45-18b2-9caa-000000003d1c | CHANGED | Check Keystone service status | undercloud | item=nova 2025-10-08 19:16:19.721888 | fa163ec5-3f45-18b2-9caa-000000003d1c | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:57.995265 | 2.43s 2025-10-08 19:16:19.733317 | fa163ec5-3f45-18b2-9caa-000000003d1c | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:58.006699 | 2.44s 2025-10-08 19:16:19.750299 | fa163ec5-3f45-18b2-9caa-000000003d21 | TASK | Async creation of Keystone service 2025-10-08 19:16:20.109251 | fa163ec5-3f45-18b2-9caa-000000003d21 | CHANGED | Async creation of Keystone service | undercloud | item=octavia 2025-10-08 19:16:20.111151 | fa163ec5-3f45-18b2-9caa-000000003d21 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:58.384519 | 0.36s 2025-10-08 19:16:20.423505 | fa163ec5-3f45-18b2-9caa-000000003d21 | CHANGED | Async creation of Keystone service | undercloud | item=placement 2025-10-08 19:16:20.424735 | fa163ec5-3f45-18b2-9caa-000000003d21 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:58.698106 | 0.67s 2025-10-08 19:16:20.696512 | fa163ec5-3f45-18b2-9caa-000000003d21 | CHANGED | Async creation of Keystone service | undercloud | item=swift 2025-10-08 19:16:20.698917 | fa163ec5-3f45-18b2-9caa-000000003d21 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:58.972291 | 0.95s 2025-10-08 19:16:20.708667 | fa163ec5-3f45-18b2-9caa-000000003d21 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:58.982047 | 0.96s 2025-10-08 19:16:20.723939 | fa163ec5-3f45-18b2-9caa-000000003d23 | TASK | Check Keystone service status 2025-10-08 19:16:20.995584 | fa163ec5-3f45-18b2-9caa-000000003d23 | WAITING | Check Keystone service status | undercloud | 30 retries left 2025-10-08 19:16:26.225070 | fa163ec5-3f45-18b2-9caa-000000003d23 | CHANGED | Check Keystone service status | undercloud | item=octavia 2025-10-08 19:16:26.226159 | fa163ec5-3f45-18b2-9caa-000000003d23 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:23:04.499537 | 5.50s 2025-10-08 19:16:26.494741 | fa163ec5-3f45-18b2-9caa-000000003d23 | CHANGED | Check Keystone service status | undercloud | item=placement 2025-10-08 19:16:26.495981 | fa163ec5-3f45-18b2-9caa-000000003d23 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:23:04.769356 | 5.77s 2025-10-08 19:16:26.748908 | fa163ec5-3f45-18b2-9caa-000000003d23 | CHANGED | Check Keystone service status | undercloud | item=swift 2025-10-08 19:16:26.750098 | fa163ec5-3f45-18b2-9caa-000000003d23 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:23:05.023473 | 6.03s 2025-10-08 19:16:26.759157 | fa163ec5-3f45-18b2-9caa-000000003d23 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:23:05.032529 | 6.03s 2025-10-08 19:16:26.777947 | fa163ec5-3f45-18b2-9caa-0000000039a8 | TASK | Create Keystone Endpoints 2025-10-08 19:16:26.850870 | fa163ec5-3f45-18b2-9caa-0000000039a8 | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:23:05.124227 | 0.07s 2025-10-08 19:16:26.886977 | fa163ec5-3f45-18b2-9caa-0000000039a8 | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:23:05.160349 | 0.11s 2025-10-08 19:16:26.902199 | fa163ec5-3f45-18b2-9caa-0000000039a8 | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:23:05.175576 | 0.12s 2025-10-08 19:16:26.914115 | fa163ec5-3f45-18b2-9caa-0000000039a8 | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:23:05.187491 | 0.13s 2025-10-08 19:16:26.927139 | ab427193-80a1-4bd9-963b-b5700d917e03 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/loop-endpoints.yml | undercloud 2025-10-08 19:16:26.933563 | c120ca49-591f-4f7d-a05c-0d6496142ecb | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/loop-endpoints.yml | undercloud 2025-10-08 19:16:26.939445 | 1cacb574-a3cf-4734-99cb-7c88d9967e56 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/loop-endpoints.yml | undercloud 2025-10-08 19:16:26.996527 | fa163ec5-3f45-18b2-9caa-000000003e53 | TASK | Create Keystone public endpoints 2025-10-08 19:16:27.105494 | fa163ec5-3f45-18b2-9caa-000000003e53 | TIMING | tripleo_keystone_resources : Create Keystone public endpoints | undercloud | 0:23:05.378852 | 0.11s 2025-10-08 19:16:27.122470 | fa163ec5-3f45-18b2-9caa-000000003e53 | TIMING | tripleo_keystone_resources : Create Keystone public endpoints | undercloud | 0:23:05.395841 | 0.12s 2025-10-08 19:16:27.137978 | fa163ec5-3f45-18b2-9caa-000000003e53 | TIMING | tripleo_keystone_resources : Create Keystone public endpoints | undercloud | 0:23:05.411353 | 0.14s 2025-10-08 19:16:27.158691 | 442a21ab-875d-41ce-b894-0082b4fffc5d | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-10-08 19:16:27.170211 | a232abf3-006f-4547-ab93-3972f154700d | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-10-08 19:16:27.192819 | fa163ec5-3f45-18b2-9caa-000000003f7b | TASK | Async creation of Keystone public endpoint 2025-10-08 19:16:27.532270 | fa163ec5-3f45-18b2-9caa-000000003f7b | CHANGED | Async creation of Keystone public endpoint | undercloud | item=aodh 2025-10-08 19:16:27.535224 | fa163ec5-3f45-18b2-9caa-000000003f7b | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:23:05.808594 | 0.34s 2025-10-08 19:16:27.808436 | fa163ec5-3f45-18b2-9caa-000000003f7b | CHANGED | Async creation of Keystone public endpoint | undercloud | item=cinderv3 2025-10-08 19:16:27.810199 | fa163ec5-3f45-18b2-9caa-000000003f7b | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:23:06.083575 | 0.62s 2025-10-08 19:16:28.125248 | fa163ec5-3f45-18b2-9caa-000000003f7b | CHANGED | Async creation of Keystone public endpoint | undercloud | item=glance 2025-10-08 19:16:28.126200 | fa163ec5-3f45-18b2-9caa-000000003f7b | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:23:06.399578 | 0.93s 2025-10-08 19:16:28.412890 | fa163ec5-3f45-18b2-9caa-000000003f7b | CHANGED | Async creation of Keystone public endpoint | undercloud | item=gnocchi 2025-10-08 19:16:28.414578 | fa163ec5-3f45-18b2-9caa-000000003f7b | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:23:06.687950 | 1.22s 2025-10-08 19:16:28.694205 | fa163ec5-3f45-18b2-9caa-000000003f7b | CHANGED | Async creation of Keystone public endpoint | undercloud | item=heat 2025-10-08 19:16:28.695904 | fa163ec5-3f45-18b2-9caa-000000003f7b | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:23:06.969284 | 1.50s 2025-10-08 19:16:28.971339 | fa163ec5-3f45-18b2-9caa-000000003f7b | CHANGED | Async creation of Keystone public endpoint | undercloud | item=heat-cfn 2025-10-08 19:16:28.975994 | fa163ec5-3f45-18b2-9caa-000000003f7b | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:23:07.249370 | 1.78s 2025-10-08 19:16:29.284688 | fa163ec5-3f45-18b2-9caa-000000003f7b | CHANGED | Async creation of Keystone public endpoint | undercloud | item=manila 2025-10-08 19:16:29.296114 | fa163ec5-3f45-18b2-9caa-000000003f7b | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:23:07.569488 | 2.10s 2025-10-08 19:16:29.586522 | fa163ec5-3f45-18b2-9caa-000000003f7b | CHANGED | Async creation of Keystone public endpoint | undercloud | item=manilav2 2025-10-08 19:16:29.587249 | fa163ec5-3f45-18b2-9caa-000000003f7b | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:23:07.860631 | 2.39s 2025-10-08 19:16:29.847110 | fa163ec5-3f45-18b2-9caa-000000003f7b | CHANGED | Async creation of Keystone public endpoint | undercloud | item=neutron 2025-10-08 19:16:29.847756 | fa163ec5-3f45-18b2-9caa-000000003f7b | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:23:08.121142 | 2.65s 2025-10-08 19:16:30.118544 | fa163ec5-3f45-18b2-9caa-000000003f7b | CHANGED | Async creation of Keystone public endpoint | undercloud | item=nova 2025-10-08 19:16:30.119090 | fa163ec5-3f45-18b2-9caa-000000003f7b | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:23:08.392477 | 2.93s 2025-10-08 19:16:30.122721 | fa163ec5-3f45-18b2-9caa-000000003f7b | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:23:08.396108 | 2.93s 2025-10-08 19:16:30.140153 | fa163ec5-3f45-18b2-9caa-000000003f7d | TASK | Check Keystone public endpoint status 2025-10-08 19:16:30.381483 | fa163ec5-3f45-18b2-9caa-000000003f7d | CHANGED | Check Keystone public endpoint status | undercloud | item=aodh 2025-10-08 19:16:30.382386 | fa163ec5-3f45-18b2-9caa-000000003f7d | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:23:08.655766 | 0.24s 2025-10-08 19:16:30.639423 | fa163ec5-3f45-18b2-9caa-000000003f7d | CHANGED | Check Keystone public endpoint status | undercloud | item=cinderv3 2025-10-08 19:16:30.640633 | fa163ec5-3f45-18b2-9caa-000000003f7d | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:23:08.914008 | 0.50s 2025-10-08 19:16:30.876145 | fa163ec5-3f45-18b2-9caa-000000003f7d | CHANGED | Check Keystone public endpoint status | undercloud | item=glance 2025-10-08 19:16:30.877370 | fa163ec5-3f45-18b2-9caa-000000003f7d | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:23:09.150745 | 0.74s 2025-10-08 19:16:31.086846 | fa163ec5-3f45-18b2-9caa-000000003f7d | CHANGED | Check Keystone public endpoint status | undercloud | item=gnocchi 2025-10-08 19:16:31.088143 | fa163ec5-3f45-18b2-9caa-000000003f7d | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:23:09.361516 | 0.95s 2025-10-08 19:16:31.338880 | fa163ec5-3f45-18b2-9caa-000000003f7d | CHANGED | Check Keystone public endpoint status | undercloud | item=heat 2025-10-08 19:16:31.341069 | fa163ec5-3f45-18b2-9caa-000000003f7d | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:23:09.614443 | 1.20s 2025-10-08 19:16:31.584343 | fa163ec5-3f45-18b2-9caa-000000003f7d | CHANGED | Check Keystone public endpoint status | undercloud | item=heat-cfn 2025-10-08 19:16:31.585591 | fa163ec5-3f45-18b2-9caa-000000003f7d | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:23:09.858965 | 1.44s 2025-10-08 19:16:31.851251 | fa163ec5-3f45-18b2-9caa-000000003f7d | WAITING | Check Keystone public endpoint status | undercloud | 30 retries left 2025-10-08 19:16:37.056337 | fa163ec5-3f45-18b2-9caa-000000003f7d | CHANGED | Check Keystone public endpoint status | undercloud | item=manila 2025-10-08 19:16:37.058205 | fa163ec5-3f45-18b2-9caa-000000003f7d | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:23:15.331585 | 6.92s 2025-10-08 19:16:37.303463 | fa163ec5-3f45-18b2-9caa-000000003f7d | CHANGED | Check Keystone public endpoint status | undercloud | item=manilav2 2025-10-08 19:16:37.304618 | fa163ec5-3f45-18b2-9caa-000000003f7d | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:23:15.577993 | 7.16s 2025-10-08 19:16:37.579638 | fa163ec5-3f45-18b2-9caa-000000003f7d | CHANGED | Check Keystone public endpoint status | undercloud | item=neutron 2025-10-08 19:16:37.580470 | fa163ec5-3f45-18b2-9caa-000000003f7d | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:23:15.853850 | 7.44s 2025-10-08 19:16:37.819063 | fa163ec5-3f45-18b2-9caa-000000003f7d | CHANGED | Check Keystone public endpoint status | undercloud | item=nova 2025-10-08 19:16:37.820453 | fa163ec5-3f45-18b2-9caa-000000003f7d | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:23:16.093823 | 7.68s 2025-10-08 19:16:37.832257 | fa163ec5-3f45-18b2-9caa-000000003f7d | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:23:16.105631 | 7.69s 2025-10-08 19:16:37.855331 | fa163ec5-3f45-18b2-9caa-000000003f82 | TASK | Async creation of Keystone public endpoint 2025-10-08 19:16:38.149901 | fa163ec5-3f45-18b2-9caa-000000003f82 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=octavia 2025-10-08 19:16:38.151427 | fa163ec5-3f45-18b2-9caa-000000003f82 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:23:16.424807 | 0.29s 2025-10-08 19:16:38.508744 | fa163ec5-3f45-18b2-9caa-000000003f82 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=placement 2025-10-08 19:16:38.509519 | fa163ec5-3f45-18b2-9caa-000000003f82 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:23:16.782900 | 0.65s 2025-10-08 19:16:38.825321 | fa163ec5-3f45-18b2-9caa-000000003f82 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=swift 2025-10-08 19:16:38.826793 | fa163ec5-3f45-18b2-9caa-000000003f82 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:23:17.100168 | 0.97s 2025-10-08 19:16:38.836735 | fa163ec5-3f45-18b2-9caa-000000003f82 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:23:17.110112 | 0.98s 2025-10-08 19:16:38.852603 | fa163ec5-3f45-18b2-9caa-000000003f84 | TASK | Check Keystone public endpoint status 2025-10-08 19:16:39.161354 | fa163ec5-3f45-18b2-9caa-000000003f84 | WAITING | Check Keystone public endpoint status | undercloud | 30 retries left 2025-10-08 19:16:44.387179 | fa163ec5-3f45-18b2-9caa-000000003f84 | CHANGED | Check Keystone public endpoint status | undercloud | item=octavia 2025-10-08 19:16:44.388699 | fa163ec5-3f45-18b2-9caa-000000003f84 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:23:22.662067 | 5.53s 2025-10-08 19:16:44.631956 | fa163ec5-3f45-18b2-9caa-000000003f84 | CHANGED | Check Keystone public endpoint status | undercloud | item=placement 2025-10-08 19:16:44.633312 | fa163ec5-3f45-18b2-9caa-000000003f84 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:23:22.906696 | 5.78s 2025-10-08 19:16:44.847243 | fa163ec5-3f45-18b2-9caa-000000003f84 | CHANGED | Check Keystone public endpoint status | undercloud | item=swift 2025-10-08 19:16:44.852438 | fa163ec5-3f45-18b2-9caa-000000003f84 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:23:23.125804 | 6.00s 2025-10-08 19:16:44.862718 | fa163ec5-3f45-18b2-9caa-000000003f84 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:23:23.136093 | 6.01s 2025-10-08 19:16:44.879053 | fa163ec5-3f45-18b2-9caa-000000003e58 | TASK | Create Keystone admin endpoints 2025-10-08 19:16:44.985273 | fa163ec5-3f45-18b2-9caa-000000003e58 | TIMING | tripleo_keystone_resources : Create Keystone admin endpoints | undercloud | 0:23:23.258616 | 0.11s 2025-10-08 19:16:45.001079 | fa163ec5-3f45-18b2-9caa-000000003e58 | TIMING | tripleo_keystone_resources : Create Keystone admin endpoints | undercloud | 0:23:23.274456 | 0.12s 2025-10-08 19:16:45.008890 | fa163ec5-3f45-18b2-9caa-000000003e58 | TIMING | tripleo_keystone_resources : Create Keystone admin endpoints | undercloud | 0:23:23.282265 | 0.13s 2025-10-08 19:16:45.017924 | cf7188d9-812e-49a3-9f36-a7f1fcffa99e | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-10-08 19:16:45.022186 | 05ad0898-be6f-4cee-8c22-df2b127d244c | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-10-08 19:16:45.039152 | fa163ec5-3f45-18b2-9caa-000000003fde | TASK | Async creation of Keystone admin endpoint 2025-10-08 19:16:45.386524 | fa163ec5-3f45-18b2-9caa-000000003fde | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=aodh 2025-10-08 19:16:45.388042 | fa163ec5-3f45-18b2-9caa-000000003fde | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:23:23.661407 | 0.35s 2025-10-08 19:16:45.710416 | fa163ec5-3f45-18b2-9caa-000000003fde | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=cinderv3 2025-10-08 19:16:45.711536 | fa163ec5-3f45-18b2-9caa-000000003fde | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:23:23.984910 | 0.67s 2025-10-08 19:16:46.016425 | fa163ec5-3f45-18b2-9caa-000000003fde | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=glance 2025-10-08 19:16:46.017601 | fa163ec5-3f45-18b2-9caa-000000003fde | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:23:24.290985 | 0.98s 2025-10-08 19:16:46.330828 | fa163ec5-3f45-18b2-9caa-000000003fde | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=gnocchi 2025-10-08 19:16:46.331461 | fa163ec5-3f45-18b2-9caa-000000003fde | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:23:24.604846 | 1.29s 2025-10-08 19:16:46.632829 | fa163ec5-3f45-18b2-9caa-000000003fde | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=heat 2025-10-08 19:16:46.634156 | fa163ec5-3f45-18b2-9caa-000000003fde | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:23:24.907526 | 1.59s 2025-10-08 19:16:46.912060 | fa163ec5-3f45-18b2-9caa-000000003fde | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=heat-cfn 2025-10-08 19:16:46.913774 | fa163ec5-3f45-18b2-9caa-000000003fde | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:23:25.187155 | 1.87s 2025-10-08 19:16:47.203932 | fa163ec5-3f45-18b2-9caa-000000003fde | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=manila 2025-10-08 19:16:47.204663 | fa163ec5-3f45-18b2-9caa-000000003fde | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:23:25.478045 | 2.16s 2025-10-08 19:16:47.476170 | fa163ec5-3f45-18b2-9caa-000000003fde | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=manilav2 2025-10-08 19:16:47.476795 | fa163ec5-3f45-18b2-9caa-000000003fde | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:23:25.750180 | 2.44s 2025-10-08 19:16:47.768313 | fa163ec5-3f45-18b2-9caa-000000003fde | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=neutron 2025-10-08 19:16:47.768922 | fa163ec5-3f45-18b2-9caa-000000003fde | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:23:26.042307 | 2.73s 2025-10-08 19:16:48.055773 | fa163ec5-3f45-18b2-9caa-000000003fde | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=nova 2025-10-08 19:16:48.056825 | fa163ec5-3f45-18b2-9caa-000000003fde | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:23:26.330201 | 3.02s 2025-10-08 19:16:48.067165 | fa163ec5-3f45-18b2-9caa-000000003fde | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:23:26.340496 | 3.03s 2025-10-08 19:16:48.090206 | fa163ec5-3f45-18b2-9caa-000000003fe0 | TASK | Check Keystone admin endpoint status 2025-10-08 19:16:48.362440 | fa163ec5-3f45-18b2-9caa-000000003fe0 | CHANGED | Check Keystone admin endpoint status | undercloud | item=aodh 2025-10-08 19:16:48.366712 | fa163ec5-3f45-18b2-9caa-000000003fe0 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:23:26.640075 | 0.27s 2025-10-08 19:16:48.639761 | fa163ec5-3f45-18b2-9caa-000000003fe0 | CHANGED | Check Keystone admin endpoint status | undercloud | item=cinderv3 2025-10-08 19:16:48.642067 | fa163ec5-3f45-18b2-9caa-000000003fe0 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:23:26.915441 | 0.55s 2025-10-08 19:16:48.957739 | fa163ec5-3f45-18b2-9caa-000000003fe0 | CHANGED | Check Keystone admin endpoint status | undercloud | item=glance 2025-10-08 19:16:48.958868 | fa163ec5-3f45-18b2-9caa-000000003fe0 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:23:27.232244 | 0.87s 2025-10-08 19:16:49.234166 | fa163ec5-3f45-18b2-9caa-000000003fe0 | CHANGED | Check Keystone admin endpoint status | undercloud | item=gnocchi 2025-10-08 19:16:49.236904 | fa163ec5-3f45-18b2-9caa-000000003fe0 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:23:27.510279 | 1.14s 2025-10-08 19:16:49.496242 | fa163ec5-3f45-18b2-9caa-000000003fe0 | CHANGED | Check Keystone admin endpoint status | undercloud | item=heat 2025-10-08 19:16:49.496954 | fa163ec5-3f45-18b2-9caa-000000003fe0 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:23:27.770337 | 1.41s 2025-10-08 19:16:49.749013 | fa163ec5-3f45-18b2-9caa-000000003fe0 | CHANGED | Check Keystone admin endpoint status | undercloud | item=heat-cfn 2025-10-08 19:16:49.751670 | fa163ec5-3f45-18b2-9caa-000000003fe0 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:23:28.025045 | 1.66s 2025-10-08 19:16:49.983592 | fa163ec5-3f45-18b2-9caa-000000003fe0 | CHANGED | Check Keystone admin endpoint status | undercloud | item=manila 2025-10-08 19:16:49.984478 | fa163ec5-3f45-18b2-9caa-000000003fe0 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:23:28.257859 | 1.89s 2025-10-08 19:16:50.247599 | fa163ec5-3f45-18b2-9caa-000000003fe0 | CHANGED | Check Keystone admin endpoint status | undercloud | item=manilav2 2025-10-08 19:16:50.248815 | fa163ec5-3f45-18b2-9caa-000000003fe0 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:23:28.522191 | 2.16s 2025-10-08 19:16:50.484248 | fa163ec5-3f45-18b2-9caa-000000003fe0 | CHANGED | Check Keystone admin endpoint status | undercloud | item=neutron 2025-10-08 19:16:50.485748 | fa163ec5-3f45-18b2-9caa-000000003fe0 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:23:28.759119 | 2.39s 2025-10-08 19:16:50.662480 | fa163ec5-3f45-18b2-9caa-000000003fe0 | CHANGED | Check Keystone admin endpoint status | undercloud | item=nova 2025-10-08 19:16:50.664336 | fa163ec5-3f45-18b2-9caa-000000003fe0 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:23:28.937706 | 2.57s 2025-10-08 19:16:50.677210 | fa163ec5-3f45-18b2-9caa-000000003fe0 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:23:28.950582 | 2.59s 2025-10-08 19:16:50.699507 | fa163ec5-3f45-18b2-9caa-000000003fe5 | TASK | Async creation of Keystone admin endpoint 2025-10-08 19:16:51.005813 | fa163ec5-3f45-18b2-9caa-000000003fe5 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=octavia 2025-10-08 19:16:51.008754 | fa163ec5-3f45-18b2-9caa-000000003fe5 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:23:29.282119 | 0.31s 2025-10-08 19:16:51.315731 | fa163ec5-3f45-18b2-9caa-000000003fe5 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=placement 2025-10-08 19:16:51.316603 | fa163ec5-3f45-18b2-9caa-000000003fe5 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:23:29.589985 | 0.62s 2025-10-08 19:16:51.620046 | fa163ec5-3f45-18b2-9caa-000000003fe5 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=swift 2025-10-08 19:16:51.620865 | fa163ec5-3f45-18b2-9caa-000000003fe5 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:23:29.894249 | 0.92s 2025-10-08 19:16:51.630728 | fa163ec5-3f45-18b2-9caa-000000003fe5 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:23:29.904103 | 0.93s 2025-10-08 19:16:51.646952 | fa163ec5-3f45-18b2-9caa-000000003fe7 | TASK | Check Keystone admin endpoint status 2025-10-08 19:16:51.880005 | fa163ec5-3f45-18b2-9caa-000000003fe7 | WAITING | Check Keystone admin endpoint status | undercloud | 30 retries left 2025-10-08 19:16:57.113373 | fa163ec5-3f45-18b2-9caa-000000003fe7 | CHANGED | Check Keystone admin endpoint status | undercloud | item=octavia 2025-10-08 19:16:57.115880 | fa163ec5-3f45-18b2-9caa-000000003fe7 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:23:35.389235 | 5.47s 2025-10-08 19:16:57.380166 | fa163ec5-3f45-18b2-9caa-000000003fe7 | CHANGED | Check Keystone admin endpoint status | undercloud | item=placement 2025-10-08 19:16:57.381572 | fa163ec5-3f45-18b2-9caa-000000003fe7 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:23:35.654942 | 5.73s 2025-10-08 19:16:57.615888 | fa163ec5-3f45-18b2-9caa-000000003fe7 | CHANGED | Check Keystone admin endpoint status | undercloud | item=swift 2025-10-08 19:16:57.618013 | fa163ec5-3f45-18b2-9caa-000000003fe7 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:23:35.891389 | 5.97s 2025-10-08 19:16:57.630008 | fa163ec5-3f45-18b2-9caa-000000003fe7 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:23:35.903375 | 5.98s 2025-10-08 19:16:57.655475 | fa163ec5-3f45-18b2-9caa-000000003e5d | TASK | Create Keystone internal endpoints 2025-10-08 19:16:57.763753 | fa163ec5-3f45-18b2-9caa-000000003e5d | TIMING | tripleo_keystone_resources : Create Keystone internal endpoints | undercloud | 0:23:36.037103 | 0.11s 2025-10-08 19:16:57.781128 | fa163ec5-3f45-18b2-9caa-000000003e5d | TIMING | tripleo_keystone_resources : Create Keystone internal endpoints | undercloud | 0:23:36.054504 | 0.12s 2025-10-08 19:16:57.791951 | fa163ec5-3f45-18b2-9caa-000000003e5d | TIMING | tripleo_keystone_resources : Create Keystone internal endpoints | undercloud | 0:23:36.065320 | 0.13s 2025-10-08 19:16:57.809877 | 83e30be1-f902-48b5-a436-ec35986f6f94 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-10-08 19:16:57.819541 | db8171eb-3ec5-424e-b409-70554bcb839f | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-10-08 19:16:57.845301 | fa163ec5-3f45-18b2-9caa-00000000403f | TASK | Async creation of Keystone internal endpoint 2025-10-08 19:16:58.174709 | fa163ec5-3f45-18b2-9caa-00000000403f | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=aodh 2025-10-08 19:16:58.176777 | fa163ec5-3f45-18b2-9caa-00000000403f | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:36.450145 | 0.33s 2025-10-08 19:16:58.517589 | fa163ec5-3f45-18b2-9caa-00000000403f | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=cinderv3 2025-10-08 19:16:58.519453 | fa163ec5-3f45-18b2-9caa-00000000403f | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:36.792829 | 0.67s 2025-10-08 19:16:58.817036 | fa163ec5-3f45-18b2-9caa-00000000403f | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=glance 2025-10-08 19:16:58.817883 | fa163ec5-3f45-18b2-9caa-00000000403f | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:37.091264 | 0.97s 2025-10-08 19:16:59.085042 | fa163ec5-3f45-18b2-9caa-00000000403f | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=gnocchi 2025-10-08 19:16:59.085811 | fa163ec5-3f45-18b2-9caa-00000000403f | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:37.359192 | 1.24s 2025-10-08 19:16:59.373720 | fa163ec5-3f45-18b2-9caa-00000000403f | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=heat 2025-10-08 19:16:59.374858 | fa163ec5-3f45-18b2-9caa-00000000403f | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:37.648234 | 1.53s 2025-10-08 19:16:59.692264 | fa163ec5-3f45-18b2-9caa-00000000403f | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=heat-cfn 2025-10-08 19:16:59.692900 | fa163ec5-3f45-18b2-9caa-00000000403f | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:37.966284 | 1.85s 2025-10-08 19:16:59.956639 | fa163ec5-3f45-18b2-9caa-00000000403f | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=manila 2025-10-08 19:16:59.957419 | fa163ec5-3f45-18b2-9caa-00000000403f | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:38.230801 | 2.11s 2025-10-08 19:17:00.323388 | fa163ec5-3f45-18b2-9caa-00000000403f | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=manilav2 2025-10-08 19:17:00.325647 | fa163ec5-3f45-18b2-9caa-00000000403f | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:38.599022 | 2.48s 2025-10-08 19:17:00.567958 | fa163ec5-3f45-18b2-9caa-00000000403f | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=neutron 2025-10-08 19:17:00.569635 | fa163ec5-3f45-18b2-9caa-00000000403f | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:38.843019 | 2.72s 2025-10-08 19:17:00.863224 | fa163ec5-3f45-18b2-9caa-00000000403f | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=nova 2025-10-08 19:17:00.863957 | fa163ec5-3f45-18b2-9caa-00000000403f | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:39.137339 | 3.02s 2025-10-08 19:17:00.867976 | fa163ec5-3f45-18b2-9caa-00000000403f | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:39.141353 | 3.02s 2025-10-08 19:17:00.884660 | fa163ec5-3f45-18b2-9caa-000000004041 | TASK | Check Keystone internal endpoint status 2025-10-08 19:17:01.194257 | fa163ec5-3f45-18b2-9caa-000000004041 | CHANGED | Check Keystone internal endpoint status | undercloud | item=aodh 2025-10-08 19:17:01.195185 | fa163ec5-3f45-18b2-9caa-000000004041 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:39.468565 | 0.31s 2025-10-08 19:17:01.445578 | fa163ec5-3f45-18b2-9caa-000000004041 | CHANGED | Check Keystone internal endpoint status | undercloud | item=cinderv3 2025-10-08 19:17:01.447074 | fa163ec5-3f45-18b2-9caa-000000004041 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:39.720456 | 0.56s 2025-10-08 19:17:01.655926 | fa163ec5-3f45-18b2-9caa-000000004041 | CHANGED | Check Keystone internal endpoint status | undercloud | item=glance 2025-10-08 19:17:01.657036 | fa163ec5-3f45-18b2-9caa-000000004041 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:39.930413 | 0.77s 2025-10-08 19:17:01.917070 | fa163ec5-3f45-18b2-9caa-000000004041 | CHANGED | Check Keystone internal endpoint status | undercloud | item=gnocchi 2025-10-08 19:17:01.918939 | fa163ec5-3f45-18b2-9caa-000000004041 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:40.192317 | 1.03s 2025-10-08 19:17:02.179543 | fa163ec5-3f45-18b2-9caa-000000004041 | CHANGED | Check Keystone internal endpoint status | undercloud | item=heat 2025-10-08 19:17:02.181499 | fa163ec5-3f45-18b2-9caa-000000004041 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:40.454873 | 1.30s 2025-10-08 19:17:02.430139 | fa163ec5-3f45-18b2-9caa-000000004041 | WAITING | Check Keystone internal endpoint status | undercloud | 30 retries left 2025-10-08 19:17:07.636220 | fa163ec5-3f45-18b2-9caa-000000004041 | CHANGED | Check Keystone internal endpoint status | undercloud | item=heat-cfn 2025-10-08 19:17:07.637396 | fa163ec5-3f45-18b2-9caa-000000004041 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:45.910772 | 6.75s 2025-10-08 19:17:07.886470 | fa163ec5-3f45-18b2-9caa-000000004041 | CHANGED | Check Keystone internal endpoint status | undercloud | item=manila 2025-10-08 19:17:07.887807 | fa163ec5-3f45-18b2-9caa-000000004041 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:46.161190 | 7.00s 2025-10-08 19:17:08.163944 | fa163ec5-3f45-18b2-9caa-000000004041 | CHANGED | Check Keystone internal endpoint status | undercloud | item=manilav2 2025-10-08 19:17:08.166577 | fa163ec5-3f45-18b2-9caa-000000004041 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:46.439951 | 7.28s 2025-10-08 19:17:08.428454 | fa163ec5-3f45-18b2-9caa-000000004041 | CHANGED | Check Keystone internal endpoint status | undercloud | item=neutron 2025-10-08 19:17:08.431137 | fa163ec5-3f45-18b2-9caa-000000004041 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:46.704506 | 7.55s 2025-10-08 19:17:08.708202 | fa163ec5-3f45-18b2-9caa-000000004041 | CHANGED | Check Keystone internal endpoint status | undercloud | item=nova 2025-10-08 19:17:08.709536 | fa163ec5-3f45-18b2-9caa-000000004041 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:46.982912 | 7.82s 2025-10-08 19:17:08.722734 | fa163ec5-3f45-18b2-9caa-000000004041 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:46.996091 | 7.84s 2025-10-08 19:17:08.749488 | fa163ec5-3f45-18b2-9caa-000000004046 | TASK | Async creation of Keystone internal endpoint 2025-10-08 19:17:09.104530 | fa163ec5-3f45-18b2-9caa-000000004046 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=octavia 2025-10-08 19:17:09.105435 | fa163ec5-3f45-18b2-9caa-000000004046 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:47.378813 | 0.35s 2025-10-08 19:17:09.405411 | fa163ec5-3f45-18b2-9caa-000000004046 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=placement 2025-10-08 19:17:09.407256 | fa163ec5-3f45-18b2-9caa-000000004046 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:47.680632 | 0.66s 2025-10-08 19:17:09.674868 | fa163ec5-3f45-18b2-9caa-000000004046 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=swift 2025-10-08 19:17:09.677070 | fa163ec5-3f45-18b2-9caa-000000004046 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:47.950445 | 0.93s 2025-10-08 19:17:09.687341 | fa163ec5-3f45-18b2-9caa-000000004046 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:47.960714 | 0.94s 2025-10-08 19:17:09.705412 | fa163ec5-3f45-18b2-9caa-000000004048 | TASK | Check Keystone internal endpoint status 2025-10-08 19:17:09.982342 | fa163ec5-3f45-18b2-9caa-000000004048 | WAITING | Check Keystone internal endpoint status | undercloud | 30 retries left 2025-10-08 19:17:15.239636 | fa163ec5-3f45-18b2-9caa-000000004048 | CHANGED | Check Keystone internal endpoint status | undercloud | item=octavia 2025-10-08 19:17:15.240779 | fa163ec5-3f45-18b2-9caa-000000004048 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:53.514160 | 5.53s 2025-10-08 19:17:15.506083 | fa163ec5-3f45-18b2-9caa-000000004048 | CHANGED | Check Keystone internal endpoint status | undercloud | item=placement 2025-10-08 19:17:15.509231 | fa163ec5-3f45-18b2-9caa-000000004048 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:53.782606 | 5.80s 2025-10-08 19:17:15.762196 | fa163ec5-3f45-18b2-9caa-000000004048 | CHANGED | Check Keystone internal endpoint status | undercloud | item=swift 2025-10-08 19:17:15.764219 | fa163ec5-3f45-18b2-9caa-000000004048 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:54.037592 | 6.06s 2025-10-08 19:17:15.777330 | fa163ec5-3f45-18b2-9caa-000000004048 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:54.050704 | 6.07s 2025-10-08 19:17:15.795701 | fa163ec5-3f45-18b2-9caa-0000000039aa | TASK | Run cleanup tasks 2025-10-08 19:17:15.857433 | fa163ec5-3f45-18b2-9caa-0000000039aa | TIMING | tripleo_keystone_resources : Run cleanup tasks | undercloud | 0:23:54.130794 | 0.06s 2025-10-08 19:17:15.873552 | cfdc7cbb-94be-4a59-b9a0-083f8730a5c9 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/cleanup.yml | undercloud 2025-10-08 19:17:15.940475 | fa163ec5-3f45-18b2-9caa-00000000409e | TASK | Get list of enabled services 2025-10-08 19:17:18.525723 | fa163ec5-3f45-18b2-9caa-00000000409e | CHANGED | Get list of enabled services | undercloud 2025-10-08 19:17:18.527089 | fa163ec5-3f45-18b2-9caa-00000000409e | TIMING | tripleo_keystone_resources : Get list of enabled services | undercloud | 0:23:56.800463 | 2.59s 2025-10-08 19:17:18.543847 | fa163ec5-3f45-18b2-9caa-00000000409f | TASK | List services to be disabled 2025-10-08 19:17:18.628717 | fa163ec5-3f45-18b2-9caa-00000000409f | SKIPPED | List services to be disabled | undercloud | item={'Name': 'cinderv3', 'Type': 'volumev3'} 2025-10-08 19:17:18.658570 | fa163ec5-3f45-18b2-9caa-00000000409f | SKIPPED | List services to be disabled | undercloud | item={'Name': 'placement', 'Type': 'placement'} 2025-10-08 19:17:18.688865 | fa163ec5-3f45-18b2-9caa-00000000409f | SKIPPED | List services to be disabled | undercloud | item={'Name': 'aodh', 'Type': 'alarming'} 2025-10-08 19:17:18.720325 | fa163ec5-3f45-18b2-9caa-00000000409f | SKIPPED | List services to be disabled | undercloud | item={'Name': 'swift', 'Type': 'object-store'} 2025-10-08 19:17:18.751099 | fa163ec5-3f45-18b2-9caa-00000000409f | SKIPPED | List services to be disabled | undercloud | item={'Name': 'octavia', 'Type': 'load-balancer'} 2025-10-08 19:17:18.783236 | fa163ec5-3f45-18b2-9caa-00000000409f | SKIPPED | List services to be disabled | undercloud | item={'Name': 'manila', 'Type': 'share'} 2025-10-08 19:17:18.815169 | fa163ec5-3f45-18b2-9caa-00000000409f | SKIPPED | List services to be disabled | undercloud | item={'Name': 'heat-cfn', 'Type': 'cloudformation'} 2025-10-08 19:17:18.846367 | fa163ec5-3f45-18b2-9caa-00000000409f | SKIPPED | List services to be disabled | undercloud | item={'Name': 'heat', 'Type': 'orchestration'} 2025-10-08 19:17:18.874533 | fa163ec5-3f45-18b2-9caa-00000000409f | SKIPPED | List services to be disabled | undercloud | item={'Name': 'neutron', 'Type': 'network'} 2025-10-08 19:17:18.900271 | fa163ec5-3f45-18b2-9caa-00000000409f | SKIPPED | List services to be disabled | undercloud | item={'Name': 'glance', 'Type': 'image'} 2025-10-08 19:17:18.927150 | fa163ec5-3f45-18b2-9caa-00000000409f | SKIPPED | List services to be disabled | undercloud | item={'Name': 'keystone', 'Type': 'identity'} 2025-10-08 19:17:18.953326 | fa163ec5-3f45-18b2-9caa-00000000409f | SKIPPED | List services to be disabled | undercloud | item={'Name': 'nova', 'Type': 'compute'} 2025-10-08 19:17:18.978394 | fa163ec5-3f45-18b2-9caa-00000000409f | SKIPPED | List services to be disabled | undercloud | item={'Name': 'manilav2', 'Type': 'sharev2'} 2025-10-08 19:17:19.001362 | fa163ec5-3f45-18b2-9caa-00000000409f | SKIPPED | List services to be disabled | undercloud | item={'Name': 'gnocchi', 'Type': 'metric'} 2025-10-08 19:17:19.006145 | fa163ec5-3f45-18b2-9caa-00000000409f | TIMING | tripleo_keystone_resources : List services to be disabled | undercloud | 0:23:57.279508 | 0.46s 2025-10-08 19:17:19.027174 | fa163ec5-3f45-18b2-9caa-0000000040a0 | TASK | Delete keystone services not enabled 2025-10-08 19:17:19.057535 | fa163ec5-3f45-18b2-9caa-0000000040a0 | TIMING | tripleo_keystone_resources : Delete keystone services not enabled | undercloud | 0:23:57.330895 | 0.03s 2025-10-08 19:17:19.076932 | fa163ec5-3f45-18b2-9caa-0000000039ab | TASK | Create Keystone Roles 2025-10-08 19:17:19.179607 | fa163ec5-3f45-18b2-9caa-0000000039ab | TIMING | tripleo_keystone_resources : Create Keystone Roles | undercloud | 0:23:57.452974 | 0.10s 2025-10-08 19:17:19.183742 | fa163ec5-3f45-18b2-9caa-0000000039ab | TIMING | tripleo_keystone_resources : Create Keystone Roles | undercloud | 0:23:57.457109 | 0.11s 2025-10-08 19:17:19.199493 | 78ef470a-370e-4282-a730-ca36fb036fee | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/roles.yml | undercloud 2025-10-08 19:17:19.271038 | fa163ec5-3f45-18b2-9caa-00000000420a | TASK | Async creation of Keystone role 2025-10-08 19:17:19.612632 | fa163ec5-3f45-18b2-9caa-00000000420a | CHANGED | Async creation of Keystone role | undercloud | item=service 2025-10-08 19:17:19.616737 | fa163ec5-3f45-18b2-9caa-00000000420a | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:23:57.890102 | 0.34s 2025-10-08 19:17:19.888815 | fa163ec5-3f45-18b2-9caa-00000000420a | CHANGED | Async creation of Keystone role | undercloud | item=ResellerAdmin 2025-10-08 19:17:19.890110 | fa163ec5-3f45-18b2-9caa-00000000420a | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:23:58.163495 | 0.62s 2025-10-08 19:17:20.177872 | fa163ec5-3f45-18b2-9caa-00000000420a | CHANGED | Async creation of Keystone role | undercloud | item=heat_stack_user 2025-10-08 19:17:20.178539 | fa163ec5-3f45-18b2-9caa-00000000420a | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:23:58.451923 | 0.91s 2025-10-08 19:17:20.492274 | fa163ec5-3f45-18b2-9caa-00000000420a | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_admin 2025-10-08 19:17:20.493205 | fa163ec5-3f45-18b2-9caa-00000000420a | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:23:58.766581 | 1.22s 2025-10-08 19:17:20.906716 | fa163ec5-3f45-18b2-9caa-00000000420a | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_quota_admin 2025-10-08 19:17:20.908101 | fa163ec5-3f45-18b2-9caa-00000000420a | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:23:59.181479 | 1.64s 2025-10-08 19:17:21.171650 | fa163ec5-3f45-18b2-9caa-00000000420a | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_member 2025-10-08 19:17:21.172357 | fa163ec5-3f45-18b2-9caa-00000000420a | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:23:59.445739 | 1.90s 2025-10-08 19:17:21.426463 | fa163ec5-3f45-18b2-9caa-00000000420a | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_global_observer 2025-10-08 19:17:21.427066 | fa163ec5-3f45-18b2-9caa-00000000420a | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:23:59.700451 | 2.15s 2025-10-08 19:17:21.688526 | fa163ec5-3f45-18b2-9caa-00000000420a | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_observer 2025-10-08 19:17:21.689816 | fa163ec5-3f45-18b2-9caa-00000000420a | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:23:59.963201 | 2.42s 2025-10-08 19:17:21.908568 | fa163ec5-3f45-18b2-9caa-00000000420a | CHANGED | Async creation of Keystone role | undercloud | item=swiftoperator 2025-10-08 19:17:21.909092 | fa163ec5-3f45-18b2-9caa-00000000420a | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:24:00.182478 | 2.64s 2025-10-08 19:17:21.911912 | fa163ec5-3f45-18b2-9caa-00000000420a | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:24:00.185299 | 2.64s 2025-10-08 19:17:21.926346 | fa163ec5-3f45-18b2-9caa-00000000420c | TASK | Check Keystone role status 2025-10-08 19:17:22.230306 | fa163ec5-3f45-18b2-9caa-00000000420c | CHANGED | Check Keystone role status | undercloud | item=service 2025-10-08 19:17:22.231591 | fa163ec5-3f45-18b2-9caa-00000000420c | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:24:00.504966 | 0.30s 2025-10-08 19:17:22.425959 | fa163ec5-3f45-18b2-9caa-00000000420c | CHANGED | Check Keystone role status | undercloud | item=ResellerAdmin 2025-10-08 19:17:22.426616 | fa163ec5-3f45-18b2-9caa-00000000420c | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:24:00.700000 | 0.50s 2025-10-08 19:17:22.686650 | fa163ec5-3f45-18b2-9caa-00000000420c | CHANGED | Check Keystone role status | undercloud | item=heat_stack_user 2025-10-08 19:17:22.688640 | fa163ec5-3f45-18b2-9caa-00000000420c | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:24:00.962016 | 0.76s 2025-10-08 19:17:22.887783 | fa163ec5-3f45-18b2-9caa-00000000420c | CHANGED | Check Keystone role status | undercloud | item=load-balancer_admin 2025-10-08 19:17:22.889388 | fa163ec5-3f45-18b2-9caa-00000000420c | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:24:01.162757 | 0.96s 2025-10-08 19:17:23.084063 | fa163ec5-3f45-18b2-9caa-00000000420c | CHANGED | Check Keystone role status | undercloud | item=load-balancer_quota_admin 2025-10-08 19:17:23.085200 | fa163ec5-3f45-18b2-9caa-00000000420c | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:24:01.358576 | 1.16s 2025-10-08 19:17:23.299438 | fa163ec5-3f45-18b2-9caa-00000000420c | CHANGED | Check Keystone role status | undercloud | item=load-balancer_member 2025-10-08 19:17:23.301894 | fa163ec5-3f45-18b2-9caa-00000000420c | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:24:01.575264 | 1.37s 2025-10-08 19:17:23.555465 | fa163ec5-3f45-18b2-9caa-00000000420c | CHANGED | Check Keystone role status | undercloud | item=load-balancer_global_observer 2025-10-08 19:17:23.556693 | fa163ec5-3f45-18b2-9caa-00000000420c | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:24:01.830064 | 1.63s 2025-10-08 19:17:23.803589 | fa163ec5-3f45-18b2-9caa-00000000420c | CHANGED | Check Keystone role status | undercloud | item=load-balancer_observer 2025-10-08 19:17:23.804935 | fa163ec5-3f45-18b2-9caa-00000000420c | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:24:02.078304 | 1.88s 2025-10-08 19:17:24.039698 | fa163ec5-3f45-18b2-9caa-00000000420c | CHANGED | Check Keystone role status | undercloud | item=swiftoperator 2025-10-08 19:17:24.041663 | fa163ec5-3f45-18b2-9caa-00000000420c | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:24:02.315037 | 2.11s 2025-10-08 19:17:24.054920 | fa163ec5-3f45-18b2-9caa-00000000420c | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:24:02.328286 | 2.13s 2025-10-08 19:17:24.076403 | fa163ec5-3f45-18b2-9caa-0000000039ad | TASK | Create Keystone Users 2025-10-08 19:17:24.186204 | fa163ec5-3f45-18b2-9caa-0000000039ad | TIMING | tripleo_keystone_resources : Create Keystone Users | undercloud | 0:24:02.459556 | 0.11s 2025-10-08 19:17:24.206321 | fa163ec5-3f45-18b2-9caa-0000000039ad | TIMING | tripleo_keystone_resources : Create Keystone Users | undercloud | 0:24:02.479653 | 0.13s 2025-10-08 19:17:24.214838 | fa163ec5-3f45-18b2-9caa-0000000039ad | TIMING | tripleo_keystone_resources : Create Keystone Users | undercloud | 0:24:02.488198 | 0.14s 2025-10-08 19:17:24.238577 | 15166b7b-60ed-458a-bded-6d42822bc9f1 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/users.yml | undercloud 2025-10-08 19:17:24.254073 | 6aecd8b1-49ae-4d11-9f54-c4794ce7e63a | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/users.yml | undercloud 2025-10-08 19:17:24.318966 | fa163ec5-3f45-18b2-9caa-00000000439e | TASK | Check password of Keystone user 2025-10-08 19:17:25.330815 | fa163ec5-3f45-18b2-9caa-00000000439e | 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-08 19:17:25.332407 | fa163ec5-3f45-18b2-9caa-00000000439e | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:24:03.605770 | 1.01s 2025-10-08 19:17:26.340599 | fa163ec5-3f45-18b2-9caa-00000000439e | 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-08 19:17:26.342161 | fa163ec5-3f45-18b2-9caa-00000000439e | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:24:04.615537 | 2.02s 2025-10-08 19:17:27.387958 | fa163ec5-3f45-18b2-9caa-00000000439e | 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-08 19:17:27.388868 | fa163ec5-3f45-18b2-9caa-00000000439e | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:24:05.662245 | 3.07s 2025-10-08 19:17:28.308818 | fa163ec5-3f45-18b2-9caa-00000000439e | 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-08 19:17:28.309748 | fa163ec5-3f45-18b2-9caa-00000000439e | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:24:06.583124 | 3.99s 2025-10-08 19:17:29.264984 | fa163ec5-3f45-18b2-9caa-00000000439e | 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-08 19:17:29.265923 | fa163ec5-3f45-18b2-9caa-00000000439e | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:24:07.539299 | 4.95s 2025-10-08 19:17:30.202475 | fa163ec5-3f45-18b2-9caa-00000000439e | 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-08 19:17:30.203465 | fa163ec5-3f45-18b2-9caa-00000000439e | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:24:08.476841 | 5.88s 2025-10-08 19:17:31.158124 | fa163ec5-3f45-18b2-9caa-00000000439e | 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-08 19:17:31.159557 | fa163ec5-3f45-18b2-9caa-00000000439e | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:24:09.432934 | 6.84s 2025-10-08 19:17:32.124401 | fa163ec5-3f45-18b2-9caa-00000000439e | 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-08 19:17:32.124986 | fa163ec5-3f45-18b2-9caa-00000000439e | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:24:10.398369 | 7.81s 2025-10-08 19:17:33.077987 | fa163ec5-3f45-18b2-9caa-00000000439e | 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-08 19:17:33.078844 | fa163ec5-3f45-18b2-9caa-00000000439e | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:24:11.352221 | 8.76s 2025-10-08 19:17:34.001749 | fa163ec5-3f45-18b2-9caa-00000000439e | 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-08 19:17:34.003116 | fa163ec5-3f45-18b2-9caa-00000000439e | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:24:12.276500 | 9.68s 2025-10-08 19:17:34.013331 | fa163ec5-3f45-18b2-9caa-00000000439e | 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-08 19:17:34.014115 | fa163ec5-3f45-18b2-9caa-00000000439e | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:24:12.287493 | 9.69s 2025-10-08 19:17:34.033944 | fa163ec5-3f45-18b2-9caa-0000000043a0 | TASK | Async creation of Keystone user 2025-10-08 19:17:34.455364 | fa163ec5-3f45-18b2-9caa-0000000043a0 | CHANGED | Async creation of Keystone user | undercloud 2025-10-08 19:17:34.456463 | fa163ec5-3f45-18b2-9caa-0000000043a0 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:24:12.729834 | 0.42s 2025-10-08 19:17:34.770644 | fa163ec5-3f45-18b2-9caa-0000000043a0 | CHANGED | Async creation of Keystone user | undercloud 2025-10-08 19:17:34.771568 | fa163ec5-3f45-18b2-9caa-0000000043a0 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:24:13.044953 | 0.74s 2025-10-08 19:17:35.080022 | fa163ec5-3f45-18b2-9caa-0000000043a0 | CHANGED | Async creation of Keystone user | undercloud 2025-10-08 19:17:35.080748 | fa163ec5-3f45-18b2-9caa-0000000043a0 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:24:13.354129 | 1.04s 2025-10-08 19:17:35.379687 | fa163ec5-3f45-18b2-9caa-0000000043a0 | CHANGED | Async creation of Keystone user | undercloud 2025-10-08 19:17:35.380231 | fa163ec5-3f45-18b2-9caa-0000000043a0 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:24:13.653617 | 1.34s 2025-10-08 19:17:35.665954 | fa163ec5-3f45-18b2-9caa-0000000043a0 | CHANGED | Async creation of Keystone user | undercloud 2025-10-08 19:17:35.666475 | fa163ec5-3f45-18b2-9caa-0000000043a0 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:24:13.939860 | 1.63s 2025-10-08 19:17:35.992576 | fa163ec5-3f45-18b2-9caa-0000000043a0 | CHANGED | Async creation of Keystone user | undercloud 2025-10-08 19:17:35.993381 | fa163ec5-3f45-18b2-9caa-0000000043a0 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:24:14.266758 | 1.96s 2025-10-08 19:17:36.287823 | fa163ec5-3f45-18b2-9caa-0000000043a0 | CHANGED | Async creation of Keystone user | undercloud 2025-10-08 19:17:36.289258 | fa163ec5-3f45-18b2-9caa-0000000043a0 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:24:14.562638 | 2.25s 2025-10-08 19:17:36.553873 | fa163ec5-3f45-18b2-9caa-0000000043a0 | CHANGED | Async creation of Keystone user | undercloud 2025-10-08 19:17:36.554588 | fa163ec5-3f45-18b2-9caa-0000000043a0 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:24:14.827967 | 2.52s 2025-10-08 19:17:36.910142 | fa163ec5-3f45-18b2-9caa-0000000043a0 | CHANGED | Async creation of Keystone user | undercloud 2025-10-08 19:17:36.910738 | fa163ec5-3f45-18b2-9caa-0000000043a0 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:24:15.184124 | 2.87s 2025-10-08 19:17:37.250239 | fa163ec5-3f45-18b2-9caa-0000000043a0 | CHANGED | Async creation of Keystone user | undercloud 2025-10-08 19:17:37.250853 | fa163ec5-3f45-18b2-9caa-0000000043a0 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:24:15.524236 | 3.22s 2025-10-08 19:17:37.257102 | fa163ec5-3f45-18b2-9caa-0000000043a0 | CHANGED | Async creation of Keystone user | undercloud 2025-10-08 19:17:37.257837 | fa163ec5-3f45-18b2-9caa-0000000043a0 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:24:15.531217 | 3.22s 2025-10-08 19:17:37.276318 | fa163ec5-3f45-18b2-9caa-0000000043a2 | TASK | Check Keystone user status 2025-10-08 19:17:37.582505 | fa163ec5-3f45-18b2-9caa-0000000043a2 | CHANGED | Check Keystone user status | undercloud 2025-10-08 19:17:37.583690 | fa163ec5-3f45-18b2-9caa-0000000043a2 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:24:15.857066 | 0.31s 2025-10-08 19:17:37.782703 | fa163ec5-3f45-18b2-9caa-0000000043a2 | CHANGED | Check Keystone user status | undercloud 2025-10-08 19:17:37.783478 | fa163ec5-3f45-18b2-9caa-0000000043a2 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:24:16.056859 | 0.51s 2025-10-08 19:17:38.002060 | fa163ec5-3f45-18b2-9caa-0000000043a2 | WAITING | Check Keystone user status | undercloud | 30 retries left 2025-10-08 19:17:43.253562 | fa163ec5-3f45-18b2-9caa-0000000043a2 | CHANGED | Check Keystone user status | undercloud 2025-10-08 19:17:43.254524 | fa163ec5-3f45-18b2-9caa-0000000043a2 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:24:21.527897 | 5.98s 2025-10-08 19:17:43.504509 | fa163ec5-3f45-18b2-9caa-0000000043a2 | CHANGED | Check Keystone user status | undercloud 2025-10-08 19:17:43.506116 | fa163ec5-3f45-18b2-9caa-0000000043a2 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:24:21.779491 | 6.23s 2025-10-08 19:17:43.772770 | fa163ec5-3f45-18b2-9caa-0000000043a2 | CHANGED | Check Keystone user status | undercloud 2025-10-08 19:17:43.774432 | fa163ec5-3f45-18b2-9caa-0000000043a2 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:24:22.047808 | 6.50s 2025-10-08 19:17:44.060234 | fa163ec5-3f45-18b2-9caa-0000000043a2 | CHANGED | Check Keystone user status | undercloud 2025-10-08 19:17:44.060869 | fa163ec5-3f45-18b2-9caa-0000000043a2 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:24:22.334254 | 6.78s 2025-10-08 19:17:44.358272 | fa163ec5-3f45-18b2-9caa-0000000043a2 | CHANGED | Check Keystone user status | undercloud 2025-10-08 19:17:44.359271 | fa163ec5-3f45-18b2-9caa-0000000043a2 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:24:22.632648 | 7.08s 2025-10-08 19:17:44.640657 | fa163ec5-3f45-18b2-9caa-0000000043a2 | CHANGED | Check Keystone user status | undercloud 2025-10-08 19:17:44.642819 | fa163ec5-3f45-18b2-9caa-0000000043a2 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:24:22.916196 | 7.37s 2025-10-08 19:17:44.871352 | fa163ec5-3f45-18b2-9caa-0000000043a2 | CHANGED | Check Keystone user status | undercloud 2025-10-08 19:17:44.872890 | fa163ec5-3f45-18b2-9caa-0000000043a2 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:24:23.146266 | 7.60s 2025-10-08 19:17:45.156660 | fa163ec5-3f45-18b2-9caa-0000000043a2 | CHANGED | Check Keystone user status | undercloud 2025-10-08 19:17:45.157415 | fa163ec5-3f45-18b2-9caa-0000000043a2 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:24:23.430796 | 7.88s 2025-10-08 19:17:45.162903 | fa163ec5-3f45-18b2-9caa-0000000043a2 | CHANGED | Check Keystone user status | undercloud 2025-10-08 19:17:45.163646 | fa163ec5-3f45-18b2-9caa-0000000043a2 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:24:23.437027 | 7.89s 2025-10-08 19:17:45.181707 | fa163ec5-3f45-18b2-9caa-0000000043a7 | TASK | Check password of Keystone user 2025-10-08 19:17:46.174787 | fa163ec5-3f45-18b2-9caa-0000000043a7 | 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-08 19:17:46.176910 | fa163ec5-3f45-18b2-9caa-0000000043a7 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:24:24.450276 | 0.99s 2025-10-08 19:17:47.163107 | fa163ec5-3f45-18b2-9caa-0000000043a7 | 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-08 19:17:47.164145 | fa163ec5-3f45-18b2-9caa-0000000043a7 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:24:25.437522 | 1.98s 2025-10-08 19:17:48.230463 | fa163ec5-3f45-18b2-9caa-0000000043a7 | 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-08 19:17:48.231093 | fa163ec5-3f45-18b2-9caa-0000000043a7 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:24:26.504478 | 3.05s 2025-10-08 19:17:49.245194 | fa163ec5-3f45-18b2-9caa-0000000043a7 | 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-08 19:17:49.245749 | fa163ec5-3f45-18b2-9caa-0000000043a7 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:24:27.519134 | 4.06s 2025-10-08 19:17:50.239199 | fa163ec5-3f45-18b2-9caa-0000000043a7 | 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-08 19:17:50.239778 | fa163ec5-3f45-18b2-9caa-0000000043a7 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:24:28.513162 | 5.06s 2025-10-08 19:17:51.169928 | fa163ec5-3f45-18b2-9caa-0000000043a7 | 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-08 19:17:51.170861 | fa163ec5-3f45-18b2-9caa-0000000043a7 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:24:29.444237 | 5.99s 2025-10-08 19:17:51.177043 | fa163ec5-3f45-18b2-9caa-0000000043a7 | 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-08 19:17:51.177970 | fa163ec5-3f45-18b2-9caa-0000000043a7 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:24:29.451347 | 6.00s 2025-10-08 19:17:51.199148 | fa163ec5-3f45-18b2-9caa-0000000043a9 | TASK | Async creation of Keystone user 2025-10-08 19:17:51.609691 | fa163ec5-3f45-18b2-9caa-0000000043a9 | CHANGED | Async creation of Keystone user | undercloud 2025-10-08 19:17:51.612749 | fa163ec5-3f45-18b2-9caa-0000000043a9 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:24:29.886120 | 0.41s 2025-10-08 19:17:51.941938 | fa163ec5-3f45-18b2-9caa-0000000043a9 | CHANGED | Async creation of Keystone user | undercloud 2025-10-08 19:17:51.944074 | fa163ec5-3f45-18b2-9caa-0000000043a9 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:24:30.217449 | 0.74s 2025-10-08 19:17:52.261519 | fa163ec5-3f45-18b2-9caa-0000000043a9 | CHANGED | Async creation of Keystone user | undercloud 2025-10-08 19:17:52.263954 | fa163ec5-3f45-18b2-9caa-0000000043a9 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:24:30.537328 | 1.06s 2025-10-08 19:17:52.613493 | fa163ec5-3f45-18b2-9caa-0000000043a9 | CHANGED | Async creation of Keystone user | undercloud 2025-10-08 19:17:52.615444 | fa163ec5-3f45-18b2-9caa-0000000043a9 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:24:30.888825 | 1.41s 2025-10-08 19:17:52.947108 | fa163ec5-3f45-18b2-9caa-0000000043a9 | CHANGED | Async creation of Keystone user | undercloud 2025-10-08 19:17:52.948320 | fa163ec5-3f45-18b2-9caa-0000000043a9 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:24:31.221700 | 1.75s 2025-10-08 19:17:53.208653 | fa163ec5-3f45-18b2-9caa-0000000043a9 | CHANGED | Async creation of Keystone user | undercloud 2025-10-08 19:17:53.210058 | fa163ec5-3f45-18b2-9caa-0000000043a9 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:24:31.483439 | 2.01s 2025-10-08 19:17:53.220579 | fa163ec5-3f45-18b2-9caa-0000000043a9 | CHANGED | Async creation of Keystone user | undercloud 2025-10-08 19:17:53.221391 | fa163ec5-3f45-18b2-9caa-0000000043a9 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:24:31.494773 | 2.02s 2025-10-08 19:17:53.238020 | fa163ec5-3f45-18b2-9caa-0000000043ab | TASK | Check Keystone user status 2025-10-08 19:17:53.480130 | fa163ec5-3f45-18b2-9caa-0000000043ab | CHANGED | Check Keystone user status | undercloud 2025-10-08 19:17:53.482116 | fa163ec5-3f45-18b2-9caa-0000000043ab | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:24:31.755488 | 0.24s 2025-10-08 19:17:53.704823 | fa163ec5-3f45-18b2-9caa-0000000043ab | WAITING | Check Keystone user status | undercloud | 30 retries left 2025-10-08 19:17:58.930747 | fa163ec5-3f45-18b2-9caa-0000000043ab | CHANGED | Check Keystone user status | undercloud 2025-10-08 19:17:58.932572 | fa163ec5-3f45-18b2-9caa-0000000043ab | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:24:37.205932 | 5.69s 2025-10-08 19:17:59.222393 | fa163ec5-3f45-18b2-9caa-0000000043ab | CHANGED | Check Keystone user status | undercloud 2025-10-08 19:17:59.223127 | fa163ec5-3f45-18b2-9caa-0000000043ab | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:24:37.496508 | 5.98s 2025-10-08 19:17:59.499246 | fa163ec5-3f45-18b2-9caa-0000000043ab | CHANGED | Check Keystone user status | undercloud 2025-10-08 19:17:59.499917 | fa163ec5-3f45-18b2-9caa-0000000043ab | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:24:37.773299 | 6.26s 2025-10-08 19:17:59.779914 | fa163ec5-3f45-18b2-9caa-0000000043ab | CHANGED | Check Keystone user status | undercloud 2025-10-08 19:17:59.781041 | fa163ec5-3f45-18b2-9caa-0000000043ab | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:24:38.054415 | 6.54s 2025-10-08 19:18:00.054867 | fa163ec5-3f45-18b2-9caa-0000000043ab | CHANGED | Check Keystone user status | undercloud 2025-10-08 19:18:00.055508 | fa163ec5-3f45-18b2-9caa-0000000043ab | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:24:38.328892 | 6.82s 2025-10-08 19:18:00.062724 | fa163ec5-3f45-18b2-9caa-0000000043ab | CHANGED | Check Keystone user status | undercloud 2025-10-08 19:18:00.063717 | fa163ec5-3f45-18b2-9caa-0000000043ab | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:24:38.337094 | 6.82s 2025-10-08 19:18:00.083523 | fa163ec5-3f45-18b2-9caa-0000000039af | TASK | Assign Keystone Users to Roles 2025-10-08 19:18:00.140916 | fa163ec5-3f45-18b2-9caa-0000000039af | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:24:38.414269 | 0.06s 2025-10-08 19:18:00.167342 | fa163ec5-3f45-18b2-9caa-0000000039af | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:24:38.440722 | 0.08s 2025-10-08 19:18:00.188031 | fa163ec5-3f45-18b2-9caa-0000000039af | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:24:38.461413 | 0.10s 2025-10-08 19:18:00.197555 | fa163ec5-3f45-18b2-9caa-0000000039af | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:24:38.470927 | 0.11s 2025-10-08 19:18:00.213962 | 06914bb3-e93c-4785-82a9-44eb2cca409b | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_roles.yml | undercloud 2025-10-08 19:18:00.220885 | 2e749894-2474-4ecb-a96c-451ca1cef973 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_roles.yml | undercloud 2025-10-08 19:18:00.226883 | 36ce6c76-dd44-4d0a-aa0b-dc933b767fdd | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_roles.yml | undercloud 2025-10-08 19:18:00.299470 | fa163ec5-3f45-18b2-9caa-00000000459e | TASK | Async assignment of Keystone user per role 2025-10-08 19:18:00.404163 | fa163ec5-3f45-18b2-9caa-00000000459e | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:24:38.677510 | 0.10s 2025-10-08 19:18:00.424592 | fa163ec5-3f45-18b2-9caa-00000000459e | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:24:38.697970 | 0.12s 2025-10-08 19:18:00.432738 | fa163ec5-3f45-18b2-9caa-00000000459e | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:24:38.706106 | 0.13s 2025-10-08 19:18:00.449962 | 00ac886f-ccb5-413b-8ab0-5af09c44aea0 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2025-10-08 19:18:00.460186 | 1e5bb889-911d-4c9c-bfbc-c77f5bcbde3e | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2025-10-08 19:18:00.484415 | fa163ec5-3f45-18b2-9caa-000000004767 | TASK | Async assignment of Keystone user to roles 2025-10-08 19:18:00.856131 | fa163ec5-3f45-18b2-9caa-000000004767 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=aodh 2025-10-08 19:18:00.858465 | fa163ec5-3f45-18b2-9caa-000000004767 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:39.131841 | 0.37s 2025-10-08 19:18:01.161792 | fa163ec5-3f45-18b2-9caa-000000004767 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=ceilometer 2025-10-08 19:18:01.162459 | fa163ec5-3f45-18b2-9caa-000000004767 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:39.435843 | 0.68s 2025-10-08 19:18:01.498163 | fa163ec5-3f45-18b2-9caa-000000004767 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinder 2025-10-08 19:18:01.499337 | fa163ec5-3f45-18b2-9caa-000000004767 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:39.772721 | 1.01s 2025-10-08 19:18:01.841363 | fa163ec5-3f45-18b2-9caa-000000004767 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinderv3 2025-10-08 19:18:01.842908 | fa163ec5-3f45-18b2-9caa-000000004767 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:40.116063 | 1.36s 2025-10-08 19:18:02.119346 | fa163ec5-3f45-18b2-9caa-000000004767 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=glance 2025-10-08 19:18:02.121360 | fa163ec5-3f45-18b2-9caa-000000004767 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:40.394732 | 1.64s 2025-10-08 19:18:02.414775 | fa163ec5-3f45-18b2-9caa-000000004767 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=gnocchi 2025-10-08 19:18:02.415750 | fa163ec5-3f45-18b2-9caa-000000004767 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:40.689129 | 1.93s 2025-10-08 19:18:02.719488 | fa163ec5-3f45-18b2-9caa-000000004767 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=heat 2025-10-08 19:18:02.720088 | fa163ec5-3f45-18b2-9caa-000000004767 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:40.993472 | 2.23s 2025-10-08 19:18:02.985373 | fa163ec5-3f45-18b2-9caa-000000004767 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=heat_stack_domain_admin 2025-10-08 19:18:02.986431 | fa163ec5-3f45-18b2-9caa-000000004767 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:41.259815 | 2.50s 2025-10-08 19:18:03.277071 | fa163ec5-3f45-18b2-9caa-000000004767 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=heat-cfn 2025-10-08 19:18:03.277968 | fa163ec5-3f45-18b2-9caa-000000004767 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:41.551349 | 2.79s 2025-10-08 19:18:03.548171 | fa163ec5-3f45-18b2-9caa-000000004767 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=manila 2025-10-08 19:18:03.548899 | fa163ec5-3f45-18b2-9caa-000000004767 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:41.822280 | 3.06s 2025-10-08 19:18:03.555971 | fa163ec5-3f45-18b2-9caa-000000004767 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:41.829333 | 3.07s 2025-10-08 19:18:03.576828 | fa163ec5-3f45-18b2-9caa-000000004769 | TASK | Check Keystone user assignment to roles status 2025-10-08 19:18:03.825892 | fa163ec5-3f45-18b2-9caa-000000004769 | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2025-10-08 19:18:09.095582 | fa163ec5-3f45-18b2-9caa-000000004769 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=aodh 2025-10-08 19:18:09.097920 | fa163ec5-3f45-18b2-9caa-000000004769 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:47.371277 | 5.52s 2025-10-08 19:18:09.339915 | fa163ec5-3f45-18b2-9caa-000000004769 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=ceilometer 2025-10-08 19:18:09.341498 | fa163ec5-3f45-18b2-9caa-000000004769 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:47.614868 | 5.76s 2025-10-08 19:18:09.584366 | fa163ec5-3f45-18b2-9caa-000000004769 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinder 2025-10-08 19:18:09.586473 | fa163ec5-3f45-18b2-9caa-000000004769 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:47.859842 | 6.01s 2025-10-08 19:18:09.844475 | fa163ec5-3f45-18b2-9caa-000000004769 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinderv3 2025-10-08 19:18:09.845136 | fa163ec5-3f45-18b2-9caa-000000004769 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:48.118520 | 6.27s 2025-10-08 19:18:10.106637 | fa163ec5-3f45-18b2-9caa-000000004769 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=glance 2025-10-08 19:18:10.108106 | fa163ec5-3f45-18b2-9caa-000000004769 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:48.381490 | 6.53s 2025-10-08 19:18:10.370915 | fa163ec5-3f45-18b2-9caa-000000004769 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=gnocchi 2025-10-08 19:18:10.372761 | fa163ec5-3f45-18b2-9caa-000000004769 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:48.646137 | 6.79s 2025-10-08 19:18:10.608633 | fa163ec5-3f45-18b2-9caa-000000004769 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=heat 2025-10-08 19:18:10.610032 | fa163ec5-3f45-18b2-9caa-000000004769 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:48.883416 | 7.03s 2025-10-08 19:18:10.872904 | fa163ec5-3f45-18b2-9caa-000000004769 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=heat_stack_domain_admin 2025-10-08 19:18:10.874315 | fa163ec5-3f45-18b2-9caa-000000004769 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:49.147652 | 7.30s 2025-10-08 19:18:11.100759 | fa163ec5-3f45-18b2-9caa-000000004769 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=heat-cfn 2025-10-08 19:18:11.102053 | fa163ec5-3f45-18b2-9caa-000000004769 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:49.375428 | 7.52s 2025-10-08 19:18:11.315558 | fa163ec5-3f45-18b2-9caa-000000004769 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=manila 2025-10-08 19:18:11.317534 | fa163ec5-3f45-18b2-9caa-000000004769 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:49.590907 | 7.74s 2025-10-08 19:18:11.329230 | fa163ec5-3f45-18b2-9caa-000000004769 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:49.602604 | 7.75s 2025-10-08 19:18:11.348303 | fa163ec5-3f45-18b2-9caa-00000000476e | TASK | Async assignment of Keystone user to roles 2025-10-08 19:18:11.693985 | fa163ec5-3f45-18b2-9caa-00000000476e | CHANGED | Async assignment of Keystone user to roles | undercloud | item=manilav2 2025-10-08 19:18:11.695470 | fa163ec5-3f45-18b2-9caa-00000000476e | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:49.968838 | 0.35s 2025-10-08 19:18:12.000218 | fa163ec5-3f45-18b2-9caa-00000000476e | CHANGED | Async assignment of Keystone user to roles | undercloud | item=neutron 2025-10-08 19:18:12.001155 | fa163ec5-3f45-18b2-9caa-00000000476e | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:50.274532 | 0.65s 2025-10-08 19:18:12.284504 | fa163ec5-3f45-18b2-9caa-00000000476e | CHANGED | Async assignment of Keystone user to roles | undercloud | item=nova 2025-10-08 19:18:12.286208 | fa163ec5-3f45-18b2-9caa-00000000476e | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:50.559591 | 0.94s 2025-10-08 19:18:12.565743 | fa163ec5-3f45-18b2-9caa-00000000476e | CHANGED | Async assignment of Keystone user to roles | undercloud | item=octavia 2025-10-08 19:18:12.567370 | fa163ec5-3f45-18b2-9caa-00000000476e | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:50.840754 | 1.22s 2025-10-08 19:18:12.894984 | fa163ec5-3f45-18b2-9caa-00000000476e | CHANGED | Async assignment of Keystone user to roles | undercloud | item=placement 2025-10-08 19:18:12.895737 | fa163ec5-3f45-18b2-9caa-00000000476e | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:51.169119 | 1.55s 2025-10-08 19:18:13.135608 | fa163ec5-3f45-18b2-9caa-00000000476e | CHANGED | Async assignment of Keystone user to roles | undercloud | item=swift 2025-10-08 19:18:13.137349 | fa163ec5-3f45-18b2-9caa-00000000476e | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:51.410719 | 1.79s 2025-10-08 19:18:13.147537 | fa163ec5-3f45-18b2-9caa-00000000476e | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:51.420916 | 1.80s 2025-10-08 19:18:13.164023 | fa163ec5-3f45-18b2-9caa-000000004770 | TASK | Check Keystone user assignment to roles status 2025-10-08 19:18:13.430440 | fa163ec5-3f45-18b2-9caa-000000004770 | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2025-10-08 19:18:18.644638 | fa163ec5-3f45-18b2-9caa-000000004770 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=manilav2 2025-10-08 19:18:18.645497 | fa163ec5-3f45-18b2-9caa-000000004770 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:56.918879 | 5.48s 2025-10-08 19:18:18.922518 | fa163ec5-3f45-18b2-9caa-000000004770 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=neutron 2025-10-08 19:18:18.925370 | fa163ec5-3f45-18b2-9caa-000000004770 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:57.198745 | 5.76s 2025-10-08 19:18:19.151069 | fa163ec5-3f45-18b2-9caa-000000004770 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=nova 2025-10-08 19:18:19.153405 | fa163ec5-3f45-18b2-9caa-000000004770 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:57.426776 | 5.99s 2025-10-08 19:18:19.380866 | fa163ec5-3f45-18b2-9caa-000000004770 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=octavia 2025-10-08 19:18:19.383153 | fa163ec5-3f45-18b2-9caa-000000004770 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:57.656526 | 6.22s 2025-10-08 19:18:19.648848 | fa163ec5-3f45-18b2-9caa-000000004770 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=placement 2025-10-08 19:18:19.652110 | fa163ec5-3f45-18b2-9caa-000000004770 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:57.925483 | 6.49s 2025-10-08 19:18:19.884686 | fa163ec5-3f45-18b2-9caa-000000004770 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=swift 2025-10-08 19:18:19.886970 | fa163ec5-3f45-18b2-9caa-000000004770 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:58.160345 | 6.72s 2025-10-08 19:18:19.901263 | fa163ec5-3f45-18b2-9caa-000000004770 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:58.174627 | 6.74s 2025-10-08 19:18:19.923260 | fa163ec5-3f45-18b2-9caa-0000000045a3 | TASK | Async assignment of Keystone user per role 2025-10-08 19:18:20.021788 | fa163ec5-3f45-18b2-9caa-0000000045a3 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:24:58.295149 | 0.10s 2025-10-08 19:18:20.032229 | fa163ec5-3f45-18b2-9caa-0000000045a3 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:24:58.305603 | 0.11s 2025-10-08 19:18:20.040498 | 2eaa1b7f-2a25-44ca-a870-a575a4062ebe | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2025-10-08 19:18:20.059165 | fa163ec5-3f45-18b2-9caa-0000000047d4 | TASK | Async assignment of Keystone user to roles 2025-10-08 19:18:20.401206 | fa163ec5-3f45-18b2-9caa-0000000047d4 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=ceilometer 2025-10-08 19:18:20.402065 | fa163ec5-3f45-18b2-9caa-0000000047d4 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:58.675447 | 0.34s 2025-10-08 19:18:20.404790 | fa163ec5-3f45-18b2-9caa-0000000047d4 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:58.678165 | 0.34s 2025-10-08 19:18:20.419119 | fa163ec5-3f45-18b2-9caa-0000000047d6 | TASK | Check Keystone user assignment to roles status 2025-10-08 19:18:20.679358 | fa163ec5-3f45-18b2-9caa-0000000047d6 | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2025-10-08 19:18:25.903922 | fa163ec5-3f45-18b2-9caa-0000000047d6 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=ceilometer 2025-10-08 19:18:25.905816 | fa163ec5-3f45-18b2-9caa-0000000047d6 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:25:04.179187 | 5.49s 2025-10-08 19:18:25.916451 | fa163ec5-3f45-18b2-9caa-0000000047d6 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:25:04.189811 | 5.50s 2025-10-08 19:18:25.937580 | fa163ec5-3f45-18b2-9caa-0000000045a8 | TASK | Async assignment of Keystone user per role 2025-10-08 19:18:26.033819 | fa163ec5-3f45-18b2-9caa-0000000045a8 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:25:04.307177 | 0.09s 2025-10-08 19:18:26.040556 | fa163ec5-3f45-18b2-9caa-0000000045a8 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:25:04.313936 | 0.10s 2025-10-08 19:18:26.047647 | 0e03f4a0-6d79-478c-a405-589aaf3dcc9c | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2025-10-08 19:18:26.069466 | fa163ec5-3f45-18b2-9caa-0000000047f8 | TASK | Async assignment of Keystone user to roles 2025-10-08 19:18:26.480394 | fa163ec5-3f45-18b2-9caa-0000000047f8 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinder 2025-10-08 19:18:26.481816 | fa163ec5-3f45-18b2-9caa-0000000047f8 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:25:04.755180 | 0.41s 2025-10-08 19:18:26.821331 | fa163ec5-3f45-18b2-9caa-0000000047f8 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinderv3 2025-10-08 19:18:26.822252 | fa163ec5-3f45-18b2-9caa-0000000047f8 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:25:05.095629 | 0.75s 2025-10-08 19:18:27.099761 | fa163ec5-3f45-18b2-9caa-0000000047f8 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=nova 2025-10-08 19:18:27.100418 | fa163ec5-3f45-18b2-9caa-0000000047f8 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:25:05.373800 | 1.03s 2025-10-08 19:18:27.104874 | fa163ec5-3f45-18b2-9caa-0000000047f8 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:25:05.378242 | 1.03s 2025-10-08 19:18:27.121284 | fa163ec5-3f45-18b2-9caa-0000000047fa | TASK | Check Keystone user assignment to roles status 2025-10-08 19:18:27.403285 | fa163ec5-3f45-18b2-9caa-0000000047fa | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2025-10-08 19:18:32.600613 | fa163ec5-3f45-18b2-9caa-0000000047fa | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinder 2025-10-08 19:18:32.602258 | fa163ec5-3f45-18b2-9caa-0000000047fa | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:25:10.875634 | 5.48s 2025-10-08 19:18:32.846786 | fa163ec5-3f45-18b2-9caa-0000000047fa | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinderv3 2025-10-08 19:18:32.847536 | fa163ec5-3f45-18b2-9caa-0000000047fa | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:25:11.120920 | 5.73s 2025-10-08 19:18:33.071330 | fa163ec5-3f45-18b2-9caa-0000000047fa | CHANGED | Check Keystone user assignment to roles status | undercloud | item=nova 2025-10-08 19:18:33.071994 | fa163ec5-3f45-18b2-9caa-0000000047fa | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:25:11.345377 | 5.95s 2025-10-08 19:18:33.079970 | fa163ec5-3f45-18b2-9caa-0000000047fa | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:25:11.353337 | 5.96s 2025-10-08 19:18:33.117123 | fa163ec5-3f45-18b2-9caa-000000003975 | TASK | is Keystone LDAP enabled 2025-10-08 19:18:33.178980 | fa163ec5-3f45-18b2-9caa-000000003975 | OK | is Keystone LDAP enabled | undercloud 2025-10-08 19:18:33.180667 | fa163ec5-3f45-18b2-9caa-000000003975 | TIMING | is Keystone LDAP enabled | undercloud | 0:25:11.454034 | 0.06s 2025-10-08 19:18:33.199065 | fa163ec5-3f45-18b2-9caa-000000003976 | TASK | Set fact for tripleo_keystone_ldap_domains 2025-10-08 19:18:33.252386 | fa163ec5-3f45-18b2-9caa-000000003976 | SKIPPED | Set fact for tripleo_keystone_ldap_domains | undercloud 2025-10-08 19:18:33.253694 | fa163ec5-3f45-18b2-9caa-000000003976 | TIMING | Set fact for tripleo_keystone_ldap_domains | undercloud | 0:25:11.527066 | 0.05s 2025-10-08 19:18:33.272130 | fa163ec5-3f45-18b2-9caa-000000003977 | TASK | Manage Keystone domains from LDAP config 2025-10-08 19:18:33.324078 | fa163ec5-3f45-18b2-9caa-000000003977 | SKIPPED | Manage Keystone domains from LDAP config | undercloud 2025-10-08 19:18:33.325476 | fa163ec5-3f45-18b2-9caa-000000003977 | TIMING | Manage Keystone domains from LDAP config | undercloud | 0:25:11.598848 | 0.05s PLAY [Deploy step tasks for 4] ************************************************* 2025-10-08 19:18:33.470879 | fa163ec5-3f45-18b2-9caa-0000000000e2 | TASK | Deploy step tasks for 4 2025-10-08 19:18:33.511794 | fa163ec5-3f45-18b2-9caa-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', 'fa163ec5-3f45-18b2-9caa-0000000000e2') missing from stats 2025-10-08 19:18:33.541638 | fa163ec5-3f45-18b2-9caa-0000000000e3 | TASK | Write the config_step hieradata for the deploy step 4 tasks 2025-10-08 19:18:34.094092 | fa163ec5-3f45-18b2-9caa-0000000000e3 | CHANGED | Write the config_step hieradata for the deploy step 4 tasks | standalone 2025-10-08 19:18:34.095620 | fa163ec5-3f45-18b2-9caa-0000000000e3 | TIMING | Write the config_step hieradata for the deploy step 4 tasks | standalone | 0:25:12.368991 | 0.55s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-10-08 19:18:34.165672 | fa163ec5-3f45-18b2-9caa-0000000000e4 | TIMING | include_tasks | standalone | 0:25:12.439034 | 0.04s 2025-10-08 19:18:34.213805 | 709cb60c-a2d6-4614-b1c6-e792615d80a0 | INCLUDED | /root/standalone-ansible-tki1o3rs/Standalone/deploy_steps_tasks_step4.yaml | standalone 2025-10-08 19:18:34.241481 | fa163ec5-3f45-18b2-9caa-00000000483c | TASK | Create virtqemud recovery script 2025-10-08 19:18:34.758846 | fa163ec5-3f45-18b2-9caa-00000000483c | CHANGED | Create virtqemud recovery script | standalone 2025-10-08 19:18:34.760318 | fa163ec5-3f45-18b2-9caa-00000000483c | TIMING | Create virtqemud recovery script | standalone | 0:25:13.033665 | 0.52s 2025-10-08 19:18:34.790159 | fa163ec5-3f45-18b2-9caa-00000000483d | TASK | Create virtqemud recovery trigger service 2025-10-08 19:18:35.276491 | fa163ec5-3f45-18b2-9caa-00000000483d | CHANGED | Create virtqemud recovery trigger service | standalone 2025-10-08 19:18:35.277797 | fa163ec5-3f45-18b2-9caa-00000000483d | TIMING | Create virtqemud recovery trigger service | standalone | 0:25:13.551170 | 0.49s 2025-10-08 19:18:35.305213 | fa163ec5-3f45-18b2-9caa-00000000483e | TASK | Create virtqemud recovery trigger timer 2025-10-08 19:18:35.779877 | fa163ec5-3f45-18b2-9caa-00000000483e | CHANGED | Create virtqemud recovery trigger timer | standalone 2025-10-08 19:18:35.781122 | fa163ec5-3f45-18b2-9caa-00000000483e | TIMING | Create virtqemud recovery trigger timer | standalone | 0:25:14.054497 | 0.47s 2025-10-08 19:18:35.808896 | fa163ec5-3f45-18b2-9caa-00000000483f | TASK | Enable virtqemud recovery trigger service 2025-10-08 19:18:36.942722 | fa163ec5-3f45-18b2-9caa-00000000483f | CHANGED | Enable virtqemud recovery trigger service | standalone 2025-10-08 19:18:36.944875 | fa163ec5-3f45-18b2-9caa-00000000483f | TIMING | Enable virtqemud recovery trigger service | standalone | 0:25:15.218249 | 1.13s 2025-10-08 19:18:36.973344 | fa163ec5-3f45-18b2-9caa-000000004840 | TASK | Enable virtqemud recovery trigger timer 2025-10-08 19:18:39.213734 | fa163ec5-3f45-18b2-9caa-000000004840 | CHANGED | Enable virtqemud recovery trigger timer | standalone 2025-10-08 19:18:39.215099 | fa163ec5-3f45-18b2-9caa-000000004840 | TIMING | Enable virtqemud recovery trigger timer | standalone | 0:25:17.488479 | 2.24s 2025-10-08 19:18:39.237665 | fa163ec5-3f45-18b2-9caa-000000004841 | TASK | Really enable virtqemud recovery trigger timer 2025-10-08 19:18:39.912551 | fa163ec5-3f45-18b2-9caa-000000004841 | CHANGED | Really enable virtqemud recovery trigger timer | standalone 2025-10-08 19:18:39.914530 | fa163ec5-3f45-18b2-9caa-000000004841 | TIMING | Really enable virtqemud recovery trigger timer | standalone | 0:25:18.187903 | 0.68s 2025-10-08 19:18:39.945234 | fa163ec5-3f45-18b2-9caa-000000004843 | TASK | Create systemd file 2025-10-08 19:18:40.459855 | fa163ec5-3f45-18b2-9caa-000000004843 | CHANGED | Create systemd file | standalone 2025-10-08 19:18:40.461255 | fa163ec5-3f45-18b2-9caa-000000004843 | TIMING | Create systemd file | standalone | 0:25:18.734629 | 0.51s 2025-10-08 19:18:40.491129 | fa163ec5-3f45-18b2-9caa-000000004844 | TASK | Reload systemd 2025-10-08 19:18:41.277578 | fa163ec5-3f45-18b2-9caa-000000004844 | CHANGED | Reload systemd | standalone 2025-10-08 19:18:41.279026 | fa163ec5-3f45-18b2-9caa-000000004844 | TIMING | Reload systemd | standalone | 0:25:19.552399 | 0.79s 2025-10-08 19:18:41.308642 | fa163ec5-3f45-18b2-9caa-000000004847 | TASK | Start OVN container 2025-10-08 19:18:41.375989 | fa163ec5-3f45-18b2-9caa-000000004847 | SKIPPED | Start OVN container | standalone | item=ovn_cluster_north_db_server 2025-10-08 19:18:41.394172 | fa163ec5-3f45-18b2-9caa-000000004847 | SKIPPED | Start OVN container | standalone | item=ovn_cluster_south_db_server 2025-10-08 19:18:41.410076 | fa163ec5-3f45-18b2-9caa-000000004847 | SKIPPED | Start OVN container | standalone | item=ovn_cluster_northd 2025-10-08 19:18:41.422159 | fa163ec5-3f45-18b2-9caa-000000004847 | TIMING | Start OVN container | standalone | 0:25:19.695532 | 0.11s 2025-10-08 19:18:41.452649 | fa163ec5-3f45-18b2-9caa-000000004849 | TASK | Set NB connection 2025-10-08 19:18:41.492650 | fa163ec5-3f45-18b2-9caa-000000004849 | SKIPPED | Set NB connection | standalone 2025-10-08 19:18:41.493911 | fa163ec5-3f45-18b2-9caa-000000004849 | TIMING | Set NB connection | standalone | 0:25:19.767282 | 0.04s 2025-10-08 19:18:41.523070 | fa163ec5-3f45-18b2-9caa-00000000484a | TASK | Set SB connection 2025-10-08 19:18:41.577902 | fa163ec5-3f45-18b2-9caa-00000000484a | SKIPPED | Set SB connection | standalone 2025-10-08 19:18:41.579422 | fa163ec5-3f45-18b2-9caa-00000000484a | TIMING | Set SB connection | standalone | 0:25:19.852795 | 0.05s 2025-10-08 19:18:41.608515 | fa163ec5-3f45-18b2-9caa-0000000000e6 | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_4 already exists 2025-10-08 19:18:41.854589 | fa163ec5-3f45-18b2-9caa-0000000000e6 | OK | Check if /var/lib/tripleo-config/container-startup-config/step_4 already exists | standalone 2025-10-08 19:18:41.855793 | fa163ec5-3f45-18b2-9caa-0000000000e6 | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_4 already exists | standalone | 0:25:20.129169 | 0.25s 2025-10-08 19:18:41.975670 | fa163ec5-3f45-18b2-9caa-0000000000e7 | TIMING | include_tasks | standalone | 0:25:20.249034 | 0.09s 2025-10-08 19:18:42.013330 | 095910a1-e78b-43ae-9403-44cfdeff8fe3 | INCLUDED | /root/standalone-ansible-tki1o3rs/common_deploy_steps_tasks.yaml | standalone 2025-10-08 19:18:42.039418 | fa163ec5-3f45-18b2-9caa-000000004879 | TASK | Write the config_step hieradata 2025-10-08 19:18:42.565745 | fa163ec5-3f45-18b2-9caa-000000004879 | OK | Write the config_step hieradata | standalone 2025-10-08 19:18:42.567862 | fa163ec5-3f45-18b2-9caa-000000004879 | TIMING | Write the config_step hieradata | standalone | 0:25:20.841228 | 0.53s 2025-10-08 19:18:42.598999 | fa163ec5-3f45-18b2-9caa-00000000487a | TASK | Run puppet host configuration for step 4 2025-10-08 19:18:42.929191 | fa163ec5-3f45-18b2-9caa-00000000487a | CHANGED | Run puppet host configuration for step 4 | standalone 2025-10-08 19:18:42.930602 | fa163ec5-3f45-18b2-9caa-00000000487a | TIMING | Run puppet host configuration for step 4 | standalone | 0:25:21.203969 | 0.33s 2025-10-08 19:18:42.960481 | fa163ec5-3f45-18b2-9caa-00000000487b | TASK | Wait for puppet host configuration to finish 2025-10-08 19:18:43.190637 | fa163ec5-3f45-18b2-9caa-00000000487b | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-10-08 19:18:53.405350 | fa163ec5-3f45-18b2-9caa-00000000487b | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-10-08 19:19:03.594470 | fa163ec5-3f45-18b2-9caa-00000000487b | WAITING | Wait for puppet host configuration to finish | standalone | 358 retries left 2025-10-08 19:19:13.824170 | fa163ec5-3f45-18b2-9caa-00000000487b | CHANGED | Wait for puppet host configuration to finish | standalone 2025-10-08 19:19:13.826161 | fa163ec5-3f45-18b2-9caa-00000000487b | TIMING | Wait for puppet host configuration to finish | standalone | 0:25:52.099543 | 30.86s 2025-10-08 19:19:13.846699 | fa163ec5-3f45-18b2-9caa-00000000487c | TASK | Debug output for task: Run puppet host configuration for step 4 2025-10-08 19:19:13.930937 | fa163ec5-3f45-18b2-9caa-00000000487c | 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 8 19:18:43 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Oct 8 19:18:49 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Oct 8 19:18:49 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Oct 8 19:18:49 puppet-user: (file & line not available)", "<13>Oct 8 19:18:49 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 8 19:18:49 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 8 19:18:50 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 8 19:18:50 puppet-user: (location: /etc/puppet/modules/stdlib/lib/puppet/functions/deprecation.rb:34:in `deprecation')", "<13>Oct 8 19:18:50 puppet-user: Warning: This method is deprecated, please use the stdlib validate_legacy function,", "<13>Oct 8 19:18:50 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 8 19:18:50 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 8 19:18:50 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 8 19:18:50 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 8 19:18:50 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 8 19:18:50 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Oct 8 19:18:50 puppet-user: Notice: Compiled catalog for standalone.ooo.test in environment production in 0.51 seconds", "<13>Oct 8 19:18:54 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Oct 8 19:18:56 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Oct 8 19:19:02 puppet-user: Notice: /Stage[main]/Snmp/Package[snmpd]/ensure: created", "<13>Oct 8 19:19:02 puppet-user: Notice: /Stage[main]/Snmp/File[snmpd.conf]/content: content changed '{sha256}2b743f970e80e2150759bfc66f2d8d0fbd8b31624f79e2991248d1a5ac57494e' to '{sha256}f7d8ef605ec3728a2a9459cd924b21d4bf90cc007d5646f305f20572df6988f5'", "<13>Oct 8 19:19:02 puppet-user: Notice: /Stage[main]/Snmp/File[snmpd.sysconfig]/content: content changed '{sha256}b63afb2dee7419b6834471f88581d981c8ae5c8b27b9d329ba67a02f3ddd8221' to '{sha256}3917ee8bbc680ad50d77186ad4a1d2705c2025c32fc32f823abbda7f2328dfbd'", "<13>Oct 8 19:19:02 puppet-user: Notice: /Stage[main]/Snmp/File[snmptrapd.conf]/content: content changed '{sha256}2e1ca894d609ef337b6243909bf5623c87fd5df98ecbd00c7d4c12cf12f03c4e' to '{sha256}3ecf18da1ba84ea3932607f2b903ee6a038b6f9ac4e1e371e48f3ef61c5052ea'", "<13>Oct 8 19:19:02 puppet-user: Notice: /Stage[main]/Snmp/File[snmptrapd.sysconfig]/content: content changed '{sha256}86ee5797ad10cb1ea0f631e9dfa6ae278ecf4f4d16f4c80f831cdde45601b23c' to '{sha256}2244553364afcca151958f8e2003e4c182f5e2ecfbe55405cec73fd818581e97'", "<13>Oct 8 19:19:02 puppet-user: Notice: /Stage[main]/Snmp/Service[snmptrapd]: Triggered 'refresh' from 2 events", "<13>Oct 8 19:19:03 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Oct 8 19:19:08 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 8 19:19:10 puppet-user: Notice: /Stage[main]/Snmp/Service[snmpd]/ensure: ensure changed 'stopped' to 'running'", "<13>Oct 8 19:19:10 puppet-user: Notice: Applied catalog in 20.14 seconds", "<13>Oct 8 19:19:10 puppet-user: Application:", "<13>Oct 8 19:19:10 puppet-user: Initial environment: production", "<13>Oct 8 19:19:10 puppet-user: Converged environment: production", "<13>Oct 8 19:19:10 puppet-user: Run mode: user", "<13>Oct 8 19:19:10 puppet-user: Changes:", "<13>Oct 8 19:19:10 puppet-user: Total: 10", "<13>Oct 8 19:19:10 puppet-user: Events:", "<13>Oct 8 19:19:10 puppet-user: Success: 10", "<13>Oct 8 19:19:10 puppet-user: Resources:", "<13>Oct 8 19:19:10 puppet-user: Restarted: 1", "<13>Oct 8 19:19:10 puppet-user: Changed: 10", "<13>Oct 8 19:19:10 puppet-user: Out of sync: 10", "<13>Oct 8 19:19:10 puppet-user: Total: 37", "<13>Oct 8 19:19:10 puppet-user: Time:", "<13>Oct 8 19:19:10 puppet-user: Schedule: 0.00", "<13>Oct 8 19:19:10 puppet-user: File line: 0.00", "<13>Oct 8 19:19:10 puppet-user: Augeas: 0.01", "<13>Oct 8 19:19:10 puppet-user: User: 0.01", "<13>Oct 8 19:19:10 puppet-user: File: 0.11", "<13>Oct 8 19:19:10 puppet-user: Config retrieval: 0.58", "<13>Oct 8 19:19:10 puppet-user: Service: 1.52", "<13>Oct 8 19:19:10 puppet-user: Pcmk property: 1.60", "<13>Oct 8 19:19:10 puppet-user: Last run: 1759951150", "<13>Oct 8 19:19:10 puppet-user: Pcmk resource op default: 2.05", "<13>Oct 8 19:19:10 puppet-user: Pcmk resource default: 2.09", "<13>Oct 8 19:19:10 puppet-user: Transaction evaluation: 20.13", "<13>Oct 8 19:19:10 puppet-user: Catalog application: 20.14", "<13>Oct 8 19:19:10 puppet-user: Package: 5.46", "<13>Oct 8 19:19:10 puppet-user: Exec: 7.09", "<13>Oct 8 19:19:10 puppet-user: Filebucket: 0.00", "<13>Oct 8 19:19:10 puppet-user: Total: 20.15", "<13>Oct 8 19:19:10 puppet-user: Version:", "<13>Oct 8 19:19:10 puppet-user: Config: 1759951129", "<13>Oct 8 19:19:10 puppet-user: Puppet: 7.10.0" ] } 2025-10-08 19:19:13.934672 | fa163ec5-3f45-18b2-9caa-00000000487c | TIMING | Debug output for task: Run puppet host configuration for step 4 | standalone | 0:25:52.208044 | 0.09s 2025-10-08 19:19:13.968042 | fa163ec5-3f45-18b2-9caa-00000000487d | TASK | Pre-cache facts for puppet containers 2025-10-08 19:19:13.998493 | fa163ec5-3f45-18b2-9caa-00000000487d | TIMING | Pre-cache facts for puppet containers | standalone | 0:25:52.271860 | 0.03s 2025-10-08 19:19:14.093389 | fa163ec5-3f45-18b2-9caa-0000000048be | TASK | Gather variables for each operating system 2025-10-08 19:19:14.191832 | fa163ec5-3f45-18b2-9caa-0000000048be | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:25:52.465192 | 0.10s 2025-10-08 19:19:14.221084 | fa163ec5-3f45-18b2-9caa-0000000048bf | TASK | Create puppet caching structures 2025-10-08 19:19:14.478135 | fa163ec5-3f45-18b2-9caa-0000000048bf | CHANGED | Create puppet caching structures | standalone 2025-10-08 19:19:14.479762 | fa163ec5-3f45-18b2-9caa-0000000048bf | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:25:52.753134 | 0.26s 2025-10-08 19:19:14.508459 | fa163ec5-3f45-18b2-9caa-0000000048c0 | TASK | Check for facter.conf 2025-10-08 19:19:14.734361 | fa163ec5-3f45-18b2-9caa-0000000048c0 | OK | Check for facter.conf | standalone 2025-10-08 19:19:14.736096 | fa163ec5-3f45-18b2-9caa-0000000048c0 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:25:53.009467 | 0.23s 2025-10-08 19:19:14.766317 | fa163ec5-3f45-18b2-9caa-0000000048c1 | TASK | Remove facter.conf if directory 2025-10-08 19:19:14.818546 | fa163ec5-3f45-18b2-9caa-0000000048c1 | SKIPPED | Remove facter.conf if directory | standalone 2025-10-08 19:19:14.819974 | fa163ec5-3f45-18b2-9caa-0000000048c1 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:25:53.093345 | 0.05s 2025-10-08 19:19:14.852196 | fa163ec5-3f45-18b2-9caa-0000000048c2 | TASK | Write facter cache config 2025-10-08 19:19:15.340890 | fa163ec5-3f45-18b2-9caa-0000000048c2 | CHANGED | Write facter cache config | standalone 2025-10-08 19:19:15.342481 | fa163ec5-3f45-18b2-9caa-0000000048c2 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:25:53.615850 | 0.49s 2025-10-08 19:19:15.372138 | fa163ec5-3f45-18b2-9caa-0000000048c3 | TASK | Cleanup facter cache if exists 2025-10-08 19:19:15.569015 | fa163ec5-3f45-18b2-9caa-0000000048c3 | CHANGED | Cleanup facter cache if exists | standalone 2025-10-08 19:19:15.570082 | fa163ec5-3f45-18b2-9caa-0000000048c3 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:25:53.843463 | 0.20s 2025-10-08 19:19:15.593698 | fa163ec5-3f45-18b2-9caa-0000000048c4 | TASK | Pre-cache facts 2025-10-08 19:19:16.149699 | fa163ec5-3f45-18b2-9caa-0000000048c4 | CHANGED | Pre-cache facts | standalone 2025-10-08 19:19:16.152454 | fa163ec5-3f45-18b2-9caa-0000000048c4 | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:25:54.425825 | 0.56s 2025-10-08 19:19:16.186506 | fa163ec5-3f45-18b2-9caa-0000000048c5 | TASK | Failed deployment if facter fails 2025-10-08 19:19:16.220654 | fa163ec5-3f45-18b2-9caa-0000000048c5 | SKIPPED | Failed deployment if facter fails | standalone 2025-10-08 19:19:16.223200 | fa163ec5-3f45-18b2-9caa-0000000048c5 | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:25:54.496573 | 0.03s 2025-10-08 19:19:16.269618 | fa163ec5-3f45-18b2-9caa-0000000048c6 | TASK | Sync cached facts 2025-10-08 19:19:16.605131 | fa163ec5-3f45-18b2-9caa-0000000048c6 | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163ec5-3f45-18b2-9caa-0000000048c6') missing from stats 2025-10-08 19:19:16.670513 | fa163ec5-3f45-18b2-9caa-00000000487e | TASK | Include container-puppet tasks (generate config) during step 1 2025-10-08 19:19:16.702688 | fa163ec5-3f45-18b2-9caa-00000000487e | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2025-10-08 19:19:16.704004 | fa163ec5-3f45-18b2-9caa-00000000487e | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:25:54.977377 | 0.03s 2025-10-08 19:19:16.736840 | fa163ec5-3f45-18b2-9caa-000000004880 | TASK | Manage containers for step 4 with tripleo-ansible 2025-10-08 19:19:16.758184 | fa163ec5-3f45-18b2-9caa-000000004880 | TIMING | Manage containers for step 4 with tripleo-ansible | standalone | 0:25:55.031546 | 0.02s 2025-10-08 19:19:16.832903 | fa163ec5-3f45-18b2-9caa-00000000491d | TASK | Gather variables for each operating system 2025-10-08 19:19:16.955921 | fa163ec5-3f45-18b2-9caa-00000000491d | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:25:55.229289 | 0.12s 2025-10-08 19:19:16.978441 | fa163ec5-3f45-18b2-9caa-00000000491e | TASK | Create container logs path 2025-10-08 19:19:17.270443 | fa163ec5-3f45-18b2-9caa-00000000491e | OK | Create container logs path | standalone 2025-10-08 19:19:17.273349 | fa163ec5-3f45-18b2-9caa-00000000491e | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:25:55.546721 | 0.29s 2025-10-08 19:19:17.306662 | fa163ec5-3f45-18b2-9caa-000000004920 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_4 2025-10-08 19:19:17.611693 | fa163ec5-3f45-18b2-9caa-000000004920 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_4 | standalone 2025-10-08 19:19:17.613399 | fa163ec5-3f45-18b2-9caa-000000004920 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:25:55.886780 | 0.30s 2025-10-08 19:19:17.639457 | fa163ec5-3f45-18b2-9caa-000000004921 | TASK | Finalise hashes for all containers 2025-10-08 19:19:17.749026 | fa163ec5-3f45-18b2-9caa-000000004921 | OK | Finalise hashes for all containers | standalone 2025-10-08 19:19:17.750415 | fa163ec5-3f45-18b2-9caa-000000004921 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:25:56.023785 | 0.11s 2025-10-08 19:19:17.780826 | fa163ec5-3f45-18b2-9caa-000000004923 | TASK | Manage systemd shutdown files 2025-10-08 19:19:17.818173 | fa163ec5-3f45-18b2-9caa-000000004923 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:25:56.091534 | 0.04s 2025-10-08 19:19:17.857453 | f4359f45-48d1-4260-a29d-34890393de63 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-10-08 19:19:17.885117 | fa163ec5-3f45-18b2-9caa-000000004956 | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-10-08 19:19:18.148733 | fa163ec5-3f45-18b2-9caa-000000004956 | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-10-08 19:19:18.150208 | fa163ec5-3f45-18b2-9caa-000000004956 | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:25:56.423579 | 0.26s 2025-10-08 19:19:18.175633 | fa163ec5-3f45-18b2-9caa-000000004957 | TASK | Set podman_drop_in fact 2025-10-08 19:19:18.233975 | fa163ec5-3f45-18b2-9caa-000000004957 | OK | Set podman_drop_in fact | standalone 2025-10-08 19:19:18.235357 | fa163ec5-3f45-18b2-9caa-000000004957 | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:25:56.508729 | 0.06s 2025-10-08 19:19:18.265911 | fa163ec5-3f45-18b2-9caa-000000004959 | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-10-08 19:19:18.775531 | fa163ec5-3f45-18b2-9caa-000000004959 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-10-08 19:19:18.776980 | fa163ec5-3f45-18b2-9caa-000000004959 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:25:57.050356 | 0.51s 2025-10-08 19:19:19.261954 | fa163ec5-3f45-18b2-9caa-000000004959 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-10-08 19:19:19.262913 | fa163ec5-3f45-18b2-9caa-000000004959 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:25:57.536297 | 1.00s 2025-10-08 19:19:19.273448 | fa163ec5-3f45-18b2-9caa-000000004959 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:25:57.546835 | 1.01s 2025-10-08 19:19:19.293949 | fa163ec5-3f45-18b2-9caa-00000000495a | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-10-08 19:19:19.826478 | fa163ec5-3f45-18b2-9caa-00000000495a | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-10-08 19:19:19.827962 | fa163ec5-3f45-18b2-9caa-00000000495a | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:25:58.101335 | 0.53s 2025-10-08 19:19:19.857887 | fa163ec5-3f45-18b2-9caa-00000000495b | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-10-08 19:19:20.327176 | fa163ec5-3f45-18b2-9caa-00000000495b | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-10-08 19:19:20.327946 | fa163ec5-3f45-18b2-9caa-00000000495b | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:25:58.601330 | 0.47s 2025-10-08 19:19:20.346844 | fa163ec5-3f45-18b2-9caa-00000000495c | TASK | Enable and start tripleo-container-shutdown 2025-10-08 19:19:21.188452 | fa163ec5-3f45-18b2-9caa-00000000495c | OK | Enable and start tripleo-container-shutdown | standalone 2025-10-08 19:19:21.190518 | fa163ec5-3f45-18b2-9caa-00000000495c | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:25:59.463890 | 0.84s 2025-10-08 19:19:21.220490 | fa163ec5-3f45-18b2-9caa-00000000495d | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-10-08 19:19:21.720600 | fa163ec5-3f45-18b2-9caa-00000000495d | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-10-08 19:19:21.721973 | fa163ec5-3f45-18b2-9caa-00000000495d | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:25:59.995346 | 0.50s 2025-10-08 19:19:21.750197 | fa163ec5-3f45-18b2-9caa-00000000495e | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-10-08 19:19:22.258404 | fa163ec5-3f45-18b2-9caa-00000000495e | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-10-08 19:19:22.259729 | fa163ec5-3f45-18b2-9caa-00000000495e | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:26:00.533103 | 0.51s 2025-10-08 19:19:22.290896 | fa163ec5-3f45-18b2-9caa-00000000495f | TASK | Enable and start netns-placeholder 2025-10-08 19:19:23.056655 | fa163ec5-3f45-18b2-9caa-00000000495f | CHANGED | Enable and start netns-placeholder | standalone 2025-10-08 19:19:23.057988 | fa163ec5-3f45-18b2-9caa-00000000495f | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:26:01.331371 | 0.77s 2025-10-08 19:19:23.078405 | fa163ec5-3f45-18b2-9caa-000000004925 | TASK | Update container configs with new config hashes 2025-10-08 19:19:23.114607 | fa163ec5-3f45-18b2-9caa-000000004925 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:26:01.387981 | 0.04s 2025-10-08 19:19:23.124620 | 82395c91-fb20-41d0-8473-1704a5518dda | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-10-08 19:19:23.146979 | fa163ec5-3f45-18b2-9caa-000000004987 | TASK | Update config hashes for container startup configs 2025-10-08 19:19:23.445002 | fa163ec5-3f45-18b2-9caa-000000004987 | OK | Update config hashes for container startup configs | standalone 2025-10-08 19:19:23.446429 | fa163ec5-3f45-18b2-9caa-000000004987 | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:26:01.719800 | 0.30s 2025-10-08 19:19:23.479261 | fa163ec5-3f45-18b2-9caa-000000004926 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_4 2025-10-08 19:19:23.521528 | fa163ec5-3f45-18b2-9caa-000000004926 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:26:01.794886 | 0.04s 2025-10-08 19:19:23.546481 | df8c2923-6c49-4ae2-8139-62f908ee57f9 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-08 19:19:23.580373 | fa163ec5-3f45-18b2-9caa-0000000049a6 | TASK | Gather podman infos 2025-10-08 19:19:25.085926 | fa163ec5-3f45-18b2-9caa-0000000049a6 | OK | Gather podman infos | standalone 2025-10-08 19:19:25.087261 | fa163ec5-3f45-18b2-9caa-0000000049a6 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:26:03.360636 | 1.51s 2025-10-08 19:19:25.193640 | fa163ec5-3f45-18b2-9caa-0000000049a7 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 2025-10-08 19:19:25.284345 | fa163ec5-3f45-18b2-9caa-0000000049a7 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:26:03.557704 | 0.09s 2025-10-08 19:19:25.489617 | fa163ec5-3f45-18b2-9caa-0000000049f0 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:26:03.762983 | 0.15s 2025-10-08 19:19:25.540354 | fa163ec5-3f45-18b2-9caa-000000004927 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_4 2025-10-08 19:19:25.575003 | fa163ec5-3f45-18b2-9caa-000000004927 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:26:03.848373 | 0.03s 2025-10-08 19:19:25.590999 | 5f5b647b-f0bb-4e80-b10c-07667abb71fc | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-08 19:19:25.623967 | fa163ec5-3f45-18b2-9caa-000000004a16 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 2025-10-08 19:19:46.874130 | fa163ec5-3f45-18b2-9caa-000000004a16 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | standalone 2025-10-08 19:19:46.875165 | fa163ec5-3f45-18b2-9caa-000000004a16 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:26:25.148548 | 21.25s 2025-10-08 19:19:46.894692 | fa163ec5-3f45-18b2-9caa-000000004a17 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 2025-10-08 19:21:57.748713 | fa163ec5-3f45-18b2-9caa-000000004a17 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 | standalone 2025-10-08 19:21:57.750495 | fa163ec5-3f45-18b2-9caa-000000004a17 | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:28:36.023869 | 130.85s 2025-10-08 19:21:57.830501 | fa163ec5-3f45-18b2-9caa-000000004882 | TASK | Clean container_puppet_tasks for standalone step 4 2025-10-08 19:21:58.076530 | fa163ec5-3f45-18b2-9caa-000000004882 | OK | Clean container_puppet_tasks for standalone step 4 | standalone 2025-10-08 19:21:58.077985 | fa163ec5-3f45-18b2-9caa-000000004882 | TIMING | Clean container_puppet_tasks for standalone step 4 | standalone | 0:28:36.351356 | 0.25s 2025-10-08 19:21:58.124412 | fa163ec5-3f45-18b2-9caa-000000004883 | TASK | Calculate container_puppet_tasks for standalone step 4 2025-10-08 19:21:58.162927 | fa163ec5-3f45-18b2-9caa-000000004883 | TIMING | Calculate container_puppet_tasks for standalone step 4 | standalone | 0:28:36.436292 | 0.04s 2025-10-08 19:21:58.187334 | fa163ec5-3f45-18b2-9caa-000000004884 | TASK | Include container-puppet tasks for step 4 2025-10-08 19:21:58.236494 | fa163ec5-3f45-18b2-9caa-000000004884 | TIMING | Include container-puppet tasks for step 4 | standalone | 0:28:36.509859 | 0.05s 2025-10-08 19:21:58.265488 | 003cd88b-5e3d-41d3-90b9-0e996b5097c0 | INCLUDED | /root/standalone-ansible-tki1o3rs/host-container-puppet-tasks.yaml | standalone 2025-10-08 19:21:58.303806 | fa163ec5-3f45-18b2-9caa-000000004a62 | TASK | Write container-puppet-tasks json file for standalone step 4 2025-10-08 19:21:58.925882 | fa163ec5-3f45-18b2-9caa-000000004a62 | CHANGED | Write container-puppet-tasks json file for standalone step 4 | standalone 2025-10-08 19:21:58.926829 | fa163ec5-3f45-18b2-9caa-000000004a62 | TIMING | Write container-puppet-tasks json file for standalone step 4 | standalone | 0:28:37.200211 | 0.62s 2025-10-08 19:21:58.948357 | fa163ec5-3f45-18b2-9caa-000000004a64 | TASK | Generate container puppet configs for step 4 2025-10-08 19:21:59.235565 | fa163ec5-3f45-18b2-9caa-000000004a64 | OK | Generate container puppet configs for step 4 | standalone 2025-10-08 19:21:59.237088 | fa163ec5-3f45-18b2-9caa-000000004a64 | TIMING | Generate container puppet configs for step 4 | standalone | 0:28:37.510455 | 0.29s 2025-10-08 19:21:59.261871 | fa163ec5-3f45-18b2-9caa-000000004a65 | TASK | Manage Puppet containers (bootstrap tasks) for step 4 with tripleo-ansible 2025-10-08 19:21:59.290179 | fa163ec5-3f45-18b2-9caa-000000004a65 | TIMING | Manage Puppet containers (bootstrap tasks) for step 4 with tripleo-ansible | standalone | 0:28:37.563549 | 0.03s 2025-10-08 19:21:59.350036 | fa163ec5-3f45-18b2-9caa-000000004a94 | TASK | Gather variables for each operating system 2025-10-08 19:21:59.453223 | fa163ec5-3f45-18b2-9caa-000000004a94 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:28:37.726589 | 0.10s 2025-10-08 19:21:59.479522 | fa163ec5-3f45-18b2-9caa-000000004a95 | TASK | Create container logs path 2025-10-08 19:21:59.696094 | fa163ec5-3f45-18b2-9caa-000000004a95 | OK | Create container logs path | standalone 2025-10-08 19:21:59.697084 | fa163ec5-3f45-18b2-9caa-000000004a95 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:28:37.970465 | 0.22s 2025-10-08 19:21:59.718833 | fa163ec5-3f45-18b2-9caa-000000004a97 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_4 2025-10-08 19:22:00.043990 | fa163ec5-3f45-18b2-9caa-000000004a97 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_4 | standalone 2025-10-08 19:22:00.045610 | fa163ec5-3f45-18b2-9caa-000000004a97 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_4 | standalone | 0:28:38.318986 | 0.33s 2025-10-08 19:22:00.067586 | fa163ec5-3f45-18b2-9caa-000000004a98 | TASK | Finalise hashes for all containers 2025-10-08 19:22:00.135474 | fa163ec5-3f45-18b2-9caa-000000004a98 | OK | Finalise hashes for all containers | standalone 2025-10-08 19:22:00.136543 | fa163ec5-3f45-18b2-9caa-000000004a98 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:28:38.409922 | 0.07s 2025-10-08 19:22:00.159555 | fa163ec5-3f45-18b2-9caa-000000004a9a | TASK | Manage systemd shutdown files 2025-10-08 19:22:00.201366 | fa163ec5-3f45-18b2-9caa-000000004a9a | SKIPPED | Manage systemd shutdown files | standalone 2025-10-08 19:22:00.202443 | fa163ec5-3f45-18b2-9caa-000000004a9a | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:28:38.475822 | 0.04s 2025-10-08 19:22:00.224484 | fa163ec5-3f45-18b2-9caa-000000004a9c | TASK | Update container configs with new config hashes 2025-10-08 19:22:00.264947 | fa163ec5-3f45-18b2-9caa-000000004a9c | SKIPPED | Update container configs with new config hashes | standalone 2025-10-08 19:22:00.265957 | fa163ec5-3f45-18b2-9caa-000000004a9c | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:28:38.539333 | 0.04s 2025-10-08 19:22:00.289222 | fa163ec5-3f45-18b2-9caa-000000004a9d | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_4 2025-10-08 19:22:00.328375 | fa163ec5-3f45-18b2-9caa-000000004a9d | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone 2025-10-08 19:22:00.329299 | fa163ec5-3f45-18b2-9caa-000000004a9d | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone | 0:28:38.602665 | 0.04s 2025-10-08 19:22:00.352018 | fa163ec5-3f45-18b2-9caa-000000004a9e | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_4 2025-10-08 19:22:00.424237 | fa163ec5-3f45-18b2-9caa-000000004a9e | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone 2025-10-08 19:22:00.425981 | fa163ec5-3f45-18b2-9caa-000000004a9e | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone | 0:28:38.699359 | 0.07s PLAY [External deployment step 5] ********************************************** 2025-10-08 19:22:00.553478 | fa163ec5-3f45-18b2-9caa-0000000000ea | TASK | External deployment step 5 2025-10-08 19:22:00.595567 | fa163ec5-3f45-18b2-9caa-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', 'fa163ec5-3f45-18b2-9caa-0000000000ea') missing from stats 2025-10-08 19:22:00.653346 | fa163ec5-3f45-18b2-9caa-0000000000eb | TIMING | include_tasks | undercloud | 0:28:38.926708 | 0.04s 2025-10-08 19:22:00.662564 | f4f40b12-c40c-458b-bee7-f968553c5eea | INCLUDED | /root/standalone-ansible-tki1o3rs/external_deploy_steps_tasks_step5.yaml | undercloud 2025-10-08 19:22:00.678688 | fa163ec5-3f45-18b2-9caa-000000004aed | TASK | Manage Cinder's default volume type 2025-10-08 19:22:14.907766 | fa163ec5-3f45-18b2-9caa-000000004aed | OK | Manage Cinder's default volume type | undercloud 2025-10-08 19:22:14.910489 | fa163ec5-3f45-18b2-9caa-000000004aed | TIMING | Manage Cinder's default volume type | undercloud | 0:28:53.183861 | 14.23s PLAY [Deploy step tasks for 5] ************************************************* 2025-10-08 19:22:15.055529 | fa163ec5-3f45-18b2-9caa-0000000000ee | TASK | Deploy step tasks for 5 2025-10-08 19:22:15.101079 | fa163ec5-3f45-18b2-9caa-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', 'fa163ec5-3f45-18b2-9caa-0000000000ee') missing from stats 2025-10-08 19:22:15.124713 | fa163ec5-3f45-18b2-9caa-0000000000ef | TASK | Write the config_step hieradata for the deploy step 5 tasks 2025-10-08 19:22:15.727540 | fa163ec5-3f45-18b2-9caa-0000000000ef | CHANGED | Write the config_step hieradata for the deploy step 5 tasks | standalone 2025-10-08 19:22:15.728586 | fa163ec5-3f45-18b2-9caa-0000000000ef | TIMING | Write the config_step hieradata for the deploy step 5 tasks | standalone | 0:28:54.001966 | 0.60s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-10-08 19:22:15.783898 | fa163ec5-3f45-18b2-9caa-0000000000f0 | TIMING | include_tasks | standalone | 0:28:54.057262 | 0.03s 2025-10-08 19:22:15.888257 | d6054a8b-d014-4dfd-90bf-a97962121e26 | INCLUDED | /root/standalone-ansible-tki1o3rs/Standalone/deploy_steps_tasks_step5.yaml | standalone 2025-10-08 19:22:15.932138 | fa163ec5-3f45-18b2-9caa-000000004b10 | TASK | Gather variables for each operating system 2025-10-08 19:22:16.055436 | fa163ec5-3f45-18b2-9caa-000000004b10 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:28:54.328792 | 0.12s 2025-10-08 19:22:16.086115 | fa163ec5-3f45-18b2-9caa-000000004b11 | TASK | Detect if resource is being created or already exists 2025-10-08 19:22:16.904258 | fa163ec5-3f45-18b2-9caa-000000004b11 | CHANGED | Detect if resource is being created or already exists | standalone 2025-10-08 19:22:16.905857 | fa163ec5-3f45-18b2-9caa-000000004b11 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:28:55.179230 | 0.82s 2025-10-08 19:22:16.928171 | fa163ec5-3f45-18b2-9caa-000000004b12 | TASK | Run init bundle puppet on the host for cinder_backup 2025-10-08 19:22:42.236593 | fa163ec5-3f45-18b2-9caa-000000004b12 | CHANGED | Run init bundle puppet on the host for cinder_backup | standalone 2025-10-08 19:22:42.237871 | fa163ec5-3f45-18b2-9caa-000000004b12 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_backup | standalone | 0:29:20.511249 | 25.31s 2025-10-08 19:22:42.264800 | fa163ec5-3f45-18b2-9caa-000000004b13 | TASK | Check if /var/lib/config-data/puppet-generated/cinder exists 2025-10-08 19:22:42.493381 | fa163ec5-3f45-18b2-9caa-000000004b13 | OK | Check if /var/lib/config-data/puppet-generated/cinder exists | standalone 2025-10-08 19:22:42.495891 | fa163ec5-3f45-18b2-9caa-000000004b13 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/cinder exists | standalone | 0:29:20.769261 | 0.23s 2025-10-08 19:22:42.526504 | fa163ec5-3f45-18b2-9caa-000000004b14 | TASK | Run pacemaker restart if the config file for the service changed 2025-10-08 19:22:42.951073 | fa163ec5-3f45-18b2-9caa-000000004b14 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-10-08 19:22:42.952630 | fa163ec5-3f45-18b2-9caa-000000004b14 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:29:21.226001 | 0.42s 2025-10-08 19:22:42.980137 | fa163ec5-3f45-18b2-9caa-000000004b15 | TASK | Check if an image update marker exists for bundle openstack-cinder-backup 2025-10-08 19:22:43.242527 | fa163ec5-3f45-18b2-9caa-000000004b15 | OK | Check if an image update marker exists for bundle openstack-cinder-backup | standalone 2025-10-08 19:22:43.243273 | fa163ec5-3f45-18b2-9caa-000000004b15 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle openstack-cinder-backup | standalone | 0:29:21.516654 | 0.26s 2025-10-08 19:22:43.263778 | fa163ec5-3f45-18b2-9caa-000000004b17 | TASK | Get container image tag from marker for bundle openstack-cinder-backup 2025-10-08 19:22:43.293924 | fa163ec5-3f45-18b2-9caa-000000004b17 | SKIPPED | Get container image tag from marker for bundle openstack-cinder-backup | standalone 2025-10-08 19:22:43.294755 | fa163ec5-3f45-18b2-9caa-000000004b17 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle openstack-cinder-backup | standalone | 0:29:21.568137 | 0.03s 2025-10-08 19:22:43.315636 | fa163ec5-3f45-18b2-9caa-000000004b18 | TASK | Get container image tag from bundle openstack-cinder-backup 2025-10-08 19:22:43.352654 | fa163ec5-3f45-18b2-9caa-000000004b18 | SKIPPED | Get container image tag from bundle openstack-cinder-backup | standalone 2025-10-08 19:22:43.353773 | fa163ec5-3f45-18b2-9caa-000000004b18 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle openstack-cinder-backup | standalone | 0:29:21.627151 | 0.04s 2025-10-08 19:22:43.379393 | fa163ec5-3f45-18b2-9caa-000000004b19 | TASK | Compare tags between marker and bundle openstack-cinder-backup 2025-10-08 19:22:43.419431 | fa163ec5-3f45-18b2-9caa-000000004b19 | SKIPPED | Compare tags between marker and bundle openstack-cinder-backup | standalone 2025-10-08 19:22:43.420466 | fa163ec5-3f45-18b2-9caa-000000004b19 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle openstack-cinder-backup | standalone | 0:29:21.693847 | 0.04s 2025-10-08 19:22:43.446425 | fa163ec5-3f45-18b2-9caa-000000004b1a | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-10-08 19:22:43.484223 | fa163ec5-3f45-18b2-9caa-000000004b1a | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-10-08 19:22:43.485329 | fa163ec5-3f45-18b2-9caa-000000004b1a | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:29:21.758672 | 0.04s 2025-10-08 19:22:43.510577 | fa163ec5-3f45-18b2-9caa-000000004b1b | TASK | Remove update marker for bundle openstack-cinder-backup 2025-10-08 19:22:43.551857 | fa163ec5-3f45-18b2-9caa-000000004b1b | SKIPPED | Remove update marker for bundle openstack-cinder-backup | standalone 2025-10-08 19:22:43.553226 | fa163ec5-3f45-18b2-9caa-000000004b1b | TIMING | tripleo_ha_wrapper : Remove update marker for bundle openstack-cinder-backup | standalone | 0:29:21.826594 | 0.04s 2025-10-08 19:22:43.603340 | fa163ec5-3f45-18b2-9caa-000000004b3c | TASK | Gather variables for each operating system 2025-10-08 19:22:43.708076 | fa163ec5-3f45-18b2-9caa-000000004b3c | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:29:21.981422 | 0.10s 2025-10-08 19:22:43.741174 | fa163ec5-3f45-18b2-9caa-000000004b3d | TASK | Detect if resource is being created or already exists 2025-10-08 19:22:44.545650 | fa163ec5-3f45-18b2-9caa-000000004b3d | CHANGED | Detect if resource is being created or already exists | standalone 2025-10-08 19:22:44.546640 | fa163ec5-3f45-18b2-9caa-000000004b3d | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:29:22.820020 | 0.80s 2025-10-08 19:22:44.573425 | fa163ec5-3f45-18b2-9caa-000000004b3e | TASK | Run init bundle puppet on the host for cinder_volume 2025-10-08 19:23:09.564073 | fa163ec5-3f45-18b2-9caa-000000004b3e | CHANGED | Run init bundle puppet on the host for cinder_volume | standalone 2025-10-08 19:23:09.565543 | fa163ec5-3f45-18b2-9caa-000000004b3e | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_volume | standalone | 0:29:47.838913 | 24.99s 2025-10-08 19:23:09.591877 | fa163ec5-3f45-18b2-9caa-000000004b3f | TASK | Check if /var/lib/config-data/puppet-generated/cinder exists 2025-10-08 19:23:09.807598 | fa163ec5-3f45-18b2-9caa-000000004b3f | OK | Check if /var/lib/config-data/puppet-generated/cinder exists | standalone 2025-10-08 19:23:09.808754 | fa163ec5-3f45-18b2-9caa-000000004b3f | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/cinder exists | standalone | 0:29:48.082134 | 0.22s 2025-10-08 19:23:09.833224 | fa163ec5-3f45-18b2-9caa-000000004b40 | TASK | Run pacemaker restart if the config file for the service changed 2025-10-08 19:23:10.260168 | fa163ec5-3f45-18b2-9caa-000000004b40 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-10-08 19:23:10.260930 | fa163ec5-3f45-18b2-9caa-000000004b40 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:29:48.534312 | 0.43s 2025-10-08 19:23:10.281858 | fa163ec5-3f45-18b2-9caa-000000004b41 | TASK | Check if an image update marker exists for bundle openstack-cinder-volume 2025-10-08 19:23:10.478989 | fa163ec5-3f45-18b2-9caa-000000004b41 | OK | Check if an image update marker exists for bundle openstack-cinder-volume | standalone 2025-10-08 19:23:10.480127 | fa163ec5-3f45-18b2-9caa-000000004b41 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle openstack-cinder-volume | standalone | 0:29:48.753506 | 0.20s 2025-10-08 19:23:10.505776 | fa163ec5-3f45-18b2-9caa-000000004b43 | TASK | Get container image tag from marker for bundle openstack-cinder-volume 2025-10-08 19:23:10.544929 | fa163ec5-3f45-18b2-9caa-000000004b43 | SKIPPED | Get container image tag from marker for bundle openstack-cinder-volume | standalone 2025-10-08 19:23:10.546139 | fa163ec5-3f45-18b2-9caa-000000004b43 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle openstack-cinder-volume | standalone | 0:29:48.819513 | 0.04s 2025-10-08 19:23:10.573243 | fa163ec5-3f45-18b2-9caa-000000004b44 | TASK | Get container image tag from bundle openstack-cinder-volume 2025-10-08 19:23:10.623704 | fa163ec5-3f45-18b2-9caa-000000004b44 | SKIPPED | Get container image tag from bundle openstack-cinder-volume | standalone 2025-10-08 19:23:10.624748 | fa163ec5-3f45-18b2-9caa-000000004b44 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle openstack-cinder-volume | standalone | 0:29:48.898127 | 0.05s 2025-10-08 19:23:10.650091 | fa163ec5-3f45-18b2-9caa-000000004b45 | TASK | Compare tags between marker and bundle openstack-cinder-volume 2025-10-08 19:23:10.703097 | fa163ec5-3f45-18b2-9caa-000000004b45 | SKIPPED | Compare tags between marker and bundle openstack-cinder-volume | standalone 2025-10-08 19:23:10.704053 | fa163ec5-3f45-18b2-9caa-000000004b45 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle openstack-cinder-volume | standalone | 0:29:48.977431 | 0.05s 2025-10-08 19:23:10.729831 | fa163ec5-3f45-18b2-9caa-000000004b46 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-10-08 19:23:10.778187 | fa163ec5-3f45-18b2-9caa-000000004b46 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-10-08 19:23:10.779180 | fa163ec5-3f45-18b2-9caa-000000004b46 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:29:49.052559 | 0.05s 2025-10-08 19:23:10.805122 | fa163ec5-3f45-18b2-9caa-000000004b47 | TASK | Remove update marker for bundle openstack-cinder-volume 2025-10-08 19:23:10.870631 | fa163ec5-3f45-18b2-9caa-000000004b47 | SKIPPED | Remove update marker for bundle openstack-cinder-volume | standalone 2025-10-08 19:23:10.871774 | fa163ec5-3f45-18b2-9caa-000000004b47 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle openstack-cinder-volume | standalone | 0:29:49.145149 | 0.07s 2025-10-08 19:23:10.927454 | fa163ec5-3f45-18b2-9caa-000000004b68 | TASK | Gather variables for each operating system 2025-10-08 19:23:11.054862 | fa163ec5-3f45-18b2-9caa-000000004b68 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:29:49.328224 | 0.13s 2025-10-08 19:23:11.086863 | fa163ec5-3f45-18b2-9caa-000000004b69 | TASK | Detect if resource is being created or already exists 2025-10-08 19:23:11.888147 | fa163ec5-3f45-18b2-9caa-000000004b69 | CHANGED | Detect if resource is being created or already exists | standalone 2025-10-08 19:23:11.889758 | fa163ec5-3f45-18b2-9caa-000000004b69 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:29:50.163131 | 0.80s 2025-10-08 19:23:11.923106 | fa163ec5-3f45-18b2-9caa-000000004b6a | TASK | Run init bundle puppet on the host for manila_share 2025-10-08 19:23:37.017662 | fa163ec5-3f45-18b2-9caa-000000004b6a | CHANGED | Run init bundle puppet on the host for manila_share | standalone 2025-10-08 19:23:37.018729 | fa163ec5-3f45-18b2-9caa-000000004b6a | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for manila_share | standalone | 0:30:15.292111 | 25.09s 2025-10-08 19:23:37.039879 | fa163ec5-3f45-18b2-9caa-000000004b6b | TASK | Check if /var/lib/config-data/puppet-generated/manila exists 2025-10-08 19:23:37.275265 | fa163ec5-3f45-18b2-9caa-000000004b6b | OK | Check if /var/lib/config-data/puppet-generated/manila exists | standalone 2025-10-08 19:23:37.278133 | fa163ec5-3f45-18b2-9caa-000000004b6b | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/manila exists | standalone | 0:30:15.551500 | 0.24s 2025-10-08 19:23:37.310421 | fa163ec5-3f45-18b2-9caa-000000004b6c | TASK | Run pacemaker restart if the config file for the service changed 2025-10-08 19:23:37.740999 | fa163ec5-3f45-18b2-9caa-000000004b6c | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-10-08 19:23:37.742657 | fa163ec5-3f45-18b2-9caa-000000004b6c | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:30:16.016035 | 0.43s 2025-10-08 19:23:37.763707 | fa163ec5-3f45-18b2-9caa-000000004b6d | TASK | Check if an image update marker exists for bundle openstack-manila-share 2025-10-08 19:23:37.965160 | fa163ec5-3f45-18b2-9caa-000000004b6d | OK | Check if an image update marker exists for bundle openstack-manila-share | standalone 2025-10-08 19:23:37.966851 | fa163ec5-3f45-18b2-9caa-000000004b6d | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle openstack-manila-share | standalone | 0:30:16.240230 | 0.20s 2025-10-08 19:23:37.988394 | fa163ec5-3f45-18b2-9caa-000000004b6f | TASK | Get container image tag from marker for bundle openstack-manila-share 2025-10-08 19:23:38.025807 | fa163ec5-3f45-18b2-9caa-000000004b6f | SKIPPED | Get container image tag from marker for bundle openstack-manila-share | standalone 2025-10-08 19:23:38.027182 | fa163ec5-3f45-18b2-9caa-000000004b6f | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle openstack-manila-share | standalone | 0:30:16.300564 | 0.04s 2025-10-08 19:23:38.048442 | fa163ec5-3f45-18b2-9caa-000000004b70 | TASK | Get container image tag from bundle openstack-manila-share 2025-10-08 19:23:38.080161 | fa163ec5-3f45-18b2-9caa-000000004b70 | SKIPPED | Get container image tag from bundle openstack-manila-share | standalone 2025-10-08 19:23:38.081728 | fa163ec5-3f45-18b2-9caa-000000004b70 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle openstack-manila-share | standalone | 0:30:16.355108 | 0.03s 2025-10-08 19:23:38.104773 | fa163ec5-3f45-18b2-9caa-000000004b71 | TASK | Compare tags between marker and bundle openstack-manila-share 2025-10-08 19:23:38.135168 | fa163ec5-3f45-18b2-9caa-000000004b71 | SKIPPED | Compare tags between marker and bundle openstack-manila-share | standalone 2025-10-08 19:23:38.136479 | fa163ec5-3f45-18b2-9caa-000000004b71 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle openstack-manila-share | standalone | 0:30:16.409849 | 0.03s 2025-10-08 19:23:38.169622 | fa163ec5-3f45-18b2-9caa-000000004b72 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-10-08 19:23:38.210584 | fa163ec5-3f45-18b2-9caa-000000004b72 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-10-08 19:23:38.211814 | fa163ec5-3f45-18b2-9caa-000000004b72 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:30:16.485188 | 0.04s 2025-10-08 19:23:38.246691 | fa163ec5-3f45-18b2-9caa-000000004b73 | TASK | Remove update marker for bundle openstack-manila-share 2025-10-08 19:23:38.288750 | fa163ec5-3f45-18b2-9caa-000000004b73 | SKIPPED | Remove update marker for bundle openstack-manila-share | standalone 2025-10-08 19:23:38.290139 | fa163ec5-3f45-18b2-9caa-000000004b73 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle openstack-manila-share | standalone | 0:30:16.563511 | 0.04s 2025-10-08 19:23:38.348662 | fa163ec5-3f45-18b2-9caa-000000004b94 | TASK | Run kolla_set_configs to copy ring files 2025-10-08 19:23:38.873177 | fa163ec5-3f45-18b2-9caa-000000004b94 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_proxy 2025-10-08 19:23:38.874975 | fa163ec5-3f45-18b2-9caa-000000004b94 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:30:17.148345 | 0.52s 2025-10-08 19:23:38.881896 | fa163ec5-3f45-18b2-9caa-000000004b94 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:30:17.155255 | 0.53s 2025-10-08 19:23:38.907976 | fa163ec5-3f45-18b2-9caa-000000004b95 | TASK | Run kolla_set_configs to copy ring files 2025-10-08 19:23:39.200067 | fa163ec5-3f45-18b2-9caa-000000004b95 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_auditor 2025-10-08 19:23:39.202734 | fa163ec5-3f45-18b2-9caa-000000004b95 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:30:17.476107 | 0.29s 2025-10-08 19:23:39.568009 | fa163ec5-3f45-18b2-9caa-000000004b95 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_reaper 2025-10-08 19:23:39.569261 | fa163ec5-3f45-18b2-9caa-000000004b95 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:30:17.842635 | 0.66s 2025-10-08 19:23:39.828246 | fa163ec5-3f45-18b2-9caa-000000004b95 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_replicator 2025-10-08 19:23:39.829119 | fa163ec5-3f45-18b2-9caa-000000004b95 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:30:18.102501 | 0.92s 2025-10-08 19:23:40.309383 | fa163ec5-3f45-18b2-9caa-000000004b95 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_server 2025-10-08 19:23:40.310249 | fa163ec5-3f45-18b2-9caa-000000004b95 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:30:18.583629 | 1.40s 2025-10-08 19:23:40.587468 | fa163ec5-3f45-18b2-9caa-000000004b95 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_auditor 2025-10-08 19:23:40.588264 | fa163ec5-3f45-18b2-9caa-000000004b95 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:30:18.861580 | 1.68s 2025-10-08 19:23:40.855378 | fa163ec5-3f45-18b2-9caa-000000004b95 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_replicator 2025-10-08 19:23:40.856452 | fa163ec5-3f45-18b2-9caa-000000004b95 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:30:19.129832 | 1.95s 2025-10-08 19:23:41.387868 | fa163ec5-3f45-18b2-9caa-000000004b95 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_server 2025-10-08 19:23:41.389575 | fa163ec5-3f45-18b2-9caa-000000004b95 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:30:19.662943 | 2.48s 2025-10-08 19:23:41.844548 | fa163ec5-3f45-18b2-9caa-000000004b95 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_updater 2025-10-08 19:23:41.845904 | fa163ec5-3f45-18b2-9caa-000000004b95 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:30:20.119288 | 2.94s 2025-10-08 19:23:42.090471 | fa163ec5-3f45-18b2-9caa-000000004b95 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_auditor 2025-10-08 19:23:42.091511 | fa163ec5-3f45-18b2-9caa-000000004b95 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:30:20.364892 | 3.18s 2025-10-08 19:23:42.529493 | fa163ec5-3f45-18b2-9caa-000000004b95 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_expirer 2025-10-08 19:23:42.530642 | fa163ec5-3f45-18b2-9caa-000000004b95 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:30:20.804026 | 3.62s 2025-10-08 19:23:42.854842 | fa163ec5-3f45-18b2-9caa-000000004b95 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_replicator 2025-10-08 19:23:42.856893 | fa163ec5-3f45-18b2-9caa-000000004b95 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:30:21.130267 | 3.95s 2025-10-08 19:23:43.250005 | fa163ec5-3f45-18b2-9caa-000000004b95 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_server 2025-10-08 19:23:43.251113 | fa163ec5-3f45-18b2-9caa-000000004b95 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:30:21.524494 | 4.34s 2025-10-08 19:23:43.616306 | fa163ec5-3f45-18b2-9caa-000000004b95 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_updater 2025-10-08 19:23:43.617341 | fa163ec5-3f45-18b2-9caa-000000004b95 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:30:21.890721 | 4.71s 2025-10-08 19:23:43.627657 | fa163ec5-3f45-18b2-9caa-000000004b95 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:30:21.901031 | 4.72s 2025-10-08 19:23:43.657842 | fa163ec5-3f45-18b2-9caa-0000000000f2 | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_5 already exists 2025-10-08 19:23:43.904000 | fa163ec5-3f45-18b2-9caa-0000000000f2 | OK | Check if /var/lib/tripleo-config/container-startup-config/step_5 already exists | standalone 2025-10-08 19:23:43.906014 | fa163ec5-3f45-18b2-9caa-0000000000f2 | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_5 already exists | standalone | 0:30:22.179381 | 0.25s 2025-10-08 19:23:44.012722 | fa163ec5-3f45-18b2-9caa-0000000000f3 | TIMING | include_tasks | standalone | 0:30:22.286077 | 0.07s 2025-10-08 19:23:44.062499 | a7ec8733-facc-4b76-a9b1-3fc9db8bb98a | INCLUDED | /root/standalone-ansible-tki1o3rs/common_deploy_steps_tasks.yaml | standalone 2025-10-08 19:23:44.095608 | fa163ec5-3f45-18b2-9caa-000000004c12 | TASK | Write the config_step hieradata 2025-10-08 19:23:44.645664 | fa163ec5-3f45-18b2-9caa-000000004c12 | OK | Write the config_step hieradata | standalone 2025-10-08 19:23:44.646829 | fa163ec5-3f45-18b2-9caa-000000004c12 | TIMING | Write the config_step hieradata | standalone | 0:30:22.920202 | 0.55s 2025-10-08 19:23:44.676793 | fa163ec5-3f45-18b2-9caa-000000004c13 | TASK | Run puppet host configuration for step 5 2025-10-08 19:23:44.975303 | fa163ec5-3f45-18b2-9caa-000000004c13 | CHANGED | Run puppet host configuration for step 5 | standalone 2025-10-08 19:23:44.975987 | fa163ec5-3f45-18b2-9caa-000000004c13 | TIMING | Run puppet host configuration for step 5 | standalone | 0:30:23.249370 | 0.30s 2025-10-08 19:23:44.995026 | fa163ec5-3f45-18b2-9caa-000000004c14 | TASK | Wait for puppet host configuration to finish 2025-10-08 19:23:45.189098 | fa163ec5-3f45-18b2-9caa-000000004c14 | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-10-08 19:23:55.424487 | fa163ec5-3f45-18b2-9caa-000000004c14 | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-10-08 19:24:05.662445 | fa163ec5-3f45-18b2-9caa-000000004c14 | CHANGED | Wait for puppet host configuration to finish | standalone 2025-10-08 19:24:05.665090 | fa163ec5-3f45-18b2-9caa-000000004c14 | TIMING | Wait for puppet host configuration to finish | standalone | 0:30:43.938463 | 20.67s 2025-10-08 19:24:05.698792 | fa163ec5-3f45-18b2-9caa-000000004c15 | TASK | Debug output for task: Run puppet host configuration for step 5 2025-10-08 19:24:05.762010 | fa163ec5-3f45-18b2-9caa-000000004c15 | 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 8 19:23:45 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Oct 8 19:23:52 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Oct 8 19:23:52 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Oct 8 19:23:52 puppet-user: (file & line not available)", "<13>Oct 8 19:23:52 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 8 19:23:52 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 8 19:23:52 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 8 19:23:52 puppet-user: (location: /etc/puppet/modules/stdlib/lib/puppet/functions/deprecation.rb:34:in `deprecation')", "<13>Oct 8 19:23:52 puppet-user: Warning: This method is deprecated, please use the stdlib validate_legacy function,", "<13>Oct 8 19:23:52 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 8 19:23:52 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 8 19:23:52 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 8 19:23:52 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 8 19:23:52 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 8 19:23:52 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Oct 8 19:23:52 puppet-user: Notice: Compiled catalog for standalone.ooo.test in environment production in 0.67 seconds", "<13>Oct 8 19:23:57 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Oct 8 19:23:59 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Oct 8 19:24:01 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Oct 8 19:24:01 puppet-user: Notice: Applied catalog in 8.49 seconds", "<13>Oct 8 19:24:01 puppet-user: Application:", "<13>Oct 8 19:24:01 puppet-user: Initial environment: production", "<13>Oct 8 19:24:01 puppet-user: Converged environment: production", "<13>Oct 8 19:24:01 puppet-user: Run mode: user", "<13>Oct 8 19:24:01 puppet-user: Changes:", "<13>Oct 8 19:24:01 puppet-user: Total: 2", "<13>Oct 8 19:24:01 puppet-user: Events:", "<13>Oct 8 19:24:01 puppet-user: Success: 2", "<13>Oct 8 19:24:01 puppet-user: Resources:", "<13>Oct 8 19:24:01 puppet-user: Changed: 2", "<13>Oct 8 19:24:01 puppet-user: Out of sync: 2", "<13>Oct 8 19:24:01 puppet-user: Total: 37", "<13>Oct 8 19:24:01 puppet-user: Time:", "<13>Oct 8 19:24:01 puppet-user: Filebucket: 0.00", "<13>Oct 8 19:24:01 puppet-user: Schedule: 0.00", "<13>Oct 8 19:24:01 puppet-user: File line: 0.00", "<13>Oct 8 19:24:01 puppet-user: Package: 0.00", "<13>Oct 8 19:24:01 puppet-user: Augeas: 0.01", "<13>Oct 8 19:24:01 puppet-user: User: 0.02", "<13>Oct 8 19:24:01 puppet-user: File: 0.07", "<13>Oct 8 19:24:01 puppet-user: Service: 0.18", "<13>Oct 8 19:24:01 puppet-user: Config retrieval: 0.80", "<13>Oct 8 19:24:01 puppet-user: Pcmk property: 1.53", "<13>Oct 8 19:24:01 puppet-user: Last run: 1759951441", "<13>Oct 8 19:24:01 puppet-user: Pcmk resource op default: 2.15", "<13>Oct 8 19:24:01 puppet-user: Pcmk resource default: 2.17", "<13>Oct 8 19:24:01 puppet-user: Exec: 2.18", "<13>Oct 8 19:24:01 puppet-user: Transaction evaluation: 8.47", "<13>Oct 8 19:24:01 puppet-user: Catalog application: 8.49", "<13>Oct 8 19:24:01 puppet-user: Total: 8.50", "<13>Oct 8 19:24:01 puppet-user: Version:", "<13>Oct 8 19:24:01 puppet-user: Config: 1759951432", "<13>Oct 8 19:24:01 puppet-user: Puppet: 7.10.0" ] } 2025-10-08 19:24:05.765207 | fa163ec5-3f45-18b2-9caa-000000004c15 | TIMING | Debug output for task: Run puppet host configuration for step 5 | standalone | 0:30:44.038577 | 0.06s 2025-10-08 19:24:05.798482 | fa163ec5-3f45-18b2-9caa-000000004c16 | TASK | Pre-cache facts for puppet containers 2025-10-08 19:24:05.829856 | fa163ec5-3f45-18b2-9caa-000000004c16 | TIMING | Pre-cache facts for puppet containers | standalone | 0:30:44.103221 | 0.03s 2025-10-08 19:24:05.897114 | fa163ec5-3f45-18b2-9caa-000000004c55 | TASK | Gather variables for each operating system 2025-10-08 19:24:06.023583 | fa163ec5-3f45-18b2-9caa-000000004c55 | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:30:44.296943 | 0.12s 2025-10-08 19:24:06.054693 | fa163ec5-3f45-18b2-9caa-000000004c56 | TASK | Create puppet caching structures 2025-10-08 19:24:06.299316 | fa163ec5-3f45-18b2-9caa-000000004c56 | CHANGED | Create puppet caching structures | standalone 2025-10-08 19:24:06.300217 | fa163ec5-3f45-18b2-9caa-000000004c56 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:30:44.573598 | 0.24s 2025-10-08 19:24:06.319969 | fa163ec5-3f45-18b2-9caa-000000004c57 | TASK | Check for facter.conf 2025-10-08 19:24:06.584025 | fa163ec5-3f45-18b2-9caa-000000004c57 | OK | Check for facter.conf | standalone 2025-10-08 19:24:06.586636 | fa163ec5-3f45-18b2-9caa-000000004c57 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:30:44.860007 | 0.27s 2025-10-08 19:24:06.619980 | fa163ec5-3f45-18b2-9caa-000000004c58 | TASK | Remove facter.conf if directory 2025-10-08 19:24:06.672231 | fa163ec5-3f45-18b2-9caa-000000004c58 | SKIPPED | Remove facter.conf if directory | standalone 2025-10-08 19:24:06.674523 | fa163ec5-3f45-18b2-9caa-000000004c58 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:30:44.947894 | 0.05s 2025-10-08 19:24:06.705433 | fa163ec5-3f45-18b2-9caa-000000004c59 | TASK | Write facter cache config 2025-10-08 19:24:07.283825 | fa163ec5-3f45-18b2-9caa-000000004c59 | CHANGED | Write facter cache config | standalone 2025-10-08 19:24:07.286475 | fa163ec5-3f45-18b2-9caa-000000004c59 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:30:45.559841 | 0.58s 2025-10-08 19:24:07.318691 | fa163ec5-3f45-18b2-9caa-000000004c5a | TASK | Cleanup facter cache if exists 2025-10-08 19:24:07.544253 | fa163ec5-3f45-18b2-9caa-000000004c5a | CHANGED | Cleanup facter cache if exists | standalone 2025-10-08 19:24:07.545755 | fa163ec5-3f45-18b2-9caa-000000004c5a | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:30:45.819122 | 0.22s 2025-10-08 19:24:07.577650 | fa163ec5-3f45-18b2-9caa-000000004c5b | TASK | Pre-cache facts 2025-10-08 19:24:08.104208 | fa163ec5-3f45-18b2-9caa-000000004c5b | CHANGED | Pre-cache facts | standalone 2025-10-08 19:24:08.105120 | fa163ec5-3f45-18b2-9caa-000000004c5b | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:30:46.378499 | 0.52s 2025-10-08 19:24:08.133785 | fa163ec5-3f45-18b2-9caa-000000004c5c | TASK | Failed deployment if facter fails 2025-10-08 19:24:08.162456 | fa163ec5-3f45-18b2-9caa-000000004c5c | SKIPPED | Failed deployment if facter fails | standalone 2025-10-08 19:24:08.163551 | fa163ec5-3f45-18b2-9caa-000000004c5c | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:30:46.436931 | 0.03s 2025-10-08 19:24:08.203922 | fa163ec5-3f45-18b2-9caa-000000004c5d | TASK | Sync cached facts 2025-10-08 19:24:08.517112 | fa163ec5-3f45-18b2-9caa-000000004c5d | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163ec5-3f45-18b2-9caa-000000004c5d') missing from stats 2025-10-08 19:24:08.557364 | fa163ec5-3f45-18b2-9caa-000000004c17 | TASK | Include container-puppet tasks (generate config) during step 1 2025-10-08 19:24:08.587169 | fa163ec5-3f45-18b2-9caa-000000004c17 | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2025-10-08 19:24:08.587978 | fa163ec5-3f45-18b2-9caa-000000004c17 | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:30:46.861360 | 0.03s 2025-10-08 19:24:08.609186 | fa163ec5-3f45-18b2-9caa-000000004c19 | TASK | Manage containers for step 5 with tripleo-ansible 2025-10-08 19:24:08.637091 | fa163ec5-3f45-18b2-9caa-000000004c19 | TIMING | Manage containers for step 5 with tripleo-ansible | standalone | 0:30:46.910469 | 0.03s 2025-10-08 19:24:08.681362 | fa163ec5-3f45-18b2-9caa-000000004cb4 | TASK | Gather variables for each operating system 2025-10-08 19:24:08.802164 | fa163ec5-3f45-18b2-9caa-000000004cb4 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:30:47.075534 | 0.12s 2025-10-08 19:24:08.823439 | fa163ec5-3f45-18b2-9caa-000000004cb5 | TASK | Create container logs path 2025-10-08 19:24:09.090463 | fa163ec5-3f45-18b2-9caa-000000004cb5 | OK | Create container logs path | standalone 2025-10-08 19:24:09.091912 | fa163ec5-3f45-18b2-9caa-000000004cb5 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:30:47.365285 | 0.27s 2025-10-08 19:24:09.128327 | fa163ec5-3f45-18b2-9caa-000000004cb7 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_5 2025-10-08 19:24:09.340913 | fa163ec5-3f45-18b2-9caa-000000004cb7 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_5 | standalone 2025-10-08 19:24:09.342404 | fa163ec5-3f45-18b2-9caa-000000004cb7 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:30:47.615776 | 0.21s 2025-10-08 19:24:09.373624 | fa163ec5-3f45-18b2-9caa-000000004cb8 | TASK | Finalise hashes for all containers 2025-10-08 19:24:09.449906 | fa163ec5-3f45-18b2-9caa-000000004cb8 | OK | Finalise hashes for all containers | standalone 2025-10-08 19:24:09.451763 | fa163ec5-3f45-18b2-9caa-000000004cb8 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:30:47.725126 | 0.08s 2025-10-08 19:24:09.484657 | fa163ec5-3f45-18b2-9caa-000000004cba | TASK | Manage systemd shutdown files 2025-10-08 19:24:09.513681 | fa163ec5-3f45-18b2-9caa-000000004cba | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:30:47.787057 | 0.03s 2025-10-08 19:24:09.530490 | 23519e47-d391-43f7-a78d-ac22760ba9cc | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-10-08 19:24:09.554087 | fa163ec5-3f45-18b2-9caa-000000004ced | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-10-08 19:24:09.818789 | fa163ec5-3f45-18b2-9caa-000000004ced | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-10-08 19:24:09.820469 | fa163ec5-3f45-18b2-9caa-000000004ced | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:30:48.093837 | 0.27s 2025-10-08 19:24:09.854400 | fa163ec5-3f45-18b2-9caa-000000004cee | TASK | Set podman_drop_in fact 2025-10-08 19:24:09.920412 | fa163ec5-3f45-18b2-9caa-000000004cee | OK | Set podman_drop_in fact | standalone 2025-10-08 19:24:09.921806 | fa163ec5-3f45-18b2-9caa-000000004cee | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:30:48.195179 | 0.07s 2025-10-08 19:24:09.947492 | fa163ec5-3f45-18b2-9caa-000000004cf0 | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-10-08 19:24:10.509134 | fa163ec5-3f45-18b2-9caa-000000004cf0 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-10-08 19:24:10.520723 | fa163ec5-3f45-18b2-9caa-000000004cf0 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:30:48.794078 | 0.57s 2025-10-08 19:24:11.026759 | fa163ec5-3f45-18b2-9caa-000000004cf0 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-10-08 19:24:11.027606 | fa163ec5-3f45-18b2-9caa-000000004cf0 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:30:49.300991 | 1.08s 2025-10-08 19:24:11.031665 | fa163ec5-3f45-18b2-9caa-000000004cf0 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:30:49.305042 | 1.08s 2025-10-08 19:24:11.053759 | fa163ec5-3f45-18b2-9caa-000000004cf1 | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-10-08 19:24:11.488311 | fa163ec5-3f45-18b2-9caa-000000004cf1 | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-10-08 19:24:11.490761 | fa163ec5-3f45-18b2-9caa-000000004cf1 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:30:49.764133 | 0.44s 2025-10-08 19:24:11.520960 | fa163ec5-3f45-18b2-9caa-000000004cf2 | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-10-08 19:24:11.992264 | fa163ec5-3f45-18b2-9caa-000000004cf2 | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-10-08 19:24:11.994953 | fa163ec5-3f45-18b2-9caa-000000004cf2 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:30:50.268325 | 0.47s 2025-10-08 19:24:12.020465 | fa163ec5-3f45-18b2-9caa-000000004cf3 | TASK | Enable and start tripleo-container-shutdown 2025-10-08 19:24:13.108744 | fa163ec5-3f45-18b2-9caa-000000004cf3 | OK | Enable and start tripleo-container-shutdown | standalone 2025-10-08 19:24:13.111372 | fa163ec5-3f45-18b2-9caa-000000004cf3 | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:30:51.384742 | 1.09s 2025-10-08 19:24:13.149111 | fa163ec5-3f45-18b2-9caa-000000004cf4 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-10-08 19:24:13.693840 | fa163ec5-3f45-18b2-9caa-000000004cf4 | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-10-08 19:24:13.695606 | fa163ec5-3f45-18b2-9caa-000000004cf4 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:30:51.968977 | 0.54s 2025-10-08 19:24:13.729857 | fa163ec5-3f45-18b2-9caa-000000004cf5 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-10-08 19:24:14.237475 | fa163ec5-3f45-18b2-9caa-000000004cf5 | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-10-08 19:24:14.238908 | fa163ec5-3f45-18b2-9caa-000000004cf5 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:30:52.512283 | 0.51s 2025-10-08 19:24:14.264222 | fa163ec5-3f45-18b2-9caa-000000004cf6 | TASK | Enable and start netns-placeholder 2025-10-08 19:24:15.247415 | fa163ec5-3f45-18b2-9caa-000000004cf6 | CHANGED | Enable and start netns-placeholder | standalone 2025-10-08 19:24:15.249479 | fa163ec5-3f45-18b2-9caa-000000004cf6 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:30:53.522853 | 0.98s 2025-10-08 19:24:15.279559 | fa163ec5-3f45-18b2-9caa-000000004cbc | TASK | Update container configs with new config hashes 2025-10-08 19:24:15.340320 | fa163ec5-3f45-18b2-9caa-000000004cbc | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:30:53.613652 | 0.06s 2025-10-08 19:24:15.360857 | 1ade5449-2a3c-491c-9b8c-890229aff31b | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-10-08 19:24:15.396176 | fa163ec5-3f45-18b2-9caa-000000004d1e | TASK | Update config hashes for container startup configs 2025-10-08 19:24:15.695525 | fa163ec5-3f45-18b2-9caa-000000004d1e | OK | Update config hashes for container startup configs | standalone 2025-10-08 19:24:15.696861 | fa163ec5-3f45-18b2-9caa-000000004d1e | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:30:53.970233 | 0.30s 2025-10-08 19:24:15.729655 | fa163ec5-3f45-18b2-9caa-000000004cbd | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_5 2025-10-08 19:24:15.790399 | fa163ec5-3f45-18b2-9caa-000000004cbd | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:30:54.063760 | 0.06s 2025-10-08 19:24:15.814935 | 8ef9a2da-826e-456e-8ab5-e1399470188f | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-08 19:24:15.853101 | fa163ec5-3f45-18b2-9caa-000000004d3d | TASK | Gather podman infos 2025-10-08 19:24:18.324721 | fa163ec5-3f45-18b2-9caa-000000004d3d | OK | Gather podman infos | standalone 2025-10-08 19:24:18.325770 | fa163ec5-3f45-18b2-9caa-000000004d3d | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:30:56.599152 | 2.47s 2025-10-08 19:24:18.457626 | fa163ec5-3f45-18b2-9caa-000000004d3e | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 2025-10-08 19:24:18.539478 | fa163ec5-3f45-18b2-9caa-000000004d3e | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:30:56.812842 | 0.07s 2025-10-08 19:24:18.702610 | fa163ec5-3f45-18b2-9caa-000000004d87 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:30:56.975978 | 0.12s 2025-10-08 19:24:18.749659 | fa163ec5-3f45-18b2-9caa-000000004cbe | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_5 2025-10-08 19:24:18.789357 | fa163ec5-3f45-18b2-9caa-000000004cbe | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:30:57.062723 | 0.04s 2025-10-08 19:24:18.806055 | 1316eeef-d3b4-4b7d-a44d-e0f981e48077 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-08 19:24:18.841054 | fa163ec5-3f45-18b2-9caa-000000004dad | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 2025-10-08 19:24:43.994661 | fa163ec5-3f45-18b2-9caa-000000004dad | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | standalone 2025-10-08 19:24:43.996771 | fa163ec5-3f45-18b2-9caa-000000004dad | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:31:22.270141 | 25.15s 2025-10-08 19:24:44.025259 | fa163ec5-3f45-18b2-9caa-000000004dae | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_5 2025-10-08 19:25:09.560501 | fa163ec5-3f45-18b2-9caa-000000004dae | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_5 | standalone 2025-10-08 19:25:09.562764 | fa163ec5-3f45-18b2-9caa-000000004dae | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:31:47.836127 | 25.54s 2025-10-08 19:25:09.617920 | fa163ec5-3f45-18b2-9caa-000000004c1b | TASK | Clean container_puppet_tasks for standalone step 5 2025-10-08 19:25:09.824587 | fa163ec5-3f45-18b2-9caa-000000004c1b | OK | Clean container_puppet_tasks for standalone step 5 | standalone 2025-10-08 19:25:09.826422 | fa163ec5-3f45-18b2-9caa-000000004c1b | TIMING | Clean container_puppet_tasks for standalone step 5 | standalone | 0:31:48.099789 | 0.21s 2025-10-08 19:25:09.878217 | fa163ec5-3f45-18b2-9caa-000000004c1c | TASK | Calculate container_puppet_tasks for standalone step 5 2025-10-08 19:25:09.918583 | fa163ec5-3f45-18b2-9caa-000000004c1c | TIMING | Calculate container_puppet_tasks for standalone step 5 | standalone | 0:31:48.191945 | 0.04s 2025-10-08 19:25:09.943956 | fa163ec5-3f45-18b2-9caa-000000004c1d | TASK | Include container-puppet tasks for step 5 2025-10-08 19:25:09.974387 | fa163ec5-3f45-18b2-9caa-000000004c1d | TIMING | Include container-puppet tasks for step 5 | standalone | 0:31:48.247739 | 0.03s 2025-10-08 19:25:09.992456 | 7a049cfd-6410-4ff0-820b-5ad6a78aef14 | INCLUDED | /root/standalone-ansible-tki1o3rs/host-container-puppet-tasks.yaml | standalone 2025-10-08 19:25:10.030033 | fa163ec5-3f45-18b2-9caa-000000004df9 | TASK | Write container-puppet-tasks json file for standalone step 5 2025-10-08 19:25:10.457589 | fa163ec5-3f45-18b2-9caa-000000004df9 | CHANGED | Write container-puppet-tasks json file for standalone step 5 | standalone 2025-10-08 19:25:10.459315 | fa163ec5-3f45-18b2-9caa-000000004df9 | TIMING | Write container-puppet-tasks json file for standalone step 5 | standalone | 0:31:48.732657 | 0.43s 2025-10-08 19:25:10.492690 | fa163ec5-3f45-18b2-9caa-000000004dfb | TASK | Generate container puppet configs for step 5 2025-10-08 19:25:10.785482 | fa163ec5-3f45-18b2-9caa-000000004dfb | OK | Generate container puppet configs for step 5 | standalone 2025-10-08 19:25:10.786444 | fa163ec5-3f45-18b2-9caa-000000004dfb | TIMING | Generate container puppet configs for step 5 | standalone | 0:31:49.059821 | 0.29s 2025-10-08 19:25:10.812483 | fa163ec5-3f45-18b2-9caa-000000004dfc | TASK | Manage Puppet containers (bootstrap tasks) for step 5 with tripleo-ansible 2025-10-08 19:25:10.845604 | fa163ec5-3f45-18b2-9caa-000000004dfc | TIMING | Manage Puppet containers (bootstrap tasks) for step 5 with tripleo-ansible | standalone | 0:31:49.118967 | 0.03s 2025-10-08 19:25:10.908131 | fa163ec5-3f45-18b2-9caa-000000004e2b | TASK | Gather variables for each operating system 2025-10-08 19:25:11.032917 | fa163ec5-3f45-18b2-9caa-000000004e2b | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:31:49.306254 | 0.12s 2025-10-08 19:25:11.064951 | fa163ec5-3f45-18b2-9caa-000000004e2c | TASK | Create container logs path 2025-10-08 19:25:11.331947 | fa163ec5-3f45-18b2-9caa-000000004e2c | OK | Create container logs path | standalone 2025-10-08 19:25:11.333467 | fa163ec5-3f45-18b2-9caa-000000004e2c | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:31:49.606838 | 0.27s 2025-10-08 19:25:11.365386 | fa163ec5-3f45-18b2-9caa-000000004e2e | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_5 2025-10-08 19:25:11.633222 | fa163ec5-3f45-18b2-9caa-000000004e2e | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_5 | standalone 2025-10-08 19:25:11.635604 | fa163ec5-3f45-18b2-9caa-000000004e2e | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_5 | standalone | 0:31:49.908973 | 0.27s 2025-10-08 19:25:11.671908 | fa163ec5-3f45-18b2-9caa-000000004e2f | TASK | Finalise hashes for all containers 2025-10-08 19:25:11.717659 | fa163ec5-3f45-18b2-9caa-000000004e2f | OK | Finalise hashes for all containers | standalone 2025-10-08 19:25:11.720260 | fa163ec5-3f45-18b2-9caa-000000004e2f | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:31:49.993631 | 0.04s 2025-10-08 19:25:11.759935 | fa163ec5-3f45-18b2-9caa-000000004e31 | TASK | Manage systemd shutdown files 2025-10-08 19:25:11.792629 | fa163ec5-3f45-18b2-9caa-000000004e31 | SKIPPED | Manage systemd shutdown files | standalone 2025-10-08 19:25:11.794372 | fa163ec5-3f45-18b2-9caa-000000004e31 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:31:50.067749 | 0.03s 2025-10-08 19:25:11.821009 | fa163ec5-3f45-18b2-9caa-000000004e33 | TASK | Update container configs with new config hashes 2025-10-08 19:25:11.852479 | fa163ec5-3f45-18b2-9caa-000000004e33 | SKIPPED | Update container configs with new config hashes | standalone 2025-10-08 19:25:11.853586 | fa163ec5-3f45-18b2-9caa-000000004e33 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:31:50.126964 | 0.03s 2025-10-08 19:25:11.878961 | fa163ec5-3f45-18b2-9caa-000000004e34 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_5 2025-10-08 19:25:11.912047 | fa163ec5-3f45-18b2-9caa-000000004e34 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone 2025-10-08 19:25:11.913244 | fa163ec5-3f45-18b2-9caa-000000004e34 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone | 0:31:50.186620 | 0.03s 2025-10-08 19:25:11.934156 | fa163ec5-3f45-18b2-9caa-000000004e35 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_5 2025-10-08 19:25:11.962742 | fa163ec5-3f45-18b2-9caa-000000004e35 | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone 2025-10-08 19:25:11.963753 | fa163ec5-3f45-18b2-9caa-000000004e35 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone | 0:31:50.237133 | 0.03s PLAY [Server Post Deployments] ************************************************* 2025-10-08 19:25:12.122900 | fa163ec5-3f45-18b2-9caa-0000000000f7 | TASK | Server Post Deployments 2025-10-08 19:25:12.157760 | fa163ec5-3f45-18b2-9caa-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', 'fa163ec5-3f45-18b2-9caa-0000000000f7') missing from stats 2025-10-08 19:25:12.220370 | fa163ec5-3f45-18b2-9caa-0000000000f8 | TIMING | include_tasks | standalone | 0:31:50.493741 | 0.04s PLAY [External deployment Post Deploy tasks] *********************************** 2025-10-08 19:25:12.337021 | fa163ec5-3f45-18b2-9caa-0000000000fc | TASK | External deployment Post Deploy tasks 2025-10-08 19:25:12.364450 | fa163ec5-3f45-18b2-9caa-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', 'fa163ec5-3f45-18b2-9caa-0000000000fc') missing from stats 2025-10-08 19:25:12.380139 | fa163ec5-3f45-18b2-9caa-000000000100 | TASK | is additonal Cell? 2025-10-08 19:25:12.406940 | fa163ec5-3f45-18b2-9caa-000000000100 | OK | is additonal Cell? | undercloud 2025-10-08 19:25:12.408326 | fa163ec5-3f45-18b2-9caa-000000000100 | TIMING | is additonal Cell? | undercloud | 0:31:50.681704 | 0.03s 2025-10-08 19:25:12.423811 | fa163ec5-3f45-18b2-9caa-000000000102 | TASK | discover via nova_manager? 2025-10-08 19:25:12.475218 | fa163ec5-3f45-18b2-9caa-000000000102 | SKIPPED | discover via nova_manager? | undercloud 2025-10-08 19:25:12.476542 | fa163ec5-3f45-18b2-9caa-000000000102 | TIMING | discover via nova_manager? | undercloud | 0:31:50.749913 | 0.05s 2025-10-08 19:25:12.498485 | fa163ec5-3f45-18b2-9caa-000000000103 | TASK | discover via nova_api? 2025-10-08 19:25:12.562494 | fa163ec5-3f45-18b2-9caa-000000000103 | OK | discover via nova_api? | undercloud 2025-10-08 19:25:12.565142 | fa163ec5-3f45-18b2-9caa-000000000103 | TIMING | discover via nova_api? | undercloud | 0:31:50.838503 | 0.06s 2025-10-08 19:25:12.584762 | fa163ec5-3f45-18b2-9caa-000000000104 | TASK | Warn if no discovery host available 2025-10-08 19:25:12.635740 | fa163ec5-3f45-18b2-9caa-000000000104 | SKIPPED | Warn if no discovery host available | undercloud 2025-10-08 19:25:12.638385 | fa163ec5-3f45-18b2-9caa-000000000104 | TIMING | Warn if no discovery host available | undercloud | 0:31:50.911648 | 0.05s 2025-10-08 19:25:12.677562 | fa163ec5-3f45-18b2-9caa-000000000105 | TASK | Discovering nova hosts 2025-10-08 19:25:15.526491 | fa163ec5-3f45-18b2-9caa-000000000105 | OK | Discovering nova hosts | undercloud -> 192.168.122.100 [WARNING]: ('undercloud -> 192.168.122.100', 'fa163ec5-3f45-18b2-9caa-000000000105') missing from stats 2025-10-08 19:25:15.581926 | fa163ec5-3f45-18b2-9caa-000000000106 | OK | set_fact | undercloud 2025-10-08 19:25:15.583101 | fa163ec5-3f45-18b2-9caa-000000000106 | TIMING | set_fact | undercloud | 0:31:53.856476 | 0.04s 2025-10-08 19:25:15.599240 | fa163ec5-3f45-18b2-9caa-000000000108 | TASK | Set up group_vars 2025-10-08 19:25:15.647631 | fa163ec5-3f45-18b2-9caa-000000000108 | OK | Set up group_vars | undercloud 2025-10-08 19:25:15.649405 | fa163ec5-3f45-18b2-9caa-000000000108 | TIMING | Set up group_vars | undercloud | 0:31:53.922784 | 0.05s 2025-10-08 19:25:15.664450 | fa163ec5-3f45-18b2-9caa-000000000109 | TASK | Make needed directories on the undercloud 2025-10-08 19:25:15.911066 | fa163ec5-3f45-18b2-9caa-000000000109 | CHANGED | Make needed directories on the undercloud | undercloud | item=/root/standalone-ansible-tki1o3rs/octavia-ansible 2025-10-08 19:25:15.912053 | fa163ec5-3f45-18b2-9caa-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:31:54.185425 | 0.25s 2025-10-08 19:25:16.123865 | fa163ec5-3f45-18b2-9caa-000000000109 | CHANGED | Make needed directories on the undercloud | undercloud | item=/root/standalone-ansible-tki1o3rs/octavia-ansible/local_dir 2025-10-08 19:25:16.124764 | fa163ec5-3f45-18b2-9caa-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:31:54.398149 | 0.46s 2025-10-08 19:25:16.307304 | fa163ec5-3f45-18b2-9caa-000000000109 | CHANGED | Make needed directories on the undercloud | undercloud | item=/root/standalone-ansible-tki1o3rs/octavia-ansible/group_vars 2025-10-08 19:25:16.308522 | fa163ec5-3f45-18b2-9caa-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:31:54.581902 | 0.64s 2025-10-08 19:25:16.318529 | fa163ec5-3f45-18b2-9caa-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:31:54.591905 | 0.65s 2025-10-08 19:25:16.333658 | fa163ec5-3f45-18b2-9caa-00000000010a | TASK | Write group_vars file 2025-10-08 19:25:16.742783 | fa163ec5-3f45-18b2-9caa-00000000010a | CHANGED | Write group_vars file | undercloud 2025-10-08 19:25:16.744603 | fa163ec5-3f45-18b2-9caa-00000000010a | TIMING | Write group_vars file | undercloud | 0:31:55.017974 | 0.41s 2025-10-08 19:25:16.773526 | fa163ec5-3f45-18b2-9caa-00000000010b | TASK | Gather missing facts 2025-10-08 19:25:17.092642 | fa163ec5-3f45-18b2-9caa-00000000010b | OK | Gather missing facts | undercloud -> 192.168.122.100 | item=standalone [WARNING]: ('undercloud -> 192.168.122.100', 'fa163ec5-3f45-18b2-9caa-00000000010b') missing from stats 2025-10-08 19:25:17.109604 | fa163ec5-3f45-18b2-9caa-00000000010b | TIMING | Gather missing facts | undercloud | 0:31:55.382977 | 0.33s 2025-10-08 19:25:17.129412 | fa163ec5-3f45-18b2-9caa-00000000010c | TASK | Write octavia inventory 2025-10-08 19:25:17.637861 | fa163ec5-3f45-18b2-9caa-00000000010c | CHANGED | Write octavia inventory | undercloud 2025-10-08 19:25:17.638649 | fa163ec5-3f45-18b2-9caa-00000000010c | TIMING | Write octavia inventory | undercloud | 0:31:55.912031 | 0.51s 2025-10-08 19:25:17.652497 | fa163ec5-3f45-18b2-9caa-00000000010d | TASK | Check for ssh_private_key in working directory 2025-10-08 19:25:17.895561 | fa163ec5-3f45-18b2-9caa-00000000010d | OK | Check for ssh_private_key in working directory | undercloud 2025-10-08 19:25:17.896631 | fa163ec5-3f45-18b2-9caa-00000000010d | TIMING | Check for ssh_private_key in working directory | undercloud | 0:31:56.170009 | 0.24s 2025-10-08 19:25:17.910835 | fa163ec5-3f45-18b2-9caa-00000000010e | TASK | Set private key location 2025-10-08 19:25:17.946790 | fa163ec5-3f45-18b2-9caa-00000000010e | SKIPPED | Set private key location | undercloud 2025-10-08 19:25:17.947659 | fa163ec5-3f45-18b2-9caa-00000000010e | TIMING | Set private key location | undercloud | 0:31:56.221040 | 0.04s 2025-10-08 19:25:17.961685 | fa163ec5-3f45-18b2-9caa-00000000010f | TASK | Configure octavia command 2025-10-08 19:25:17.996728 | fa163ec5-3f45-18b2-9caa-00000000010f | OK | Configure octavia command | undercloud 2025-10-08 19:25:17.997548 | fa163ec5-3f45-18b2-9caa-00000000010f | TIMING | Configure octavia command | undercloud | 0:31:56.270928 | 0.04s 2025-10-08 19:25:18.036785 | fa163ec5-3f45-18b2-9caa-000000000110 | OK | set_fact | undercloud 2025-10-08 19:25:18.038035 | fa163ec5-3f45-18b2-9caa-000000000110 | TIMING | set_fact | undercloud | 0:31:56.311414 | 0.03s 2025-10-08 19:25:18.079205 | fa163ec5-3f45-18b2-9caa-000000000111 | OK | debug | undercloud | result={ "changed": false, "msg": "Configure Octavia command is: ANSIBLE_CONFIG=\"/root/standalone-ansible-tki1o3rs/ansible.cfg\" ansible-playbook -i \"/root/standalone-ansible-tki1o3rs/octavia-ansible/inventory.yaml\" --extra-vars @/root/standalone-ansible-tki1o3rs/octavia-ansible/group_vars/octavia_vars.yaml /usr/share/ansible/tripleo-playbooks/octavia-files.yaml" } 2025-10-08 19:25:18.079995 | fa163ec5-3f45-18b2-9caa-000000000111 | TIMING | debug | undercloud | 0:31:56.353376 | 0.03s 2025-10-08 19:25:18.095865 | fa163ec5-3f45-18b2-9caa-000000000112 | TASK | Configure octavia on overcloud 2025-10-08 19:28:41.753865 | fa163ec5-3f45-18b2-9caa-000000000112 | CHANGED | Configure octavia on overcloud | undercloud 2025-10-08 19:28:41.757529 | fa163ec5-3f45-18b2-9caa-000000000112 | TIMING | Configure octavia on overcloud | undercloud | 0:35:20.030892 | 203.66s 2025-10-08 19:28:41.779492 | fa163ec5-3f45-18b2-9caa-000000000113 | TASK | Purge temp dirs 2025-10-08 19:28:42.028391 | fa163ec5-3f45-18b2-9caa-000000000113 | CHANGED | Purge temp dirs | undercloud | item=/root/standalone-ansible-tki1o3rs/octavia-ansible/local_dir 2025-10-08 19:28:42.029542 | fa163ec5-3f45-18b2-9caa-000000000113 | TIMING | Purge temp dirs | undercloud | 0:35:20.302917 | 0.25s 2025-10-08 19:28:42.036046 | fa163ec5-3f45-18b2-9caa-000000000113 | TIMING | Purge temp dirs | undercloud | 0:35:20.309415 | 0.25s PLAY RECAP ********************************************************************* localhost : ok=1 changed=0 unreachable=0 failed=0 skipped=2 rescued=0 ignored=0 standalone : ok=796 changed=346 unreachable=0 failed=0 skipped=317 rescued=0 ignored=0 undercloud : ok=130 changed=53 unreachable=0 failed=0 skipped=10 rescued=0 ignored=2 2025-10-08 19:28:42.110216 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-08 19:28:42.111163 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 1293 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-08 19:28:42.111784 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:35:20.385165 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-08 19:28:42.112446 | UUID | Info | Host | Task Name | Run Time 2025-10-08 19:28:42.113036 | fa163ec5-3f45-18b2-9caa-0000000022b0 | SUMMARY | standalone | Pre-fetch all the containers | 270.12s 2025-10-08 19:28:42.113761 | fa163ec5-3f45-18b2-9caa-000000000112 | SUMMARY | undercloud | Configure octavia on overcloud | 203.66s 2025-10-08 19:28:42.114380 | fa163ec5-3f45-18b2-9caa-000000004a17 | SUMMARY | standalone | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 | 130.85s 2025-10-08 19:28:42.115087 | fa163ec5-3f45-18b2-9caa-000000003079 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for haproxy | 114.89s 2025-10-08 19:28:42.115673 | fa163ec5-3f45-18b2-9caa-000000002ca5 | SUMMARY | standalone | Wait for puppet host configuration to finish | 61.54s 2025-10-08 19:28:42.116222 | fa163ec5-3f45-18b2-9caa-00000000389a | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | 54.40s 2025-10-08 19:28:42.116805 | fa163ec5-3f45-18b2-9caa-000000002e43 | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | 31.31s 2025-10-08 19:28:42.117410 | fa163ec5-3f45-18b2-9caa-00000000487b | SUMMARY | standalone | Wait for puppet host configuration to finish | 30.86s 2025-10-08 19:28:42.118003 | fa163ec5-3f45-18b2-9caa-0000000030a5 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for mysql | 29.64s 2025-10-08 19:28:42.118759 | fa163ec5-3f45-18b2-9caa-0000000030fd | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for redis | 28.31s 2025-10-08 19:28:42.119371 | fa163ec5-3f45-18b2-9caa-0000000030d1 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for oslo_messaging_rpc | 28.21s 2025-10-08 19:28:42.119881 | fa163ec5-3f45-18b2-9caa-000000004dae | SUMMARY | standalone | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_5 | 25.54s 2025-10-08 19:28:42.120456 | fa163ec5-3f45-18b2-9caa-00000000389b | SUMMARY | standalone | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_3 | 25.46s 2025-10-08 19:28:42.120994 | fa163ec5-3f45-18b2-9caa-000000004b12 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_backup | 25.31s 2025-10-08 19:28:42.121598 | fa163ec5-3f45-18b2-9caa-000000004dad | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | 25.15s 2025-10-08 19:28:42.122161 | fa163ec5-3f45-18b2-9caa-000000004b6a | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for manila_share | 25.09s 2025-10-08 19:28:42.122739 | fa163ec5-3f45-18b2-9caa-000000004b3e | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_volume | 24.99s 2025-10-08 19:28:42.123335 | fa163ec5-3f45-18b2-9caa-000000004a16 | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | 21.25s 2025-10-08 19:28:42.123938 | fa163ec5-3f45-18b2-9caa-000000003336 | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | 20.81s 2025-10-08 19:28:42.124466 | fa163ec5-3f45-18b2-9caa-000000003706 | SUMMARY | standalone | Wait for puppet host configuration to finish | 20.72s 2025-10-08 19:28:42.125064 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ End Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Not cleaning working directory /root/tripleo-heat-installer-templates Not cleaning ansible directory /root/standalone-ansible-tki1o3rs Install artifact is located at /root/standalone-install-20251008192842.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.SRra6VkBHU + exit 0 ~/ci-framework-data/artifacts