~/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.ahfow9dMtl + 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.ahfow9dMtl/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.ahfow9dMtl/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.ahfow9dMtl + J2_VARS_FILE=/tmp/tmp.ahfow9dMtl/tmp.X8y9hWBokk.yaml + cat + jinja2_render standalone/network_data.j2 /tmp/tmp.ahfow9dMtl/tmp.X8y9hWBokk.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/network_data.j2 + j2_vars_file=/tmp/tmp.ahfow9dMtl/tmp.X8y9hWBokk.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.ahfow9dMtl/tmp.X8y9hWBokk.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.ahfow9dMtl/tmp.X8y9hWBokk.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/deployed_network.j2 + j2_vars_file=/tmp/tmp.ahfow9dMtl/tmp.X8y9hWBokk.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.ahfow9dMtl/tmp.X8y9hWBokk.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.ahfow9dMtl/tmp.X8y9hWBokk.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/net_config.j2 + j2_vars_file=/tmp/tmp.ahfow9dMtl/tmp.X8y9hWBokk.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.ahfow9dMtl/tmp.X8y9hWBokk.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.ahfow9dMtl/tmp.X8y9hWBokk.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/role.j2 + j2_vars_file=/tmp/tmp.ahfow9dMtl/tmp.X8y9hWBokk.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.ahfow9dMtl/tmp.X8y9hWBokk.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.ahfow9dMtl/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.ahfow9dMtl/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.ahfow9dMtl/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.ahfow9dMtl/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.ahfow9dMtl/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 9.4 MB/s | 2.5 MB 00:00 Package podman-2:4.4.1-22.el9_2.1.x86_64 is already installed. Package util-linux-2.37.4-10.el9.x86_64 is already installed. Dependencies resolved. ======================================================================================================================================== Package Arch Version Repository Size ======================================================================================================================================== Installing: cephadm noarch 2:18.2.1-361.el9cp rhceph-7-tools-for-rhel-9-x86_64-rpms 354 k lvm2 x86_64 9:2.03.17-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 1.5 M python3-tripleoclient noarch 16.5.1-17.1.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-eus-rpms 109 k libfdisk x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-eus-rpms 156 k libmount x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-eus-rpms 136 k libsmartcols x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-eus-rpms 65 k libuuid x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-eus-rpms 30 k util-linux x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-eus-rpms 2.3 M util-linux-core x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-eus-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-eus-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-eus-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-eus-rpms 62 k krb5-workstation x86_64 1.20.1-8.el9 rhel-9-for-x86_64-baseos-eus-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-eus-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-eus-rpms 81 k libpkgconf x86_64 1.7.3-10.el9 rhel-9-for-x86_64-baseos-eus-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-eus-rpms 45 k pkgconf-m4 noarch 1.7.3-10.el9 rhel-9-for-x86_64-baseos-eus-rpms 16 k pkgconf-pkg-config x86_64 1.7.3-10.el9 rhel-9-for-x86_64-baseos-eus-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-eus-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-eus-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): python3-openvswitch3.3-3.3.4-110.el9fd 2.7 MB/s | 369 kB 00:00 (2/399): bash-completion-2.11-4.el9.noarch.rpm 3.2 MB/s | 459 kB 00:00 (3/399): libaio-0.3.111-13.el9.x86_64.rpm 722 kB/s | 26 kB 00:00 (4/399): krb5-pkinit-1.20.1-8.el9.x86_64.rpm 1.6 MB/s | 62 kB 00:00 (5/399): glibc-langpack-en-2.34-60.el9.x86_64.r 7.1 MB/s | 675 kB 00:00 (6/399): device-mapper-persistent-data-0.9.0-13 3.0 MB/s | 786 kB 00:00 (7/399): krb5-workstation-1.20.1-8.el9.x86_64.r 8.3 MB/s | 542 kB 00:00 (8/399): libkadm5-1.20.1-8.el9.x86_64.rpm 1.8 MB/s | 81 kB 00:00 (9/399): libpkgconf-1.7.3-10.el9.x86_64.rpm 956 kB/s | 37 kB 00:00 (10/399): pkgconf-1.7.3-10.el9.x86_64.rpm 976 kB/s | 45 kB 00:00 (11/399): pkgconf-m4-1.7.3-10.el9.noarch.rpm 362 kB/s | 16 kB 00:00 (12/399): libipa_hbac-2.8.2-5.el9_2.5.x86_64.rp 971 kB/s | 36 kB 00:00 (13/399): pkgconf-pkg-config-1.7.3-10.el9.x86_6 189 kB/s | 12 kB 00:00 (14/399): python3-dns-2.2.1-2.el9.noarch.rpm 8.2 MB/s | 418 kB 00:00 (15/399): python3-libipa_hbac-2.8.2-5.el9_2.5.x 729 kB/s | 30 kB 00:00 (16/399): python3-sss-murmur-2.8.2-5.el9_2.5.x8 458 kB/s | 19 kB 00:00 (17/399): device-mapper-event-1.02.187-7.el9_2. 792 kB/s | 32 kB 00:00 (18/399): device-mapper-event-libs-1.02.187-7.e 801 kB/s | 31 kB 00:00 (19/399): lvm2-libs-2.03.17-7.el9_2.2.x86_64.rp 18 MB/s | 1.0 MB 00:00 (20/399): lvm2-2.03.17-7.el9_2.2.x86_64.rpm 20 MB/s | 1.5 MB 00:00 (21/399): perl-IO-Socket-SSL-2.073-1.el9.noarch 4.6 MB/s | 223 kB 00:00 (22/399): boost-system-1.75.0-8.el9.x86_64.rpm 345 kB/s | 15 kB 00:00 (23/399): perl-Getopt-Long-2.52-4.el9.noarch.rp 1.5 MB/s | 64 kB 00:00 (24/399): perl-Storable-3.21-460.el9.x86_64.rpm 2.2 MB/s | 98 kB 00:00 (25/399): python3-urllib-gssapi-1.0.2-4.el9.noa 680 kB/s | 24 kB 00:00 (26/399): boost-locale-1.75.0-8.el9.x86_64.rpm 4.7 MB/s | 216 kB 00:00 (27/399): boost-nowide-1.75.0-8.el9.x86_64.rpm 421 kB/s | 17 kB 00:00 (28/399): boost-thread-1.75.0-8.el9.x86_64.rpm 1.4 MB/s | 57 kB 00:00 (29/399): perl-Data-Dumper-2.174-462.el9.x86_64 1.6 MB/s | 59 kB 00:00 (30/399): perl-Exporter-5.74-461.el9.noarch.rpm 713 kB/s | 34 kB 00:00 (31/399): perl-File-Temp-0.231.100-4.el9.noarch 1.6 MB/s | 63 kB 00:00 (32/399): perl-Text-Tabs+Wrap-2013.0523-460.el9 712 kB/s | 25 kB 00:00 (33/399): python3-pyasn1-modules-0.4.8-6.el9.no 6.4 MB/s | 283 kB 00:00 (34/399): perl-parent-0.238-460.el9.noarch.rpm 306 kB/s | 16 kB 00:00 (35/399): xorriso-1.5.4-4.el9.x86_64.rpm 8.1 MB/s | 321 kB 00:00 (36/399): libisofs-1.5.4-4.el9.x86_64.rpm 5.4 MB/s | 224 kB 00:00 (37/399): perl-IO-Socket-IP-0.41-5.el9.noarch.r 1.1 MB/s | 45 kB 00:00 (38/399): perl-Net-SSLeay-1.92-2.el9.x86_64.rpm 9.3 MB/s | 392 kB 00:00 (39/399): perl-PathTools-3.78-461.el9.x86_64.rp 2.1 MB/s | 92 kB 00:00 (40/399): perl-Pod-Simple-3.42-4.el9.noarch.rpm 5.0 MB/s | 229 kB 00:00 (41/399): perl-Term-ANSIColor-5.01-461.el9.noar 1.3 MB/s | 51 kB 00:00 (42/399): perl-URI-5.09-3.el9.noarch.rpm 3.3 MB/s | 125 kB 00:00 (43/399): perl-Text-ParseWords-3.30-460.el9.noa 391 kB/s | 18 kB 00:00 (44/399): perl-libnet-3.13-4.el9.noarch.rpm 3.1 MB/s | 134 kB 00:00 (45/399): iptables-nft-services-1.8.8-6.el9_1.n 759 kB/s | 28 kB 00:00 (46/399): boost-chrono-1.75.0-8.el9.x86_64.rpm 595 kB/s | 26 kB 00:00 (47/399): python3-lxml-4.6.5-3.el9.x86_64.rpm 22 MB/s | 1.2 MB 00:00 (48/399): perl-Carp-1.50-460.el9.noarch.rpm 733 kB/s | 31 kB 00:00 (49/399): perl-Pod-Escapes-1.07-460.el9.noarch. 617 kB/s | 22 kB 00:00 (50/399): perl-Encode-3.08-462.el9.x86_64.rpm 27 MB/s | 1.7 MB 00:00 (51/399): python3-psutil-5.8.0-12.el9.x86_64.rp 5.1 MB/s | 218 kB 00:00 (52/399): libburn-1.5.4-4.el9.x86_64.rpm 4.0 MB/s | 175 kB 00:00 (53/399): perl-Mozilla-CA-20200520-6.el9.noarch 285 kB/s | 14 kB 00:00 (54/399): perl-Term-Cap-1.17-460.el9.noarch.rpm 666 kB/s | 24 kB 00:00 (55/399): perl-Time-Local-1.300-7.el9.noarch.rp 943 kB/s | 37 kB 00:00 (56/399): python3-yubico-1.3.3-7.el9.noarch.rpm 1.8 MB/s | 73 kB 00:00 (57/399): python3-jwcrypto-0.8-4.el9.noarch.rpm 1.6 MB/s | 76 kB 00:00 (58/399): sshpass-1.09-4.el9.x86_64.rpm 778 kB/s | 30 kB 00:00 (59/399): boost-filesystem-1.75.0-8.el9.x86_64. 1.6 MB/s | 59 kB 00:00 (60/399): boost-log-1.75.0-8.el9.x86_64.rpm 9.6 MB/s | 410 kB 00:00 (61/399): boost-program-options-1.75.0-8.el9.x8 2.0 MB/s | 108 kB 00:00 (62/399): perl-Digest-MD5-2.58-4.el9.x86_64.rpm 958 kB/s | 39 kB 00:00 (63/399): perl-MIME-Base64-3.16-4.el9.x86_64.rp 927 kB/s | 34 kB 00:00 (64/399): boost-atomic-1.75.0-8.el9.x86_64.rpm 508 kB/s | 19 kB 00:00 (65/399): libisoburn-1.5.4-4.el9.x86_64.rpm 9.7 MB/s | 419 kB 00:00 (66/399): perl-Digest-1.19-4.el9.noarch.rpm 729 kB/s | 29 kB 00:00 (67/399): perl-File-Path-2.18-4.el9.noarch.rpm 1.1 MB/s | 38 kB 00:00 (68/399): perl-Pod-Perldoc-3.28.01-461.el9.noar 2.1 MB/s | 92 kB 00:00 (69/399): perl-Pod-Usage-2.01-4.el9.noarch.rpm 947 kB/s | 43 kB 00:00 (70/399): perl-Scalar-List-Utils-1.56-461.el9.x 1.9 MB/s | 77 kB 00:00 (71/399): perl-Socket-2.031-4.el9.x86_64.rpm 1.4 MB/s | 58 kB 00:00 (72/399): perl-constant-1.33-461.el9.noarch.rpm 665 kB/s | 25 kB 00:00 (73/399): perl-podlators-4.14-460.el9.noarch.rp 3.0 MB/s | 118 kB 00:00 (74/399): python3-PyMySQL-0.10.1-6.el9.noarch.r 2.6 MB/s | 112 kB 00:00 (75/399): python3-pyasn1-0.4.8-6.el9.noarch.rpm 3.8 MB/s | 163 kB 00:00 (76/399): python3-appdirs-1.4.4-4.el9.noarch.rp 460 kB/s | 27 kB 00:00 (77/399): python3-pyusb-1.0.2-13.el9.noarch.rpm 2.5 MB/s | 96 kB 00:00 (78/399): python3-qrcode-core-6.1-12.el9.noarch 1.7 MB/s | 61 kB 00:00 (79/399): python3-wcwidth-0.2.5-8.el9.noarch.rp 1.2 MB/s | 48 kB 00:00 (80/399): oniguruma-6.9.6-1.el9.5.x86_64.rpm 5.6 MB/s | 221 kB 00:00 (81/399): boost-regex-1.75.0-8.el9.x86_64.rpm 5.2 MB/s | 279 kB 00:00 (82/399): python3-alembic-1.7.5-3.el9.noarch.rp 19 MB/s | 900 kB 00:00 (83/399): python3-augeas-0.5.0-25.el9.noarch.rp 865 kB/s | 31 kB 00:00 (84/399): python3-gssapi-1.6.9-5.el9.x86_64.rpm 12 MB/s | 489 kB 00:00 (85/399): openssl-perl-3.0.7-6.el9_2.x86_64.rpm 1.1 MB/s | 42 kB 00:00 (86/399): perl-AutoLoader-5.74-480.el9.noarch.r 679 kB/s | 23 kB 00:00 (87/399): perl-B-1.80-480.el9.x86_64.rpm 4.6 MB/s | 185 kB 00:00 (88/399): perl-Class-Struct-0.66-480.el9.noarch 574 kB/s | 24 kB 00:00 (89/399): perl-Fcntl-1.13-480.el9.x86_64.rpm 667 kB/s | 23 kB 00:00 (90/399): perl-File-Basename-2.85-480.el9.noarc 503 kB/s | 19 kB 00:00 (91/399): perl-Errno-1.30-480.el9.x86_64.rpm 196 kB/s | 17 kB 00:00 (92/399): perl-File-stat-1.09-480.el9.noarch.rp 529 kB/s | 19 kB 00:00 (93/399): perl-FileHandle-2.03-480.el9.noarch.r 376 kB/s | 17 kB 00:00 (94/399): perl-Getopt-Std-1.12-480.el9.noarch.r 491 kB/s | 17 kB 00:00 (95/399): perl-IO-1.43-480.el9.x86_64.rpm 2.2 MB/s | 94 kB 00:00 (96/399): perl-IPC-Open3-1.21-480.el9.noarch.rp 685 kB/s | 25 kB 00:00 (97/399): perl-NDBM_File-1.15-480.el9.x86_64.rp 657 kB/s | 25 kB 00:00 (98/399): perl-POSIX-1.94-480.el9.x86_64.rpm 2.2 MB/s | 99 kB 00:00 (99/399): perl-SelectSaver-1.02-480.el9.noarch. 361 kB/s | 13 kB 00:00 (100/399): perl-Symbol-1.08-480.el9.noarch.rpm 387 kB/s | 16 kB 00:00 (101/399): perl-base-2.27-480.el9.noarch.rpm 509 kB/s | 18 kB 00:00 (102/399): perl-if-0.60.800-480.el9.noarch.rpm 447 kB/s | 16 kB 00:00 (103/399): perl-interpreter-5.32.1-480.el9.x86_ 1.8 MB/s | 75 kB 00:00 (104/399): perl-mro-1.23-480.el9.x86_64.rpm 831 kB/s | 31 kB 00:00 (105/399): perl-libs-5.32.1-480.el9.x86_64.rpm 30 MB/s | 2.2 MB 00:00 (106/399): perl-overload-1.31-480.el9.noarch.rp 948 kB/s | 47 kB 00:00 (107/399): perl-overloading-0.02-480.el9.noarch 435 kB/s | 15 kB 00:00 (108/399): perl-subs-1.03-480.el9.noarch.rpm 348 kB/s | 13 kB 00:00 (109/399): perl-vars-1.05-480.el9.noarch.rpm 360 kB/s | 15 kB 00:00 (110/399): python3-ldap-3.4.3-2.el9.x86_64.rpm 3.0 MB/s | 259 kB 00:00 (111/399): python3-mako-1.1.4-6.el9.noarch.rpm 1.6 MB/s | 176 kB 00:00 (112/399): ipa-selinux-4.10.1-6.el9.noarch.rpm 696 kB/s | 40 kB 00:00 (113/399): augeas-libs-1.13.0-3.el9.x86_64.rpm 3.8 MB/s | 459 kB 00:00 (114/399): jq-1.6-14.el9.x86_64.rpm 4.8 MB/s | 190 kB 00:00 (115/399): libselinux-ruby-3.5-1.el9.x86_64.rpm 1.5 MB/s | 59 kB 00:00 (116/399): ansible-freeipa-1.9.2-3.el9_2.noarch 11 MB/s | 452 kB 00:00 (117/399): ansible-collection-ansible-netcommon 4.4 MB/s | 181 kB 00:00 (118/399): ansible-collection-ansible-posix-1.2 3.2 MB/s | 124 kB 00:00 (119/399): rhel-system-roles-1.21.2-1.el9_2.noa 33 MB/s | 2.4 MB 00:00 (120/399): ansible-collection-ansible-utils-2.3 2.3 MB/s | 91 kB 00:00 (121/399): ansible-collection-community-general 26 MB/s | 1.3 MB 00:00 (122/399): golang-github-vbatts-tar-split-0.11. 24 MB/s | 1.0 MB 00:00 (123/399): heat-cfntools-1.4.2-6.1.el9ost.noarc 2.0 MB/s | 77 kB 00:00 (124/399): libsodium-1.0.18-7.el9ost.x86_64.rpm 3.9 MB/s | 162 kB 00:00 (125/399): openpgm-5.2.122-26.el9ost.x86_64.rpm 4.4 MB/s | 178 kB 00:00 (126/399): puppet-fdio-18.2-1.20220727113954.6f 663 kB/s | 25 kB 00:00 (127/399): python3-ansible-runner-2.0.0a1-3.el9 2.7 MB/s | 122 kB 00:00 (128/399): python3-bcrypt-3.1.7-7.el9ost.x86_64 1.2 MB/s | 44 kB 00:00 (129/399): python3-beautifulsoup4-4.9.3-2.el9os 3.9 MB/s | 204 kB 00:00 (130/399): python3-croniter-0.3.35-2.el9ost.noa 1.2 MB/s | 49 kB 00:00 (131/399): python3-daemon-2.3.0-1.el9ost.noarch 937 kB/s | 39 kB 00:00 (132/399): python3-etcd3gw-0.2.6-2.el9ost.noarc 1.2 MB/s | 44 kB 00:00 (133/399): python3-docutils-0.16-6.el9ost.noarc 19 MB/s | 1.5 MB 00:00 (134/399): python3-gevent-21.1.2-2.el9ost.x86_6 23 MB/s | 1.6 MB 00:00 (135/399): python3-gitdb-4.0.5-2.el9ost.noarch. 2.6 MB/s | 107 kB 00:00 (136/399): python3-jeepney-0.6.0-2.el9ost.noarc 6.7 MB/s | 284 kB 00:00 (137/399): python3-lockfile-0.12.2-2.el9ost.noa 533 kB/s | 31 kB 00:00 (138/399): python3-logutils-0.3.5-15.el9ost.noa 1.0 MB/s | 47 kB 00:00 (139/399): python3-jmespath-0.10.0-1.el9ost.noa 583 kB/s | 46 kB 00:00 (140/399): python3-memcached-1.59-3.el9ost.noar 1.1 MB/s | 40 kB 00:00 (141/399): python3-migrate-0.13.0-1.el9ost.noar 5.7 MB/s | 224 kB 00:00 (142/399): python3-mimeparse-1.6.0-16.el9ost.no 422 kB/s | 16 kB 00:00 (143/399): python3-natsort-7.1.1-2.el9ost.noarc 1.6 MB/s | 59 kB 00:00 (144/399): python3-passlib-1.7.4-3.el9ost.noarc 15 MB/s | 712 kB 00:00 (145/399): python3-pecan-1.4.0-2.el9ost.noarch. 5.5 MB/s | 273 kB 00:00 (146/399): python3-pyOpenSSL-20.0.1-2.el9ost.no 2.3 MB/s | 90 kB 00:00 (147/399): python3-pynacl-1.4.0-1.el9ost.x86_64 2.8 MB/s | 111 kB 00:00 (148/399): python3-pyperclip-1.8.0-3.el9ost.noa 704 kB/s | 25 kB 00:00 (149/399): python3-setproctitle-1.2.2-1.el9ost. 642 kB/s | 23 kB 00:00 (150/399): python3-smmap-3.0.1-4.el9ost.noarch. 1.1 MB/s | 47 kB 00:00 (151/399): python3-soupsieve-2.2-1.el9ost.noarc 1.5 MB/s | 67 kB 00:00 (152/399): python3-sqlalchemy13-1.3.24-3.el9ost 29 MB/s | 1.7 MB 00:00 (153/399): python3-tenacity-6.3.1-1.el9ost.noar 1.3 MB/s | 51 kB 00:00 (154/399): python3-webtest-2.0.35-6.el9ost.noar 2.0 MB/s | 82 kB 00:00 (155/399): python3-zmq-22.0.3-1.el9ost.x86_64.r 9.4 MB/s | 396 kB 00:00 (156/399): python3-zope-event-4.2.0-20.el9ost.n 4.9 MB/s | 205 kB 00:00 (157/399): python3-zope-interface-5.4.0-1.el9os 4.4 MB/s | 202 kB 00:00 (158/399): rubygem-concurrent-ruby-1.1.5-2.el9o 6.0 MB/s | 243 kB 00:00 (159/399): rubygem-deep_merge-1.2.1-7.el9ost.no 392 kB/s | 14 kB 00:00 (160/399): rubygem-fast_gettext-1.2.0-9.el9ost. 884 kB/s | 34 kB 00:00 (161/399): rubygem-hocon-1.3.1-2.el9ost.noarch. 2.4 MB/s | 90 kB 00:00 (162/399): rubygem-multi_json-1.15.0-2.el9ost.n 520 kB/s | 22 kB 00:00 (163/399): rubygem-puppet-resource_api-1.8.13-1 812 kB/s | 34 kB 00:00 (164/399): rubygem-ruby-shadow-2.5.0-15.el9ost. 425 kB/s | 16 kB 00:00 (165/399): rubygem-semantic_puppet-1.0.4-2.el9o 589 kB/s | 21 kB 00:00 (166/399): zeromq-4.3.4-1.el9ost.x86_64.rpm 9.0 MB/s | 433 kB 00:00 (167/399): ansible-config_template-2.0.1-17.1.2 788 kB/s | 29 kB 00:00 (168/399): ansible-role-atos-hsm-1.0.1-17.1.202 425 kB/s | 17 kB 00:00 (169/399): ansible-role-collectd-config-0.0.3-1 1.5 MB/s | 53 kB 00:00 (170/399): ansible-role-container-registry-1.4. 688 kB/s | 24 kB 00:00 (171/399): ansible-role-chrony-1.3.1-17.1.20230 382 kB/s | 22 kB 00:00 (172/399): ansible-role-openstack-operations-0. 865 kB/s | 30 kB 00:00 (173/399): ansible-role-qdr-config-0.0.2-17.1.2 565 kB/s | 21 kB 00:00 (174/399): ansible-role-redhat-subscription-1.3 791 kB/s | 28 kB 00:00 (175/399): ansible-role-thales-hsm-3.0.1-17.1.2 523 kB/s | 21 kB 00:00 (176/399): ansible-role-tripleo-modify-image-1. 776 kB/s | 27 kB 00:00 (177/399): ansible-tripleo-ipa-0.3.1-17.1.20230 952 kB/s | 36 kB 00:00 (178/399): ansible-tripleo-ipsec-11.0.1-17.1.20 1.0 MB/s | 38 kB 00:00 (179/399): dib-utils-0.0.11-17.1.20230620173328 341 kB/s | 12 kB 00:00 (180/399): openstack-heat-agents-2.2.1-17.1.202 275 kB/s | 9.6 kB 00:00 (181/399): os-apply-config-13.1.1-17.1.20231020 1.3 MB/s | 54 kB 00:00 (182/399): os-collect-config-13.1.1-17.1.202310 1.4 MB/s | 50 kB 00:00 (183/399): os-refresh-config-13.1.1-17.1.202310 590 kB/s | 21 kB 00:00 (184/399): puppet-aodh-18.4.2-17.1.202306201512 1.6 MB/s | 62 kB 00:00 (185/399): puppet-apache-6.5.2-17.1.20230621001 6.5 MB/s | 259 kB 00:00 (186/399): puppet-archive-4.6.1-17.1.2023062018 1.2 MB/s | 44 kB 00:00 (187/399): puppet-auditd-2.2.1-17.1.20230620192 657 kB/s | 28 kB 00:00 (188/399): puppet-certmonger-2.7.1-17.1.2023062 759 kB/s | 26 kB 00:00 (189/399): puppet-ceilometer-18.4.3-17.1.202309 1.4 MB/s | 70 kB 00:00 (190/399): puppet-cinder-18.5.2-17.1.2023062105 2.9 MB/s | 120 kB 00:00 (191/399): puppet-collectd-13.0.1-17.1.20230620 3.5 MB/s | 135 kB 00:00 (192/399): puppet-concat-6.2.1-17.1.20230620181 1.1 MB/s | 41 kB 00:00 (193/399): puppet-corosync-8.0.1-17.1.202306211 1.7 MB/s | 68 kB 00:00 (194/399): puppet-designate-18.6.1-17.1.2023062 1.7 MB/s | 69 kB 00:00 (195/399): puppet-dns-8.2.1-17.1.20230621002045 904 kB/s | 36 kB 00:00 (196/399): puppet-etcd-1.12.3-17.1.202306201932 684 kB/s | 25 kB 00:00 (197/399): puppet-firewall-3.4.1-17.1.202306210 2.1 MB/s | 77 kB 00:00 (198/399): puppet-git-0.5.0-17.1.20230620193928 648 kB/s | 23 kB 00:00 (199/399): puppet-haproxy-4.2.2-17.1.2023062019 1.3 MB/s | 52 kB 00:00 (200/399): puppet-heat-18.4.1-17.1.202306211116 1.9 MB/s | 70 kB 00:00 (201/399): puppet-gnocchi-18.4.3-17.1.202306210 1.1 MB/s | 58 kB 00:00 (202/399): puppet-horizon-18.6.1-17.1.202306210 1.6 MB/s | 63 kB 00:00 (203/399): puppet-inifile-4.2.1-17.1.2023062018 1.0 MB/s | 42 kB 00:00 (204/399): puppet-ipaclient-2.5.2-17.1.20230620 384 kB/s | 17 kB 00:00 (205/399): puppet-keepalived-0.0.2-17.1.2023062 414 kB/s | 14 kB 00:00 (206/399): puppet-kmod-2.5.0-17.1.2023062019064 582 kB/s | 21 kB 00:00 (207/399): puppet-manila-18.5.2-17.1.2023110219 1.7 MB/s | 81 kB 00:00 (208/399): puppet-memcached-6.0.0-17.1.20230620 652 kB/s | 23 kB 00:00 (209/399): puppet-module-data-0.5.1-17.1.202306 380 kB/s | 13 kB 00:00 (210/399): puppet-mysql-10.6.1-17.1.20230621022 2.5 MB/s | 99 kB 00:00 (211/399): puppet-neutron-18.6.1-17.1.202306210 4.8 MB/s | 196 kB 00:00 (212/399): puppet-nova-18.6.1-17.1.202306210904 5.3 MB/s | 200 kB 00:00 (213/399): puppet-nssdb-1.0.2-17.1.202306201856 346 kB/s | 12 kB 00:00 (214/399): puppet-octavia-18.5.1-17.1.202306210 2.1 MB/s | 76 kB 00:00 (215/399): puppet-openstack_extras-18.5.1-17.1. 1.3 MB/s | 48 kB 00:00 (216/399): puppet-openstacklib-18.5.2-17.1.2023 1.8 MB/s | 62 kB 00:00 (217/399): puppet-oslo-18.5.1-17.1.202306210523 1.2 MB/s | 48 kB 00:00 (218/399): puppet-placement-5.4.3-17.1.20230621 1.1 MB/s | 41 kB 00:00 (219/399): puppet-qdr-7.4.1-17.1.20230620195605 883 kB/s | 31 kB 00:00 (220/399): puppet-rabbitmq-11.0.1-17.1.20230620 6.6 MB/s | 266 kB 00:00 (221/399): puppet-redis-6.1.1-17.1.202306201917 1.3 MB/s | 51 kB 00:00 (222/399): puppet-remote-10.0.0-17.1.2023062019 451 kB/s | 16 kB 00:00 (223/399): puppet-rsyslog-4.0.1-17.1.2023062020 1.5 MB/s | 58 kB 00:00 (224/399): puppet-rsync-1.1.4-17.1.202306210028 708 kB/s | 28 kB 00:00 (225/399): puppet-snmp-3.9.1-17.1.2023062020041 947 kB/s | 34 kB 00:00 (226/399): puppet-ssh-6.2.1-17.1.20230620190251 777 kB/s | 29 kB 00:00 (227/399): puppet-stdlib-6.3.1-17.1.20230621000 4.0 MB/s | 160 kB 00:00 (228/399): puppet-swift-18.6.1-17.1.20230621052 3.0 MB/s | 115 kB 00:00 (229/399): puppet-sysctl-0.0.13-17.1.2023062018 445 kB/s | 16 kB 00:00 (230/399): puppet-systemd-2.12.1-17.1.202306201 1.1 MB/s | 42 kB 00:00 (231/399): puppet-vcsrepo-3.1.1-17.1.2023062018 1.3 MB/s | 50 kB 00:00 (232/399): puppet-vswitch-14.4.3-17.1.202306210 1.2 MB/s | 41 kB 00:00 (233/399): puppet-xinetd-3.3.1-17.1.20230620185 689 kB/s | 26 kB 00:00 (234/399): python-oslo-cache-lang-2.7.1-17.1.20 448 kB/s | 19 kB 00:00 (235/399): python-oslo-log-lang-4.4.0-17.1.2023 358 kB/s | 14 kB 00:00 (236/399): python-oslo-middleware-lang-4.2.1-17 391 kB/s | 13 kB 00:00 (237/399): python-oslo-policy-lang-3.7.1-17.1.2 391 kB/s | 14 kB 00:00 (238/399): python-oslo-versionedobjects-lang-2. 404 kB/s | 14 kB 00:00 (239/399): python-pycadf-common-3.1.1-17.1.2023 366 kB/s | 15 kB 00:00 (240/399): python3-GitPython-3.1.14-2.el9ost.no 5.4 MB/s | 238 kB 00:00 (241/399): python3-aodhclient-2.2.0-17.1.202306 1.4 MB/s | 56 kB 00:00 (242/399): python3-barbicanclient-5.3.0-17.1.20 2.9 MB/s | 127 kB 00:00 (243/399): python3-cinderclient-7.4.1-17.1.2023 4.7 MB/s | 218 kB 00:00 (244/399): python3-cliff-3.7.0-17.1.20230620172 2.3 MB/s | 95 kB 00:00 (245/399): python3-designateclient-4.2.1-17.1.2 2.4 MB/s | 92 kB 00:00 (246/399): python3-heat-agent-2.2.1-17.1.202306 536 kB/s | 19 kB 00:00 (247/399): python3-futurist-2.3.0-17.1.20230621 1.4 MB/s | 64 kB 00:00 (248/399): python3-heat-agent-ansible-2.2.1-17. 311 kB/s | 11 kB 00:00 (249/399): python3-heat-agent-docker-cmd-2.2.1- 291 kB/s | 12 kB 00:00 (250/399): python3-heat-agent-apply-config-2.2. 186 kB/s | 9.9 kB 00:00 (251/399): python3-heat-agent-hiera-2.2.1-17.1. 210 kB/s | 10 kB 00:00 (252/399): python3-heat-agent-json-file-2.2.1-1 230 kB/s | 9.8 kB 00:00 (253/399): python3-heat-agent-puppet-2.2.1-17.1 283 kB/s | 11 kB 00:00 (254/399): python3-heatclient-2.3.1-17.1.202306 4.1 MB/s | 158 kB 00:00 (255/399): python3-ironicclient-4.6.4-17.1.2023 8.5 MB/s | 342 kB 00:00 (256/399): python3-keystoneclient-4.3.0-17.1.20 5.6 MB/s | 239 kB 00:00 (257/399): python3-ironic-inspector-client-4.5. 1.1 MB/s | 67 kB 00:00 (258/399): python3-keystonemiddleware-9.2.0-17. 2.3 MB/s | 92 kB 00:00 (259/399): python3-magnumclient-3.4.1-17.1.2023 3.0 MB/s | 121 kB 00:00 (260/399): python3-mistralclient-4.2.0-17.1.202 4.1 MB/s | 166 kB 00:00 (261/399): python3-novaclient-17.4.1-17.1.20230 5.2 MB/s | 201 kB 00:00 (262/399): python3-neutronclient-7.3.1-17.1.202 6.1 MB/s | 298 kB 00:00 (263/399): python3-os-client-config-2.1.0-17.1. 1.5 MB/s | 55 kB 00:00 (264/399): python3-os-service-types-1.7.0-17.1. 993 kB/s | 38 kB 00:00 (265/399): python3-os-traits-2.5.0-17.1.2023062 1.2 MB/s | 45 kB 00:00 (266/399): python3-osc-lib-2.3.1-17.1.202306202 2.1 MB/s | 78 kB 00:00 (267/399): python3-oslo-cache-2.7.1-17.1.202306 1.5 MB/s | 56 kB 00:00 (268/399): python3-oslo-context-3.2.1-17.1.2023 732 kB/s | 27 kB 00:00 (269/399): python3-oslo-log-4.4.0-17.1.20230620 1.7 MB/s | 64 kB 00:00 (270/399): python3-oslo-middleware-4.2.1-17.1.2 1.4 MB/s | 55 kB 00:00 (271/399): python3-oslo-policy-3.7.1-17.1.20230 1.9 MB/s | 76 kB 00:00 (272/399): python3-oslo-reports-2.2.0-17.1.2023 955 kB/s | 59 kB 00:00 (273/399): python3-oslo-rootwrap-6.3.1-17.1.202 1.3 MB/s | 46 kB 00:00 (274/399): python3-oslo-serialization-4.1.1-17. 890 kB/s | 34 kB 00:00 (275/399): python3-oslo-upgradecheck-1.3.1-17.1 794 kB/s | 29 kB 00:00 (276/399): python3-oslo-versionedobjects-2.4.1- 2.0 MB/s | 79 kB 00:00 (277/399): python3-osprofiler-3.4.0-17.1.202306 3.4 MB/s | 130 kB 00:00 (278/399): python3-requestsexceptions-1.4.0-17. 500 kB/s | 17 kB 00:00 (279/399): python3-pycadf-3.1.1-17.1.2023062021 1.2 MB/s | 53 kB 00:00 (280/399): python3-saharaclient-3.3.0-17.1.2023 4.7 MB/s | 188 kB 00:00 (281/399): python3-shade-1.33.0-17.1.2023062022 12 MB/s | 523 kB 00:00 (282/399): python3-statsd-3.2.1-20.1.el9ost.noa 776 kB/s | 35 kB 00:00 (283/399): python3-swiftclient-3.11.1-17.1.2023 3.3 MB/s | 136 kB 00:00 (284/399): python3-tinyrpc-1.0.3-6.el9ost.noarc 1.2 MB/s | 50 kB 00:00 (285/399): python3-troveclient-7.0.0-17.1.20230 8.3 MB/s | 344 kB 00:00 (286/399): python3-validations-libs-1.9.1-17.1. 3.3 MB/s | 137 kB 00:00 (287/399): validations-common-1.9.1-17.1.202310 3.0 MB/s | 111 kB 00:00 (288/399): python3-paramiko-2.11.0-2.el9ost.noa 7.6 MB/s | 299 kB 00:00 (289/399): python3-zaqarclient-2.4.0-17.1.20230 1.9 MB/s | 129 kB 00:00 (290/399): ansible-pacemaker-1.0.4-17.1.2023121 606 kB/s | 21 kB 00:00 (291/399): python3-werkzeug-2.0.1-7.el9ost.noar 8.5 MB/s | 427 kB 00:00 (292/399): python3-manilaclient-2.6.4-17.1.2024 12 MB/s | 528 kB 00:00 (293/399): python3-sqlparse-0.4.1-2.el9ost.noar 2.1 MB/s | 83 kB 00:00 (294/399): python3-webob-1.8.7-2.1.el9ost.noarc 5.9 MB/s | 230 kB 00:00 (295/399): ansible-role-metalsmith-deployment-1 618 kB/s | 21 kB 00:00 (296/399): openstack-selinux-0.8.37-17.1.202311 5.7 MB/s | 221 kB 00:00 (297/399): puppet-ironic-18.7.1-17.1.2024030521 3.1 MB/s | 121 kB 00:00 (298/399): python-oslo-db-lang-8.5.2-17.1.20240 331 kB/s | 14 kB 00:00 (299/399): python3-glanceclient-3.3.0-17.1.2024 3.6 MB/s | 143 kB 00:00 (300/399): python3-keystoneauth1-4.4.0-17.1.202 9.4 MB/s | 409 kB 00:00 (301/399): python3-metalsmith-1.4.4-17.1.202405 1.8 MB/s | 65 kB 00:00 (302/399): python3-neutron-lib-2.10.3-17.1.2023 7.9 MB/s | 375 kB 00:00 (303/399): python3-octaviaclient-2.3.1-17.1.202 2.1 MB/s | 91 kB 00:00 (304/399): python3-oslo-db-8.5.2-17.1.202408201 3.6 MB/s | 144 kB 00:00 (305/399): python3-oslo-messaging-12.7.3-17.1.2 5.3 MB/s | 216 kB 00:00 (306/399): python3-oslo-service-2.5.1-17.1.2024 1.7 MB/s | 71 kB 00:00 (307/399): python3-rhosp-openvswitch-3.3-1.el9o 196 kB/s | 8.3 kB 00:00 (308/399): python3-waitress-2.0.0-4.el9ost.noar 2.8 MB/s | 109 kB 00:00 (309/399): openstack-tripleo-validations-14.3.2 4.2 MB/s | 204 kB 00:00 (310/399): openstack-ansible-core-2.14.2-4.7.el 33 MB/s | 2.3 MB 00:00 (311/399): puppet-glance-18.6.1-17.1.2025022015 2.0 MB/s | 87 kB 00:00 (312/399): puppet-ovn-18.6.1-17.1.2024092509490 754 kB/s | 29 kB 00:00 (313/399): puppet-pacemaker-1.5.1-17.1.20250214 3.3 MB/s | 158 kB 00:00 (314/399): python3-os-ken-1.4.1-17.1.2024120509 29 MB/s | 2.1 MB 00:00 (315/399): puppet-tripleo-14.2.3-17.1.202503201 4.1 MB/s | 239 kB 00:00 (316/399): ansible-collection-containers-podman 4.4 MB/s | 243 kB 00:00 (317/399): ansible-collections-openstack-1.9.1- 3.7 MB/s | 146 kB 00:00 (318/399): cpp-hocon-0.3.0-7.el9ost.x86_64.rpm 8.2 MB/s | 351 kB 00:00 (319/399): facter-3.14.19-3.el9ost.x86_64.rpm 12 MB/s | 518 kB 00:00 (320/399): leatherman-1.12.6-5.el9ost.x86_64.rp 8.4 MB/s | 405 kB 00:00 (321/399): hiera-3.6.0-6.el9ost.noarch.rpm 566 kB/s | 33 kB 00:00 (322/399): openstack-tripleo-common-15.4.1-17.1 1.2 MB/s | 52 kB 00:00 (323/399): openstack-tripleo-common-containers- 2.1 MB/s | 78 kB 00:00 (324/399): puppet-7.10.0-4.el9ost.noarch.rpm 284 kB/s | 11 kB 00:00 (325/399): puppet-headless-7.10.0-4.el9ost.noar 26 MB/s | 1.4 MB 00:00 (326/399): puppet-keystone-18.6.1-17.1.20250425 3.1 MB/s | 127 kB 00:00 (327/399): python3-amqp-5.0.6-5.el9ost.noarch.r 2.1 MB/s | 92 kB 00:00 (328/399): python3-cachetools-4.2.2-3.el9ost.no 917 kB/s | 33 kB 00:00 (329/399): python3-cmd2-1.4.0-4.el9ost.noarch.r 7.2 MB/s | 284 kB 00:00 (330/399): python3-boto-2.45.0-8.1.el9ost.noarc 22 MB/s | 1.3 MB 00:00 (331/399): python3-colorama-0.4.4-4.el9ost.noar 942 kB/s | 35 kB 00:00 (332/399): python3-dogpile-cache-1.1.5-5.el9ost 2.3 MB/s | 89 kB 00:00 (333/399): python3-extras-1.0.0-17.el9ost.noarc 616 kB/s | 21 kB 00:00 (334/399): python3-fixtures-3.0.0-24.el9ost.noa 2.5 MB/s | 93 kB 00:00 (335/399): python3-keyring-21.8.0-4.el9ost.noar 2.1 MB/s | 77 kB 00:00 (336/399): python3-kombu-5.0.2-3.el9ost.noarch. 7.7 MB/s | 313 kB 00:00 (337/399): python3-msgpack-1.0.2-4.el9ost.x86_6 2.4 MB/s | 87 kB 00:00 (338/399): python3-munch-2.5.0-6.el9ost.noarch. 742 kB/s | 25 kB 00:00 (339/399): python3-openstacksdk-0.55.1-17.1.202 16 MB/s | 735 kB 00:00 (340/399): python3-paste-3.5.0-5.el9ost.noarch. 18 MB/s | 776 kB 00:00 (341/399): python3-paste-deploy-2.1.1-4.el9ost. 945 kB/s | 41 kB 00:00 (342/399): python3-pystache-0.5.4-15.el9ost.noa 3.5 MB/s | 132 kB 00:00 (343/399): python3-repoze-lru-0.7-12.el9ost.noa 924 kB/s | 32 kB 00:00 (344/399): python3-routes-2.4.1-14.el9ost.noarc 4.7 MB/s | 188 kB 00:00 (345/399): python3-rsa-4.6-3.1.el9ost.noarch.rp 1.5 MB/s | 57 kB 00:00 (346/399): python3-secretstorage-3.3.1-3.el9ost 878 kB/s | 36 kB 00:00 (347/399): python3-simplejson-3.17.5-3.el9ost.x 6.8 MB/s | 266 kB 00:00 (348/399): python3-tempita-0.5.1-27.el9ost.noar 959 kB/s | 36 kB 00:00 (349/399): python3-testtools-2.4.0-10.el9ost.no 8.0 MB/s | 333 kB 00:00 (350/399): python3-tripleo-common-15.4.1-17.1.2 5.0 MB/s | 202 kB 00:00 (351/399): python3-tripleoclient-16.5.1-17.1.20 12 MB/s | 553 kB 00:00 (352/399): python3-vine-5.0.0-5.el9ost.noarch.r 769 kB/s | 26 kB 00:00 (353/399): python3-warlock-1.3.3-7.el9ost.noarc 598 kB/s | 21 kB 00:00 (354/399): python3-yappi-1.3.1-5.el9ost.x86_64. 1.4 MB/s | 56 kB 00:00 (355/399): python3-yaql-1.1.3-13.el9ost.noarch. 4.6 MB/s | 180 kB 00:00 (356/399): ruby-augeas-0.5.0-29.el9ost.x86_64.r 795 kB/s | 29 kB 00:00 (357/399): ruby-facter-3.14.19-3.el9ost.x86_64. 266 kB/s | 9.5 kB 00:00 (358/399): yaml-cpp-0.6.3-6.el9ost.x86_64.rpm 3.2 MB/s | 123 kB 00:00 (359/399): ansible-role-lunasa-hsm-1.1.1-17.1.2 523 kB/s | 19 kB 00:00 (360/399): openstack-heat-api-16.1.1-17.1.20250 455 kB/s | 16 kB 00:00 (361/399): openstack-heat-engine-16.1.1-17.1.20 449 kB/s | 15 kB 00:00 (362/399): openstack-heat-common-16.1.1-17.1.20 26 MB/s | 1.6 MB 00:00 (363/399): openstack-heat-monolith-16.1.1-17.1. 385 kB/s | 16 kB 00:00 (364/399): openstack-tripleo-heat-templates-14. 14 MB/s | 617 kB 00:00 (365/399): puppet-barbican-18.4.2-17.1.20250625 1.5 MB/s | 57 kB 00:00 (366/399): python-openstackclient-lang-5.5.2-17 1.5 MB/s | 58 kB 00:00 (367/399): python3-openstackclient-5.5.2-17.1.2 22 MB/s | 1.1 MB 00:00 (368/399): tripleo-ansible-3.3.1-17.1.202507021 13 MB/s | 570 kB 00:00 (369/399): libunwind-1.6.2-1.el9cp.x86_64.rpm 1.5 MB/s | 68 kB 00:00 (370/399): cephadm-18.2.1-361.el9cp.noarch.rpm 8.3 MB/s | 354 kB 00:00 (371/399): ipa-client-common-4.10.1-12.el9_2.2. 1.0 MB/s | 44 kB 00:00 (372/399): ipa-common-4.10.1-12.el9_2.2.noarch. 12 MB/s | 656 kB 00:00 (373/399): python3-ipaclient-4.10.1-12.el9_2.2. 15 MB/s | 648 kB 00:00 (374/399): python3-ipalib-4.10.1-12.el9_2.2.noa 15 MB/s | 663 kB 00:00 (375/399): perl-HTTP-Tiny-0.076-461.el9_2.noarc 1.4 MB/s | 57 kB 00:00 (376/399): ruby-3.0.4-161.el9_2.2.x86_64.rpm 1.0 MB/s | 41 kB 00:00 (377/399): ruby-default-gems-3.0.4-161.el9_2.2. 1.2 MB/s | 46 kB 00:00 (378/399): rubygem-bigdecimal-3.0.0-161.el9_2.2 1.5 MB/s | 55 kB 00:00 (379/399): ruby-libs-3.0.4-161.el9_2.2.x86_64.r 44 MB/s | 3.3 MB 00:00 (380/399): skopeo-1.11.2-0.1.el9_2.2.x86_64.rpm 47 MB/s | 7.9 MB 00:00 (381/399): rubygem-io-console-0.5.7-161.el9_2.2 534 kB/s | 26 kB 00:00 (382/399): rubygem-bundler-2.2.33-161.el9_2.2.n 5.2 MB/s | 456 kB 00:00 (383/399): rubygem-psych-3.3.2-161.el9_2.2.x86_ 1.7 MB/s | 60 kB 00:00 (384/399): rubygem-json-2.5.1-161.el9_2.2.x86_6 1.4 MB/s | 59 kB 00:00 (385/399): rubygem-rdoc-6.3.3-161.el9_2.2.noarc 9.9 MB/s | 441 kB 00:00 (386/399): rubygem-rexml-3.2.5-161.el9_2.2.noar 2.7 MB/s | 110 kB 00:00 (387/399): rubygems-3.2.33-161.el9_2.2.noarch.r 6.6 MB/s | 306 kB 00:00 (388/399): qemu-img-7.2.0-14.el9_2.18.x86_64.rp 33 MB/s | 2.2 MB 00:00 (389/399): buildah-1.29.5-1.el9_2.x86_64.rpm 58 MB/s | 8.6 MB 00:00 (390/399): libblkid-2.37.4-11.el9_2.x86_64.rpm 1.9 MB/s | 109 kB 00:00 (391/399): libfdisk-2.37.4-11.el9_2.x86_64.rpm 3.6 MB/s | 156 kB 00:00 (392/399): libxslt-1.1.34-11.el9_2.x86_64.rpm 1.4 MB/s | 245 kB 00:00 (393/399): libmount-2.37.4-11.el9_2.x86_64.rpm 2.9 MB/s | 136 kB 00:00 (394/399): libsmartcols-2.37.4-11.el9_2.x86_64. 1.6 MB/s | 65 kB 00:00 (395/399): libuuid-2.37.4-11.el9_2.x86_64.rpm 797 kB/s | 30 kB 00:00 (396/399): util-linux-core-2.37.4-11.el9_2.x86_ 9.2 MB/s | 464 kB 00:00 (397/399): device-mapper-libs-1.02.187-7.el9_2. 3.7 MB/s | 176 kB 00:00 (398/399): util-linux-2.37.4-11.el9_2.x86_64.rp 16 MB/s | 2.3 MB 00:00 (399/399): device-mapper-1.02.187-7.el9_2.2.x86 652 kB/s | 142 kB 00:00 -------------------------------------------------------------------------------- Total 16 MB/s | 97 MB 00:06 Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Running scriptlet: rhel-system-roles-1.21.2-1.el9_2.noarch 1/1 Preparing : 1/1 Installing : ruby-libs-3.0.4-161.el9_2.2.x86_64 1/408 Installing : python3-webob-1.8.7-2.1.el9ost.noarch 2/408 Installing : rubygem-bigdecimal-3.0.0-161.el9_2.2.x86_64 3/408 Installing : ruby-default-gems-3.0.4-161.el9_2.2.noarch 4/408 Installing : rubygem-bundler-2.2.33-161.el9_2.2.noarch 5/408 Installing : rubygem-io-console-0.5.7-161.el9_2.2.x86_64 6/408 Installing : rubygem-json-2.5.1-161.el9_2.2.x86_64 7/408 Installing : rubygem-psych-3.3.2-161.el9_2.2.x86_64 8/408 Installing : rubygem-rdoc-6.3.3-161.el9_2.2.noarch 9/408 Installing : rubygems-3.2.33-161.el9_2.2.noarch 10/408 Installing : ruby-3.0.4-161.el9_2.2.x86_64 11/408 Installing : python3-simplejson-3.17.5-3.el9ost.x86_64 12/408 Installing : python3-oslo-context-3.2.1-17.1.20230620204857.b 13/408 Upgrading : libuuid-2.37.4-11.el9_2.x86_64 14/408 Upgrading : libblkid-2.37.4-11.el9_2.x86_64 15/408 Running scriptlet: libblkid-2.37.4-11.el9_2.x86_64 15/408 Installing : python3-sqlalchemy13-1.3.24-3.el9ost.x86_64 16/408 Installing : python3-pyasn1-0.4.8-6.el9.noarch 17/408 Installing : python3-psutil-5.8.0-12.el9.x86_64 18/408 Installing : boost-regex-1.75.0-8.el9.x86_64 19/408 Installing : boost-system-1.75.0-8.el9.x86_64 20/408 Installing : boost-filesystem-1.75.0-8.el9.x86_64 21/408 Installing : libaio-0.3.111-13.el9.x86_64 22/408 Installing : boost-thread-1.75.0-8.el9.x86_64 23/408 Installing : augeas-libs-1.13.0-3.el9.x86_64 24/408 Installing : python3-mako-1.1.4-6.el9.noarch 25/408 Installing : python3-dogpile-cache-1.1.5-5.el9ost.noarch 26/408 Installing : boost-chrono-1.75.0-8.el9.x86_64 27/408 Installing : boost-locale-1.75.0-8.el9.x86_64 28/408 Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 29/408 Upgrading : libmount-2.37.4-11.el9_2.x86_64 30/408 Installing : perl-Digest-1.19-4.el9.noarch 31/408 Installing : perl-Digest-MD5-2.58-4.el9.x86_64 32/408 Installing : perl-B-1.80-480.el9.x86_64 33/408 Installing : perl-FileHandle-2.03-480.el9.noarch 34/408 Installing : perl-Data-Dumper-2.174-462.el9.x86_64 35/408 Installing : perl-libnet-3.13-4.el9.noarch 36/408 Installing : perl-AutoLoader-5.74-480.el9.noarch 37/408 Installing : perl-base-2.27-480.el9.noarch 38/408 Installing : perl-URI-5.09-3.el9.noarch 39/408 Installing : perl-Time-Local-2:1.300-7.el9.noarch 40/408 Installing : perl-Mozilla-CA-20200520-6.el9.noarch 41/408 Installing : perl-if-0.60.800-480.el9.noarch 42/408 Installing : perl-IO-Socket-IP-0.41-5.el9.noarch 43/408 Installing : perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch 44/408 Installing : perl-Net-SSLeay-1.92-2.el9.x86_64 45/408 Installing : perl-Pod-Escapes-1:1.07-460.el9.noarch 46/408 Installing : perl-File-Path-2.18-4.el9.noarch 47/408 Installing : perl-IO-Socket-SSL-2.073-1.el9.noarch 48/408 Installing : perl-Term-ANSIColor-5.01-461.el9.noarch 49/408 Installing : perl-Class-Struct-0.66-480.el9.noarch 50/408 Installing : perl-POSIX-1.94-480.el9.x86_64 51/408 Installing : perl-IPC-Open3-1.21-480.el9.noarch 52/408 Installing : perl-subs-1.03-480.el9.noarch 53/408 Installing : perl-Pod-Simple-1:3.42-4.el9.noarch 54/408 Installing : perl-Term-Cap-1.17-460.el9.noarch 55/408 Installing : perl-File-Temp-1:0.231.100-4.el9.noarch 56/408 Installing : perl-HTTP-Tiny-0.076-461.el9_2.noarch 57/408 Installing : perl-Socket-4:2.031-4.el9.x86_64 58/408 Installing : perl-SelectSaver-1.02-480.el9.noarch 59/408 Installing : perl-Symbol-1.08-480.el9.noarch 60/408 Installing : perl-File-stat-1.09-480.el9.noarch 61/408 Installing : perl-podlators-1:4.14-460.el9.noarch 62/408 Installing : perl-Pod-Perldoc-3.28.01-461.el9.noarch 63/408 Installing : perl-Text-ParseWords-3.30-460.el9.noarch 64/408 Installing : perl-Fcntl-1.13-480.el9.x86_64 65/408 Installing : perl-mro-1.23-480.el9.x86_64 66/408 Installing : perl-IO-1.43-480.el9.x86_64 67/408 Installing : perl-overloading-0.02-480.el9.noarch 68/408 Installing : perl-Pod-Usage-4:2.01-4.el9.noarch 69/408 Installing : perl-parent-1:0.238-460.el9.noarch 70/408 Installing : perl-MIME-Base64-3.16-4.el9.x86_64 71/408 Installing : perl-Scalar-List-Utils-4:1.56-461.el9.x86_64 72/408 Installing : perl-constant-1.33-461.el9.noarch 73/408 Installing : perl-Errno-1.30-480.el9.x86_64 74/408 Installing : perl-File-Basename-2.85-480.el9.noarch 75/408 Installing : perl-Getopt-Std-1.12-480.el9.noarch 76/408 Installing : perl-Storable-1:3.21-460.el9.x86_64 77/408 Installing : perl-overload-1.31-480.el9.noarch 78/408 Installing : perl-vars-1.05-480.el9.noarch 79/408 Installing : perl-Getopt-Long-1:2.52-4.el9.noarch 80/408 Installing : perl-Exporter-5.74-461.el9.noarch 81/408 Installing : perl-Carp-1.50-460.el9.noarch 82/408 Installing : perl-PathTools-3.78-461.el9.x86_64 83/408 Installing : perl-NDBM_File-1.15-480.el9.x86_64 84/408 Installing : perl-Encode-4:3.08-462.el9.x86_64 85/408 Installing : perl-libs-4:5.32.1-480.el9.x86_64 86/408 Installing : perl-interpreter-4:5.32.1-480.el9.x86_64 87/408 Upgrading : libsmartcols-2.37.4-11.el9_2.x86_64 88/408 Installing : python3-vine-5.0.0-5.el9ost.noarch 89/408 Installing : python3-amqp-5.0.6-5.el9ost.noarch 90/408 Installing : python3-tempita-0.5.1-27.el9ost.noarch 91/408 Installing : python3-munch-2.5.0-6.el9ost.noarch 92/408 Installing : python3-msgpack-1.0.2-4.el9ost.x86_64 93/408 Installing : python3-oslo-serialization-4.1.1-17.1.2023062101 94/408 Installing : python3-requestsexceptions-1.4.0-17.1.2023062016 95/408 Installing : python3-os-service-types-1.7.0-17.1.202306202012 96/408 Installing : python3-keystoneauth1-4.4.0-17.1.20240812145234. 97/408 Installing : python3-novaclient-1:17.4.1-17.1.20230621034300. 98/408 Installing : python3-cinderclient-7.4.1-17.1.20230620211836.4 99/408 Installing : python3-futurist-2.3.0-17.1.20230621104020.1a1c6 100/408 Installing : dib-utils-0.0.11-17.1.20230620173328.51661c3.el9 101/408 Installing : os-refresh-config-13.1.1-17.1.20231020000854.812 102/408 Installing : python3-zope-event-4.2.0-20.el9ost.noarch 103/408 Installing : python3-tenacity-6.3.1-1.el9ost.noarch 104/408 Installing : python3-pyOpenSSL-20.0.1-2.el9ost.noarch 105/408 Installing : python3-paste-3.5.0-5.el9ost.noarch 106/408 Installing : python3-paste-deploy-2.1.1-4.el9ost.noarch 107/408 Installing : python3-passlib-1.7.4-3.el9ost.noarch 108/408 Installing : python3-jmespath-0.10.0-1.el9ost.noarch 109/408 Installing : python3-jeepney-0.6.0-2.el9ost.noarch 110/408 Installing : libsodium-1.0.18-7.el9ost.x86_64 111/408 Installing : python3-gssapi-1.6.9-5.el9.x86_64 112/408 Installing : python3-qrcode-core-6.1-12.el9.noarch 113/408 Installing : python3-pyusb-1.0.2-13.el9.noarch 114/408 Installing : python3-appdirs-1.4.4-4.el9.noarch 115/408 Installing : python3-openstacksdk-0.55.1-17.1.20250516211008. 116/408 Installing : python3-os-client-config-2.1.0-17.1.202306202031 117/408 Installing : python3-metalsmith-1.4.4-17.1.20240522060758.5e7 118/408 Installing : python3-dns-2.2.1-2.el9.noarch 119/408 Installing : python3-openvswitch3.3-3.3.4-110.el9fdp.x86_64 120/408 Installing : python3-rhosp-openvswitch-3.3-1.el9ost.noarch 121/408 Installing : python3-shade-1.33.0-17.1.20230620225148.e7c7f29 122/408 Installing : python3-yubico-1.3.3-7.el9.noarch 123/408 Installing : python3-urllib-gssapi-1.0.2-4.el9.noarch 124/408 Installing : python3-pynacl-1.4.0-1.el9ost.x86_64 125/408 Installing : python3-secretstorage-3.3.1-3.el9ost.noarch 126/408 Installing : python3-keyring-21.8.0-4.el9ost.noarch 127/408 Installing : python3-keystoneclient-1:4.3.0-17.1.202306210251 128/408 Installing : python3-swiftclient-3.11.1-17.1.20230620204150.0 129/408 Installing : python3-zope-interface-5.4.0-1.el9ost.x86_64 130/408 Installing : python3-gevent-21.1.2-2.el9ost.x86_64 131/408 Installing : python3-etcd3gw-0.2.6-2.el9ost.noarch 132/408 Installing : python3-oslo-reports-2.2.0-17.1.20230620210621.b 133/408 Installing : python3-kombu-1:5.0.2-3.el9ost.noarch 134/408 Upgrading : util-linux-core-2.37.4-11.el9_2.x86_64 135/408 Running scriptlet: util-linux-core-2.37.4-11.el9_2.x86_64 135/408 Installing : openssl-perl-1:3.0.7-6.el9_2.x86_64 136/408 Installing : python3-ldap-3.4.3-2.el9.x86_64 137/408 Installing : python3-alembic-1.7.5-3.el9.noarch 138/408 Installing : python3-augeas-0.5.0-25.el9.noarch 139/408 Installing : ruby-augeas-0.5.0-29.el9ost.x86_64 140/408 Installing : device-mapper-persistent-data-0.9.0-13.el9.x86_6 141/408 Installing : qemu-img-17:7.2.0-14.el9_2.18.x86_64 142/408 Installing : python3-rsa-4.6-3.1.el9ost.noarch 143/408 Installing : python3-boto-2.45.0-8.1.el9ost.noarch 144/408 Installing : heat-cfntools-1.4.2-6.1.el9ost.noarch 145/408 Upgrading : libfdisk-2.37.4-11.el9_2.x86_64 146/408 Upgrading : util-linux-2.37.4-11.el9_2.x86_64 147/408 Upgrading : device-mapper-libs-9:1.02.187-7.el9_2.2.x86_64 148/408 Upgrading : device-mapper-9:1.02.187-7.el9_2.2.x86_64 149/408 Installing : device-mapper-event-libs-9:1.02.187-7.el9_2.2.x8 150/408 Installing : buildah-1:1.29.5-1.el9_2.x86_64 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 : libxslt-1.1.34-11.el9_2.x86_64 168/408 Installing : ipa-client-common-4.10.1-12.el9_2.2.noarch 169/408 Installing : libunwind-1.6.2-1.el9cp.x86_64 170/408 Installing : python-openstackclient-lang-5.5.2-17.1.202506161 171/408 Installing : yaml-cpp-0.6.3-6.el9ost.x86_64 172/408 Installing : python3-yaql-1.1.3-13.el9ost.noarch 173/408 Installing : python3-yappi-1.3.1-5.el9ost.x86_64 174/408 Installing : python3-warlock-1.3.3-7.el9ost.noarch 175/408 Installing : python3-glanceclient-1:3.3.0-17.1.20240712170803 176/408 Installing : python3-repoze-lru-0.7-12.el9ost.noarch 177/408 Installing : python3-routes-2.4.1-14.el9ost.noarch 178/408 Installing : python3-extras-1.0.0-17.el9ost.noarch 179/408 Installing : python3-colorama-0.4.4-4.el9ost.noarch 180/408 Installing : python3-cachetools-4.2.2-3.el9ost.noarch 181/408 Installing : openstack-tripleo-common-containers-15.4.1-17.1. 182/408 Installing : python3-waitress-2.0.0-4.el9ost.noarch 183/408 Installing : python-oslo-db-lang-8.5.2-17.1.20240820150750.26 184/408 Installing : openstack-selinux-0.8.37-17.1.20231107080825.05d 185/408 Running scriptlet: openstack-selinux-0.8.37-17.1.20231107080825.05d 185/408 Installing : python3-sqlparse-0.4.1-2.el9ost.noarch 186/408 Installing : python3-migrate-0.13.0-1.el9ost.noarch 187/408 Installing : python3-werkzeug-2.0.1-7.el9ost.noarch 188/408 Installing : python3-statsd-3.2.1-20.1.el9ost.noarch 189/408 Installing : python3-oslo-rootwrap-6.3.1-17.1.20230621110703. 190/408 Installing : python3-os-traits-2.5.0-17.1.20230620221402.ac1b 191/408 Installing : python-pycadf-common-3.1.1-17.1.20230620210757.4 192/408 Installing : python3-pycadf-3.1.1-17.1.20230620210757.4179996 193/408 Installing : python-oslo-versionedobjects-lang-2.4.1-17.1.202 194/408 Installing : python-oslo-policy-lang-3.7.1-17.1.2023062100394 195/408 Installing : python3-oslo-policy-3.7.1-17.1.20230621003949.63 196/408 Installing : python3-oslo-upgradecheck-1.3.1-17.1.20230621010 197/408 Installing : python-oslo-middleware-lang-4.2.1-17.1.202306210 198/408 Installing : python3-oslo-middleware-4.2.1-17.1.2023062101122 199/408 Installing : python-oslo-log-lang-4.4.0-17.1.20230620205407.9 200/408 Installing : python3-oslo-log-4.4.0-17.1.20230620205407.9b29c 201/408 Installing : python-oslo-cache-lang-2.7.1-17.1.20230621012756 202/408 Installing : python3-soupsieve-2.2-1.el9ost.noarch 203/408 Installing : python3-beautifulsoup4-4.9.3-2.el9ost.noarch 204/408 Installing : python3-lxml-4.6.5-3.el9.x86_64 205/408 Installing : python3-webtest-2.0.35-6.el9ost.noarch 206/408 Installing : python3-smmap-3.0.1-4.el9ost.noarch 207/408 Installing : python3-gitdb-4.0.5-2.el9ost.noarch 208/408 Installing : python3-GitPython-3.1.14-2.el9ost.noarch 209/408 Installing : python3-setproctitle-1.2.2-1.el9ost.x86_64 210/408 Installing : python3-pyperclip-1.8.0-3.el9ost.noarch 211/408 Installing : python3-natsort-7.1.1-2.el9ost.noarch 212/408 Installing : python3-croniter-0.3.35-2.el9ost.noarch 213/408 Installing : python3-mimeparse-1.6.0-16.el9ost.noarch 214/408 Installing : python3-fixtures-3.0.0-24.el9ost.noarch 215/408 Installing : python3-testtools-2.4.0-10.el9ost.noarch 216/408 Installing : python3-oslo-service-2.5.1-17.1.20240821200745.c 217/408 Installing : python3-oslo-messaging-12.7.3-17.1.2023121913080 218/408 Installing : python3-osprofiler-3.4.0-17.1.20230620215259.5d8 219/408 Installing : python3-oslo-versionedobjects-2.4.1-17.1.2023062 220/408 Installing : python3-memcached-1.59-3.el9ost.noarch 221/408 Installing : python3-oslo-cache-2.7.1-17.1.20230621012756.d02 222/408 Installing : python3-keystonemiddleware-9.2.0-17.1.2023062021 223/408 Installing : python3-logutils-0.3.5-15.el9ost.noarch 224/408 Installing : python3-pecan-1.4.0-2.el9ost.noarch 225/408 Installing : python3-lockfile-1:0.12.2-2.el9ost.noarch 226/408 Installing : python3-docutils-0.16-6.el9ost.noarch 227/408 Installing : python3-daemon-2.3.0-1.el9ost.noarch 228/408 Installing : python3-bcrypt-3.1.7-7.el9ost.x86_64 229/408 Installing : python3-paramiko-2.11.0-2.el9ost.noarch 230/408 Installing : openpgm-5.2.122-26.el9ost.x86_64 231/408 Installing : zeromq-4.3.4-1.el9ost.x86_64 232/408 Installing : python3-zmq-22.0.3-1.el9ost.x86_64 233/408 Installing : python3-tinyrpc-1.0.3-6.el9ost.noarch 234/408 Installing : python3-os-ken-1.4.1-17.1.20241205090937.018d755 235/408 warning: group neutron does not exist - using root Installing : golang-github-vbatts-tar-split-0.11.1-9.el9ost.x 236/408 Running scriptlet: ipa-selinux-4.10.1-6.el9.noarch 237/408 Installing : ipa-selinux-4.10.1-6.el9.noarch 237/408 Running scriptlet: ipa-selinux-4.10.1-6.el9.noarch 237/408 Installing : ipa-common-4.10.1-12.el9_2.2.noarch 238/408 Installing : oniguruma-6.9.6-1.el9.5.x86_64 239/408 Installing : jq-1.6-14.el9.x86_64 240/408 Installing : python3-wcwidth-0.2.5-8.el9.noarch 241/408 Installing : python3-cmd2-1.4.0-4.el9ost.noarch 242/408 Installing : python3-cliff-3.7.0-17.1.20230620172206.117a100. 243/408 Installing : python3-osc-lib-2.3.1-17.1.20230620203400.2b7a67 244/408 Installing : python3-heatclient-2.3.1-17.1.20230621012952.d16 245/408 Installing : python3-neutronclient-7.3.1-17.1.20230621044049. 246/408 Installing : python3-zaqarclient-2.4.0-17.1.20230620214253.e3 247/408 Installing : python3-ironic-inspector-client-4.5.0-17.1.20230 248/408 Installing : python3-mistralclient-4.2.0-17.1.20230620220528. 249/408 Installing : python3-troveclient-7.0.0-17.1.20230620220924.c7 250/408 Installing : os-collect-config-13.1.1-17.1.20231020001748.761 251/408 Running scriptlet: os-collect-config-13.1.1-17.1.20231020001748.761 251/408 Installing : python3-heat-agent-2.2.1-17.1.20230620232028.ed1 252/408 Installing : python3-heat-agent-apply-config-2.2.1-17.1.20230 253/408 Installing : python3-heat-agent-docker-cmd-2.2.1-17.1.2023062 254/408 Installing : python3-heat-agent-hiera-2.2.1-17.1.202306202320 255/408 Installing : python3-heat-agent-json-file-2.2.1-17.1.20230620 256/408 Installing : python3-aodhclient-2.2.0-17.1.20230620222234.b74 257/408 Installing : python3-designateclient-4.2.1-17.1.2023062102313 258/408 Installing : python3-magnumclient-3.4.1-17.1.20230621053508.2 259/408 Installing : python3-manilaclient-2.6.4-17.1.20240830140806.7 260/408 Installing : python3-barbicanclient-5.3.0-17.1.20230620213453 261/408 Installing : python3-PyMySQL-0.10.1-6.el9.noarch 262/408 Installing : python3-oslo-db-8.5.2-17.1.20240820150750.26fd6f 263/408 Installing : python3-neutron-lib-2.10.3-17.1.20231221164814.6 264/408 Installing : boost-atomic-1.75.0-8.el9.x86_64 265/408 Installing : boost-log-1.75.0-8.el9.x86_64 266/408 Installing : boost-program-options-1.75.0-8.el9.x86_64 267/408 Installing : sshpass-1.09-4.el9.x86_64 268/408 Installing : openstack-ansible-core-2.14.2-4.7.el9ost.x86_64 269/408 Installing : python3-ansible-runner-2.0.0a1-3.el9ost.noarch 270/408 Installing : ansible-pacemaker-1.0.4-17.1.20231213170757.7c10 271/408 Installing : python3-validations-libs-1.9.1-17.1.202309130208 272/408 Installing : validations-common-1.9.1-17.1.20231006020828.f27 273/408 Installing : ansible-collection-ansible-posix-1.2.0-1.3.el9os 274/408 Installing : ansible-collection-community-general-4.0.0-1.1.e 275/408 Installing : ansible-role-chrony-1.3.1-17.1.20230621084226.01 276/408 Installing : ansible-role-container-registry-1.4.1-17.1.20230 277/408 Installing : ansible-role-redhat-subscription-1.3.0-17.1.2023 278/408 Installing : ansible-tripleo-ipsec-11.0.1-17.1.20230620172008 279/408 Installing : ansible-collection-containers-podman-1.9.4-5.el9 280/408 Installing : ansible-collections-openstack-1.9.1-17.1.2025051 281/408 Installing : ansible-role-metalsmith-deployment-1.4.4-17.1.20 282/408 Installing : ansible-role-openstack-operations-0.0.1-17.1.202 283/408 Installing : ansible-freeipa-1.9.2-3.el9_2.noarch 284/408 Installing : rhel-system-roles-1.21.2-1.el9_2.noarch 285/408 Installing : ansible-collection-ansible-utils-2.3.0-2.el9ost. 286/408 Installing : ansible-collection-ansible-netcommon-2.2.0-1.2.e 287/408 Installing : ansible-config_template-2.0.1-17.1.2023062108392 288/408 Installing : ansible-role-atos-hsm-1.0.1-17.1.20230927001631. 289/408 Installing : ansible-role-collectd-config-0.0.3-17.1.20230620 290/408 Installing : ansible-role-qdr-config-0.0.2-17.1.2023062017113 291/408 Installing : ansible-role-thales-hsm-3.0.1-17.1.2023100722080 292/408 Installing : ansible-role-tripleo-modify-image-1.5.1-17.1.202 293/408 Installing : python3-heat-agent-ansible-2.2.1-17.1.2023062023 294/408 Installing : ansible-role-lunasa-hsm-1.1.1-17.1.2025060318083 295/408 Installing : python3-jwcrypto-0.8-4.el9.noarch 296/408 Installing : libburn-1.5.4-4.el9.x86_64 297/408 Installing : iptables-nft-services-1.8.8-6.el9_1.noarch 298/408 Running scriptlet: iptables-nft-services-1.8.8-6.el9_1.noarch 298/408 Installing : libisofs-1.5.4-4.el9.x86_64 299/408 Installing : libisoburn-1.5.4-4.el9.x86_64 300/408 Installing : xorriso-1.5.4-4.el9.x86_64 301/408 Running scriptlet: xorriso-1.5.4-4.el9.x86_64 301/408 Installing : boost-nowide-1.75.0-8.el9.x86_64 302/408 Installing : leatherman-1.12.6-5.el9ost.x86_64 303/408 Installing : cpp-hocon-0.3.0-7.el9ost.x86_64 304/408 Installing : facter-1:3.14.19-3.el9ost.x86_64 305/408 Installing : ruby-facter-1:3.14.19-3.el9ost.x86_64 306/408 Installing : rubygem-puppet-resource_api-1.8.13-1.el9ost.noar 307/408 Running scriptlet: puppet-headless-7.10.0-4.el9ost.noarch 308/408 Installing : puppet-headless-7.10.0-4.el9ost.noarch 308/408 Installing : puppet-7.10.0-4.el9ost.noarch 309/408 Running scriptlet: puppet-7.10.0-4.el9ost.noarch 309/408 Installing : puppet-stdlib-6.3.1-17.1.20230621000857.7c1ae25. 310/408 Installing : puppet-inifile-4.2.1-17.1.20230620180624.df46d2a 311/408 Installing : puppet-concat-6.2.1-17.1.20230620181556.dfeabb9. 312/408 Installing : puppet-apache-6.5.2-17.1.20230621001106.e4a1532. 313/408 Installing : puppet-xinetd-3.3.1-17.1.20230620185435.8d460c4. 314/408 Installing : puppet-firewall-3.4.1-17.1.20230621022040.94f707 315/408 Installing : puppet-memcached-6.0.0-17.1.20230620184630.4c70d 316/408 Installing : puppet-sysctl-0.0.13-17.1.20230620183456.847ec1c 317/408 Installing : puppet-rsync-1.1.4-17.1.20230621002829.ea6397e.e 318/408 Installing : puppet-corosync-8.0.1-17.1.20230621104908.6a9da9 319/408 Installing : puppet-mysql-10.6.1-17.1.20230621022141.937d044. 320/408 Installing : puppet-systemd-2.12.1-17.1.20230620191611.8f68b0 321/408 Installing : puppet-redis-6.1.1-17.1.20230620191704.547105e.e 322/408 Installing : puppet-openstack_extras-18.5.1-17.1.202306210424 323/408 Installing : puppet-horizon-18.6.1-17.1.20230621075748.8074e6 324/408 Installing : puppet-pacemaker-1.5.1-17.1.20250214161010.f10ce 325/408 Installing : puppet-auditd-2.2.1-17.1.20230620192453.189b22b. 326/408 Installing : puppet-collectd-13.0.1-17.1.20230620193147.ad138 327/408 Installing : puppet-dns-8.2.1-17.1.20230621002045.70f5b28.el9 328/408 Installing : puppet-haproxy-4.2.2-17.1.20230620193950.a797b8c 329/408 Installing : puppet-keepalived-0.0.2-17.1.20230620194716.bbca 330/408 Installing : puppet-rsyslog-4.0.1-17.1.20230620200132.2548a0d 331/408 Installing : puppet-ssh-6.2.1-17.1.20230620190251.6e0f430.el9 332/408 Installing : puppet-fdio-18.2-1.20220727113954.6fd1c8e.el9ost 333/408 Installing : puppet-archive-4.6.1-17.1.20230620181607.bc7e4ff 334/408 Installing : puppet-rabbitmq-11.0.1-17.1.20230620182519.63fee 335/408 Installing : puppet-openstacklib-18.5.2-17.1.20230621052822.6 336/408 Installing : puppet-oslo-18.5.1-17.1.20230621052358.fe2a147.e 337/408 Installing : puppet-keystone-18.6.1-17.1.20250425111017.cb0ad 338/408 Installing : puppet-glance-18.6.1-17.1.20250220151014.81b081d 339/408 Installing : puppet-cinder-18.5.2-17.1.20230621054224.6aa60e7 340/408 Installing : puppet-nova-18.6.1-17.1.20230621090443.a21eae4.e 341/408 Installing : puppet-octavia-18.5.1-17.1.20230621062420.842492 342/408 Installing : puppet-manila-18.5.2-17.1.20231102190827.a72a7d5 343/408 Installing : puppet-ceilometer-18.4.3-17.1.20230927010818.383 344/408 Installing : puppet-designate-18.6.1-17.1.20230621061456.f4c0 345/408 Installing : puppet-gnocchi-18.4.3-17.1.20230621061020.7584b9 346/408 Installing : puppet-heat-18.4.1-17.1.20230621111632.3b41bb0.e 347/408 Installing : puppet-placement-5.4.3-17.1.20230621061610.e7557 348/408 Installing : puppet-swift-18.6.1-17.1.20230621052139.f105ffc. 349/408 Installing : puppet-barbican-18.4.2-17.1.20250625204151.af6c7 350/408 Installing : puppet-aodh-18.4.2-17.1.20230620151218.3e47b5a.e 351/408 Installing : puppet-certmonger-2.7.1-17.1.20230620184730.3e2e 352/408 Installing : puppet-etcd-1.12.3-17.1.20230620193226.e143c2d.e 353/408 Installing : puppet-git-0.5.0-17.1.20230620193928.4e4498e.el9 354/408 Installing : puppet-ipaclient-2.5.2-17.1.20230620194626.b0867 355/408 Installing : puppet-nssdb-1.0.2-17.1.20230620185645.2ed2a2d.e 356/408 Installing : puppet-qdr-7.4.1-17.1.20230620195605.8a575de.el9 357/408 Installing : puppet-snmp-3.9.1-17.1.20230620200411.5d73485.el 358/408 Installing : puppet-ovn-18.6.1-17.1.20240925094907.7805f7e.el 359/408 Installing : puppet-kmod-2.5.0-17.1.20230620190646.52e31e3.el 360/408 Installing : puppet-vswitch-14.4.3-17.1.20230621043558.51e82c 361/408 Installing : puppet-neutron-18.6.1-17.1.20230621053056.c9d467 362/408 Installing : puppet-module-data-0.5.1-17.1.20230620195419.28d 363/408 Installing : puppet-remote-10.0.0-17.1.20230620192417.7420908 364/408 Installing : puppet-vcsrepo-3.1.1-17.1.20230620183456.a36ee18 365/408 Installing : puppet-ironic-18.7.1-17.1.20240305210817.edf93f9 366/408 Installing : python3-heat-agent-puppet-2.2.1-17.1.20230620232 367/408 Installing : openstack-heat-agents-2.2.1-17.1.20230620232028. 368/408 Installing : python3-sss-murmur-2.8.2-5.el9_2.5.x86_64 369/408 Installing : libipa_hbac-2.8.2-5.el9_2.5.x86_64 370/408 Installing : python3-libipa_hbac-2.8.2-5.el9_2.5.x86_64 371/408 Installing : python3-ipalib-4.10.1-12.el9_2.2.noarch 372/408 Installing : python3-ipaclient-4.10.1-12.el9_2.2.noarch 373/408 Installing : pkgconf-m4-1.7.3-10.el9.noarch 374/408 Installing : libpkgconf-1.7.3-10.el9.x86_64 375/408 Installing : pkgconf-1.7.3-10.el9.x86_64 376/408 Installing : pkgconf-pkg-config-1.7.3-10.el9.x86_64 377/408 Installing : bash-completion-1:2.11-4.el9.noarch 378/408 Installing : python3-openstackclient-5.5.2-17.1.2025061610090 379/408 Running scriptlet: python3-openstackclient-5.5.2-17.1.2025061610090 379/408 The 'openstack bgp speaker show dragents' CLI is deprecated and will be removed in the future. Use 'openstack bgp dragent list' CLI instead. Installing : python3-ironicclient-4.6.4-17.1.20230621041552.0 380/408 Installing : python3-tripleo-common-15.4.1-17.1.2025052716141 381/408 Installing : tripleo-ansible-3.3.1-17.1.20250702110757.8debef 382/408 Installing : openstack-tripleo-validations-14.3.2-17.1.202501 383/408 Installing : python3-saharaclient-3.3.0-17.1.20230620222322.4 384/408 Installing : python3-octaviaclient-2.3.1-17.1.20231106100828. 385/408 Running scriptlet: openstack-heat-common-1:16.1.1-17.1.202507031108 386/408 Installing : openstack-heat-common-1:16.1.1-17.1.202507031108 386/408 Installing : openstack-heat-api-1:16.1.1-17.1.20250703110808. 387/408 Running scriptlet: openstack-heat-api-1:16.1.1-17.1.20250703110808. 387/408 Installing : openstack-heat-engine-1:16.1.1-17.1.202507031108 388/408 Running scriptlet: openstack-heat-engine-1:16.1.1-17.1.202507031108 388/408 Installing : openstack-heat-monolith-1:16.1.1-17.1.2025070311 389/408 Running scriptlet: openstack-heat-monolith-1:16.1.1-17.1.2025070311 389/408 Installing : libkadm5-1.20.1-8.el9.x86_64 390/408 Installing : krb5-pkinit-1.20.1-8.el9.x86_64 391/408 Installing : krb5-workstation-1.20.1-8.el9.x86_64 392/408 Installing : ansible-tripleo-ipa-0.3.1-17.1.20230627190951.8d 393/408 Installing : openstack-tripleo-common-15.4.1-17.1.20250527161 394/408 Installing : openstack-tripleo-heat-templates-14.3.1-17.1.202 395/408 Installing : glibc-langpack-en-2.34-60.el9.x86_64 396/408 Installing : puppet-tripleo-14.2.3-17.1.20250320101351.40278e 397/408 Installing : python3-tripleoclient-16.5.1-17.1.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 : python3-openvswitch3.3-3.3.4-110.el9fdp.x86_64 1/408 Verifying : bash-completion-1:2.11-4.el9.noarch 2/408 Verifying : device-mapper-persistent-data-0.9.0-13.el9.x86_6 3/408 Verifying : libaio-0.3.111-13.el9.x86_64 4/408 Verifying : glibc-langpack-en-2.34-60.el9.x86_64 5/408 Verifying : krb5-pkinit-1.20.1-8.el9.x86_64 6/408 Verifying : krb5-workstation-1.20.1-8.el9.x86_64 7/408 Verifying : libkadm5-1.20.1-8.el9.x86_64 8/408 Verifying : libpkgconf-1.7.3-10.el9.x86_64 9/408 Verifying : pkgconf-1.7.3-10.el9.x86_64 10/408 Verifying : pkgconf-m4-1.7.3-10.el9.noarch 11/408 Verifying : pkgconf-pkg-config-1.7.3-10.el9.x86_64 12/408 Verifying : python3-dns-2.2.1-2.el9.noarch 13/408 Verifying : libipa_hbac-2.8.2-5.el9_2.5.x86_64 14/408 Verifying : python3-libipa_hbac-2.8.2-5.el9_2.5.x86_64 15/408 Verifying : python3-sss-murmur-2.8.2-5.el9_2.5.x86_64 16/408 Verifying : device-mapper-event-9:1.02.187-7.el9_2.2.x86_64 17/408 Verifying : device-mapper-event-libs-9:1.02.187-7.el9_2.2.x8 18/408 Verifying : lvm2-9:2.03.17-7.el9_2.2.x86_64 19/408 Verifying : lvm2-libs-9:2.03.17-7.el9_2.2.x86_64 20/408 Verifying : perl-IO-Socket-SSL-2.073-1.el9.noarch 21/408 Verifying : boost-system-1.75.0-8.el9.x86_64 22/408 Verifying : perl-Getopt-Long-1:2.52-4.el9.noarch 23/408 Verifying : perl-Storable-1:3.21-460.el9.x86_64 24/408 Verifying : python3-urllib-gssapi-1.0.2-4.el9.noarch 25/408 Verifying : boost-locale-1.75.0-8.el9.x86_64 26/408 Verifying : boost-nowide-1.75.0-8.el9.x86_64 27/408 Verifying : boost-thread-1.75.0-8.el9.x86_64 28/408 Verifying : perl-Data-Dumper-2.174-462.el9.x86_64 29/408 Verifying : perl-Exporter-5.74-461.el9.noarch 30/408 Verifying : perl-File-Temp-1:0.231.100-4.el9.noarch 31/408 Verifying : perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch 32/408 Verifying : perl-parent-1:0.238-460.el9.noarch 33/408 Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 34/408 Verifying : xorriso-1.5.4-4.el9.x86_64 35/408 Verifying : libisofs-1.5.4-4.el9.x86_64 36/408 Verifying : perl-IO-Socket-IP-0.41-5.el9.noarch 37/408 Verifying : perl-Net-SSLeay-1.92-2.el9.x86_64 38/408 Verifying : perl-PathTools-3.78-461.el9.x86_64 39/408 Verifying : perl-Pod-Simple-1:3.42-4.el9.noarch 40/408 Verifying : perl-Term-ANSIColor-5.01-461.el9.noarch 41/408 Verifying : perl-Text-ParseWords-3.30-460.el9.noarch 42/408 Verifying : perl-URI-5.09-3.el9.noarch 43/408 Verifying : perl-libnet-3.13-4.el9.noarch 44/408 Verifying : python3-lxml-4.6.5-3.el9.x86_64 45/408 Verifying : boost-chrono-1.75.0-8.el9.x86_64 46/408 Verifying : iptables-nft-services-1.8.8-6.el9_1.noarch 47/408 Verifying : perl-Carp-1.50-460.el9.noarch 48/408 Verifying : perl-Encode-4:3.08-462.el9.x86_64 49/408 Verifying : perl-Pod-Escapes-1:1.07-460.el9.noarch 50/408 Verifying : python3-psutil-5.8.0-12.el9.x86_64 51/408 Verifying : libburn-1.5.4-4.el9.x86_64 52/408 Verifying : perl-Mozilla-CA-20200520-6.el9.noarch 53/408 Verifying : perl-Term-Cap-1.17-460.el9.noarch 54/408 Verifying : perl-Time-Local-2:1.300-7.el9.noarch 55/408 Verifying : python3-jwcrypto-0.8-4.el9.noarch 56/408 Verifying : python3-yubico-1.3.3-7.el9.noarch 57/408 Verifying : sshpass-1.09-4.el9.x86_64 58/408 Verifying : boost-filesystem-1.75.0-8.el9.x86_64 59/408 Verifying : boost-log-1.75.0-8.el9.x86_64 60/408 Verifying : boost-program-options-1.75.0-8.el9.x86_64 61/408 Verifying : perl-Digest-MD5-2.58-4.el9.x86_64 62/408 Verifying : perl-MIME-Base64-3.16-4.el9.x86_64 63/408 Verifying : boost-atomic-1.75.0-8.el9.x86_64 64/408 Verifying : libisoburn-1.5.4-4.el9.x86_64 65/408 Verifying : perl-Digest-1.19-4.el9.noarch 66/408 Verifying : perl-File-Path-2.18-4.el9.noarch 67/408 Verifying : perl-Pod-Perldoc-3.28.01-461.el9.noarch 68/408 Verifying : perl-Pod-Usage-4:2.01-4.el9.noarch 69/408 Verifying : perl-Scalar-List-Utils-4:1.56-461.el9.x86_64 70/408 Verifying : perl-Socket-4:2.031-4.el9.x86_64 71/408 Verifying : perl-constant-1.33-461.el9.noarch 72/408 Verifying : perl-podlators-1:4.14-460.el9.noarch 73/408 Verifying : python3-PyMySQL-0.10.1-6.el9.noarch 74/408 Verifying : python3-appdirs-1.4.4-4.el9.noarch 75/408 Verifying : python3-pyasn1-0.4.8-6.el9.noarch 76/408 Verifying : python3-pyusb-1.0.2-13.el9.noarch 77/408 Verifying : python3-qrcode-core-6.1-12.el9.noarch 78/408 Verifying : python3-wcwidth-0.2.5-8.el9.noarch 79/408 Verifying : boost-regex-1.75.0-8.el9.x86_64 80/408 Verifying : oniguruma-6.9.6-1.el9.5.x86_64 81/408 Verifying : python3-alembic-1.7.5-3.el9.noarch 82/408 Verifying : python3-augeas-0.5.0-25.el9.noarch 83/408 Verifying : python3-gssapi-1.6.9-5.el9.x86_64 84/408 Verifying : openssl-perl-1:3.0.7-6.el9_2.x86_64 85/408 Verifying : perl-AutoLoader-5.74-480.el9.noarch 86/408 Verifying : perl-B-1.80-480.el9.x86_64 87/408 Verifying : perl-Class-Struct-0.66-480.el9.noarch 88/408 Verifying : perl-Errno-1.30-480.el9.x86_64 89/408 Verifying : perl-Fcntl-1.13-480.el9.x86_64 90/408 Verifying : perl-File-Basename-2.85-480.el9.noarch 91/408 Verifying : perl-File-stat-1.09-480.el9.noarch 92/408 Verifying : perl-FileHandle-2.03-480.el9.noarch 93/408 Verifying : perl-Getopt-Std-1.12-480.el9.noarch 94/408 Verifying : perl-IO-1.43-480.el9.x86_64 95/408 Verifying : perl-IPC-Open3-1.21-480.el9.noarch 96/408 Verifying : perl-NDBM_File-1.15-480.el9.x86_64 97/408 Verifying : perl-POSIX-1.94-480.el9.x86_64 98/408 Verifying : perl-SelectSaver-1.02-480.el9.noarch 99/408 Verifying : perl-Symbol-1.08-480.el9.noarch 100/408 Verifying : perl-base-2.27-480.el9.noarch 101/408 Verifying : perl-if-0.60.800-480.el9.noarch 102/408 Verifying : perl-interpreter-4:5.32.1-480.el9.x86_64 103/408 Verifying : perl-libs-4:5.32.1-480.el9.x86_64 104/408 Verifying : perl-mro-1.23-480.el9.x86_64 105/408 Verifying : perl-overload-1.31-480.el9.noarch 106/408 Verifying : perl-overloading-0.02-480.el9.noarch 107/408 Verifying : perl-subs-1.03-480.el9.noarch 108/408 Verifying : perl-vars-1.05-480.el9.noarch 109/408 Verifying : python3-ldap-3.4.3-2.el9.x86_64 110/408 Verifying : python3-mako-1.1.4-6.el9.noarch 111/408 Verifying : augeas-libs-1.13.0-3.el9.x86_64 112/408 Verifying : ipa-selinux-4.10.1-6.el9.noarch 113/408 Verifying : jq-1.6-14.el9.x86_64 114/408 Verifying : libselinux-ruby-3.5-1.el9.x86_64 115/408 Verifying : ansible-freeipa-1.9.2-3.el9_2.noarch 116/408 Verifying : rhel-system-roles-1.21.2-1.el9_2.noarch 117/408 Verifying : ansible-collection-ansible-netcommon-2.2.0-1.2.e 118/408 Verifying : ansible-collection-ansible-posix-1.2.0-1.3.el9os 119/408 Verifying : ansible-collection-ansible-utils-2.3.0-2.el9ost. 120/408 Verifying : ansible-collection-community-general-4.0.0-1.1.e 121/408 Verifying : golang-github-vbatts-tar-split-0.11.1-9.el9ost.x 122/408 Verifying : heat-cfntools-1.4.2-6.1.el9ost.noarch 123/408 Verifying : libsodium-1.0.18-7.el9ost.x86_64 124/408 Verifying : openpgm-5.2.122-26.el9ost.x86_64 125/408 Verifying : puppet-fdio-18.2-1.20220727113954.6fd1c8e.el9ost 126/408 Verifying : python3-ansible-runner-2.0.0a1-3.el9ost.noarch 127/408 Verifying : python3-bcrypt-3.1.7-7.el9ost.x86_64 128/408 Verifying : python3-beautifulsoup4-4.9.3-2.el9ost.noarch 129/408 Verifying : python3-croniter-0.3.35-2.el9ost.noarch 130/408 Verifying : python3-daemon-2.3.0-1.el9ost.noarch 131/408 Verifying : python3-docutils-0.16-6.el9ost.noarch 132/408 Verifying : python3-etcd3gw-0.2.6-2.el9ost.noarch 133/408 Verifying : python3-gevent-21.1.2-2.el9ost.x86_64 134/408 Verifying : python3-gitdb-4.0.5-2.el9ost.noarch 135/408 Verifying : python3-jeepney-0.6.0-2.el9ost.noarch 136/408 Verifying : python3-jmespath-0.10.0-1.el9ost.noarch 137/408 Verifying : python3-lockfile-1:0.12.2-2.el9ost.noarch 138/408 Verifying : python3-logutils-0.3.5-15.el9ost.noarch 139/408 Verifying : python3-memcached-1.59-3.el9ost.noarch 140/408 Verifying : python3-migrate-0.13.0-1.el9ost.noarch 141/408 Verifying : python3-mimeparse-1.6.0-16.el9ost.noarch 142/408 Verifying : python3-natsort-7.1.1-2.el9ost.noarch 143/408 Verifying : python3-passlib-1.7.4-3.el9ost.noarch 144/408 Verifying : python3-pecan-1.4.0-2.el9ost.noarch 145/408 Verifying : python3-pyOpenSSL-20.0.1-2.el9ost.noarch 146/408 Verifying : python3-pynacl-1.4.0-1.el9ost.x86_64 147/408 Verifying : python3-pyperclip-1.8.0-3.el9ost.noarch 148/408 Verifying : python3-setproctitle-1.2.2-1.el9ost.x86_64 149/408 Verifying : python3-smmap-3.0.1-4.el9ost.noarch 150/408 Verifying : python3-soupsieve-2.2-1.el9ost.noarch 151/408 Verifying : python3-sqlalchemy13-1.3.24-3.el9ost.x86_64 152/408 Verifying : python3-tenacity-6.3.1-1.el9ost.noarch 153/408 Verifying : python3-webtest-2.0.35-6.el9ost.noarch 154/408 Verifying : python3-zmq-22.0.3-1.el9ost.x86_64 155/408 Verifying : python3-zope-event-4.2.0-20.el9ost.noarch 156/408 Verifying : python3-zope-interface-5.4.0-1.el9ost.x86_64 157/408 Verifying : rubygem-concurrent-ruby-1.1.5-2.el9ost.noarch 158/408 Verifying : rubygem-deep_merge-1.2.1-7.el9ost.noarch 159/408 Verifying : rubygem-fast_gettext-1.2.0-9.el9ost.noarch 160/408 Verifying : rubygem-hocon-1.3.1-2.el9ost.noarch 161/408 Verifying : rubygem-multi_json-1.15.0-2.el9ost.noarch 162/408 Verifying : rubygem-puppet-resource_api-1.8.13-1.el9ost.noar 163/408 Verifying : rubygem-ruby-shadow-2.5.0-15.el9ost.x86_64 164/408 Verifying : rubygem-semantic_puppet-1.0.4-2.el9ost.noarch 165/408 Verifying : zeromq-4.3.4-1.el9ost.x86_64 166/408 Verifying : ansible-config_template-2.0.1-17.1.2023062108392 167/408 Verifying : ansible-role-atos-hsm-1.0.1-17.1.20230927001631. 168/408 Verifying : ansible-role-chrony-1.3.1-17.1.20230621084226.01 169/408 Verifying : ansible-role-collectd-config-0.0.3-17.1.20230620 170/408 Verifying : ansible-role-container-registry-1.4.1-17.1.20230 171/408 Verifying : ansible-role-openstack-operations-0.0.1-17.1.202 172/408 Verifying : ansible-role-qdr-config-0.0.2-17.1.2023062017113 173/408 Verifying : ansible-role-redhat-subscription-1.3.0-17.1.2023 174/408 Verifying : ansible-role-thales-hsm-3.0.1-17.1.2023100722080 175/408 Verifying : ansible-role-tripleo-modify-image-1.5.1-17.1.202 176/408 Verifying : ansible-tripleo-ipa-0.3.1-17.1.20230627190951.8d 177/408 Verifying : ansible-tripleo-ipsec-11.0.1-17.1.20230620172008 178/408 Verifying : dib-utils-0.0.11-17.1.20230620173328.51661c3.el9 179/408 Verifying : openstack-heat-agents-2.2.1-17.1.20230620232028. 180/408 Verifying : os-apply-config-13.1.1-17.1.20231020001757.3c7f9 181/408 Verifying : os-collect-config-13.1.1-17.1.20231020001748.761 182/408 Verifying : os-refresh-config-13.1.1-17.1.20231020000854.812 183/408 Verifying : puppet-aodh-18.4.2-17.1.20230620151218.3e47b5a.e 184/408 Verifying : puppet-apache-6.5.2-17.1.20230621001106.e4a1532. 185/408 Verifying : puppet-archive-4.6.1-17.1.20230620181607.bc7e4ff 186/408 Verifying : puppet-auditd-2.2.1-17.1.20230620192453.189b22b. 187/408 Verifying : puppet-ceilometer-18.4.3-17.1.20230927010818.383 188/408 Verifying : puppet-certmonger-2.7.1-17.1.20230620184730.3e2e 189/408 Verifying : puppet-cinder-18.5.2-17.1.20230621054224.6aa60e7 190/408 Verifying : puppet-collectd-13.0.1-17.1.20230620193147.ad138 191/408 Verifying : puppet-concat-6.2.1-17.1.20230620181556.dfeabb9. 192/408 Verifying : puppet-corosync-8.0.1-17.1.20230621104908.6a9da9 193/408 Verifying : puppet-designate-18.6.1-17.1.20230621061456.f4c0 194/408 Verifying : puppet-dns-8.2.1-17.1.20230621002045.70f5b28.el9 195/408 Verifying : puppet-etcd-1.12.3-17.1.20230620193226.e143c2d.e 196/408 Verifying : puppet-firewall-3.4.1-17.1.20230621022040.94f707 197/408 Verifying : puppet-git-0.5.0-17.1.20230620193928.4e4498e.el9 198/408 Verifying : puppet-gnocchi-18.4.3-17.1.20230621061020.7584b9 199/408 Verifying : puppet-haproxy-4.2.2-17.1.20230620193950.a797b8c 200/408 Verifying : puppet-heat-18.4.1-17.1.20230621111632.3b41bb0.e 201/408 Verifying : puppet-horizon-18.6.1-17.1.20230621075748.8074e6 202/408 Verifying : puppet-inifile-4.2.1-17.1.20230620180624.df46d2a 203/408 Verifying : puppet-ipaclient-2.5.2-17.1.20230620194626.b0867 204/408 Verifying : puppet-keepalived-0.0.2-17.1.20230620194716.bbca 205/408 Verifying : puppet-kmod-2.5.0-17.1.20230620190646.52e31e3.el 206/408 Verifying : puppet-manila-18.5.2-17.1.20231102190827.a72a7d5 207/408 Verifying : puppet-memcached-6.0.0-17.1.20230620184630.4c70d 208/408 Verifying : puppet-module-data-0.5.1-17.1.20230620195419.28d 209/408 Verifying : puppet-mysql-10.6.1-17.1.20230621022141.937d044. 210/408 Verifying : puppet-neutron-18.6.1-17.1.20230621053056.c9d467 211/408 Verifying : puppet-nova-18.6.1-17.1.20230621090443.a21eae4.e 212/408 Verifying : puppet-nssdb-1.0.2-17.1.20230620185645.2ed2a2d.e 213/408 Verifying : puppet-octavia-18.5.1-17.1.20230621062420.842492 214/408 Verifying : puppet-openstack_extras-18.5.1-17.1.202306210424 215/408 Verifying : puppet-openstacklib-18.5.2-17.1.20230621052822.6 216/408 Verifying : puppet-oslo-18.5.1-17.1.20230621052358.fe2a147.e 217/408 Verifying : puppet-placement-5.4.3-17.1.20230621061610.e7557 218/408 Verifying : puppet-qdr-7.4.1-17.1.20230620195605.8a575de.el9 219/408 Verifying : puppet-rabbitmq-11.0.1-17.1.20230620182519.63fee 220/408 Verifying : puppet-redis-6.1.1-17.1.20230620191704.547105e.e 221/408 Verifying : puppet-remote-10.0.0-17.1.20230620192417.7420908 222/408 Verifying : puppet-rsync-1.1.4-17.1.20230621002829.ea6397e.e 223/408 Verifying : puppet-rsyslog-4.0.1-17.1.20230620200132.2548a0d 224/408 Verifying : puppet-snmp-3.9.1-17.1.20230620200411.5d73485.el 225/408 Verifying : puppet-ssh-6.2.1-17.1.20230620190251.6e0f430.el9 226/408 Verifying : puppet-stdlib-6.3.1-17.1.20230621000857.7c1ae25. 227/408 Verifying : puppet-swift-18.6.1-17.1.20230621052139.f105ffc. 228/408 Verifying : puppet-sysctl-0.0.13-17.1.20230620183456.847ec1c 229/408 Verifying : puppet-systemd-2.12.1-17.1.20230620191611.8f68b0 230/408 Verifying : puppet-vcsrepo-3.1.1-17.1.20230620183456.a36ee18 231/408 Verifying : puppet-vswitch-14.4.3-17.1.20230621043558.51e82c 232/408 Verifying : puppet-xinetd-3.3.1-17.1.20230620185435.8d460c4. 233/408 Verifying : python-oslo-cache-lang-2.7.1-17.1.20230621012756 234/408 Verifying : python-oslo-log-lang-4.4.0-17.1.20230620205407.9 235/408 Verifying : python-oslo-middleware-lang-4.2.1-17.1.202306210 236/408 Verifying : python-oslo-policy-lang-3.7.1-17.1.2023062100394 237/408 Verifying : python-oslo-versionedobjects-lang-2.4.1-17.1.202 238/408 Verifying : python-pycadf-common-3.1.1-17.1.20230620210757.4 239/408 Verifying : python3-GitPython-3.1.14-2.el9ost.noarch 240/408 Verifying : python3-aodhclient-2.2.0-17.1.20230620222234.b74 241/408 Verifying : python3-barbicanclient-5.3.0-17.1.20230620213453 242/408 Verifying : python3-cinderclient-7.4.1-17.1.20230620211836.4 243/408 Verifying : python3-cliff-3.7.0-17.1.20230620172206.117a100. 244/408 Verifying : python3-designateclient-4.2.1-17.1.2023062102313 245/408 Verifying : python3-futurist-2.3.0-17.1.20230621104020.1a1c6 246/408 Verifying : python3-heat-agent-2.2.1-17.1.20230620232028.ed1 247/408 Verifying : python3-heat-agent-ansible-2.2.1-17.1.2023062023 248/408 Verifying : python3-heat-agent-apply-config-2.2.1-17.1.20230 249/408 Verifying : python3-heat-agent-docker-cmd-2.2.1-17.1.2023062 250/408 Verifying : python3-heat-agent-hiera-2.2.1-17.1.202306202320 251/408 Verifying : python3-heat-agent-json-file-2.2.1-17.1.20230620 252/408 Verifying : python3-heat-agent-puppet-2.2.1-17.1.20230620232 253/408 Verifying : python3-heatclient-2.3.1-17.1.20230621012952.d16 254/408 Verifying : python3-ironic-inspector-client-4.5.0-17.1.20230 255/408 Verifying : python3-ironicclient-4.6.4-17.1.20230621041552.0 256/408 Verifying : python3-keystoneclient-1:4.3.0-17.1.202306210251 257/408 Verifying : python3-keystonemiddleware-9.2.0-17.1.2023062021 258/408 Verifying : python3-magnumclient-3.4.1-17.1.20230621053508.2 259/408 Verifying : python3-mistralclient-4.2.0-17.1.20230620220528. 260/408 Verifying : python3-neutronclient-7.3.1-17.1.20230621044049. 261/408 Verifying : python3-novaclient-1:17.4.1-17.1.20230621034300. 262/408 Verifying : python3-os-client-config-2.1.0-17.1.202306202031 263/408 Verifying : python3-os-service-types-1.7.0-17.1.202306202012 264/408 Verifying : python3-os-traits-2.5.0-17.1.20230620221402.ac1b 265/408 Verifying : python3-osc-lib-2.3.1-17.1.20230620203400.2b7a67 266/408 Verifying : python3-oslo-cache-2.7.1-17.1.20230621012756.d02 267/408 Verifying : python3-oslo-context-3.2.1-17.1.20230620204857.b 268/408 Verifying : python3-oslo-log-4.4.0-17.1.20230620205407.9b29c 269/408 Verifying : python3-oslo-middleware-4.2.1-17.1.2023062101122 270/408 Verifying : python3-oslo-policy-3.7.1-17.1.20230621003949.63 271/408 Verifying : python3-oslo-reports-2.2.0-17.1.20230620210621.b 272/408 Verifying : python3-oslo-rootwrap-6.3.1-17.1.20230621110703. 273/408 Verifying : python3-oslo-serialization-4.1.1-17.1.2023062101 274/408 Verifying : python3-oslo-upgradecheck-1.3.1-17.1.20230621010 275/408 Verifying : python3-oslo-versionedobjects-2.4.1-17.1.2023062 276/408 Verifying : python3-osprofiler-3.4.0-17.1.20230620215259.5d8 277/408 Verifying : python3-pycadf-3.1.1-17.1.20230620210757.4179996 278/408 Verifying : python3-requestsexceptions-1.4.0-17.1.2023062016 279/408 Verifying : python3-saharaclient-3.3.0-17.1.20230620222322.4 280/408 Verifying : python3-shade-1.33.0-17.1.20230620225148.e7c7f29 281/408 Verifying : python3-statsd-3.2.1-20.1.el9ost.noarch 282/408 Verifying : python3-swiftclient-3.11.1-17.1.20230620204150.0 283/408 Verifying : python3-tinyrpc-1.0.3-6.el9ost.noarch 284/408 Verifying : python3-troveclient-7.0.0-17.1.20230620220924.c7 285/408 Verifying : python3-validations-libs-1.9.1-17.1.202309130208 286/408 Verifying : python3-zaqarclient-2.4.0-17.1.20230620214253.e3 287/408 Verifying : validations-common-1.9.1-17.1.20231006020828.f27 288/408 Verifying : python3-paramiko-2.11.0-2.el9ost.noarch 289/408 Verifying : python3-werkzeug-2.0.1-7.el9ost.noarch 290/408 Verifying : ansible-pacemaker-1.0.4-17.1.20231213170757.7c10 291/408 Verifying : python3-manilaclient-2.6.4-17.1.20240830140806.7 292/408 Verifying : python3-sqlparse-0.4.1-2.el9ost.noarch 293/408 Verifying : python3-webob-1.8.7-2.1.el9ost.noarch 294/408 Verifying : ansible-role-metalsmith-deployment-1.4.4-17.1.20 295/408 Verifying : openstack-selinux-0.8.37-17.1.20231107080825.05d 296/408 Verifying : puppet-ironic-18.7.1-17.1.20240305210817.edf93f9 297/408 Verifying : python-oslo-db-lang-8.5.2-17.1.20240820150750.26 298/408 Verifying : python3-glanceclient-1:3.3.0-17.1.20240712170803 299/408 Verifying : python3-keystoneauth1-4.4.0-17.1.20240812145234. 300/408 Verifying : python3-metalsmith-1.4.4-17.1.20240522060758.5e7 301/408 Verifying : python3-neutron-lib-2.10.3-17.1.20231221164814.6 302/408 Verifying : python3-octaviaclient-2.3.1-17.1.20231106100828. 303/408 Verifying : python3-oslo-db-8.5.2-17.1.20240820150750.26fd6f 304/408 Verifying : python3-oslo-messaging-12.7.3-17.1.2023121913080 305/408 Verifying : python3-oslo-service-2.5.1-17.1.20240821200745.c 306/408 Verifying : python3-rhosp-openvswitch-3.3-1.el9ost.noarch 307/408 Verifying : python3-waitress-2.0.0-4.el9ost.noarch 308/408 Verifying : openstack-ansible-core-2.14.2-4.7.el9ost.x86_64 309/408 Verifying : openstack-tripleo-validations-14.3.2-17.1.202501 310/408 Verifying : puppet-glance-18.6.1-17.1.20250220151014.81b081d 311/408 Verifying : puppet-ovn-18.6.1-17.1.20240925094907.7805f7e.el 312/408 Verifying : puppet-pacemaker-1.5.1-17.1.20250214161010.f10ce 313/408 Verifying : python3-os-ken-1.4.1-17.1.20241205090937.018d755 314/408 Verifying : puppet-tripleo-14.2.3-17.1.20250320101351.40278e 315/408 Verifying : ansible-collection-containers-podman-1.9.4-5.el9 316/408 Verifying : ansible-collections-openstack-1.9.1-17.1.2025051 317/408 Verifying : cpp-hocon-0.3.0-7.el9ost.x86_64 318/408 Verifying : facter-1:3.14.19-3.el9ost.x86_64 319/408 Verifying : hiera-3.6.0-6.el9ost.noarch 320/408 Verifying : leatherman-1.12.6-5.el9ost.x86_64 321/408 Verifying : openstack-tripleo-common-15.4.1-17.1.20250527161 322/408 Verifying : openstack-tripleo-common-containers-15.4.1-17.1. 323/408 Verifying : puppet-7.10.0-4.el9ost.noarch 324/408 Verifying : puppet-headless-7.10.0-4.el9ost.noarch 325/408 Verifying : puppet-keystone-18.6.1-17.1.20250425111017.cb0ad 326/408 Verifying : python3-amqp-5.0.6-5.el9ost.noarch 327/408 Verifying : python3-boto-2.45.0-8.1.el9ost.noarch 328/408 Verifying : python3-cachetools-4.2.2-3.el9ost.noarch 329/408 Verifying : python3-cmd2-1.4.0-4.el9ost.noarch 330/408 Verifying : python3-colorama-0.4.4-4.el9ost.noarch 331/408 Verifying : python3-dogpile-cache-1.1.5-5.el9ost.noarch 332/408 Verifying : python3-extras-1.0.0-17.el9ost.noarch 333/408 Verifying : python3-fixtures-3.0.0-24.el9ost.noarch 334/408 Verifying : python3-keyring-21.8.0-4.el9ost.noarch 335/408 Verifying : python3-kombu-1:5.0.2-3.el9ost.noarch 336/408 Verifying : python3-msgpack-1.0.2-4.el9ost.x86_64 337/408 Verifying : python3-munch-2.5.0-6.el9ost.noarch 338/408 Verifying : python3-openstacksdk-0.55.1-17.1.20250516211008. 339/408 Verifying : python3-paste-3.5.0-5.el9ost.noarch 340/408 Verifying : python3-paste-deploy-2.1.1-4.el9ost.noarch 341/408 Verifying : python3-pystache-0.5.4-15.el9ost.noarch 342/408 Verifying : python3-repoze-lru-0.7-12.el9ost.noarch 343/408 Verifying : python3-routes-2.4.1-14.el9ost.noarch 344/408 Verifying : python3-rsa-4.6-3.1.el9ost.noarch 345/408 Verifying : python3-secretstorage-3.3.1-3.el9ost.noarch 346/408 Verifying : python3-simplejson-3.17.5-3.el9ost.x86_64 347/408 Verifying : python3-tempita-0.5.1-27.el9ost.noarch 348/408 Verifying : python3-testtools-2.4.0-10.el9ost.noarch 349/408 Verifying : python3-tripleo-common-15.4.1-17.1.2025052716141 350/408 Verifying : python3-tripleoclient-16.5.1-17.1.20250523121326 351/408 Verifying : python3-vine-5.0.0-5.el9ost.noarch 352/408 Verifying : python3-warlock-1.3.3-7.el9ost.noarch 353/408 Verifying : python3-yappi-1.3.1-5.el9ost.x86_64 354/408 Verifying : python3-yaql-1.1.3-13.el9ost.noarch 355/408 Verifying : ruby-augeas-0.5.0-29.el9ost.x86_64 356/408 Verifying : ruby-facter-1:3.14.19-3.el9ost.x86_64 357/408 Verifying : yaml-cpp-0.6.3-6.el9ost.x86_64 358/408 Verifying : ansible-role-lunasa-hsm-1.1.1-17.1.2025060318083 359/408 Verifying : openstack-heat-api-1:16.1.1-17.1.20250703110808. 360/408 Verifying : openstack-heat-common-1:16.1.1-17.1.202507031108 361/408 Verifying : openstack-heat-engine-1:16.1.1-17.1.202507031108 362/408 Verifying : openstack-heat-monolith-1:16.1.1-17.1.2025070311 363/408 Verifying : openstack-tripleo-heat-templates-14.3.1-17.1.202 364/408 Verifying : puppet-barbican-18.4.2-17.1.20250625204151.af6c7 365/408 Verifying : python-openstackclient-lang-5.5.2-17.1.202506161 366/408 Verifying : python3-openstackclient-5.5.2-17.1.2025061610090 367/408 Verifying : tripleo-ansible-3.3.1-17.1.20250702110757.8debef 368/408 Verifying : libunwind-1.6.2-1.el9cp.x86_64 369/408 Verifying : cephadm-2:18.2.1-361.el9cp.noarch 370/408 Verifying : ipa-client-common-4.10.1-12.el9_2.2.noarch 371/408 Verifying : ipa-common-4.10.1-12.el9_2.2.noarch 372/408 Verifying : python3-ipaclient-4.10.1-12.el9_2.2.noarch 373/408 Verifying : python3-ipalib-4.10.1-12.el9_2.2.noarch 374/408 Verifying : perl-HTTP-Tiny-0.076-461.el9_2.noarch 375/408 Verifying : skopeo-2:1.11.2-0.1.el9_2.2.x86_64 376/408 Verifying : ruby-3.0.4-161.el9_2.2.x86_64 377/408 Verifying : ruby-default-gems-3.0.4-161.el9_2.2.noarch 378/408 Verifying : ruby-libs-3.0.4-161.el9_2.2.x86_64 379/408 Verifying : rubygem-bigdecimal-3.0.0-161.el9_2.2.x86_64 380/408 Verifying : rubygem-bundler-2.2.33-161.el9_2.2.noarch 381/408 Verifying : rubygem-io-console-0.5.7-161.el9_2.2.x86_64 382/408 Verifying : rubygem-json-2.5.1-161.el9_2.2.x86_64 383/408 Verifying : rubygem-psych-3.3.2-161.el9_2.2.x86_64 384/408 Verifying : rubygem-rdoc-6.3.3-161.el9_2.2.noarch 385/408 Verifying : rubygem-rexml-3.2.5-161.el9_2.2.noarch 386/408 Verifying : rubygems-3.2.33-161.el9_2.2.noarch 387/408 Verifying : buildah-1:1.29.5-1.el9_2.x86_64 388/408 Verifying : libxslt-1.1.34-11.el9_2.x86_64 389/408 Verifying : qemu-img-17:7.2.0-14.el9_2.18.x86_64 390/408 Verifying : libblkid-2.37.4-11.el9_2.x86_64 391/408 Verifying : libblkid-2.37.4-10.el9.x86_64 392/408 Verifying : libfdisk-2.37.4-11.el9_2.x86_64 393/408 Verifying : libfdisk-2.37.4-10.el9.x86_64 394/408 Verifying : libmount-2.37.4-11.el9_2.x86_64 395/408 Verifying : libmount-2.37.4-10.el9.x86_64 396/408 Verifying : libsmartcols-2.37.4-11.el9_2.x86_64 397/408 Verifying : libsmartcols-2.37.4-10.el9.x86_64 398/408 Verifying : libuuid-2.37.4-11.el9_2.x86_64 399/408 Verifying : libuuid-2.37.4-10.el9.x86_64 400/408 Verifying : util-linux-2.37.4-11.el9_2.x86_64 401/408 Verifying : util-linux-2.37.4-10.el9.x86_64 402/408 Verifying : util-linux-core-2.37.4-11.el9_2.x86_64 403/408 Verifying : util-linux-core-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-03T10:10:39.633569 # # 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:4bb0f6709301d93fe06d0ea3373c957ff6ca2a71f0199c5142184a5d997707aa Copying blob sha256:dbfd71f4f5145ca5835b513a085d9af7a809f9cf5bfe46a1502faa8321e8bbd3 Copying blob sha256:a0b3036e1a9c26e29d4acef06ff66a97c9ba4b463ffd4831c1c8d0809f0b48d6 Copying blob sha256:22d1ae02cf21f79b903b81421389b5e52b5acb101a5a07b51a69fc600cc2fef0 Copying blob sha256:6d5f8673a678e7550a7cfb60390cb18f0ff7085e60dd9506abb2d705e0015671 Copying blob sha256:9a3757cba8098bfa19f3d031efbe4c9b189274f17f125730347655bde5206f76 Copying blob sha256:997b9ae68c63bf343df4cc2e8cd0d756be341163bf881aecdeff022d1b058ef6 Copying blob sha256:71173054ad62b5adb523f8e3e93a4f4a88c0d0cde876dd476516433673873ba6 Copying blob sha256:f51842063dcc2b4238ce54229330f023bdbd4030a857f2bedcb2a2e2bf87e622 Copying blob sha256:bf6fbc22275fdbbbaffe9d06baa48603142b920f0a0f18707c8aa93c9a9adb6d Copying blob sha256:cdf93f65629c3d32a8afb974fd5ada3365514649a3373c886334c6902707f84c Copying blob sha256:ee570425dbdb9a047fb2fabf9d4e9e7eb55552b2210a62d1725c07b296628f92 Copying blob sha256:f17dd468ba2a4bb899a253616404bb1cc29862005fe5a27c045dc374037403a8 Copying blob sha256:2fb46702a0815ea2596a5fc2699532e5c67c5b23167e626c7b49d58779f782fd Copying blob sha256:2777beb8ecc292b00f80aede9605e1deb11852ff2066a6555a94dacacf193212 Copying blob sha256:76dc7eb4bc813dc59cce141c66c0a76022ac6aa918cfb57e633c0b490d3cdf2d Copying blob sha256:fdeda86efa5f175d7e3b941ff952722b0874d8a9bb060fab56c42154ddff717d Copying blob sha256:3fe6a50dfba2b1cda5dc7454533f981f79025b39de95ca68619c6c22dd6e3340 Copying blob sha256:5bdfc724987e3a2330bdb34a45da941ad592e90deea9bb58e3a3f408b7990985 Copying blob sha256:12f534283e35579cf0a286459d3320497a06741e04f8f9461d7e81daf0e2c23b Copying blob sha256:63b4b27683309fdc2b2b97e5a43d974343d9c87072582691776fa4a720196aa6 Copying blob sha256:de2b12c1605725139e7e084cdd129e1589bbe8b676d52f7d5b9699e71b7e2d00 Copying blob sha256:fe0154a171915d43e82eafa695db9a580bb31dbf9cca5781222f56fde0137fec Copying blob sha256:9d9e0d2bd0277429fc0d76f54b60122f00c8cfec55ba836ff3678671d672ef75 Copying blob sha256:bd9ddc54bea929a22b334e73e026d4136e5b73f5cc29942896c72e4ece69b13d Copying blob sha256:80109765be3dffb6baa51c51db91f7d427f7299dfb0fbc8e011c4afc15b0477b Copying blob sha256:17e4abeb620640eea537e4f8d9d0d72c290f38632c3791d2cc988272cf029410 Copying blob sha256:89da0b03f21c0bff3b5323bb99d941afe0755301d8fe4731313bb486772bb661 Copying blob sha256:f4bb09494fd8ba5c1245b41a3d16b3b42b302e57b9e277f595fa58433fd6f905 Copying blob sha256:751631dd247c32308f03ae1c8606b2280d9618284878c33d95460ee4f1928bd9 Copying blob sha256:8cb0fc7fcc2b12e5e8c5841b4cb6402d12962e3a82ce01563d49cc132fff371a Copying blob sha256:9c2b8b2bb4748cf85885031cc68c1ada2ef03596cba1191d8eeba6940f8e69e0 Copying blob sha256:c8de501cf8b74d6e9ba79c90bef81d648089a47ac95ea2131a6db4d0e7710e43 Copying blob sha256:f33e8f34bd03ebd716facd9ec9a788e6e13384936a8a297d6962a4e166e63826 Copying blob sha256:a3e10fefa4bf8a3ef31bbfaee7290f6e72e66cfdfd654f535034a8df862bcf6d Copying blob sha256:fdfed5f62bcef224a49ae990868e040b8632f3ba9f922375ef37bc4285e9fb0e Copying blob sha256:3bff0ebba2a699b7b67d591a50fc160b4964288151be2b8462c76d8f842505c1 Copying blob sha256:de5f63caf92bbd0e60db299f709f7ea39f7a04b3c783f31ccdf1cc4aea69eaeb Copying blob sha256:31be7140888d5e0ca8b9becdbfcdccbd93a123ec780f767fc8f02ece53a85908 Copying blob sha256:279b856d125a652981cee6639d875348369281d10eb2efd97d165985b2148c5d Copying blob sha256:006da4411170402e522f09998bd81cb27e7de15a481c9f18b0cc036c5cc2261b Copying blob sha256:3cb1d55ea93cfff1c59db3591b99016d6b17ae8ea2523dc0db61988f2da9145d Copying blob sha256:bcdc9259ff536f4d90a4367e2409b9ca89046173d1fc63797af99aa00ceda112 Copying blob sha256:bfdf7459ab38094d1e2d659ef4034a8635d372d3983d3a0a5bfd27ef4fdae956 Copying blob sha256:3dc29f17aea7b5976055d6e03cae6b2ba77070578875fd0984afdc45be116c7f Copying blob sha256:dd30f8ab4b916e3f4bf39e432daf8922722a99e78a067c958860eb3aba74da65 Copying blob sha256:c7441f1788fbb9353fe7d8e6f9d1347dd0c350e13b48a7f41391705714ac7894 Copying config sha256:31d99fbd5af8372c183555bf7ed29ff00a41ae4d0486113c01d1a28feb66a7ee Writing manifest to image destination Storing signatures f489f8ae50364ba5a52f0e59f86bc9d0d241c2c1a3647f443a92f8dc93647a7b + 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-03 10:18:31.631 43255 INFO migrate.versioning.api [-] 72 -> 73...  2025-10-03 10:18:31.654 43255 INFO migrate.versioning.api [-] done 2025-10-03 10:18:31.654 43255 INFO migrate.versioning.api [-] 73 -> 74...  2025-10-03 10:18:31.656 43255 INFO migrate.versioning.api [-] done 2025-10-03 10:18:31.656 43255 INFO migrate.versioning.api [-] 74 -> 75...  2025-10-03 10:18:31.658 43255 INFO migrate.versioning.api [-] done 2025-10-03 10:18:31.658 43255 INFO migrate.versioning.api [-] 75 -> 76...  2025-10-03 10:18:31.660 43255 INFO migrate.versioning.api [-] done 2025-10-03 10:18:31.660 43255 INFO migrate.versioning.api [-] 76 -> 77...  2025-10-03 10:18:31.662 43255 INFO migrate.versioning.api [-] done 2025-10-03 10:18:31.662 43255 INFO migrate.versioning.api [-] 77 -> 78...  2025-10-03 10:18:31.663 43255 INFO migrate.versioning.api [-] done 2025-10-03 10:18:31.663 43255 INFO migrate.versioning.api [-] 78 -> 79...  2025-10-03 10:18:31.687 43255 INFO migrate.versioning.api [-] done 2025-10-03 10:18:31.687 43255 INFO migrate.versioning.api [-] 79 -> 80...  2025-10-03 10:18:31.704 43255 INFO migrate.versioning.api [-] done 2025-10-03 10:18:31.705 43255 INFO migrate.versioning.api [-] 80 -> 81...  2025-10-03 10:18:31.706 43255 INFO migrate.versioning.api [-] done 2025-10-03 10:18:31.706 43255 INFO migrate.versioning.api [-] 81 -> 82...  2025-10-03 10:18:31.708 43255 INFO migrate.versioning.api [-] done 2025-10-03 10:18:31.708 43255 INFO migrate.versioning.api [-] 82 -> 83...  2025-10-03 10:18:31.710 43255 INFO migrate.versioning.api [-] done 2025-10-03 10:18:31.710 43255 INFO migrate.versioning.api [-] 83 -> 84...  2025-10-03 10:18:31.712 43255 INFO migrate.versioning.api [-] done 2025-10-03 10:18:31.712 43255 INFO migrate.versioning.api [-] 84 -> 85...  2025-10-03 10:18:31.713 43255 INFO migrate.versioning.api [-] done 2025-10-03 10:18:31.713 43255 INFO migrate.versioning.api [-] 85 -> 86...  2025-10-03 10:18:31.736 43255 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-03 10:18:39Z [standalone]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 10:18:40Z [standalone.NodeUserData]: CREATE_IN_PROGRESS state changed 2025-10-03 10:18:40Z [standalone.NodeUserData]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 10:18:40Z [standalone.NodeUserData.userdata]: CREATE_IN_PROGRESS state changed 2025-10-03 10:18:40Z [standalone.NodeUserData.userdata]: CREATE_COMPLETE state changed 2025-10-03 10:18:40Z [standalone.NodeUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 10:18:41Z [standalone.CloudNames]: CREATE_IN_PROGRESS state changed 2025-10-03 10:18:41Z [standalone.CloudNames]: CREATE_COMPLETE state changed 2025-10-03 10:18:41Z [standalone.NodeUserData]: CREATE_COMPLETE state changed 2025-10-03 10:18:42Z [standalone.StandaloneRoleUserData]: CREATE_IN_PROGRESS state changed 2025-10-03 10:18:42Z [standalone.StandaloneRoleUserData]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 10:18:42Z [standalone.StandaloneRoleUserData.userdata]: CREATE_IN_PROGRESS state changed 2025-10-03 10:18:42Z [standalone.StandaloneRoleUserData.userdata]: CREATE_COMPLETE state changed 2025-10-03 10:18:42Z [standalone.StandaloneRoleUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 10:18:43Z [standalone.DeploymentServerBlacklistDict]: CREATE_IN_PROGRESS state changed 2025-10-03 10:18:43Z [standalone.DeploymentServerBlacklistDict]: CREATE_COMPLETE state changed 2025-10-03 10:18:43Z [standalone.StandaloneRoleUserData]: CREATE_COMPLETE state changed 2025-10-03 10:18:44Z [standalone.ServiceNetMap]: CREATE_IN_PROGRESS state changed 2025-10-03 10:18:44Z [standalone.ServiceNetMap]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 10:18:44Z [standalone.ServiceNetMap.ServiceNetMapValue]: CREATE_IN_PROGRESS state changed 2025-10-03 10:18:44Z [standalone.ServiceNetMap.ServiceNetMapValue]: CREATE_COMPLETE state changed 2025-10-03 10:18:44Z [standalone.ServiceNetMap]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 10:18:45Z [standalone.NodeAdminUserData]: CREATE_IN_PROGRESS state changed 2025-10-03 10:18:45Z [standalone.NodeAdminUserData]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 10:18:45Z [standalone.NodeAdminUserData.user_config]: CREATE_IN_PROGRESS state changed 2025-10-03 10:18:45Z [standalone.NodeAdminUserData.user_config]: CREATE_COMPLETE state changed 2025-10-03 10:18:45Z [standalone.ServiceNetMap]: CREATE_COMPLETE state changed 2025-10-03 10:18:45Z [standalone.NodeAdminUserData.userdata]: CREATE_IN_PROGRESS state changed 2025-10-03 10:18:45Z [standalone.ControlVirtualIP]: CREATE_IN_PROGRESS state changed 2025-10-03 10:18:45Z [standalone.NodeAdminUserData.userdata]: CREATE_COMPLETE state changed 2025-10-03 10:18:45Z [standalone.NodeAdminUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 10:18:46Z [standalone.NodeTimesyncUserData]: CREATE_IN_PROGRESS state changed 2025-10-03 10:18:46Z [standalone.NodeAdminUserData]: CREATE_COMPLETE state changed 2025-10-03 10:18:46Z [standalone.NodeTimesyncUserData]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 10:18:46Z [standalone.NodeTimesyncUserData.timesync_sync]: CREATE_IN_PROGRESS state changed 2025-10-03 10:18:46Z [standalone.NodeTimesyncUserData.timesync_sync]: CREATE_COMPLETE state changed 2025-10-03 10:18:46Z [standalone.ControlVirtualIP]: CREATE_COMPLETE state changed 2025-10-03 10:18:47Z [standalone.Networks]: CREATE_IN_PROGRESS state changed 2025-10-03 10:18:47Z [standalone.Networks]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 10:18:47Z [standalone.Networks.NetworkAttributesMap]: CREATE_IN_PROGRESS state changed 2025-10-03 10:18:47Z [standalone.Networks.NetworkAttributesMap]: CREATE_COMPLETE state changed 2025-10-03 10:18:47Z [standalone.NodeTimesyncUserData.timesync_chrony]: CREATE_IN_PROGRESS state changed 2025-10-03 10:18:47Z [standalone.NodeTimesyncUserData.timesync_chrony]: CREATE_COMPLETE state changed 2025-10-03 10:18:47Z [standalone.NodeTimesyncUserData.userdata]: CREATE_IN_PROGRESS state changed 2025-10-03 10:18:47Z [standalone.NodeTimesyncUserData.userdata]: CREATE_COMPLETE state changed 2025-10-03 10:18:48Z [standalone.NodeTimesyncUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 10:18:48Z [standalone.Networks.NetworkExtraConfig]: CREATE_IN_PROGRESS state changed 2025-10-03 10:18:48Z [standalone.Networks.NetworkExtraConfig]: CREATE_COMPLETE state changed 2025-10-03 10:18:48Z [standalone.NodeTimesyncUserData]: CREATE_COMPLETE state changed 2025-10-03 10:18:48Z [standalone.StandaloneUserData]: CREATE_IN_PROGRESS state changed 2025-10-03 10:18:49Z [standalone.StandaloneUserData]: CREATE_COMPLETE state changed 2025-10-03 10:18:49Z [standalone.Networks.NetworkIpVersionMap]: CREATE_IN_PROGRESS state changed 2025-10-03 10:18:49Z [standalone.Networks.NetworkIpVersionMap]: CREATE_COMPLETE state changed 2025-10-03 10:18:50Z [standalone.Networks.NetworkCidrMap]: CREATE_IN_PROGRESS state changed 2025-10-03 10:18:50Z [standalone.Networks.NetworkCidrMap]: CREATE_COMPLETE state changed 2025-10-03 10:18:50Z [standalone.Networks]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 10:18:51Z [standalone.Networks]: CREATE_COMPLETE state changed 2025-10-03 10:18:51Z [standalone.StorageVirtualIP]: CREATE_IN_PROGRESS state changed 2025-10-03 10:18:51Z [standalone.PublicVirtualIP]: CREATE_IN_PROGRESS state changed 2025-10-03 10:18:51Z [standalone.NetCidrMapValue]: CREATE_IN_PROGRESS state changed 2025-10-03 10:18:51Z [standalone.NetIpVersionMapValue]: CREATE_IN_PROGRESS state changed 2025-10-03 10:18:51Z [standalone.StorageMgmtVirtualIP]: CREATE_IN_PROGRESS state changed 2025-10-03 10:18:51Z [standalone.InternalApiVirtualIP]: CREATE_IN_PROGRESS state changed 2025-10-03 10:18:51Z [standalone.NetCidrMapValue]: CREATE_COMPLETE state changed 2025-10-03 10:18:51Z [standalone.NetIpVersionMapValue]: CREATE_COMPLETE state changed 2025-10-03 10:18:51Z [standalone.StandaloneNetworkConfig]: CREATE_IN_PROGRESS state changed 2025-10-03 10:18:51Z [standalone.StandaloneNetworkConfig]: CREATE_COMPLETE state changed 2025-10-03 10:18:52Z [standalone.StorageVirtualIP]: CREATE_COMPLETE state changed 2025-10-03 10:18:52Z [standalone.PublicVirtualIP]: CREATE_COMPLETE state changed 2025-10-03 10:18:52Z [standalone.StorageMgmtVirtualIP]: CREATE_COMPLETE state changed 2025-10-03 10:18:52Z [standalone.InternalApiVirtualIP]: CREATE_COMPLETE state changed 2025-10-03 10:18:52Z [standalone.VipMap]: CREATE_IN_PROGRESS state changed 2025-10-03 10:18:52Z [standalone.VipMap]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 10:18:52Z [standalone.VipMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2025-10-03 10:18:52Z [standalone.VipMap.NetIpMapValue]: CREATE_COMPLETE state changed 2025-10-03 10:18:53Z [standalone.VipMap]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 10:18:53Z [standalone.VipMap]: CREATE_COMPLETE state changed 2025-10-03 10:18:54Z [standalone.EndpointMap]: CREATE_IN_PROGRESS state changed 2025-10-03 10:18:54Z [standalone.VipHosts]: CREATE_IN_PROGRESS state changed 2025-10-03 10:18:54Z [standalone.VipHosts]: CREATE_COMPLETE state changed 2025-10-03 10:18:55Z [standalone.EndpointMap]: CREATE_COMPLETE state changed 2025-10-03 10:18:55Z [standalone.EndpointMapData]: CREATE_IN_PROGRESS state changed 2025-10-03 10:18:55Z [standalone.EndpointMapData]: CREATE_COMPLETE state changed 2025-10-03 10:18:55Z [standalone.StandaloneServiceChain]: CREATE_IN_PROGRESS state changed 2025-10-03 10:18:55Z [standalone.StandaloneServiceChain]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 10:18:56Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_IN_PROGRESS state changed 2025-10-03 10:18:57Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 10:18:58Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_IN_PROGRESS state changed 2025-10-03 10:18:58Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 10:18:58Z [standalone.StandaloneServiceChain.ServiceChain.0.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 10:18:59Z [standalone.StandaloneServiceChain.ServiceChain.0.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-03 10:18:59Z [standalone.StandaloneServiceChain.ServiceChain.0.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 10:19:00Z [standalone.StandaloneServiceChain.ServiceChain.0.AodhBase]: CREATE_IN_PROGRESS state changed 2025-10-03 10:19:00Z [standalone.StandaloneServiceChain.ServiceChain.0.MySQLClient]: CREATE_COMPLETE state changed 2025-10-03 10:19:01Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-03 10:19:01Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 10:19:01Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-03 10:19:01Z [standalone.StandaloneServiceChain.ServiceChain.0.AodhBase]: CREATE_COMPLETE state changed 2025-10-03 10:19:01Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-03 10:19:01Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 10:19:02Z [standalone.StandaloneServiceChain.ServiceChain.0.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 10:19:02Z [standalone.StandaloneServiceChain.ServiceChain.0.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 10:19:02Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-03 10:19:02Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 10:19:03Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_COMPLETE state changed 2025-10-03 10:19:04Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_IN_PROGRESS state changed 2025-10-03 10:19:04Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 10:19:04Z [standalone.StandaloneServiceChain.ServiceChain.1.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 10:19:04Z [standalone.StandaloneServiceChain.ServiceChain.1.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 10:19:05Z [standalone.StandaloneServiceChain.ServiceChain.1.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 10:19:06Z [standalone.StandaloneServiceChain.ServiceChain.1.AodhBase]: CREATE_IN_PROGRESS state changed 2025-10-03 10:19:06Z [standalone.StandaloneServiceChain.ServiceChain.1.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 10:19:07Z [standalone.StandaloneServiceChain.ServiceChain.1.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-03 10:19:07Z [standalone.StandaloneServiceChain.ServiceChain.1.AodhBase]: CREATE_COMPLETE state changed 2025-10-03 10:19:08Z [standalone.StandaloneServiceChain.ServiceChain.1.MySQLClient]: CREATE_COMPLETE state changed 2025-10-03 10:19:08Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 10:19:09Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_COMPLETE state changed 2025-10-03 10:19:09Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_IN_PROGRESS state changed 2025-10-03 10:19:09Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 10:19:09Z [standalone.StandaloneServiceChain.ServiceChain.2.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-03 10:19:10Z [standalone.StandaloneServiceChain.ServiceChain.2.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 10:19:11Z [standalone.StandaloneServiceChain.ServiceChain.2.MySQLClient]: CREATE_COMPLETE state changed 2025-10-03 10:19:11Z [standalone.StandaloneServiceChain.ServiceChain.2.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 10:19:11Z [standalone.StandaloneServiceChain.ServiceChain.2.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 10:19:12Z [standalone.StandaloneServiceChain.ServiceChain.2.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 10:19:12Z [standalone.StandaloneServiceChain.ServiceChain.2.AodhBase]: CREATE_IN_PROGRESS state changed 2025-10-03 10:19:14Z [standalone.StandaloneServiceChain.ServiceChain.2.AodhBase]: CREATE_COMPLETE state changed 2025-10-03 10:19:14Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 10:19:14Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_COMPLETE state changed 2025-10-03 10:19:15Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_IN_PROGRESS state changed 2025-10-03 10:19:15Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 10:19:15Z [standalone.StandaloneServiceChain.ServiceChain.3.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 10:19:15Z [standalone.StandaloneServiceChain.ServiceChain.3.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 10:19:16Z [standalone.StandaloneServiceChain.ServiceChain.3.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 10:19:17Z [standalone.StandaloneServiceChain.ServiceChain.3.AodhBase]: CREATE_IN_PROGRESS state changed 2025-10-03 10:19:17Z [standalone.StandaloneServiceChain.ServiceChain.3.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 10:19:18Z [standalone.StandaloneServiceChain.ServiceChain.3.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-03 10:19:18Z [standalone.StandaloneServiceChain.ServiceChain.3.AodhBase]: CREATE_COMPLETE state changed 2025-10-03 10:19:19Z [standalone.StandaloneServiceChain.ServiceChain.3.MySQLClient]: CREATE_COMPLETE state changed 2025-10-03 10:19:19Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 10:19:20Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_COMPLETE state changed 2025-10-03 10:19:20Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_IN_PROGRESS state changed 2025-10-03 10:19:21Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 10:19:21Z [standalone.StandaloneServiceChain.ServiceChain.4.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 10:19:21Z [standalone.StandaloneServiceChain.ServiceChain.4.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 10:19:21Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 10:19:22Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_COMPLETE state changed 2025-10-03 10:19:22Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_IN_PROGRESS state changed 2025-10-03 10:19:23Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_COMPLETE state changed 2025-10-03 10:19:23Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_IN_PROGRESS state changed 2025-10-03 10:19:23Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 10:19:23Z [standalone.StandaloneServiceChain.ServiceChain.6.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 10:19:24Z [standalone.StandaloneServiceChain.ServiceChain.6.CeilometerServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-03 10:19:25Z [standalone.StandaloneServiceChain.ServiceChain.6.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 10:19:25Z [standalone.StandaloneServiceChain.ServiceChain.6.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 10:19:26Z [standalone.StandaloneServiceChain.ServiceChain.6.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 10:19:26Z [standalone.StandaloneServiceChain.ServiceChain.6.CeilometerServiceBase]: CREATE_COMPLETE state changed 2025-10-03 10:19:26Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 10:19:26Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_COMPLETE state changed 2025-10-03 10:19:27Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_IN_PROGRESS state changed 2025-10-03 10:19:27Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 10:19:27Z [standalone.StandaloneServiceChain.ServiceChain.7.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 10:19:28Z [standalone.StandaloneServiceChain.ServiceChain.7.CeilometerServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-03 10:19:28Z [standalone.StandaloneServiceChain.ServiceChain.7.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 10:19:29Z [standalone.StandaloneServiceChain.ServiceChain.7.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 10:19:29Z [standalone.StandaloneServiceChain.ServiceChain.7.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 10:19:29Z [standalone.StandaloneServiceChain.ServiceChain.7.CeilometerServiceBase]: CREATE_COMPLETE state changed 2025-10-03 10:19:29Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 10:19:30Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_COMPLETE state changed 2025-10-03 10:19:30Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_IN_PROGRESS state changed 2025-10-03 10:19:30Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 10:19:31Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderBase]: CREATE_IN_PROGRESS state changed 2025-10-03 10:19:32Z [standalone.StandaloneServiceChain.ServiceChain.8.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-03 10:19:32Z [standalone.StandaloneServiceChain.ServiceChain.8.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 10:19:32Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderBase]: CREATE_COMPLETE state changed 2025-10-03 10:19:32Z [standalone.StandaloneServiceChain.ServiceChain.8.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-03 10:19:32Z [standalone.StandaloneServiceChain.ServiceChain.8.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-03 10:19:32Z [standalone.StandaloneServiceChain.ServiceChain.8.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 10:19:33Z [standalone.StandaloneServiceChain.ServiceChain.8.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 10:19:33Z [standalone.StandaloneServiceChain.ServiceChain.8.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 10:19:33Z [standalone.StandaloneServiceChain.ServiceChain.8.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-03 10:19:34Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 10:19:34Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 10:19:34Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-03 10:19:35Z [standalone.StandaloneServiceChain.ServiceChain.8.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 10:19:35Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 10:19:35Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-03 10:19:36Z [standalone.StandaloneServiceChain.ServiceChain.8.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-03 10:19:36Z [standalone.StandaloneServiceChain.ServiceChain.8.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 10:19:36Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 10:19:36Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 10:19:37Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderCommon]: CREATE_COMPLETE state changed 2025-10-03 10:19:37Z [standalone.StandaloneServiceChain.ServiceChain.8.MySQLClient]: CREATE_COMPLETE state changed 2025-10-03 10:19:37Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 10:19:38Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_COMPLETE state changed 2025-10-03 10:19:38Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_IN_PROGRESS state changed 2025-10-03 10:19:38Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 10:19:38Z [standalone.StandaloneServiceChain.ServiceChain.9.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 10:19:38Z [standalone.StandaloneServiceChain.ServiceChain.9.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 10:19:39Z [standalone.StandaloneServiceChain.ServiceChain.9.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 10:19:40Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 10:19:40Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 10:19:40Z [standalone.StandaloneServiceChain.ServiceChain.9.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 10:19:40Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 10:19:41Z [standalone.StandaloneServiceChain.ServiceChain.9.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-03 10:19:42Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-03 10:19:42Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 10:19:42Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase]: CREATE_IN_PROGRESS state changed 2025-10-03 10:19:42Z [standalone.StandaloneServiceChain.ServiceChain.9.MySQLClient]: CREATE_COMPLETE state changed 2025-10-03 10:19:42Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 10:19:43Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderBase]: CREATE_IN_PROGRESS state changed 2025-10-03 10:19:43Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-03 10:19:43Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 10:19:43Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon]: CREATE_COMPLETE state changed 2025-10-03 10:19:44Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 10:19:44Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderBase]: CREATE_COMPLETE state changed 2025-10-03 10:19:45Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-03 10:19:45Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 10:19:46Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 10:19:46Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 10:19:46Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.MySQLClient]: CREATE_COMPLETE state changed 2025-10-03 10:19:47Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 10:19:47Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 10:19:47Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-03 10:19:48Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 10:19:48Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-03 10:19:49Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 10:19:49Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 10:19:50Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderCommon]: CREATE_COMPLETE state changed 2025-10-03 10:19:50Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 10:19:51Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase]: CREATE_COMPLETE state changed 2025-10-03 10:19:51Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 10:19:51Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_COMPLETE state changed 2025-10-03 10:19:52Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_IN_PROGRESS state changed 2025-10-03 10:19:52Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 10:19:53Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 10:19:53Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 10:19:53Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-03 10:19:54Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderBase]: CREATE_IN_PROGRESS state changed 2025-10-03 10:19:54Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 10:19:54Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-03 10:19:55Z [standalone.StandaloneServiceChain.ServiceChain.10.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 10:19:55Z [standalone.StandaloneServiceChain.ServiceChain.10.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 10:19:55Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderBase]: CREATE_COMPLETE state changed 2025-10-03 10:19:55Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 10:19:55Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 10:19:56Z [standalone.StandaloneServiceChain.ServiceChain.10.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-03 10:19:56Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon]: CREATE_COMPLETE state changed 2025-10-03 10:19:57Z [standalone.StandaloneServiceChain.ServiceChain.10.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 10:19:57Z [standalone.StandaloneServiceChain.ServiceChain.10.MySQLClient]: CREATE_COMPLETE state changed 2025-10-03 10:19:58Z [standalone.StandaloneServiceChain.ServiceChain.10.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 10:19:58Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 10:19:58Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_COMPLETE state changed 2025-10-03 10:19:59Z [standalone.StandaloneServiceChain.ServiceChain.11]: CREATE_IN_PROGRESS state changed 2025-10-03 10:19:59Z [standalone.StandaloneServiceChain.ServiceChain.11]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 10:19:59Z [standalone.StandaloneServiceChain.ServiceChain.11.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 10:20:00Z [standalone.StandaloneServiceChain.ServiceChain.11.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-03 10:20:00Z [standalone.StandaloneServiceChain.ServiceChain.11.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 10:20:01Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 10:20:01Z [standalone.StandaloneServiceChain.ServiceChain.11.MySQLClient]: CREATE_COMPLETE state changed 2025-10-03 10:20:01Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 10:20:02Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-03 10:20:02Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase]: CREATE_IN_PROGRESS state changed 2025-10-03 10:20:02Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 10:20:03Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 10:20:03Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 10:20:03Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 10:20:03Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-03 10:20:03Z [standalone.StandaloneServiceChain.ServiceChain.11.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 10:20:03Z [standalone.StandaloneServiceChain.ServiceChain.11.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 10:20:04Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 10:20:04Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 10:20:04Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 10:20:05Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-03 10:20:05Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon]: CREATE_COMPLETE state changed 2025-10-03 10:20:05Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 10:20:06Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 10:20:06Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 10:20:06Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.MySQLClient]: CREATE_COMPLETE state changed 2025-10-03 10:20:06Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 10:20:07Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderBase]: CREATE_IN_PROGRESS state changed 2025-10-03 10:20:07Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-03 10:20:07Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 10:20:08Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderBase]: CREATE_COMPLETE state changed 2025-10-03 10:20:08Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-03 10:20:08Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 10:20:09Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderCommon]: CREATE_COMPLETE state changed 2025-10-03 10:20:09Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 10:20:09Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase]: CREATE_COMPLETE state changed 2025-10-03 10:20:09Z [standalone.StandaloneServiceChain.ServiceChain.11]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 10:20:10Z [standalone.StandaloneServiceChain.ServiceChain.11]: CREATE_COMPLETE state changed 2025-10-03 10:20:11Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_IN_PROGRESS state changed 2025-10-03 10:20:12Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 10:20:12Z [standalone.StandaloneServiceChain.ServiceChain.12.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 10:20:12Z [standalone.StandaloneServiceChain.ServiceChain.12.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 10:20:13Z [standalone.StandaloneServiceChain.ServiceChain.12.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 10:20:14Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase]: CREATE_IN_PROGRESS state changed 2025-10-03 10:20:14Z [standalone.StandaloneServiceChain.ServiceChain.12.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 10:20:14Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 10:20:14Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase.MysqlBase]: CREATE_IN_PROGRESS state changed 2025-10-03 10:20:15Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 10:20:15Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase.MysqlBase]: CREATE_COMPLETE state changed 2025-10-03 10:20:16Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 10:20:16Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 10:20:16Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 10:20:16Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 10:20:17Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase]: CREATE_COMPLETE state changed 2025-10-03 10:20:17Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 10:20:18Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_COMPLETE state changed 2025-10-03 10:20:18Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_IN_PROGRESS state changed 2025-10-03 10:20:18Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 10:20:18Z [standalone.StandaloneServiceChain.ServiceChain.13.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 10:20:18Z [standalone.StandaloneServiceChain.ServiceChain.13.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 10:20:19Z [standalone.StandaloneServiceChain.ServiceChain.13.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 10:20:20Z [standalone.StandaloneServiceChain.ServiceChain.13.CeilometerServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-03 10:20:20Z [standalone.StandaloneServiceChain.ServiceChain.13.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 10:20:21Z [standalone.StandaloneServiceChain.ServiceChain.13.CeilometerServiceBase]: CREATE_COMPLETE state changed 2025-10-03 10:20:21Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 10:20:22Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_COMPLETE state changed 2025-10-03 10:20:23Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_IN_PROGRESS state changed 2025-10-03 10:20:24Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_COMPLETE state changed 2025-10-03 10:20:24Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_IN_PROGRESS state changed 2025-10-03 10:20:24Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 10:20:24Z [standalone.StandaloneServiceChain.ServiceChain.15.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 10:20:24Z [standalone.StandaloneServiceChain.ServiceChain.15.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 10:20:25Z [standalone.StandaloneServiceChain.ServiceChain.15.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 10:20:26Z [standalone.StandaloneServiceChain.ServiceChain.15.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 10:20:26Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 10:20:27Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_COMPLETE state changed 2025-10-03 10:20:27Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_IN_PROGRESS state changed 2025-10-03 10:20:29Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_COMPLETE state changed 2025-10-03 10:20:29Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_IN_PROGRESS state changed 2025-10-03 10:20:29Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 10:20:29Z [standalone.StandaloneServiceChain.ServiceChain.17.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 10:20:30Z [standalone.StandaloneServiceChain.ServiceChain.17.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-03 10:20:30Z [standalone.StandaloneServiceChain.ServiceChain.17.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 10:20:31Z [standalone.StandaloneServiceChain.ServiceChain.17.GlanceLogging]: CREATE_IN_PROGRESS state changed 2025-10-03 10:20:31Z [standalone.StandaloneServiceChain.ServiceChain.17.GlanceLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 10:20:31Z [standalone.StandaloneServiceChain.ServiceChain.17.MySQLClient]: CREATE_COMPLETE state changed 2025-10-03 10:20:31Z [standalone.StandaloneServiceChain.ServiceChain.17.GlanceLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 10:20:31Z [standalone.StandaloneServiceChain.ServiceChain.17.GlanceLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 10:20:31Z [standalone.StandaloneServiceChain.ServiceChain.17.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 10:20:32Z [standalone.StandaloneServiceChain.ServiceChain.17.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2025-10-03 10:20:32Z [standalone.StandaloneServiceChain.ServiceChain.17.TLSProxyBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 10:20:32Z [standalone.StandaloneServiceChain.ServiceChain.17.GlanceLogging]: CREATE_COMPLETE state changed 2025-10-03 10:20:32Z [standalone.StandaloneServiceChain.ServiceChain.17.TLSProxyBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-03 10:20:32Z [standalone.StandaloneServiceChain.ServiceChain.17.TLSProxyBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-03 10:20:32Z [standalone.StandaloneServiceChain.ServiceChain.17.TLSProxyBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 10:20:33Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-03 10:20:33Z [standalone.StandaloneServiceChain.ServiceChain.17.TLSProxyBase]: CREATE_COMPLETE state changed 2025-10-03 10:20:34Z [standalone.StandaloneServiceChain.ServiceChain.17.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 10:20:34Z [standalone.StandaloneServiceChain.ServiceChain.17.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 10:20:34Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-03 10:20:34Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 10:20:35Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_COMPLETE state changed 2025-10-03 10:20:36Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_IN_PROGRESS state changed 2025-10-03 10:20:36Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 10:20:36Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceLogging]: CREATE_IN_PROGRESS state changed 2025-10-03 10:20:36Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 10:20:36Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 10:20:36Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 10:20:36Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 10:20:37Z [standalone.StandaloneServiceChain.ServiceChain.18.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-03 10:20:37Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceLogging]: CREATE_COMPLETE state changed 2025-10-03 10:20:38Z [standalone.StandaloneServiceChain.ServiceChain.18.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 10:20:38Z [standalone.StandaloneServiceChain.ServiceChain.18.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 10:20:38Z [standalone.StandaloneServiceChain.ServiceChain.18.MySQLClient]: CREATE_COMPLETE state changed 2025-10-03 10:20:39Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi]: CREATE_IN_PROGRESS state changed 2025-10-03 10:20:39Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 10:20:39Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-03 10:20:40Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 10:20:40Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 10:20:40Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-03 10:20:41Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 10:20:42Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-03 10:20:42Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 10:20:43Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2025-10-03 10:20:43Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.MySQLClient]: CREATE_COMPLETE state changed 2025-10-03 10:20:43Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.TLSProxyBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 10:20:43Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.TLSProxyBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-03 10:20:43Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.TLSProxyBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-03 10:20:43Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.TLSProxyBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 10:20:44Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.GlanceLogging]: CREATE_IN_PROGRESS state changed 2025-10-03 10:20:44Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.TLSProxyBase]: CREATE_COMPLETE state changed 2025-10-03 10:20:44Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.GlanceLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 10:20:44Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.GlanceLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 10:20:44Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.GlanceLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 10:20:44Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 10:20:45Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.GlanceLogging]: CREATE_COMPLETE state changed 2025-10-03 10:20:45Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 10:20:46Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi]: CREATE_COMPLETE state changed 2025-10-03 10:20:46Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 10:20:47Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_COMPLETE state changed 2025-10-03 10:20:48Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_IN_PROGRESS state changed 2025-10-03 10:20:48Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 10:20:48Z [standalone.StandaloneServiceChain.ServiceChain.19.GnocchiServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-03 10:20:49Z [standalone.StandaloneServiceChain.ServiceChain.19.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-03 10:20:49Z [standalone.StandaloneServiceChain.ServiceChain.19.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 10:20:49Z [standalone.StandaloneServiceChain.ServiceChain.19.GnocchiServiceBase]: CREATE_COMPLETE state changed 2025-10-03 10:20:49Z [standalone.StandaloneServiceChain.ServiceChain.19.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-03 10:20:49Z [standalone.StandaloneServiceChain.ServiceChain.19.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-03 10:20:49Z [standalone.StandaloneServiceChain.ServiceChain.19.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 10:20:50Z [standalone.StandaloneServiceChain.ServiceChain.19.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 10:20:50Z [standalone.StandaloneServiceChain.ServiceChain.19.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 10:20:50Z [standalone.StandaloneServiceChain.ServiceChain.19.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-03 10:20:51Z [standalone.StandaloneServiceChain.ServiceChain.19.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-03 10:20:52Z [standalone.StandaloneServiceChain.ServiceChain.19.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 10:20:52Z [standalone.StandaloneServiceChain.ServiceChain.19.MySQLClient]: CREATE_COMPLETE state changed 2025-10-03 10:20:53Z [standalone.StandaloneServiceChain.ServiceChain.19.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 10:20:53Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 10:20:54Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_COMPLETE state changed 2025-10-03 10:20:54Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_IN_PROGRESS state changed 2025-10-03 10:20:54Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 10:20:55Z [standalone.StandaloneServiceChain.ServiceChain.20.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 10:20:55Z [standalone.StandaloneServiceChain.ServiceChain.20.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 10:20:56Z [standalone.StandaloneServiceChain.ServiceChain.20.GnocchiServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-03 10:20:57Z [standalone.StandaloneServiceChain.ServiceChain.20.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-03 10:20:57Z [standalone.StandaloneServiceChain.ServiceChain.20.GnocchiServiceBase]: CREATE_COMPLETE state changed 2025-10-03 10:20:57Z [standalone.StandaloneServiceChain.ServiceChain.20.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 10:20:58Z [standalone.StandaloneServiceChain.ServiceChain.20.MySQLClient]: CREATE_COMPLETE state changed 2025-10-03 10:20:59Z [standalone.StandaloneServiceChain.ServiceChain.20.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 10:20:59Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 10:20:59Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_COMPLETE state changed 2025-10-03 10:21:00Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_IN_PROGRESS state changed 2025-10-03 10:21:00Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 10:21:00Z [standalone.StandaloneServiceChain.ServiceChain.21.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-03 10:21:01Z [standalone.StandaloneServiceChain.ServiceChain.21.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 10:21:01Z [standalone.StandaloneServiceChain.ServiceChain.21.MySQLClient]: CREATE_COMPLETE state changed 2025-10-03 10:21:02Z [standalone.StandaloneServiceChain.ServiceChain.21.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 10:21:02Z [standalone.StandaloneServiceChain.ServiceChain.21.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 10:21:02Z [standalone.StandaloneServiceChain.ServiceChain.21.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 10:21:03Z [standalone.StandaloneServiceChain.ServiceChain.21.GnocchiServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-03 10:21:04Z [standalone.StandaloneServiceChain.ServiceChain.21.GnocchiServiceBase]: CREATE_COMPLETE state changed 2025-10-03 10:21:04Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 10:21:05Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_COMPLETE state changed 2025-10-03 10:21:06Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_IN_PROGRESS state changed 2025-10-03 10:21:06Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 10:21:06Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyInternalTLS]: CREATE_IN_PROGRESS state changed 2025-10-03 10:21:06Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyInternalTLS]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 10:21:06Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyInternalTLS.HAProxyNetworks]: CREATE_IN_PROGRESS state changed 2025-10-03 10:21:06Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyInternalTLS.HAProxyNetworks]: CREATE_COMPLETE state changed 2025-10-03 10:21:06Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyInternalTLS]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 10:21:07Z [standalone.StandaloneServiceChain.ServiceChain.22.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 10:21:07Z [standalone.StandaloneServiceChain.ServiceChain.22.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 10:21:07Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyInternalTLS]: CREATE_COMPLETE state changed 2025-10-03 10:21:08Z [standalone.StandaloneServiceChain.ServiceChain.22.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 10:21:09Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyPublicTLS]: CREATE_IN_PROGRESS state changed 2025-10-03 10:21:09Z [standalone.StandaloneServiceChain.ServiceChain.22.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 10:21:10Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase]: CREATE_IN_PROGRESS state changed 2025-10-03 10:21:10Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 10:21:10Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyPublicTLS]: CREATE_COMPLETE state changed 2025-10-03 10:21:10Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyInternalTLS]: CREATE_IN_PROGRESS state changed 2025-10-03 10:21:10Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyInternalTLS]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 10:21:10Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyInternalTLS.HAProxyNetworks]: CREATE_IN_PROGRESS state changed 2025-10-03 10:21:10Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyInternalTLS.HAProxyNetworks]: CREATE_COMPLETE state changed 2025-10-03 10:21:10Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyInternalTLS]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 10:21:11Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 10:21:11Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 10:21:11Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyInternalTLS]: CREATE_COMPLETE state changed 2025-10-03 10:21:12Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyPublicTLS]: CREATE_IN_PROGRESS state changed 2025-10-03 10:21:13Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyLogging]: CREATE_IN_PROGRESS state changed 2025-10-03 10:21:13Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyPublicTLS]: CREATE_COMPLETE state changed 2025-10-03 10:21:14Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 10:21:14Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyLogging]: CREATE_COMPLETE state changed 2025-10-03 10:21:15Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 10:21:15Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 10:21:16Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase]: CREATE_COMPLETE state changed 2025-10-03 10:21:16Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 10:21:17Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_COMPLETE state changed 2025-10-03 10:21:18Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_IN_PROGRESS state changed 2025-10-03 10:21:18Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 10:21:18Z [standalone.StandaloneServiceChain.ServiceChain.23.HeatBase]: CREATE_IN_PROGRESS state changed 2025-10-03 10:21:19Z [standalone.StandaloneServiceChain.ServiceChain.23.HeatApiLogging]: CREATE_IN_PROGRESS state changed 2025-10-03 10:21:19Z [standalone.StandaloneServiceChain.ServiceChain.23.HeatBase]: CREATE_COMPLETE state changed 2025-10-03 10:21:20Z [standalone.StandaloneServiceChain.ServiceChain.23.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 10:21:20Z [standalone.StandaloneServiceChain.ServiceChain.23.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 10:21:20Z [standalone.StandaloneServiceChain.ServiceChain.23.HeatApiLogging]: CREATE_COMPLETE state changed 2025-10-03 10:21:21Z [standalone.StandaloneServiceChain.ServiceChain.23.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 10:21:22Z [standalone.StandaloneServiceChain.ServiceChain.23.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-03 10:21:22Z [standalone.StandaloneServiceChain.ServiceChain.23.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 10:21:22Z [standalone.StandaloneServiceChain.ServiceChain.23.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 10:21:22Z [standalone.StandaloneServiceChain.ServiceChain.23.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-03 10:21:22Z [standalone.StandaloneServiceChain.ServiceChain.23.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-03 10:21:22Z [standalone.StandaloneServiceChain.ServiceChain.23.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 10:21:23Z [standalone.StandaloneServiceChain.ServiceChain.23.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-03 10:21:23Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 10:21:24Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_COMPLETE state changed 2025-10-03 10:21:24Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_IN_PROGRESS state changed 2025-10-03 10:21:24Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 10:21:25Z [standalone.StandaloneServiceChain.ServiceChain.24.HeatBase]: CREATE_IN_PROGRESS state changed 2025-10-03 10:21:26Z [standalone.StandaloneServiceChain.ServiceChain.24.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 10:21:26Z [standalone.StandaloneServiceChain.ServiceChain.24.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 10:21:26Z [standalone.StandaloneServiceChain.ServiceChain.24.HeatBase]: CREATE_COMPLETE state changed 2025-10-03 10:21:27Z [standalone.StandaloneServiceChain.ServiceChain.24.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 10:21:28Z [standalone.StandaloneServiceChain.ServiceChain.24.HeatApiCfnLogging]: CREATE_IN_PROGRESS state changed 2025-10-03 10:21:28Z [standalone.StandaloneServiceChain.ServiceChain.24.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 10:21:29Z [standalone.StandaloneServiceChain.ServiceChain.24.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-03 10:21:29Z [standalone.StandaloneServiceChain.ServiceChain.24.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 10:21:29Z [standalone.StandaloneServiceChain.ServiceChain.24.HeatApiCfnLogging]: CREATE_COMPLETE state changed 2025-10-03 10:21:29Z [standalone.StandaloneServiceChain.ServiceChain.24.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-03 10:21:29Z [standalone.StandaloneServiceChain.ServiceChain.24.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-03 10:21:29Z [standalone.StandaloneServiceChain.ServiceChain.24.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 10:21:30Z [standalone.StandaloneServiceChain.ServiceChain.24.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-03 10:21:30Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 10:21:31Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_COMPLETE state changed 2025-10-03 10:21:31Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_IN_PROGRESS state changed 2025-10-03 10:21:31Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 10:21:31Z [standalone.StandaloneServiceChain.ServiceChain.25.HeatEngineLogging]: CREATE_IN_PROGRESS state changed 2025-10-03 10:21:31Z [standalone.StandaloneServiceChain.ServiceChain.25.HeatEngineLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 10:21:31Z [standalone.StandaloneServiceChain.ServiceChain.25.HeatEngineLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 10:21:31Z [standalone.StandaloneServiceChain.ServiceChain.25.HeatEngineLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 10:21:31Z [standalone.StandaloneServiceChain.ServiceChain.25.HeatEngineLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 10:21:32Z [standalone.StandaloneServiceChain.ServiceChain.25.HeatBase]: CREATE_IN_PROGRESS state changed 2025-10-03 10:21:32Z [standalone.StandaloneServiceChain.ServiceChain.25.HeatEngineLogging]: CREATE_COMPLETE state changed 2025-10-03 10:21:33Z [standalone.StandaloneServiceChain.ServiceChain.25.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-03 10:21:33Z [standalone.StandaloneServiceChain.ServiceChain.25.HeatBase]: CREATE_COMPLETE state changed 2025-10-03 10:21:34Z [standalone.StandaloneServiceChain.ServiceChain.25.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 10:21:34Z [standalone.StandaloneServiceChain.ServiceChain.25.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 10:21:34Z [standalone.StandaloneServiceChain.ServiceChain.25.MySQLClient]: CREATE_COMPLETE state changed 2025-10-03 10:21:35Z [standalone.StandaloneServiceChain.ServiceChain.25.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 10:21:36Z [standalone.StandaloneServiceChain.ServiceChain.25.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 10:21:36Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 10:21:37Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_COMPLETE state changed 2025-10-03 10:21:38Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_IN_PROGRESS state changed 2025-10-03 10:21:38Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 10:21:38Z [standalone.StandaloneServiceChain.ServiceChain.26.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 10:21:39Z [standalone.StandaloneServiceChain.ServiceChain.26.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 10:21:39Z [standalone.StandaloneServiceChain.ServiceChain.26.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 10:21:39Z [standalone.StandaloneServiceChain.ServiceChain.26.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 10:21:39Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 10:21:40Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_COMPLETE state changed 2025-10-03 10:21:40Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_IN_PROGRESS state changed 2025-10-03 10:21:41Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_COMPLETE state changed 2025-10-03 10:21:42Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_IN_PROGRESS state changed 2025-10-03 10:21:42Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 10:21:42Z [standalone.StandaloneServiceChain.ServiceChain.28.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 10:21:42Z [standalone.StandaloneServiceChain.ServiceChain.28.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 10:21:43Z [standalone.StandaloneServiceChain.ServiceChain.28.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 10:21:44Z [standalone.StandaloneServiceChain.ServiceChain.28.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 10:21:44Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 10:21:45Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_COMPLETE state changed 2025-10-03 10:21:45Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_IN_PROGRESS state changed 2025-10-03 10:21:45Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 10:21:45Z [standalone.StandaloneServiceChain.ServiceChain.29.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 10:21:45Z [standalone.StandaloneServiceChain.ServiceChain.29.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 10:21:45Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 10:21:46Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_COMPLETE state changed 2025-10-03 10:21:47Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_IN_PROGRESS state changed 2025-10-03 10:21:47Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 10:21:47Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-03 10:21:47Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 10:21:47Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-03 10:21:47Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-03 10:21:47Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 10:21:48Z [standalone.StandaloneServiceChain.ServiceChain.30.KeystoneLogging]: CREATE_IN_PROGRESS state changed 2025-10-03 10:21:48Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-03 10:21:48Z [standalone.StandaloneServiceChain.ServiceChain.30.KeystoneLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 10:21:48Z [standalone.StandaloneServiceChain.ServiceChain.30.KeystoneLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 10:21:48Z [standalone.StandaloneServiceChain.ServiceChain.30.KeystoneLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 10:21:48Z [standalone.StandaloneServiceChain.ServiceChain.30.KeystoneLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 10:21:49Z [standalone.StandaloneServiceChain.ServiceChain.30.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 10:21:49Z [standalone.StandaloneServiceChain.ServiceChain.30.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 10:21:49Z [standalone.StandaloneServiceChain.ServiceChain.30.KeystoneLogging]: CREATE_COMPLETE state changed 2025-10-03 10:21:50Z [standalone.StandaloneServiceChain.ServiceChain.30.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 10:21:51Z [standalone.StandaloneServiceChain.ServiceChain.30.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-03 10:21:51Z [standalone.StandaloneServiceChain.ServiceChain.30.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 10:21:52Z [standalone.StandaloneServiceChain.ServiceChain.30.MySQLClient]: CREATE_COMPLETE state changed 2025-10-03 10:21:52Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 10:21:53Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_COMPLETE state changed 2025-10-03 10:21:53Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_IN_PROGRESS state changed 2025-10-03 10:21:53Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 10:21:54Z [standalone.StandaloneServiceChain.ServiceChain.31.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 10:21:54Z [standalone.StandaloneServiceChain.ServiceChain.31.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 10:21:55Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-03 10:21:55Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 10:21:55Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-03 10:21:55Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-03 10:21:55Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 10:21:56Z [standalone.StandaloneServiceChain.ServiceChain.31.ManilaBase]: CREATE_IN_PROGRESS state changed 2025-10-03 10:21:56Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-03 10:21:57Z [standalone.StandaloneServiceChain.ServiceChain.31.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-03 10:21:57Z [standalone.StandaloneServiceChain.ServiceChain.31.ManilaBase]: CREATE_COMPLETE state changed 2025-10-03 10:21:58Z [standalone.StandaloneServiceChain.ServiceChain.31.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 10:21:58Z [standalone.StandaloneServiceChain.ServiceChain.31.MySQLClient]: CREATE_COMPLETE state changed 2025-10-03 10:21:59Z [standalone.StandaloneServiceChain.ServiceChain.31.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 10:21:59Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 10:21:59Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_COMPLETE state changed 2025-10-03 10:22:00Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_IN_PROGRESS state changed 2025-10-03 10:22:01Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_COMPLETE state changed 2025-10-03 10:22:01Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_IN_PROGRESS state changed 2025-10-03 10:22:02Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 10:22:02Z [standalone.StandaloneServiceChain.ServiceChain.33.ManilaBase]: CREATE_IN_PROGRESS state changed 2025-10-03 10:22:03Z [standalone.StandaloneServiceChain.ServiceChain.33.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 10:22:03Z [standalone.StandaloneServiceChain.ServiceChain.33.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 10:22:03Z [standalone.StandaloneServiceChain.ServiceChain.33.ManilaBase]: CREATE_COMPLETE state changed 2025-10-03 10:22:04Z [standalone.StandaloneServiceChain.ServiceChain.33.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 10:22:05Z [standalone.StandaloneServiceChain.ServiceChain.33.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-03 10:22:05Z [standalone.StandaloneServiceChain.ServiceChain.33.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 10:22:06Z [standalone.StandaloneServiceChain.ServiceChain.33.MySQLClient]: CREATE_COMPLETE state changed 2025-10-03 10:22:06Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 10:22:07Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_COMPLETE state changed 2025-10-03 10:22:07Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_IN_PROGRESS state changed 2025-10-03 10:22:07Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 10:22:07Z [standalone.StandaloneServiceChain.ServiceChain.34.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-03 10:22:08Z [standalone.StandaloneServiceChain.ServiceChain.34.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 10:22:08Z [standalone.StandaloneServiceChain.ServiceChain.34.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 10:22:08Z [standalone.StandaloneServiceChain.ServiceChain.34.MySQLClient]: CREATE_COMPLETE state changed 2025-10-03 10:22:09Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase]: CREATE_IN_PROGRESS state changed 2025-10-03 10:22:09Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 10:22:09Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ManilaBase]: CREATE_IN_PROGRESS state changed 2025-10-03 10:22:10Z [standalone.StandaloneServiceChain.ServiceChain.34.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 10:22:10Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 10:22:11Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ManilaBase]: CREATE_COMPLETE state changed 2025-10-03 10:22:11Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 10:22:11Z [standalone.StandaloneServiceChain.ServiceChain.34.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 10:22:11Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ManilaShareCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 10:22:11Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 10:22:11Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 10:22:11Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ManilaShareCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 10:22:12Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 10:22:12Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ManilaShareCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 10:22:12Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-03 10:22:13Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 10:22:13Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 10:22:13Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ManilaShareCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 10:22:13Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ManilaShareCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 10:22:13Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 10:22:13Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 10:22:13Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaCommon]: CREATE_COMPLETE state changed 2025-10-03 10:22:14Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.MySQLClient]: CREATE_COMPLETE state changed 2025-10-03 10:22:14Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ManilaShareCommon]: CREATE_COMPLETE state changed 2025-10-03 10:22:14Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 10:22:14Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase]: CREATE_COMPLETE state changed 2025-10-03 10:22:14Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 10:22:15Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_COMPLETE state changed 2025-10-03 10:22:16Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_IN_PROGRESS state changed 2025-10-03 10:22:16Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 10:22:16Z [standalone.StandaloneServiceChain.ServiceChain.35.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 10:22:16Z [standalone.StandaloneServiceChain.ServiceChain.35.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 10:22:17Z [standalone.StandaloneServiceChain.ServiceChain.35.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 10:22:18Z [standalone.StandaloneServiceChain.ServiceChain.35.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 10:22:18Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 10:22:19Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_COMPLETE state changed 2025-10-03 10:22:19Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_IN_PROGRESS state changed 2025-10-03 10:22:20Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 10:22:20Z [standalone.StandaloneServiceChain.ServiceChain.36.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 10:22:20Z [standalone.StandaloneServiceChain.ServiceChain.36.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 10:22:21Z [standalone.StandaloneServiceChain.ServiceChain.36.MysqlBase]: CREATE_IN_PROGRESS state changed 2025-10-03 10:22:22Z [standalone.StandaloneServiceChain.ServiceChain.36.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 10:22:22Z [standalone.StandaloneServiceChain.ServiceChain.36.MysqlBase]: CREATE_COMPLETE state changed 2025-10-03 10:22:23Z [standalone.StandaloneServiceChain.ServiceChain.36.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 10:22:23Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 10:22:24Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_COMPLETE state changed 2025-10-03 10:22:24Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_IN_PROGRESS state changed 2025-10-03 10:22:25Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_COMPLETE state changed 2025-10-03 10:22:26Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_IN_PROGRESS state changed 2025-10-03 10:22:26Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 10:22:26Z [standalone.StandaloneServiceChain.ServiceChain.38.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-10-03 10:22:27Z [standalone.StandaloneServiceChain.ServiceChain.38.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2025-10-03 10:22:27Z [standalone.StandaloneServiceChain.ServiceChain.38.TLSProxyBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 10:22:27Z [standalone.StandaloneServiceChain.ServiceChain.38.NeutronBase]: CREATE_COMPLETE state changed 2025-10-03 10:22:27Z [standalone.StandaloneServiceChain.ServiceChain.38.TLSProxyBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-03 10:22:27Z [standalone.StandaloneServiceChain.ServiceChain.38.TLSProxyBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-03 10:22:27Z [standalone.StandaloneServiceChain.ServiceChain.38.TLSProxyBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 10:22:28Z [standalone.StandaloneServiceChain.ServiceChain.38.NeutronLogging]: CREATE_IN_PROGRESS state changed 2025-10-03 10:22:28Z [standalone.StandaloneServiceChain.ServiceChain.38.NeutronLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 10:22:28Z [standalone.StandaloneServiceChain.ServiceChain.38.TLSProxyBase]: CREATE_COMPLETE state changed 2025-10-03 10:22:28Z [standalone.StandaloneServiceChain.ServiceChain.38.NeutronLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 10:22:28Z [standalone.StandaloneServiceChain.ServiceChain.38.NeutronLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 10:22:28Z [standalone.StandaloneServiceChain.ServiceChain.38.NeutronLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 10:22:29Z [standalone.StandaloneServiceChain.ServiceChain.38.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 10:22:29Z [standalone.StandaloneServiceChain.ServiceChain.38.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 10:22:29Z [standalone.StandaloneServiceChain.ServiceChain.38.NeutronLogging]: CREATE_COMPLETE state changed 2025-10-03 10:22:30Z [standalone.StandaloneServiceChain.ServiceChain.38.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-03 10:22:31Z [standalone.StandaloneServiceChain.ServiceChain.38.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 10:22:31Z [standalone.StandaloneServiceChain.ServiceChain.38.MySQLClient]: CREATE_COMPLETE state changed 2025-10-03 10:22:32Z [standalone.StandaloneServiceChain.ServiceChain.38.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 10:22:32Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 10:22:33Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_COMPLETE state changed 2025-10-03 10:22:33Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_IN_PROGRESS state changed 2025-10-03 10:22:33Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 10:22:33Z [standalone.StandaloneServiceChain.ServiceChain.39.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 10:22:33Z [standalone.StandaloneServiceChain.ServiceChain.39.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 10:22:34Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-10-03 10:22:34Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 10:22:34Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase.NeutronMl2Base]: CREATE_IN_PROGRESS state changed 2025-10-03 10:22:35Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase.NeutronMl2Base]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 10:22:35Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase.NeutronMl2Base.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-10-03 10:22:36Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase.NeutronMl2Base.NeutronBase]: CREATE_COMPLETE state changed 2025-10-03 10:22:36Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase.NeutronMl2Base]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 10:22:37Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase.NeutronMl2Base]: CREATE_COMPLETE state changed 2025-10-03 10:22:37Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 10:22:37Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase]: CREATE_COMPLETE state changed 2025-10-03 10:22:37Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 10:22:38Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_COMPLETE state changed 2025-10-03 10:22:39Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_IN_PROGRESS state changed 2025-10-03 10:22:39Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 10:22:39Z [standalone.StandaloneServiceChain.ServiceChain.40.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-10-03 10:22:40Z [standalone.StandaloneServiceChain.ServiceChain.40.NeutronLogging]: CREATE_IN_PROGRESS state changed 2025-10-03 10:22:40Z [standalone.StandaloneServiceChain.ServiceChain.40.NeutronBase]: CREATE_COMPLETE state changed 2025-10-03 10:22:41Z [standalone.StandaloneServiceChain.ServiceChain.40.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 10:22:41Z [standalone.StandaloneServiceChain.ServiceChain.40.NeutronLogging]: CREATE_COMPLETE state changed 2025-10-03 10:22:42Z [standalone.StandaloneServiceChain.ServiceChain.40.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 10:22:42Z [standalone.StandaloneServiceChain.ServiceChain.40.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 10:22:42Z [standalone.StandaloneServiceChain.ServiceChain.40.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 10:22:42Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 10:22:43Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_COMPLETE state changed 2025-10-03 10:22:43Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_IN_PROGRESS state changed 2025-10-03 10:22:43Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 10:22:44Z [standalone.StandaloneServiceChain.ServiceChain.41.NeutronLogging]: CREATE_IN_PROGRESS state changed 2025-10-03 10:22:45Z [standalone.StandaloneServiceChain.ServiceChain.41.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 10:22:45Z [standalone.StandaloneServiceChain.ServiceChain.41.NeutronLogging]: CREATE_COMPLETE state changed 2025-10-03 10:22:46Z [standalone.StandaloneServiceChain.ServiceChain.41.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 10:22:46Z [standalone.StandaloneServiceChain.ServiceChain.41.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 10:22:46Z [standalone.StandaloneServiceChain.ServiceChain.41.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 10:22:47Z [standalone.StandaloneServiceChain.ServiceChain.41.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-10-03 10:22:48Z [standalone.StandaloneServiceChain.ServiceChain.41.NeutronBase]: CREATE_COMPLETE state changed 2025-10-03 10:22:48Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 10:22:48Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_COMPLETE state changed 2025-10-03 10:22:49Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_IN_PROGRESS state changed 2025-10-03 10:22:49Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 10:22:49Z [standalone.StandaloneServiceChain.ServiceChain.42.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 10:22:50Z [standalone.StandaloneServiceChain.ServiceChain.42.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-03 10:22:50Z [standalone.StandaloneServiceChain.ServiceChain.42.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 10:22:51Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-10-03 10:22:51Z [standalone.StandaloneServiceChain.ServiceChain.42.MySQLClient]: CREATE_COMPLETE state changed 2025-10-03 10:22:52Z [standalone.StandaloneServiceChain.ServiceChain.42.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 10:22:52Z [standalone.StandaloneServiceChain.ServiceChain.42.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 10:22:52Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaDBClient]: CREATE_COMPLETE state changed 2025-10-03 10:22:53Z [standalone.StandaloneServiceChain.ServiceChain.42.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-03 10:22:53Z [standalone.StandaloneServiceChain.ServiceChain.42.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 10:22:53Z [standalone.StandaloneServiceChain.ServiceChain.42.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-03 10:22:53Z [standalone.StandaloneServiceChain.ServiceChain.42.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-03 10:22:53Z [standalone.StandaloneServiceChain.ServiceChain.42.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 10:22:54Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2025-10-03 10:22:54Z [standalone.StandaloneServiceChain.ServiceChain.42.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-03 10:22:55Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaBase]: CREATE_IN_PROGRESS state changed 2025-10-03 10:22:55Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 10:22:55Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaApiDBClient]: CREATE_COMPLETE state changed 2025-10-03 10:22:55Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 10:22:55Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 10:22:55Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 10:22:56Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaApiLogging]: CREATE_IN_PROGRESS state changed 2025-10-03 10:22:56Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaApiLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 10:22:56Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaBase]: CREATE_COMPLETE state changed 2025-10-03 10:22:56Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaApiLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 10:22:56Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaApiLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 10:22:56Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaApiLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 10:22:57Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaApiLogging]: CREATE_COMPLETE state changed 2025-10-03 10:22:57Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 10:22:58Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_COMPLETE state changed 2025-10-03 10:22:59Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_IN_PROGRESS state changed 2025-10-03 10:22:59Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 10:22:59Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-10-03 10:23:00Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2025-10-03 10:23:00Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaDBClient]: CREATE_COMPLETE state changed 2025-10-03 10:23:01Z [standalone.StandaloneServiceChain.ServiceChain.43.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 10:23:01Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaApiDBClient]: CREATE_COMPLETE state changed 2025-10-03 10:23:02Z [standalone.StandaloneServiceChain.ServiceChain.43.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-03 10:23:02Z [standalone.StandaloneServiceChain.ServiceChain.43.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 10:23:03Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaBase]: CREATE_IN_PROGRESS state changed 2025-10-03 10:23:03Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 10:23:03Z [standalone.StandaloneServiceChain.ServiceChain.43.MySQLClient]: CREATE_COMPLETE state changed 2025-10-03 10:23:03Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 10:23:03Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 10:23:03Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 10:23:04Z [standalone.StandaloneServiceChain.ServiceChain.43.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 10:23:04Z [standalone.StandaloneServiceChain.ServiceChain.43.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 10:23:04Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLogging]: CREATE_IN_PROGRESS state changed 2025-10-03 10:23:04Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaBase]: CREATE_COMPLETE state changed 2025-10-03 10:23:04Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 10:23:04Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 10:23:04Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 10:23:05Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2025-10-03 10:23:05Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2025-10-03 10:23:05Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 10:23:06Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLogging]: CREATE_COMPLETE state changed 2025-10-03 10:23:06Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 10:23:07Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_COMPLETE state changed 2025-10-03 10:23:08Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_IN_PROGRESS state changed 2025-10-03 10:23:08Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 10:23:08Z [standalone.StandaloneServiceChain.ServiceChain.44.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-03 10:23:09Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2025-10-03 10:23:09Z [standalone.StandaloneServiceChain.ServiceChain.44.MySQLClient]: CREATE_COMPLETE state changed 2025-10-03 10:23:10Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-10-03 10:23:10Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaApiDBClient]: CREATE_COMPLETE state changed 2025-10-03 10:23:11Z [standalone.StandaloneServiceChain.ServiceChain.44.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-03 10:23:11Z [standalone.StandaloneServiceChain.ServiceChain.44.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 10:23:11Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaDBClient]: CREATE_COMPLETE state changed 2025-10-03 10:23:11Z [standalone.StandaloneServiceChain.ServiceChain.44.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-03 10:23:11Z [standalone.StandaloneServiceChain.ServiceChain.44.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-03 10:23:11Z [standalone.StandaloneServiceChain.ServiceChain.44.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 10:23:12Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaBase]: CREATE_IN_PROGRESS state changed 2025-10-03 10:23:12Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 10:23:12Z [standalone.StandaloneServiceChain.ServiceChain.44.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-03 10:23:12Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 10:23:12Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 10:23:12Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 10:23:13Z [standalone.StandaloneServiceChain.ServiceChain.44.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 10:23:13Z [standalone.StandaloneServiceChain.ServiceChain.44.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 10:23:13Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaBase]: CREATE_COMPLETE state changed 2025-10-03 10:23:14Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaMetadataLogging]: CREATE_IN_PROGRESS state changed 2025-10-03 10:23:14Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaMetadataLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 10:23:14Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaMetadataLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 10:23:14Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaMetadataLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 10:23:14Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaMetadataLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 10:23:15Z [standalone.StandaloneServiceChain.ServiceChain.44.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 10:23:15Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaMetadataLogging]: CREATE_COMPLETE state changed 2025-10-03 10:23:16Z [standalone.StandaloneServiceChain.ServiceChain.44.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 10:23:16Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 10:23:17Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_COMPLETE state changed 2025-10-03 10:23:18Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_IN_PROGRESS state changed 2025-10-03 10:23:18Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 10:23:18Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2025-10-03 10:23:19Z [standalone.StandaloneServiceChain.ServiceChain.45.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 10:23:19Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaApiDBClient]: CREATE_COMPLETE state changed 2025-10-03 10:23:20Z [standalone.StandaloneServiceChain.ServiceChain.45.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 10:23:20Z [standalone.StandaloneServiceChain.ServiceChain.45.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 10:23:20Z [standalone.StandaloneServiceChain.ServiceChain.45.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 10:23:20Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging]: CREATE_IN_PROGRESS state changed 2025-10-03 10:23:20Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 10:23:20Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 10:23:20Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 10:23:21Z [standalone.StandaloneServiceChain.ServiceChain.45.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-03 10:23:21Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2025-10-03 10:23:21Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2025-10-03 10:23:21Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 10:23:22Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaBase]: CREATE_IN_PROGRESS state changed 2025-10-03 10:23:22Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 10:23:22Z [standalone.StandaloneServiceChain.ServiceChain.45.MySQLClient]: CREATE_COMPLETE state changed 2025-10-03 10:23:22Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 10:23:22Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging]: CREATE_COMPLETE state changed 2025-10-03 10:23:22Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 10:23:22Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 10:23:23Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-10-03 10:23:23Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaBase]: CREATE_COMPLETE state changed 2025-10-03 10:23:24Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaDBClient]: CREATE_COMPLETE state changed 2025-10-03 10:23:24Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 10:23:25Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_COMPLETE state changed 2025-10-03 10:23:25Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_IN_PROGRESS state changed 2025-10-03 10:23:25Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 10:23:26Z [standalone.StandaloneServiceChain.ServiceChain.46.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 10:23:27Z [standalone.StandaloneServiceChain.ServiceChain.46.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 10:23:27Z [standalone.StandaloneServiceChain.ServiceChain.46.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 10:23:27Z [standalone.StandaloneServiceChain.ServiceChain.46.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 10:23:27Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaLogging]: CREATE_IN_PROGRESS state changed 2025-10-03 10:23:27Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 10:23:27Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2025-10-03 10:23:27Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2025-10-03 10:23:28Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaBase]: CREATE_IN_PROGRESS state changed 2025-10-03 10:23:28Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 10:23:28Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 10:23:28Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 10:23:28Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 10:23:28Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 10:23:28Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 10:23:28Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 10:23:29Z [standalone.StandaloneServiceChain.ServiceChain.46.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-03 10:23:29Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaLogging]: CREATE_COMPLETE state changed 2025-10-03 10:23:29Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaBase]: CREATE_COMPLETE state changed 2025-10-03 10:23:30Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaComputeCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 10:23:30Z [standalone.StandaloneServiceChain.ServiceChain.46.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-03 10:23:31Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaComputeCommon]: CREATE_COMPLETE state changed 2025-10-03 10:23:31Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 10:23:31Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_COMPLETE state changed 2025-10-03 10:23:32Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_IN_PROGRESS state changed 2025-10-03 10:23:32Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 10:23:32Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaBase]: CREATE_IN_PROGRESS state changed 2025-10-03 10:23:32Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 10:23:32Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 10:23:32Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 10:23:33Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 10:23:33Z [standalone.StandaloneServiceChain.ServiceChain.47.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 10:23:33Z [standalone.StandaloneServiceChain.ServiceChain.47.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 10:23:33Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaBase]: CREATE_COMPLETE state changed 2025-10-03 10:23:34Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaLibvirtCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 10:23:34Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaLibvirtCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 10:23:34Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaLibvirtCommon.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 10:23:34Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaLibvirtCommon.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 10:23:34Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaLibvirtCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 10:23:35Z [standalone.StandaloneServiceChain.ServiceChain.47.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 10:23:35Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaLibvirtCommon]: CREATE_COMPLETE state changed 2025-10-03 10:23:36Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaLibvirtLogging]: CREATE_IN_PROGRESS state changed 2025-10-03 10:23:36Z [standalone.StandaloneServiceChain.ServiceChain.47.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 10:23:37Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaLibvirtLogging]: CREATE_COMPLETE state changed 2025-10-03 10:23:37Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 10:23:38Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_COMPLETE state changed 2025-10-03 10:23:39Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_IN_PROGRESS state changed 2025-10-03 10:23:39Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 10:23:39Z [standalone.StandaloneServiceChain.ServiceChain.48.SshdBase]: CREATE_IN_PROGRESS state changed 2025-10-03 10:23:40Z [standalone.StandaloneServiceChain.ServiceChain.48.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 10:23:40Z [standalone.StandaloneServiceChain.ServiceChain.48.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 10:23:40Z [standalone.StandaloneServiceChain.ServiceChain.48.SshdBase]: CREATE_COMPLETE state changed 2025-10-03 10:23:41Z [standalone.StandaloneServiceChain.ServiceChain.48.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 10:23:42Z [standalone.StandaloneServiceChain.ServiceChain.48.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 10:23:42Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 10:23:43Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_COMPLETE state changed 2025-10-03 10:23:43Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_IN_PROGRESS state changed 2025-10-03 10:23:44Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 10:23:44Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_IN_PROGRESS state changed 2025-10-03 10:23:44Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 10:23:44Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 10:23:44Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 10:23:44Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 10:23:45Z [standalone.StandaloneServiceChain.ServiceChain.49.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 10:23:45Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_COMPLETE state changed 2025-10-03 10:23:46Z [standalone.StandaloneServiceChain.ServiceChain.49.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-03 10:23:46Z [standalone.StandaloneServiceChain.ServiceChain.49.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 10:23:47Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-10-03 10:23:47Z [standalone.StandaloneServiceChain.ServiceChain.49.MySQLClient]: CREATE_COMPLETE state changed 2025-10-03 10:23:48Z [standalone.StandaloneServiceChain.ServiceChain.49.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 10:23:48Z [standalone.StandaloneServiceChain.ServiceChain.49.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 10:23:48Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaDBClient]: CREATE_COMPLETE state changed 2025-10-03 10:23:48Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_IN_PROGRESS state changed 2025-10-03 10:23:48Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 10:23:48Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2025-10-03 10:23:48Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2025-10-03 10:23:49Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 10:23:49Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 10:23:49Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 10:23:50Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_COMPLETE state changed 2025-10-03 10:23:50Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 10:23:51Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_COMPLETE state changed 2025-10-03 10:23:51Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_IN_PROGRESS state changed 2025-10-03 10:23:51Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 10:23:51Z [standalone.StandaloneServiceChain.ServiceChain.50.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 10:23:52Z [standalone.StandaloneServiceChain.ServiceChain.50.OVNBridgeMappingsValue]: CREATE_IN_PROGRESS state changed 2025-10-03 10:23:52Z [standalone.StandaloneServiceChain.ServiceChain.50.OVNBridgeMappingsValue]: CREATE_COMPLETE state changed 2025-10-03 10:23:52Z [standalone.StandaloneServiceChain.ServiceChain.50.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 10:23:53Z [standalone.StandaloneServiceChain.ServiceChain.50.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 10:23:53Z [standalone.StandaloneServiceChain.ServiceChain.50.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 10:23:53Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 10:23:54Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_COMPLETE state changed 2025-10-03 10:23:55Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_IN_PROGRESS state changed 2025-10-03 10:23:55Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 10:23:55Z [standalone.StandaloneServiceChain.ServiceChain.51.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 10:23:55Z [standalone.StandaloneServiceChain.ServiceChain.51.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 10:23:56Z [standalone.StandaloneServiceChain.ServiceChain.51.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 10:23:57Z [standalone.StandaloneServiceChain.ServiceChain.51.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 10:23:57Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 10:23:58Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_COMPLETE state changed 2025-10-03 10:23:58Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_IN_PROGRESS state changed 2025-10-03 10:23:58Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 10:23:58Z [standalone.StandaloneServiceChain.ServiceChain.52.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 10:24:00Z [standalone.StandaloneServiceChain.ServiceChain.52.NeutronLogging]: CREATE_IN_PROGRESS state changed 2025-10-03 10:24:00Z [standalone.StandaloneServiceChain.ServiceChain.52.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 10:24:01Z [standalone.StandaloneServiceChain.ServiceChain.52.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 10:24:01Z [standalone.StandaloneServiceChain.ServiceChain.52.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 10:24:01Z [standalone.StandaloneServiceChain.ServiceChain.52.NeutronLogging]: CREATE_COMPLETE state changed 2025-10-03 10:24:02Z [standalone.StandaloneServiceChain.ServiceChain.52.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-10-03 10:24:03Z [standalone.StandaloneServiceChain.ServiceChain.52.NeutronBase]: CREATE_COMPLETE state changed 2025-10-03 10:24:03Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 10:24:03Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_COMPLETE state changed 2025-10-03 10:24:04Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_IN_PROGRESS state changed 2025-10-03 10:24:04Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 10:24:04Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker]: CREATE_IN_PROGRESS state changed 2025-10-03 10:24:04Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 10:24:04Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-03 10:24:05Z [standalone.StandaloneServiceChain.ServiceChain.53.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-03 10:24:05Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 10:24:05Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 10:24:05Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker.MySQLClient]: CREATE_COMPLETE state changed 2025-10-03 10:24:06Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaProviderConfig]: CREATE_IN_PROGRESS state changed 2025-10-03 10:24:06Z [standalone.StandaloneServiceChain.ServiceChain.53.MySQLClient]: CREATE_COMPLETE state changed 2025-10-03 10:24:06Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker.OctaviaBase]: CREATE_IN_PROGRESS state changed 2025-10-03 10:24:07Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaBase]: CREATE_IN_PROGRESS state changed 2025-10-03 10:24:07Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaProviderConfig]: CREATE_COMPLETE state changed 2025-10-03 10:24:07Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 10:24:07Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker.OctaviaBase]: CREATE_COMPLETE state changed 2025-10-03 10:24:08Z [standalone.StandaloneServiceChain.ServiceChain.53.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 10:24:08Z [standalone.StandaloneServiceChain.ServiceChain.53.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 10:24:08Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaBase]: CREATE_COMPLETE state changed 2025-10-03 10:24:08Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 10:24:08Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 10:24:09Z [standalone.StandaloneServiceChain.ServiceChain.53.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 10:24:09Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker]: CREATE_COMPLETE state changed 2025-10-03 10:24:10Z [standalone.StandaloneServiceChain.ServiceChain.53.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 10:24:10Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 10:24:11Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_COMPLETE state changed 2025-10-03 10:24:12Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_IN_PROGRESS state changed 2025-10-03 10:24:12Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 10:24:12Z [standalone.StandaloneServiceChain.ServiceChain.54.OctaviaVars]: CREATE_IN_PROGRESS state changed 2025-10-03 10:24:12Z [standalone.StandaloneServiceChain.ServiceChain.54.OctaviaVars]: CREATE_COMPLETE state changed 2025-10-03 10:24:12Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 10:24:13Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_COMPLETE state changed 2025-10-03 10:24:13Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_IN_PROGRESS state changed 2025-10-03 10:24:13Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 10:24:14Z [standalone.StandaloneServiceChain.ServiceChain.55.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-03 10:24:15Z [standalone.StandaloneServiceChain.ServiceChain.55.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 10:24:15Z [standalone.StandaloneServiceChain.ServiceChain.55.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 10:24:15Z [standalone.StandaloneServiceChain.ServiceChain.55.MySQLClient]: CREATE_COMPLETE state changed 2025-10-03 10:24:16Z [standalone.StandaloneServiceChain.ServiceChain.55.OctaviaBase]: CREATE_IN_PROGRESS state changed 2025-10-03 10:24:17Z [standalone.StandaloneServiceChain.ServiceChain.55.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 10:24:17Z [standalone.StandaloneServiceChain.ServiceChain.55.OctaviaBase]: CREATE_COMPLETE state changed 2025-10-03 10:24:18Z [standalone.StandaloneServiceChain.ServiceChain.55.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 10:24:18Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 10:24:19Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_COMPLETE state changed 2025-10-03 10:24:19Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_IN_PROGRESS state changed 2025-10-03 10:24:19Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 10:24:19Z [standalone.StandaloneServiceChain.ServiceChain.56.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 10:24:19Z [standalone.StandaloneServiceChain.ServiceChain.56.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 10:24:20Z [standalone.StandaloneServiceChain.ServiceChain.56.OctaviaBase]: CREATE_IN_PROGRESS state changed 2025-10-03 10:24:21Z [standalone.StandaloneServiceChain.ServiceChain.56.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 10:24:21Z [standalone.StandaloneServiceChain.ServiceChain.56.OctaviaBase]: CREATE_COMPLETE state changed 2025-10-03 10:24:22Z [standalone.StandaloneServiceChain.ServiceChain.56.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-03 10:24:22Z [standalone.StandaloneServiceChain.ServiceChain.56.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 10:24:23Z [standalone.StandaloneServiceChain.ServiceChain.56.MySQLClient]: CREATE_COMPLETE state changed 2025-10-03 10:24:23Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 10:24:24Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_COMPLETE state changed 2025-10-03 10:24:25Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_IN_PROGRESS state changed 2025-10-03 10:24:25Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 10:24:25Z [standalone.StandaloneServiceChain.ServiceChain.57.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-03 10:24:26Z [standalone.StandaloneServiceChain.ServiceChain.57.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 10:24:26Z [standalone.StandaloneServiceChain.ServiceChain.57.MySQLClient]: CREATE_COMPLETE state changed 2025-10-03 10:24:27Z [standalone.StandaloneServiceChain.ServiceChain.57.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 10:24:27Z [standalone.StandaloneServiceChain.ServiceChain.57.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 10:24:27Z [standalone.StandaloneServiceChain.ServiceChain.57.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 10:24:28Z [standalone.StandaloneServiceChain.ServiceChain.57.OctaviaBase]: CREATE_IN_PROGRESS state changed 2025-10-03 10:24:29Z [standalone.StandaloneServiceChain.ServiceChain.57.OctaviaBase]: CREATE_COMPLETE state changed 2025-10-03 10:24:29Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 10:24:30Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_COMPLETE state changed 2025-10-03 10:24:30Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_IN_PROGRESS state changed 2025-10-03 10:24:31Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_COMPLETE state changed 2025-10-03 10:24:32Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_IN_PROGRESS state changed 2025-10-03 10:24:32Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 10:24:32Z [standalone.StandaloneServiceChain.ServiceChain.59.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 10:24:33Z [standalone.StandaloneServiceChain.ServiceChain.59.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 10:24:33Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 10:24:34Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_COMPLETE state changed 2025-10-03 10:24:34Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_IN_PROGRESS state changed 2025-10-03 10:24:34Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 10:24:34Z [standalone.StandaloneServiceChain.ServiceChain.60.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 10:24:35Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase]: CREATE_IN_PROGRESS state changed 2025-10-03 10:24:35Z [standalone.StandaloneServiceChain.ServiceChain.60.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 10:24:35Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 10:24:35Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 10:24:35Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 10:24:36Z [standalone.StandaloneServiceChain.ServiceChain.60.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 10:24:36Z [standalone.StandaloneServiceChain.ServiceChain.60.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 10:24:36Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 10:24:37Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RabbitMQServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-03 10:24:38Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RabbitMQServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 10:24:38Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 10:24:38Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RabbitMQServiceBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 10:24:39Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RabbitMQServiceBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 10:24:39Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RabbitMQServiceBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 10:24:39Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RabbitMQServiceBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 10:24:39Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RabbitMQServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 10:24:40Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RabbitMQServiceBase]: CREATE_COMPLETE state changed 2025-10-03 10:24:40Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 10:24:40Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase]: CREATE_COMPLETE state changed 2025-10-03 10:24:40Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 10:24:41Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_COMPLETE state changed 2025-10-03 10:24:42Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_IN_PROGRESS state changed 2025-10-03 10:24:43Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_COMPLETE state changed 2025-10-03 10:24:43Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_IN_PROGRESS state changed 2025-10-03 10:24:43Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 10:24:43Z [standalone.StandaloneServiceChain.ServiceChain.62.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 10:24:43Z [standalone.StandaloneServiceChain.ServiceChain.62.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 10:24:45Z [standalone.StandaloneServiceChain.ServiceChain.62.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-03 10:24:46Z [standalone.StandaloneServiceChain.ServiceChain.62.PlacementLogging]: CREATE_IN_PROGRESS state changed 2025-10-03 10:24:46Z [standalone.StandaloneServiceChain.ServiceChain.62.PlacementLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 10:24:46Z [standalone.StandaloneServiceChain.ServiceChain.62.MySQLClient]: CREATE_COMPLETE state changed 2025-10-03 10:24:46Z [standalone.StandaloneServiceChain.ServiceChain.62.PlacementLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 10:24:46Z [standalone.StandaloneServiceChain.ServiceChain.62.PlacementLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 10:24:46Z [standalone.StandaloneServiceChain.ServiceChain.62.PlacementLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 10:24:47Z [standalone.StandaloneServiceChain.ServiceChain.62.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 10:24:47Z [standalone.StandaloneServiceChain.ServiceChain.62.PlacementLogging]: CREATE_COMPLETE state changed 2025-10-03 10:24:47Z [standalone.StandaloneServiceChain.ServiceChain.62.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-03 10:24:48Z [standalone.StandaloneServiceChain.ServiceChain.62.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 10:24:48Z [standalone.StandaloneServiceChain.ServiceChain.62.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 10:24:48Z [standalone.StandaloneServiceChain.ServiceChain.62.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-03 10:24:48Z [standalone.StandaloneServiceChain.ServiceChain.62.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-03 10:24:48Z [standalone.StandaloneServiceChain.ServiceChain.62.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 10:24:49Z [standalone.StandaloneServiceChain.ServiceChain.62.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-03 10:24:49Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 10:24:49Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_COMPLETE state changed 2025-10-03 10:24:50Z [standalone.StandaloneServiceChain.ServiceChain.63]: CREATE_IN_PROGRESS state changed 2025-10-03 10:24:51Z [standalone.StandaloneServiceChain.ServiceChain.63]: CREATE_COMPLETE state changed 2025-10-03 10:24:51Z [standalone.StandaloneServiceChain.ServiceChain.64]: CREATE_IN_PROGRESS state changed 2025-10-03 10:24:51Z [standalone.StandaloneServiceChain.ServiceChain.64]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 10:24:52Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase]: CREATE_IN_PROGRESS state changed 2025-10-03 10:24:52Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 10:24:52Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 10:24:52Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 10:24:53Z [standalone.StandaloneServiceChain.ServiceChain.64.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 10:24:53Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase.RedisBase]: CREATE_IN_PROGRESS state changed 2025-10-03 10:24:54Z [standalone.StandaloneServiceChain.ServiceChain.64.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 10:24:54Z [standalone.StandaloneServiceChain.ServiceChain.64.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 10:24:54Z [standalone.StandaloneServiceChain.ServiceChain.64.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 10:24:54Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 10:24:54Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase.RedisBase]: CREATE_COMPLETE state changed 2025-10-03 10:24:55Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 10:24:55Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 10:24:56Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase]: CREATE_COMPLETE state changed 2025-10-03 10:24:56Z [standalone.StandaloneServiceChain.ServiceChain.64]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 10:24:56Z [standalone.StandaloneServiceChain.ServiceChain.64]: CREATE_COMPLETE state changed 2025-10-03 10:24:57Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_IN_PROGRESS state changed 2025-10-03 10:24:58Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_COMPLETE state changed 2025-10-03 10:24:59Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_IN_PROGRESS state changed 2025-10-03 10:25:00Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_COMPLETE state changed 2025-10-03 10:25:00Z [standalone.StandaloneServiceChain.ServiceChain.67]: CREATE_IN_PROGRESS state changed 2025-10-03 10:25:01Z [standalone.StandaloneServiceChain.ServiceChain.67]: CREATE_COMPLETE state changed 2025-10-03 10:25:01Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_IN_PROGRESS state changed 2025-10-03 10:25:01Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 10:25:02Z [standalone.StandaloneServiceChain.ServiceChain.68.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 10:25:03Z [standalone.StandaloneServiceChain.ServiceChain.68.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2025-10-03 10:25:03Z [standalone.StandaloneServiceChain.ServiceChain.68.TLSProxyBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 10:25:03Z [standalone.StandaloneServiceChain.ServiceChain.68.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 10:25:03Z [standalone.StandaloneServiceChain.ServiceChain.68.TLSProxyBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-03 10:25:03Z [standalone.StandaloneServiceChain.ServiceChain.68.TLSProxyBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-03 10:25:03Z [standalone.StandaloneServiceChain.ServiceChain.68.TLSProxyBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 10:25:04Z [standalone.StandaloneServiceChain.ServiceChain.68.SwiftBase]: CREATE_IN_PROGRESS state changed 2025-10-03 10:25:04Z [standalone.StandaloneServiceChain.ServiceChain.68.TLSProxyBase]: CREATE_COMPLETE state changed 2025-10-03 10:25:04Z [standalone.StandaloneServiceChain.ServiceChain.68.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 10:25:05Z [standalone.StandaloneServiceChain.ServiceChain.68.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 10:25:05Z [standalone.StandaloneServiceChain.ServiceChain.68.SwiftBase]: CREATE_COMPLETE state changed 2025-10-03 10:25:05Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 10:25:05Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_COMPLETE state changed 2025-10-03 10:25:06Z [standalone.StandaloneServiceChain.ServiceChain.69]: CREATE_IN_PROGRESS state changed 2025-10-03 10:25:06Z [standalone.StandaloneServiceChain.ServiceChain.69]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 10:25:06Z [standalone.StandaloneServiceChain.ServiceChain.69.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 10:25:06Z [standalone.StandaloneServiceChain.ServiceChain.69.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 10:25:06Z [standalone.StandaloneServiceChain.ServiceChain.69]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 10:25:07Z [standalone.StandaloneServiceChain.ServiceChain.69]: CREATE_COMPLETE state changed 2025-10-03 10:25:07Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_IN_PROGRESS state changed 2025-10-03 10:25:07Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 10:25:08Z [standalone.StandaloneServiceChain.ServiceChain.70.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 10:25:09Z [standalone.StandaloneServiceChain.ServiceChain.70.SwiftBase]: CREATE_IN_PROGRESS state changed 2025-10-03 10:25:09Z [standalone.StandaloneServiceChain.ServiceChain.70.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 10:25:10Z [standalone.StandaloneServiceChain.ServiceChain.70.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 10:25:10Z [standalone.StandaloneServiceChain.ServiceChain.70.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 10:25:10Z [standalone.StandaloneServiceChain.ServiceChain.70.SwiftBase]: CREATE_COMPLETE state changed 2025-10-03 10:25:10Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 10:25:10Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_COMPLETE state changed 2025-10-03 10:25:11Z [standalone.StandaloneServiceChain.ServiceChain.71]: CREATE_IN_PROGRESS state changed 2025-10-03 10:25:12Z [standalone.StandaloneServiceChain.ServiceChain.71]: CREATE_COMPLETE state changed 2025-10-03 10:25:12Z [standalone.StandaloneServiceChain.ServiceChain.72]: CREATE_IN_PROGRESS state changed 2025-10-03 10:25:14Z [standalone.StandaloneServiceChain.ServiceChain.72]: CREATE_COMPLETE state changed 2025-10-03 10:25:14Z [standalone.StandaloneServiceChain.ServiceChain.73]: CREATE_IN_PROGRESS state changed 2025-10-03 10:25:15Z [standalone.StandaloneServiceChain.ServiceChain.73]: CREATE_COMPLETE state changed 2025-10-03 10:25:15Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_IN_PROGRESS state changed 2025-10-03 10:25:15Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 10:25:15Z [standalone.StandaloneServiceChain.ServiceChain.74.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 10:25:15Z [standalone.StandaloneServiceChain.ServiceChain.74.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 10:25:15Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 10:25:16Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_COMPLETE state changed 2025-10-03 10:25:17Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_IN_PROGRESS state changed 2025-10-03 10:25:17Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 10:25:17Z [standalone.StandaloneServiceChain.ServiceChain.75.Podman]: CREATE_IN_PROGRESS state changed 2025-10-03 10:25:18Z [standalone.StandaloneServiceChain.ServiceChain.75.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 10:25:18Z [standalone.StandaloneServiceChain.ServiceChain.75.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 10:25:18Z [standalone.StandaloneServiceChain.ServiceChain.75.Podman]: CREATE_COMPLETE state changed 2025-10-03 10:25:18Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 10:25:19Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_COMPLETE state changed 2025-10-03 10:25:19Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_IN_PROGRESS state changed 2025-10-03 10:25:19Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 10:25:19Z [standalone.StandaloneServiceChain.ServiceChain.76.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 10:25:19Z [standalone.StandaloneServiceChain.ServiceChain.76.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 10:25:19Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 10:25:20Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_COMPLETE state changed 2025-10-03 10:25:20Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 10:25:21Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_COMPLETE state changed 2025-10-03 10:25:22Z [standalone.StandaloneServiceChain.DockerConfig]: CREATE_IN_PROGRESS state changed 2025-10-03 10:25:23Z [standalone.StandaloneServiceChain.FirewallFrontendRules]: CREATE_IN_PROGRESS state changed 2025-10-03 10:25:23Z [standalone.StandaloneServiceChain.AnsibleGroupVars]: CREATE_IN_PROGRESS state changed 2025-10-03 10:25:24Z [standalone.StandaloneServiceChain.DockerConfig]: CREATE_COMPLETE state changed 2025-10-03 10:25:24Z [standalone.StandaloneServiceChain.ExternalUpgradeTasks]: CREATE_IN_PROGRESS state changed 2025-10-03 10:25:24Z [standalone.StandaloneServiceChain.FirewallFrontendRules]: CREATE_COMPLETE state changed 2025-10-03 10:25:24Z [standalone.StandaloneServiceChain.GlobalConfigSettings]: CREATE_IN_PROGRESS state changed 2025-10-03 10:25:24Z [standalone.StandaloneServiceChain.AnsibleGroupVars]: CREATE_COMPLETE state changed 2025-10-03 10:25:24Z [standalone.StandaloneServiceChain.ExternalUpdateTasks]: CREATE_IN_PROGRESS state changed 2025-10-03 10:25:25Z [standalone.StandaloneServiceChain.ExternalUpgradeTasks]: CREATE_COMPLETE state changed 2025-10-03 10:25:25Z [standalone.StandaloneServiceChain.DockerConfigScripts]: CREATE_IN_PROGRESS state changed 2025-10-03 10:25:25Z [standalone.StandaloneServiceChain.GlobalConfigSettings]: CREATE_COMPLETE state changed 2025-10-03 10:25:25Z [standalone.StandaloneServiceChain.ContainerPuppetTasks]: CREATE_IN_PROGRESS state changed 2025-10-03 10:25:25Z [standalone.StandaloneServiceChain.ExternalUpdateTasks]: CREATE_COMPLETE state changed 2025-10-03 10:25:25Z [standalone.StandaloneServiceChain.PuppetConfig]: CREATE_IN_PROGRESS state changed 2025-10-03 10:25:26Z [standalone.StandaloneServiceChain.DockerConfigScripts]: CREATE_COMPLETE state changed 2025-10-03 10:25:26Z [standalone.StandaloneServiceChain.PostUpgradeTasks]: CREATE_IN_PROGRESS state changed 2025-10-03 10:25:26Z [standalone.StandaloneServiceChain.ContainerPuppetTasks]: CREATE_COMPLETE state changed 2025-10-03 10:25:26Z [standalone.StandaloneServiceChain.PuppetStepConfig]: CREATE_IN_PROGRESS state changed 2025-10-03 10:25:26Z [standalone.StandaloneServiceChain.PuppetConfig]: CREATE_COMPLETE state changed 2025-10-03 10:25:26Z [standalone.StandaloneServiceChain.ServiceConfigSettings]: CREATE_IN_PROGRESS state changed 2025-10-03 10:25:26Z [standalone.StandaloneServiceChain.PostUpgradeTasks]: CREATE_COMPLETE state changed 2025-10-03 10:25:26Z [standalone.StandaloneServiceChain.UpdateTasks]: CREATE_IN_PROGRESS state changed 2025-10-03 10:25:27Z [standalone.StandaloneServiceChain.PuppetStepConfig]: CREATE_COMPLETE state changed 2025-10-03 10:25:27Z [standalone.StandaloneServiceChain.UpgradeTasks]: CREATE_IN_PROGRESS state changed 2025-10-03 10:25:27Z [standalone.StandaloneServiceChain.ServiceConfigSettings]: CREATE_COMPLETE state changed 2025-10-03 10:25:27Z [standalone.StandaloneServiceChain.MonitoringSubscriptionsConfig]: CREATE_IN_PROGRESS state changed 2025-10-03 10:25:27Z [standalone.StandaloneServiceChain.UpdateTasks]: CREATE_COMPLETE state changed 2025-10-03 10:25:28Z [standalone.StandaloneServiceChain.PostUpdateTasks]: CREATE_IN_PROGRESS state changed 2025-10-03 10:25:28Z [standalone.StandaloneServiceChain.UpgradeTasks]: CREATE_COMPLETE state changed 2025-10-03 10:25:28Z [standalone.StandaloneServiceChain.PreDeployStepTasks]: CREATE_IN_PROGRESS state changed 2025-10-03 10:25:28Z [standalone.StandaloneServiceChain.MonitoringSubscriptionsConfig]: CREATE_COMPLETE state changed 2025-10-03 10:25:28Z [standalone.StandaloneServiceChain.ScaleTasks]: CREATE_IN_PROGRESS state changed 2025-10-03 10:25:28Z [standalone.StandaloneServiceChain.PostUpdateTasks]: CREATE_COMPLETE state changed 2025-10-03 10:25:28Z [standalone.StandaloneServiceChain.HostPrepTasks]: CREATE_IN_PROGRESS state changed 2025-10-03 10:25:29Z [standalone.StandaloneServiceChain.PreDeployStepTasks]: CREATE_COMPLETE state changed 2025-10-03 10:25:29Z [standalone.StandaloneServiceChain.DeployStepsTasks]: CREATE_IN_PROGRESS state changed 2025-10-03 10:25:29Z [standalone.StandaloneServiceChain.ScaleTasks]: CREATE_COMPLETE state changed 2025-10-03 10:25:29Z [standalone.StandaloneServiceChain.DockerPuppetTasks]: CREATE_IN_PROGRESS state changed 2025-10-03 10:25:29Z [standalone.StandaloneServiceChain.HostPrepTasks]: CREATE_COMPLETE state changed 2025-10-03 10:25:30Z [standalone.StandaloneServiceChain.UpgradeBatchTasks]: CREATE_IN_PROGRESS state changed 2025-10-03 10:25:30Z [standalone.StandaloneServiceChain.DeployStepsTasks]: CREATE_COMPLETE state changed 2025-10-03 10:25:30Z [standalone.StandaloneServiceChain.ExternalDeployTasks]: CREATE_IN_PROGRESS state changed 2025-10-03 10:25:30Z [standalone.StandaloneServiceChain.DockerPuppetTasks]: CREATE_COMPLETE state changed 2025-10-03 10:25:30Z [standalone.StandaloneServiceChain.HostFirewallTasks]: CREATE_IN_PROGRESS state changed 2025-10-03 10:25:30Z [standalone.StandaloneServiceChain.UpgradeBatchTasks]: CREATE_COMPLETE state changed 2025-10-03 10:25:31Z [standalone.StandaloneServiceChain.ExternalPostDeployTasks]: CREATE_IN_PROGRESS state changed 2025-10-03 10:25:31Z [standalone.StandaloneServiceChain.ExternalDeployTasks]: CREATE_COMPLETE state changed 2025-10-03 10:25:31Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook]: CREATE_IN_PROGRESS state changed 2025-10-03 10:25:31Z [standalone.StandaloneServiceChain.HostFirewallTasks]: CREATE_COMPLETE state changed 2025-10-03 10:25:31Z [standalone.StandaloneServiceChain.KollaConfig]: CREATE_IN_PROGRESS state changed 2025-10-03 10:25:32Z [standalone.StandaloneServiceChain.ExternalPostDeployTasks]: CREATE_COMPLETE state changed 2025-10-03 10:25:32Z [standalone.StandaloneServiceChain.IpaRegistrationTasks]: CREATE_IN_PROGRESS state changed 2025-10-03 10:25:32Z [standalone.StandaloneServiceChain.FirewallRules]: CREATE_IN_PROGRESS state changed 2025-10-03 10:25:32Z [standalone.StandaloneServiceChain.KollaConfig]: CREATE_COMPLETE state changed 2025-10-03 10:25:32Z [standalone.StandaloneServiceChain.ServiceNames]: CREATE_IN_PROGRESS state changed 2025-10-03 10:25:32Z [standalone.StandaloneServiceChain.IpaRegistrationTasks]: CREATE_COMPLETE state changed 2025-10-03 10:25:32Z [standalone.StandaloneServiceChain.PreUpgradeRollingTasks]: CREATE_IN_PROGRESS state changed 2025-10-03 10:25:32Z [standalone.StandaloneServiceChain.FirewallRules]: CREATE_COMPLETE state changed 2025-10-03 10:25:32Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 10:25:32Z [standalone.StandaloneServiceChain.KeystoneResourcesConfigs]: CREATE_IN_PROGRESS state changed 2025-10-03 10:25:32Z [standalone.StandaloneServiceChain.ServiceNames]: CREATE_COMPLETE state changed 2025-10-03 10:25:32Z [standalone.StandaloneServiceChain.PreUpgradeRollingTasks]: CREATE_COMPLETE state changed 2025-10-03 10:25:33Z [standalone.StandaloneServiceChain.KeystoneResourcesConfigs]: CREATE_COMPLETE state changed 2025-10-03 10:25:33Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook.IncomingMetadataSettings]: CREATE_IN_PROGRESS state changed 2025-10-03 10:25:33Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook.IncomingMetadataSettings]: CREATE_COMPLETE state changed 2025-10-03 10:25:33Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook.IndividualServices]: CREATE_IN_PROGRESS state changed 2025-10-03 10:25:33Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook.CompactServices]: CREATE_IN_PROGRESS state changed 2025-10-03 10:25:33Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook.IndividualServices]: CREATE_COMPLETE state changed 2025-10-03 10:25:33Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook.CompactServices]: CREATE_COMPLETE state changed 2025-10-03 10:25:33Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 10:25:34Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook]: CREATE_COMPLETE state changed 2025-10-03 10:25:34Z [standalone.StandaloneServiceChain]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 10:25:34Z [standalone.StandaloneServiceChain]: CREATE_COMPLETE state changed 2025-10-03 10:25:35Z [standalone.StandaloneServiceChainRoleData]: CREATE_IN_PROGRESS state changed 2025-10-03 10:25:35Z [standalone.StandaloneServiceChainRoleData]: CREATE_COMPLETE state changed 2025-10-03 10:25:35Z [standalone.GlobalConfig]: CREATE_IN_PROGRESS state changed 2025-10-03 10:25:35Z [standalone.StandaloneServiceNames]: CREATE_IN_PROGRESS state changed 2025-10-03 10:25:35Z [standalone.GlobalConfig]: CREATE_COMPLETE state changed 2025-10-03 10:25:35Z [standalone.FirewallFrontendRules]: CREATE_IN_PROGRESS state changed 2025-10-03 10:25:35Z [standalone.StandaloneServiceNames]: CREATE_COMPLETE state changed 2025-10-03 10:25:36Z [standalone.FirewallFrontendRules]: CREATE_COMPLETE state changed 2025-10-03 10:25:36Z [standalone.Standalone]: CREATE_IN_PROGRESS state changed 2025-10-03 10:25:36Z [standalone.StandaloneGroupVars]: CREATE_IN_PROGRESS state changed 2025-10-03 10:25:36Z [standalone.StandaloneServiceConfigSettings]: CREATE_IN_PROGRESS state changed 2025-10-03 10:25:36Z [standalone.StandaloneGroupVars]: CREATE_COMPLETE state changed 2025-10-03 10:25:36Z [standalone.StandaloneServiceConfigSettings]: CREATE_COMPLETE state changed 2025-10-03 10:25:36Z [standalone.Standalone]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 10:25:36Z [standalone.Standalone]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 10:25:36Z [standalone.StandaloneConfigData]: CREATE_IN_PROGRESS state changed 2025-10-03 10:25:36Z [standalone.StandaloneConfigData]: CREATE_COMPLETE state changed 2025-10-03 10:25:37Z [standalone.Standalone]: UPDATE_IN_PROGRESS Stack UPDATE started 2025-10-03 10:25:37Z [standalone.Standalone.0]: CREATE_IN_PROGRESS state changed 2025-10-03 10:25:38Z [standalone.Standalone.0]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 10:25:38Z [standalone.Standalone.0.DeploymentActions]: CREATE_IN_PROGRESS state changed 2025-10-03 10:25:38Z [standalone.Standalone.0.DeploymentActions]: CREATE_COMPLETE state changed 2025-10-03 10:25:39Z [standalone.Standalone.0.Standalone]: CREATE_IN_PROGRESS state changed 2025-10-03 10:25:39Z [standalone.Standalone.0.Standalone]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 10:25:39Z [standalone.Standalone.0.Standalone.ControlPlanePort]: CREATE_IN_PROGRESS state changed 2025-10-03 10:25:40Z [standalone.Standalone.0.Standalone.deployed-server]: CREATE_IN_PROGRESS state changed 2025-10-03 10:25:40Z [standalone.Standalone.0.Standalone.deployed-server]: CREATE_COMPLETE state changed 2025-10-03 10:25:40Z [standalone.Standalone.0.Standalone.ControlPlanePort]: CREATE_COMPLETE state changed 2025-10-03 10:25:40Z [standalone.Standalone.0.Standalone]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 10:25:41Z [standalone.Standalone.0.Standalone]: CREATE_COMPLETE state changed 2025-10-03 10:25:41Z [standalone.Standalone.0.NetHostMap]: CREATE_IN_PROGRESS state changed 2025-10-03 10:25:41Z [standalone.Standalone.0.StoragePort]: CREATE_IN_PROGRESS state changed 2025-10-03 10:25:41Z [standalone.Standalone.0.TenantPort]: CREATE_IN_PROGRESS state changed 2025-10-03 10:25:41Z [standalone.Standalone.0.NodeTLSCAData]: CREATE_IN_PROGRESS state changed 2025-10-03 10:25:41Z [standalone.Standalone.0.PreNetworkConfig]: CREATE_IN_PROGRESS state changed 2025-10-03 10:25:41Z [standalone.Standalone.0.NetHostMap]: CREATE_COMPLETE state changed 2025-10-03 10:25:41Z [standalone.Standalone.0.StandaloneExtraConfigPre]: CREATE_IN_PROGRESS state changed 2025-10-03 10:25:41Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_IN_PROGRESS state changed 2025-10-03 10:25:41Z [standalone.Standalone.0.NodeTLSCAData]: CREATE_COMPLETE state changed 2025-10-03 10:25:41Z [standalone.Standalone.0.PreNetworkConfig]: CREATE_COMPLETE state changed 2025-10-03 10:25:41Z [standalone.Standalone.0.InternalApiPort]: CREATE_IN_PROGRESS state changed 2025-10-03 10:25:42Z [standalone.Standalone.0.StandaloneAnsibleHostVars]: CREATE_IN_PROGRESS state changed 2025-10-03 10:25:42Z [standalone.Standalone.0.ExternalPort]: CREATE_IN_PROGRESS state changed 2025-10-03 10:25:42Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 10:25:42Z [standalone.Standalone.0.StandaloneAnsibleHostVars]: CREATE_COMPLETE state changed 2025-10-03 10:25:42Z [standalone.Standalone.0.InternalApiPort]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 10:25:42Z [standalone.Standalone.0.ExternalPort]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 10:25:42Z [StorageDeployedPort]: CREATE_IN_PROGRESS state changed 2025-10-03 10:25:42Z [TenantDeployedPort]: CREATE_IN_PROGRESS state changed 2025-10-03 10:25:42Z [StorageDeployedPort]: CREATE_COMPLETE state changed 2025-10-03 10:25:42Z [TenantDeployedPort]: CREATE_COMPLETE state changed 2025-10-03 10:25:42Z [standalone.Standalone.0.StorageMgmtPort.StorageMgmtDeployedPort]: CREATE_IN_PROGRESS state changed 2025-10-03 10:25:42Z [standalone.Standalone.0.StoragePort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 10:25:42Z [standalone.Standalone.0.TenantPort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 10:25:42Z [standalone.Standalone.0.StorageMgmtPort.StorageMgmtDeployedPort]: CREATE_COMPLETE state changed 2025-10-03 10:25:42Z [standalone.Standalone.0.InternalApiPort.InternalApiDeployedPort]: CREATE_IN_PROGRESS state changed 2025-10-03 10:25:42Z [standalone.Standalone.0.ExternalPort.ExternalDeployedPort]: CREATE_IN_PROGRESS state changed 2025-10-03 10:25:42Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 10:25:42Z [standalone.Standalone.0.InternalApiPort.InternalApiDeployedPort]: CREATE_COMPLETE state changed 2025-10-03 10:25:42Z [standalone.Standalone.0.ExternalPort.ExternalDeployedPort]: CREATE_COMPLETE state changed 2025-10-03 10:25:42Z [standalone.Standalone.0.InternalApiPort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 10:25:42Z [standalone.Standalone.0.ExternalPort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 10:25:43Z [standalone.Standalone.0.StoragePort]: CREATE_COMPLETE state changed 2025-10-03 10:25:43Z [standalone.Standalone.0.TenantPort]: CREATE_COMPLETE state changed 2025-10-03 10:25:43Z [standalone.Standalone.0.StandaloneExtraConfigPre]: CREATE_COMPLETE state changed 2025-10-03 10:25:43Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_COMPLETE state changed 2025-10-03 10:25:43Z [standalone.Standalone.0.InternalApiPort]: CREATE_COMPLETE state changed 2025-10-03 10:25:43Z [standalone.Standalone.0.NodeExtraConfig]: CREATE_IN_PROGRESS state changed 2025-10-03 10:25:43Z [standalone.Standalone.0.ExternalPort]: CREATE_COMPLETE state changed 2025-10-03 10:25:43Z [standalone.Standalone.0.NetIpMap]: CREATE_IN_PROGRESS state changed 2025-10-03 10:25:43Z [standalone.Standalone.0.NetIpMap]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 10:25:43Z [standalone.Standalone.0.NetIpMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2025-10-03 10:25:43Z [standalone.Standalone.0.NetIpMap.NetIpMapValue]: CREATE_COMPLETE state changed 2025-10-03 10:25:43Z [standalone.Standalone.0.NetIpMap]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 10:25:44Z [standalone.Standalone.0.NodeExtraConfig]: CREATE_COMPLETE state changed 2025-10-03 10:25:44Z [standalone.Standalone.0.NetIpMap]: CREATE_COMPLETE state changed 2025-10-03 10:25:44Z [standalone.Standalone.0]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 10:25:45Z [standalone.Standalone.0]: CREATE_COMPLETE state changed 2025-10-03 10:25:45Z [standalone.Standalone]: UPDATE_COMPLETE Stack UPDATE completed successfully 2025-10-03 10:25:46Z [standalone.Standalone]: CREATE_COMPLETE state changed 2025-10-03 10:25:46Z [standalone.StandaloneNetworkHostnameMap]: CREATE_IN_PROGRESS state changed 2025-10-03 10:25:46Z [standalone.BlacklistedIpAddresses]: CREATE_IN_PROGRESS state changed 2025-10-03 10:25:46Z [standalone.HostsEntryValue]: CREATE_IN_PROGRESS state changed 2025-10-03 10:25:46Z [standalone.StandaloneNetworkHostnameMap]: CREATE_COMPLETE state changed 2025-10-03 10:25:46Z [standalone.BlacklistedIpAddresses]: CREATE_COMPLETE state changed 2025-10-03 10:25:46Z [standalone.HostsEntryValue]: CREATE_COMPLETE state changed 2025-10-03 10:25:46Z [standalone.ServerIdMap]: CREATE_IN_PROGRESS state changed 2025-10-03 10:25:46Z [standalone.BlacklistedHostnames]: CREATE_IN_PROGRESS state changed 2025-10-03 10:25:46Z [standalone.AnsibleHostVars]: CREATE_IN_PROGRESS state changed 2025-10-03 10:25:46Z [standalone.StandaloneServers]: CREATE_IN_PROGRESS state changed 2025-10-03 10:25:46Z [standalone.StandaloneIpListMap]: CREATE_IN_PROGRESS state changed 2025-10-03 10:25:46Z [standalone.ServerIdMap]: CREATE_COMPLETE state changed 2025-10-03 10:25:46Z [standalone.BlacklistedHostnames]: CREATE_COMPLETE state changed 2025-10-03 10:25:46Z [standalone.AnsibleHostVars]: CREATE_COMPLETE state changed 2025-10-03 10:25:46Z [standalone.StandaloneServers]: CREATE_COMPLETE state changed 2025-10-03 10:25:46Z [standalone.StandaloneIpListMap]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 10:25:46Z [standalone.AllNodesExtraConfig]: CREATE_IN_PROGRESS state changed 2025-10-03 10:25:46Z [standalone.AllNodesExtraConfig]: CREATE_COMPLETE state changed 2025-10-03 10:25:47Z [standalone.StandaloneIpListMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2025-10-03 10:25:47Z [standalone.AllNodesDeploySteps]: CREATE_IN_PROGRESS state changed 2025-10-03 10:25:47Z [standalone.StandaloneIpListMap.NetIpMapValue]: CREATE_COMPLETE state changed 2025-10-03 10:25:47Z [standalone.AllNodesDeploySteps]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 10:25:47Z [standalone.AllNodesDeploySteps.BootstrapServerId]: CREATE_IN_PROGRESS state changed 2025-10-03 10:25:47Z [standalone.AllNodesDeploySteps.BootstrapServerId]: CREATE_COMPLETE state changed 2025-10-03 10:25:47Z [standalone.StandaloneIpListMap.EnabledServicesValue]: CREATE_IN_PROGRESS state changed 2025-10-03 10:25:47Z [standalone.StandaloneIpListMap.EnabledServicesValue]: CREATE_COMPLETE state changed 2025-10-03 10:25:47Z [standalone.StandaloneIpListMap]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 10:25:48Z [standalone.AllNodesDeploySteps.ExternalUpgradeTasks]: CREATE_IN_PROGRESS state changed 2025-10-03 10:25:48Z [standalone.AllNodesDeploySteps.ExternalUpgradeTasks]: CREATE_COMPLETE state changed 2025-10-03 10:25:48Z [standalone.StandaloneIpListMap]: CREATE_COMPLETE state changed 2025-10-03 10:25:49Z [standalone.AllNodesDeploySteps.ExternalPostDeployTasks]: CREATE_IN_PROGRESS state changed 2025-10-03 10:25:49Z [standalone.AllNodesDeploySteps.ExternalPostDeployTasks]: CREATE_COMPLETE state changed 2025-10-03 10:25:50Z [standalone.AllNodesDeploySteps.ExternalDeployTasks]: CREATE_IN_PROGRESS state changed 2025-10-03 10:25:50Z [standalone.AllNodesDeploySteps.ExternalDeployTasks]: CREATE_COMPLETE state changed 2025-10-03 10:25:51Z [standalone.AllNodesDeploySteps.ScaleTasks]: CREATE_IN_PROGRESS state changed 2025-10-03 10:25:51Z [standalone.AllNodesDeploySteps.ScaleTasks]: CREATE_COMPLETE state changed 2025-10-03 10:25:52Z [standalone.AllNodesDeploySteps.PreDeployStepTasks]: CREATE_IN_PROGRESS state changed 2025-10-03 10:25:52Z [standalone.AllNodesDeploySteps.PreDeployStepTasks]: CREATE_COMPLETE state changed 2025-10-03 10:25:53Z [standalone.AllNodesDeploySteps.ExternalUpdateTasks]: CREATE_IN_PROGRESS state changed 2025-10-03 10:25:53Z [standalone.AllNodesDeploySteps.ExternalUpdateTasks]: CREATE_COMPLETE state changed 2025-10-03 10:25:54Z [standalone.AllNodesDeploySteps.StandaloneExtraConfigPost]: CREATE_IN_PROGRESS state changed 2025-10-03 10:25:55Z [standalone.AllNodesDeploySteps.StandaloneExtraConfigPost]: CREATE_COMPLETE state changed 2025-10-03 10:25:55Z [standalone.AllNodesDeploySteps.StandalonePostConfig]: CREATE_IN_PROGRESS state changed 2025-10-03 10:25:55Z [standalone.AllNodesDeploySteps.StandalonePostConfig]: CREATE_COMPLETE state changed 2025-10-03 10:25:55Z [standalone.AllNodesDeploySteps]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 10:25:56Z [standalone.AllNodesDeploySteps]: CREATE_COMPLETE state changed 2025-10-03 10:25:56Z [standalone]: CREATE_COMPLETE Stack CREATE completed successfully Stack standalone/740b492c-419d-4be8-842e-d1046bcc6283 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-03 10:26:17.234905 | fa163ebf-0e86-c0b9-b49b-000000000006 | TASK | External deployment step 0 2025-10-03 10:26:17.259815 | fa163ebf-0e86-c0b9-b49b-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', 'fa163ebf-0e86-c0b9-b49b-000000000006') missing from stats 2025-10-03 10:26:17.308457 | fa163ebf-0e86-c0b9-b49b-000000000007 | TIMING | include_tasks | undercloud | 0:00:00.122310 | 0.03s 2025-10-03 10:26:17.319961 | 9e4fa33d-22e6-446f-a07b-cd6e2b30207f | INCLUDED | /root/standalone-ansible-cgj5i441/external_deploy_steps_tasks_step0.yaml | undercloud 2025-10-03 10:26:17.339314 | fa163ebf-0e86-c0b9-b49b-000000000127 | TASK | create ovn mac address for Standalone role nodes 2025-10-03 10:26:18.217457 | fa163ebf-0e86-c0b9-b49b-000000000127 | OK | create ovn mac address for Standalone role nodes | undercloud 2025-10-03 10:26:18.218796 | fa163ebf-0e86-c0b9-b49b-000000000127 | TIMING | create ovn mac address for Standalone role nodes | undercloud | 0:00:01.032643 | 0.88s 2025-10-03 10:26:18.235849 | fa163ebf-0e86-c0b9-b49b-000000000129 | TASK | create redis virtual ip 2025-10-03 10:26:19.117357 | fa163ebf-0e86-c0b9-b49b-000000000129 | CHANGED | create redis virtual ip | undercloud 2025-10-03 10:26:19.118759 | fa163ebf-0e86-c0b9-b49b-000000000129 | TIMING | create redis virtual ip | undercloud | 0:00:01.932606 | 0.88s PLAY [Check if required variables are defined] ********************************* 2025-10-03 10:26:19.193259 | fa163ebf-0e86-c0b9-b49b-000000000138 | TASK | Gathering Facts 2025-10-03 10:26:19.757554 | fa163ebf-0e86-c0b9-b49b-000000000138 | OK | Gathering Facts | localhost 2025-10-03 10:26:19.759079 | fa163ebf-0e86-c0b9-b49b-000000000138 | TIMING | Gathering Facts | localhost | 0:00:02.572923 | 0.56s 2025-10-03 10:26:19.822624 | fa163ebf-0e86-c0b9-b49b-00000000000b | SKIPPED | ansible.builtin.fail | localhost 2025-10-03 10:26:19.823699 | fa163ebf-0e86-c0b9-b49b-00000000000b | TIMING | ansible.builtin.fail | localhost | 0:00:02.637548 | 0.05s 2025-10-03 10:26:19.858106 | fa163ebf-0e86-c0b9-b49b-00000000000c | SKIPPED | ansible.builtin.fail | localhost 2025-10-03 10:26:19.859602 | fa163ebf-0e86-c0b9-b49b-00000000000c | TIMING | ansible.builtin.fail | localhost | 0:00:02.673449 | 0.03s PLAY [Clear cached facts] ****************************************************** PLAY [Gather facts] ************************************************************ 2025-10-03 10:26:19.970810 | fa163ebf-0e86-c0b9-b49b-000000000160 | TASK | Gathering Facts 2025-10-03 10:26:19.979732 | fa163ebf-0e86-c0b9-b49b-000000000160 | TASK | Gathering Facts 2025-10-03 10:26:20.324073 | fa163ebf-0e86-c0b9-b49b-000000000160 | OK | Gathering Facts | standalone 2025-10-03 10:26:20.325751 | fa163ebf-0e86-c0b9-b49b-000000000160 | TIMING | Gathering Facts | standalone | 0:00:03.139592 | 0.35s 2025-10-03 10:26:20.362352 | fa163ebf-0e86-c0b9-b49b-000000000160 | OK | Gathering Facts | undercloud 2025-10-03 10:26:20.363584 | fa163ebf-0e86-c0b9-b49b-000000000160 | TIMING | Gathering Facts | undercloud | 0:00:03.177435 | 0.39s 2025-10-03 10:26:20.396347 | fa163ebf-0e86-c0b9-b49b-000000000012 | TASK | Set legacy facts 2025-10-03 10:26:20.420393 | fa163ebf-0e86-c0b9-b49b-000000000012 | TASK | Set legacy facts 2025-10-03 10:26:20.437924 | fa163ebf-0e86-c0b9-b49b-000000000012 | OK | Set legacy facts | standalone 2025-10-03 10:26:20.439013 | fa163ebf-0e86-c0b9-b49b-000000000012 | TIMING | Set legacy facts | standalone | 0:00:03.252864 | 0.04s 2025-10-03 10:26:20.469140 | fa163ebf-0e86-c0b9-b49b-000000000012 | OK | Set legacy facts | undercloud 2025-10-03 10:26:20.469639 | fa163ebf-0e86-c0b9-b49b-000000000012 | TIMING | Set legacy facts | undercloud | 0:00:03.283496 | 0.05s PLAY [Load global variables] *************************************************** 2025-10-03 10:26:20.632480 | fa163ebf-0e86-c0b9-b49b-000000000015 | OK | ansible.builtin.include_vars | undercloud 2025-10-03 10:26:20.633301 | fa163ebf-0e86-c0b9-b49b-000000000015 | TIMING | ansible.builtin.include_vars | undercloud | 0:00:03.447155 | 0.05s 2025-10-03 10:26:20.633701 | fa163ebf-0e86-c0b9-b49b-000000000015 | OK | ansible.builtin.include_vars | standalone 2025-10-03 10:26:20.634052 | fa163ebf-0e86-c0b9-b49b-000000000015 | TIMING | ansible.builtin.include_vars | standalone | 0:00:03.447912 | 0.04s PLAY [Include extra variables from files] ************************************** 2025-10-03 10:26:20.709798 | fa163ebf-0e86-c0b9-b49b-000000000018 | TASK | Include Service VIP vars 2025-10-03 10:26:20.747113 | fa163ebf-0e86-c0b9-b49b-000000000018 | OK | Include Service VIP vars | undercloud 2025-10-03 10:26:20.747841 | fa163ebf-0e86-c0b9-b49b-000000000018 | TIMING | Include Service VIP vars | undercloud | 0:00:03.561696 | 0.04s 2025-10-03 10:26:20.748189 | fa163ebf-0e86-c0b9-b49b-000000000018 | OK | Include Service VIP vars | standalone 2025-10-03 10:26:20.748532 | fa163ebf-0e86-c0b9-b49b-000000000018 | TIMING | Include Service VIP vars | standalone | 0:00:03.562393 | 0.03s 2025-10-03 10:26:20.751816 | fa163ebf-0e86-c0b9-b49b-000000000019 | TASK | Include OVN bridge MAC address variables 2025-10-03 10:26:20.777379 | fa163ebf-0e86-c0b9-b49b-000000000019 | OK | Include OVN bridge MAC address variables | undercloud 2025-10-03 10:26:20.778276 | fa163ebf-0e86-c0b9-b49b-000000000019 | TIMING | Include OVN bridge MAC address variables | undercloud | 0:00:03.592128 | 0.03s 2025-10-03 10:26:20.788944 | fa163ebf-0e86-c0b9-b49b-000000000019 | OK | Include OVN bridge MAC address variables | standalone 2025-10-03 10:26:20.789292 | fa163ebf-0e86-c0b9-b49b-000000000019 | TIMING | Include OVN bridge MAC address variables | standalone | 0:00:03.603153 | 0.03s PLAY [Render all_nodes data as group_vars for overcloud] *********************** 2025-10-03 10:26:20.870681 | fa163ebf-0e86-c0b9-b49b-00000000001c | TASK | Render all_nodes data as group_vars for overcloud 2025-10-03 10:26:21.509010 | fa163ebf-0e86-c0b9-b49b-00000000001c | OK | Render all_nodes data as group_vars for overcloud | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163ebf-0e86-c0b9-b49b-00000000001c') missing from stats PLAY [Set all_nodes data as group_vars for overcloud] ************************** 2025-10-03 10:26:21.587569 | fa163ebf-0e86-c0b9-b49b-00000000001f | TASK | Set all_nodes data as group_vars for overcloud 2025-10-03 10:26:21.612767 | fa163ebf-0e86-c0b9-b49b-00000000001f | OK | Set all_nodes data as group_vars for overcloud | standalone 2025-10-03 10:26:21.613293 | fa163ebf-0e86-c0b9-b49b-00000000001f | TIMING | Set all_nodes data as group_vars for overcloud | standalone | 0:00:04.427147 | 0.03s PLAY [Manage SELinux] ********************************************************** 2025-10-03 10:26:21.670664 | fa163ebf-0e86-c0b9-b49b-000000000023 | TASK | Set selinux state 2025-10-03 10:26:22.208190 | fa163ebf-0e86-c0b9-b49b-000000000023 | OK | Set selinux state | standalone 2025-10-03 10:26:22.209649 | fa163ebf-0e86-c0b9-b49b-000000000023 | TIMING | Set selinux state | standalone | 0:00:05.023494 | 0.54s PLAY [Generate /etc/hosts] ***************************************************** 2025-10-03 10:26:22.346311 | fa163ebf-0e86-c0b9-b49b-000000000026 | TASK | Configure Hosts Entries 2025-10-03 10:26:22.374935 | fa163ebf-0e86-c0b9-b49b-000000000026 | TIMING | Configure Hosts Entries | undercloud | 0:00:05.188769 | 0.03s 2025-10-03 10:26:22.391069 | fa163ebf-0e86-c0b9-b49b-000000000026 | TIMING | Configure Hosts Entries | standalone | 0:00:05.204926 | 0.02s 2025-10-03 10:26:22.432877 | fa163ebf-0e86-c0b9-b49b-0000000001f1 | TASK | Create temporary file for hosts 2025-10-03 10:26:22.770547 | fa163ebf-0e86-c0b9-b49b-0000000001f1 | CHANGED | Create temporary file for hosts | undercloud 2025-10-03 10:26:22.771819 | fa163ebf-0e86-c0b9-b49b-0000000001f1 | TIMING | tripleo_hosts_entries : Create temporary file for hosts | undercloud | 0:00:05.585661 | 0.34s 2025-10-03 10:26:22.772700 | fa163ebf-0e86-c0b9-b49b-0000000001f1 | CHANGED | Create temporary file for hosts | standalone 2025-10-03 10:26:22.773316 | fa163ebf-0e86-c0b9-b49b-0000000001f1 | TIMING | tripleo_hosts_entries : Create temporary file for hosts | standalone | 0:00:05.587171 | 0.33s 2025-10-03 10:26:22.791515 | fa163ebf-0e86-c0b9-b49b-0000000001f2 | TASK | Prepare temporary /etc/hosts 2025-10-03 10:26:23.177315 | fa163ebf-0e86-c0b9-b49b-0000000001f2 | CHANGED | Prepare temporary /etc/hosts | standalone 2025-10-03 10:26:23.178656 | fa163ebf-0e86-c0b9-b49b-0000000001f2 | TIMING | tripleo_hosts_entries : Prepare temporary /etc/hosts | standalone | 0:00:05.992501 | 0.37s 2025-10-03 10:26:23.179608 | fa163ebf-0e86-c0b9-b49b-0000000001f2 | CHANGED | Prepare temporary /etc/hosts | undercloud 2025-10-03 10:26:23.180260 | fa163ebf-0e86-c0b9-b49b-0000000001f2 | TIMING | tripleo_hosts_entries : Prepare temporary /etc/hosts | undercloud | 0:00:05.994115 | 0.39s 2025-10-03 10:26:23.198030 | fa163ebf-0e86-c0b9-b49b-0000000001f3 | TASK | Remove old Heat hosts configuration (if present) 2025-10-03 10:26:23.548226 | fa163ebf-0e86-c0b9-b49b-0000000001f3 | OK | Remove old Heat hosts configuration (if present) | undercloud 2025-10-03 10:26:23.549840 | fa163ebf-0e86-c0b9-b49b-0000000001f3 | TIMING | tripleo_hosts_entries : Remove old Heat hosts configuration (if present) | undercloud | 0:00:06.363677 | 0.35s 2025-10-03 10:26:23.562251 | fa163ebf-0e86-c0b9-b49b-0000000001f3 | OK | Remove old Heat hosts configuration (if present) | standalone 2025-10-03 10:26:23.563114 | fa163ebf-0e86-c0b9-b49b-0000000001f3 | TIMING | tripleo_hosts_entries : Remove old Heat hosts configuration (if present) | standalone | 0:00:06.376965 | 0.34s 2025-10-03 10:26:23.581623 | fa163ebf-0e86-c0b9-b49b-0000000001f4 | TASK | Render out the hosts entries 2025-10-03 10:26:23.708402 | fa163ebf-0e86-c0b9-b49b-0000000001f4 | OK | Render out the hosts entries | undercloud 2025-10-03 10:26:23.709733 | fa163ebf-0e86-c0b9-b49b-0000000001f4 | TIMING | tripleo_hosts_entries : Render out the hosts entries | undercloud | 0:00:06.523579 | 0.13s 2025-10-03 10:26:23.727733 | fa163ebf-0e86-c0b9-b49b-0000000001f5 | TASK | Prepare new /etc/hosts 2025-10-03 10:26:24.000148 | fa163ebf-0e86-c0b9-b49b-0000000001f5 | CHANGED | Prepare new /etc/hosts | undercloud 2025-10-03 10:26:24.001776 | fa163ebf-0e86-c0b9-b49b-0000000001f5 | TIMING | tripleo_hosts_entries : Prepare new /etc/hosts | undercloud | 0:00:06.815612 | 0.27s 2025-10-03 10:26:24.033569 | fa163ebf-0e86-c0b9-b49b-0000000001f5 | CHANGED | Prepare new /etc/hosts | standalone 2025-10-03 10:26:24.034381 | fa163ebf-0e86-c0b9-b49b-0000000001f5 | TIMING | tripleo_hosts_entries : Prepare new /etc/hosts | standalone | 0:00:06.848234 | 0.29s 2025-10-03 10:26:24.052684 | fa163ebf-0e86-c0b9-b49b-0000000001f6 | TASK | Update /etc/hosts contents (if changed) 2025-10-03 10:26:24.409108 | fa163ebf-0e86-c0b9-b49b-0000000001f6 | CHANGED | Update /etc/hosts contents (if changed) | undercloud 2025-10-03 10:26:24.410760 | fa163ebf-0e86-c0b9-b49b-0000000001f6 | TIMING | tripleo_hosts_entries : Update /etc/hosts contents (if changed) | undercloud | 0:00:07.224594 | 0.36s 2025-10-03 10:26:24.421966 | fa163ebf-0e86-c0b9-b49b-0000000001f6 | CHANGED | Update /etc/hosts contents (if changed) | standalone 2025-10-03 10:26:24.422735 | fa163ebf-0e86-c0b9-b49b-0000000001f6 | TIMING | tripleo_hosts_entries : Update /etc/hosts contents (if changed) | standalone | 0:00:07.236589 | 0.35s 2025-10-03 10:26:24.440759 | fa163ebf-0e86-c0b9-b49b-0000000001f7 | TASK | Clean up temporary hosts file 2025-10-03 10:26:24.813930 | fa163ebf-0e86-c0b9-b49b-0000000001f7 | CHANGED | Clean up temporary hosts file | standalone 2025-10-03 10:26:24.814874 | fa163ebf-0e86-c0b9-b49b-0000000001f7 | TIMING | tripleo_hosts_entries : Clean up temporary hosts file | standalone | 0:00:07.628725 | 0.35s 2025-10-03 10:26:24.825589 | fa163ebf-0e86-c0b9-b49b-0000000001f7 | CHANGED | Clean up temporary hosts file | undercloud 2025-10-03 10:26:24.826228 | fa163ebf-0e86-c0b9-b49b-0000000001f7 | TIMING | tripleo_hosts_entries : Clean up temporary hosts file | undercloud | 0:00:07.640089 | 0.38s PLAY [Common roles for TripleO servers] **************************************** 2025-10-03 10:26:24.924067 | fa163ebf-0e86-c0b9-b49b-00000000002a | TASK | Common roles for TripleO servers 2025-10-03 10:26:24.949873 | fa163ebf-0e86-c0b9-b49b-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', 'fa163ebf-0e86-c0b9-b49b-00000000002a') missing from stats 2025-10-03 10:26:25.019870 | fa163ebf-0e86-c0b9-b49b-00000000002c | TIMING | include_role : tripleo_bootstrap | standalone | 0:00:07.833719 | 0.02s 2025-10-03 10:26:25.081370 | fa163ebf-0e86-c0b9-b49b-000000000254 | TASK | Gather variables for each operating system 2025-10-03 10:26:25.198635 | fa163ebf-0e86-c0b9-b49b-000000000254 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2025-10-03 10:26:25.200374 | fa163ebf-0e86-c0b9-b49b-000000000254 | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:08.014216 | 0.12s 2025-10-03 10:26:25.209988 | fa163ebf-0e86-c0b9-b49b-000000000254 | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:08.023829 | 0.13s 2025-10-03 10:26:25.234242 | fa163ebf-0e86-c0b9-b49b-000000000256 | TASK | Check release version package is installed 2025-10-03 10:26:25.538995 | fa163ebf-0e86-c0b9-b49b-000000000256 | CHANGED | Check release version package is installed | standalone 2025-10-03 10:26:25.540468 | fa163ebf-0e86-c0b9-b49b-000000000256 | TIMING | tripleo_bootstrap : Check release version package is installed | standalone | 0:00:08.354275 | 0.30s 2025-10-03 10:26:25.567708 | fa163ebf-0e86-c0b9-b49b-000000000257 | TASK | Deploy release version package 2025-10-03 10:26:29.928052 | fa163ebf-0e86-c0b9-b49b-000000000257 | CHANGED | Deploy release version package | standalone 2025-10-03 10:26:29.929337 | fa163ebf-0e86-c0b9-b49b-000000000257 | TIMING | tripleo_bootstrap : Deploy release version package | standalone | 0:00:12.743183 | 4.36s 2025-10-03 10:26:29.954814 | fa163ebf-0e86-c0b9-b49b-000000000259 | TASK | Include packages tasks 2025-10-03 10:26:29.971246 | fa163ebf-0e86-c0b9-b49b-000000000259 | TIMING | tripleo_bootstrap : Include packages tasks | standalone | 0:00:12.785083 | 0.02s 2025-10-03 10:26:29.997466 | fea07074-809a-4258-b43b-f82f095fab6b | INCLUDED | /usr/share/ansible/roles/tripleo_bootstrap/tasks/packages.yml | standalone 2025-10-03 10:26:30.029528 | fa163ebf-0e86-c0b9-b49b-0000000002ad | TASK | Gather facts if they don't exist 2025-10-03 10:26:30.076633 | fa163ebf-0e86-c0b9-b49b-0000000002ad | SKIPPED | Gather facts if they don't exist | standalone 2025-10-03 10:26:30.077803 | fa163ebf-0e86-c0b9-b49b-0000000002ad | TIMING | tripleo_bootstrap : Gather facts if they don't exist | standalone | 0:00:12.891648 | 0.05s 2025-10-03 10:26:30.102249 | fa163ebf-0e86-c0b9-b49b-0000000002ae | TASK | Gather variables for each operating system 2025-10-03 10:26:30.240931 | fa163ebf-0e86-c0b9-b49b-0000000002ae | SKIPPED | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2025-10-03 10:26:30.246895 | fa163ebf-0e86-c0b9-b49b-0000000002ae | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:13.060738 | 0.14s 2025-10-03 10:26:30.271030 | fa163ebf-0e86-c0b9-b49b-0000000002b0 | TASK | Check required packages to bootstrap TripleO is installed 2025-10-03 10:26:30.557147 | fa163ebf-0e86-c0b9-b49b-0000000002b0 | CHANGED | Check required packages to bootstrap TripleO is installed | standalone 2025-10-03 10:26:30.558177 | fa163ebf-0e86-c0b9-b49b-0000000002b0 | TIMING | tripleo_bootstrap : Check required packages to bootstrap TripleO is installed | standalone | 0:00:13.372029 | 0.29s 2025-10-03 10:26:30.582488 | fa163ebf-0e86-c0b9-b49b-0000000002b1 | TASK | Deploy required packages to bootstrap TripleO 2025-10-03 10:26:35.724466 | fa163ebf-0e86-c0b9-b49b-0000000002b1 | CHANGED | Deploy required packages to bootstrap TripleO | standalone 2025-10-03 10:26:35.725878 | fa163ebf-0e86-c0b9-b49b-0000000002b1 | TIMING | tripleo_bootstrap : Deploy required packages to bootstrap TripleO | standalone | 0:00:18.539722 | 5.14s 2025-10-03 10:26:35.750832 | fa163ebf-0e86-c0b9-b49b-0000000002b2 | TASK | Ensure packages are actually well installed 2025-10-03 10:26:36.770146 | fa163ebf-0e86-c0b9-b49b-0000000002b2 | CHANGED | Ensure packages are actually well installed | standalone 2025-10-03 10:26:36.771561 | fa163ebf-0e86-c0b9-b49b-0000000002b2 | TIMING | tripleo_bootstrap : Ensure packages are actually well installed | standalone | 0:00:19.585406 | 1.02s 2025-10-03 10:26:36.797109 | fa163ebf-0e86-c0b9-b49b-00000000025a | TASK | Enable openvswitch service if installed 2025-10-03 10:26:37.729470 | fa163ebf-0e86-c0b9-b49b-00000000025a | CHANGED | Enable openvswitch service if installed | standalone 2025-10-03 10:26:37.731576 | fa163ebf-0e86-c0b9-b49b-00000000025a | TIMING | tripleo_bootstrap : Enable openvswitch service if installed | standalone | 0:00:20.545418 | 0.93s 2025-10-03 10:26:37.758798 | fa163ebf-0e86-c0b9-b49b-00000000025b | TASK | Create /var/lib/heat-config/tripleo-config-download directory for deployment data 2025-10-03 10:26:37.990278 | fa163ebf-0e86-c0b9-b49b-00000000025b | CHANGED | Create /var/lib/heat-config/tripleo-config-download directory for deployment data | standalone 2025-10-03 10:26:37.991658 | fa163ebf-0e86-c0b9-b49b-00000000025b | TIMING | tripleo_bootstrap : Create /var/lib/heat-config/tripleo-config-download directory for deployment data | standalone | 0:00:20.805501 | 0.23s 2025-10-03 10:26:38.015765 | fa163ebf-0e86-c0b9-b49b-00000000025d | TASK | Check required legacy network packages for bootstrap TripleO is installed 2025-10-03 10:26:38.266952 | fa163ebf-0e86-c0b9-b49b-00000000025d | CHANGED | Check required legacy network packages for bootstrap TripleO is installed | standalone 2025-10-03 10:26:38.268290 | fa163ebf-0e86-c0b9-b49b-00000000025d | TIMING | tripleo_bootstrap : Check required legacy network packages for bootstrap TripleO is installed | standalone | 0:00:21.082135 | 0.25s 2025-10-03 10:26:38.292064 | fa163ebf-0e86-c0b9-b49b-00000000025e | TASK | Deploy network-scripts required for deprecated network service 2025-10-03 10:26:38.351232 | fa163ebf-0e86-c0b9-b49b-00000000025e | SKIPPED | Deploy network-scripts required for deprecated network service | standalone 2025-10-03 10:26:38.352653 | fa163ebf-0e86-c0b9-b49b-00000000025e | TIMING | tripleo_bootstrap : Deploy network-scripts required for deprecated network service | standalone | 0:00:21.166497 | 0.06s 2025-10-03 10:26:38.377098 | fa163ebf-0e86-c0b9-b49b-00000000025f | TASK | Ensure network service is enabled 2025-10-03 10:26:38.781989 | fa163ebf-0e86-c0b9-b49b-00000000025f | OK | Ensure network service is enabled | standalone 2025-10-03 10:26:38.783809 | fa163ebf-0e86-c0b9-b49b-00000000025f | TIMING | tripleo_bootstrap : Ensure network service is enabled | standalone | 0:00:21.597655 | 0.41s 2025-10-03 10:26:38.809478 | fa163ebf-0e86-c0b9-b49b-000000000261 | TASK | Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf 2025-10-03 10:26:39.153618 | fa163ebf-0e86-c0b9-b49b-000000000261 | CHANGED | Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf | standalone 2025-10-03 10:26:39.154907 | fa163ebf-0e86-c0b9-b49b-000000000261 | TIMING | tripleo_bootstrap : Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:00:21.968753 | 0.34s 2025-10-03 10:26:39.178982 | fa163ebf-0e86-c0b9-b49b-000000000262 | TASK | Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf 2025-10-03 10:26:39.419298 | fa163ebf-0e86-c0b9-b49b-000000000262 | CHANGED | Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf | standalone 2025-10-03 10:26:39.420189 | fa163ebf-0e86-c0b9-b49b-000000000262 | TIMING | tripleo_bootstrap : Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:00:22.234044 | 0.24s 2025-10-03 10:26:39.437185 | fa163ebf-0e86-c0b9-b49b-000000000263 | TASK | Reload NetworkManager 2025-10-03 10:26:39.882530 | fa163ebf-0e86-c0b9-b49b-000000000263 | CHANGED | Reload NetworkManager | standalone 2025-10-03 10:26:39.884490 | fa163ebf-0e86-c0b9-b49b-000000000263 | TIMING | tripleo_bootstrap : Reload NetworkManager | standalone | 0:00:22.698288 | 0.45s 2025-10-03 10:26:39.910528 | fa163ebf-0e86-c0b9-b49b-000000000265 | TASK | Symlink puppet modules under /etc/puppet/modules 2025-10-03 10:26:40.121343 | fa163ebf-0e86-c0b9-b49b-000000000265 | CHANGED | Symlink puppet modules under /etc/puppet/modules | standalone 2025-10-03 10:26:40.122879 | fa163ebf-0e86-c0b9-b49b-000000000265 | TIMING | tripleo_bootstrap : Symlink puppet modules under /etc/puppet/modules | standalone | 0:00:22.936723 | 0.21s 2025-10-03 10:26:40.148136 | fa163ebf-0e86-c0b9-b49b-000000000266 | TASK | Check if /usr/bin/ansible-playbook exists 2025-10-03 10:26:40.514549 | fa163ebf-0e86-c0b9-b49b-000000000266 | OK | Check if /usr/bin/ansible-playbook exists | standalone 2025-10-03 10:26:40.515455 | fa163ebf-0e86-c0b9-b49b-000000000266 | TIMING | tripleo_bootstrap : Check if /usr/bin/ansible-playbook exists | standalone | 0:00:23.329285 | 0.37s 2025-10-03 10:26:40.532544 | fa163ebf-0e86-c0b9-b49b-000000000267 | TASK | Check if /usr/bin/ansible-playbook-3 exists 2025-10-03 10:26:40.723656 | fa163ebf-0e86-c0b9-b49b-000000000267 | OK | Check if /usr/bin/ansible-playbook-3 exists | standalone 2025-10-03 10:26:40.725133 | fa163ebf-0e86-c0b9-b49b-000000000267 | TIMING | tripleo_bootstrap : Check if /usr/bin/ansible-playbook-3 exists | standalone | 0:00:23.538970 | 0.19s 2025-10-03 10:26:40.750131 | fa163ebf-0e86-c0b9-b49b-000000000268 | TASK | Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook 2025-10-03 10:26:40.984707 | fa163ebf-0e86-c0b9-b49b-000000000268 | CHANGED | Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook | standalone 2025-10-03 10:26:40.986253 | fa163ebf-0e86-c0b9-b49b-000000000268 | TIMING | tripleo_bootstrap : Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook | standalone | 0:00:23.800093 | 0.23s 2025-10-03 10:26:41.062072 | fa163ebf-0e86-c0b9-b49b-00000000002d | TIMING | include_role : tripleo_ssh_known_hosts | standalone | 0:00:23.875902 | 0.03s 2025-10-03 10:26:41.139964 | fa163ebf-0e86-c0b9-b49b-000000000361 | TASK | Create temporary file for ssh_known_hosts 2025-10-03 10:26:41.362065 | fa163ebf-0e86-c0b9-b49b-000000000361 | CHANGED | Create temporary file for ssh_known_hosts | standalone 2025-10-03 10:26:41.363050 | fa163ebf-0e86-c0b9-b49b-000000000361 | TIMING | tripleo_ssh_known_hosts : Create temporary file for ssh_known_hosts | standalone | 0:00:24.176904 | 0.22s 2025-10-03 10:26:41.382380 | fa163ebf-0e86-c0b9-b49b-000000000362 | TASK | Check for ssh_known_hosts file 2025-10-03 10:26:41.582886 | fa163ebf-0e86-c0b9-b49b-000000000362 | OK | Check for ssh_known_hosts file | standalone 2025-10-03 10:26:41.584381 | fa163ebf-0e86-c0b9-b49b-000000000362 | TIMING | tripleo_ssh_known_hosts : Check for ssh_known_hosts file | standalone | 0:00:24.398227 | 0.20s 2025-10-03 10:26:41.609682 | fa163ebf-0e86-c0b9-b49b-000000000363 | TASK | Create a temporary copy of ssh_known_hosts 2025-10-03 10:26:41.639025 | fa163ebf-0e86-c0b9-b49b-000000000363 | SKIPPED | Create a temporary copy of ssh_known_hosts | standalone 2025-10-03 10:26:41.640165 | fa163ebf-0e86-c0b9-b49b-000000000363 | TIMING | tripleo_ssh_known_hosts : Create a temporary copy of ssh_known_hosts | standalone | 0:00:24.454010 | 0.03s 2025-10-03 10:26:41.664548 | fa163ebf-0e86-c0b9-b49b-000000000364 | TASK | Write temporary file 2025-10-03 10:26:41.694665 | fa163ebf-0e86-c0b9-b49b-000000000364 | SKIPPED | Write temporary file | standalone 2025-10-03 10:26:41.696159 | fa163ebf-0e86-c0b9-b49b-000000000364 | TIMING | tripleo_ssh_known_hosts : Write temporary file | standalone | 0:00:24.509994 | 0.03s 2025-10-03 10:26:41.721178 | fa163ebf-0e86-c0b9-b49b-000000000365 | TASK | Set ssh_known_hosts fact 2025-10-03 10:26:41.804607 | fa163ebf-0e86-c0b9-b49b-000000000365 | OK | Set ssh_known_hosts fact | standalone 2025-10-03 10:26:41.806213 | fa163ebf-0e86-c0b9-b49b-000000000365 | TIMING | tripleo_ssh_known_hosts : Set ssh_known_hosts fact | standalone | 0:00:24.620051 | 0.08s 2025-10-03 10:26:41.836232 | fa163ebf-0e86-c0b9-b49b-000000000366 | TASK | Add host keys to temporary ssh_known_hosts 2025-10-03 10:26:42.068586 | fa163ebf-0e86-c0b9-b49b-000000000366 | CHANGED | Add host keys to temporary ssh_known_hosts | standalone 2025-10-03 10:26:42.070035 | fa163ebf-0e86-c0b9-b49b-000000000366 | TIMING | tripleo_ssh_known_hosts : Add host keys to temporary ssh_known_hosts | standalone | 0:00:24.883878 | 0.23s 2025-10-03 10:26:42.094030 | fa163ebf-0e86-c0b9-b49b-000000000367 | TASK | In-place update of /etc/ssh_known_hosts 2025-10-03 10:26:42.331000 | fa163ebf-0e86-c0b9-b49b-000000000367 | CHANGED | In-place update of /etc/ssh_known_hosts | standalone 2025-10-03 10:26:42.332511 | fa163ebf-0e86-c0b9-b49b-000000000367 | TIMING | tripleo_ssh_known_hosts : In-place update of /etc/ssh_known_hosts | standalone | 0:00:25.146354 | 0.24s 2025-10-03 10:26:42.357607 | fa163ebf-0e86-c0b9-b49b-000000000368 | TASK | Remove temp file 2025-10-03 10:26:42.593017 | fa163ebf-0e86-c0b9-b49b-000000000368 | CHANGED | Remove temp file | standalone 2025-10-03 10:26:42.594473 | fa163ebf-0e86-c0b9-b49b-000000000368 | TIMING | tripleo_ssh_known_hosts : Remove temp file | standalone | 0:00:25.408289 | 0.24s PLAY [Deploy step tasks for step 0] ******************************************** 2025-10-03 10:26:42.778283 | fa163ebf-0e86-c0b9-b49b-000000000034 | TASK | Deploy step tasks for step 0 2025-10-03 10:26:42.839724 | fa163ebf-0e86-c0b9-b49b-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', 'fa163ebf-0e86-c0b9-b49b-000000000034') missing from stats 2025-10-03 10:26:42.866078 | fa163ebf-0e86-c0b9-b49b-000000000035 | TASK | Ensure /var/log/journal exists 2025-10-03 10:26:43.095094 | fa163ebf-0e86-c0b9-b49b-000000000035 | CHANGED | Ensure /var/log/journal exists | standalone 2025-10-03 10:26:43.096520 | fa163ebf-0e86-c0b9-b49b-000000000035 | TIMING | Ensure /var/log/journal exists | standalone | 0:00:25.910365 | 0.23s 2025-10-03 10:26:43.120900 | fa163ebf-0e86-c0b9-b49b-000000000036 | TASK | Check cloud-init status 2025-10-03 10:26:43.361662 | fa163ebf-0e86-c0b9-b49b-000000000036 | CHANGED | Check cloud-init status | standalone 2025-10-03 10:26:43.363215 | fa163ebf-0e86-c0b9-b49b-000000000036 | TIMING | Check cloud-init status | standalone | 0:00:26.177052 | 0.24s 2025-10-03 10:26:43.389655 | fa163ebf-0e86-c0b9-b49b-000000000037 | TASK | Check if cloud-init is disabled via kernel args 2025-10-03 10:26:43.621804 | fa163ebf-0e86-c0b9-b49b-000000000037 | CHANGED | Check if cloud-init is disabled via kernel args | standalone 2025-10-03 10:26:43.623080 | fa163ebf-0e86-c0b9-b49b-000000000037 | TIMING | Check if cloud-init is disabled via kernel args | standalone | 0:00:26.436928 | 0.23s 2025-10-03 10:26:43.647543 | fa163ebf-0e86-c0b9-b49b-000000000038 | TASK | Wait for cloud-init to finish, if enabled 2025-10-03 10:26:44.049643 | fa163ebf-0e86-c0b9-b49b-000000000038 | OK | Wait for cloud-init to finish, if enabled | standalone 2025-10-03 10:26:44.051008 | fa163ebf-0e86-c0b9-b49b-000000000038 | TIMING | Wait for cloud-init to finish, if enabled | standalone | 0:00:26.864855 | 0.40s 2025-10-03 10:26:44.076386 | fa163ebf-0e86-c0b9-b49b-000000000039 | TASK | Create /var/lib/container-puppet 2025-10-03 10:26:44.305587 | fa163ebf-0e86-c0b9-b49b-000000000039 | CHANGED | Create /var/lib/container-puppet | standalone 2025-10-03 10:26:44.306790 | fa163ebf-0e86-c0b9-b49b-000000000039 | TIMING | Create /var/lib/container-puppet | standalone | 0:00:27.120637 | 0.23s 2025-10-03 10:26:44.330845 | fa163ebf-0e86-c0b9-b49b-00000000003a | TASK | Write container-puppet.sh 2025-10-03 10:26:44.836277 | fa163ebf-0e86-c0b9-b49b-00000000003a | CHANGED | Write container-puppet.sh | standalone 2025-10-03 10:26:44.837546 | fa163ebf-0e86-c0b9-b49b-00000000003a | TIMING | Write container-puppet.sh | standalone | 0:00:27.651393 | 0.51s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-10-03 10:26:44.914595 | fa163ebf-0e86-c0b9-b49b-00000000003b | TIMING | include_tasks | standalone | 0:00:27.728430 | 0.05s 2025-10-03 10:26:44.936864 | 263d865d-eb04-4476-afd1-c9c25817aafb | INCLUDED | /root/standalone-ansible-cgj5i441/Standalone/deploy_steps_tasks_step0.yaml | standalone 2025-10-03 10:26:44.965194 | fa163ebf-0e86-c0b9-b49b-000000000416 | TASK | Configure tuned before reboot 2025-10-03 10:26:45.019729 | fa163ebf-0e86-c0b9-b49b-000000000416 | TIMING | Configure tuned before reboot | standalone | 0:00:27.833567 | 0.05s 2025-10-03 10:26:45.078570 | fa163ebf-0e86-c0b9-b49b-000000000455 | TASK | Gather variables for each operating system 2025-10-03 10:26:45.202827 | fa163ebf-0e86-c0b9-b49b-000000000455 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tuned/vars/redhat.yml 2025-10-03 10:26:45.204467 | fa163ebf-0e86-c0b9-b49b-000000000455 | TIMING | tuned : Gather variables for each operating system | standalone | 0:00:28.018279 | 0.12s 2025-10-03 10:26:45.217288 | fa163ebf-0e86-c0b9-b49b-000000000455 | TIMING | tuned : Gather variables for each operating system | standalone | 0:00:28.031130 | 0.14s 2025-10-03 10:26:45.311896 | fa163ebf-0e86-c0b9-b49b-000000000456 | TIMING | tuned : include_tasks | standalone | 0:00:28.125724 | 0.06s 2025-10-03 10:26:45.335260 | acc16d6f-463a-4aa7-b1ee-82a74f16bb6b | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_install.yml | standalone 2025-10-03 10:26:45.371194 | fa163ebf-0e86-c0b9-b49b-00000000047f | TASK | Check tuned package is installed 2025-10-03 10:26:45.655920 | fa163ebf-0e86-c0b9-b49b-00000000047f | CHANGED | Check tuned package is installed | standalone 2025-10-03 10:26:45.657854 | fa163ebf-0e86-c0b9-b49b-00000000047f | TIMING | tuned : Check tuned package is installed | standalone | 0:00:28.471692 | 0.29s 2025-10-03 10:26:45.684725 | fa163ebf-0e86-c0b9-b49b-000000000480 | TASK | Install tuned 2025-10-03 10:26:52.139873 | fa163ebf-0e86-c0b9-b49b-000000000480 | CHANGED | Install tuned | standalone 2025-10-03 10:26:52.141397 | fa163ebf-0e86-c0b9-b49b-000000000480 | TIMING | tuned : Install tuned | standalone | 0:00:34.955243 | 6.45s 2025-10-03 10:26:52.168080 | fa163ebf-0e86-c0b9-b49b-000000000481 | TASK | Restart tuned 2025-10-03 10:26:54.071715 | fa163ebf-0e86-c0b9-b49b-000000000481 | CHANGED | Restart tuned | standalone 2025-10-03 10:26:54.073883 | fa163ebf-0e86-c0b9-b49b-000000000481 | TIMING | tuned : Restart tuned | standalone | 0:00:36.887727 | 1.90s 2025-10-03 10:26:54.101155 | fa163ebf-0e86-c0b9-b49b-000000000457 | TASK | Check for tuned-adm 2025-10-03 10:26:54.331368 | fa163ebf-0e86-c0b9-b49b-000000000457 | OK | Check for tuned-adm | standalone 2025-10-03 10:26:54.332810 | fa163ebf-0e86-c0b9-b49b-000000000457 | TIMING | tuned : Check for tuned-adm | standalone | 0:00:37.146657 | 0.23s 2025-10-03 10:26:54.399695 | fa163ebf-0e86-c0b9-b49b-000000000458 | TIMING | tuned : include_tasks | standalone | 0:00:37.213534 | 0.04s 2025-10-03 10:26:54.431030 | 7be1ae78-8915-4048-ad18-183daa27422d | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_config.yml | standalone 2025-10-03 10:26:54.467817 | fa163ebf-0e86-c0b9-b49b-0000000004b6 | TASK | Ensure profile directory exists 2025-10-03 10:26:54.549493 | fa163ebf-0e86-c0b9-b49b-0000000004b6 | SKIPPED | Ensure profile directory exists | standalone 2025-10-03 10:26:54.550891 | fa163ebf-0e86-c0b9-b49b-0000000004b6 | TIMING | tuned : Ensure profile directory exists | standalone | 0:00:37.364737 | 0.08s 2025-10-03 10:26:54.578548 | fa163ebf-0e86-c0b9-b49b-0000000004b7 | TASK | Create custom tuned profile 2025-10-03 10:26:54.644931 | fa163ebf-0e86-c0b9-b49b-0000000004b7 | SKIPPED | Create custom tuned profile | standalone 2025-10-03 10:26:54.646514 | fa163ebf-0e86-c0b9-b49b-0000000004b7 | TIMING | tuned : Create custom tuned profile | standalone | 0:00:37.460359 | 0.07s 2025-10-03 10:26:54.673534 | fa163ebf-0e86-c0b9-b49b-0000000004b8 | TASK | Check tuned active profile 2025-10-03 10:26:55.062219 | fa163ebf-0e86-c0b9-b49b-0000000004b8 | OK | Check tuned active profile | standalone 2025-10-03 10:26:55.063625 | fa163ebf-0e86-c0b9-b49b-0000000004b8 | TIMING | tuned : Check tuned active profile | standalone | 0:00:37.877470 | 0.39s 2025-10-03 10:26:55.089999 | fa163ebf-0e86-c0b9-b49b-0000000004b9 | TASK | Check Tuned Configuration file exists 2025-10-03 10:26:55.325341 | fa163ebf-0e86-c0b9-b49b-0000000004b9 | OK | Check Tuned Configuration file exists | standalone 2025-10-03 10:26:55.326728 | fa163ebf-0e86-c0b9-b49b-0000000004b9 | TIMING | tuned : Check Tuned Configuration file exists | standalone | 0:00:38.140575 | 0.24s 2025-10-03 10:26:55.354052 | fa163ebf-0e86-c0b9-b49b-0000000004ba | TASK | Fail if tuned profile conf is absent but isolated cores is provided 2025-10-03 10:26:55.418375 | fa163ebf-0e86-c0b9-b49b-0000000004ba | SKIPPED | Fail if tuned profile conf is absent but isolated cores is provided | standalone 2025-10-03 10:26:55.419643 | fa163ebf-0e86-c0b9-b49b-0000000004ba | TIMING | tuned : Fail if tuned profile conf is absent but isolated cores is provided | standalone | 0:00:38.233490 | 0.06s 2025-10-03 10:26:55.448066 | fa163ebf-0e86-c0b9-b49b-0000000004bb | TASK | Configure isolated cores for profile throughput-performance 2025-10-03 10:26:55.512193 | fa163ebf-0e86-c0b9-b49b-0000000004bb | SKIPPED | Configure isolated cores for profile throughput-performance | standalone 2025-10-03 10:26:55.513344 | fa163ebf-0e86-c0b9-b49b-0000000004bb | TIMING | tuned : Configure isolated cores for profile throughput-performance | standalone | 0:00:38.327191 | 0.06s 2025-10-03 10:26:55.539661 | fa163ebf-0e86-c0b9-b49b-0000000004bc | TASK | Enable tuned profile 2025-10-03 10:26:56.972260 | fa163ebf-0e86-c0b9-b49b-0000000004bc | CHANGED | Enable tuned profile | standalone 2025-10-03 10:26:56.973631 | fa163ebf-0e86-c0b9-b49b-0000000004bc | TIMING | tuned : Enable tuned profile | standalone | 0:00:39.787478 | 1.43s 2025-10-03 10:26:57.027898 | fa163ebf-0e86-c0b9-b49b-000000000417 | TASK | Configure kernel args and reboot 2025-10-03 10:26:57.075305 | fa163ebf-0e86-c0b9-b49b-000000000417 | TIMING | Configure kernel args and reboot | standalone | 0:00:39.889154 | 0.05s 2025-10-03 10:26:57.201561 | fa163ebf-0e86-c0b9-b49b-000000000569 | TASK | Get the command line args of the node 2025-10-03 10:26:57.408946 | fa163ebf-0e86-c0b9-b49b-000000000569 | CHANGED | Get the command line args of the node | standalone 2025-10-03 10:26:57.410247 | fa163ebf-0e86-c0b9-b49b-000000000569 | TIMING | tripleo_kernel : Get the command line args of the node | standalone | 0:00:40.224094 | 0.21s 2025-10-03 10:26:57.436199 | fa163ebf-0e86-c0b9-b49b-00000000056b | TASK | Check if node has a nova.conf 2025-10-03 10:26:57.638618 | fa163ebf-0e86-c0b9-b49b-00000000056b | OK | Check if node has a nova.conf | standalone 2025-10-03 10:26:57.639950 | fa163ebf-0e86-c0b9-b49b-00000000056b | TIMING | tripleo_kernel : Check if node has a nova.conf | standalone | 0:00:40.453796 | 0.20s 2025-10-03 10:26:57.665870 | fa163ebf-0e86-c0b9-b49b-00000000056d | TASK | Warn operator about workload protection 2025-10-03 10:26:57.705115 | fa163ebf-0e86-c0b9-b49b-00000000056d | SKIPPED | Warn operator about workload protection | standalone 2025-10-03 10:26:57.706258 | fa163ebf-0e86-c0b9-b49b-00000000056d | TIMING | tripleo_kernel : Warn operator about workload protection | standalone | 0:00:40.520105 | 0.04s 2025-10-03 10:26:57.726417 | fa163ebf-0e86-c0b9-b49b-00000000056e | TASK | Setting defer reboot fact 2025-10-03 10:26:57.763746 | fa163ebf-0e86-c0b9-b49b-00000000056e | SKIPPED | Setting defer reboot fact | standalone 2025-10-03 10:26:57.764805 | fa163ebf-0e86-c0b9-b49b-00000000056e | TIMING | tripleo_kernel : Setting defer reboot fact | standalone | 0:00:40.578654 | 0.04s 2025-10-03 10:26:57.790486 | fa163ebf-0e86-c0b9-b49b-000000000570 | TASK | Rewrite tripleo_kernel_hugepages to use integers as keys 2025-10-03 10:26:57.819813 | fa163ebf-0e86-c0b9-b49b-000000000570 | TIMING | tripleo_kernel : Rewrite tripleo_kernel_hugepages to use integers as keys | standalone | 0:00:40.633658 | 0.03s 2025-10-03 10:26:57.845624 | fa163ebf-0e86-c0b9-b49b-000000000575 | TASK | Find hugepages in cmdline 2025-10-03 10:26:57.887998 | fa163ebf-0e86-c0b9-b49b-000000000575 | SKIPPED | Find hugepages in cmdline | standalone 2025-10-03 10:26:57.889128 | fa163ebf-0e86-c0b9-b49b-000000000575 | TIMING | tripleo_kernel : Find hugepages in cmdline | standalone | 0:00:40.702974 | 0.04s 2025-10-03 10:26:57.914833 | fa163ebf-0e86-c0b9-b49b-000000000576 | TASK | Finding human-readable hugepages in cmdline 2025-10-03 10:26:57.957525 | fa163ebf-0e86-c0b9-b49b-000000000576 | SKIPPED | Finding human-readable hugepages in cmdline | standalone 2025-10-03 10:26:57.958609 | fa163ebf-0e86-c0b9-b49b-000000000576 | TIMING | tripleo_kernel : Finding human-readable hugepages in cmdline | standalone | 0:00:40.772458 | 0.04s 2025-10-03 10:26:57.984983 | fa163ebf-0e86-c0b9-b49b-00000000057a | TASK | Find desired default hugepage size 2025-10-03 10:26:58.023819 | fa163ebf-0e86-c0b9-b49b-00000000057a | SKIPPED | Find desired default hugepage size | standalone 2025-10-03 10:26:58.024890 | fa163ebf-0e86-c0b9-b49b-00000000057a | TIMING | tripleo_kernel : Find desired default hugepage size | standalone | 0:00:40.838739 | 0.04s 2025-10-03 10:26:58.050470 | fa163ebf-0e86-c0b9-b49b-00000000057c | TASK | Storing non-configured hugepages 2025-10-03 10:26:58.078526 | fa163ebf-0e86-c0b9-b49b-00000000057c | TIMING | tripleo_kernel : Storing non-configured hugepages | standalone | 0:00:40.892371 | 0.03s 2025-10-03 10:26:58.104127 | fa163ebf-0e86-c0b9-b49b-00000000057e | TASK | Validating against hugepages config received from TripleO 2025-10-03 10:26:58.145332 | fa163ebf-0e86-c0b9-b49b-00000000057e | SKIPPED | Validating against hugepages config received from TripleO | standalone 2025-10-03 10:26:58.146363 | fa163ebf-0e86-c0b9-b49b-00000000057e | TIMING | tripleo_kernel : Validating against hugepages config received from TripleO | standalone | 0:00:40.960211 | 0.04s 2025-10-03 10:26:58.172791 | fa163ebf-0e86-c0b9-b49b-00000000057f | TASK | Determining the default hugepagesz 2025-10-03 10:26:58.214970 | fa163ebf-0e86-c0b9-b49b-00000000057f | SKIPPED | Determining the default hugepagesz | standalone 2025-10-03 10:26:58.216010 | fa163ebf-0e86-c0b9-b49b-00000000057f | TIMING | tripleo_kernel : Determining the default hugepagesz | standalone | 0:00:41.029858 | 0.04s 2025-10-03 10:26:58.242030 | fa163ebf-0e86-c0b9-b49b-000000000580 | TASK | Determining if any hugepage configuration needs to be re-written 2025-10-03 10:26:58.284669 | fa163ebf-0e86-c0b9-b49b-000000000580 | SKIPPED | Determining if any hugepage configuration needs to be re-written | standalone 2025-10-03 10:26:58.285737 | fa163ebf-0e86-c0b9-b49b-000000000580 | TIMING | tripleo_kernel : Determining if any hugepage configuration needs to be re-written | standalone | 0:00:41.099586 | 0.04s 2025-10-03 10:26:58.311156 | fa163ebf-0e86-c0b9-b49b-000000000581 | TASK | Making sure that we have a default hugepagesz 2025-10-03 10:26:58.360968 | fa163ebf-0e86-c0b9-b49b-000000000581 | SKIPPED | Making sure that we have a default hugepagesz | standalone 2025-10-03 10:26:58.361981 | fa163ebf-0e86-c0b9-b49b-000000000581 | TIMING | tripleo_kernel : Making sure that we have a default hugepagesz | standalone | 0:00:41.175830 | 0.05s 2025-10-03 10:26:58.388019 | fa163ebf-0e86-c0b9-b49b-000000000583 | TASK | Warn about possible modifications 2025-10-03 10:26:58.429608 | fa163ebf-0e86-c0b9-b49b-000000000583 | SKIPPED | Warn about possible modifications | standalone 2025-10-03 10:26:58.430660 | fa163ebf-0e86-c0b9-b49b-000000000583 | TIMING | tripleo_kernel : Warn about possible modifications | standalone | 0:00:41.244509 | 0.04s 2025-10-03 10:26:58.455795 | fa163ebf-0e86-c0b9-b49b-000000000584 | TASK | Remove hugepage settings from kernelargs 2025-10-03 10:26:58.505493 | fa163ebf-0e86-c0b9-b49b-000000000584 | SKIPPED | Remove hugepage settings from kernelargs | standalone 2025-10-03 10:26:58.506569 | fa163ebf-0e86-c0b9-b49b-000000000584 | TIMING | tripleo_kernel : Remove hugepage settings from kernelargs | standalone | 0:00:41.320416 | 0.05s 2025-10-03 10:26:58.531867 | fa163ebf-0e86-c0b9-b49b-000000000585 | TASK | Cleaning up whitespaces 2025-10-03 10:26:58.574289 | fa163ebf-0e86-c0b9-b49b-000000000585 | SKIPPED | Cleaning up whitespaces | standalone 2025-10-03 10:26:58.575338 | fa163ebf-0e86-c0b9-b49b-000000000585 | TIMING | tripleo_kernel : Cleaning up whitespaces | standalone | 0:00:41.389185 | 0.04s 2025-10-03 10:26:58.600304 | fa163ebf-0e86-c0b9-b49b-000000000587 | TASK | Check if the kernelargs entry is already present in the file 2025-10-03 10:26:58.958804 | fa163ebf-0e86-c0b9-b49b-000000000587 | OK | Check if the kernelargs entry is already present in the file | standalone 2025-10-03 10:26:58.960256 | fa163ebf-0e86-c0b9-b49b-000000000587 | TIMING | tripleo_kernel : Check if the kernelargs entry is already present in the file | standalone | 0:00:41.774103 | 0.36s 2025-10-03 10:26:58.987051 | fa163ebf-0e86-c0b9-b49b-000000000589 | TASK | Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present 2025-10-03 10:26:59.048593 | fa163ebf-0e86-c0b9-b49b-000000000589 | SKIPPED | Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present | standalone 2025-10-03 10:26:59.049647 | fa163ebf-0e86-c0b9-b49b-000000000589 | TIMING | tripleo_kernel : Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present | standalone | 0:00:41.863495 | 0.06s 2025-10-03 10:26:59.077583 | fa163ebf-0e86-c0b9-b49b-00000000058a | TASK | Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS 2025-10-03 10:26:59.138942 | fa163ebf-0e86-c0b9-b49b-00000000058a | SKIPPED | Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS | standalone 2025-10-03 10:26:59.140045 | fa163ebf-0e86-c0b9-b49b-00000000058a | TIMING | tripleo_kernel : Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS | standalone | 0:00:41.953892 | 0.06s 2025-10-03 10:26:59.167933 | fa163ebf-0e86-c0b9-b49b-00000000058b | TASK | Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter 2025-10-03 10:26:59.229976 | fa163ebf-0e86-c0b9-b49b-00000000058b | SKIPPED | Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter | standalone 2025-10-03 10:26:59.231195 | fa163ebf-0e86-c0b9-b49b-00000000058b | TIMING | tripleo_kernel : Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter | standalone | 0:00:42.045042 | 0.06s 2025-10-03 10:26:59.259238 | fa163ebf-0e86-c0b9-b49b-00000000058c | TASK | Generate grub config 2025-10-03 10:26:59.323086 | fa163ebf-0e86-c0b9-b49b-00000000058c | SKIPPED | Generate grub config | standalone 2025-10-03 10:26:59.324522 | fa163ebf-0e86-c0b9-b49b-00000000058c | TIMING | tripleo_kernel : Generate grub config | standalone | 0:00:42.138366 | 0.06s 2025-10-03 10:26:59.351404 | fa163ebf-0e86-c0b9-b49b-000000000590 | TASK | Get the block device that /boot is on 2025-10-03 10:26:59.412553 | fa163ebf-0e86-c0b9-b49b-000000000590 | SKIPPED | Get the block device that /boot is on | standalone 2025-10-03 10:26:59.413790 | fa163ebf-0e86-c0b9-b49b-000000000590 | TIMING | tripleo_kernel : Get the block device that /boot is on | standalone | 0:00:42.227637 | 0.06s 2025-10-03 10:26:59.440270 | fa163ebf-0e86-c0b9-b49b-000000000591 | TASK | Get the mount point that /boot is in 2025-10-03 10:26:59.503748 | fa163ebf-0e86-c0b9-b49b-000000000591 | SKIPPED | Get the mount point that /boot is in | standalone 2025-10-03 10:26:59.505226 | fa163ebf-0e86-c0b9-b49b-000000000591 | TIMING | tripleo_kernel : Get the mount point that /boot is in | standalone | 0:00:42.319071 | 0.06s 2025-10-03 10:26:59.531955 | fa163ebf-0e86-c0b9-b49b-000000000592 | TASK | Set facts for EFI grub.cfg generation 2025-10-03 10:26:59.593866 | fa163ebf-0e86-c0b9-b49b-000000000592 | SKIPPED | Set facts for EFI grub.cfg generation | standalone 2025-10-03 10:26:59.595142 | fa163ebf-0e86-c0b9-b49b-000000000592 | TIMING | tripleo_kernel : Set facts for EFI grub.cfg generation | standalone | 0:00:42.408988 | 0.06s 2025-10-03 10:26:59.621532 | fa163ebf-0e86-c0b9-b49b-000000000593 | TASK | Executed script to fix grub-menu 2025-10-03 10:26:59.695223 | fa163ebf-0e86-c0b9-b49b-000000000593 | SKIPPED | Executed script to fix grub-menu | standalone 2025-10-03 10:26:59.696618 | fa163ebf-0e86-c0b9-b49b-000000000593 | TIMING | tripleo_kernel : Executed script to fix grub-menu | standalone | 0:00:42.510463 | 0.07s 2025-10-03 10:26:59.722862 | fa163ebf-0e86-c0b9-b49b-000000000594 | TASK | Check grub config paths 2025-10-03 10:26:59.795598 | fa163ebf-0e86-c0b9-b49b-000000000594 | SKIPPED | Check grub config paths | standalone | item=/boot/efi/EFI/redhat 2025-10-03 10:26:59.813728 | fa163ebf-0e86-c0b9-b49b-000000000594 | SKIPPED | Check grub config paths | standalone | item=/boot/efi/EFI/centos 2025-10-03 10:26:59.818920 | fa163ebf-0e86-c0b9-b49b-000000000594 | TIMING | tripleo_kernel : Check grub config paths | standalone | 0:00:42.632759 | 0.09s 2025-10-03 10:26:59.846619 | fa163ebf-0e86-c0b9-b49b-000000000595 | TASK | Write EFI grub.cfg 2025-10-03 10:26:59.910884 | fa163ebf-0e86-c0b9-b49b-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-03 10:26:59.929156 | fa163ebf-0e86-c0b9-b49b-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-03 10:26:59.934533 | fa163ebf-0e86-c0b9-b49b-000000000595 | TIMING | tripleo_kernel : Write EFI grub.cfg | standalone | 0:00:42.748368 | 0.09s 2025-10-03 10:26:59.962679 | fa163ebf-0e86-c0b9-b49b-000000000596 | TASK | bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub 2025-10-03 10:27:00.014872 | fa163ebf-0e86-c0b9-b49b-000000000596 | SKIPPED | bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub | standalone 2025-10-03 10:27:00.016489 | fa163ebf-0e86-c0b9-b49b-000000000596 | TIMING | tripleo_kernel : bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub | standalone | 0:00:42.830285 | 0.05s 2025-10-03 10:27:00.041275 | fa163ebf-0e86-c0b9-b49b-000000000597 | TASK | OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub 2025-10-03 10:27:00.091143 | fa163ebf-0e86-c0b9-b49b-000000000597 | SKIPPED | OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub | standalone 2025-10-03 10:27:00.091924 | fa163ebf-0e86-c0b9-b49b-000000000597 | TIMING | tripleo_kernel : OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub | standalone | 0:00:42.905780 | 0.05s 2025-10-03 10:27:00.109075 | fa163ebf-0e86-c0b9-b49b-000000000598 | TASK | Execute grub2-mkconfig 2025-10-03 10:27:00.178366 | fa163ebf-0e86-c0b9-b49b-000000000598 | SKIPPED | Execute grub2-mkconfig | standalone 2025-10-03 10:27:00.179741 | fa163ebf-0e86-c0b9-b49b-000000000598 | TIMING | tripleo_kernel : Execute grub2-mkconfig | standalone | 0:00:42.993587 | 0.07s 2025-10-03 10:27:00.205674 | fa163ebf-0e86-c0b9-b49b-000000000599 | TASK | Check for active tuned profile 2025-10-03 10:27:00.270527 | fa163ebf-0e86-c0b9-b49b-000000000599 | SKIPPED | Check for active tuned profile | standalone 2025-10-03 10:27:00.271742 | fa163ebf-0e86-c0b9-b49b-000000000599 | TIMING | tripleo_kernel : Check for active tuned profile | standalone | 0:00:43.085589 | 0.06s 2025-10-03 10:27:00.298615 | fa163ebf-0e86-c0b9-b49b-00000000059a | TASK | Ensure $tuned_params is restored to /boot/loader/entries files 2025-10-03 10:27:00.361871 | fa163ebf-0e86-c0b9-b49b-00000000059a | SKIPPED | Ensure $tuned_params is restored to /boot/loader/entries files | standalone 2025-10-03 10:27:00.363325 | fa163ebf-0e86-c0b9-b49b-00000000059a | TIMING | tripleo_kernel : Ensure $tuned_params is restored to /boot/loader/entries files | standalone | 0:00:43.177170 | 0.06s 2025-10-03 10:27:00.389996 | fa163ebf-0e86-c0b9-b49b-00000000059b | TASK | Set reboot required fact 2025-10-03 10:27:00.452719 | fa163ebf-0e86-c0b9-b49b-00000000059b | SKIPPED | Set reboot required fact | standalone 2025-10-03 10:27:00.453937 | fa163ebf-0e86-c0b9-b49b-00000000059b | TIMING | tripleo_kernel : Set reboot required fact | standalone | 0:00:43.267783 | 0.06s 2025-10-03 10:27:00.482019 | fa163ebf-0e86-c0b9-b49b-00000000059d | TASK | Apply DPDK workarounds 2025-10-03 10:27:00.533800 | fa163ebf-0e86-c0b9-b49b-00000000059d | SKIPPED | Apply DPDK workarounds | standalone 2025-10-03 10:27:00.534886 | fa163ebf-0e86-c0b9-b49b-00000000059d | TIMING | Apply DPDK workarounds | standalone | 0:00:43.348735 | 0.05s 2025-10-03 10:27:00.560061 | fa163ebf-0e86-c0b9-b49b-00000000059f | TASK | Ensure /etc/modules-load.d exists 2025-10-03 10:27:00.599402 | fa163ebf-0e86-c0b9-b49b-00000000059f | SKIPPED | Ensure /etc/modules-load.d exists | standalone 2025-10-03 10:27:00.600605 | fa163ebf-0e86-c0b9-b49b-00000000059f | TIMING | tripleo_kernel : Ensure /etc/modules-load.d exists | standalone | 0:00:43.414453 | 0.04s 2025-10-03 10:27:00.627048 | fa163ebf-0e86-c0b9-b49b-0000000005a0 | TASK | Load modules 2025-10-03 10:27:00.673106 | fa163ebf-0e86-c0b9-b49b-0000000005a0 | SKIPPED | Load modules | standalone | item=vfio_iommu_type1 2025-10-03 10:27:00.679523 | fa163ebf-0e86-c0b9-b49b-0000000005a0 | TIMING | tripleo_kernel : Load modules | standalone | 0:00:43.493365 | 0.05s 2025-10-03 10:27:00.705854 | fa163ebf-0e86-c0b9-b49b-0000000005a2 | TASK | Persist modules via modules-load.d 2025-10-03 10:27:00.751865 | fa163ebf-0e86-c0b9-b49b-0000000005a2 | SKIPPED | Persist modules via modules-load.d | standalone | item=vfio_iommu_type1 2025-10-03 10:27:00.758806 | fa163ebf-0e86-c0b9-b49b-0000000005a2 | TIMING | tripleo_kernel : Persist modules via modules-load.d | standalone | 0:00:43.572652 | 0.05s 2025-10-03 10:27:00.786686 | fa163ebf-0e86-c0b9-b49b-0000000005a4 | TASK | Drop module persistence 2025-10-03 10:27:00.833056 | fa163ebf-0e86-c0b9-b49b-0000000005a4 | SKIPPED | Drop module persistence | standalone | item=vfio_iommu_type1 2025-10-03 10:27:00.839452 | fa163ebf-0e86-c0b9-b49b-0000000005a4 | TIMING | tripleo_kernel : Drop module persistence | standalone | 0:00:43.653262 | 0.05s 2025-10-03 10:27:00.867248 | fa163ebf-0e86-c0b9-b49b-0000000005a6 | TASK | Set modules persistence via /etc/modules 2025-10-03 10:27:00.915794 | fa163ebf-0e86-c0b9-b49b-0000000005a6 | SKIPPED | Set modules persistence via /etc/modules | standalone | item=vfio_iommu_type1 2025-10-03 10:27:00.922086 | fa163ebf-0e86-c0b9-b49b-0000000005a6 | TIMING | tripleo_kernel : Set modules persistence via /etc/modules | standalone | 0:00:43.735923 | 0.05s 2025-10-03 10:27:00.948935 | fa163ebf-0e86-c0b9-b49b-0000000005a8 | TASK | Modules reload 2025-10-03 10:27:00.989196 | fa163ebf-0e86-c0b9-b49b-0000000005a8 | SKIPPED | Modules reload | standalone 2025-10-03 10:27:00.990702 | fa163ebf-0e86-c0b9-b49b-0000000005a8 | TIMING | tripleo_kernel : Modules reload | standalone | 0:00:43.804546 | 0.04s 2025-10-03 10:27:01.017495 | fa163ebf-0e86-c0b9-b49b-0000000005aa | TASK | Reboot tasks 2025-10-03 10:27:01.068041 | fa163ebf-0e86-c0b9-b49b-0000000005aa | SKIPPED | Reboot tasks | standalone 2025-10-03 10:27:01.069708 | fa163ebf-0e86-c0b9-b49b-0000000005aa | TIMING | tripleo_kernel : Reboot tasks | standalone | 0:00:43.883548 | 0.05s 2025-10-03 10:27:01.097607 | fa163ebf-0e86-c0b9-b49b-0000000005ab | TASK | Skipping reboot for deployed node 2025-10-03 10:27:01.149332 | fa163ebf-0e86-c0b9-b49b-0000000005ab | SKIPPED | Skipping reboot for deployed node | standalone 2025-10-03 10:27:01.150504 | fa163ebf-0e86-c0b9-b49b-0000000005ab | TIMING | tripleo_kernel : Skipping reboot for deployed node | standalone | 0:00:43.964349 | 0.05s PLAY [Server pre network steps] ************************************************ 2025-10-03 10:27:01.350822 | fa163ebf-0e86-c0b9-b49b-00000000003f | TASK | Server pre-network deployments 2025-10-03 10:27:01.376896 | fa163ebf-0e86-c0b9-b49b-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', 'fa163ebf-0e86-c0b9-b49b-00000000003f') missing from stats 2025-10-03 10:27:01.397294 | fa163ebf-0e86-c0b9-b49b-000000000043 | TASK | Hiera config 2025-10-03 10:27:01.423220 | fa163ebf-0e86-c0b9-b49b-000000000043 | TIMING | Hiera config | standalone | 0:00:44.237069 | 0.03s 2025-10-03 10:27:01.464509 | fa163ebf-0e86-c0b9-b49b-000000000721 | TASK | Create /etc/puppet/hieradata 2025-10-03 10:27:01.709520 | fa163ebf-0e86-c0b9-b49b-000000000721 | CHANGED | Create /etc/puppet/hieradata | standalone 2025-10-03 10:27:01.710971 | fa163ebf-0e86-c0b9-b49b-000000000721 | TIMING | tripleo_hieradata : Create /etc/puppet/hieradata | standalone | 0:00:44.524817 | 0.25s 2025-10-03 10:27:01.737894 | fa163ebf-0e86-c0b9-b49b-000000000722 | TASK | Write hiera config 2025-10-03 10:27:02.276875 | fa163ebf-0e86-c0b9-b49b-000000000722 | CHANGED | Write hiera config | standalone 2025-10-03 10:27:02.278246 | fa163ebf-0e86-c0b9-b49b-000000000722 | TIMING | tripleo_hieradata : Write hiera config | standalone | 0:00:45.092093 | 0.54s 2025-10-03 10:27:02.326692 | fa163ebf-0e86-c0b9-b49b-000000000044 | TASK | Hiera symlink 2025-10-03 10:27:02.537125 | fa163ebf-0e86-c0b9-b49b-000000000044 | CHANGED | Hiera symlink | standalone 2025-10-03 10:27:02.538752 | fa163ebf-0e86-c0b9-b49b-000000000044 | TIMING | Hiera symlink | standalone | 0:00:45.352597 | 0.21s 2025-10-03 10:27:02.564480 | fa163ebf-0e86-c0b9-b49b-000000000045 | TASK | Hieradata from vars 2025-10-03 10:27:02.592197 | fa163ebf-0e86-c0b9-b49b-000000000045 | TIMING | Hieradata from vars | standalone | 0:00:45.406043 | 0.03s 2025-10-03 10:27:02.629312 | fa163ebf-0e86-c0b9-b49b-00000000077c | TASK | Copy overcloud.json to all_nodes.json 2025-10-03 10:27:03.114840 | fa163ebf-0e86-c0b9-b49b-00000000077c | CHANGED | Copy overcloud.json to all_nodes.json | standalone 2025-10-03 10:27:03.115963 | fa163ebf-0e86-c0b9-b49b-00000000077c | TIMING | tripleo_hieradata : Copy overcloud.json to all_nodes.json | standalone | 0:00:45.929818 | 0.49s 2025-10-03 10:27:03.133848 | fa163ebf-0e86-c0b9-b49b-00000000077d | TASK | Render hieradata from template 2025-10-03 10:27:03.653990 | fa163ebf-0e86-c0b9-b49b-00000000077d | CHANGED | Render hieradata from template | standalone | item=bootstrap_node 2025-10-03 10:27:03.656252 | fa163ebf-0e86-c0b9-b49b-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:46.470087 | 0.52s 2025-10-03 10:27:04.233006 | fa163ebf-0e86-c0b9-b49b-00000000077d | CHANGED | Render hieradata from template | standalone | item=vip_data 2025-10-03 10:27:04.234084 | fa163ebf-0e86-c0b9-b49b-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:47.047933 | 1.10s 2025-10-03 10:27:04.855659 | fa163ebf-0e86-c0b9-b49b-00000000077d | CHANGED | Render hieradata from template | standalone | item=net_ip_map 2025-10-03 10:27:04.857770 | fa163ebf-0e86-c0b9-b49b-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:47.671619 | 1.72s 2025-10-03 10:27:05.333708 | fa163ebf-0e86-c0b9-b49b-00000000077d | CHANGED | Render hieradata from template | standalone | item=cloud_domain 2025-10-03 10:27:05.335739 | fa163ebf-0e86-c0b9-b49b-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:48.149588 | 2.20s 2025-10-03 10:27:05.848544 | fa163ebf-0e86-c0b9-b49b-00000000077d | CHANGED | Render hieradata from template | standalone | item=fqdn 2025-10-03 10:27:05.850575 | fa163ebf-0e86-c0b9-b49b-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:48.664423 | 2.72s 2025-10-03 10:27:06.353710 | fa163ebf-0e86-c0b9-b49b-00000000077d | CHANGED | Render hieradata from template | standalone | item=service_names 2025-10-03 10:27:06.354882 | fa163ebf-0e86-c0b9-b49b-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:49.168731 | 3.22s 2025-10-03 10:27:06.828034 | fa163ebf-0e86-c0b9-b49b-00000000077d | CHANGED | Render hieradata from template | standalone | item=service_configs 2025-10-03 10:27:06.829971 | fa163ebf-0e86-c0b9-b49b-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:49.643821 | 3.70s 2025-10-03 10:27:07.323630 | fa163ebf-0e86-c0b9-b49b-00000000077d | CHANGED | Render hieradata from template | standalone | item=extraconfig 2025-10-03 10:27:07.324738 | fa163ebf-0e86-c0b9-b49b-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:50.138586 | 4.19s 2025-10-03 10:27:07.808761 | fa163ebf-0e86-c0b9-b49b-00000000077d | CHANGED | Render hieradata from template | standalone | item=role_extraconfig 2025-10-03 10:27:07.809879 | fa163ebf-0e86-c0b9-b49b-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:50.623727 | 4.68s 2025-10-03 10:27:08.296874 | fa163ebf-0e86-c0b9-b49b-00000000077d | CHANGED | Render hieradata from template | standalone | item=ovn_chassis_mac_map 2025-10-03 10:27:08.298015 | fa163ebf-0e86-c0b9-b49b-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:51.111864 | 5.16s 2025-10-03 10:27:08.306836 | fa163ebf-0e86-c0b9-b49b-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:51.120679 | 5.17s 2025-10-03 10:27:08.356473 | fa163ebf-0e86-c0b9-b49b-000000000046 | TASK | Ensure ansible_managed hieradata file exists 2025-10-03 10:27:08.384618 | fa163ebf-0e86-c0b9-b49b-000000000046 | TIMING | Ensure ansible_managed hieradata file exists | standalone | 0:00:51.198461 | 0.03s 2025-10-03 10:27:08.452837 | fa163ebf-0e86-c0b9-b49b-000000000821 | TASK | Check for hieradata file 2025-10-03 10:27:08.671877 | fa163ebf-0e86-c0b9-b49b-000000000821 | OK | Check for hieradata file | standalone 2025-10-03 10:27:08.673094 | fa163ebf-0e86-c0b9-b49b-000000000821 | TIMING | tripleo_hieradata : Check for hieradata file | standalone | 0:00:51.486941 | 0.22s 2025-10-03 10:27:08.698619 | fa163ebf-0e86-c0b9-b49b-000000000823 | TASK | Get existing data 2025-10-03 10:27:08.748232 | fa163ebf-0e86-c0b9-b49b-000000000823 | SKIPPED | Get existing data | standalone 2025-10-03 10:27:08.749647 | fa163ebf-0e86-c0b9-b49b-000000000823 | TIMING | tripleo_hieradata : Get existing data | standalone | 0:00:51.563492 | 0.05s 2025-10-03 10:27:08.775391 | fa163ebf-0e86-c0b9-b49b-000000000824 | TASK | Set data fact 2025-10-03 10:27:08.827091 | fa163ebf-0e86-c0b9-b49b-000000000824 | SKIPPED | Set data fact | standalone 2025-10-03 10:27:08.828459 | fa163ebf-0e86-c0b9-b49b-000000000824 | TIMING | tripleo_hieradata : Set data fact | standalone | 0:00:51.642274 | 0.05s 2025-10-03 10:27:08.854097 | fa163ebf-0e86-c0b9-b49b-000000000826 | TASK | Write ansible hieradata file 2025-10-03 10:27:09.310335 | fa163ebf-0e86-c0b9-b49b-000000000826 | CHANGED | Write ansible hieradata file | standalone 2025-10-03 10:27:09.311839 | fa163ebf-0e86-c0b9-b49b-000000000826 | TIMING | tripleo_hieradata : Write ansible hieradata file | standalone | 0:00:52.125686 | 0.46s 2025-10-03 10:27:09.399774 | fa163ebf-0e86-c0b9-b49b-000000000047 | TIMING | include_tasks | standalone | 0:00:52.213615 | 0.04s PLAY [Server network deployments] ********************************************** 2025-10-03 10:27:09.561566 | fa163ebf-0e86-c0b9-b49b-00000000004b | TASK | Network Configuration 2025-10-03 10:27:09.587060 | fa163ebf-0e86-c0b9-b49b-00000000004b | OK | Network Configuration | standalone -> localhost | result={ "changed": false, "msg": "Use --start-at-task 'Network Configuration' to resume from this task" } [WARNING]: ('standalone -> localhost', 'fa163ebf-0e86-c0b9-b49b-00000000004b') missing from stats 2025-10-03 10:27:09.608927 | fa163ebf-0e86-c0b9-b49b-00000000004c | TASK | Check NetworkConfig script existence 2025-10-03 10:27:09.634377 | fa163ebf-0e86-c0b9-b49b-00000000004c | SKIPPED | Check NetworkConfig script existence | standalone 2025-10-03 10:27:09.635072 | fa163ebf-0e86-c0b9-b49b-00000000004c | TIMING | Check NetworkConfig script existence | standalone | 0:00:52.448927 | 0.03s 2025-10-03 10:27:09.654242 | fa163ebf-0e86-c0b9-b49b-000000000052 | TASK | Gather SELinux fact if needed 2025-10-03 10:27:09.701787 | fa163ebf-0e86-c0b9-b49b-000000000052 | SKIPPED | Gather SELinux fact if needed | standalone 2025-10-03 10:27:09.702830 | fa163ebf-0e86-c0b9-b49b-000000000052 | TIMING | tripleo_network_config : Gather SELinux fact if needed | standalone | 0:00:52.516678 | 0.05s 2025-10-03 10:27:09.726940 | fa163ebf-0e86-c0b9-b49b-000000000053 | TASK | Create fcontext entry for tripleoconfig 2025-10-03 10:27:10.387983 | fa163ebf-0e86-c0b9-b49b-000000000053 | OK | Create fcontext entry for tripleoconfig | standalone 2025-10-03 10:27:10.388744 | fa163ebf-0e86-c0b9-b49b-000000000053 | TIMING | tripleo_network_config : Create fcontext entry for tripleoconfig | standalone | 0:00:53.202600 | 0.66s 2025-10-03 10:27:10.405689 | fa163ebf-0e86-c0b9-b49b-000000000054 | TASK | Ensure requirements are satisfied 2025-10-03 10:27:10.430286 | fa163ebf-0e86-c0b9-b49b-000000000054 | TIMING | Ensure requirements are satisfied | standalone | 0:00:53.244137 | 0.02s 2025-10-03 10:27:10.473284 | fa163ebf-0e86-c0b9-b49b-0000000008bf | TASK | Gather facts if they don't exist 2025-10-03 10:27:10.521981 | fa163ebf-0e86-c0b9-b49b-0000000008bf | SKIPPED | Gather facts if they don't exist | standalone 2025-10-03 10:27:10.522881 | fa163ebf-0e86-c0b9-b49b-0000000008bf | TIMING | tripleo_bootstrap : Gather facts if they don't exist | standalone | 0:00:53.336735 | 0.05s 2025-10-03 10:27:10.542269 | fa163ebf-0e86-c0b9-b49b-0000000008c0 | TASK | Gather variables for each operating system 2025-10-03 10:27:10.666632 | fa163ebf-0e86-c0b9-b49b-0000000008c0 | SKIPPED | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2025-10-03 10:27:10.678635 | fa163ebf-0e86-c0b9-b49b-0000000008c0 | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:53.492483 | 0.14s 2025-10-03 10:27:10.703925 | fa163ebf-0e86-c0b9-b49b-0000000008c2 | TASK | Check required packages to bootstrap TripleO is installed 2025-10-03 10:27:10.982809 | fa163ebf-0e86-c0b9-b49b-0000000008c2 | CHANGED | Check required packages to bootstrap TripleO is installed | standalone 2025-10-03 10:27:10.983872 | fa163ebf-0e86-c0b9-b49b-0000000008c2 | TIMING | tripleo_bootstrap : Check required packages to bootstrap TripleO is installed | standalone | 0:00:53.797725 | 0.28s 2025-10-03 10:27:11.003977 | fa163ebf-0e86-c0b9-b49b-0000000008c3 | TASK | Deploy required packages to bootstrap TripleO 2025-10-03 10:27:11.041278 | fa163ebf-0e86-c0b9-b49b-0000000008c3 | SKIPPED | Deploy required packages to bootstrap TripleO | standalone 2025-10-03 10:27:11.042229 | fa163ebf-0e86-c0b9-b49b-0000000008c3 | TIMING | tripleo_bootstrap : Deploy required packages to bootstrap TripleO | standalone | 0:00:53.856082 | 0.04s 2025-10-03 10:27:11.062132 | fa163ebf-0e86-c0b9-b49b-0000000008c4 | TASK | Ensure packages are actually well installed 2025-10-03 10:27:12.060498 | fa163ebf-0e86-c0b9-b49b-0000000008c4 | CHANGED | Ensure packages are actually well installed | standalone 2025-10-03 10:27:12.061885 | fa163ebf-0e86-c0b9-b49b-0000000008c4 | TIMING | tripleo_bootstrap : Ensure packages are actually well installed | standalone | 0:00:54.875732 | 1.00s 2025-10-03 10:27:12.109800 | fa163ebf-0e86-c0b9-b49b-000000000056 | TASK | Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf 2025-10-03 10:27:12.329411 | fa163ebf-0e86-c0b9-b49b-000000000056 | CHANGED | Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf | standalone 2025-10-03 10:27:12.330787 | fa163ebf-0e86-c0b9-b49b-000000000056 | TIMING | tripleo_network_config : Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:00:55.144633 | 0.22s 2025-10-03 10:27:12.355331 | fa163ebf-0e86-c0b9-b49b-000000000057 | TASK | Reload NetworkManager 2025-10-03 10:27:12.749157 | fa163ebf-0e86-c0b9-b49b-000000000057 | CHANGED | Reload NetworkManager | standalone 2025-10-03 10:27:12.751763 | fa163ebf-0e86-c0b9-b49b-000000000057 | TIMING | tripleo_network_config : Reload NetworkManager | standalone | 0:00:55.565605 | 0.40s 2025-10-03 10:27:12.777262 | fa163ebf-0e86-c0b9-b49b-000000000059 | TASK | Ensure /var/lib/tripleo-config directory exists 2025-10-03 10:27:12.984601 | fa163ebf-0e86-c0b9-b49b-000000000059 | CHANGED | Ensure /var/lib/tripleo-config directory exists | standalone 2025-10-03 10:27:12.986130 | fa163ebf-0e86-c0b9-b49b-000000000059 | TIMING | tripleo_network_config : Ensure /var/lib/tripleo-config directory exists | standalone | 0:00:55.799975 | 0.21s 2025-10-03 10:27:13.014039 | fa163ebf-0e86-c0b9-b49b-00000000005a | TASK | Check for previous run of NetworkConfig 2025-10-03 10:27:13.234620 | fa163ebf-0e86-c0b9-b49b-00000000005a | OK | Check for previous run of NetworkConfig | standalone 2025-10-03 10:27:13.235897 | fa163ebf-0e86-c0b9-b49b-00000000005a | TIMING | tripleo_network_config : Check for previous run of NetworkConfig | standalone | 0:00:56.049744 | 0.22s 2025-10-03 10:27:13.254571 | fa163ebf-0e86-c0b9-b49b-00000000005b | TASK | Check result of previous run of NetworkConfig 2025-10-03 10:27:13.290224 | fa163ebf-0e86-c0b9-b49b-00000000005b | SKIPPED | Check result of previous run of NetworkConfig | standalone 2025-10-03 10:27:13.291311 | fa163ebf-0e86-c0b9-b49b-00000000005b | TIMING | tripleo_network_config : Check result of previous run of NetworkConfig | standalone | 0:00:56.105166 | 0.04s 2025-10-03 10:27:13.309035 | fa163ebf-0e86-c0b9-b49b-00000000005c | TASK | Ensure we get cloud-init 2025-10-03 10:27:13.556871 | fa163ebf-0e86-c0b9-b49b-00000000005c | OK | Ensure we get cloud-init | standalone 2025-10-03 10:27:13.558232 | fa163ebf-0e86-c0b9-b49b-00000000005c | TIMING | tripleo_network_config : Ensure we get cloud-init | standalone | 0:00:56.372078 | 0.25s 2025-10-03 10:27:13.583871 | fa163ebf-0e86-c0b9-b49b-00000000005e | TASK | Create /etc/os-net-config directory 2025-10-03 10:27:13.848553 | fa163ebf-0e86-c0b9-b49b-00000000005e | OK | Create /etc/os-net-config directory | standalone 2025-10-03 10:27:13.849948 | fa163ebf-0e86-c0b9-b49b-00000000005e | TIMING | tripleo_network_config : Create /etc/os-net-config directory | standalone | 0:00:56.663793 | 0.26s 2025-10-03 10:27:13.875228 | fa163ebf-0e86-c0b9-b49b-00000000005f | TASK | Create os-net-config mappings from lookup data 2025-10-03 10:27:14.265707 | fa163ebf-0e86-c0b9-b49b-00000000005f | OK | Create os-net-config mappings from lookup data | standalone 2025-10-03 10:27:14.267007 | fa163ebf-0e86-c0b9-b49b-00000000005f | TIMING | tripleo_network_config : Create os-net-config mappings from lookup data | standalone | 0:00:57.080853 | 0.39s 2025-10-03 10:27:14.292846 | fa163ebf-0e86-c0b9-b49b-000000000060 | TASK | Write os-net-config mappings file /etc/os-net-config/mapping.yaml 2025-10-03 10:27:14.364088 | fa163ebf-0e86-c0b9-b49b-000000000060 | SKIPPED | Write os-net-config mappings file /etc/os-net-config/mapping.yaml | standalone 2025-10-03 10:27:14.365247 | fa163ebf-0e86-c0b9-b49b-000000000060 | TIMING | tripleo_network_config : Write os-net-config mappings file /etc/os-net-config/mapping.yaml | standalone | 0:00:57.179093 | 0.07s 2025-10-03 10:27:14.390480 | fa163ebf-0e86-c0b9-b49b-000000000062 | TASK | Remove /var/lib/tripleo-config/scripts directory 2025-10-03 10:27:14.652931 | fa163ebf-0e86-c0b9-b49b-000000000062 | OK | Remove /var/lib/tripleo-config/scripts directory | standalone 2025-10-03 10:27:14.654189 | fa163ebf-0e86-c0b9-b49b-000000000062 | TIMING | tripleo_network_config : Remove /var/lib/tripleo-config/scripts directory | standalone | 0:00:57.468036 | 0.26s 2025-10-03 10:27:14.680148 | fa163ebf-0e86-c0b9-b49b-000000000063 | TASK | Run NetworkConfig with tripleo_os_net_config 2025-10-03 10:27:14.731220 | fa163ebf-0e86-c0b9-b49b-000000000063 | TIMING | tripleo_network_config : Run NetworkConfig with tripleo_os_net_config | standalone | 0:00:57.545063 | 0.05s 2025-10-03 10:27:14.757561 | b24f3314-347e-49aa-a0a2-f8ab8ad31430 | INCLUDED | /usr/share/ansible/roles/tripleo_network_config/tasks/os_net_config.yml | standalone 2025-10-03 10:27:14.790201 | fa163ebf-0e86-c0b9-b49b-000000000909 | TASK | Set nic_config_file fact 2025-10-03 10:27:14.874152 | fa163ebf-0e86-c0b9-b49b-000000000909 | OK | Set nic_config_file fact | standalone 2025-10-03 10:27:14.875848 | fa163ebf-0e86-c0b9-b49b-000000000909 | TIMING | tripleo_network_config : Set nic_config_file fact | standalone | 0:00:57.689686 | 0.08s 2025-10-03 10:27:14.904609 | fa163ebf-0e86-c0b9-b49b-00000000090a | TASK | Render overidden network config 2025-10-03 10:27:14.993575 | fa163ebf-0e86-c0b9-b49b-00000000090a | SKIPPED | Render overidden network config | standalone 2025-10-03 10:27:14.995318 | fa163ebf-0e86-c0b9-b49b-00000000090a | TIMING | tripleo_network_config : Render overidden network config | standalone | 0:00:57.809158 | 0.09s 2025-10-03 10:27:15.020931 | fa163ebf-0e86-c0b9-b49b-00000000090b | TASK | Render network_config 2025-10-03 10:27:15.061114 | fa163ebf-0e86-c0b9-b49b-00000000090b | SKIPPED | Render network_config | standalone 2025-10-03 10:27:15.062320 | fa163ebf-0e86-c0b9-b49b-00000000090b | TIMING | tripleo_network_config : Render network_config | standalone | 0:00:57.876168 | 0.04s 2025-10-03 10:27:15.084079 | fa163ebf-0e86-c0b9-b49b-00000000090c | TASK | Render network_config from template 2025-10-03 10:27:15.673309 | fa163ebf-0e86-c0b9-b49b-00000000090c | CHANGED | Render network_config from template | standalone 2025-10-03 10:27:15.674845 | fa163ebf-0e86-c0b9-b49b-00000000090c | TIMING | tripleo_network_config : Render network_config from template | standalone | 0:00:58.488689 | 0.59s 2025-10-03 10:27:15.700997 | fa163ebf-0e86-c0b9-b49b-00000000090d | TASK | Run tripleo_os_net_config_module with network_config ASYNC OK on standalone: jid=178672119391.45922 2025-10-03 10:27:19.776110 | fa163ebf-0e86-c0b9-b49b-00000000090d | OK | Run tripleo_os_net_config_module with network_config | standalone 2025-10-03 10:27:19.778197 | fa163ebf-0e86-c0b9-b49b-00000000090d | TIMING | tripleo_network_config : Run tripleo_os_net_config_module with network_config | standalone | 0:01:02.592044 | 4.08s 2025-10-03 10:27:19.806624 | fa163ebf-0e86-c0b9-b49b-000000000064 | TASK | Write rc of NetworkConfig script 2025-10-03 10:27:20.293706 | fa163ebf-0e86-c0b9-b49b-000000000064 | CHANGED | Write rc of NetworkConfig script | standalone 2025-10-03 10:27:20.294484 | fa163ebf-0e86-c0b9-b49b-000000000064 | TIMING | tripleo_network_config : Write rc of NetworkConfig script | standalone | 0:01:03.108341 | 0.49s 2025-10-03 10:27:20.313906 | fa163ebf-0e86-c0b9-b49b-000000000065 | TASK | Disable cloud-init network config 2025-10-03 10:27:20.806672 | fa163ebf-0e86-c0b9-b49b-000000000065 | CHANGED | Disable cloud-init network config | standalone 2025-10-03 10:27:20.808066 | fa163ebf-0e86-c0b9-b49b-000000000065 | TIMING | tripleo_network_config : Disable cloud-init network config | standalone | 0:01:03.621913 | 0.49s 2025-10-03 10:27:20.833945 | fa163ebf-0e86-c0b9-b49b-000000000066 | TASK | Ensure network service is enabled 2025-10-03 10:27:22.282779 | fa163ebf-0e86-c0b9-b49b-000000000066 | OK | Ensure network service is enabled | standalone 2025-10-03 10:27:22.286233 | fa163ebf-0e86-c0b9-b49b-000000000066 | TIMING | tripleo_network_config : Ensure network service is enabled | standalone | 0:01:05.100070 | 1.45s PLAY [Server network validation] *********************************************** 2025-10-03 10:27:22.473099 | fa163ebf-0e86-c0b9-b49b-000000000096 | TASK | Basic Network Validation 2025-10-03 10:27:22.500909 | fa163ebf-0e86-c0b9-b49b-000000000096 | TIMING | Basic Network Validation | standalone | 0:01:05.314750 | 0.03s 2025-10-03 10:27:22.543092 | fa163ebf-0e86-c0b9-b49b-000000000945 | TASK | Collect default network fact 2025-10-03 10:27:23.104322 | fa163ebf-0e86-c0b9-b49b-000000000945 | OK | Collect default network fact | standalone 2025-10-03 10:27:23.106005 | fa163ebf-0e86-c0b9-b49b-000000000945 | TIMING | tripleo_nodes_validation : Collect default network fact | standalone | 0:01:05.919842 | 0.56s 2025-10-03 10:27:23.132023 | fa163ebf-0e86-c0b9-b49b-000000000946 | TASK | Check Default IPv4 Gateway availability 2025-10-03 10:27:23.164252 | fa163ebf-0e86-c0b9-b49b-000000000946 | SKIPPED | Check Default IPv4 Gateway availability | standalone 2025-10-03 10:27:23.165657 | fa163ebf-0e86-c0b9-b49b-000000000946 | TIMING | tripleo_nodes_validation : Check Default IPv4 Gateway availability | standalone | 0:01:05.979495 | 0.03s 2025-10-03 10:27:23.192752 | fa163ebf-0e86-c0b9-b49b-000000000947 | TASK | Check all networks Gateway availability 2025-10-03 10:27:23.224012 | fa163ebf-0e86-c0b9-b49b-000000000947 | TIMING | tripleo_nodes_validation : Check all networks Gateway availability | standalone | 0:01:06.037832 | 0.03s 2025-10-03 10:27:23.252165 | fa163ebf-0e86-c0b9-b49b-000000000949 | TASK | Check Controllers availability 2025-10-03 10:27:23.321089 | fa163ebf-0e86-c0b9-b49b-000000000949 | SKIPPED | Check Controllers availability | standalone | item=192.168.122.100 2025-10-03 10:27:23.327353 | fa163ebf-0e86-c0b9-b49b-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.18.0.100 2025-10-03 10:27:23.334549 | fa163ebf-0e86-c0b9-b49b-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.20.0.100 2025-10-03 10:27:23.341029 | fa163ebf-0e86-c0b9-b49b-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.17.0.100 2025-10-03 10:27:23.348407 | fa163ebf-0e86-c0b9-b49b-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.19.0.100 2025-10-03 10:27:23.353457 | fa163ebf-0e86-c0b9-b49b-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.21.0.100 2025-10-03 10:27:23.365483 | fa163ebf-0e86-c0b9-b49b-000000000949 | TIMING | tripleo_nodes_validation : Check Controllers availability | standalone | 0:01:06.179316 | 0.11s 2025-10-03 10:27:23.390460 | fa163ebf-0e86-c0b9-b49b-00000000094b | TASK | Verify the configured FQDN vs /etc/hosts 2025-10-03 10:27:23.423280 | fa163ebf-0e86-c0b9-b49b-00000000094b | SKIPPED | Verify the configured FQDN vs /etc/hosts | standalone 2025-10-03 10:27:23.425092 | fa163ebf-0e86-c0b9-b49b-00000000094b | TIMING | tripleo_nodes_validation : Verify the configured FQDN vs /etc/hosts | standalone | 0:01:06.238927 | 0.03s PLAY [Server pre deployment steps] ********************************************* 2025-10-03 10:27:23.597826 | fa163ebf-0e86-c0b9-b49b-00000000009a | TASK | Server pre deployments 2025-10-03 10:27:23.628053 | fa163ebf-0e86-c0b9-b49b-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', 'fa163ebf-0e86-c0b9-b49b-00000000009a') missing from stats 2025-10-03 10:27:23.649593 | fa163ebf-0e86-c0b9-b49b-00000000009e | TASK | Hiera config 2025-10-03 10:27:23.689135 | fa163ebf-0e86-c0b9-b49b-00000000009e | TIMING | Hiera config | standalone | 0:01:06.502979 | 0.04s 2025-10-03 10:27:23.727449 | fa163ebf-0e86-c0b9-b49b-00000000099e | TASK | Create /etc/puppet/hieradata 2025-10-03 10:27:23.966400 | fa163ebf-0e86-c0b9-b49b-00000000099e | OK | Create /etc/puppet/hieradata | standalone 2025-10-03 10:27:23.968358 | fa163ebf-0e86-c0b9-b49b-00000000099e | TIMING | tripleo_hieradata : Create /etc/puppet/hieradata | standalone | 0:01:06.782194 | 0.24s 2025-10-03 10:27:23.994609 | fa163ebf-0e86-c0b9-b49b-00000000099f | TASK | Write hiera config 2025-10-03 10:27:24.517044 | fa163ebf-0e86-c0b9-b49b-00000000099f | OK | Write hiera config | standalone 2025-10-03 10:27:24.518933 | fa163ebf-0e86-c0b9-b49b-00000000099f | TIMING | tripleo_hieradata : Write hiera config | standalone | 0:01:07.332774 | 0.52s 2025-10-03 10:27:24.572590 | fa163ebf-0e86-c0b9-b49b-00000000009f | TASK | Hiera symlink 2025-10-03 10:27:24.805185 | fa163ebf-0e86-c0b9-b49b-00000000009f | OK | Hiera symlink | standalone 2025-10-03 10:27:24.806668 | fa163ebf-0e86-c0b9-b49b-00000000009f | TIMING | Hiera symlink | standalone | 0:01:07.620513 | 0.23s 2025-10-03 10:27:24.831891 | fa163ebf-0e86-c0b9-b49b-0000000000a0 | TASK | Hieradata from vars 2025-10-03 10:27:24.860085 | fa163ebf-0e86-c0b9-b49b-0000000000a0 | TIMING | Hieradata from vars | standalone | 0:01:07.673926 | 0.03s 2025-10-03 10:27:24.918882 | fa163ebf-0e86-c0b9-b49b-0000000009f9 | TASK | Copy overcloud.json to all_nodes.json 2025-10-03 10:27:25.403621 | fa163ebf-0e86-c0b9-b49b-0000000009f9 | OK | Copy overcloud.json to all_nodes.json | standalone 2025-10-03 10:27:25.405075 | fa163ebf-0e86-c0b9-b49b-0000000009f9 | TIMING | tripleo_hieradata : Copy overcloud.json to all_nodes.json | standalone | 0:01:08.218920 | 0.49s 2025-10-03 10:27:25.430719 | fa163ebf-0e86-c0b9-b49b-0000000009fa | TASK | Render hieradata from template 2025-10-03 10:27:25.953098 | fa163ebf-0e86-c0b9-b49b-0000000009fa | OK | Render hieradata from template | standalone | item=bootstrap_node 2025-10-03 10:27:25.955881 | fa163ebf-0e86-c0b9-b49b-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:08.769723 | 0.52s 2025-10-03 10:27:26.458744 | fa163ebf-0e86-c0b9-b49b-0000000009fa | OK | Render hieradata from template | standalone | item=vip_data 2025-10-03 10:27:26.461202 | fa163ebf-0e86-c0b9-b49b-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:09.275048 | 1.03s 2025-10-03 10:27:27.036806 | fa163ebf-0e86-c0b9-b49b-0000000009fa | OK | Render hieradata from template | standalone | item=net_ip_map 2025-10-03 10:27:27.039854 | fa163ebf-0e86-c0b9-b49b-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:09.853690 | 1.61s 2025-10-03 10:27:27.482985 | fa163ebf-0e86-c0b9-b49b-0000000009fa | OK | Render hieradata from template | standalone | item=cloud_domain 2025-10-03 10:27:27.485989 | fa163ebf-0e86-c0b9-b49b-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:10.299832 | 2.05s 2025-10-03 10:27:28.000201 | fa163ebf-0e86-c0b9-b49b-0000000009fa | OK | Render hieradata from template | standalone | item=fqdn 2025-10-03 10:27:28.003111 | fa163ebf-0e86-c0b9-b49b-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:10.816954 | 2.57s 2025-10-03 10:27:28.493934 | fa163ebf-0e86-c0b9-b49b-0000000009fa | OK | Render hieradata from template | standalone | item=service_names 2025-10-03 10:27:28.495949 | fa163ebf-0e86-c0b9-b49b-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:11.309798 | 3.06s 2025-10-03 10:27:28.993168 | fa163ebf-0e86-c0b9-b49b-0000000009fa | OK | Render hieradata from template | standalone | item=service_configs 2025-10-03 10:27:28.995175 | fa163ebf-0e86-c0b9-b49b-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:11.809024 | 3.56s 2025-10-03 10:27:29.528006 | fa163ebf-0e86-c0b9-b49b-0000000009fa | OK | Render hieradata from template | standalone | item=extraconfig 2025-10-03 10:27:29.529340 | fa163ebf-0e86-c0b9-b49b-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:12.343186 | 4.10s 2025-10-03 10:27:29.983803 | fa163ebf-0e86-c0b9-b49b-0000000009fa | OK | Render hieradata from template | standalone | item=role_extraconfig 2025-10-03 10:27:29.985084 | fa163ebf-0e86-c0b9-b49b-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:12.798930 | 4.55s 2025-10-03 10:27:30.447796 | fa163ebf-0e86-c0b9-b49b-0000000009fa | OK | Render hieradata from template | standalone | item=ovn_chassis_mac_map 2025-10-03 10:27:30.449071 | fa163ebf-0e86-c0b9-b49b-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:13.262918 | 5.02s 2025-10-03 10:27:30.459276 | fa163ebf-0e86-c0b9-b49b-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:13.273123 | 5.03s 2025-10-03 10:27:30.512656 | fa163ebf-0e86-c0b9-b49b-0000000000a1 | TASK | Ensure ansible_managed hieradata file exists 2025-10-03 10:27:30.542820 | fa163ebf-0e86-c0b9-b49b-0000000000a1 | TIMING | Ensure ansible_managed hieradata file exists | standalone | 0:01:13.356657 | 0.03s 2025-10-03 10:27:30.612589 | fa163ebf-0e86-c0b9-b49b-000000000a9e | TASK | Check for hieradata file 2025-10-03 10:27:30.840763 | fa163ebf-0e86-c0b9-b49b-000000000a9e | OK | Check for hieradata file | standalone 2025-10-03 10:27:30.841500 | fa163ebf-0e86-c0b9-b49b-000000000a9e | TIMING | tripleo_hieradata : Check for hieradata file | standalone | 0:01:13.655356 | 0.23s 2025-10-03 10:27:30.863156 | fa163ebf-0e86-c0b9-b49b-000000000aa0 | TASK | Get existing data 2025-10-03 10:27:30.899110 | fa163ebf-0e86-c0b9-b49b-000000000aa0 | SKIPPED | Get existing data | standalone 2025-10-03 10:27:30.899768 | fa163ebf-0e86-c0b9-b49b-000000000aa0 | TIMING | tripleo_hieradata : Get existing data | standalone | 0:01:13.713626 | 0.04s 2025-10-03 10:27:30.916593 | fa163ebf-0e86-c0b9-b49b-000000000aa1 | TASK | Set data fact 2025-10-03 10:27:30.962361 | fa163ebf-0e86-c0b9-b49b-000000000aa1 | SKIPPED | Set data fact | standalone 2025-10-03 10:27:30.963632 | fa163ebf-0e86-c0b9-b49b-000000000aa1 | TIMING | tripleo_hieradata : Set data fact | standalone | 0:01:13.777478 | 0.05s 2025-10-03 10:27:30.989093 | fa163ebf-0e86-c0b9-b49b-000000000aa3 | TASK | Write ansible hieradata file 2025-10-03 10:27:31.478849 | fa163ebf-0e86-c0b9-b49b-000000000aa3 | OK | Write ansible hieradata file | standalone 2025-10-03 10:27:31.479673 | fa163ebf-0e86-c0b9-b49b-000000000aa3 | TIMING | tripleo_hieradata : Write ansible hieradata file | standalone | 0:01:14.293529 | 0.49s 2025-10-03 10:27:31.566847 | fa163ebf-0e86-c0b9-b49b-0000000000a2 | TIMING | include_tasks | standalone | 0:01:14.380684 | 0.05s PLAY [Host prep steps] ********************************************************* 2025-10-03 10:27:31.721093 | fa163ebf-0e86-c0b9-b49b-0000000000a6 | TASK | Host prep steps 2025-10-03 10:27:31.746479 | fa163ebf-0e86-c0b9-b49b-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', 'fa163ebf-0e86-c0b9-b49b-0000000000a6') missing from stats 2025-10-03 10:27:31.817619 | fa163ebf-0e86-c0b9-b49b-0000000000a7 | TASK | Deploy Artifacts 2025-10-03 10:27:31.920129 | fa163ebf-0e86-c0b9-b49b-0000000000a7 | SKIPPED | Deploy Artifacts | standalone 2025-10-03 10:27:31.921523 | fa163ebf-0e86-c0b9-b49b-0000000000a7 | TIMING | Deploy Artifacts | standalone | 0:01:14.735357 | 0.10s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-10-03 10:27:32.074956 | fa163ebf-0e86-c0b9-b49b-0000000000a8 | TIMING | include_tasks | standalone | 0:01:14.888801 | 0.13s 2025-10-03 10:27:32.223150 | 8ab0c567-a45b-4da3-a58f-6a901119ce9f | INCLUDED | /root/standalone-ansible-cgj5i441/Standalone/host_prep_tasks.yaml | standalone 2025-10-03 10:27:32.275812 | fa163ebf-0e86-c0b9-b49b-000000000b1e | TASK | Run firewall role 2025-10-03 10:27:32.300186 | fa163ebf-0e86-c0b9-b49b-000000000b1e | TIMING | Run firewall role | standalone | 0:01:15.114037 | 0.02s 2025-10-03 10:27:32.353127 | fa163ebf-0e86-c0b9-b49b-000000000c1b | TASK | Gather variables for each operating system 2025-10-03 10:27:32.473561 | fa163ebf-0e86-c0b9-b49b-000000000c1b | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_firewall/vars/redhat.yml 2025-10-03 10:27:32.475359 | fa163ebf-0e86-c0b9-b49b-000000000c1b | TIMING | tripleo_firewall : Gather variables for each operating system | standalone | 0:01:15.289205 | 0.12s 2025-10-03 10:27:32.485567 | fa163ebf-0e86-c0b9-b49b-000000000c1b | TIMING | tripleo_firewall : Gather variables for each operating system | standalone | 0:01:15.299419 | 0.13s 2025-10-03 10:27:32.510682 | fa163ebf-0e86-c0b9-b49b-000000000c1c | TASK | Uninstall firewalld to prevent nftables conflicts 2025-10-03 10:27:35.295893 | fa163ebf-0e86-c0b9-b49b-000000000c1c | OK | Uninstall firewalld to prevent nftables conflicts | standalone 2025-10-03 10:27:35.296678 | fa163ebf-0e86-c0b9-b49b-000000000c1c | TIMING | tripleo_firewall : Uninstall firewalld to prevent nftables conflicts | standalone | 0:01:18.110534 | 2.78s 2025-10-03 10:27:35.313858 | fa163ebf-0e86-c0b9-b49b-000000000c20 | TASK | Create empty var for masquerade rules 2025-10-03 10:27:35.340766 | fa163ebf-0e86-c0b9-b49b-000000000c20 | OK | Create empty var for masquerade rules | standalone 2025-10-03 10:27:35.341623 | fa163ebf-0e86-c0b9-b49b-000000000c20 | TIMING | tripleo_firewall : Create empty var for masquerade rules | standalone | 0:01:18.155478 | 0.03s 2025-10-03 10:27:35.361089 | fa163ebf-0e86-c0b9-b49b-000000000c21 | TASK | Enable masquerade 2025-10-03 10:27:35.407198 | fa163ebf-0e86-c0b9-b49b-000000000c21 | SKIPPED | Enable masquerade | standalone 2025-10-03 10:27:35.408341 | fa163ebf-0e86-c0b9-b49b-000000000c21 | TIMING | tripleo_firewall : Enable masquerade | standalone | 0:01:18.222190 | 0.05s 2025-10-03 10:27:35.432836 | fa163ebf-0e86-c0b9-b49b-000000000c22 | TASK | Set the default frontend firewall rules 2025-10-03 10:27:35.465352 | fa163ebf-0e86-c0b9-b49b-000000000c22 | OK | Set the default frontend firewall rules | standalone 2025-10-03 10:27:35.466498 | fa163ebf-0e86-c0b9-b49b-000000000c22 | TIMING | tripleo_firewall : Set the default frontend firewall rules | standalone | 0:01:18.280344 | 0.03s 2025-10-03 10:27:35.490711 | fa163ebf-0e86-c0b9-b49b-000000000c25 | TASK | Set frontend rule fact (non-ssl rules) 2025-10-03 10:27:35.544223 | fa163ebf-0e86-c0b9-b49b-000000000c25 | OK | Set frontend rule fact (non-ssl rules) | standalone 2025-10-03 10:27:35.545789 | fa163ebf-0e86-c0b9-b49b-000000000c25 | TIMING | tripleo_firewall : Set frontend rule fact (non-ssl rules) | standalone | 0:01:18.359636 | 0.05s 2025-10-03 10:27:35.571388 | fa163ebf-0e86-c0b9-b49b-000000000c26 | TASK | Set frontend rule fact (ssl rules) 2025-10-03 10:27:35.625282 | fa163ebf-0e86-c0b9-b49b-000000000c26 | OK | Set frontend rule fact (ssl rules) | standalone 2025-10-03 10:27:35.627050 | fa163ebf-0e86-c0b9-b49b-000000000c26 | TIMING | tripleo_firewall : Set frontend rule fact (ssl rules) | standalone | 0:01:18.440895 | 0.05s 2025-10-03 10:27:35.653778 | fa163ebf-0e86-c0b9-b49b-000000000c28 | TASK | Set frontend rule fact (non-ssl rules) 2025-10-03 10:27:35.683455 | fa163ebf-0e86-c0b9-b49b-000000000c28 | SKIPPED | Set frontend rule fact (non-ssl rules) | standalone 2025-10-03 10:27:35.684505 | fa163ebf-0e86-c0b9-b49b-000000000c28 | TIMING | tripleo_firewall : Set frontend rule fact (non-ssl rules) | standalone | 0:01:18.498353 | 0.03s 2025-10-03 10:27:35.708851 | fa163ebf-0e86-c0b9-b49b-000000000c29 | TASK | Set frontend rule fact (ssl rules) 2025-10-03 10:27:35.738846 | fa163ebf-0e86-c0b9-b49b-000000000c29 | SKIPPED | Set frontend rule fact (ssl rules) | standalone 2025-10-03 10:27:35.739907 | fa163ebf-0e86-c0b9-b49b-000000000c29 | TIMING | tripleo_firewall : Set frontend rule fact (ssl rules) | standalone | 0:01:18.553756 | 0.03s 2025-10-03 10:27:35.764192 | fa163ebf-0e86-c0b9-b49b-000000000c2b | TASK | Enable LOG rules 2025-10-03 10:27:35.792524 | fa163ebf-0e86-c0b9-b49b-000000000c2b | SKIPPED | Enable LOG rules | standalone 2025-10-03 10:27:35.793565 | fa163ebf-0e86-c0b9-b49b-000000000c2b | TIMING | tripleo_firewall : Enable LOG rules | standalone | 0:01:18.607414 | 0.03s 2025-10-03 10:27:35.818586 | fa163ebf-0e86-c0b9-b49b-000000000c2c | TASK | Set rule fact 2025-10-03 10:27:35.912487 | fa163ebf-0e86-c0b9-b49b-000000000c2c | OK | Set rule fact | standalone 2025-10-03 10:27:35.915570 | fa163ebf-0e86-c0b9-b49b-000000000c2c | TIMING | tripleo_firewall : Set rule fact | standalone | 0:01:18.729417 | 0.10s 2025-10-03 10:27:35.944138 | fa163ebf-0e86-c0b9-b49b-000000000c2d | TASK | Manage rules via nftables 2025-10-03 10:27:35.972883 | fa163ebf-0e86-c0b9-b49b-000000000c2d | TIMING | Manage rules via nftables | standalone | 0:01:18.786727 | 0.03s 2025-10-03 10:27:36.061070 | fa163ebf-0e86-c0b9-b49b-000000000cc7 | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:18.874907 | 0.03s 2025-10-03 10:27:36.083583 | 162b61c9-3ca1-4135-98a1-700e1f229bb5 | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/service-bootstrap.yml | standalone 2025-10-03 10:27:36.108894 | fa163ebf-0e86-c0b9-b49b-000000000cf0 | TASK | Ensure legacy iptables services are off 2025-10-03 10:27:36.503320 | fa163ebf-0e86-c0b9-b49b-000000000cf0 | OK | Ensure legacy iptables services are off | standalone | item=iptables.service 2025-10-03 10:27:36.505954 | fa163ebf-0e86-c0b9-b49b-000000000cf0 | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:19.319792 | 0.40s 2025-10-03 10:27:36.847181 | fa163ebf-0e86-c0b9-b49b-000000000cf0 | OK | Ensure legacy iptables services are off | standalone | item=ip6tables.service 2025-10-03 10:27:36.848760 | fa163ebf-0e86-c0b9-b49b-000000000cf0 | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:19.662608 | 0.74s 2025-10-03 10:27:36.863186 | fa163ebf-0e86-c0b9-b49b-000000000cf0 | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:19.677028 | 0.75s 2025-10-03 10:27:36.892305 | fa163ebf-0e86-c0b9-b49b-000000000cf1 | TASK | Ensure nftables service is enabled and running 2025-10-03 10:27:37.587945 | fa163ebf-0e86-c0b9-b49b-000000000cf1 | CHANGED | Ensure nftables service is enabled and running | standalone 2025-10-03 10:27:37.589860 | fa163ebf-0e86-c0b9-b49b-000000000cf1 | TIMING | tripleo_nftables : Ensure nftables service is enabled and running | standalone | 0:01:20.403700 | 0.70s 2025-10-03 10:27:37.617979 | fa163ebf-0e86-c0b9-b49b-000000000cf2 | TASK | Empty nftables from anything that may lay around 2025-10-03 10:27:37.658472 | fa163ebf-0e86-c0b9-b49b-000000000cf2 | SKIPPED | Empty nftables from anything that may lay around | standalone 2025-10-03 10:27:37.659701 | fa163ebf-0e86-c0b9-b49b-000000000cf2 | TIMING | tripleo_nftables : Empty nftables from anything that may lay around | standalone | 0:01:20.473550 | 0.04s 2025-10-03 10:27:37.717036 | fa163ebf-0e86-c0b9-b49b-000000000cc8 | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:20.530864 | 0.03s 2025-10-03 10:27:37.755566 | 84626022-7005-48bc-b534-933559d22a2a | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/configure.yml | standalone 2025-10-03 10:27:37.792582 | fa163ebf-0e86-c0b9-b49b-000000000d21 | TASK | Push empty ruleset 2025-10-03 10:27:38.264224 | fa163ebf-0e86-c0b9-b49b-000000000d21 | CHANGED | Push empty ruleset | standalone 2025-10-03 10:27:38.265592 | fa163ebf-0e86-c0b9-b49b-000000000d21 | TIMING | tripleo_nftables : Push empty ruleset | standalone | 0:01:21.079438 | 0.47s 2025-10-03 10:27:38.294900 | fa163ebf-0e86-c0b9-b49b-000000000d22 | TASK | Load empty ruleset 2025-10-03 10:27:38.540861 | fa163ebf-0e86-c0b9-b49b-000000000d22 | CHANGED | Load empty ruleset | standalone 2025-10-03 10:27:38.541922 | fa163ebf-0e86-c0b9-b49b-000000000d22 | TIMING | tripleo_nftables : Load empty ruleset | standalone | 0:01:21.355774 | 0.25s 2025-10-03 10:27:38.562243 | fa163ebf-0e86-c0b9-b49b-000000000d24 | TASK | Use default rules 2025-10-03 10:27:38.657135 | fa163ebf-0e86-c0b9-b49b-000000000d24 | OK | Use default rules | standalone 2025-10-03 10:27:38.660587 | fa163ebf-0e86-c0b9-b49b-000000000d24 | TIMING | tripleo_nftables : Use default rules | standalone | 0:01:21.474432 | 0.10s 2025-10-03 10:27:38.691399 | fa163ebf-0e86-c0b9-b49b-000000000d25 | TASK | Enable LOG rules 2025-10-03 10:27:38.778351 | fa163ebf-0e86-c0b9-b49b-000000000d25 | OK | Enable LOG rules | standalone 2025-10-03 10:27:38.781627 | fa163ebf-0e86-c0b9-b49b-000000000d25 | TIMING | tripleo_nftables : Enable LOG rules | standalone | 0:01:21.595472 | 0.09s 2025-10-03 10:27:38.816006 | fa163ebf-0e86-c0b9-b49b-000000000d27 | TASK | Get current nftables content 2025-10-03 10:27:39.051822 | fa163ebf-0e86-c0b9-b49b-000000000d27 | CHANGED | Get current nftables content | standalone 2025-10-03 10:27:39.053285 | fa163ebf-0e86-c0b9-b49b-000000000d27 | TIMING | tripleo_nftables : Get current nftables content | standalone | 0:01:21.867131 | 0.24s 2025-10-03 10:27:39.082356 | fa163ebf-0e86-c0b9-b49b-000000000d29 | TASK | Generate chain jumps 2025-10-03 10:27:39.613126 | fa163ebf-0e86-c0b9-b49b-000000000d29 | CHANGED | Generate chain jumps | standalone 2025-10-03 10:27:39.614509 | fa163ebf-0e86-c0b9-b49b-000000000d29 | TIMING | tripleo_nftables : Generate chain jumps | standalone | 0:01:22.428356 | 0.53s 2025-10-03 10:27:39.639984 | fa163ebf-0e86-c0b9-b49b-000000000d2a | TASK | Generate chain jumps 2025-10-03 10:27:40.186217 | fa163ebf-0e86-c0b9-b49b-000000000d2a | CHANGED | Generate chain jumps | standalone 2025-10-03 10:27:40.187679 | fa163ebf-0e86-c0b9-b49b-000000000d2a | TIMING | tripleo_nftables : Generate chain jumps | standalone | 0:01:23.001525 | 0.55s 2025-10-03 10:27:40.213636 | fa163ebf-0e86-c0b9-b49b-000000000d2b | TASK | Generate nft flushes 2025-10-03 10:27:40.722476 | fa163ebf-0e86-c0b9-b49b-000000000d2b | CHANGED | Generate nft flushes | standalone 2025-10-03 10:27:40.723894 | fa163ebf-0e86-c0b9-b49b-000000000d2b | TIMING | tripleo_nftables : Generate nft flushes | standalone | 0:01:23.537740 | 0.51s 2025-10-03 10:27:40.751269 | fa163ebf-0e86-c0b9-b49b-000000000d2c | TASK | Generate nft tripleo chains 2025-10-03 10:27:41.284557 | fa163ebf-0e86-c0b9-b49b-000000000d2c | CHANGED | Generate nft tripleo chains | standalone 2025-10-03 10:27:41.285890 | fa163ebf-0e86-c0b9-b49b-000000000d2c | TIMING | tripleo_nftables : Generate nft tripleo chains | standalone | 0:01:24.099737 | 0.53s 2025-10-03 10:27:41.311668 | fa163ebf-0e86-c0b9-b49b-000000000d2d | TASK | Generate nft ruleset in static file 2025-10-03 10:27:42.994214 | fa163ebf-0e86-c0b9-b49b-000000000d2d | CHANGED | Generate nft ruleset in static file | standalone 2025-10-03 10:27:42.995595 | fa163ebf-0e86-c0b9-b49b-000000000d2d | TIMING | tripleo_nftables : Generate nft ruleset in static file | standalone | 0:01:25.809441 | 1.68s 2025-10-03 10:27:43.021186 | fa163ebf-0e86-c0b9-b49b-000000000d2f | TASK | Validate all of the generated content before loading 2025-10-03 10:27:43.531452 | fa163ebf-0e86-c0b9-b49b-000000000d2f | CHANGED | Validate all of the generated content before loading | standalone 2025-10-03 10:27:43.532921 | fa163ebf-0e86-c0b9-b49b-000000000d2f | TIMING | tripleo_nftables : Validate all of the generated content before loading | standalone | 0:01:26.346767 | 0.51s 2025-10-03 10:27:43.560162 | fa163ebf-0e86-c0b9-b49b-000000000d30 | TASK | Ensure we load our different nft rulesets on boot 2025-10-03 10:27:43.866843 | fa163ebf-0e86-c0b9-b49b-000000000d30 | CHANGED | Ensure we load our different nft rulesets on boot | standalone 2025-10-03 10:27:43.868384 | fa163ebf-0e86-c0b9-b49b-000000000d30 | TIMING | tripleo_nftables : Ensure we load our different nft rulesets on boot | standalone | 0:01:26.682228 | 0.31s 2025-10-03 10:27:43.916344 | fa163ebf-0e86-c0b9-b49b-000000000cc9 | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:26.730186 | 0.02s 2025-10-03 10:27:43.935917 | 4babf6e4-ab7f-4616-b198-39a9de3b4173 | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/run.yml | standalone 2025-10-03 10:27:43.988119 | fa163ebf-0e86-c0b9-b49b-000000000d98 | TASK | Inject our custom chains in nftables 2025-10-03 10:27:44.211337 | fa163ebf-0e86-c0b9-b49b-000000000d98 | CHANGED | Inject our custom chains in nftables | standalone 2025-10-03 10:27:44.212932 | fa163ebf-0e86-c0b9-b49b-000000000d98 | TIMING | tripleo_nftables : Inject our custom chains in nftables | standalone | 0:01:27.026775 | 0.22s 2025-10-03 10:27:44.240651 | fa163ebf-0e86-c0b9-b49b-000000000d99 | TASK | Reload custom nftables ruleset files 2025-10-03 10:27:44.535211 | fa163ebf-0e86-c0b9-b49b-000000000d99 | CHANGED | Reload custom nftables ruleset files | standalone 2025-10-03 10:27:44.536735 | fa163ebf-0e86-c0b9-b49b-000000000d99 | TIMING | tripleo_nftables : Reload custom nftables ruleset files | standalone | 0:01:27.350579 | 0.29s 2025-10-03 10:27:44.608308 | fa163ebf-0e86-c0b9-b49b-000000000b1f | TASK | create persistent logs directory 2025-10-03 10:27:44.866831 | fa163ebf-0e86-c0b9-b49b-000000000b1f | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/aodh', 'setype': 'container_file_t'} 2025-10-03 10:27:44.868500 | fa163ebf-0e86-c0b9-b49b-000000000b1f | TIMING | create persistent logs directory | standalone | 0:01:27.682338 | 0.26s 2025-10-03 10:27:45.067869 | fa163ebf-0e86-c0b9-b49b-000000000b1f | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/aodh-api', 'setype': 'container_file_t'} 2025-10-03 10:27:45.068930 | fa163ebf-0e86-c0b9-b49b-000000000b1f | TIMING | create persistent logs directory | standalone | 0:01:27.882779 | 0.46s 2025-10-03 10:27:45.076243 | fa163ebf-0e86-c0b9-b49b-000000000b1f | TIMING | create persistent logs directory | standalone | 0:01:27.890082 | 0.47s 2025-10-03 10:27:45.102790 | fa163ebf-0e86-c0b9-b49b-000000000b20 | TASK | create persistent directories 2025-10-03 10:27:45.340358 | fa163ebf-0e86-c0b9-b49b-000000000b20 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/aodh', 'setype': 'container_file_t'} 2025-10-03 10:27:45.341768 | fa163ebf-0e86-c0b9-b49b-000000000b20 | TIMING | create persistent directories | standalone | 0:01:28.155612 | 0.24s 2025-10-03 10:27:45.348147 | fa163ebf-0e86-c0b9-b49b-000000000b20 | TIMING | create persistent directories | standalone | 0:01:28.161988 | 0.24s 2025-10-03 10:27:45.374244 | fa163ebf-0e86-c0b9-b49b-000000000b21 | TASK | create persistent directories 2025-10-03 10:27:45.634842 | fa163ebf-0e86-c0b9-b49b-000000000b21 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/aodh', 'setype': 'container_file_t'} 2025-10-03 10:27:45.636388 | fa163ebf-0e86-c0b9-b49b-000000000b21 | TIMING | create persistent directories | standalone | 0:01:28.450232 | 0.26s 2025-10-03 10:27:45.823206 | fa163ebf-0e86-c0b9-b49b-000000000b21 | CHANGED | create persistent directories | standalone | item={'path': '/var/log/aodh', 'setype': 'container_file_t'} 2025-10-03 10:27:45.825094 | fa163ebf-0e86-c0b9-b49b-000000000b21 | TIMING | create persistent directories | standalone | 0:01:28.638942 | 0.45s 2025-10-03 10:27:45.835974 | fa163ebf-0e86-c0b9-b49b-000000000b21 | TIMING | create persistent directories | standalone | 0:01:28.649814 | 0.46s 2025-10-03 10:27:45.862387 | fa163ebf-0e86-c0b9-b49b-000000000b22 | TASK | create persistent directories 2025-10-03 10:27:46.098173 | fa163ebf-0e86-c0b9-b49b-000000000b22 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/ceilometer', 'setype': 'container_file_t'} 2025-10-03 10:27:46.101013 | fa163ebf-0e86-c0b9-b49b-000000000b22 | TIMING | create persistent directories | standalone | 0:01:28.914850 | 0.24s 2025-10-03 10:27:46.110744 | fa163ebf-0e86-c0b9-b49b-000000000b22 | TIMING | create persistent directories | standalone | 0:01:28.924577 | 0.25s 2025-10-03 10:27:46.136919 | fa163ebf-0e86-c0b9-b49b-000000000b23 | TASK | enable virt_sandbox_use_netlink for healthcheck 2025-10-03 10:27:47.333923 | fa163ebf-0e86-c0b9-b49b-000000000b23 | CHANGED | enable virt_sandbox_use_netlink for healthcheck | standalone 2025-10-03 10:27:47.335798 | fa163ebf-0e86-c0b9-b49b-000000000b23 | TIMING | enable virt_sandbox_use_netlink for healthcheck | standalone | 0:01:30.149644 | 1.20s 2025-10-03 10:27:47.361762 | fa163ebf-0e86-c0b9-b49b-000000000b24 | TASK | create persistent directories 2025-10-03 10:27:47.630758 | fa163ebf-0e86-c0b9-b49b-000000000b24 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2025-10-03 10:27:47.632846 | fa163ebf-0e86-c0b9-b49b-000000000b24 | TIMING | create persistent directories | standalone | 0:01:30.446678 | 0.27s 2025-10-03 10:27:47.847519 | fa163ebf-0e86-c0b9-b49b-000000000b24 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/cinder-api', 'setype': 'container_file_t'} 2025-10-03 10:27:47.849873 | fa163ebf-0e86-c0b9-b49b-000000000b24 | TIMING | create persistent directories | standalone | 0:01:30.663717 | 0.49s 2025-10-03 10:27:47.860095 | fa163ebf-0e86-c0b9-b49b-000000000b24 | TIMING | create persistent directories | standalone | 0:01:30.673935 | 0.50s 2025-10-03 10:27:47.885629 | fa163ebf-0e86-c0b9-b49b-000000000b25 | TASK | create fcontext entry for cinder data 2025-10-03 10:27:49.212806 | fa163ebf-0e86-c0b9-b49b-000000000b25 | CHANGED | create fcontext entry for cinder data | standalone 2025-10-03 10:27:49.214613 | fa163ebf-0e86-c0b9-b49b-000000000b25 | TIMING | create fcontext entry for cinder data | standalone | 0:01:32.028457 | 1.33s 2025-10-03 10:27:49.240359 | fa163ebf-0e86-c0b9-b49b-000000000b26 | TASK | create persistent directories 2025-10-03 10:27:49.549374 | fa163ebf-0e86-c0b9-b49b-000000000b26 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2025-10-03 10:27:49.550744 | fa163ebf-0e86-c0b9-b49b-000000000b26 | TIMING | create persistent directories | standalone | 0:01:32.364593 | 0.31s 2025-10-03 10:27:49.742169 | fa163ebf-0e86-c0b9-b49b-000000000b26 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/cinder', 'setype': 'container_file_t'} 2025-10-03 10:27:49.743362 | fa163ebf-0e86-c0b9-b49b-000000000b26 | TIMING | create persistent directories | standalone | 0:01:32.557211 | 0.50s 2025-10-03 10:27:49.749895 | fa163ebf-0e86-c0b9-b49b-000000000b26 | TIMING | create persistent directories | standalone | 0:01:32.563747 | 0.51s 2025-10-03 10:27:49.775646 | fa163ebf-0e86-c0b9-b49b-000000000b27 | TASK | ensure ceph configurations exist 2025-10-03 10:27:49.998016 | fa163ebf-0e86-c0b9-b49b-000000000b27 | CHANGED | ensure ceph configurations exist | standalone 2025-10-03 10:27:49.999404 | fa163ebf-0e86-c0b9-b49b-000000000b27 | TIMING | ensure ceph configurations exist | standalone | 0:01:32.813250 | 0.22s 2025-10-03 10:27:50.024113 | fa163ebf-0e86-c0b9-b49b-000000000b28 | TASK | create persistent directories 2025-10-03 10:27:50.271237 | fa163ebf-0e86-c0b9-b49b-000000000b28 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2025-10-03 10:27:50.272739 | fa163ebf-0e86-c0b9-b49b-000000000b28 | TIMING | create persistent directories | standalone | 0:01:33.086582 | 0.25s 2025-10-03 10:27:50.282135 | fa163ebf-0e86-c0b9-b49b-000000000b28 | TIMING | create persistent directories | standalone | 0:01:33.095986 | 0.26s 2025-10-03 10:27:50.308135 | fa163ebf-0e86-c0b9-b49b-000000000b2a | TASK | Create cinder image conversion directory 2025-10-03 10:27:50.328700 | fa163ebf-0e86-c0b9-b49b-000000000b2a | SKIPPED | Create cinder image conversion directory | standalone 2025-10-03 10:27:50.329806 | fa163ebf-0e86-c0b9-b49b-000000000b2a | TIMING | Create cinder image conversion directory | standalone | 0:01:33.143655 | 0.02s 2025-10-03 10:27:50.355148 | fa163ebf-0e86-c0b9-b49b-000000000b2b | TASK | Mount cinder's image conversion NFS share 2025-10-03 10:27:50.376221 | fa163ebf-0e86-c0b9-b49b-000000000b2b | SKIPPED | Mount cinder's image conversion NFS share | standalone 2025-10-03 10:27:50.377309 | fa163ebf-0e86-c0b9-b49b-000000000b2b | TIMING | Mount cinder's image conversion NFS share | standalone | 0:01:33.191157 | 0.02s 2025-10-03 10:27:50.402050 | fa163ebf-0e86-c0b9-b49b-000000000b2d | TASK | cinder_configure_lvm fact 2025-10-03 10:27:50.422945 | fa163ebf-0e86-c0b9-b49b-000000000b2d | OK | cinder_configure_lvm fact | standalone 2025-10-03 10:27:50.424008 | fa163ebf-0e86-c0b9-b49b-000000000b2d | TIMING | cinder_configure_lvm fact | standalone | 0:01:33.237858 | 0.02s 2025-10-03 10:27:50.447964 | fa163ebf-0e86-c0b9-b49b-000000000b2f | TASK | ensure LVM rpm dependencies are installed 2025-10-03 10:27:53.293257 | fa163ebf-0e86-c0b9-b49b-000000000b2f | OK | ensure LVM rpm dependencies are installed | standalone 2025-10-03 10:27:53.294703 | fa163ebf-0e86-c0b9-b49b-000000000b2f | TIMING | ensure LVM rpm dependencies are installed | standalone | 0:01:36.108540 | 2.85s 2025-10-03 10:27:53.318646 | fa163ebf-0e86-c0b9-b49b-000000000b30 | TASK | cinder create LVM volume group dd 2025-10-03 10:27:53.537138 | fa163ebf-0e86-c0b9-b49b-000000000b30 | CHANGED | cinder create LVM volume group dd | standalone 2025-10-03 10:27:53.538322 | fa163ebf-0e86-c0b9-b49b-000000000b30 | TIMING | cinder create LVM volume group dd | standalone | 0:01:36.352169 | 0.22s 2025-10-03 10:27:53.562523 | fa163ebf-0e86-c0b9-b49b-000000000b31 | TASK | Get or create LVM loopback device 2025-10-03 10:27:53.826069 | fa163ebf-0e86-c0b9-b49b-000000000b31 | CHANGED | Get or create LVM loopback device | standalone 2025-10-03 10:27:53.827486 | fa163ebf-0e86-c0b9-b49b-000000000b31 | TIMING | Get or create LVM loopback device | standalone | 0:01:36.641331 | 0.26s 2025-10-03 10:27:53.852045 | fa163ebf-0e86-c0b9-b49b-000000000b32 | TASK | Create LVM volume group 2025-10-03 10:27:54.425259 | fa163ebf-0e86-c0b9-b49b-000000000b32 | CHANGED | Create LVM volume group | standalone 2025-10-03 10:27:54.426605 | fa163ebf-0e86-c0b9-b49b-000000000b32 | TIMING | Create LVM volume group | standalone | 0:01:37.240450 | 0.57s 2025-10-03 10:27:54.451625 | fa163ebf-0e86-c0b9-b49b-000000000b33 | TASK | cinder create service to run losetup for LVM on startup 2025-10-03 10:27:54.896324 | fa163ebf-0e86-c0b9-b49b-000000000b33 | CHANGED | cinder create service to run losetup for LVM on startup | standalone 2025-10-03 10:27:54.897624 | fa163ebf-0e86-c0b9-b49b-000000000b33 | TIMING | cinder create service to run losetup for LVM on startup | standalone | 0:01:37.711469 | 0.44s 2025-10-03 10:27:54.922336 | fa163ebf-0e86-c0b9-b49b-000000000b34 | TASK | cinder enable the LVM losetup service 2025-10-03 10:27:55.730299 | fa163ebf-0e86-c0b9-b49b-000000000b34 | CHANGED | cinder enable the LVM losetup service | standalone 2025-10-03 10:27:55.732147 | fa163ebf-0e86-c0b9-b49b-000000000b34 | TIMING | cinder enable the LVM losetup service | standalone | 0:01:38.545993 | 0.81s 2025-10-03 10:27:55.758610 | fa163ebf-0e86-c0b9-b49b-000000000b36 | TASK | allow logrotate to read inside containers 2025-10-03 10:27:56.677796 | fa163ebf-0e86-c0b9-b49b-000000000b36 | CHANGED | allow logrotate to read inside containers | standalone 2025-10-03 10:27:56.679609 | fa163ebf-0e86-c0b9-b49b-000000000b36 | TIMING | allow logrotate to read inside containers | standalone | 0:01:39.493453 | 0.92s 2025-10-03 10:27:56.704353 | fa163ebf-0e86-c0b9-b49b-000000000b37 | TASK | authorize httpd to listen on registry ports 2025-10-03 10:27:58.877202 | fa163ebf-0e86-c0b9-b49b-000000000b37 | CHANGED | authorize httpd to listen on registry ports | standalone 2025-10-03 10:27:58.878815 | fa163ebf-0e86-c0b9-b49b-000000000b37 | TIMING | authorize httpd to listen on registry ports | standalone | 0:01:41.692660 | 2.17s 2025-10-03 10:27:58.934797 | fa163ebf-0e86-c0b9-b49b-000000000b39 | OK | set_fact | standalone 2025-10-03 10:27:58.935942 | fa163ebf-0e86-c0b9-b49b-000000000b39 | TIMING | set_fact | standalone | 0:01:41.749790 | 0.03s 2025-10-03 10:27:58.989085 | fa163ebf-0e86-c0b9-b49b-000000000b3a | TIMING | include_role : tripleo_image_serve | standalone | 0:01:41.802929 | 0.03s 2025-10-03 10:27:59.045130 | fa163ebf-0e86-c0b9-b49b-000000000edf | TASK | ensure apache is installed 2025-10-03 10:28:05.348911 | fa163ebf-0e86-c0b9-b49b-000000000edf | CHANGED | ensure apache is installed | standalone 2025-10-03 10:28:05.350034 | fa163ebf-0e86-c0b9-b49b-000000000edf | TIMING | tripleo_image_serve : ensure apache is installed | standalone | 0:01:48.163888 | 6.30s 2025-10-03 10:28:05.367415 | fa163ebf-0e86-c0b9-b49b-000000000ee0 | TASK | create image data directory 2025-10-03 10:28:05.645826 | fa163ebf-0e86-c0b9-b49b-000000000ee0 | CHANGED | create image data directory | standalone 2025-10-03 10:28:05.647307 | fa163ebf-0e86-c0b9-b49b-000000000ee0 | TIMING | tripleo_image_serve : create image data directory | standalone | 0:01:48.461153 | 0.28s 2025-10-03 10:28:05.672512 | fa163ebf-0e86-c0b9-b49b-000000000ee1 | TASK | create /v2/ response file 2025-10-03 10:28:06.153940 | fa163ebf-0e86-c0b9-b49b-000000000ee1 | CHANGED | create /v2/ response file | standalone 2025-10-03 10:28:06.155470 | fa163ebf-0e86-c0b9-b49b-000000000ee1 | TIMING | tripleo_image_serve : create /v2/ response file | standalone | 0:01:48.969275 | 0.48s 2025-10-03 10:28:06.180912 | fa163ebf-0e86-c0b9-b49b-000000000ee2 | TASK | Add listen line 2025-10-03 10:28:06.552317 | fa163ebf-0e86-c0b9-b49b-000000000ee2 | CHANGED | Add listen line | standalone 2025-10-03 10:28:06.553342 | fa163ebf-0e86-c0b9-b49b-000000000ee2 | TIMING | tripleo_image_serve : Add listen line | standalone | 0:01:49.367195 | 0.37s 2025-10-03 10:28:06.572924 | fa163ebf-0e86-c0b9-b49b-000000000ee3 | TASK | manage /etc/httpd/conf.d/image-serve.conf 2025-10-03 10:28:07.082321 | fa163ebf-0e86-c0b9-b49b-000000000ee3 | CHANGED | manage /etc/httpd/conf.d/image-serve.conf | standalone 2025-10-03 10:28:07.083782 | fa163ebf-0e86-c0b9-b49b-000000000ee3 | TIMING | tripleo_image_serve : manage /etc/httpd/conf.d/image-serve.conf | standalone | 0:01:49.897626 | 0.51s 2025-10-03 10:28:07.108967 | fa163ebf-0e86-c0b9-b49b-000000000ee4 | TASK | Image-Serve | restart httpd 2025-10-03 10:28:08.016017 | fa163ebf-0e86-c0b9-b49b-000000000ee4 | CHANGED | Image-Serve | restart httpd | standalone 2025-10-03 10:28:08.019146 | fa163ebf-0e86-c0b9-b49b-000000000ee4 | TIMING | tripleo_image_serve : Image-Serve | restart httpd | standalone | 0:01:50.832988 | 0.91s 2025-10-03 10:28:08.072177 | fa163ebf-0e86-c0b9-b49b-000000000b3c | TASK | create persistent logs directory 2025-10-03 10:28:08.320394 | fa163ebf-0e86-c0b9-b49b-000000000b3c | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/glance', 'setype': 'container_file_t'} 2025-10-03 10:28:08.322049 | fa163ebf-0e86-c0b9-b49b-000000000b3c | TIMING | create persistent logs directory | standalone | 0:01:51.135888 | 0.25s 2025-10-03 10:28:08.531586 | fa163ebf-0e86-c0b9-b49b-000000000b3c | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/glance', 'setype': 'container_file_t'} 2025-10-03 10:28:08.532768 | fa163ebf-0e86-c0b9-b49b-000000000b3c | TIMING | create persistent logs directory | standalone | 0:01:51.346617 | 0.46s 2025-10-03 10:28:08.539420 | fa163ebf-0e86-c0b9-b49b-000000000b3c | TIMING | create persistent logs directory | standalone | 0:01:51.353263 | 0.47s 2025-10-03 10:28:08.563995 | fa163ebf-0e86-c0b9-b49b-000000000b3d | TASK | Mount NFS on host 2025-10-03 10:28:08.590891 | fa163ebf-0e86-c0b9-b49b-000000000b3d | SKIPPED | Mount NFS on host | standalone 2025-10-03 10:28:08.592116 | fa163ebf-0e86-c0b9-b49b-000000000b3d | TIMING | Mount NFS on host | standalone | 0:01:51.405962 | 0.03s 2025-10-03 10:28:08.616293 | fa163ebf-0e86-c0b9-b49b-000000000b3e | TASK | Mount Node Staging Location 2025-10-03 10:28:08.642838 | fa163ebf-0e86-c0b9-b49b-000000000b3e | SKIPPED | Mount Node Staging Location | standalone 2025-10-03 10:28:08.644059 | fa163ebf-0e86-c0b9-b49b-000000000b3e | TIMING | Mount Node Staging Location | standalone | 0:01:51.457906 | 0.03s 2025-10-03 10:28:08.668288 | fa163ebf-0e86-c0b9-b49b-000000000b3f | TASK | ensure /var/lib/glance exists 2025-10-03 10:28:08.899993 | fa163ebf-0e86-c0b9-b49b-000000000b3f | CHANGED | ensure /var/lib/glance exists | standalone 2025-10-03 10:28:08.901589 | fa163ebf-0e86-c0b9-b49b-000000000b3f | TIMING | ensure /var/lib/glance exists | standalone | 0:01:51.715428 | 0.23s 2025-10-03 10:28:08.927637 | fa163ebf-0e86-c0b9-b49b-000000000b40 | TASK | create logs directory 2025-10-03 10:28:09.182382 | fa163ebf-0e86-c0b9-b49b-000000000b40 | CHANGED | create logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/gnocchi', 'setype': 'container_file_t'} 2025-10-03 10:28:09.184476 | fa163ebf-0e86-c0b9-b49b-000000000b40 | TIMING | create logs directory | standalone | 0:01:51.998285 | 0.26s 2025-10-03 10:28:09.375157 | fa163ebf-0e86-c0b9-b49b-000000000b40 | CHANGED | create logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/gnocchi-api', 'setype': 'container_file_t'} 2025-10-03 10:28:09.377120 | fa163ebf-0e86-c0b9-b49b-000000000b40 | TIMING | create logs directory | standalone | 0:01:52.190969 | 0.45s 2025-10-03 10:28:09.387657 | fa163ebf-0e86-c0b9-b49b-000000000b40 | TIMING | create logs directory | standalone | 0:01:52.201501 | 0.46s 2025-10-03 10:28:09.414088 | fa163ebf-0e86-c0b9-b49b-000000000b41 | TASK | Mount Gnocchi NFS on host 2025-10-03 10:28:09.444004 | fa163ebf-0e86-c0b9-b49b-000000000b41 | SKIPPED | Mount Gnocchi NFS on host | standalone 2025-10-03 10:28:09.445375 | fa163ebf-0e86-c0b9-b49b-000000000b41 | TIMING | Mount Gnocchi NFS on host | standalone | 0:01:52.259221 | 0.03s 2025-10-03 10:28:09.470847 | fa163ebf-0e86-c0b9-b49b-000000000b42 | TASK | ensure GnocchiFileBasePath exists 2025-10-03 10:28:09.703199 | fa163ebf-0e86-c0b9-b49b-000000000b42 | CHANGED | ensure GnocchiFileBasePath exists | standalone 2025-10-03 10:28:09.704591 | fa163ebf-0e86-c0b9-b49b-000000000b42 | TIMING | ensure GnocchiFileBasePath exists | standalone | 0:01:52.518438 | 0.23s 2025-10-03 10:28:09.730499 | fa163ebf-0e86-c0b9-b49b-000000000b43 | TASK | create persistent directories 2025-10-03 10:28:09.971006 | fa163ebf-0e86-c0b9-b49b-000000000b43 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/gnocchi', 'setype': 'container_file_t'} 2025-10-03 10:28:09.971830 | fa163ebf-0e86-c0b9-b49b-000000000b43 | TIMING | create persistent directories | standalone | 0:01:52.785687 | 0.24s 2025-10-03 10:28:09.978912 | fa163ebf-0e86-c0b9-b49b-000000000b43 | TIMING | create persistent directories | standalone | 0:01:52.792773 | 0.25s 2025-10-03 10:28:09.995877 | fa163ebf-0e86-c0b9-b49b-000000000b44 | TASK | create persistent data directory 2025-10-03 10:28:10.218510 | fa163ebf-0e86-c0b9-b49b-000000000b44 | OK | create persistent data directory | standalone 2025-10-03 10:28:10.220073 | fa163ebf-0e86-c0b9-b49b-000000000b44 | TIMING | create persistent data directory | standalone | 0:01:53.033918 | 0.22s 2025-10-03 10:28:10.246118 | fa163ebf-0e86-c0b9-b49b-000000000b45 | TASK | create persistent directories 2025-10-03 10:28:10.526157 | fa163ebf-0e86-c0b9-b49b-000000000b45 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/haproxy', 'setype': 'var_log_t'} 2025-10-03 10:28:10.527353 | fa163ebf-0e86-c0b9-b49b-000000000b45 | TIMING | create persistent directories | standalone | 0:01:53.341197 | 0.28s 2025-10-03 10:28:10.715847 | fa163ebf-0e86-c0b9-b49b-000000000b45 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/haproxy', 'setype': 'container_file_t'} 2025-10-03 10:28:10.716510 | fa163ebf-0e86-c0b9-b49b-000000000b45 | TIMING | create persistent directories | standalone | 0:01:53.530367 | 0.47s 2025-10-03 10:28:10.720362 | fa163ebf-0e86-c0b9-b49b-000000000b45 | TIMING | create persistent directories | standalone | 0:01:53.534222 | 0.47s 2025-10-03 10:28:10.737313 | fa163ebf-0e86-c0b9-b49b-000000000b46 | TASK | Run puppet on the host to apply IPtables rules 2025-10-03 10:28:17.894405 | fa163ebf-0e86-c0b9-b49b-000000000b46 | OK | Run puppet on the host to apply IPtables rules | standalone 2025-10-03 10:28:17.895948 | fa163ebf-0e86-c0b9-b49b-000000000b46 | TIMING | Run puppet on the host to apply IPtables rules | standalone | 0:02:00.709796 | 7.16s 2025-10-03 10:28:17.920653 | fa163ebf-0e86-c0b9-b49b-000000000b47 | TASK | Debug output for task: Run puppet on the host to apply IPtables rules 2025-10-03 10:28:18.002789 | fa163ebf-0e86-c0b9-b49b-000000000b47 | OK | Debug output for task: Run puppet on the host to apply IPtables rules | standalone | result={ "changed": false, "failed_when_result": false, "puppet_host_outputs.stdout_lines | default([]) | union(puppet_host_outputs.stderr_lines | default([]))": [ "Notice: Compiled catalog for standalone.ooo.test in environment production in 0.72 seconds", "Notice: Applied catalog in 0.25 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.25", " Config retrieval: 0.80", " Last run: 1759487297", " Total: 0.25", "Version:", " Config: 1759487296", " 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-03 10:28:18.004164 | fa163ebf-0e86-c0b9-b49b-000000000b47 | TIMING | Debug output for task: Run puppet on the host to apply IPtables rules | standalone | 0:02:00.818011 | 0.08s 2025-10-03 10:28:18.028279 | fa163ebf-0e86-c0b9-b49b-000000000b48 | TASK | create persistent directories 2025-10-03 10:28:18.272654 | fa163ebf-0e86-c0b9-b49b-000000000b48 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2025-10-03 10:28:18.273916 | fa163ebf-0e86-c0b9-b49b-000000000b48 | TIMING | create persistent directories | standalone | 0:02:01.087763 | 0.24s 2025-10-03 10:28:18.446667 | fa163ebf-0e86-c0b9-b49b-000000000b48 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/heat-api', 'setype': 'container_file_t'} 2025-10-03 10:28:18.447567 | fa163ebf-0e86-c0b9-b49b-000000000b48 | TIMING | create persistent directories | standalone | 0:02:01.261422 | 0.42s 2025-10-03 10:28:18.459703 | fa163ebf-0e86-c0b9-b49b-000000000b48 | TIMING | create persistent directories | standalone | 0:02:01.273547 | 0.43s 2025-10-03 10:28:18.484671 | fa163ebf-0e86-c0b9-b49b-000000000b49 | TASK | create persistent directories 2025-10-03 10:28:18.756281 | fa163ebf-0e86-c0b9-b49b-000000000b49 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2025-10-03 10:28:18.758095 | fa163ebf-0e86-c0b9-b49b-000000000b49 | TIMING | create persistent directories | standalone | 0:02:01.571944 | 0.27s 2025-10-03 10:28:18.931196 | fa163ebf-0e86-c0b9-b49b-000000000b49 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/heat-api-cfn', 'setype': 'container_file_t'} 2025-10-03 10:28:18.932898 | fa163ebf-0e86-c0b9-b49b-000000000b49 | TIMING | create persistent directories | standalone | 0:02:01.746746 | 0.45s 2025-10-03 10:28:18.943579 | fa163ebf-0e86-c0b9-b49b-000000000b49 | TIMING | create persistent directories | standalone | 0:02:01.757419 | 0.46s 2025-10-03 10:28:18.969115 | fa163ebf-0e86-c0b9-b49b-000000000b4a | TASK | create persistent directories 2025-10-03 10:28:19.210086 | fa163ebf-0e86-c0b9-b49b-000000000b4a | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2025-10-03 10:28:19.212198 | fa163ebf-0e86-c0b9-b49b-000000000b4a | TIMING | create persistent directories | standalone | 0:02:02.026042 | 0.24s 2025-10-03 10:28:19.222107 | fa163ebf-0e86-c0b9-b49b-000000000b4a | TIMING | create persistent directories | standalone | 0:02:02.035951 | 0.25s 2025-10-03 10:28:19.246962 | fa163ebf-0e86-c0b9-b49b-000000000b4b | TASK | create persistent directories 2025-10-03 10:28:19.519904 | fa163ebf-0e86-c0b9-b49b-000000000b4b | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/horizon', 'setype': 'container_file_t'} 2025-10-03 10:28:19.522249 | fa163ebf-0e86-c0b9-b49b-000000000b4b | TIMING | create persistent directories | standalone | 0:02:02.336087 | 0.27s 2025-10-03 10:28:19.751845 | fa163ebf-0e86-c0b9-b49b-000000000b4b | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/horizon', 'setype': 'container_file_t'} 2025-10-03 10:28:19.752856 | fa163ebf-0e86-c0b9-b49b-000000000b4b | TIMING | create persistent directories | standalone | 0:02:02.566706 | 0.50s 2025-10-03 10:28:19.981588 | fa163ebf-0e86-c0b9-b49b-000000000b4b | CHANGED | create persistent directories | standalone | item={'path': '/var/www', 'setype': 'container_file_t'} 2025-10-03 10:28:19.983557 | fa163ebf-0e86-c0b9-b49b-000000000b4b | TIMING | create persistent directories | standalone | 0:02:02.797403 | 0.73s 2025-10-03 10:28:20.176587 | fa163ebf-0e86-c0b9-b49b-000000000b4b | CHANGED | create persistent directories | standalone | item={'mode': '01777', 'path': '/var/tmp/horizon', 'setype': 'container_file_t'} 2025-10-03 10:28:20.178455 | fa163ebf-0e86-c0b9-b49b-000000000b4b | TIMING | create persistent directories | standalone | 0:02:02.992274 | 0.93s 2025-10-03 10:28:20.189853 | fa163ebf-0e86-c0b9-b49b-000000000b4b | TIMING | create persistent directories | standalone | 0:02:03.003694 | 0.94s 2025-10-03 10:28:20.215596 | fa163ebf-0e86-c0b9-b49b-000000000b4c | TASK | ensure /var/tmp/horizon exists on boot 2025-10-03 10:28:20.689564 | fa163ebf-0e86-c0b9-b49b-000000000b4c | CHANGED | ensure /var/tmp/horizon exists on boot | standalone 2025-10-03 10:28:20.690821 | fa163ebf-0e86-c0b9-b49b-000000000b4c | TIMING | ensure /var/tmp/horizon exists on boot | standalone | 0:02:03.504668 | 0.47s 2025-10-03 10:28:20.715043 | fa163ebf-0e86-c0b9-b49b-000000000b4d | TASK | create fcontext entry for iscsi 2025-10-03 10:28:22.059673 | fa163ebf-0e86-c0b9-b49b-000000000b4d | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/etc/iscsi', 'setype': 'container_file_t'} 2025-10-03 10:28:22.062302 | fa163ebf-0e86-c0b9-b49b-000000000b4d | TIMING | create fcontext entry for iscsi | standalone | 0:02:04.876143 | 1.35s 2025-10-03 10:28:23.258558 | fa163ebf-0e86-c0b9-b49b-000000000b4d | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/etc/target', 'setype': 'container_file_t'} 2025-10-03 10:28:23.261021 | fa163ebf-0e86-c0b9-b49b-000000000b4d | TIMING | create fcontext entry for iscsi | standalone | 0:02:06.074867 | 2.54s 2025-10-03 10:28:24.561665 | fa163ebf-0e86-c0b9-b49b-000000000b4d | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/var/lib/iscsi', 'setype': 'container_file_t'} 2025-10-03 10:28:24.564150 | fa163ebf-0e86-c0b9-b49b-000000000b4d | TIMING | create fcontext entry for iscsi | standalone | 0:02:07.377998 | 3.85s 2025-10-03 10:28:24.571381 | fa163ebf-0e86-c0b9-b49b-000000000b4d | TIMING | create fcontext entry for iscsi | standalone | 0:02:07.385232 | 3.86s 2025-10-03 10:28:24.594179 | fa163ebf-0e86-c0b9-b49b-000000000b4e | TASK | create persistent directories 2025-10-03 10:28:24.854179 | fa163ebf-0e86-c0b9-b49b-000000000b4e | CHANGED | create persistent directories | standalone | item={'path': '/etc/iscsi', 'setype': 'container_file_t'} 2025-10-03 10:28:24.856699 | fa163ebf-0e86-c0b9-b49b-000000000b4e | TIMING | create persistent directories | standalone | 0:02:07.670533 | 0.26s 2025-10-03 10:28:25.069034 | fa163ebf-0e86-c0b9-b49b-000000000b4e | CHANGED | create persistent directories | standalone | item={'path': '/etc/target', 'setype': 'container_file_t'} 2025-10-03 10:28:25.070675 | fa163ebf-0e86-c0b9-b49b-000000000b4e | TIMING | create persistent directories | standalone | 0:02:07.884525 | 0.48s 2025-10-03 10:28:25.247282 | fa163ebf-0e86-c0b9-b49b-000000000b4e | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/iscsi', 'setype': 'container_file_t'} 2025-10-03 10:28:25.248213 | fa163ebf-0e86-c0b9-b49b-000000000b4e | TIMING | create persistent directories | standalone | 0:02:08.062066 | 0.65s 2025-10-03 10:28:25.255255 | fa163ebf-0e86-c0b9-b49b-000000000b4e | TIMING | create persistent directories | standalone | 0:02:08.069097 | 0.66s 2025-10-03 10:28:25.281156 | fa163ebf-0e86-c0b9-b49b-000000000b4f | TASK | stat /lib/systemd/system/iscsid.socket 2025-10-03 10:28:25.512895 | fa163ebf-0e86-c0b9-b49b-000000000b4f | OK | stat /lib/systemd/system/iscsid.socket | standalone 2025-10-03 10:28:25.514344 | fa163ebf-0e86-c0b9-b49b-000000000b4f | TIMING | stat /lib/systemd/system/iscsid.socket | standalone | 0:02:08.328190 | 0.23s 2025-10-03 10:28:25.539383 | fa163ebf-0e86-c0b9-b49b-000000000b50 | TASK | Stop and disable iscsid.socket service 2025-10-03 10:28:25.567753 | fa163ebf-0e86-c0b9-b49b-000000000b50 | SKIPPED | Stop and disable iscsid.socket service | standalone 2025-10-03 10:28:25.569010 | fa163ebf-0e86-c0b9-b49b-000000000b50 | TIMING | Stop and disable iscsid.socket service | standalone | 0:02:08.382858 | 0.03s 2025-10-03 10:28:25.593163 | fa163ebf-0e86-c0b9-b49b-000000000b51 | TASK | Check if iscsi.service is enabled 2025-10-03 10:28:25.834154 | fa163ebf-0e86-c0b9-b49b-000000000b51 | CHANGED | Check if iscsi.service is enabled | standalone 2025-10-03 10:28:25.835559 | fa163ebf-0e86-c0b9-b49b-000000000b51 | TIMING | Check if iscsi.service is enabled | standalone | 0:02:08.649405 | 0.24s 2025-10-03 10:28:25.859759 | fa163ebf-0e86-c0b9-b49b-000000000b52 | TASK | Stop iscsi.service 2025-10-03 10:28:25.900085 | fa163ebf-0e86-c0b9-b49b-000000000b52 | SKIPPED | Stop iscsi.service | standalone 2025-10-03 10:28:25.901138 | fa163ebf-0e86-c0b9-b49b-000000000b52 | TIMING | Stop iscsi.service | standalone | 0:02:08.714986 | 0.04s 2025-10-03 10:28:25.953471 | fa163ebf-0e86-c0b9-b49b-000000000b53 | TIMING | include_role : tripleo_kernel | standalone | 0:02:08.767274 | 0.03s 2025-10-03 10:28:26.051754 | fa163ebf-0e86-c0b9-b49b-00000000104a | TASK | Install additional packages 2025-10-03 10:28:26.077470 | fa163ebf-0e86-c0b9-b49b-00000000104a | TIMING | tripleo_kernel : Install additional packages | standalone | 0:02:08.891323 | 0.02s 2025-10-03 10:28:26.094198 | fa163ebf-0e86-c0b9-b49b-00000000104b | TASK | Remove dracut-config-generic 2025-10-03 10:28:29.698638 | fa163ebf-0e86-c0b9-b49b-00000000104b | CHANGED | Remove dracut-config-generic | standalone 2025-10-03 10:28:29.699436 | fa163ebf-0e86-c0b9-b49b-00000000104b | TIMING | tripleo_kernel : Remove dracut-config-generic | standalone | 0:02:12.513279 | 3.60s 2025-10-03 10:28:29.716299 | fa163ebf-0e86-c0b9-b49b-00000000104c | TASK | Ensure the /etc/modules-load.d/ directory exists 2025-10-03 10:28:29.940789 | fa163ebf-0e86-c0b9-b49b-00000000104c | OK | Ensure the /etc/modules-load.d/ directory exists | standalone 2025-10-03 10:28:29.941669 | fa163ebf-0e86-c0b9-b49b-00000000104c | TIMING | tripleo_kernel : Ensure the /etc/modules-load.d/ directory exists | standalone | 0:02:12.755524 | 0.22s 2025-10-03 10:28:29.958737 | fa163ebf-0e86-c0b9-b49b-00000000104d | TASK | Write list of modules to load at boot 2025-10-03 10:28:30.388681 | fa163ebf-0e86-c0b9-b49b-00000000104d | CHANGED | Write list of modules to load at boot | standalone 2025-10-03 10:28:30.390042 | fa163ebf-0e86-c0b9-b49b-00000000104d | TIMING | tripleo_kernel : Write list of modules to load at boot | standalone | 0:02:13.203887 | 0.43s 2025-10-03 10:28:30.415573 | fa163ebf-0e86-c0b9-b49b-00000000104e | TASK | Modules reload 2025-10-03 10:28:30.827773 | fa163ebf-0e86-c0b9-b49b-00000000104e | CHANGED | Modules reload | standalone 2025-10-03 10:28:30.829788 | fa163ebf-0e86-c0b9-b49b-00000000104e | TIMING | tripleo_kernel : Modules reload | standalone | 0:02:13.643631 | 0.41s 2025-10-03 10:28:30.856864 | fa163ebf-0e86-c0b9-b49b-00000000104f | TASK | Set default sysctl options 2025-10-03 10:28:31.324875 | fa163ebf-0e86-c0b9-b49b-00000000104f | CHANGED | Set default sysctl options | standalone 2025-10-03 10:28:31.326302 | fa163ebf-0e86-c0b9-b49b-00000000104f | TIMING | tripleo_kernel : Set default sysctl options | standalone | 0:02:14.140148 | 0.47s 2025-10-03 10:28:31.351395 | fa163ebf-0e86-c0b9-b49b-000000001050 | TASK | Set extra sysctl options 2025-10-03 10:28:31.721913 | fa163ebf-0e86-c0b9-b49b-000000001050 | CHANGED | Set extra sysctl options | standalone | item=fs.inotify.max_user_instances 2025-10-03 10:28:31.724034 | fa163ebf-0e86-c0b9-b49b-000000001050 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:14.537878 | 0.37s 2025-10-03 10:28:32.982385 | fa163ebf-0e86-c0b9-b49b-000000001050 | CHANGED | Set extra sysctl options | standalone | item=kernel.pid_max 2025-10-03 10:28:32.984590 | fa163ebf-0e86-c0b9-b49b-000000001050 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:15.798276 | 1.63s 2025-10-03 10:28:34.249851 | fa163ebf-0e86-c0b9-b49b-000000001050 | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-arptables 2025-10-03 10:28:34.251548 | fa163ebf-0e86-c0b9-b49b-000000001050 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:17.065396 | 2.90s 2025-10-03 10:28:34.491189 | fa163ebf-0e86-c0b9-b49b-000000001050 | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-ip6tables 2025-10-03 10:28:34.492790 | fa163ebf-0e86-c0b9-b49b-000000001050 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:17.306640 | 3.14s 2025-10-03 10:28:34.752021 | fa163ebf-0e86-c0b9-b49b-000000001050 | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-iptables 2025-10-03 10:28:34.753740 | fa163ebf-0e86-c0b9-b49b-000000001050 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:17.567588 | 3.40s 2025-10-03 10:28:34.985406 | fa163ebf-0e86-c0b9-b49b-000000001050 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.conf.all.rp_filter 2025-10-03 10:28:34.986377 | fa163ebf-0e86-c0b9-b49b-000000001050 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:17.800227 | 3.63s 2025-10-03 10:28:35.208865 | fa163ebf-0e86-c0b9-b49b-000000001050 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_forward 2025-10-03 10:28:35.210028 | fa163ebf-0e86-c0b9-b49b-000000001050 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:18.023874 | 3.86s 2025-10-03 10:28:35.453167 | fa163ebf-0e86-c0b9-b49b-000000001050 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_local_reserved_ports 2025-10-03 10:28:35.454254 | fa163ebf-0e86-c0b9-b49b-000000001050 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:18.268104 | 4.10s 2025-10-03 10:28:35.718180 | fa163ebf-0e86-c0b9-b49b-000000001050 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_nonlocal_bind 2025-10-03 10:28:35.719654 | fa163ebf-0e86-c0b9-b49b-000000001050 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:18.533504 | 4.37s 2025-10-03 10:28:35.959121 | fa163ebf-0e86-c0b9-b49b-000000001050 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh1 2025-10-03 10:28:35.960187 | fa163ebf-0e86-c0b9-b49b-000000001050 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:18.774032 | 4.61s 2025-10-03 10:28:36.180753 | fa163ebf-0e86-c0b9-b49b-000000001050 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh2 2025-10-03 10:28:36.181840 | fa163ebf-0e86-c0b9-b49b-000000001050 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:18.995684 | 4.83s 2025-10-03 10:28:36.424351 | fa163ebf-0e86-c0b9-b49b-000000001050 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh3 2025-10-03 10:28:36.425332 | fa163ebf-0e86-c0b9-b49b-000000001050 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:19.239182 | 5.07s 2025-10-03 10:28:36.678173 | fa163ebf-0e86-c0b9-b49b-000000001050 | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.all.disable_ipv6 2025-10-03 10:28:36.679168 | fa163ebf-0e86-c0b9-b49b-000000001050 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:19.493018 | 5.33s 2025-10-03 10:28:37.632265 | fa163ebf-0e86-c0b9-b49b-000000001050 | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.all.forwarding 2025-10-03 10:28:37.634000 | fa163ebf-0e86-c0b9-b49b-000000001050 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:20.447845 | 6.28s 2025-10-03 10:28:37.905363 | fa163ebf-0e86-c0b9-b49b-000000001050 | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.default.disable_ipv6 2025-10-03 10:28:37.906347 | fa163ebf-0e86-c0b9-b49b-000000001050 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:20.720198 | 6.55s 2025-10-03 10:28:38.117521 | fa163ebf-0e86-c0b9-b49b-000000001050 | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.lo.disable_ipv6 2025-10-03 10:28:38.118822 | fa163ebf-0e86-c0b9-b49b-000000001050 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:20.932672 | 6.77s 2025-10-03 10:28:38.327058 | fa163ebf-0e86-c0b9-b49b-000000001050 | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.ip_nonlocal_bind 2025-10-03 10:28:38.328635 | fa163ebf-0e86-c0b9-b49b-000000001050 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:21.142485 | 6.98s 2025-10-03 10:28:38.341084 | fa163ebf-0e86-c0b9-b49b-000000001050 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:21.154926 | 6.99s 2025-10-03 10:28:38.369612 | fa163ebf-0e86-c0b9-b49b-000000001052 | TASK | Sysctl reload 2025-10-03 10:28:38.782849 | fa163ebf-0e86-c0b9-b49b-000000001052 | CHANGED | Sysctl reload | standalone 2025-10-03 10:28:38.784717 | fa163ebf-0e86-c0b9-b49b-000000001052 | TIMING | tripleo_kernel : Sysctl reload | standalone | 0:02:21.598562 | 0.41s 2025-10-03 10:28:38.833221 | fa163ebf-0e86-c0b9-b49b-000000000b54 | TASK | create persistent directories 2025-10-03 10:28:39.071563 | fa163ebf-0e86-c0b9-b49b-000000000b54 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/keystone', 'setype': 'container_file_t'} 2025-10-03 10:28:39.072623 | fa163ebf-0e86-c0b9-b49b-000000000b54 | TIMING | create persistent directories | standalone | 0:02:21.886475 | 0.24s 2025-10-03 10:28:39.269862 | fa163ebf-0e86-c0b9-b49b-000000000b54 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/keystone', 'setype': 'container_file_t'} 2025-10-03 10:28:39.270925 | fa163ebf-0e86-c0b9-b49b-000000000b54 | TIMING | create persistent directories | standalone | 0:02:22.084775 | 0.44s 2025-10-03 10:28:39.277209 | fa163ebf-0e86-c0b9-b49b-000000000b54 | TIMING | create persistent directories | standalone | 0:02:22.091069 | 0.44s 2025-10-03 10:28:39.294345 | fa163ebf-0e86-c0b9-b49b-000000000b55 | TASK | Check if file certs_valid exist 2025-10-03 10:28:39.509364 | fa163ebf-0e86-c0b9-b49b-000000000b55 | OK | Check if file certs_valid exist | standalone 2025-10-03 10:28:39.510697 | fa163ebf-0e86-c0b9-b49b-000000000b55 | TIMING | Check if file certs_valid exist | standalone | 0:02:22.324544 | 0.22s 2025-10-03 10:28:39.535318 | fa163ebf-0e86-c0b9-b49b-000000000b56 | TASK | Check if file cert9.db exist 2025-10-03 10:28:39.738213 | fa163ebf-0e86-c0b9-b49b-000000000b56 | OK | Check if file cert9.db exist | standalone 2025-10-03 10:28:39.739802 | fa163ebf-0e86-c0b9-b49b-000000000b56 | TIMING | Check if file cert9.db exist | standalone | 0:02:22.553647 | 0.20s 2025-10-03 10:28:39.764822 | fa163ebf-0e86-c0b9-b49b-000000000b57 | TASK | Check if file key4.db exist 2025-10-03 10:28:39.980455 | fa163ebf-0e86-c0b9-b49b-000000000b57 | OK | Check if file key4.db exist | standalone 2025-10-03 10:28:39.981425 | fa163ebf-0e86-c0b9-b49b-000000000b57 | TIMING | Check if file key4.db exist | standalone | 0:02:22.795273 | 0.22s 2025-10-03 10:28:40.026312 | fa163ebf-0e86-c0b9-b49b-000000000b58 | SKIPPED | fail | standalone 2025-10-03 10:28:40.027212 | fa163ebf-0e86-c0b9-b49b-000000000b58 | TIMING | fail | standalone | 0:02:22.841066 | 0.03s 2025-10-03 10:28:40.051680 | fa163ebf-0e86-c0b9-b49b-000000000b59 | TASK | Create persistent directories 2025-10-03 10:28:40.312723 | fa163ebf-0e86-c0b9-b49b-000000000b59 | CHANGED | Create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2025-10-03 10:28:40.315013 | fa163ebf-0e86-c0b9-b49b-000000000b59 | TIMING | Create persistent directories | standalone | 0:02:23.128851 | 0.26s 2025-10-03 10:28:40.511287 | fa163ebf-0e86-c0b9-b49b-000000000b59 | CHANGED | Create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/manila-api', 'setype': 'container_file_t'} 2025-10-03 10:28:40.512397 | fa163ebf-0e86-c0b9-b49b-000000000b59 | TIMING | Create persistent directories | standalone | 0:02:23.326247 | 0.46s 2025-10-03 10:28:40.524212 | fa163ebf-0e86-c0b9-b49b-000000000b59 | TIMING | Create persistent directories | standalone | 0:02:23.338067 | 0.47s 2025-10-03 10:28:40.544086 | fa163ebf-0e86-c0b9-b49b-000000000b5a | TASK | create persistent directories 2025-10-03 10:28:40.749700 | fa163ebf-0e86-c0b9-b49b-000000000b5a | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2025-10-03 10:28:40.751134 | fa163ebf-0e86-c0b9-b49b-000000000b5a | TIMING | create persistent directories | standalone | 0:02:23.564980 | 0.21s 2025-10-03 10:28:40.763089 | fa163ebf-0e86-c0b9-b49b-000000000b5a | TIMING | create persistent directories | standalone | 0:02:23.576942 | 0.22s 2025-10-03 10:28:40.789193 | fa163ebf-0e86-c0b9-b49b-000000000b5b | TASK | create persistent directories 2025-10-03 10:28:41.028506 | fa163ebf-0e86-c0b9-b49b-000000000b5b | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2025-10-03 10:28:41.030658 | fa163ebf-0e86-c0b9-b49b-000000000b5b | TIMING | create persistent directories | standalone | 0:02:23.844499 | 0.24s 2025-10-03 10:28:41.227966 | fa163ebf-0e86-c0b9-b49b-000000000b5b | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/manila', 'setype': 'container_file_t'} 2025-10-03 10:28:41.229170 | fa163ebf-0e86-c0b9-b49b-000000000b5b | TIMING | create persistent directories | standalone | 0:02:24.043018 | 0.44s 2025-10-03 10:28:41.235737 | fa163ebf-0e86-c0b9-b49b-000000000b5b | TIMING | create persistent directories | standalone | 0:02:24.049592 | 0.45s 2025-10-03 10:28:41.257399 | fa163ebf-0e86-c0b9-b49b-000000000b5c | TASK | create persistent directories 2025-10-03 10:28:41.508565 | fa163ebf-0e86-c0b9-b49b-000000000b5c | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/memcached', 'setype': 'container_file_t'} 2025-10-03 10:28:41.510915 | fa163ebf-0e86-c0b9-b49b-000000000b5c | TIMING | create persistent directories | standalone | 0:02:24.324759 | 0.25s 2025-10-03 10:28:41.520667 | fa163ebf-0e86-c0b9-b49b-000000000b5c | TIMING | create persistent directories | standalone | 0:02:24.334518 | 0.26s 2025-10-03 10:28:41.548979 | fa163ebf-0e86-c0b9-b49b-000000000b5d | TASK | create persistent directories 2025-10-03 10:28:41.812738 | fa163ebf-0e86-c0b9-b49b-000000000b5d | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/mysql', 'setype': 'container_file_t'} 2025-10-03 10:28:41.814197 | fa163ebf-0e86-c0b9-b49b-000000000b5d | TIMING | create persistent directories | standalone | 0:02:24.628039 | 0.26s 2025-10-03 10:28:42.063955 | fa163ebf-0e86-c0b9-b49b-000000000b5d | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/mysql', 'setype': 'container_file_t'} 2025-10-03 10:28:42.065143 | fa163ebf-0e86-c0b9-b49b-000000000b5d | TIMING | create persistent directories | standalone | 0:02:24.878992 | 0.51s 2025-10-03 10:28:42.298342 | fa163ebf-0e86-c0b9-b49b-000000000b5d | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/mariadb', 'setype': 'container_file_t'} 2025-10-03 10:28:42.299631 | fa163ebf-0e86-c0b9-b49b-000000000b5d | TIMING | create persistent directories | standalone | 0:02:25.113476 | 0.75s 2025-10-03 10:28:42.307315 | fa163ebf-0e86-c0b9-b49b-000000000b5d | TIMING | create persistent directories | standalone | 0:02:25.121167 | 0.76s 2025-10-03 10:28:42.332912 | fa163ebf-0e86-c0b9-b49b-000000000b5e | TASK | create persistent directories 2025-10-03 10:28:42.561833 | fa163ebf-0e86-c0b9-b49b-000000000b5e | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/neutron', 'setype': 'container_file_t'} 2025-10-03 10:28:42.564195 | fa163ebf-0e86-c0b9-b49b-000000000b5e | TIMING | create persistent directories | standalone | 0:02:25.378034 | 0.23s 2025-10-03 10:28:42.733187 | fa163ebf-0e86-c0b9-b49b-000000000b5e | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/neutron-api', 'setype': 'container_file_t'} 2025-10-03 10:28:42.734404 | fa163ebf-0e86-c0b9-b49b-000000000b5e | TIMING | create persistent directories | standalone | 0:02:25.548260 | 0.40s 2025-10-03 10:28:42.744738 | fa163ebf-0e86-c0b9-b49b-000000000b5e | TIMING | create persistent directories | standalone | 0:02:25.558596 | 0.41s 2025-10-03 10:28:42.764640 | fa163ebf-0e86-c0b9-b49b-000000000b5f | TASK | create persistent directories 2025-10-03 10:28:42.993125 | fa163ebf-0e86-c0b9-b49b-000000000b5f | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/neutron', 'setype': 'container_file_t'} 2025-10-03 10:28:42.995058 | fa163ebf-0e86-c0b9-b49b-000000000b5f | TIMING | create persistent directories | standalone | 0:02:25.808902 | 0.23s 2025-10-03 10:28:43.004554 | fa163ebf-0e86-c0b9-b49b-000000000b5f | TIMING | create persistent directories | standalone | 0:02:25.818412 | 0.24s 2025-10-03 10:28:43.024246 | fa163ebf-0e86-c0b9-b49b-000000000b60 | TASK | creating directory 2025-10-03 10:28:43.232120 | fa163ebf-0e86-c0b9-b49b-000000000b60 | CHANGED | creating directory | standalone 2025-10-03 10:28:43.233491 | fa163ebf-0e86-c0b9-b49b-000000000b60 | TIMING | creating directory | standalone | 0:02:26.047338 | 0.21s 2025-10-03 10:28:43.258177 | fa163ebf-0e86-c0b9-b49b-000000000b61 | TASK | derive pci passthrough whitelist 2025-10-03 10:28:43.723512 | fa163ebf-0e86-c0b9-b49b-000000000b61 | CHANGED | derive pci passthrough whitelist | standalone 2025-10-03 10:28:43.724456 | fa163ebf-0e86-c0b9-b49b-000000000b61 | TIMING | derive pci passthrough whitelist | standalone | 0:02:26.538295 | 0.47s 2025-10-03 10:28:43.743485 | fa163ebf-0e86-c0b9-b49b-000000000b62 | TASK | run derive_pci_passthrough_whitelist.py 2025-10-03 10:28:44.614880 | fa163ebf-0e86-c0b9-b49b-000000000b62 | CHANGED | run derive_pci_passthrough_whitelist.py | standalone 2025-10-03 10:28:44.616283 | fa163ebf-0e86-c0b9-b49b-000000000b62 | TIMING | run derive_pci_passthrough_whitelist.py | standalone | 0:02:27.430129 | 0.87s 2025-10-03 10:28:44.641623 | fa163ebf-0e86-c0b9-b49b-000000000b63 | TASK | create /run/netns with temp namespace 2025-10-03 10:28:44.873289 | fa163ebf-0e86-c0b9-b49b-000000000b63 | CHANGED | create /run/netns with temp namespace | standalone 2025-10-03 10:28:44.875163 | fa163ebf-0e86-c0b9-b49b-000000000b63 | TIMING | create /run/netns with temp namespace | standalone | 0:02:27.689002 | 0.23s 2025-10-03 10:28:44.900561 | fa163ebf-0e86-c0b9-b49b-000000000b64 | TASK | remove temp namespace 2025-10-03 10:28:45.141987 | fa163ebf-0e86-c0b9-b49b-000000000b64 | CHANGED | remove temp namespace | standalone 2025-10-03 10:28:45.143364 | fa163ebf-0e86-c0b9-b49b-000000000b64 | TIMING | remove temp namespace | standalone | 0:02:27.957210 | 0.24s 2025-10-03 10:28:45.168184 | fa163ebf-0e86-c0b9-b49b-000000000b65 | TASK | create /var/lib/neutron 2025-10-03 10:28:45.370563 | fa163ebf-0e86-c0b9-b49b-000000000b65 | CHANGED | create /var/lib/neutron | standalone 2025-10-03 10:28:45.372636 | fa163ebf-0e86-c0b9-b49b-000000000b65 | TIMING | create /var/lib/neutron | standalone | 0:02:28.186474 | 0.20s 2025-10-03 10:28:45.399493 | fa163ebf-0e86-c0b9-b49b-000000000b66 | TASK | set conditions 2025-10-03 10:28:45.431681 | fa163ebf-0e86-c0b9-b49b-000000000b66 | OK | set conditions | standalone 2025-10-03 10:28:45.433060 | fa163ebf-0e86-c0b9-b49b-000000000b66 | TIMING | set conditions | standalone | 0:02:28.246900 | 0.03s 2025-10-03 10:28:45.460635 | fa163ebf-0e86-c0b9-b49b-000000000b67 | TASK | create kill_scripts directory within /var/lib/neutron 2025-10-03 10:28:45.700800 | fa163ebf-0e86-c0b9-b49b-000000000b67 | CHANGED | create kill_scripts directory within /var/lib/neutron | standalone 2025-10-03 10:28:45.702372 | fa163ebf-0e86-c0b9-b49b-000000000b67 | TIMING | create kill_scripts directory within /var/lib/neutron | standalone | 0:02:28.516214 | 0.24s 2025-10-03 10:28:45.730353 | fa163ebf-0e86-c0b9-b49b-000000000b68 | TASK | create dnsmasq dhcp kill script 2025-10-03 10:28:46.195508 | fa163ebf-0e86-c0b9-b49b-000000000b68 | CHANGED | create dnsmasq dhcp kill script | standalone 2025-10-03 10:28:46.196852 | fa163ebf-0e86-c0b9-b49b-000000000b68 | TIMING | create dnsmasq dhcp kill script | standalone | 0:02:29.010698 | 0.46s 2025-10-03 10:28:46.221519 | fa163ebf-0e86-c0b9-b49b-000000000b69 | TASK | create haproxy kill script 2025-10-03 10:28:46.652173 | fa163ebf-0e86-c0b9-b49b-000000000b69 | CHANGED | create haproxy kill script | standalone 2025-10-03 10:28:46.653003 | fa163ebf-0e86-c0b9-b49b-000000000b69 | TIMING | create haproxy kill script | standalone | 0:02:29.466858 | 0.43s 2025-10-03 10:28:46.670252 | fa163ebf-0e86-c0b9-b49b-000000000b6a | TASK | create persistent directories 2025-10-03 10:28:46.882329 | fa163ebf-0e86-c0b9-b49b-000000000b6a | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2025-10-03 10:28:46.884755 | fa163ebf-0e86-c0b9-b49b-000000000b6a | TIMING | create persistent directories | standalone | 0:02:29.698563 | 0.21s 2025-10-03 10:28:47.045259 | fa163ebf-0e86-c0b9-b49b-000000000b6a | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/nova-api', 'setype': 'container_file_t'} 2025-10-03 10:28:47.046932 | fa163ebf-0e86-c0b9-b49b-000000000b6a | TIMING | create persistent directories | standalone | 0:02:29.860783 | 0.38s 2025-10-03 10:28:47.057812 | fa163ebf-0e86-c0b9-b49b-000000000b6a | TIMING | create persistent directories | standalone | 0:02:29.871653 | 0.39s 2025-10-03 10:28:47.084968 | fa163ebf-0e86-c0b9-b49b-000000000b6b | TASK | create persistent directories 2025-10-03 10:28:47.324973 | fa163ebf-0e86-c0b9-b49b-000000000b6b | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2025-10-03 10:28:47.327062 | fa163ebf-0e86-c0b9-b49b-000000000b6b | TIMING | create persistent directories | standalone | 0:02:30.140907 | 0.24s 2025-10-03 10:28:47.338006 | fa163ebf-0e86-c0b9-b49b-000000000b6b | TIMING | create persistent directories | standalone | 0:02:30.151846 | 0.25s 2025-10-03 10:28:47.364807 | fa163ebf-0e86-c0b9-b49b-000000000b6c | TASK | create persistent directories 2025-10-03 10:28:47.617314 | fa163ebf-0e86-c0b9-b49b-000000000b6c | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2025-10-03 10:28:47.619422 | fa163ebf-0e86-c0b9-b49b-000000000b6c | TIMING | create persistent directories | standalone | 0:02:30.433263 | 0.25s 2025-10-03 10:28:47.828165 | fa163ebf-0e86-c0b9-b49b-000000000b6c | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/nova-metadata', 'setype': 'container_file_t'} 2025-10-03 10:28:47.829227 | fa163ebf-0e86-c0b9-b49b-000000000b6c | TIMING | create persistent directories | standalone | 0:02:30.643076 | 0.46s 2025-10-03 10:28:47.835590 | fa163ebf-0e86-c0b9-b49b-000000000b6c | TIMING | create persistent directories | standalone | 0:02:30.649434 | 0.47s 2025-10-03 10:28:47.860872 | fa163ebf-0e86-c0b9-b49b-000000000b6d | TASK | Check for /var/lib/nova/instances directory exitance 2025-10-03 10:28:48.048503 | fa163ebf-0e86-c0b9-b49b-000000000b6d | OK | Check for /var/lib/nova/instances directory exitance | standalone 2025-10-03 10:28:48.049892 | fa163ebf-0e86-c0b9-b49b-000000000b6d | TIMING | Check for /var/lib/nova/instances directory exitance | standalone | 0:02:30.863739 | 0.19s 2025-10-03 10:28:48.074871 | fa163ebf-0e86-c0b9-b49b-000000000b6e | TASK | create persistent directories 2025-10-03 10:28:48.339981 | fa163ebf-0e86-c0b9-b49b-000000000b6e | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/nova', 'setype': 'container_file_t'} 2025-10-03 10:28:48.342223 | fa163ebf-0e86-c0b9-b49b-000000000b6e | TIMING | create persistent directories | standalone | 0:02:31.156064 | 0.27s 2025-10-03 10:28:48.539185 | fa163ebf-0e86-c0b9-b49b-000000000b6e | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/_nova_secontext', 'setype': 'container_file_t'} 2025-10-03 10:28:48.540316 | fa163ebf-0e86-c0b9-b49b-000000000b6e | TIMING | create persistent directories | standalone | 0:02:31.354166 | 0.46s 2025-10-03 10:28:48.718076 | fa163ebf-0e86-c0b9-b49b-000000000b6e | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/nova/instances', 'setype': 'container_file_t'} 2025-10-03 10:28:48.719074 | fa163ebf-0e86-c0b9-b49b-000000000b6e | TIMING | create persistent directories | standalone | 0:02:31.532925 | 0.64s 2025-10-03 10:28:48.918001 | fa163ebf-0e86-c0b9-b49b-000000000b6e | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/libvirt', 'setype': 'container_file_t'} 2025-10-03 10:28:48.919325 | fa163ebf-0e86-c0b9-b49b-000000000b6e | TIMING | create persistent directories | standalone | 0:02:31.733182 | 0.84s 2025-10-03 10:28:49.099257 | fa163ebf-0e86-c0b9-b49b-000000000b6e | OK | create persistent directories | standalone | item={'path': '/etc/tmpfiles.d'} 2025-10-03 10:28:49.100783 | fa163ebf-0e86-c0b9-b49b-000000000b6e | TIMING | create persistent directories | standalone | 0:02:31.914634 | 1.02s 2025-10-03 10:28:49.112470 | fa163ebf-0e86-c0b9-b49b-000000000b6e | TIMING | create persistent directories | standalone | 0:02:31.926313 | 1.04s 2025-10-03 10:28:49.138481 | fa163ebf-0e86-c0b9-b49b-000000000b6f | TASK | ensure /run/nova is present upon reboot 2025-10-03 10:28:49.600924 | fa163ebf-0e86-c0b9-b49b-000000000b6f | CHANGED | ensure /run/nova is present upon reboot | standalone 2025-10-03 10:28:49.602066 | fa163ebf-0e86-c0b9-b49b-000000000b6f | TIMING | ensure /run/nova is present upon reboot | standalone | 0:02:32.415919 | 0.46s 2025-10-03 10:28:49.622268 | fa163ebf-0e86-c0b9-b49b-000000000b70 | TASK | create tempfiles 2025-10-03 10:28:49.914165 | fa163ebf-0e86-c0b9-b49b-000000000b70 | CHANGED | create tempfiles | standalone 2025-10-03 10:28:49.915483 | fa163ebf-0e86-c0b9-b49b-000000000b70 | TIMING | create tempfiles | standalone | 0:02:32.729329 | 0.29s 2025-10-03 10:28:49.939871 | fa163ebf-0e86-c0b9-b49b-000000000b71 | TASK | Mount Nova NFS Share 2025-10-03 10:28:49.960981 | fa163ebf-0e86-c0b9-b49b-000000000b71 | SKIPPED | Mount Nova NFS Share | standalone 2025-10-03 10:28:49.962068 | fa163ebf-0e86-c0b9-b49b-000000000b71 | TIMING | Mount Nova NFS Share | standalone | 0:02:32.775918 | 0.02s 2025-10-03 10:28:49.986160 | fa163ebf-0e86-c0b9-b49b-000000000b73 | TASK | check systemd-container package installed or not 2025-10-03 10:28:50.014273 | fa163ebf-0e86-c0b9-b49b-000000000b73 | SKIPPED | check systemd-container package installed or not | standalone 2025-10-03 10:28:50.015368 | fa163ebf-0e86-c0b9-b49b-000000000b73 | TIMING | check systemd-container package installed or not | standalone | 0:02:32.829216 | 0.03s 2025-10-03 10:28:50.040356 | fa163ebf-0e86-c0b9-b49b-000000000b74 | TASK | get latest package from downloaded package versions 2025-10-03 10:28:50.068681 | fa163ebf-0e86-c0b9-b49b-000000000b74 | SKIPPED | get latest package from downloaded package versions | standalone 2025-10-03 10:28:50.069732 | fa163ebf-0e86-c0b9-b49b-000000000b74 | TIMING | get latest package from downloaded package versions | standalone | 0:02:32.883580 | 0.03s 2025-10-03 10:28:50.093478 | fa163ebf-0e86-c0b9-b49b-000000000b75 | TASK | Install systemd-container package on boot 2025-10-03 10:28:50.121284 | fa163ebf-0e86-c0b9-b49b-000000000b75 | SKIPPED | Install systemd-container package on boot | standalone 2025-10-03 10:28:50.122323 | fa163ebf-0e86-c0b9-b49b-000000000b75 | TIMING | Install systemd-container package on boot | standalone | 0:02:32.936172 | 0.03s 2025-10-03 10:28:50.146322 | fa163ebf-0e86-c0b9-b49b-000000000b76 | TASK | enable install-systemd-container on compute boot 2025-10-03 10:28:50.174555 | fa163ebf-0e86-c0b9-b49b-000000000b76 | SKIPPED | enable install-systemd-container on compute boot | standalone 2025-10-03 10:28:50.175593 | fa163ebf-0e86-c0b9-b49b-000000000b76 | TIMING | enable install-systemd-container on compute boot | standalone | 0:02:32.989442 | 0.03s 2025-10-03 10:28:50.199612 | fa163ebf-0e86-c0b9-b49b-000000000b77 | TASK | check if install-systemd-container service exists 2025-10-03 10:28:50.228818 | fa163ebf-0e86-c0b9-b49b-000000000b77 | SKIPPED | check if install-systemd-container service exists | standalone 2025-10-03 10:28:50.229877 | fa163ebf-0e86-c0b9-b49b-000000000b77 | TIMING | check if install-systemd-container service exists | standalone | 0:02:33.043726 | 0.03s 2025-10-03 10:28:50.253449 | fa163ebf-0e86-c0b9-b49b-000000000b78 | TASK | disable and mask install-systemd-container on compute boot 2025-10-03 10:28:50.285374 | fa163ebf-0e86-c0b9-b49b-000000000b78 | SKIPPED | disable and mask install-systemd-container on compute boot | standalone 2025-10-03 10:28:50.286550 | fa163ebf-0e86-c0b9-b49b-000000000b78 | TIMING | disable and mask install-systemd-container on compute boot | standalone | 0:02:33.100399 | 0.03s 2025-10-03 10:28:50.310844 | fa163ebf-0e86-c0b9-b49b-000000000b7a | TASK | is Nova Resume Guests State On Host Boot enabled 2025-10-03 10:28:50.343755 | fa163ebf-0e86-c0b9-b49b-000000000b7a | OK | is Nova Resume Guests State On Host Boot enabled | standalone 2025-10-03 10:28:50.344887 | fa163ebf-0e86-c0b9-b49b-000000000b7a | TIMING | is Nova Resume Guests State On Host Boot enabled | standalone | 0:02:33.158735 | 0.03s 2025-10-03 10:28:50.368929 | fa163ebf-0e86-c0b9-b49b-000000000b7c | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs 2025-10-03 10:28:50.399856 | fa163ebf-0e86-c0b9-b49b-000000000b7c | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs | standalone 2025-10-03 10:28:50.400927 | fa163ebf-0e86-c0b9-b49b-000000000b7c | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs | standalone | 0:02:33.214777 | 0.03s 2025-10-03 10:28:50.425598 | fa163ebf-0e86-c0b9-b49b-000000000b7d | TASK | Making sure virt-guest-shutdown.target is present 2025-10-03 10:28:50.456730 | fa163ebf-0e86-c0b9-b49b-000000000b7d | SKIPPED | Making sure virt-guest-shutdown.target is present | standalone 2025-10-03 10:28:50.457838 | fa163ebf-0e86-c0b9-b49b-000000000b7d | TIMING | Making sure virt-guest-shutdown.target is present | standalone | 0:02:33.271687 | 0.03s 2025-10-03 10:28:50.481994 | fa163ebf-0e86-c0b9-b49b-000000000b7e | TASK | libvirt-guests enable VM shutdown on compute reboot/shutdown 2025-10-03 10:28:50.514257 | fa163ebf-0e86-c0b9-b49b-000000000b7e | SKIPPED | libvirt-guests enable VM shutdown on compute reboot/shutdown | standalone 2025-10-03 10:28:50.515398 | fa163ebf-0e86-c0b9-b49b-000000000b7e | TIMING | libvirt-guests enable VM shutdown on compute reboot/shutdown | standalone | 0:02:33.329246 | 0.03s 2025-10-03 10:28:50.539485 | fa163ebf-0e86-c0b9-b49b-000000000b80 | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) 2025-10-03 10:28:50.572148 | fa163ebf-0e86-c0b9-b49b-000000000b80 | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) | standalone 2025-10-03 10:28:50.572825 | fa163ebf-0e86-c0b9-b49b-000000000b80 | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) | standalone | 0:02:33.386683 | 0.03s 2025-10-03 10:28:50.589501 | fa163ebf-0e86-c0b9-b49b-000000000b81 | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) 2025-10-03 10:28:50.618698 | fa163ebf-0e86-c0b9-b49b-000000000b81 | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) | standalone 2025-10-03 10:28:50.619367 | fa163ebf-0e86-c0b9-b49b-000000000b81 | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) | standalone | 0:02:33.433223 | 0.03s 2025-10-03 10:28:50.635694 | fa163ebf-0e86-c0b9-b49b-000000000b82 | TASK | Making sure virt-guest-shutdown.target is present 2025-10-03 10:28:50.661022 | fa163ebf-0e86-c0b9-b49b-000000000b82 | SKIPPED | Making sure virt-guest-shutdown.target is present | standalone 2025-10-03 10:28:50.661817 | fa163ebf-0e86-c0b9-b49b-000000000b82 | TIMING | Making sure virt-guest-shutdown.target is present | standalone | 0:02:33.475671 | 0.03s 2025-10-03 10:28:50.678761 | fa163ebf-0e86-c0b9-b49b-000000000b83 | TASK | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown 2025-10-03 10:28:50.706949 | fa163ebf-0e86-c0b9-b49b-000000000b83 | SKIPPED | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown | standalone 2025-10-03 10:28:50.707992 | fa163ebf-0e86-c0b9-b49b-000000000b83 | TIMING | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown | standalone | 0:02:33.521840 | 0.03s 2025-10-03 10:28:50.731866 | fa163ebf-0e86-c0b9-b49b-000000000b85 | TASK | Do we prepend nova startup with a delay 2025-10-03 10:28:50.763624 | fa163ebf-0e86-c0b9-b49b-000000000b85 | OK | Do we prepend nova startup with a delay | standalone 2025-10-03 10:28:50.764692 | fa163ebf-0e86-c0b9-b49b-000000000b85 | TIMING | Do we prepend nova startup with a delay | standalone | 0:02:33.578541 | 0.03s 2025-10-03 10:28:50.790056 | fa163ebf-0e86-c0b9-b49b-000000000b86 | TASK | install nova-compute delay wrapper script 2025-10-03 10:28:50.839488 | fa163ebf-0e86-c0b9-b49b-000000000b86 | SKIPPED | install nova-compute delay wrapper script | standalone 2025-10-03 10:28:50.840548 | fa163ebf-0e86-c0b9-b49b-000000000b86 | TIMING | install nova-compute delay wrapper script | standalone | 0:02:33.654397 | 0.05s 2025-10-03 10:28:50.864644 | fa163ebf-0e86-c0b9-b49b-000000000b87 | TASK | Is irqbalance enabled 2025-10-03 10:28:50.896326 | fa163ebf-0e86-c0b9-b49b-000000000b87 | OK | Is irqbalance enabled | standalone 2025-10-03 10:28:50.897527 | fa163ebf-0e86-c0b9-b49b-000000000b87 | TIMING | Is irqbalance enabled | standalone | 0:02:33.711375 | 0.03s 2025-10-03 10:28:50.921525 | fa163ebf-0e86-c0b9-b49b-000000000b88 | TASK | disable irqbalance service on compute 2025-10-03 10:28:50.951682 | fa163ebf-0e86-c0b9-b49b-000000000b88 | SKIPPED | disable irqbalance service on compute | standalone 2025-10-03 10:28:50.952824 | fa163ebf-0e86-c0b9-b49b-000000000b88 | TIMING | disable irqbalance service on compute | standalone | 0:02:33.766671 | 0.03s 2025-10-03 10:28:50.978955 | fa163ebf-0e86-c0b9-b49b-000000000b89 | TASK | create persistent directories 2025-10-03 10:28:51.223335 | fa163ebf-0e86-c0b9-b49b-000000000b89 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/libvirt', 'setype': 'container_file_t'} 2025-10-03 10:28:51.224469 | fa163ebf-0e86-c0b9-b49b-000000000b89 | TIMING | create persistent directories | standalone | 0:02:34.038321 | 0.24s 2025-10-03 10:28:51.231000 | fa163ebf-0e86-c0b9-b49b-000000000b89 | TIMING | create persistent directories | standalone | 0:02:34.044850 | 0.25s 2025-10-03 10:28:51.251640 | fa163ebf-0e86-c0b9-b49b-000000000b8a | TASK | create libvirt persistent data directories 2025-10-03 10:28:51.520571 | fa163ebf-0e86-c0b9-b49b-000000000b8a | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt', 'setype': 'container_file_t'} 2025-10-03 10:28:51.522278 | fa163ebf-0e86-c0b9-b49b-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:34.336118 | 0.27s 2025-10-03 10:28:51.768818 | fa163ebf-0e86-c0b9-b49b-000000000b8a | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt/secrets', 'setype': 'container_file_t'} 2025-10-03 10:28:51.770026 | fa163ebf-0e86-c0b9-b49b-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:34.583875 | 0.52s 2025-10-03 10:28:51.980324 | fa163ebf-0e86-c0b9-b49b-000000000b8a | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt/qemu', 'setype': 'container_file_t'} 2025-10-03 10:28:51.981521 | fa163ebf-0e86-c0b9-b49b-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:34.795370 | 0.73s 2025-10-03 10:28:52.211782 | fa163ebf-0e86-c0b9-b49b-000000000b8a | OK | create libvirt persistent data directories | standalone | item={'path': '/var/lib/libvirt', 'setype': 'container_file_t'} 2025-10-03 10:28:52.212907 | fa163ebf-0e86-c0b9-b49b-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:35.026757 | 0.96s 2025-10-03 10:28:52.464784 | fa163ebf-0e86-c0b9-b49b-000000000b8a | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/var/cache/libvirt'} 2025-10-03 10:28:52.466572 | fa163ebf-0e86-c0b9-b49b-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:35.280416 | 1.21s 2025-10-03 10:28:52.708206 | fa163ebf-0e86-c0b9-b49b-000000000b8a | OK | create libvirt persistent data directories | standalone | item={'path': '/var/lib/nova', 'setype': 'container_file_t'} 2025-10-03 10:28:52.709813 | fa163ebf-0e86-c0b9-b49b-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:35.523662 | 1.46s 2025-10-03 10:28:52.927853 | fa163ebf-0e86-c0b9-b49b-000000000b8a | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/run/libvirt'} 2025-10-03 10:28:52.929334 | fa163ebf-0e86-c0b9-b49b-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:35.743183 | 1.68s 2025-10-03 10:28:53.177081 | fa163ebf-0e86-c0b9-b49b-000000000b8a | CHANGED | create libvirt persistent data directories | standalone | item={'mode': '0770', 'path': '/var/log/containers/libvirt/swtpm', 'setype': 'container_file_t'} 2025-10-03 10:28:53.178228 | fa163ebf-0e86-c0b9-b49b-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:35.992076 | 1.93s 2025-10-03 10:28:53.187401 | fa163ebf-0e86-c0b9-b49b-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:36.001245 | 1.93s 2025-10-03 10:28:53.214039 | fa163ebf-0e86-c0b9-b49b-000000000b8b | TASK | ensure qemu group is present on the host 2025-10-03 10:28:53.850386 | fa163ebf-0e86-c0b9-b49b-000000000b8b | CHANGED | ensure qemu group is present on the host | standalone 2025-10-03 10:28:53.851926 | fa163ebf-0e86-c0b9-b49b-000000000b8b | TIMING | ensure qemu group is present on the host | standalone | 0:02:36.665763 | 0.64s 2025-10-03 10:28:53.871993 | fa163ebf-0e86-c0b9-b49b-000000000b8c | TASK | ensure qemu user is present on the host 2025-10-03 10:28:54.603798 | fa163ebf-0e86-c0b9-b49b-000000000b8c | CHANGED | ensure qemu user is present on the host | standalone 2025-10-03 10:28:54.605240 | fa163ebf-0e86-c0b9-b49b-000000000b8c | TIMING | ensure qemu user is present on the host | standalone | 0:02:37.419084 | 0.73s 2025-10-03 10:28:54.629927 | fa163ebf-0e86-c0b9-b49b-000000000b8d | TASK | create directory for vhost-user sockets with qemu ownership 2025-10-03 10:28:54.871468 | fa163ebf-0e86-c0b9-b49b-000000000b8d | CHANGED | create directory for vhost-user sockets with qemu ownership | standalone 2025-10-03 10:28:54.873251 | fa163ebf-0e86-c0b9-b49b-000000000b8d | TIMING | create directory for vhost-user sockets with qemu ownership | standalone | 0:02:37.687090 | 0.24s 2025-10-03 10:28:54.899654 | fa163ebf-0e86-c0b9-b49b-000000000b8e | TASK | check if libvirt is installed 2025-10-03 10:28:55.141063 | fa163ebf-0e86-c0b9-b49b-000000000b8e | CHANGED | check if libvirt is installed | standalone 2025-10-03 10:28:55.142546 | fa163ebf-0e86-c0b9-b49b-000000000b8e | TIMING | check if libvirt is installed | standalone | 0:02:37.956391 | 0.24s 2025-10-03 10:28:55.167965 | fa163ebf-0e86-c0b9-b49b-000000000b8f | TASK | make sure libvirt services are disabled and masked 2025-10-03 10:28:55.208177 | fa163ebf-0e86-c0b9-b49b-000000000b8f | SKIPPED | make sure libvirt services are disabled and masked | standalone | item=libvirtd.service 2025-10-03 10:28:55.214976 | fa163ebf-0e86-c0b9-b49b-000000000b8f | SKIPPED | make sure libvirt services are disabled and masked | standalone | item=virtlogd.socket 2025-10-03 10:28:55.220777 | fa163ebf-0e86-c0b9-b49b-000000000b8f | TIMING | make sure libvirt services are disabled and masked | standalone | 0:02:38.034616 | 0.05s 2025-10-03 10:28:55.246589 | fa163ebf-0e86-c0b9-b49b-000000000b90 | TASK | ensure /run/libvirt is present upon reboot 2025-10-03 10:28:55.740121 | fa163ebf-0e86-c0b9-b49b-000000000b90 | CHANGED | ensure /run/libvirt is present upon reboot | standalone 2025-10-03 10:28:55.741127 | fa163ebf-0e86-c0b9-b49b-000000000b90 | TIMING | ensure /run/libvirt is present upon reboot | standalone | 0:02:38.554981 | 0.49s 2025-10-03 10:28:55.765325 | fa163ebf-0e86-c0b9-b49b-000000000b91 | TASK | Enable os_enable_vtpm SELinux boolean for vTPM 2025-10-03 10:28:56.939098 | fa163ebf-0e86-c0b9-b49b-000000000b91 | CHANGED | Enable os_enable_vtpm SELinux boolean for vTPM | standalone 2025-10-03 10:28:56.940861 | fa163ebf-0e86-c0b9-b49b-000000000b91 | TIMING | Enable os_enable_vtpm SELinux boolean for vTPM | standalone | 0:02:39.754706 | 1.17s 2025-10-03 10:28:56.965814 | fa163ebf-0e86-c0b9-b49b-000000000b92 | TASK | Create libvirt persistent data directories 2025-10-03 10:28:57.198491 | fa163ebf-0e86-c0b9-b49b-000000000b92 | OK | Create libvirt persistent data directories | standalone | item={'path': '/run/libvirt', 'setype': 'virt_var_run_t'} 2025-10-03 10:28:57.200986 | fa163ebf-0e86-c0b9-b49b-000000000b92 | TIMING | Create libvirt persistent data directories | standalone | 0:02:40.014831 | 0.23s 2025-10-03 10:28:57.211324 | fa163ebf-0e86-c0b9-b49b-000000000b92 | TIMING | Create libvirt persistent data directories | standalone | 0:02:40.025176 | 0.24s 2025-10-03 10:28:57.236656 | fa163ebf-0e86-c0b9-b49b-000000000b93 | TASK | create persistent directories 2025-10-03 10:28:57.496219 | fa163ebf-0e86-c0b9-b49b-000000000b93 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/openvswitch', 'setype': 'container_file_t'} 2025-10-03 10:28:57.497879 | fa163ebf-0e86-c0b9-b49b-000000000b93 | TIMING | create persistent directories | standalone | 0:02:40.311719 | 0.26s 2025-10-03 10:28:57.719678 | fa163ebf-0e86-c0b9-b49b-000000000b93 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/openvswitch/ovn', 'setype': 'container_file_t'} 2025-10-03 10:28:57.721555 | fa163ebf-0e86-c0b9-b49b-000000000b93 | TIMING | create persistent directories | standalone | 0:02:40.535400 | 0.48s 2025-10-03 10:28:57.732222 | fa163ebf-0e86-c0b9-b49b-000000000b93 | TIMING | create persistent directories | standalone | 0:02:40.546065 | 0.49s 2025-10-03 10:28:57.757652 | fa163ebf-0e86-c0b9-b49b-000000000b94 | TASK | Copy in cleanup script 2025-10-03 10:28:58.247684 | fa163ebf-0e86-c0b9-b49b-000000000b94 | CHANGED | Copy in cleanup script | standalone 2025-10-03 10:28:58.248766 | fa163ebf-0e86-c0b9-b49b-000000000b94 | TIMING | Copy in cleanup script | standalone | 0:02:41.062618 | 0.49s 2025-10-03 10:28:58.266324 | fa163ebf-0e86-c0b9-b49b-000000000b95 | TASK | Copy in cleanup service 2025-10-03 10:28:58.701686 | fa163ebf-0e86-c0b9-b49b-000000000b95 | CHANGED | Copy in cleanup service | standalone 2025-10-03 10:28:58.703220 | fa163ebf-0e86-c0b9-b49b-000000000b95 | TIMING | Copy in cleanup service | standalone | 0:02:41.517064 | 0.44s 2025-10-03 10:28:58.728065 | fa163ebf-0e86-c0b9-b49b-000000000b96 | TASK | Enabling the cleanup service 2025-10-03 10:28:59.400139 | fa163ebf-0e86-c0b9-b49b-000000000b96 | CHANGED | Enabling the cleanup service | standalone 2025-10-03 10:28:59.401126 | fa163ebf-0e86-c0b9-b49b-000000000b96 | TIMING | Enabling the cleanup service | standalone | 0:02:42.214982 | 0.67s 2025-10-03 10:28:59.422074 | fa163ebf-0e86-c0b9-b49b-000000000b97 | TASK | create persistent directories 2025-10-03 10:28:59.676474 | fa163ebf-0e86-c0b9-b49b-000000000b97 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/openvswitch', 'setype': 'container_file_t'} 2025-10-03 10:28:59.678079 | fa163ebf-0e86-c0b9-b49b-000000000b97 | TIMING | create persistent directories | standalone | 0:02:42.491920 | 0.25s 2025-10-03 10:28:59.871966 | fa163ebf-0e86-c0b9-b49b-000000000b97 | OK | create persistent directories | standalone | item={'path': '/var/lib/openvswitch/ovn', 'setype': 'container_file_t'} 2025-10-03 10:28:59.873842 | fa163ebf-0e86-c0b9-b49b-000000000b97 | TIMING | create persistent directories | standalone | 0:02:42.687691 | 0.45s 2025-10-03 10:28:59.884655 | fa163ebf-0e86-c0b9-b49b-000000000b97 | TIMING | create persistent directories | standalone | 0:02:42.698497 | 0.46s 2025-10-03 10:28:59.909568 | fa163ebf-0e86-c0b9-b49b-000000000b98 | TASK | set conditions 2025-10-03 10:28:59.939614 | fa163ebf-0e86-c0b9-b49b-000000000b98 | OK | set conditions | standalone 2025-10-03 10:28:59.940933 | fa163ebf-0e86-c0b9-b49b-000000000b98 | TIMING | set conditions | standalone | 0:02:42.754779 | 0.03s 2025-10-03 10:28:59.965354 | fa163ebf-0e86-c0b9-b49b-000000000b99 | TASK | create persistent directories 2025-10-03 10:29:00.229012 | fa163ebf-0e86-c0b9-b49b-000000000b99 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia', 'setype': 'container_file_t'} 2025-10-03 10:29:00.231231 | fa163ebf-0e86-c0b9-b49b-000000000b99 | TIMING | create persistent directories | standalone | 0:02:43.045070 | 0.26s 2025-10-03 10:29:00.434246 | fa163ebf-0e86-c0b9-b49b-000000000b99 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/octavia-api', 'setype': 'container_file_t'} 2025-10-03 10:29:00.436020 | fa163ebf-0e86-c0b9-b49b-000000000b99 | TIMING | create persistent directories | standalone | 0:02:43.249866 | 0.47s 2025-10-03 10:29:00.643606 | fa163ebf-0e86-c0b9-b49b-000000000b99 | CHANGED | create persistent directories | standalone | item={'mode': '0755', 'path': '/run/octavia', 'setype': 'container_file_t'} 2025-10-03 10:29:00.644977 | fa163ebf-0e86-c0b9-b49b-000000000b99 | TIMING | create persistent directories | standalone | 0:02:43.458822 | 0.68s 2025-10-03 10:29:00.658681 | fa163ebf-0e86-c0b9-b49b-000000000b99 | TIMING | create persistent directories | standalone | 0:02:43.472522 | 0.69s 2025-10-03 10:29:00.685049 | fa163ebf-0e86-c0b9-b49b-000000000b9a | TASK | ensure /run/octavia is present upon reboot 2025-10-03 10:29:01.157913 | fa163ebf-0e86-c0b9-b49b-000000000b9a | CHANGED | ensure /run/octavia is present upon reboot | standalone 2025-10-03 10:29:01.159483 | fa163ebf-0e86-c0b9-b49b-000000000b9a | TIMING | ensure /run/octavia is present upon reboot | standalone | 0:02:43.973327 | 0.47s 2025-10-03 10:29:01.184731 | fa163ebf-0e86-c0b9-b49b-000000000b9b | TASK | create persistent directories 2025-10-03 10:29:01.450540 | fa163ebf-0e86-c0b9-b49b-000000000b9b | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia', 'setype': 'container_file_t'} 2025-10-03 10:29:01.452675 | fa163ebf-0e86-c0b9-b49b-000000000b9b | TIMING | create persistent directories | standalone | 0:02:44.266514 | 0.27s 2025-10-03 10:29:01.673882 | fa163ebf-0e86-c0b9-b49b-000000000b9b | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia-amphorae', 'setype': 'container_file_t'} 2025-10-03 10:29:01.675496 | fa163ebf-0e86-c0b9-b49b-000000000b9b | TIMING | create persistent directories | standalone | 0:02:44.489347 | 0.49s 2025-10-03 10:29:01.686545 | fa163ebf-0e86-c0b9-b49b-000000000b9b | TIMING | create persistent directories | standalone | 0:02:44.500385 | 0.50s 2025-10-03 10:29:01.713254 | fa163ebf-0e86-c0b9-b49b-000000000b9c | TASK | create empty log files 2025-10-03 10:29:01.956236 | fa163ebf-0e86-c0b9-b49b-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-03 10:29:01.957911 | fa163ebf-0e86-c0b9-b49b-000000000b9c | TIMING | create empty log files | standalone | 0:02:44.771746 | 0.24s 2025-10-03 10:29:02.166215 | fa163ebf-0e86-c0b9-b49b-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-03 10:29:02.167110 | fa163ebf-0e86-c0b9-b49b-000000000b9c | TIMING | create empty log files | standalone | 0:02:44.980961 | 0.45s 2025-10-03 10:29:02.173601 | fa163ebf-0e86-c0b9-b49b-000000000b9c | TIMING | create empty log files | standalone | 0:02:44.987441 | 0.46s 2025-10-03 10:29:02.201471 | fa163ebf-0e86-c0b9-b49b-000000000b9d | TASK | create persistent directories 2025-10-03 10:29:02.455683 | fa163ebf-0e86-c0b9-b49b-000000000b9d | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia', 'setype': 'container_file_t'} 2025-10-03 10:29:02.457842 | fa163ebf-0e86-c0b9-b49b-000000000b9d | TIMING | create persistent directories | standalone | 0:02:45.271686 | 0.25s 2025-10-03 10:29:02.468028 | fa163ebf-0e86-c0b9-b49b-000000000b9d | TIMING | create persistent directories | standalone | 0:02:45.281870 | 0.27s 2025-10-03 10:29:02.494556 | fa163ebf-0e86-c0b9-b49b-000000000b9f | TASK | Ensure packages required for configuring octavia are present 2025-10-03 10:29:05.295174 | fa163ebf-0e86-c0b9-b49b-000000000b9f | OK | Ensure packages required for configuring octavia are present | standalone 2025-10-03 10:29:05.297980 | fa163ebf-0e86-c0b9-b49b-000000000b9f | TIMING | Ensure packages required for configuring octavia are present | standalone | 0:02:48.111825 | 2.80s 2025-10-03 10:29:05.354728 | fa163ebf-0e86-c0b9-b49b-000000000ba1 | TIMING | include_role : tripleo_clients_install | standalone | 0:02:48.168564 | 0.03s 2025-10-03 10:29:05.426650 | fa163ebf-0e86-c0b9-b49b-000000001298 | TASK | Gather variables for each operating system 2025-10-03 10:29:05.541311 | fa163ebf-0e86-c0b9-b49b-000000001298 | TIMING | tripleo_clients_install : Gather variables for each operating system | standalone | 0:02:48.355147 | 0.11s 2025-10-03 10:29:05.567061 | fa163ebf-0e86-c0b9-b49b-000000001299 | TASK | Set packages facts 2025-10-03 10:29:05.611808 | fa163ebf-0e86-c0b9-b49b-000000001299 | OK | Set packages facts | standalone 2025-10-03 10:29:05.613556 | fa163ebf-0e86-c0b9-b49b-000000001299 | TIMING | tripleo_clients_install : Set packages facts | standalone | 0:02:48.427397 | 0.04s 2025-10-03 10:29:05.645809 | fa163ebf-0e86-c0b9-b49b-00000000129a | TASK | Manage package 2025-10-03 10:29:05.705838 | fa163ebf-0e86-c0b9-b49b-00000000129a | SKIPPED | Manage package | standalone | item=[]: absent 2025-10-03 10:29:05.721798 | fa163ebf-0e86-c0b9-b49b-00000000129a | SKIPPED | Manage package | standalone | item=[]: installed 2025-10-03 10:29:05.738944 | fa163ebf-0e86-c0b9-b49b-00000000129a | SKIPPED | Manage package | standalone | item=[]: latest 2025-10-03 10:29:10.177332 | fa163ebf-0e86-c0b9-b49b-00000000129a | TIMING | tripleo_clients_install : Manage package | standalone | 0:02:52.991168 | 4.53s 2025-10-03 10:29:10.201288 | fa163ebf-0e86-c0b9-b49b-00000000129a | SKIPPED | Manage package | standalone | item=[]: removed 2025-10-03 10:29:10.213623 | fa163ebf-0e86-c0b9-b49b-00000000129a | TIMING | tripleo_clients_install : Manage package | standalone | 0:02:53.027467 | 4.57s 2025-10-03 10:29:10.252322 | fa163ebf-0e86-c0b9-b49b-000000000ba2 | TASK | create fcontext for rabbitmq data 2025-10-03 10:29:11.595664 | fa163ebf-0e86-c0b9-b49b-000000000ba2 | CHANGED | create fcontext for rabbitmq data | standalone 2025-10-03 10:29:11.597084 | fa163ebf-0e86-c0b9-b49b-000000000ba2 | TIMING | create fcontext for rabbitmq data | standalone | 0:02:54.410932 | 1.34s 2025-10-03 10:29:11.621858 | fa163ebf-0e86-c0b9-b49b-000000000ba3 | TASK | create persistent directories 2025-10-03 10:29:11.885398 | fa163ebf-0e86-c0b9-b49b-000000000ba3 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/rabbitmq', 'setype': 'container_file_t'} 2025-10-03 10:29:11.887662 | fa163ebf-0e86-c0b9-b49b-000000000ba3 | TIMING | create persistent directories | standalone | 0:02:54.701503 | 0.26s 2025-10-03 10:29:12.106110 | fa163ebf-0e86-c0b9-b49b-000000000ba3 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/rabbitmq', 'setype': 'container_file_t'} 2025-10-03 10:29:12.107173 | fa163ebf-0e86-c0b9-b49b-000000000ba3 | TIMING | create persistent directories | standalone | 0:02:54.921023 | 0.48s 2025-10-03 10:29:12.113491 | fa163ebf-0e86-c0b9-b49b-000000000ba3 | TIMING | create persistent directories | standalone | 0:02:54.927343 | 0.49s 2025-10-03 10:29:12.138591 | fa163ebf-0e86-c0b9-b49b-000000000ba4 | TASK | stop the Erlang port mapper on the host and make sure it cannot bind to the port used by container 2025-10-03 10:29:12.434703 | fa163ebf-0e86-c0b9-b49b-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-03 10:29:12.436281 | fa163ebf-0e86-c0b9-b49b-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:55.250125 | 0.30s 2025-10-03 10:29:12.465368 | fa163ebf-0e86-c0b9-b49b-000000000ba5 | TASK | Make sure python3-novaclient is installed when IHA is enabled 2025-10-03 10:29:12.492969 | fa163ebf-0e86-c0b9-b49b-000000000ba5 | SKIPPED | Make sure python3-novaclient is installed when IHA is enabled | standalone 2025-10-03 10:29:12.493847 | fa163ebf-0e86-c0b9-b49b-000000000ba5 | TIMING | Make sure python3-novaclient is installed when IHA is enabled | standalone | 0:02:55.307699 | 0.03s 2025-10-03 10:29:12.512660 | fa163ebf-0e86-c0b9-b49b-000000000ba6 | TASK | Remove existing entries from logind conf 2025-10-03 10:29:12.740673 | fa163ebf-0e86-c0b9-b49b-000000000ba6 | CHANGED | Remove existing entries from logind conf | standalone 2025-10-03 10:29:12.742035 | fa163ebf-0e86-c0b9-b49b-000000000ba6 | TIMING | Remove existing entries from logind conf | standalone | 0:02:55.555882 | 0.23s 2025-10-03 10:29:12.767905 | fa163ebf-0e86-c0b9-b49b-000000000ba7 | TASK | Make sure systemd-logind ignores power off 2025-10-03 10:29:12.977600 | fa163ebf-0e86-c0b9-b49b-000000000ba7 | CHANGED | Make sure systemd-logind ignores power off | standalone 2025-10-03 10:29:12.979093 | fa163ebf-0e86-c0b9-b49b-000000000ba7 | TIMING | Make sure systemd-logind ignores power off | standalone | 0:02:55.792938 | 0.21s 2025-10-03 10:29:13.004214 | fa163ebf-0e86-c0b9-b49b-000000000ba8 | TASK | Restart systemd-logind 2025-10-03 10:29:13.526399 | fa163ebf-0e86-c0b9-b49b-000000000ba8 | CHANGED | Restart systemd-logind | standalone 2025-10-03 10:29:13.528297 | fa163ebf-0e86-c0b9-b49b-000000000ba8 | TIMING | Restart systemd-logind | standalone | 0:02:56.342145 | 0.52s 2025-10-03 10:29:13.554221 | fa163ebf-0e86-c0b9-b49b-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-03 10:29:13.625990 | fa163ebf-0e86-c0b9-b49b-000000000ba9 | SKIPPED | Gather service_facts on pacemaker_bootstrap_node | standalone 2025-10-03 10:29:13.627268 | fa163ebf-0e86-c0b9-b49b-000000000ba9 | TIMING | Gather service_facts on pacemaker_bootstrap_node | standalone | 0:02:56.441111 | 0.07s 2025-10-03 10:29:13.649679 | fa163ebf-0e86-c0b9-b49b-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-03 10:29:13.718321 | fa163ebf-0e86-c0b9-b49b-000000000baa | SKIPPED | Check and eventually delete duplicate constraints (bootstrap node) | standalone 2025-10-03 10:29:13.719386 | fa163ebf-0e86-c0b9-b49b-000000000baa | TIMING | Check and eventually delete duplicate constraints (bootstrap node) | standalone | 0:02:56.533232 | 0.07s 2025-10-03 10:29:13.743772 | fa163ebf-0e86-c0b9-b49b-000000000bab | TASK | create persistent logs directory 2025-10-03 10:29:13.992754 | fa163ebf-0e86-c0b9-b49b-000000000bab | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/placement', 'setype': 'container_file_t'} 2025-10-03 10:29:13.994296 | fa163ebf-0e86-c0b9-b49b-000000000bab | TIMING | create persistent logs directory | standalone | 0:02:56.808135 | 0.25s 2025-10-03 10:29:14.170484 | fa163ebf-0e86-c0b9-b49b-000000000bab | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/placement', 'setype': 'container_file_t'} 2025-10-03 10:29:14.171675 | fa163ebf-0e86-c0b9-b49b-000000000bab | TIMING | create persistent logs directory | standalone | 0:02:56.985524 | 0.43s 2025-10-03 10:29:14.178493 | fa163ebf-0e86-c0b9-b49b-000000000bab | TIMING | create persistent logs directory | standalone | 0:02:56.992339 | 0.43s 2025-10-03 10:29:14.198317 | fa163ebf-0e86-c0b9-b49b-000000000bad | TASK | Set login facts 2025-10-03 10:29:14.227165 | fa163ebf-0e86-c0b9-b49b-000000000bad | OK | Set login facts | standalone 2025-10-03 10:29:14.228046 | fa163ebf-0e86-c0b9-b49b-000000000bad | TIMING | Set login facts | standalone | 0:02:57.041899 | 0.03s 2025-10-03 10:29:14.253104 | fa163ebf-0e86-c0b9-b49b-000000000bae | TASK | Convert logins json to dict 2025-10-03 10:29:14.294912 | fa163ebf-0e86-c0b9-b49b-000000000bae | SKIPPED | Convert logins json to dict | standalone 2025-10-03 10:29:14.295988 | fa163ebf-0e86-c0b9-b49b-000000000bae | TIMING | Convert logins json to dict | standalone | 0:02:57.109835 | 0.04s 2025-10-03 10:29:14.319869 | fa163ebf-0e86-c0b9-b49b-000000000baf | TASK | Set registry logins 2025-10-03 10:29:14.369416 | fa163ebf-0e86-c0b9-b49b-000000000baf | SKIPPED | Set registry logins | standalone 2025-10-03 10:29:14.370796 | fa163ebf-0e86-c0b9-b49b-000000000baf | TIMING | Set registry logins | standalone | 0:02:57.184643 | 0.05s 2025-10-03 10:29:14.398937 | fa163ebf-0e86-c0b9-b49b-000000000bb0 | TASK | Run podman install 2025-10-03 10:29:14.427685 | fa163ebf-0e86-c0b9-b49b-000000000bb0 | TIMING | Run podman install | standalone | 0:02:57.241523 | 0.03s 2025-10-03 10:29:14.504344 | fa163ebf-0e86-c0b9-b49b-00000000132a | TASK | Gather variables for each operating system 2025-10-03 10:29:14.646752 | fa163ebf-0e86-c0b9-b49b-00000000132a | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_podman/vars/redhat-9.yml 2025-10-03 10:29:14.648369 | fa163ebf-0e86-c0b9-b49b-00000000132a | TIMING | tripleo_podman : Gather variables for each operating system | standalone | 0:02:57.462223 | 0.14s 2025-10-03 10:29:14.658959 | fa163ebf-0e86-c0b9-b49b-00000000132a | TIMING | tripleo_podman : Gather variables for each operating system | standalone | 0:02:57.472800 | 0.15s 2025-10-03 10:29:14.687463 | fa163ebf-0e86-c0b9-b49b-00000000132c | TASK | ensure podman and deps are installed 2025-10-03 10:29:17.529128 | fa163ebf-0e86-c0b9-b49b-00000000132c | OK | ensure podman and deps are installed | standalone 2025-10-03 10:29:17.530671 | fa163ebf-0e86-c0b9-b49b-00000000132c | TIMING | tripleo_podman : ensure podman and deps are installed | standalone | 0:03:00.344516 | 2.84s 2025-10-03 10:29:17.556938 | fa163ebf-0e86-c0b9-b49b-00000000132d | TASK | Ensure we get the ansible interfaces facts 2025-10-03 10:29:18.129765 | fa163ebf-0e86-c0b9-b49b-00000000132d | OK | Ensure we get the ansible interfaces facts | standalone 2025-10-03 10:29:18.131094 | fa163ebf-0e86-c0b9-b49b-00000000132d | TIMING | tripleo_podman : Ensure we get the ansible interfaces facts | standalone | 0:03:00.944936 | 0.57s 2025-10-03 10:29:18.156452 | fa163ebf-0e86-c0b9-b49b-00000000132e | TASK | Delete legacy cni0 interface (podman < 1.6) 2025-10-03 10:29:18.185731 | fa163ebf-0e86-c0b9-b49b-00000000132e | SKIPPED | Delete legacy cni0 interface (podman < 1.6) | standalone 2025-10-03 10:29:18.187154 | fa163ebf-0e86-c0b9-b49b-00000000132e | TIMING | tripleo_podman : Delete legacy cni0 interface (podman < 1.6) | standalone | 0:03:01.001002 | 0.03s 2025-10-03 10:29:18.212832 | fa163ebf-0e86-c0b9-b49b-000000001330 | TASK | Make sure /etc/cni/net.d folder exists 2025-10-03 10:29:18.245810 | fa163ebf-0e86-c0b9-b49b-000000001330 | SKIPPED | Make sure /etc/cni/net.d folder exists | standalone 2025-10-03 10:29:18.247010 | fa163ebf-0e86-c0b9-b49b-000000001330 | TIMING | tripleo_podman : Make sure /etc/cni/net.d folder exists | standalone | 0:03:01.060857 | 0.03s 2025-10-03 10:29:18.272359 | fa163ebf-0e86-c0b9-b49b-000000001331 | TASK | Update default network configuration if possible 2025-10-03 10:29:18.305107 | fa163ebf-0e86-c0b9-b49b-000000001331 | SKIPPED | Update default network configuration if possible | standalone 2025-10-03 10:29:18.306328 | fa163ebf-0e86-c0b9-b49b-000000001331 | TIMING | tripleo_podman : Update default network configuration if possible | standalone | 0:03:01.120174 | 0.03s 2025-10-03 10:29:18.331593 | fa163ebf-0e86-c0b9-b49b-000000001333 | TASK | Make sure /etc/containers/networks exists 2025-10-03 10:29:18.585501 | fa163ebf-0e86-c0b9-b49b-000000001333 | OK | Make sure /etc/containers/networks exists | standalone 2025-10-03 10:29:18.587031 | fa163ebf-0e86-c0b9-b49b-000000001333 | TIMING | tripleo_podman : Make sure /etc/containers/networks exists | standalone | 0:03:01.400876 | 0.25s 2025-10-03 10:29:18.612824 | fa163ebf-0e86-c0b9-b49b-000000001334 | TASK | Get current podman network 2025-10-03 10:29:18.913746 | fa163ebf-0e86-c0b9-b49b-000000001334 | CHANGED | Get current podman network | standalone 2025-10-03 10:29:18.915100 | fa163ebf-0e86-c0b9-b49b-000000001334 | TIMING | tripleo_podman : Get current podman network | standalone | 0:03:01.728947 | 0.30s 2025-10-03 10:29:18.940399 | fa163ebf-0e86-c0b9-b49b-000000001335 | TASK | Update the default network configuration 2025-10-03 10:29:19.544166 | fa163ebf-0e86-c0b9-b49b-000000001335 | CHANGED | Update the default network configuration | standalone 2025-10-03 10:29:19.545589 | fa163ebf-0e86-c0b9-b49b-000000001335 | TIMING | tripleo_podman : Update the default network configuration | standalone | 0:03:02.359435 | 0.60s 2025-10-03 10:29:19.570823 | fa163ebf-0e86-c0b9-b49b-000000001336 | TASK | Write containers registries.conf 2025-10-03 10:29:20.153071 | fa163ebf-0e86-c0b9-b49b-000000001336 | CHANGED | Write containers registries.conf | standalone 2025-10-03 10:29:20.153816 | fa163ebf-0e86-c0b9-b49b-000000001336 | TIMING | tripleo_podman : Write containers registries.conf | standalone | 0:03:02.967673 | 0.58s 2025-10-03 10:29:20.171301 | fa163ebf-0e86-c0b9-b49b-000000001337 | TASK | Write containers.conf 2025-10-03 10:29:20.417129 | fa163ebf-0e86-c0b9-b49b-000000001337 | CHANGED | Write containers.conf | standalone | item={'section': 'containers', 'option': 'pids_limit', 'value': '4096'} 2025-10-03 10:29:20.418181 | fa163ebf-0e86-c0b9-b49b-000000001337 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:03:03.232030 | 0.25s 2025-10-03 10:29:20.589467 | fa163ebf-0e86-c0b9-b49b-000000001337 | CHANGED | Write containers.conf | standalone | item={'section': 'engine', 'option': 'events_logger', 'value': '"journald"'} 2025-10-03 10:29:20.590611 | fa163ebf-0e86-c0b9-b49b-000000001337 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:03:03.404460 | 0.42s 2025-10-03 10:29:20.770724 | fa163ebf-0e86-c0b9-b49b-000000001337 | CHANGED | Write containers.conf | standalone | item={'section': 'engine', 'option': 'runtime', 'value': '"crun"'} 2025-10-03 10:29:20.771780 | fa163ebf-0e86-c0b9-b49b-000000001337 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:03:03.585629 | 0.60s 2025-10-03 10:29:20.946062 | fa163ebf-0e86-c0b9-b49b-000000001337 | CHANGED | Write containers.conf | standalone | item={'section': 'network', 'option': 'network_backend', 'value': '"netavark"'} 2025-10-03 10:29:20.946863 | fa163ebf-0e86-c0b9-b49b-000000001337 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:03:03.760718 | 0.77s 2025-10-03 10:29:20.952419 | fa163ebf-0e86-c0b9-b49b-000000001337 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:03:03.766270 | 0.78s 2025-10-03 10:29:20.972182 | fa163ebf-0e86-c0b9-b49b-000000001338 | TASK | Enable podman.socket service 2025-10-03 10:29:21.001522 | fa163ebf-0e86-c0b9-b49b-000000001338 | SKIPPED | Enable podman.socket service | standalone 2025-10-03 10:29:21.002592 | fa163ebf-0e86-c0b9-b49b-000000001338 | TIMING | tripleo_podman : Enable podman.socket service | standalone | 0:03:03.816437 | 0.03s 2025-10-03 10:29:21.049848 | fa163ebf-0e86-c0b9-b49b-000000000bb1 | TASK | Run podman login 2025-10-03 10:29:21.079173 | fa163ebf-0e86-c0b9-b49b-000000000bb1 | TIMING | Run podman login | standalone | 0:03:03.893016 | 0.03s 2025-10-03 10:29:21.153977 | fa163ebf-0e86-c0b9-b49b-000000001438 | TASK | Perform container registry login(s) with podman 2025-10-03 10:29:21.181782 | fa163ebf-0e86-c0b9-b49b-000000001438 | TIMING | tripleo_podman : Perform container registry login(s) with podman | standalone | 0:03:03.995632 | 0.03s 2025-10-03 10:29:21.224922 | fa163ebf-0e86-c0b9-b49b-000000000bb3 | TASK | Configure tripleo_container_manage to generate systemd drop-in dependencies 2025-10-03 10:29:21.698042 | fa163ebf-0e86-c0b9-b49b-000000000bb3 | CHANGED | Configure tripleo_container_manage to generate systemd drop-in dependencies | standalone 2025-10-03 10:29:21.699471 | fa163ebf-0e86-c0b9-b49b-000000000bb3 | TIMING | Configure tripleo_container_manage to generate systemd drop-in dependencies | standalone | 0:03:04.513287 | 0.47s 2025-10-03 10:29:21.724865 | fa163ebf-0e86-c0b9-b49b-000000000bb4 | TASK | create persistent directories 2025-10-03 10:29:21.993900 | fa163ebf-0e86-c0b9-b49b-000000000bb4 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/redis', 'setype': 'container_file_t'} 2025-10-03 10:29:21.995908 | fa163ebf-0e86-c0b9-b49b-000000000bb4 | TIMING | create persistent directories | standalone | 0:03:04.809739 | 0.27s 2025-10-03 10:29:22.185852 | fa163ebf-0e86-c0b9-b49b-000000000bb4 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/redis', 'setype': 'container_file_t'} 2025-10-03 10:29:22.187877 | fa163ebf-0e86-c0b9-b49b-000000000bb4 | TIMING | create persistent directories | standalone | 0:03:05.001720 | 0.46s 2025-10-03 10:29:22.391781 | fa163ebf-0e86-c0b9-b49b-000000000bb4 | CHANGED | create persistent directories | standalone | item={'path': '/run/redis', 'setype': 'container_file_t'} 2025-10-03 10:29:22.393632 | fa163ebf-0e86-c0b9-b49b-000000000bb4 | TIMING | create persistent directories | standalone | 0:03:05.207481 | 0.67s 2025-10-03 10:29:22.404518 | fa163ebf-0e86-c0b9-b49b-000000000bb4 | TIMING | create persistent directories | standalone | 0:03:05.218364 | 0.68s 2025-10-03 10:29:22.430388 | fa163ebf-0e86-c0b9-b49b-000000000bb5 | TASK | ensure /run/redis is present upon reboot 2025-10-03 10:29:22.881782 | fa163ebf-0e86-c0b9-b49b-000000000bb5 | CHANGED | ensure /run/redis is present upon reboot | standalone 2025-10-03 10:29:22.883126 | fa163ebf-0e86-c0b9-b49b-000000000bb5 | TIMING | ensure /run/redis is present upon reboot | standalone | 0:03:05.696973 | 0.45s 2025-10-03 10:29:22.907542 | fa163ebf-0e86-c0b9-b49b-000000000bb6 | TASK | Ensure rsyslog is installed 2025-10-03 10:29:25.689985 | fa163ebf-0e86-c0b9-b49b-000000000bb6 | OK | Ensure rsyslog is installed | standalone 2025-10-03 10:29:25.691577 | fa163ebf-0e86-c0b9-b49b-000000000bb6 | TIMING | Ensure rsyslog is installed | standalone | 0:03:08.505415 | 2.78s 2025-10-03 10:29:25.717538 | fa163ebf-0e86-c0b9-b49b-000000000bb7 | TASK | Ensure rsyslog is enabled and started 2025-10-03 10:29:26.076480 | fa163ebf-0e86-c0b9-b49b-000000000bb7 | OK | Ensure rsyslog is enabled and started | standalone 2025-10-03 10:29:26.078878 | fa163ebf-0e86-c0b9-b49b-000000000bb7 | TIMING | Ensure rsyslog is enabled and started | standalone | 0:03:08.892719 | 0.36s 2025-10-03 10:29:26.135922 | fa163ebf-0e86-c0b9-b49b-000000000bb8 | TIMING | include_role : tripleo_sshd | standalone | 0:03:08.949760 | 0.03s 2025-10-03 10:29:26.220768 | fa163ebf-0e86-c0b9-b49b-000000001553 | TASK | Gather variables for each operating system 2025-10-03 10:29:26.351691 | fa163ebf-0e86-c0b9-b49b-000000001553 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_sshd/vars/redhat.yml 2025-10-03 10:29:26.352878 | fa163ebf-0e86-c0b9-b49b-000000001553 | TIMING | tripleo_sshd : Gather variables for each operating system | standalone | 0:03:09.166728 | 0.13s 2025-10-03 10:29:26.356864 | fa163ebf-0e86-c0b9-b49b-000000001553 | TIMING | tripleo_sshd : Gather variables for each operating system | standalone | 0:03:09.170708 | 0.14s 2025-10-03 10:29:26.382410 | fa163ebf-0e86-c0b9-b49b-000000001555 | TASK | Install the OpenSSH server 2025-10-03 10:29:29.155238 | fa163ebf-0e86-c0b9-b49b-000000001555 | OK | Install the OpenSSH server | standalone 2025-10-03 10:29:29.157262 | fa163ebf-0e86-c0b9-b49b-000000001555 | TIMING | tripleo_sshd : Install the OpenSSH server | standalone | 0:03:11.971102 | 2.77s 2025-10-03 10:29:29.182634 | fa163ebf-0e86-c0b9-b49b-000000001556 | TASK | Start sshd 2025-10-03 10:29:29.209365 | fa163ebf-0e86-c0b9-b49b-000000001556 | SKIPPED | Start sshd | standalone 2025-10-03 10:29:29.210264 | fa163ebf-0e86-c0b9-b49b-000000001556 | TIMING | tripleo_sshd : Start sshd | standalone | 0:03:12.024118 | 0.03s 2025-10-03 10:29:29.230034 | fa163ebf-0e86-c0b9-b49b-000000001557 | TASK | PasswordAuthentication notice 2025-10-03 10:29:29.267277 | fa163ebf-0e86-c0b9-b49b-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-03 10:29:29.268771 | fa163ebf-0e86-c0b9-b49b-000000001557 | TIMING | tripleo_sshd : PasswordAuthentication notice | standalone | 0:03:12.082613 | 0.04s 2025-10-03 10:29:29.303005 | fa163ebf-0e86-c0b9-b49b-000000001558 | TASK | PasswordAuthentication duplication notice 2025-10-03 10:29:29.334075 | fa163ebf-0e86-c0b9-b49b-000000001558 | SKIPPED | PasswordAuthentication duplication notice | standalone 2025-10-03 10:29:29.335373 | fa163ebf-0e86-c0b9-b49b-000000001558 | TIMING | tripleo_sshd : PasswordAuthentication duplication notice | standalone | 0:03:12.149221 | 0.03s 2025-10-03 10:29:29.354874 | fa163ebf-0e86-c0b9-b49b-000000001559 | TASK | Motd duplication notice 2025-10-03 10:29:29.391988 | fa163ebf-0e86-c0b9-b49b-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-03 10:29:29.393314 | fa163ebf-0e86-c0b9-b49b-000000001559 | TIMING | tripleo_sshd : Motd duplication notice | standalone | 0:03:12.207158 | 0.04s 2025-10-03 10:29:29.419755 | fa163ebf-0e86-c0b9-b49b-00000000155a | TASK | Configure the banner text 2025-10-03 10:29:29.449664 | fa163ebf-0e86-c0b9-b49b-00000000155a | SKIPPED | Configure the banner text | standalone 2025-10-03 10:29:29.451048 | fa163ebf-0e86-c0b9-b49b-00000000155a | TIMING | tripleo_sshd : Configure the banner text | standalone | 0:03:12.264889 | 0.03s 2025-10-03 10:29:29.476971 | fa163ebf-0e86-c0b9-b49b-00000000155b | TASK | Configure the motd banner 2025-10-03 10:29:29.505781 | fa163ebf-0e86-c0b9-b49b-00000000155b | SKIPPED | Configure the motd banner | standalone 2025-10-03 10:29:29.506927 | fa163ebf-0e86-c0b9-b49b-00000000155b | TIMING | tripleo_sshd : Configure the motd banner | standalone | 0:03:12.320775 | 0.03s 2025-10-03 10:29:29.532807 | fa163ebf-0e86-c0b9-b49b-00000000155c | TASK | Update sshd configuration options from vars 2025-10-03 10:29:29.572869 | fa163ebf-0e86-c0b9-b49b-00000000155c | OK | Update sshd configuration options from vars | standalone 2025-10-03 10:29:29.574187 | fa163ebf-0e86-c0b9-b49b-00000000155c | TIMING | tripleo_sshd : Update sshd configuration options from vars | standalone | 0:03:12.388032 | 0.04s 2025-10-03 10:29:29.599241 | fa163ebf-0e86-c0b9-b49b-00000000155d | TASK | Adjust ssh server configuration 2025-10-03 10:29:30.153125 | fa163ebf-0e86-c0b9-b49b-00000000155d | CHANGED | Adjust ssh server configuration | standalone 2025-10-03 10:29:30.154827 | fa163ebf-0e86-c0b9-b49b-00000000155d | TIMING | tripleo_sshd : Adjust ssh server configuration | standalone | 0:03:12.968665 | 0.55s 2025-10-03 10:29:30.184525 | fa163ebf-0e86-c0b9-b49b-00000000155e | TASK | Restart sshd 2025-10-03 10:29:30.610562 | fa163ebf-0e86-c0b9-b49b-00000000155e | CHANGED | Restart sshd | standalone 2025-10-03 10:29:30.612465 | fa163ebf-0e86-c0b9-b49b-00000000155e | TIMING | tripleo_sshd : Restart sshd | standalone | 0:03:13.426287 | 0.43s 2025-10-03 10:29:30.662799 | fa163ebf-0e86-c0b9-b49b-000000000bb9 | TASK | create persistent directories 2025-10-03 10:29:30.974381 | fa163ebf-0e86-c0b9-b49b-000000000bb9 | CHANGED | create persistent directories | standalone | item={'path': '/srv/node', 'setype': 'container_file_t'} 2025-10-03 10:29:30.975981 | fa163ebf-0e86-c0b9-b49b-000000000bb9 | TIMING | create persistent directories | standalone | 0:03:13.789823 | 0.31s 2025-10-03 10:29:31.183354 | fa163ebf-0e86-c0b9-b49b-000000000bb9 | CHANGED | create persistent directories | standalone | item={'path': '/var/log/swift', 'setype': 'container_file_t'} 2025-10-03 10:29:31.184403 | fa163ebf-0e86-c0b9-b49b-000000000bb9 | TIMING | create persistent directories | standalone | 0:03:13.998254 | 0.52s 2025-10-03 10:29:31.402740 | fa163ebf-0e86-c0b9-b49b-000000000bb9 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/swift', 'setype': 'container_file_t'} 2025-10-03 10:29:31.404505 | fa163ebf-0e86-c0b9-b49b-000000000bb9 | TIMING | create persistent directories | standalone | 0:03:14.218354 | 0.74s 2025-10-03 10:29:31.415844 | fa163ebf-0e86-c0b9-b49b-000000000bb9 | TIMING | create persistent directories | standalone | 0:03:14.229684 | 0.75s 2025-10-03 10:29:31.441986 | fa163ebf-0e86-c0b9-b49b-000000000bba | TASK | create persistent directories 2025-10-03 10:29:31.664588 | fa163ebf-0e86-c0b9-b49b-000000000bba | OK | create persistent directories | standalone | item={'path': '/srv/node', 'setype': 'container_file_t'} 2025-10-03 10:29:31.666882 | fa163ebf-0e86-c0b9-b49b-000000000bba | TIMING | create persistent directories | standalone | 0:03:14.480721 | 0.22s 2025-10-03 10:29:31.860393 | fa163ebf-0e86-c0b9-b49b-000000000bba | CHANGED | create persistent directories | standalone | item={'path': '/var/cache/swift', 'setype': 'container_file_t'} 2025-10-03 10:29:31.861457 | fa163ebf-0e86-c0b9-b49b-000000000bba | TIMING | create persistent directories | standalone | 0:03:14.675278 | 0.42s 2025-10-03 10:29:32.036605 | fa163ebf-0e86-c0b9-b49b-000000000bba | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/swift', 'setype': 'container_file_t'} 2025-10-03 10:29:32.038469 | fa163ebf-0e86-c0b9-b49b-000000000bba | TIMING | create persistent directories | standalone | 0:03:14.852288 | 0.60s 2025-10-03 10:29:32.049825 | fa163ebf-0e86-c0b9-b49b-000000000bba | TIMING | create persistent directories | standalone | 0:03:14.863664 | 0.61s 2025-10-03 10:29:32.076394 | fa163ebf-0e86-c0b9-b49b-000000000bbb | TASK | Set swift_use_local_disks fact 2025-10-03 10:29:32.107628 | fa163ebf-0e86-c0b9-b49b-000000000bbb | OK | Set swift_use_local_disks fact | standalone 2025-10-03 10:29:32.108782 | fa163ebf-0e86-c0b9-b49b-000000000bbb | TIMING | Set swift_use_local_disks fact | standalone | 0:03:14.922629 | 0.03s 2025-10-03 10:29:32.133037 | fa163ebf-0e86-c0b9-b49b-000000000bbc | TASK | Set use_node_data_lookup fact 2025-10-03 10:29:32.163333 | fa163ebf-0e86-c0b9-b49b-000000000bbc | OK | Set use_node_data_lookup fact | standalone 2025-10-03 10:29:32.164515 | fa163ebf-0e86-c0b9-b49b-000000000bbc | TIMING | Set use_node_data_lookup fact | standalone | 0:03:14.978361 | 0.03s 2025-10-03 10:29:32.185069 | fa163ebf-0e86-c0b9-b49b-000000000bbd | TASK | Create Swift d1 directory if needed 2025-10-03 10:29:32.425162 | fa163ebf-0e86-c0b9-b49b-000000000bbd | CHANGED | Create Swift d1 directory if needed | standalone 2025-10-03 10:29:32.426806 | fa163ebf-0e86-c0b9-b49b-000000000bbd | TIMING | Create Swift d1 directory if needed | standalone | 0:03:15.240649 | 0.24s 2025-10-03 10:29:32.452088 | fa163ebf-0e86-c0b9-b49b-000000000bbe | TASK | Set fact for SwiftRawDisks 2025-10-03 10:29:32.491845 | fa163ebf-0e86-c0b9-b49b-000000000bbe | OK | Set fact for SwiftRawDisks | standalone 2025-10-03 10:29:32.493276 | fa163ebf-0e86-c0b9-b49b-000000000bbe | TIMING | Set fact for SwiftRawDisks | standalone | 0:03:15.307121 | 0.04s 2025-10-03 10:29:32.525475 | fa163ebf-0e86-c0b9-b49b-000000000bbf | TASK | Get hiera swift::storage::disks::args 2025-10-03 10:29:32.556413 | fa163ebf-0e86-c0b9-b49b-000000000bbf | SKIPPED | Get hiera swift::storage::disks::args | standalone 2025-10-03 10:29:32.557777 | fa163ebf-0e86-c0b9-b49b-000000000bbf | TIMING | Get hiera swift::storage::disks::args | standalone | 0:03:15.371623 | 0.03s 2025-10-03 10:29:32.582217 | fa163ebf-0e86-c0b9-b49b-000000000bc0 | TASK | Set fact for swift_raw_disks 2025-10-03 10:29:32.610793 | fa163ebf-0e86-c0b9-b49b-000000000bc0 | SKIPPED | Set fact for swift_raw_disks | standalone 2025-10-03 10:29:32.612197 | fa163ebf-0e86-c0b9-b49b-000000000bc0 | TIMING | Set fact for swift_raw_disks | standalone | 0:03:15.426041 | 0.03s 2025-10-03 10:29:32.637556 | fa163ebf-0e86-c0b9-b49b-000000000bc1 | TASK | Format SwiftRawDisks 2025-10-03 10:29:32.666550 | fa163ebf-0e86-c0b9-b49b-000000000bc1 | TIMING | Format SwiftRawDisks | standalone | 0:03:15.480392 | 0.03s 2025-10-03 10:29:32.693091 | fa163ebf-0e86-c0b9-b49b-000000000bc2 | TASK | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions 2025-10-03 10:29:32.745602 | fa163ebf-0e86-c0b9-b49b-000000000bc2 | SKIPPED | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions | standalone 2025-10-03 10:29:32.746957 | fa163ebf-0e86-c0b9-b49b-000000000bc2 | TIMING | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions | standalone | 0:03:15.560796 | 0.05s 2025-10-03 10:29:32.772022 | fa163ebf-0e86-c0b9-b49b-000000000bc3 | TASK | Mount devices defined in SwiftRawDisks 2025-10-03 10:29:32.800958 | fa163ebf-0e86-c0b9-b49b-000000000bc3 | TIMING | Mount devices defined in SwiftRawDisks | standalone | 0:03:15.614794 | 0.03s 2025-10-03 10:29:32.825635 | fa163ebf-0e86-c0b9-b49b-000000000bc4 | TASK | Check for NTP service 2025-10-03 10:29:33.076836 | fa163ebf-0e86-c0b9-b49b-000000000bc4 | CHANGED | Check for NTP service | standalone 2025-10-03 10:29:33.078194 | fa163ebf-0e86-c0b9-b49b-000000000bc4 | TIMING | Check for NTP service | standalone | 0:03:15.892040 | 0.25s 2025-10-03 10:29:33.102452 | fa163ebf-0e86-c0b9-b49b-000000000bc5 | TASK | Disable NTP before configuring Chrony 2025-10-03 10:29:33.145837 | fa163ebf-0e86-c0b9-b49b-000000000bc5 | SKIPPED | Disable NTP before configuring Chrony | standalone 2025-10-03 10:29:33.146898 | fa163ebf-0e86-c0b9-b49b-000000000bc5 | TIMING | Disable NTP before configuring Chrony | standalone | 0:03:15.960746 | 0.04s 2025-10-03 10:29:33.171160 | fa163ebf-0e86-c0b9-b49b-000000000bc6 | TASK | Install, Configure and Run Chrony 2025-10-03 10:29:33.199708 | fa163ebf-0e86-c0b9-b49b-000000000bc6 | TIMING | Install, Configure and Run Chrony | standalone | 0:03:16.013551 | 0.03s 2025-10-03 10:29:33.303795 | fa163ebf-0e86-c0b9-b49b-0000000016ef | TASK | Load distro-specific variables 2025-10-03 10:29:33.329326 | fa163ebf-0e86-c0b9-b49b-0000000016ef | TIMING | chrony : Load distro-specific variables | standalone | 0:03:16.143175 | 0.02s 2025-10-03 10:29:33.337505 | d5bd33e1-1dec-4d2b-94a1-55cb0b53c91f | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2025-10-03 10:29:33.358170 | fa163ebf-0e86-c0b9-b49b-0000000017d4 | TASK | Load distro-specific variables 2025-10-03 10:29:33.409135 | fa163ebf-0e86-c0b9-b49b-0000000017d4 | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-03 10:29:33.410541 | fa163ebf-0e86-c0b9-b49b-0000000017d4 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:16.224379 | 0.05s 2025-10-03 10:29:33.416575 | fa163ebf-0e86-c0b9-b49b-0000000017d4 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:16.230422 | 0.06s 2025-10-03 10:29:33.441908 | fa163ebf-0e86-c0b9-b49b-0000000016f0 | TASK | Install chronyd 2025-10-03 10:29:33.473667 | fa163ebf-0e86-c0b9-b49b-0000000016f0 | TIMING | chrony : Install chronyd | standalone | 0:03:16.287504 | 0.03s 2025-10-03 10:29:33.497495 | 79a58c05-6b77-4a94-a4e0-038bcb6e6baf | INCLUDED | /usr/share/ansible/roles/chrony/tasks/install.yml | standalone 2025-10-03 10:29:33.529835 | fa163ebf-0e86-c0b9-b49b-00000000180d | TASK | Load distro-specific variables 2025-10-03 10:29:33.556222 | fa163ebf-0e86-c0b9-b49b-00000000180d | TIMING | chrony : Load distro-specific variables | standalone | 0:03:16.370070 | 0.03s 2025-10-03 10:29:33.566546 | fa766e84-0e95-48b1-b184-e9d4d76544b9 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2025-10-03 10:29:33.590604 | fa163ebf-0e86-c0b9-b49b-000000001854 | TASK | Load distro-specific variables 2025-10-03 10:29:33.644254 | fa163ebf-0e86-c0b9-b49b-000000001854 | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-03 10:29:33.645464 | fa163ebf-0e86-c0b9-b49b-000000001854 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:16.459282 | 0.05s 2025-10-03 10:29:33.651256 | fa163ebf-0e86-c0b9-b49b-000000001854 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:16.465099 | 0.06s 2025-10-03 10:29:33.671599 | fa163ebf-0e86-c0b9-b49b-00000000180e | TASK | Check for NTP service 2025-10-03 10:29:33.921381 | fa163ebf-0e86-c0b9-b49b-00000000180e | CHANGED | Check for NTP service | standalone 2025-10-03 10:29:33.922862 | fa163ebf-0e86-c0b9-b49b-00000000180e | TIMING | chrony : Check for NTP service | standalone | 0:03:16.736706 | 0.25s 2025-10-03 10:29:33.949334 | fa163ebf-0e86-c0b9-b49b-00000000180f | TASK | Disable NTP before configuring Chrony 2025-10-03 10:29:33.998754 | fa163ebf-0e86-c0b9-b49b-00000000180f | SKIPPED | Disable NTP before configuring Chrony | standalone 2025-10-03 10:29:33.999855 | fa163ebf-0e86-c0b9-b49b-00000000180f | TIMING | chrony : Disable NTP before configuring Chrony | standalone | 0:03:16.813703 | 0.05s 2025-10-03 10:29:34.024585 | fa163ebf-0e86-c0b9-b49b-000000001810 | TASK | Install chronyd package 2025-10-03 10:29:36.842203 | fa163ebf-0e86-c0b9-b49b-000000001810 | OK | Install chronyd package | standalone 2025-10-03 10:29:36.843785 | fa163ebf-0e86-c0b9-b49b-000000001810 | TIMING | chrony : Install chronyd package | standalone | 0:03:19.657626 | 2.82s 2025-10-03 10:29:36.870070 | fa163ebf-0e86-c0b9-b49b-0000000016f1 | TASK | Upgrade chronyd 2025-10-03 10:29:36.900792 | fa163ebf-0e86-c0b9-b49b-0000000016f1 | SKIPPED | Upgrade chronyd | standalone 2025-10-03 10:29:36.901854 | fa163ebf-0e86-c0b9-b49b-0000000016f1 | TIMING | chrony : Upgrade chronyd | standalone | 0:03:19.715701 | 0.03s 2025-10-03 10:29:36.926573 | fa163ebf-0e86-c0b9-b49b-0000000016f2 | TASK | Configure chronyd 2025-10-03 10:29:36.958808 | fa163ebf-0e86-c0b9-b49b-0000000016f2 | TIMING | chrony : Configure chronyd | standalone | 0:03:19.772650 | 0.03s 2025-10-03 10:29:36.979890 | 783f0838-1537-4f55-8b8e-87ef4aa83067 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/config.yml | standalone 2025-10-03 10:29:37.018458 | fa163ebf-0e86-c0b9-b49b-00000000188d | TASK | Load distro-specific variables 2025-10-03 10:29:37.078315 | fa163ebf-0e86-c0b9-b49b-00000000188d | TIMING | chrony : Load distro-specific variables | standalone | 0:03:19.892145 | 0.06s 2025-10-03 10:29:37.097133 | 527f4a3b-db39-4c0e-b7ad-d9504f1fab2a | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2025-10-03 10:29:37.128832 | fa163ebf-0e86-c0b9-b49b-0000000018f9 | TASK | Load distro-specific variables 2025-10-03 10:29:37.190397 | fa163ebf-0e86-c0b9-b49b-0000000018f9 | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-03 10:29:37.192126 | fa163ebf-0e86-c0b9-b49b-0000000018f9 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:20.005963 | 0.06s 2025-10-03 10:29:37.199006 | fa163ebf-0e86-c0b9-b49b-0000000018f9 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:20.012855 | 0.07s 2025-10-03 10:29:37.218805 | fa163ebf-0e86-c0b9-b49b-00000000188e | TASK | Install chrony configuration file 2025-10-03 10:29:37.774025 | fa163ebf-0e86-c0b9-b49b-00000000188e | CHANGED | Install chrony configuration file | standalone 2025-10-03 10:29:37.775383 | fa163ebf-0e86-c0b9-b49b-00000000188e | TIMING | chrony : Install chrony configuration file | standalone | 0:03:20.589230 | 0.56s 2025-10-03 10:29:37.801090 | fa163ebf-0e86-c0b9-b49b-0000000016f3 | TASK | Run chronyd 2025-10-03 10:29:37.831030 | fa163ebf-0e86-c0b9-b49b-0000000016f3 | TIMING | chrony : Run chronyd | standalone | 0:03:20.644867 | 0.03s 2025-10-03 10:29:37.855085 | 31ad425f-b22a-42ba-86f5-6991499c38d0 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/run.yml | standalone 2025-10-03 10:29:37.896321 | fa163ebf-0e86-c0b9-b49b-00000000191c | TASK | Load distro-specific variables 2025-10-03 10:29:37.923003 | fa163ebf-0e86-c0b9-b49b-00000000191c | TIMING | chrony : Load distro-specific variables | standalone | 0:03:20.736848 | 0.03s 2025-10-03 10:29:37.933929 | 51695062-ccaf-4496-8dfd-cf35ef78a55b | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2025-10-03 10:29:37.957021 | fa163ebf-0e86-c0b9-b49b-0000000019a0 | TASK | Load distro-specific variables 2025-10-03 10:29:38.011444 | fa163ebf-0e86-c0b9-b49b-0000000019a0 | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-03 10:29:38.012701 | fa163ebf-0e86-c0b9-b49b-0000000019a0 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:20.826545 | 0.05s 2025-10-03 10:29:38.018082 | fa163ebf-0e86-c0b9-b49b-0000000019a0 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:20.831936 | 0.06s 2025-10-03 10:29:38.037856 | fa163ebf-0e86-c0b9-b49b-00000000191d | TASK | Ensure chronyd is running 2025-10-03 10:29:38.447002 | fa163ebf-0e86-c0b9-b49b-00000000191d | OK | Ensure chronyd is running | standalone 2025-10-03 10:29:38.448963 | fa163ebf-0e86-c0b9-b49b-00000000191d | TIMING | chrony : Ensure chronyd is running | standalone | 0:03:21.262807 | 0.41s 2025-10-03 10:29:38.476948 | fa163ebf-0e86-c0b9-b49b-00000000191e | TASK | Force chronyd restart 2025-10-03 10:29:38.980878 | fa163ebf-0e86-c0b9-b49b-00000000191e | CHANGED | Force chronyd restart | standalone 2025-10-03 10:29:38.982687 | fa163ebf-0e86-c0b9-b49b-00000000191e | TIMING | chrony : Force chronyd restart | standalone | 0:03:21.796534 | 0.50s 2025-10-03 10:29:39.009020 | fa163ebf-0e86-c0b9-b49b-0000000016f4 | TASK | Enable online service 2025-10-03 10:29:39.039097 | fa163ebf-0e86-c0b9-b49b-0000000016f4 | TIMING | chrony : Enable online service | standalone | 0:03:21.852940 | 0.03s 2025-10-03 10:29:39.057590 | d5a23c97-8661-46f3-a632-9f3d142d9a2a | INCLUDED | /usr/share/ansible/roles/chrony/tasks/online.yml | standalone 2025-10-03 10:29:39.101633 | fa163ebf-0e86-c0b9-b49b-0000000019cd | TASK | Create chrony-online.service unit file 2025-10-03 10:29:39.583496 | fa163ebf-0e86-c0b9-b49b-0000000019cd | CHANGED | Create chrony-online.service unit file | standalone 2025-10-03 10:29:39.584774 | fa163ebf-0e86-c0b9-b49b-0000000019cd | TIMING | chrony : Create chrony-online.service unit file | standalone | 0:03:22.398619 | 0.48s 2025-10-03 10:29:39.611332 | fa163ebf-0e86-c0b9-b49b-0000000019ce | TASK | Enable chrony-online.service 2025-10-03 10:29:40.483238 | fa163ebf-0e86-c0b9-b49b-0000000019ce | CHANGED | Enable chrony-online.service | standalone 2025-10-03 10:29:40.485071 | fa163ebf-0e86-c0b9-b49b-0000000019ce | TIMING | chrony : Enable chrony-online.service | standalone | 0:03:23.298918 | 0.87s 2025-10-03 10:29:40.511903 | fa163ebf-0e86-c0b9-b49b-0000000016f5 | TASK | Sync chronyc 2025-10-03 10:29:40.542715 | fa163ebf-0e86-c0b9-b49b-0000000016f5 | TIMING | chrony : Sync chronyc | standalone | 0:03:23.356551 | 0.03s 2025-10-03 10:29:40.562733 | fecadfcf-ea8e-4e23-882e-1c3f25d27c3f | INCLUDED | /usr/share/ansible/roles/chrony/tasks/sync.yml | standalone 2025-10-03 10:29:40.609748 | fa163ebf-0e86-c0b9-b49b-000000001a73 | TASK | Force NTP sync 2025-10-03 10:29:40.837314 | fa163ebf-0e86-c0b9-b49b-000000001a73 | CHANGED | Force NTP sync | standalone 2025-10-03 10:29:40.838762 | fa163ebf-0e86-c0b9-b49b-000000001a73 | TIMING | chrony : Force NTP sync | standalone | 0:03:23.652608 | 0.23s 2025-10-03 10:29:40.865018 | fa163ebf-0e86-c0b9-b49b-000000001a74 | TASK | Ensure system is NTP time synced 2025-10-03 10:29:51.105489 | fa163ebf-0e86-c0b9-b49b-000000001a74 | CHANGED | Ensure system is NTP time synced | standalone 2025-10-03 10:29:51.106881 | fa163ebf-0e86-c0b9-b49b-000000001a74 | TIMING | chrony : Ensure system is NTP time synced | standalone | 0:03:33.920729 | 10.24s 2025-10-03 10:29:51.154088 | fa163ebf-0e86-c0b9-b49b-000000000bc7 | TASK | Force NTP sync 2025-10-03 10:29:51.399915 | fa163ebf-0e86-c0b9-b49b-000000000bc7 | CHANGED | Force NTP sync | standalone 2025-10-03 10:29:51.401039 | fa163ebf-0e86-c0b9-b49b-000000000bc7 | TIMING | Force NTP sync | standalone | 0:03:34.214894 | 0.25s 2025-10-03 10:29:51.422282 | fa163ebf-0e86-c0b9-b49b-000000000bc8 | TASK | Ensure system is NTP time synced 2025-10-03 10:29:51.651832 | fa163ebf-0e86-c0b9-b49b-000000000bc8 | CHANGED | Ensure system is NTP time synced | standalone 2025-10-03 10:29:51.653125 | fa163ebf-0e86-c0b9-b49b-000000000bc8 | TIMING | Ensure system is NTP time synced | standalone | 0:03:34.466973 | 0.23s 2025-10-03 10:29:51.681522 | fa163ebf-0e86-c0b9-b49b-000000000bc9 | TASK | Run timezone role 2025-10-03 10:29:51.713526 | fa163ebf-0e86-c0b9-b49b-000000000bc9 | TIMING | Run timezone role | standalone | 0:03:34.527364 | 0.03s 2025-10-03 10:29:51.813949 | fa163ebf-0e86-c0b9-b49b-000000001c34 | TASK | Set timezone 2025-10-03 10:29:52.312966 | fa163ebf-0e86-c0b9-b49b-000000001c34 | OK | Set timezone | standalone 2025-10-03 10:29:52.314373 | fa163ebf-0e86-c0b9-b49b-000000001c34 | TIMING | tripleo_timezone : Set timezone | standalone | 0:03:35.128211 | 0.50s 2025-10-03 10:29:52.340285 | fa163ebf-0e86-c0b9-b49b-000000001c35 | TASK | Restart time services 2025-10-03 10:29:52.374599 | fa163ebf-0e86-c0b9-b49b-000000001c35 | SKIPPED | Restart time services | standalone | item=rsyslog 2025-10-03 10:29:52.381898 | fa163ebf-0e86-c0b9-b49b-000000001c35 | SKIPPED | Restart time services | standalone | item=crond 2025-10-03 10:29:52.388990 | fa163ebf-0e86-c0b9-b49b-000000001c35 | TIMING | tripleo_timezone : Restart time services | standalone | 0:03:35.202834 | 0.05s 2025-10-03 10:29:52.436474 | fa163ebf-0e86-c0b9-b49b-000000000bca | TASK | install tmpwatch on the host 2025-10-03 10:29:55.232924 | fa163ebf-0e86-c0b9-b49b-000000000bca | OK | install tmpwatch on the host | standalone 2025-10-03 10:29:55.234245 | fa163ebf-0e86-c0b9-b49b-000000000bca | TIMING | install tmpwatch on the host | standalone | 0:03:38.048094 | 2.80s 2025-10-03 10:29:55.258995 | fa163ebf-0e86-c0b9-b49b-000000000bcb | TASK | Notice - ctlplane subnet is set 2025-10-03 10:29:55.289984 | fa163ebf-0e86-c0b9-b49b-000000000bcb | OK | Notice - ctlplane subnet is set | standalone | result={ "changed": false, "msg": "CIDRs found in the ctlplane network tags.\n" } 2025-10-03 10:29:55.291237 | fa163ebf-0e86-c0b9-b49b-000000000bcb | TIMING | Notice - ctlplane subnet is set | standalone | 0:03:38.105083 | 0.03s 2025-10-03 10:29:55.346786 | fa163ebf-0e86-c0b9-b49b-000000000bcc | TIMING | include_role : tuned | standalone | 0:03:38.160621 | 0.03s 2025-10-03 10:29:55.453296 | fa163ebf-0e86-c0b9-b49b-000000001e68 | TASK | Gather variables for each operating system 2025-10-03 10:29:55.572721 | fa163ebf-0e86-c0b9-b49b-000000001e68 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tuned/vars/redhat.yml 2025-10-03 10:29:55.574054 | fa163ebf-0e86-c0b9-b49b-000000001e68 | TIMING | tuned : Gather variables for each operating system | standalone | 0:03:38.387897 | 0.12s 2025-10-03 10:29:55.580166 | fa163ebf-0e86-c0b9-b49b-000000001e68 | TIMING | tuned : Gather variables for each operating system | standalone | 0:03:38.394008 | 0.13s 2025-10-03 10:29:55.660842 | fa163ebf-0e86-c0b9-b49b-000000001e69 | TIMING | tuned : include_tasks | standalone | 0:03:38.474681 | 0.05s 2025-10-03 10:29:55.681943 | f573d0f8-4264-43e0-800f-1cdf9936be4d | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_install.yml | standalone 2025-10-03 10:29:55.716266 | fa163ebf-0e86-c0b9-b49b-000000001f99 | TASK | Check tuned package is installed 2025-10-03 10:29:55.961517 | fa163ebf-0e86-c0b9-b49b-000000001f99 | CHANGED | Check tuned package is installed | standalone 2025-10-03 10:29:55.963106 | fa163ebf-0e86-c0b9-b49b-000000001f99 | TIMING | tuned : Check tuned package is installed | standalone | 0:03:38.776947 | 0.24s 2025-10-03 10:29:55.990028 | fa163ebf-0e86-c0b9-b49b-000000001f9a | TASK | Install tuned 2025-10-03 10:29:56.022228 | fa163ebf-0e86-c0b9-b49b-000000001f9a | SKIPPED | Install tuned | standalone 2025-10-03 10:29:56.023419 | fa163ebf-0e86-c0b9-b49b-000000001f9a | TIMING | tuned : Install tuned | standalone | 0:03:38.837259 | 0.03s 2025-10-03 10:29:56.049256 | fa163ebf-0e86-c0b9-b49b-000000001f9b | TASK | Restart tuned 2025-10-03 10:29:56.082553 | fa163ebf-0e86-c0b9-b49b-000000001f9b | SKIPPED | Restart tuned | standalone 2025-10-03 10:29:56.083822 | fa163ebf-0e86-c0b9-b49b-000000001f9b | TIMING | tuned : Restart tuned | standalone | 0:03:38.897664 | 0.03s 2025-10-03 10:29:56.109745 | fa163ebf-0e86-c0b9-b49b-000000001e6a | TASK | Check for tuned-adm 2025-10-03 10:29:56.338157 | fa163ebf-0e86-c0b9-b49b-000000001e6a | OK | Check for tuned-adm | standalone 2025-10-03 10:29:56.339579 | fa163ebf-0e86-c0b9-b49b-000000001e6a | TIMING | tuned : Check for tuned-adm | standalone | 0:03:39.153423 | 0.23s 2025-10-03 10:29:56.398485 | fa163ebf-0e86-c0b9-b49b-000000001e6b | TIMING | tuned : include_tasks | standalone | 0:03:39.212327 | 0.04s 2025-10-03 10:29:56.415504 | 7013f5db-bc01-4706-a1dc-bc5fe17a0660 | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_config.yml | standalone 2025-10-03 10:29:56.444297 | fa163ebf-0e86-c0b9-b49b-000000001fc6 | TASK | Ensure profile directory exists 2025-10-03 10:29:56.512937 | fa163ebf-0e86-c0b9-b49b-000000001fc6 | SKIPPED | Ensure profile directory exists | standalone 2025-10-03 10:29:56.514202 | fa163ebf-0e86-c0b9-b49b-000000001fc6 | TIMING | tuned : Ensure profile directory exists | standalone | 0:03:39.328049 | 0.07s 2025-10-03 10:29:56.539732 | fa163ebf-0e86-c0b9-b49b-000000001fc7 | TASK | Create custom tuned profile 2025-10-03 10:29:56.603059 | fa163ebf-0e86-c0b9-b49b-000000001fc7 | SKIPPED | Create custom tuned profile | standalone 2025-10-03 10:29:56.604173 | fa163ebf-0e86-c0b9-b49b-000000001fc7 | TIMING | tuned : Create custom tuned profile | standalone | 0:03:39.418020 | 0.06s 2025-10-03 10:29:56.629501 | fa163ebf-0e86-c0b9-b49b-000000001fc8 | TASK | Check tuned active profile 2025-10-03 10:29:56.854242 | fa163ebf-0e86-c0b9-b49b-000000001fc8 | OK | Check tuned active profile | standalone 2025-10-03 10:29:56.855699 | fa163ebf-0e86-c0b9-b49b-000000001fc8 | TIMING | tuned : Check tuned active profile | standalone | 0:03:39.669541 | 0.22s 2025-10-03 10:29:56.882263 | fa163ebf-0e86-c0b9-b49b-000000001fc9 | TASK | Check Tuned Configuration file exists 2025-10-03 10:29:57.094733 | fa163ebf-0e86-c0b9-b49b-000000001fc9 | OK | Check Tuned Configuration file exists | standalone 2025-10-03 10:29:57.096188 | fa163ebf-0e86-c0b9-b49b-000000001fc9 | TIMING | tuned : Check Tuned Configuration file exists | standalone | 0:03:39.910028 | 0.21s 2025-10-03 10:29:57.121519 | fa163ebf-0e86-c0b9-b49b-000000001fca | TASK | Fail if tuned profile conf is absent but isolated cores is provided 2025-10-03 10:29:57.184403 | fa163ebf-0e86-c0b9-b49b-000000001fca | SKIPPED | Fail if tuned profile conf is absent but isolated cores is provided | standalone 2025-10-03 10:29:57.185820 | fa163ebf-0e86-c0b9-b49b-000000001fca | TIMING | tuned : Fail if tuned profile conf is absent but isolated cores is provided | standalone | 0:03:39.999666 | 0.06s 2025-10-03 10:29:57.211481 | fa163ebf-0e86-c0b9-b49b-000000001fcb | TASK | Configure isolated cores for profile throughput-performance 2025-10-03 10:29:57.271844 | fa163ebf-0e86-c0b9-b49b-000000001fcb | SKIPPED | Configure isolated cores for profile throughput-performance | standalone 2025-10-03 10:29:57.273133 | fa163ebf-0e86-c0b9-b49b-000000001fcb | TIMING | tuned : Configure isolated cores for profile throughput-performance | standalone | 0:03:40.086979 | 0.06s 2025-10-03 10:29:57.299250 | fa163ebf-0e86-c0b9-b49b-000000001fcc | TASK | Enable tuned profile 2025-10-03 10:29:57.328478 | fa163ebf-0e86-c0b9-b49b-000000001fcc | SKIPPED | Enable tuned profile | standalone 2025-10-03 10:29:57.329613 | fa163ebf-0e86-c0b9-b49b-000000001fcc | TIMING | tuned : Enable tuned profile | standalone | 0:03:40.143461 | 0.03s PLAY [Overcloud container setup tasks] ***************************************** 2025-10-03 10:29:57.514467 | fa163ebf-0e86-c0b9-b49b-0000000000ac | TASK | Overcloud container setup tasks 2025-10-03 10:29:57.542993 | fa163ebf-0e86-c0b9-b49b-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', 'fa163ebf-0e86-c0b9-b49b-0000000000ac') missing from stats 2025-10-03 10:29:57.563127 | fa163ebf-0e86-c0b9-b49b-0000000000ad | TASK | Write config data 2025-10-03 10:29:57.633718 | fa163ebf-0e86-c0b9-b49b-0000000000ad | TIMING | Write config data | standalone | 0:03:40.447555 | 0.07s 2025-10-03 10:29:57.682123 | c6d19e03-20b2-448f-807d-6af4bc2396e6 | INCLUDED | /root/standalone-ansible-cgj5i441/common_container_setup_tasks.yaml | standalone 2025-10-03 10:29:57.717057 | fa163ebf-0e86-c0b9-b49b-00000000202a | TASK | Create and ensure setype for /var/log/containers directory 2025-10-03 10:29:57.941508 | fa163ebf-0e86-c0b9-b49b-00000000202a | OK | Create and ensure setype for /var/log/containers directory | standalone 2025-10-03 10:29:57.943148 | fa163ebf-0e86-c0b9-b49b-00000000202a | TIMING | Create and ensure setype for /var/log/containers directory | standalone | 0:03:40.756992 | 0.22s 2025-10-03 10:29:57.963352 | fa163ebf-0e86-c0b9-b49b-00000000202b | TASK | Create ContainerLogStdoutPath directory 2025-10-03 10:29:58.193675 | fa163ebf-0e86-c0b9-b49b-00000000202b | CHANGED | Create ContainerLogStdoutPath directory | standalone 2025-10-03 10:29:58.195181 | fa163ebf-0e86-c0b9-b49b-00000000202b | TIMING | Create ContainerLogStdoutPath directory | standalone | 0:03:41.009026 | 0.23s 2025-10-03 10:29:58.221333 | fa163ebf-0e86-c0b9-b49b-00000000202c | TASK | Create /var/lib/tripleo-config directory 2025-10-03 10:29:58.446094 | fa163ebf-0e86-c0b9-b49b-00000000202c | OK | Create /var/lib/tripleo-config directory | standalone 2025-10-03 10:29:58.447957 | fa163ebf-0e86-c0b9-b49b-00000000202c | TIMING | Create /var/lib/tripleo-config directory | standalone | 0:03:41.261795 | 0.23s 2025-10-03 10:29:58.478616 | fa163ebf-0e86-c0b9-b49b-00000000202d | TASK | Clean old /var/lib/container-startup-configs.json file 2025-10-03 10:29:58.702511 | fa163ebf-0e86-c0b9-b49b-00000000202d | OK | Clean old /var/lib/container-startup-configs.json file | standalone 2025-10-03 10:29:58.703446 | fa163ebf-0e86-c0b9-b49b-00000000202d | TIMING | Clean old /var/lib/container-startup-configs.json file | standalone | 0:03:41.517281 | 0.22s 2025-10-03 10:29:58.723356 | fa163ebf-0e86-c0b9-b49b-00000000202e | TASK | Clean old /var/lib/docker-container-startup-configs.json file 2025-10-03 10:29:58.937944 | fa163ebf-0e86-c0b9-b49b-00000000202e | OK | Clean old /var/lib/docker-container-startup-configs.json file | standalone 2025-10-03 10:29:58.938860 | fa163ebf-0e86-c0b9-b49b-00000000202e | TIMING | Clean old /var/lib/docker-container-startup-configs.json file | standalone | 0:03:41.752714 | 0.21s 2025-10-03 10:29:58.959177 | fa163ebf-0e86-c0b9-b49b-000000002032 | TASK | Create fcontext entry for container-config-scripts 2025-10-03 10:30:00.289738 | fa163ebf-0e86-c0b9-b49b-000000002032 | CHANGED | Create fcontext entry for container-config-scripts | standalone 2025-10-03 10:30:00.292629 | fa163ebf-0e86-c0b9-b49b-000000002032 | TIMING | Create fcontext entry for container-config-scripts | standalone | 0:03:43.106466 | 1.33s 2025-10-03 10:30:00.313499 | fa163ebf-0e86-c0b9-b49b-000000002033 | TASK | Create /var/lib/container-config-scripts 2025-10-03 10:30:00.552028 | fa163ebf-0e86-c0b9-b49b-000000002033 | CHANGED | Create /var/lib/container-config-scripts | standalone 2025-10-03 10:30:00.553344 | fa163ebf-0e86-c0b9-b49b-000000002033 | TIMING | Create /var/lib/container-config-scripts | standalone | 0:03:43.367192 | 0.24s 2025-10-03 10:30:00.579046 | fa163ebf-0e86-c0b9-b49b-000000002034 | TASK | Write container config scripts 2025-10-03 10:30:00.893245 | fa163ebf-0e86-c0b9-b49b-000000002034 | CHANGED | Write container config scripts | standalone 2025-10-03 10:30:00.894035 | fa163ebf-0e86-c0b9-b49b-000000002034 | TIMING | Write container config scripts | standalone | 0:03:43.707891 | 0.31s 2025-10-03 10:30:00.910801 | fa163ebf-0e86-c0b9-b49b-000000002035 | TASK | Write /var/lib/tripleo-config/container-startup-config-readme.txt 2025-10-03 10:30:01.326203 | fa163ebf-0e86-c0b9-b49b-000000002035 | CHANGED | Write /var/lib/tripleo-config/container-startup-config-readme.txt | standalone 2025-10-03 10:30:01.327670 | fa163ebf-0e86-c0b9-b49b-000000002035 | TIMING | Write /var/lib/tripleo-config/container-startup-config-readme.txt | standalone | 0:03:44.141508 | 0.42s 2025-10-03 10:30:01.354103 | fa163ebf-0e86-c0b9-b49b-000000002036 | TASK | Generate startup configs files per step and per container 2025-10-03 10:30:01.948130 | fa163ebf-0e86-c0b9-b49b-000000002036 | CHANGED | Generate startup configs files per step and per container | standalone 2025-10-03 10:30:01.957417 | fa163ebf-0e86-c0b9-b49b-000000002036 | TIMING | Generate startup configs files per step and per container | standalone | 0:03:44.771254 | 0.60s 2025-10-03 10:30:01.998447 | fa163ebf-0e86-c0b9-b49b-000000002037 | TASK | Create /var/lib/kolla/config_files directory 2025-10-03 10:30:02.240261 | fa163ebf-0e86-c0b9-b49b-000000002037 | CHANGED | Create /var/lib/kolla/config_files directory | standalone 2025-10-03 10:30:02.241701 | fa163ebf-0e86-c0b9-b49b-000000002037 | TIMING | Create /var/lib/kolla/config_files directory | standalone | 0:03:45.055547 | 0.24s 2025-10-03 10:30:02.266807 | fa163ebf-0e86-c0b9-b49b-000000002038 | TASK | Create /var/lib/config-data directory 2025-10-03 10:30:02.497886 | fa163ebf-0e86-c0b9-b49b-000000002038 | CHANGED | Create /var/lib/config-data directory | standalone 2025-10-03 10:30:02.498974 | fa163ebf-0e86-c0b9-b49b-000000002038 | TIMING | Create /var/lib/config-data directory | standalone | 0:03:45.312826 | 0.23s 2025-10-03 10:30:02.519306 | fa163ebf-0e86-c0b9-b49b-000000002039 | TASK | Write container config json files 2025-10-03 10:30:03.002447 | fa163ebf-0e86-c0b9-b49b-000000002039 | CHANGED | Write container config json files | standalone 2025-10-03 10:30:03.009086 | fa163ebf-0e86-c0b9-b49b-000000002039 | TIMING | Write container config json files | standalone | 0:03:45.822932 | 0.49s PLAY [Pre Deployment Step Tasks] *********************************************** 2025-10-03 10:30:03.176352 | fa163ebf-0e86-c0b9-b49b-0000000000b1 | TASK | Pre Deployment Step Tasks 2025-10-03 10:30:03.205367 | fa163ebf-0e86-c0b9-b49b-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', 'fa163ebf-0e86-c0b9-b49b-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-03 10:30:03.270737 | fa163ebf-0e86-c0b9-b49b-0000000000b2 | TIMING | include_tasks | standalone | 0:03:46.084576 | 0.04s 2025-10-03 10:30:03.300938 | 374508b3-4481-4137-bc63-8b1120fb1901 | INCLUDED | /root/standalone-ansible-cgj5i441/Standalone/pre_deploy_step_tasks.yaml | standalone 2025-10-03 10:30:03.346223 | fa163ebf-0e86-c0b9-b49b-00000000206d | TASK | Get undercloud FQDN 2025-10-03 10:30:03.408800 | fa163ebf-0e86-c0b9-b49b-00000000206d | OK | Get undercloud FQDN | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163ebf-0e86-c0b9-b49b-00000000206d') missing from stats 2025-10-03 10:30:03.481180 | fa163ebf-0e86-c0b9-b49b-00000000206e | TIMING | include_role : tripleo_ipa_registration | standalone | 0:03:46.294924 | 0.05s 2025-10-03 10:30:03.557723 | fa163ebf-0e86-c0b9-b49b-000000002092 | TASK | set main facts 2025-10-03 10:30:03.639745 | fa163ebf-0e86-c0b9-b49b-000000002092 | OK | set main facts | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163ebf-0e86-c0b9-b49b-000000002092') missing from stats 2025-10-03 10:30:03.694010 | fa163ebf-0e86-c0b9-b49b-000000002093 | TASK | get the default.conf file 2025-10-03 10:30:03.942393 | fa163ebf-0e86-c0b9-b49b-000000002093 | OK | get the default.conf file | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163ebf-0e86-c0b9-b49b-000000002093') missing from stats 2025-10-03 10:30:03.980537 | fa163ebf-0e86-c0b9-b49b-000000002094 | TASK | set the principal 2025-10-03 10:30:04.060539 | fa163ebf-0e86-c0b9-b49b-000000002094 | OK | set the principal | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163ebf-0e86-c0b9-b49b-000000002094') missing from stats 2025-10-03 10:30:04.108554 | fa163ebf-0e86-c0b9-b49b-000000002096 | TASK | add new host with one-time password 2025-10-03 10:30:05.527876 | fa163ebf-0e86-c0b9-b49b-000000002096 | OK | add new host with one-time password | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163ebf-0e86-c0b9-b49b-000000002096') missing from stats 2025-10-03 10:30:05.569987 | fa163ebf-0e86-c0b9-b49b-000000002097 | TASK | set otp as a host fact 2025-10-03 10:30:05.599957 | fa163ebf-0e86-c0b9-b49b-000000002097 | SKIPPED | set otp as a host fact | standalone 2025-10-03 10:30:05.601312 | fa163ebf-0e86-c0b9-b49b-000000002097 | TIMING | tripleo_ipa_registration : set otp as a host fact | standalone | 0:03:48.415157 | 0.03s 2025-10-03 10:30:05.655220 | fa163ebf-0e86-c0b9-b49b-000000002099 | TASK | add required services using custom module 2025-10-03 10:30:11.435382 | fa163ebf-0e86-c0b9-b49b-000000002099 | CHANGED | add required services using custom module | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163ebf-0e86-c0b9-b49b-000000002099') missing from stats 2025-10-03 10:30:11.494349 | fa163ebf-0e86-c0b9-b49b-000000002070 | TASK | check if default.conf exists 2025-10-03 10:30:11.748719 | fa163ebf-0e86-c0b9-b49b-000000002070 | OK | check if default.conf exists | standalone 2025-10-03 10:30:11.750047 | fa163ebf-0e86-c0b9-b49b-000000002070 | TIMING | check if default.conf exists | standalone | 0:03:54.563892 | 0.25s 2025-10-03 10:30:11.774571 | fa163ebf-0e86-c0b9-b49b-000000002071 | TASK | install openssl-perl 2025-10-03 10:30:11.802699 | fa163ebf-0e86-c0b9-b49b-000000002071 | SKIPPED | install openssl-perl | standalone 2025-10-03 10:30:11.803856 | fa163ebf-0e86-c0b9-b49b-000000002071 | TIMING | install openssl-perl | standalone | 0:03:54.617702 | 0.03s 2025-10-03 10:30:11.828816 | fa163ebf-0e86-c0b9-b49b-000000002072 | TASK | register as an ipa client 2025-10-03 10:30:11.867316 | fa163ebf-0e86-c0b9-b49b-000000002072 | SKIPPED | register as an ipa client | standalone 2025-10-03 10:30:11.868539 | fa163ebf-0e86-c0b9-b49b-000000002072 | TIMING | register as an ipa client | standalone | 0:03:54.682386 | 0.04s 2025-10-03 10:30:11.893039 | fa163ebf-0e86-c0b9-b49b-000000002073 | TASK | restart certmonger service 2025-10-03 10:30:11.932565 | fa163ebf-0e86-c0b9-b49b-000000002073 | SKIPPED | restart certmonger service | standalone 2025-10-03 10:30:11.933772 | fa163ebf-0e86-c0b9-b49b-000000002073 | TIMING | restart certmonger service | standalone | 0:03:54.747619 | 0.04s 2025-10-03 10:30:11.958766 | fa163ebf-0e86-c0b9-b49b-000000002074 | TASK | set discovered ipa realm 2025-10-03 10:30:12.002643 | fa163ebf-0e86-c0b9-b49b-000000002074 | OK | set discovered ipa realm | standalone 2025-10-03 10:30:12.003880 | fa163ebf-0e86-c0b9-b49b-000000002074 | TIMING | set discovered ipa realm | standalone | 0:03:54.817727 | 0.04s PLAY [External deployment step 1] ********************************************** 2025-10-03 10:30:12.148992 | fa163ebf-0e86-c0b9-b49b-0000000000b6 | TASK | External deployment step 1 2025-10-03 10:30:12.167312 | fa163ebf-0e86-c0b9-b49b-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', 'fa163ebf-0e86-c0b9-b49b-0000000000b6') missing from stats 2025-10-03 10:30:12.214653 | fa163ebf-0e86-c0b9-b49b-0000000000b7 | TIMING | include_tasks | undercloud | 0:03:55.028489 | 0.03s 2025-10-03 10:30:12.252595 | 1ebc21bb-3f61-46c2-b098-383eff31b6d5 | INCLUDED | /root/standalone-ansible-cgj5i441/external_deploy_steps_tasks_step1.yaml | undercloud 2025-10-03 10:30:12.271770 | fa163ebf-0e86-c0b9-b49b-0000000020ef | TASK | Container image prepare 2025-10-03 10:30:13.360149 | fa163ebf-0e86-c0b9-b49b-0000000020ef | CHANGED | Container image prepare | undercloud 2025-10-03 10:30:13.361713 | fa163ebf-0e86-c0b9-b49b-0000000020ef | TIMING | tripleo_container_image_prepare : Container image prepare | undercloud | 0:03:56.175565 | 1.09s 2025-10-03 10:30:13.447657 | fa163ebf-0e86-c0b9-b49b-0000000020f6 | TIMING | include_role : tripleo_ipa_dns | undercloud | 0:03:56.261492 | 0.05s 2025-10-03 10:30:13.491104 | fa163ebf-0e86-c0b9-b49b-000000002115 | TASK | get dns zones and entries to add 2025-10-03 10:30:13.553751 | fa163ebf-0e86-c0b9-b49b-000000002115 | OK | get dns zones and entries to add | undercloud 2025-10-03 10:30:13.555325 | fa163ebf-0e86-c0b9-b49b-000000002115 | TIMING | tripleo_ipa_dns : get dns zones and entries to add | undercloud | 0:03:56.369171 | 0.06s 2025-10-03 10:30:13.625336 | fa163ebf-0e86-c0b9-b49b-000000002116 | OK | tripleo_ipa_dns : debug | undercloud | result={ "changed": false, "dns_zones": [ "tenant.ooo.test", "storage.ooo.test", "internalapi.ooo.test", "external.ooo.test", "storagemgmt.ooo.test", "0.21.172.in-addr.arpa", "122.168.192.in-addr.arpa", "0.19.172.in-addr.arpa", "0.17.172.in-addr.arpa", "0.18.172.in-addr.arpa", "ctlplane.ooo.test", "0.20.172.in-addr.arpa", "ooo.test" ] } 2025-10-03 10:30:13.626700 | fa163ebf-0e86-c0b9-b49b-000000002116 | TIMING | tripleo_ipa_dns : debug | undercloud | 0:03:56.440546 | 0.05s 2025-10-03 10:30:13.711961 | fa163ebf-0e86-c0b9-b49b-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-03 10:30:13.713525 | fa163ebf-0e86-c0b9-b49b-000000002117 | TIMING | tripleo_ipa_dns : debug | undercloud | 0:03:56.527373 | 0.07s 2025-10-03 10:30:13.732352 | fa163ebf-0e86-c0b9-b49b-000000002118 | TASK | add dns zones and records 2025-10-03 10:30:16.819345 | fa163ebf-0e86-c0b9-b49b-000000002118 | CHANGED | add dns zones and records | undercloud 2025-10-03 10:30:16.821587 | fa163ebf-0e86-c0b9-b49b-000000002118 | TIMING | tripleo_ipa_dns : add dns zones and records | undercloud | 0:03:59.635428 | 3.09s 2025-10-03 10:30:16.860816 | fa163ebf-0e86-c0b9-b49b-0000000020f8 | TASK | Create /etc/openstack directory if it does not exist 2025-10-03 10:30:17.134746 | fa163ebf-0e86-c0b9-b49b-0000000020f8 | CHANGED | Create /etc/openstack directory if it does not exist | undercloud 2025-10-03 10:30:17.136080 | fa163ebf-0e86-c0b9-b49b-0000000020f8 | TIMING | Create /etc/openstack directory if it does not exist | undercloud | 0:03:59.949926 | 0.27s 2025-10-03 10:30:17.154022 | fa163ebf-0e86-c0b9-b49b-0000000020f9 | TASK | Configure /etc/openstack/clouds.yaml 2025-10-03 10:30:17.205613 | fa163ebf-0e86-c0b9-b49b-0000000020f9 | TIMING | Configure /etc/openstack/clouds.yaml | undercloud | 0:04:00.019455 | 0.05s 2025-10-03 10:30:17.250495 | fa163ebf-0e86-c0b9-b49b-00000000214a | TASK | Check if /etc/openstack/clouds.yaml exists 2025-10-03 10:30:17.486373 | fa163ebf-0e86-c0b9-b49b-00000000214a | OK | Check if /etc/openstack/clouds.yaml exists | undercloud 2025-10-03 10:30:17.487758 | fa163ebf-0e86-c0b9-b49b-00000000214a | TIMING | tripleo_keystone_resources : Check if /etc/openstack/clouds.yaml exists | undercloud | 0:04:00.301602 | 0.24s 2025-10-03 10:30:17.507663 | fa163ebf-0e86-c0b9-b49b-00000000214b | TASK | Create empty /etc/openstack/clouds.yaml if it does not exist 2025-10-03 10:30:17.976170 | fa163ebf-0e86-c0b9-b49b-00000000214b | CHANGED | Create empty /etc/openstack/clouds.yaml if it does not exist | undercloud 2025-10-03 10:30:17.977532 | fa163ebf-0e86-c0b9-b49b-00000000214b | TIMING | tripleo_keystone_resources : Create empty /etc/openstack/clouds.yaml if it does not exist | undercloud | 0:04:00.791379 | 0.47s 2025-10-03 10:30:17.997910 | fa163ebf-0e86-c0b9-b49b-00000000214c | TASK | Configure /etc/openstack/clouds.yaml 2025-10-03 10:30:18.051378 | fa163ebf-0e86-c0b9-b49b-00000000214c | TIMING | Configure /etc/openstack/clouds.yaml | undercloud | 0:04:00.865212 | 0.05s 2025-10-03 10:30:18.100253 | fa163ebf-0e86-c0b9-b49b-000000002186 | TASK | Check for a configured destination 2025-10-03 10:30:18.161584 | fa163ebf-0e86-c0b9-b49b-000000002186 | SKIPPED | Check for a configured destination | undercloud 2025-10-03 10:30:18.162836 | fa163ebf-0e86-c0b9-b49b-000000002186 | TIMING | tripleo_config : Check for a configured destination | undercloud | 0:04:00.976684 | 0.06s 2025-10-03 10:30:18.198964 | fa163ebf-0e86-c0b9-b49b-000000002187 | TASK | Generate /etc/openstack/clouds.yaml config 2025-10-03 10:30:18.678786 | fa163ebf-0e86-c0b9-b49b-000000002187 | CHANGED | Generate /etc/openstack/clouds.yaml config | undercloud 2025-10-03 10:30:18.680026 | fa163ebf-0e86-c0b9-b49b-000000002187 | TIMING | tripleo_config : Generate /etc/openstack/clouds.yaml config | undercloud | 0:04:01.493874 | 0.48s PLAY [Deploy step tasks for 1] ************************************************* 2025-10-03 10:30:18.846808 | fa163ebf-0e86-c0b9-b49b-0000000000ba | TASK | Deploy step tasks for 1 2025-10-03 10:30:18.874341 | fa163ebf-0e86-c0b9-b49b-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', 'fa163ebf-0e86-c0b9-b49b-0000000000ba') missing from stats 2025-10-03 10:30:18.893820 | fa163ebf-0e86-c0b9-b49b-0000000000bb | TASK | Write the config_step hieradata for the deploy step 1 tasks 2025-10-03 10:30:19.343545 | fa163ebf-0e86-c0b9-b49b-0000000000bb | CHANGED | Write the config_step hieradata for the deploy step 1 tasks | standalone 2025-10-03 10:30:19.344748 | fa163ebf-0e86-c0b9-b49b-0000000000bb | TIMING | Write the config_step hieradata for the deploy step 1 tasks | standalone | 0:04:02.158594 | 0.45s 2025-10-03 10:30:19.370016 | fa163ebf-0e86-c0b9-b49b-0000000000bd | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists 2025-10-03 10:30:19.610983 | fa163ebf-0e86-c0b9-b49b-0000000000bd | OK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone 2025-10-03 10:30:19.612455 | fa163ebf-0e86-c0b9-b49b-0000000000bd | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone | 0:04:02.426278 | 0.24s 2025-10-03 10:30:19.637012 | fa163ebf-0e86-c0b9-b49b-0000000000be | TASK | Write config data at the start of step 1 2025-10-03 10:30:19.710118 | fa163ebf-0e86-c0b9-b49b-0000000000be | TIMING | Write config data at the start of step 1 | standalone | 0:04:02.523962 | 0.07s 2025-10-03 10:30:19.732096 | 2af5ae3b-6313-44f0-a5a0-f0568b044a83 | INCLUDED | /root/standalone-ansible-cgj5i441/common_deploy_steps_tasks_step_1.yaml | standalone 2025-10-03 10:30:19.753386 | fa163ebf-0e86-c0b9-b49b-0000000021c5 | TASK | Delete existing /var/lib/tripleo-config/check-mode directory for check mode 2025-10-03 10:30:19.779563 | fa163ebf-0e86-c0b9-b49b-0000000021c5 | SKIPPED | Delete existing /var/lib/tripleo-config/check-mode directory for check mode | standalone 2025-10-03 10:30:19.780348 | fa163ebf-0e86-c0b9-b49b-0000000021c5 | TIMING | Delete existing /var/lib/tripleo-config/check-mode directory for check mode | standalone | 0:04:02.594203 | 0.03s 2025-10-03 10:30:19.797817 | fa163ebf-0e86-c0b9-b49b-0000000021c6 | TASK | Create /var/lib/tripleo-config/check-mode directory for check mode 2025-10-03 10:30:19.834512 | fa163ebf-0e86-c0b9-b49b-0000000021c6 | SKIPPED | Create /var/lib/tripleo-config/check-mode directory for check mode | standalone 2025-10-03 10:30:19.835862 | fa163ebf-0e86-c0b9-b49b-0000000021c6 | TIMING | Create /var/lib/tripleo-config/check-mode directory for check mode | standalone | 0:04:02.649709 | 0.04s 2025-10-03 10:30:19.860681 | fa163ebf-0e86-c0b9-b49b-0000000021c7 | TASK | Write the puppet step_config manifest 2025-10-03 10:30:20.307377 | fa163ebf-0e86-c0b9-b49b-0000000021c7 | CHANGED | Write the puppet step_config manifest | standalone 2025-10-03 10:30:20.308786 | fa163ebf-0e86-c0b9-b49b-0000000021c7 | TIMING | Write the puppet step_config manifest | standalone | 0:04:03.122632 | 0.45s 2025-10-03 10:30:20.333802 | fa163ebf-0e86-c0b9-b49b-0000000021c8 | TASK | Diff puppet step_config manifest changes for check mode 2025-10-03 10:30:20.373299 | fa163ebf-0e86-c0b9-b49b-0000000021c8 | SKIPPED | Diff puppet step_config manifest changes for check mode | standalone 2025-10-03 10:30:20.374458 | fa163ebf-0e86-c0b9-b49b-0000000021c8 | TIMING | Diff puppet step_config manifest changes for check mode | standalone | 0:04:03.188272 | 0.04s 2025-10-03 10:30:20.399786 | fa163ebf-0e86-c0b9-b49b-0000000021c9 | TASK | Diff puppet step_config manifest changes for check mode 2025-10-03 10:30:20.428698 | fa163ebf-0e86-c0b9-b49b-0000000021c9 | SKIPPED | Diff puppet step_config manifest changes for check mode | standalone 2025-10-03 10:30:20.429971 | fa163ebf-0e86-c0b9-b49b-0000000021c9 | TIMING | Diff puppet step_config manifest changes for check mode | standalone | 0:04:03.243819 | 0.03s 2025-10-03 10:30:20.455504 | fa163ebf-0e86-c0b9-b49b-0000000021ca | TASK | Create /var/lib/container-puppet 2025-10-03 10:30:20.690961 | fa163ebf-0e86-c0b9-b49b-0000000021ca | OK | Create /var/lib/container-puppet | standalone 2025-10-03 10:30:20.692356 | fa163ebf-0e86-c0b9-b49b-0000000021ca | TIMING | Create /var/lib/container-puppet | standalone | 0:04:03.506200 | 0.24s 2025-10-03 10:30:20.716837 | fa163ebf-0e86-c0b9-b49b-0000000021cb | TASK | Delete existing /var/lib/container-puppet/check-mode for check mode 2025-10-03 10:30:20.745689 | fa163ebf-0e86-c0b9-b49b-0000000021cb | SKIPPED | Delete existing /var/lib/container-puppet/check-mode for check mode | standalone 2025-10-03 10:30:20.746996 | fa163ebf-0e86-c0b9-b49b-0000000021cb | TIMING | Delete existing /var/lib/container-puppet/check-mode for check mode | standalone | 0:04:03.560843 | 0.03s 2025-10-03 10:30:20.772084 | fa163ebf-0e86-c0b9-b49b-0000000021cc | TASK | Create /var/lib/container-puppet/check-mode for check mode 2025-10-03 10:30:20.801481 | fa163ebf-0e86-c0b9-b49b-0000000021cc | SKIPPED | Create /var/lib/container-puppet/check-mode for check mode | standalone 2025-10-03 10:30:20.802663 | fa163ebf-0e86-c0b9-b49b-0000000021cc | TIMING | Create /var/lib/container-puppet/check-mode for check mode | standalone | 0:04:03.616509 | 0.03s 2025-10-03 10:30:20.828208 | fa163ebf-0e86-c0b9-b49b-0000000021cd | TASK | Write container-puppet.json file 2025-10-03 10:30:21.427802 | fa163ebf-0e86-c0b9-b49b-0000000021cd | CHANGED | Write container-puppet.json file | standalone 2025-10-03 10:30:21.429036 | fa163ebf-0e86-c0b9-b49b-0000000021cd | TIMING | Write container-puppet.json file | standalone | 0:04:04.242882 | 0.60s 2025-10-03 10:30:21.453794 | fa163ebf-0e86-c0b9-b49b-0000000021ce | TASK | Diff container-puppet.json changes for check mode 2025-10-03 10:30:21.481790 | fa163ebf-0e86-c0b9-b49b-0000000021ce | SKIPPED | Diff container-puppet.json changes for check mode | standalone 2025-10-03 10:30:21.483049 | fa163ebf-0e86-c0b9-b49b-0000000021ce | TIMING | Diff container-puppet.json changes for check mode | standalone | 0:04:04.296895 | 0.03s 2025-10-03 10:30:21.507679 | fa163ebf-0e86-c0b9-b49b-0000000021cf | TASK | Diff container-puppet.json changes for check mode 2025-10-03 10:30:21.536477 | fa163ebf-0e86-c0b9-b49b-0000000021cf | SKIPPED | Diff container-puppet.json changes for check mode | standalone 2025-10-03 10:30:21.537740 | fa163ebf-0e86-c0b9-b49b-0000000021cf | TIMING | Diff container-puppet.json changes for check mode | standalone | 0:04:04.351587 | 0.03s 2025-10-03 10:30:21.556107 | fa163ebf-0e86-c0b9-b49b-0000000021d0 | TASK | Ensure config hashes are up-to-date for container startup configs 2025-10-03 10:30:21.950891 | fa163ebf-0e86-c0b9-b49b-0000000021d0 | OK | Ensure config hashes are up-to-date for container startup configs | standalone 2025-10-03 10:30:21.952227 | fa163ebf-0e86-c0b9-b49b-0000000021d0 | TIMING | Ensure config hashes are up-to-date for container startup configs | standalone | 0:04:04.766072 | 0.40s 2025-10-03 10:30:21.976302 | fa163ebf-0e86-c0b9-b49b-0000000021d1 | TASK | Set host puppet debugging fact string 2025-10-03 10:30:22.003869 | fa163ebf-0e86-c0b9-b49b-0000000021d1 | SKIPPED | Set host puppet debugging fact string | standalone 2025-10-03 10:30:22.005134 | fa163ebf-0e86-c0b9-b49b-0000000021d1 | TIMING | Set host puppet debugging fact string | standalone | 0:04:04.818980 | 0.03s 2025-10-03 10:30:22.029925 | fa163ebf-0e86-c0b9-b49b-0000000021d2 | TASK | Check for /etc/puppet/check-mode directory for check mode 2025-10-03 10:30:22.057724 | fa163ebf-0e86-c0b9-b49b-0000000021d2 | SKIPPED | Check for /etc/puppet/check-mode directory for check mode | standalone 2025-10-03 10:30:22.059105 | fa163ebf-0e86-c0b9-b49b-0000000021d2 | TIMING | Check for /etc/puppet/check-mode directory for check mode | standalone | 0:04:04.872951 | 0.03s 2025-10-03 10:30:22.083956 | fa163ebf-0e86-c0b9-b49b-0000000021d3 | TASK | Create /etc/puppet/check-mode/hieradata directory for check mode 2025-10-03 10:30:22.113250 | fa163ebf-0e86-c0b9-b49b-0000000021d3 | SKIPPED | Create /etc/puppet/check-mode/hieradata directory for check mode | standalone 2025-10-03 10:30:22.114552 | fa163ebf-0e86-c0b9-b49b-0000000021d3 | TIMING | Create /etc/puppet/check-mode/hieradata directory for check mode | standalone | 0:04:04.928397 | 0.03s 2025-10-03 10:30:22.138412 | fa163ebf-0e86-c0b9-b49b-0000000021d4 | TASK | Create puppet check-mode files if they don't exist for check mode 2025-10-03 10:30:22.166928 | fa163ebf-0e86-c0b9-b49b-0000000021d4 | SKIPPED | Create puppet check-mode files if they don't exist for check mode | standalone 2025-10-03 10:30:22.168386 | fa163ebf-0e86-c0b9-b49b-0000000021d4 | TIMING | Create puppet check-mode files if they don't exist for check mode | standalone | 0:04:04.982232 | 0.03s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-10-03 10:30:22.219852 | fa163ebf-0e86-c0b9-b49b-0000000000c0 | TIMING | include_tasks | standalone | 0:04:05.033692 | 0.03s 2025-10-03 10:30:22.424101 | 2da5cf93-7ca4-49bd-abe1-ec9839480cbd | INCLUDED | /root/standalone-ansible-cgj5i441/Standalone/deploy_steps_tasks_step1.yaml | standalone 2025-10-03 10:30:22.469016 | fa163ebf-0e86-c0b9-b49b-0000000021ff | TASK | Create dirs for certificates and keys 2025-10-03 10:30:22.748837 | fa163ebf-0e86-c0b9-b49b-0000000021ff | CHANGED | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/certs/httpd 2025-10-03 10:30:22.749819 | fa163ebf-0e86-c0b9-b49b-0000000021ff | TIMING | Create dirs for certificates and keys | standalone | 0:04:05.563670 | 0.28s 2025-10-03 10:30:23.006098 | fa163ebf-0e86-c0b9-b49b-0000000021ff | CHANGED | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/private/httpd 2025-10-03 10:30:23.008285 | fa163ebf-0e86-c0b9-b49b-0000000021ff | TIMING | Create dirs for certificates and keys | standalone | 0:04:05.822134 | 0.54s 2025-10-03 10:30:23.019191 | fa163ebf-0e86-c0b9-b49b-0000000021ff | TIMING | Create dirs for certificates and keys | standalone | 0:04:05.833034 | 0.55s 2025-10-03 10:30:23.094064 | fa163ebf-0e86-c0b9-b49b-000000002200 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:05.907898 | 0.05s 2025-10-03 10:30:23.167695 | fa163ebf-0e86-c0b9-b49b-000000002316 | TASK | Set version specific variables 2025-10-03 10:30:23.215401 | fa163ebf-0e86-c0b9-b49b-000000002316 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:04:06.029233 | 0.05s 2025-10-03 10:30:23.235286 | 8da33e74-bc04-450f-bf01-886ff476dd58 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-10-03 10:30:23.261549 | fa163ebf-0e86-c0b9-b49b-000000002349 | TASK | Ensure ansible_facts used by role 2025-10-03 10:30:23.660196 | fa163ebf-0e86-c0b9-b49b-000000002349 | OK | Ensure ansible_facts used by role | standalone 2025-10-03 10:30:23.661390 | fa163ebf-0e86-c0b9-b49b-000000002349 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:04:06.475243 | 0.40s 2025-10-03 10:30:23.683452 | fa163ebf-0e86-c0b9-b49b-00000000234a | TASK | Set platform/version specific variables 2025-10-03 10:30:23.769836 | fa163ebf-0e86-c0b9-b49b-00000000234a | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-03 10:30:23.803510 | fa163ebf-0e86-c0b9-b49b-00000000234a | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-03 10:30:23.834379 | fa163ebf-0e86-c0b9-b49b-00000000234a | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-10-03 10:30:23.854300 | fa163ebf-0e86-c0b9-b49b-00000000234a | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-10-03 10:30:23.860009 | fa163ebf-0e86-c0b9-b49b-00000000234a | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:04:06.673861 | 0.18s 2025-10-03 10:30:23.880351 | fa163ebf-0e86-c0b9-b49b-000000002317 | TASK | Ensure certificate role dependencies are installed 2025-10-03 10:30:26.718331 | fa163ebf-0e86-c0b9-b49b-000000002317 | OK | Ensure certificate role dependencies are installed | standalone 2025-10-03 10:30:26.719377 | fa163ebf-0e86-c0b9-b49b-000000002317 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:04:09.533230 | 2.84s 2025-10-03 10:30:26.740146 | fa163ebf-0e86-c0b9-b49b-000000002319 | TASK | Ensure provider packages are installed 2025-10-03 10:30:29.602449 | fa163ebf-0e86-c0b9-b49b-000000002319 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:04:12.416277 | 2.86s 2025-10-03 10:30:29.610062 | fa163ebf-0e86-c0b9-b49b-000000002319 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:04:12.423913 | 2.87s 2025-10-03 10:30:29.628076 | fa163ebf-0e86-c0b9-b49b-00000000231b | TASK | Ensure pre-scripts hooks directory exists 2025-10-03 10:30:29.903118 | fa163ebf-0e86-c0b9-b49b-00000000231b | CHANGED | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-10-03 10:30:29.904012 | fa163ebf-0e86-c0b9-b49b-00000000231b | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:04:12.717867 | 0.28s 2025-10-03 10:30:29.908472 | fa163ebf-0e86-c0b9-b49b-00000000231b | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:04:12.722319 | 0.28s 2025-10-03 10:30:29.965717 | fa163ebf-0e86-c0b9-b49b-00000000231d | TASK | Ensure post-scripts hooks directory exists 2025-10-03 10:30:30.190882 | fa163ebf-0e86-c0b9-b49b-00000000231d | CHANGED | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-10-03 10:30:30.191807 | fa163ebf-0e86-c0b9-b49b-00000000231d | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:04:13.005659 | 0.23s 2025-10-03 10:30:30.196875 | fa163ebf-0e86-c0b9-b49b-00000000231d | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:04:13.010726 | 0.23s 2025-10-03 10:30:30.217269 | fa163ebf-0e86-c0b9-b49b-00000000231f | TASK | Ensure provider service is running 2025-10-03 10:30:30.964053 | fa163ebf-0e86-c0b9-b49b-00000000231f | CHANGED | Ensure provider service is running | standalone | item=certmonger 2025-10-03 10:30:30.965336 | fa163ebf-0e86-c0b9-b49b-00000000231f | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:04:13.779187 | 0.75s 2025-10-03 10:30:30.979024 | fa163ebf-0e86-c0b9-b49b-00000000231f | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:04:13.792869 | 0.76s 2025-10-03 10:30:31.005514 | fa163ebf-0e86-c0b9-b49b-000000002322 | TASK | Ensure certificate requests 2025-10-03 10:30:33.159705 | fa163ebf-0e86-c0b9-b49b-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-03 10:30:33.161946 | fa163ebf-0e86-c0b9-b49b-000000002322 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:04:15.975792 | 2.15s 2025-10-03 10:30:34.622275 | fa163ebf-0e86-c0b9-b49b-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-03 10:30:34.623603 | fa163ebf-0e86-c0b9-b49b-000000002322 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:04:17.437451 | 3.62s 2025-10-03 10:30:36.221281 | fa163ebf-0e86-c0b9-b49b-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-03 10:30:36.222320 | fa163ebf-0e86-c0b9-b49b-000000002322 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:04:19.036171 | 5.22s 2025-10-03 10:30:37.548202 | fa163ebf-0e86-c0b9-b49b-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-03 10:30:37.551416 | fa163ebf-0e86-c0b9-b49b-000000002322 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:04:20.365074 | 6.54s 2025-10-03 10:30:38.951670 | fa163ebf-0e86-c0b9-b49b-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-03 10:30:38.952902 | fa163ebf-0e86-c0b9-b49b-000000002322 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:04:21.766750 | 7.95s 2025-10-03 10:30:38.961076 | fa163ebf-0e86-c0b9-b49b-000000002322 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:04:21.774917 | 7.95s 2025-10-03 10:30:39.011981 | fa163ebf-0e86-c0b9-b49b-000000002207 | TASK | Fail if container image is undefined 2025-10-03 10:30:39.077203 | fa163ebf-0e86-c0b9-b49b-000000002207 | SKIPPED | Fail if container image is undefined | standalone 2025-10-03 10:30:39.078578 | fa163ebf-0e86-c0b9-b49b-000000002207 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:21.892423 | 0.06s 2025-10-03 10:30:39.120318 | fa163ebf-0e86-c0b9-b49b-000000002208 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image 2025-10-03 10:30:55.284904 | fa163ebf-0e86-c0b9-b49b-000000002208 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone 2025-10-03 10:30:55.285687 | fa163ebf-0e86-c0b9-b49b-000000002208 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone | 0:04:38.099545 | 16.16s 2025-10-03 10:30:55.316583 | fa163ebf-0e86-c0b9-b49b-000000002209 | TASK | Tag cluster.common.tag/cinder-backup:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image 2025-10-03 10:30:55.680974 | fa163ebf-0e86-c0b9-b49b-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-03 10:30:55.681982 | fa163ebf-0e86-c0b9-b49b-000000002209 | TIMING | tripleo_container_tag : Tag cluster.common.tag/cinder-backup:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone | 0:04:38.495836 | 0.36s 2025-10-03 10:30:55.720792 | fa163ebf-0e86-c0b9-b49b-000000002218 | TASK | Fail if container image is undefined 2025-10-03 10:30:55.785351 | fa163ebf-0e86-c0b9-b49b-000000002218 | SKIPPED | Fail if container image is undefined | standalone 2025-10-03 10:30:55.786420 | fa163ebf-0e86-c0b9-b49b-000000002218 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:38.600272 | 0.06s 2025-10-03 10:30:55.817265 | fa163ebf-0e86-c0b9-b49b-000000002219 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image 2025-10-03 10:31:01.901312 | fa163ebf-0e86-c0b9-b49b-000000002219 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone 2025-10-03 10:31:01.902646 | fa163ebf-0e86-c0b9-b49b-000000002219 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone | 0:04:44.716494 | 6.08s 2025-10-03 10:31:01.958313 | fa163ebf-0e86-c0b9-b49b-00000000221a | TASK | Tag cluster.common.tag/cinder-volume:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image 2025-10-03 10:31:02.305459 | fa163ebf-0e86-c0b9-b49b-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-03 10:31:02.306683 | fa163ebf-0e86-c0b9-b49b-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:45.120530 | 0.35s 2025-10-03 10:31:02.355467 | fa163ebf-0e86-c0b9-b49b-000000002225 | TASK | Check if rsyslog exists 2025-10-03 10:31:02.602187 | fa163ebf-0e86-c0b9-b49b-000000002225 | CHANGED | Check if rsyslog exists | standalone 2025-10-03 10:31:02.603459 | fa163ebf-0e86-c0b9-b49b-000000002225 | TIMING | Check if rsyslog exists | standalone | 0:04:45.417278 | 0.25s 2025-10-03 10:31:02.629753 | fa163ebf-0e86-c0b9-b49b-000000002227 | TASK | Forward logging to haproxy.log file 2025-10-03 10:31:02.875010 | fa163ebf-0e86-c0b9-b49b-000000002227 | CHANGED | Forward logging to haproxy.log file | standalone 2025-10-03 10:31:02.876496 | fa163ebf-0e86-c0b9-b49b-000000002227 | TIMING | Forward logging to haproxy.log file | standalone | 0:04:45.690342 | 0.25s 2025-10-03 10:31:02.902501 | fa163ebf-0e86-c0b9-b49b-000000002228 | TASK | restart rsyslog service after logging conf change 2025-10-03 10:31:03.618864 | fa163ebf-0e86-c0b9-b49b-000000002228 | CHANGED | restart rsyslog service after logging conf change | standalone 2025-10-03 10:31:03.620770 | fa163ebf-0e86-c0b9-b49b-000000002228 | TIMING | restart rsyslog service after logging conf change | standalone | 0:04:46.434616 | 0.72s 2025-10-03 10:31:03.648219 | fa163ebf-0e86-c0b9-b49b-00000000222f | TASK | Fail if container image is undefined 2025-10-03 10:31:03.698021 | fa163ebf-0e86-c0b9-b49b-00000000222f | SKIPPED | Fail if container image is undefined | standalone 2025-10-03 10:31:03.699284 | fa163ebf-0e86-c0b9-b49b-00000000222f | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:46.513130 | 0.05s 2025-10-03 10:31:03.740738 | fa163ebf-0e86-c0b9-b49b-000000002230 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image 2025-10-03 10:31:10.696715 | fa163ebf-0e86-c0b9-b49b-000000002230 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone 2025-10-03 10:31:10.698272 | fa163ebf-0e86-c0b9-b49b-000000002230 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone | 0:04:53.512117 | 6.96s 2025-10-03 10:31:10.757821 | fa163ebf-0e86-c0b9-b49b-000000002231 | TASK | Tag cluster.common.tag/haproxy:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image 2025-10-03 10:31:11.057373 | fa163ebf-0e86-c0b9-b49b-000000002231 | CHANGED | Tag cluster.common.tag/haproxy:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone 2025-10-03 10:31:11.058391 | fa163ebf-0e86-c0b9-b49b-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:53.872243 | 0.30s 2025-10-03 10:31:11.099049 | fa163ebf-0e86-c0b9-b49b-00000000223c | TASK | make sure certmonger is installed 2025-10-03 10:31:13.871275 | fa163ebf-0e86-c0b9-b49b-00000000223c | OK | make sure certmonger is installed | standalone 2025-10-03 10:31:13.872700 | fa163ebf-0e86-c0b9-b49b-00000000223c | TIMING | make sure certmonger is installed | standalone | 0:04:56.686544 | 2.77s 2025-10-03 10:31:13.898234 | fa163ebf-0e86-c0b9-b49b-00000000223d | TASK | make sure certmonger service is started 2025-10-03 10:31:14.303699 | fa163ebf-0e86-c0b9-b49b-00000000223d | OK | make sure certmonger service is started | standalone 2025-10-03 10:31:14.305468 | fa163ebf-0e86-c0b9-b49b-00000000223d | TIMING | make sure certmonger service is started | standalone | 0:04:57.119288 | 0.41s 2025-10-03 10:31:14.331354 | fa163ebf-0e86-c0b9-b49b-00000000223e | TASK | Create dirs for certificates and keys 2025-10-03 10:31:14.595415 | fa163ebf-0e86-c0b9-b49b-00000000223e | CHANGED | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/certs/haproxy 2025-10-03 10:31:14.598769 | fa163ebf-0e86-c0b9-b49b-00000000223e | TIMING | Create dirs for certificates and keys | standalone | 0:04:57.412594 | 0.27s 2025-10-03 10:31:14.822137 | fa163ebf-0e86-c0b9-b49b-00000000223e | CHANGED | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/private/haproxy 2025-10-03 10:31:14.824672 | fa163ebf-0e86-c0b9-b49b-00000000223e | TIMING | Create dirs for certificates and keys | standalone | 0:04:57.638515 | 0.49s 2025-10-03 10:31:14.834694 | fa163ebf-0e86-c0b9-b49b-00000000223e | TIMING | Create dirs for certificates and keys | standalone | 0:04:57.648537 | 0.50s 2025-10-03 10:31:14.853759 | fa163ebf-0e86-c0b9-b49b-00000000223f | TASK | Extract and trust certmonger's local CA 2025-10-03 10:31:16.048570 | fa163ebf-0e86-c0b9-b49b-00000000223f | CHANGED | Extract and trust certmonger's local CA | standalone 2025-10-03 10:31:16.050002 | fa163ebf-0e86-c0b9-b49b-00000000223f | TIMING | Extract and trust certmonger's local CA | standalone | 0:04:58.863849 | 1.20s 2025-10-03 10:31:16.127513 | fa163ebf-0e86-c0b9-b49b-000000002240 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:58.941346 | 0.05s 2025-10-03 10:31:16.197661 | fa163ebf-0e86-c0b9-b49b-0000000023ca | TASK | Set version specific variables 2025-10-03 10:31:16.244631 | fa163ebf-0e86-c0b9-b49b-0000000023ca | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:04:59.058470 | 0.05s 2025-10-03 10:31:16.264323 | a9d18517-2456-4f96-99f6-600668962d6c | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-10-03 10:31:16.296402 | fa163ebf-0e86-c0b9-b49b-000000002409 | TASK | Ensure ansible_facts used by role 2025-10-03 10:31:16.701340 | fa163ebf-0e86-c0b9-b49b-000000002409 | OK | Ensure ansible_facts used by role | standalone 2025-10-03 10:31:16.703208 | fa163ebf-0e86-c0b9-b49b-000000002409 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:04:59.517052 | 0.41s 2025-10-03 10:31:16.730642 | fa163ebf-0e86-c0b9-b49b-00000000240a | TASK | Set platform/version specific variables 2025-10-03 10:31:16.808908 | fa163ebf-0e86-c0b9-b49b-00000000240a | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-03 10:31:16.825514 | fa163ebf-0e86-c0b9-b49b-00000000240a | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-03 10:31:16.844262 | fa163ebf-0e86-c0b9-b49b-00000000240a | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-10-03 10:31:16.858273 | fa163ebf-0e86-c0b9-b49b-00000000240a | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-10-03 10:31:16.870340 | fa163ebf-0e86-c0b9-b49b-00000000240a | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:04:59.684176 | 0.14s 2025-10-03 10:31:16.897063 | fa163ebf-0e86-c0b9-b49b-0000000023cb | TASK | Ensure certificate role dependencies are installed 2025-10-03 10:31:19.738229 | fa163ebf-0e86-c0b9-b49b-0000000023cb | OK | Ensure certificate role dependencies are installed | standalone 2025-10-03 10:31:19.739787 | fa163ebf-0e86-c0b9-b49b-0000000023cb | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:05:02.553633 | 2.84s 2025-10-03 10:31:19.766843 | fa163ebf-0e86-c0b9-b49b-0000000023cd | TASK | Ensure provider packages are installed 2025-10-03 10:31:22.571849 | fa163ebf-0e86-c0b9-b49b-0000000023cd | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:05.385685 | 2.80s 2025-10-03 10:31:22.583809 | fa163ebf-0e86-c0b9-b49b-0000000023cd | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:05.397659 | 2.82s 2025-10-03 10:31:22.610049 | fa163ebf-0e86-c0b9-b49b-0000000023cf | TASK | Ensure pre-scripts hooks directory exists 2025-10-03 10:31:22.979425 | fa163ebf-0e86-c0b9-b49b-0000000023cf | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-10-03 10:31:22.980799 | fa163ebf-0e86-c0b9-b49b-0000000023cf | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:05.794643 | 0.37s 2025-10-03 10:31:22.987104 | fa163ebf-0e86-c0b9-b49b-0000000023cf | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:05.800956 | 0.38s 2025-10-03 10:31:23.013323 | fa163ebf-0e86-c0b9-b49b-0000000023d1 | TASK | Ensure post-scripts hooks directory exists 2025-10-03 10:31:23.322835 | fa163ebf-0e86-c0b9-b49b-0000000023d1 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-10-03 10:31:23.325072 | fa163ebf-0e86-c0b9-b49b-0000000023d1 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:06.138918 | 0.31s 2025-10-03 10:31:23.335216 | fa163ebf-0e86-c0b9-b49b-0000000023d1 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:06.149067 | 0.32s 2025-10-03 10:31:23.360817 | fa163ebf-0e86-c0b9-b49b-0000000023d3 | TASK | Ensure provider service is running 2025-10-03 10:31:26.386251 | fa163ebf-0e86-c0b9-b49b-0000000023d3 | OK | Ensure provider service is running | standalone | item=certmonger 2025-10-03 10:31:26.388143 | fa163ebf-0e86-c0b9-b49b-0000000023d3 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:09.201988 | 3.03s 2025-10-03 10:31:26.400412 | fa163ebf-0e86-c0b9-b49b-0000000023d3 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:09.214261 | 3.04s 2025-10-03 10:31:26.421964 | fa163ebf-0e86-c0b9-b49b-0000000023d6 | TASK | Ensure certificate requests 2025-10-03 10:31:29.105282 | fa163ebf-0e86-c0b9-b49b-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-03 10:31:29.106487 | fa163ebf-0e86-c0b9-b49b-0000000023d6 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:11.920339 | 2.68s 2025-10-03 10:31:29.120704 | fa163ebf-0e86-c0b9-b49b-0000000023d6 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:11.934543 | 2.70s 2025-10-03 10:31:29.174097 | fa163ebf-0e86-c0b9-b49b-000000002242 | TASK | Create dirs for certificates and keys 2025-10-03 10:31:29.491925 | fa163ebf-0e86-c0b9-b49b-000000002242 | OK | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/certs/haproxy 2025-10-03 10:31:29.493136 | fa163ebf-0e86-c0b9-b49b-000000002242 | TIMING | Create dirs for certificates and keys | standalone | 0:05:12.306972 | 0.32s 2025-10-03 10:31:29.720932 | fa163ebf-0e86-c0b9-b49b-000000002242 | OK | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/private/haproxy 2025-10-03 10:31:29.722804 | fa163ebf-0e86-c0b9-b49b-000000002242 | TIMING | Create dirs for certificates and keys | standalone | 0:05:12.536658 | 0.55s 2025-10-03 10:31:29.733811 | fa163ebf-0e86-c0b9-b49b-000000002242 | TIMING | Create dirs for certificates and keys | standalone | 0:05:12.547651 | 0.56s 2025-10-03 10:31:29.808541 | fa163ebf-0e86-c0b9-b49b-000000002243 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:05:12.622365 | 0.05s 2025-10-03 10:31:29.881999 | fa163ebf-0e86-c0b9-b49b-000000002458 | TASK | Set version specific variables 2025-10-03 10:31:29.929047 | fa163ebf-0e86-c0b9-b49b-000000002458 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:05:12.742883 | 0.05s 2025-10-03 10:31:29.947886 | 75f4d609-9af2-4d21-953a-6b463fcf9410 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-10-03 10:31:29.978568 | fa163ebf-0e86-c0b9-b49b-00000000248b | TASK | Ensure ansible_facts used by role 2025-10-03 10:31:30.374023 | fa163ebf-0e86-c0b9-b49b-00000000248b | OK | Ensure ansible_facts used by role | standalone 2025-10-03 10:31:30.375687 | fa163ebf-0e86-c0b9-b49b-00000000248b | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:05:13.189533 | 0.40s 2025-10-03 10:31:30.403073 | fa163ebf-0e86-c0b9-b49b-00000000248c | TASK | Set platform/version specific variables 2025-10-03 10:31:30.473821 | fa163ebf-0e86-c0b9-b49b-00000000248c | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-03 10:31:30.490863 | fa163ebf-0e86-c0b9-b49b-00000000248c | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-03 10:31:30.510184 | fa163ebf-0e86-c0b9-b49b-00000000248c | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-10-03 10:31:30.523587 | fa163ebf-0e86-c0b9-b49b-00000000248c | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-10-03 10:31:30.529286 | fa163ebf-0e86-c0b9-b49b-00000000248c | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:05:13.343115 | 0.12s 2025-10-03 10:31:30.556920 | fa163ebf-0e86-c0b9-b49b-000000002459 | TASK | Ensure certificate role dependencies are installed 2025-10-03 10:31:33.421530 | fa163ebf-0e86-c0b9-b49b-000000002459 | OK | Ensure certificate role dependencies are installed | standalone 2025-10-03 10:31:33.422979 | fa163ebf-0e86-c0b9-b49b-000000002459 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:05:16.236820 | 2.86s 2025-10-03 10:31:33.449874 | fa163ebf-0e86-c0b9-b49b-00000000245b | TASK | Ensure provider packages are installed 2025-10-03 10:31:36.510926 | fa163ebf-0e86-c0b9-b49b-00000000245b | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:19.324758 | 3.06s 2025-10-03 10:31:36.517786 | fa163ebf-0e86-c0b9-b49b-00000000245b | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:19.331625 | 3.07s 2025-10-03 10:31:36.545985 | fa163ebf-0e86-c0b9-b49b-00000000245d | TASK | Ensure pre-scripts hooks directory exists 2025-10-03 10:31:36.833992 | fa163ebf-0e86-c0b9-b49b-00000000245d | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-10-03 10:31:36.836104 | fa163ebf-0e86-c0b9-b49b-00000000245d | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:19.649947 | 0.29s 2025-10-03 10:31:36.845772 | fa163ebf-0e86-c0b9-b49b-00000000245d | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:19.659616 | 0.30s 2025-10-03 10:31:36.867086 | fa163ebf-0e86-c0b9-b49b-00000000245f | TASK | Ensure post-scripts hooks directory exists 2025-10-03 10:31:37.162192 | fa163ebf-0e86-c0b9-b49b-00000000245f | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-10-03 10:31:37.164266 | fa163ebf-0e86-c0b9-b49b-00000000245f | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:19.978110 | 0.30s 2025-10-03 10:31:37.173997 | fa163ebf-0e86-c0b9-b49b-00000000245f | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:19.987844 | 0.31s 2025-10-03 10:31:37.194808 | fa163ebf-0e86-c0b9-b49b-000000002461 | TASK | Ensure provider service is running 2025-10-03 10:31:37.634127 | fa163ebf-0e86-c0b9-b49b-000000002461 | OK | Ensure provider service is running | standalone | item=certmonger 2025-10-03 10:31:37.637240 | fa163ebf-0e86-c0b9-b49b-000000002461 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:20.451079 | 0.44s 2025-10-03 10:31:37.647764 | fa163ebf-0e86-c0b9-b49b-000000002461 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:20.461595 | 0.45s 2025-10-03 10:31:37.675557 | fa163ebf-0e86-c0b9-b49b-000000002464 | TASK | Ensure certificate requests 2025-10-03 10:31:39.621170 | fa163ebf-0e86-c0b9-b49b-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-03 10:31:39.623739 | fa163ebf-0e86-c0b9-b49b-000000002464 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:22.437584 | 1.95s 2025-10-03 10:31:41.342285 | fa163ebf-0e86-c0b9-b49b-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-03 10:31:41.343503 | fa163ebf-0e86-c0b9-b49b-000000002464 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:24.157353 | 3.67s 2025-10-03 10:31:43.170018 | fa163ebf-0e86-c0b9-b49b-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-03 10:31:43.172523 | fa163ebf-0e86-c0b9-b49b-000000002464 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:25.986372 | 5.50s 2025-10-03 10:31:45.075901 | fa163ebf-0e86-c0b9-b49b-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-03 10:31:45.077167 | fa163ebf-0e86-c0b9-b49b-000000002464 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:27.891014 | 7.40s 2025-10-03 10:31:45.084971 | fa163ebf-0e86-c0b9-b49b-000000002464 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:27.898817 | 7.41s 2025-10-03 10:31:45.136184 | fa163ebf-0e86-c0b9-b49b-000000002245 | TASK | Run lvmfilter role 2025-10-03 10:31:45.188262 | fa163ebf-0e86-c0b9-b49b-000000002245 | TIMING | Run lvmfilter role | standalone | 0:05:28.002092 | 0.05s 2025-10-03 10:31:45.267262 | fa163ebf-0e86-c0b9-b49b-0000000024f8 | TASK | Check if lvm2 is installed 2025-10-03 10:31:45.523134 | fa163ebf-0e86-c0b9-b49b-0000000024f8 | CHANGED | Check if lvm2 is installed | standalone 2025-10-03 10:31:45.524896 | fa163ebf-0e86-c0b9-b49b-0000000024f8 | TIMING | tripleo_lvmfilter : Check if lvm2 is installed | standalone | 0:05:28.338731 | 0.26s 2025-10-03 10:31:45.553028 | fa163ebf-0e86-c0b9-b49b-0000000024fa | TASK | collect ansible devices 2025-10-03 10:31:45.606309 | fa163ebf-0e86-c0b9-b49b-0000000024fa | SKIPPED | collect ansible devices | standalone 2025-10-03 10:31:45.607766 | fa163ebf-0e86-c0b9-b49b-0000000024fa | TIMING | tripleo_lvmfilter : collect ansible devices | standalone | 0:05:28.421612 | 0.05s 2025-10-03 10:31:45.633546 | fa163ebf-0e86-c0b9-b49b-0000000024fb | TASK | collect in-use lvm2 devices list 2025-10-03 10:31:45.664358 | fa163ebf-0e86-c0b9-b49b-0000000024fb | SKIPPED | collect in-use lvm2 devices list | standalone 2025-10-03 10:31:45.665512 | fa163ebf-0e86-c0b9-b49b-0000000024fb | TIMING | tripleo_lvmfilter : collect in-use lvm2 devices list | standalone | 0:05:28.479359 | 0.03s 2025-10-03 10:31:45.690863 | fa163ebf-0e86-c0b9-b49b-0000000024fc | TASK | set allowed_devices 2025-10-03 10:31:45.729564 | fa163ebf-0e86-c0b9-b49b-0000000024fc | SKIPPED | set allowed_devices | standalone 2025-10-03 10:31:45.730697 | fa163ebf-0e86-c0b9-b49b-0000000024fc | TIMING | tripleo_lvmfilter : set allowed_devices | standalone | 0:05:28.544546 | 0.04s 2025-10-03 10:31:45.756822 | fa163ebf-0e86-c0b9-b49b-0000000024fd | TASK | build lvm2 allow list 2025-10-03 10:31:45.795800 | fa163ebf-0e86-c0b9-b49b-0000000024fd | SKIPPED | build lvm2 allow list | standalone 2025-10-03 10:31:45.796931 | fa163ebf-0e86-c0b9-b49b-0000000024fd | TIMING | tripleo_lvmfilter : build lvm2 allow list | standalone | 0:05:28.610779 | 0.04s 2025-10-03 10:31:45.821997 | fa163ebf-0e86-c0b9-b49b-0000000024fe | TASK | build lvm2 deny list 2025-10-03 10:31:45.860760 | fa163ebf-0e86-c0b9-b49b-0000000024fe | SKIPPED | build lvm2 deny list | standalone 2025-10-03 10:31:45.861887 | fa163ebf-0e86-c0b9-b49b-0000000024fe | TIMING | tripleo_lvmfilter : build lvm2 deny list | standalone | 0:05:28.675735 | 0.04s 2025-10-03 10:31:45.886859 | fa163ebf-0e86-c0b9-b49b-0000000024ff | TASK | build lvm2 filter 2025-10-03 10:31:45.936315 | fa163ebf-0e86-c0b9-b49b-0000000024ff | SKIPPED | build lvm2 filter | standalone 2025-10-03 10:31:45.938931 | fa163ebf-0e86-c0b9-b49b-0000000024ff | TIMING | tripleo_lvmfilter : build lvm2 filter | standalone | 0:05:28.752777 | 0.05s 2025-10-03 10:31:45.963282 | fa163ebf-0e86-c0b9-b49b-000000002500 | TASK | regenerate lvm config 2025-10-03 10:31:46.012892 | fa163ebf-0e86-c0b9-b49b-000000002500 | SKIPPED | regenerate lvm config | standalone 2025-10-03 10:31:46.013962 | fa163ebf-0e86-c0b9-b49b-000000002500 | TIMING | tripleo_lvmfilter : regenerate lvm config | standalone | 0:05:28.827811 | 0.05s 2025-10-03 10:31:46.038791 | fa163ebf-0e86-c0b9-b49b-000000002501 | TASK | copy new lvm.conf in place 2025-10-03 10:31:46.089541 | fa163ebf-0e86-c0b9-b49b-000000002501 | SKIPPED | copy new lvm.conf in place | standalone 2025-10-03 10:31:46.090729 | fa163ebf-0e86-c0b9-b49b-000000002501 | TIMING | tripleo_lvmfilter : copy new lvm.conf in place | standalone | 0:05:28.904578 | 0.05s 2025-10-03 10:31:46.140907 | fa163ebf-0e86-c0b9-b49b-00000000224b | TASK | Fail if container image is undefined 2025-10-03 10:31:46.202763 | fa163ebf-0e86-c0b9-b49b-00000000224b | SKIPPED | Fail if container image is undefined | standalone 2025-10-03 10:31:46.203872 | fa163ebf-0e86-c0b9-b49b-00000000224b | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:05:29.017720 | 0.06s 2025-10-03 10:31:46.245484 | fa163ebf-0e86-c0b9-b49b-00000000224c | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image 2025-10-03 10:31:55.508134 | fa163ebf-0e86-c0b9-b49b-00000000224c | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image | standalone 2025-10-03 10:31:55.509758 | fa163ebf-0e86-c0b9-b49b-00000000224c | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image | standalone | 0:05:38.323605 | 9.26s 2025-10-03 10:31:55.566462 | fa163ebf-0e86-c0b9-b49b-00000000224d | TASK | Tag cluster.common.tag/manila-share:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image 2025-10-03 10:31:55.930689 | fa163ebf-0e86-c0b9-b49b-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-03 10:31:55.932380 | fa163ebf-0e86-c0b9-b49b-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:38.746221 | 0.36s 2025-10-03 10:31:56.032424 | fa163ebf-0e86-c0b9-b49b-000000002258 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:05:38.846261 | 0.05s 2025-10-03 10:31:56.096052 | fa163ebf-0e86-c0b9-b49b-000000002570 | TASK | Set version specific variables 2025-10-03 10:31:56.134087 | fa163ebf-0e86-c0b9-b49b-000000002570 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:05:38.947929 | 0.04s 2025-10-03 10:31:56.146342 | c9e73d35-7089-436d-b54e-23d793c38930 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-10-03 10:31:56.168838 | fa163ebf-0e86-c0b9-b49b-00000000259f | TASK | Ensure ansible_facts used by role 2025-10-03 10:31:56.549349 | fa163ebf-0e86-c0b9-b49b-00000000259f | OK | Ensure ansible_facts used by role | standalone 2025-10-03 10:31:56.551383 | fa163ebf-0e86-c0b9-b49b-00000000259f | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:05:39.365221 | 0.38s 2025-10-03 10:31:56.577915 | fa163ebf-0e86-c0b9-b49b-0000000025a0 | TASK | Set platform/version specific variables 2025-10-03 10:31:56.649771 | fa163ebf-0e86-c0b9-b49b-0000000025a0 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-03 10:31:56.667169 | fa163ebf-0e86-c0b9-b49b-0000000025a0 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-03 10:31:56.685792 | fa163ebf-0e86-c0b9-b49b-0000000025a0 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-10-03 10:31:56.700167 | fa163ebf-0e86-c0b9-b49b-0000000025a0 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-10-03 10:31:56.711852 | fa163ebf-0e86-c0b9-b49b-0000000025a0 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:05:39.525692 | 0.13s 2025-10-03 10:31:56.738016 | fa163ebf-0e86-c0b9-b49b-000000002571 | TASK | Ensure certificate role dependencies are installed 2025-10-03 10:31:59.621877 | fa163ebf-0e86-c0b9-b49b-000000002571 | OK | Ensure certificate role dependencies are installed | standalone 2025-10-03 10:31:59.623332 | fa163ebf-0e86-c0b9-b49b-000000002571 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:05:42.437178 | 2.88s 2025-10-03 10:31:59.648308 | fa163ebf-0e86-c0b9-b49b-000000002573 | TASK | Ensure provider packages are installed 2025-10-03 10:32:02.516201 | fa163ebf-0e86-c0b9-b49b-000000002573 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:45.330031 | 2.87s 2025-10-03 10:32:02.528325 | fa163ebf-0e86-c0b9-b49b-000000002573 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:45.342168 | 2.88s 2025-10-03 10:32:02.554536 | fa163ebf-0e86-c0b9-b49b-000000002575 | TASK | Ensure pre-scripts hooks directory exists 2025-10-03 10:32:02.819730 | fa163ebf-0e86-c0b9-b49b-000000002575 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-10-03 10:32:02.821775 | fa163ebf-0e86-c0b9-b49b-000000002575 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:45.635617 | 0.27s 2025-10-03 10:32:02.832005 | fa163ebf-0e86-c0b9-b49b-000000002575 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:45.645848 | 0.28s 2025-10-03 10:32:02.859693 | fa163ebf-0e86-c0b9-b49b-000000002577 | TASK | Ensure post-scripts hooks directory exists 2025-10-03 10:32:03.145305 | fa163ebf-0e86-c0b9-b49b-000000002577 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-10-03 10:32:03.147647 | fa163ebf-0e86-c0b9-b49b-000000002577 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:45.961490 | 0.29s 2025-10-03 10:32:03.157824 | fa163ebf-0e86-c0b9-b49b-000000002577 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:45.971667 | 0.30s 2025-10-03 10:32:03.185064 | fa163ebf-0e86-c0b9-b49b-000000002579 | TASK | Ensure provider service is running 2025-10-03 10:32:03.612368 | fa163ebf-0e86-c0b9-b49b-000000002579 | OK | Ensure provider service is running | standalone | item=certmonger 2025-10-03 10:32:03.614977 | fa163ebf-0e86-c0b9-b49b-000000002579 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:46.428819 | 0.43s 2025-10-03 10:32:03.625217 | fa163ebf-0e86-c0b9-b49b-000000002579 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:46.439064 | 0.44s 2025-10-03 10:32:03.645924 | fa163ebf-0e86-c0b9-b49b-00000000257c | TASK | Ensure certificate requests 2025-10-03 10:32:05.841054 | fa163ebf-0e86-c0b9-b49b-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-03 10:32:05.844195 | fa163ebf-0e86-c0b9-b49b-00000000257c | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:48.658031 | 2.20s 2025-10-03 10:32:05.853989 | fa163ebf-0e86-c0b9-b49b-00000000257c | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:48.667831 | 2.21s 2025-10-03 10:32:05.954299 | fa163ebf-0e86-c0b9-b49b-00000000225a | TIMING | include_role : linux-system-roles.certificate | standalone | 0:05:48.768135 | 0.05s 2025-10-03 10:32:06.017213 | fa163ebf-0e86-c0b9-b49b-0000000025e4 | TASK | Set version specific variables 2025-10-03 10:32:06.064232 | fa163ebf-0e86-c0b9-b49b-0000000025e4 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:05:48.878074 | 0.05s 2025-10-03 10:32:06.082598 | f8dca219-6c1b-4ed5-83b5-8cb745412d94 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-10-03 10:32:06.112840 | fa163ebf-0e86-c0b9-b49b-000000002613 | TASK | Ensure ansible_facts used by role 2025-10-03 10:32:06.498582 | fa163ebf-0e86-c0b9-b49b-000000002613 | OK | Ensure ansible_facts used by role | standalone 2025-10-03 10:32:06.500106 | fa163ebf-0e86-c0b9-b49b-000000002613 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:05:49.313951 | 0.39s 2025-10-03 10:32:06.526045 | fa163ebf-0e86-c0b9-b49b-000000002614 | TASK | Set platform/version specific variables 2025-10-03 10:32:06.610280 | fa163ebf-0e86-c0b9-b49b-000000002614 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-03 10:32:06.640880 | fa163ebf-0e86-c0b9-b49b-000000002614 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-03 10:32:06.668852 | fa163ebf-0e86-c0b9-b49b-000000002614 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-10-03 10:32:06.688953 | fa163ebf-0e86-c0b9-b49b-000000002614 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-10-03 10:32:06.700845 | fa163ebf-0e86-c0b9-b49b-000000002614 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:05:49.514687 | 0.17s 2025-10-03 10:32:06.726296 | fa163ebf-0e86-c0b9-b49b-0000000025e5 | TASK | Ensure certificate role dependencies are installed 2025-10-03 10:32:09.569909 | fa163ebf-0e86-c0b9-b49b-0000000025e5 | OK | Ensure certificate role dependencies are installed | standalone 2025-10-03 10:32:09.571378 | fa163ebf-0e86-c0b9-b49b-0000000025e5 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:05:52.385224 | 2.84s 2025-10-03 10:32:09.596780 | fa163ebf-0e86-c0b9-b49b-0000000025e7 | TASK | Ensure provider packages are installed 2025-10-03 10:32:12.465986 | fa163ebf-0e86-c0b9-b49b-0000000025e7 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:55.279805 | 2.87s 2025-10-03 10:32:12.478488 | fa163ebf-0e86-c0b9-b49b-0000000025e7 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:55.292327 | 2.88s 2025-10-03 10:32:12.505089 | fa163ebf-0e86-c0b9-b49b-0000000025e9 | TASK | Ensure pre-scripts hooks directory exists 2025-10-03 10:32:12.770447 | fa163ebf-0e86-c0b9-b49b-0000000025e9 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-10-03 10:32:12.773077 | fa163ebf-0e86-c0b9-b49b-0000000025e9 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:55.586916 | 0.27s 2025-10-03 10:32:12.782924 | fa163ebf-0e86-c0b9-b49b-0000000025e9 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:55.596763 | 0.28s 2025-10-03 10:32:12.804652 | fa163ebf-0e86-c0b9-b49b-0000000025eb | TASK | Ensure post-scripts hooks directory exists 2025-10-03 10:32:13.105381 | fa163ebf-0e86-c0b9-b49b-0000000025eb | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-10-03 10:32:13.107305 | fa163ebf-0e86-c0b9-b49b-0000000025eb | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:55.921145 | 0.30s 2025-10-03 10:32:13.114264 | fa163ebf-0e86-c0b9-b49b-0000000025eb | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:55.928102 | 0.31s 2025-10-03 10:32:13.141452 | fa163ebf-0e86-c0b9-b49b-0000000025ed | TASK | Ensure provider service is running 2025-10-03 10:32:13.547335 | fa163ebf-0e86-c0b9-b49b-0000000025ed | OK | Ensure provider service is running | standalone | item=certmonger 2025-10-03 10:32:13.551021 | fa163ebf-0e86-c0b9-b49b-0000000025ed | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:56.364851 | 0.41s 2025-10-03 10:32:13.561076 | fa163ebf-0e86-c0b9-b49b-0000000025ed | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:56.374918 | 0.42s 2025-10-03 10:32:13.588729 | fa163ebf-0e86-c0b9-b49b-0000000025f0 | TASK | Ensure certificate requests 2025-10-03 10:32:15.078622 | fa163ebf-0e86-c0b9-b49b-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-03 10:32:15.080602 | fa163ebf-0e86-c0b9-b49b-0000000025f0 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:57.894440 | 1.49s 2025-10-03 10:32:15.090292 | fa163ebf-0e86-c0b9-b49b-0000000025f0 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:57.904129 | 1.50s 2025-10-03 10:32:15.140531 | fa163ebf-0e86-c0b9-b49b-000000002261 | TASK | Fail if container image is undefined 2025-10-03 10:32:15.213189 | fa163ebf-0e86-c0b9-b49b-000000002261 | SKIPPED | Fail if container image is undefined | standalone 2025-10-03 10:32:15.214471 | fa163ebf-0e86-c0b9-b49b-000000002261 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:05:58.028290 | 0.07s 2025-10-03 10:32:15.255890 | fa163ebf-0e86-c0b9-b49b-000000002262 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image 2025-10-03 10:32:23.594703 | fa163ebf-0e86-c0b9-b49b-000000002262 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone 2025-10-03 10:32:23.596640 | fa163ebf-0e86-c0b9-b49b-000000002262 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone | 0:06:06.410483 | 8.34s 2025-10-03 10:32:23.654234 | fa163ebf-0e86-c0b9-b49b-000000002263 | TASK | Tag cluster.common.tag/mariadb:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image 2025-10-03 10:32:23.966161 | fa163ebf-0e86-c0b9-b49b-000000002263 | CHANGED | Tag cluster.common.tag/mariadb:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone 2025-10-03 10:32:23.967193 | fa163ebf-0e86-c0b9-b49b-000000002263 | TIMING | tripleo_container_tag : Tag cluster.common.tag/mariadb:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone | 0:06:06.781046 | 0.31s 2025-10-03 10:32:24.052921 | fa163ebf-0e86-c0b9-b49b-00000000226e | TIMING | include_role : linux-system-roles.certificate | standalone | 0:06:06.866759 | 0.05s 2025-10-03 10:32:24.113870 | fa163ebf-0e86-c0b9-b49b-00000000265e | TASK | Set version specific variables 2025-10-03 10:32:24.161476 | fa163ebf-0e86-c0b9-b49b-00000000265e | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:06:06.975275 | 0.05s 2025-10-03 10:32:24.180196 | 50ebc977-2618-4617-89e5-1c53e60ee306 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-10-03 10:32:24.210100 | fa163ebf-0e86-c0b9-b49b-00000000268d | TASK | Ensure ansible_facts used by role 2025-10-03 10:32:24.596067 | fa163ebf-0e86-c0b9-b49b-00000000268d | OK | Ensure ansible_facts used by role | standalone 2025-10-03 10:32:24.597714 | fa163ebf-0e86-c0b9-b49b-00000000268d | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:06:07.411559 | 0.39s 2025-10-03 10:32:24.623446 | fa163ebf-0e86-c0b9-b49b-00000000268e | TASK | Set platform/version specific variables 2025-10-03 10:32:24.698370 | fa163ebf-0e86-c0b9-b49b-00000000268e | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-03 10:32:24.720031 | fa163ebf-0e86-c0b9-b49b-00000000268e | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-03 10:32:24.739050 | fa163ebf-0e86-c0b9-b49b-00000000268e | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-10-03 10:32:24.754186 | fa163ebf-0e86-c0b9-b49b-00000000268e | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-10-03 10:32:24.765833 | fa163ebf-0e86-c0b9-b49b-00000000268e | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:06:07.579676 | 0.14s 2025-10-03 10:32:24.791112 | fa163ebf-0e86-c0b9-b49b-00000000265f | TASK | Ensure certificate role dependencies are installed 2025-10-03 10:32:27.663635 | fa163ebf-0e86-c0b9-b49b-00000000265f | OK | Ensure certificate role dependencies are installed | standalone 2025-10-03 10:32:27.665069 | fa163ebf-0e86-c0b9-b49b-00000000265f | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:06:10.478914 | 2.87s 2025-10-03 10:32:27.683481 | fa163ebf-0e86-c0b9-b49b-000000002661 | TASK | Ensure provider packages are installed 2025-10-03 10:32:30.589243 | fa163ebf-0e86-c0b9-b49b-000000002661 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:06:13.403090 | 2.90s 2025-10-03 10:32:30.597725 | fa163ebf-0e86-c0b9-b49b-000000002661 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:06:13.411563 | 2.91s 2025-10-03 10:32:30.624021 | fa163ebf-0e86-c0b9-b49b-000000002663 | TASK | Ensure pre-scripts hooks directory exists 2025-10-03 10:32:30.900006 | fa163ebf-0e86-c0b9-b49b-000000002663 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-10-03 10:32:30.901385 | fa163ebf-0e86-c0b9-b49b-000000002663 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:06:13.715230 | 0.28s 2025-10-03 10:32:30.907627 | fa163ebf-0e86-c0b9-b49b-000000002663 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:06:13.721469 | 0.28s 2025-10-03 10:32:30.933030 | fa163ebf-0e86-c0b9-b49b-000000002665 | TASK | Ensure post-scripts hooks directory exists 2025-10-03 10:32:31.192421 | fa163ebf-0e86-c0b9-b49b-000000002665 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-10-03 10:32:31.194236 | fa163ebf-0e86-c0b9-b49b-000000002665 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:06:14.008081 | 0.26s 2025-10-03 10:32:31.203805 | fa163ebf-0e86-c0b9-b49b-000000002665 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:06:14.017658 | 0.27s 2025-10-03 10:32:31.221614 | fa163ebf-0e86-c0b9-b49b-000000002667 | TASK | Ensure provider service is running 2025-10-03 10:32:31.786941 | fa163ebf-0e86-c0b9-b49b-000000002667 | OK | Ensure provider service is running | standalone | item=certmonger 2025-10-03 10:32:31.789476 | fa163ebf-0e86-c0b9-b49b-000000002667 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:06:14.603317 | 0.57s 2025-10-03 10:32:31.795955 | fa163ebf-0e86-c0b9-b49b-000000002667 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:06:14.609802 | 0.57s 2025-10-03 10:32:31.817598 | fa163ebf-0e86-c0b9-b49b-00000000266a | TASK | Ensure certificate requests 2025-10-03 10:32:33.333361 | fa163ebf-0e86-c0b9-b49b-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-03 10:32:33.334899 | fa163ebf-0e86-c0b9-b49b-00000000266a | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:16.148744 | 1.52s 2025-10-03 10:32:33.341282 | fa163ebf-0e86-c0b9-b49b-00000000266a | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:16.155127 | 1.52s 2025-10-03 10:32:33.443533 | fa163ebf-0e86-c0b9-b49b-000000002270 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:06:16.257369 | 0.05s 2025-10-03 10:32:33.512409 | fa163ebf-0e86-c0b9-b49b-0000000026d2 | TASK | Set version specific variables 2025-10-03 10:32:33.566107 | fa163ebf-0e86-c0b9-b49b-0000000026d2 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:06:16.379942 | 0.05s 2025-10-03 10:32:33.584722 | c8538b11-d7ec-4953-a6e3-a90da9efd8fe | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-10-03 10:32:33.609646 | fa163ebf-0e86-c0b9-b49b-000000002701 | TASK | Ensure ansible_facts used by role 2025-10-03 10:32:34.002581 | fa163ebf-0e86-c0b9-b49b-000000002701 | OK | Ensure ansible_facts used by role | standalone 2025-10-03 10:32:34.004156 | fa163ebf-0e86-c0b9-b49b-000000002701 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:06:16.818002 | 0.39s 2025-10-03 10:32:34.032116 | fa163ebf-0e86-c0b9-b49b-000000002702 | TASK | Set platform/version specific variables 2025-10-03 10:32:34.117338 | fa163ebf-0e86-c0b9-b49b-000000002702 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-03 10:32:34.148926 | fa163ebf-0e86-c0b9-b49b-000000002702 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-03 10:32:34.178803 | fa163ebf-0e86-c0b9-b49b-000000002702 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-10-03 10:32:34.197889 | fa163ebf-0e86-c0b9-b49b-000000002702 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-10-03 10:32:34.209984 | fa163ebf-0e86-c0b9-b49b-000000002702 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:06:17.023829 | 0.18s 2025-10-03 10:32:34.237526 | fa163ebf-0e86-c0b9-b49b-0000000026d3 | TASK | Ensure certificate role dependencies are installed 2025-10-03 10:32:37.086703 | fa163ebf-0e86-c0b9-b49b-0000000026d3 | OK | Ensure certificate role dependencies are installed | standalone 2025-10-03 10:32:37.089061 | fa163ebf-0e86-c0b9-b49b-0000000026d3 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:06:19.902903 | 2.85s 2025-10-03 10:32:37.115529 | fa163ebf-0e86-c0b9-b49b-0000000026d5 | TASK | Ensure provider packages are installed 2025-10-03 10:32:40.100373 | fa163ebf-0e86-c0b9-b49b-0000000026d5 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:06:22.914194 | 2.98s 2025-10-03 10:32:40.113503 | fa163ebf-0e86-c0b9-b49b-0000000026d5 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:06:22.927326 | 3.00s 2025-10-03 10:32:40.142972 | fa163ebf-0e86-c0b9-b49b-0000000026d7 | TASK | Ensure pre-scripts hooks directory exists 2025-10-03 10:32:40.431319 | fa163ebf-0e86-c0b9-b49b-0000000026d7 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-10-03 10:32:40.434199 | fa163ebf-0e86-c0b9-b49b-0000000026d7 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:06:23.248036 | 0.29s 2025-10-03 10:32:40.443922 | fa163ebf-0e86-c0b9-b49b-0000000026d7 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:06:23.257756 | 0.30s 2025-10-03 10:32:40.471740 | fa163ebf-0e86-c0b9-b49b-0000000026d9 | TASK | Ensure post-scripts hooks directory exists 2025-10-03 10:32:40.760844 | fa163ebf-0e86-c0b9-b49b-0000000026d9 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-10-03 10:32:40.763502 | fa163ebf-0e86-c0b9-b49b-0000000026d9 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:06:23.577342 | 0.29s 2025-10-03 10:32:40.773778 | fa163ebf-0e86-c0b9-b49b-0000000026d9 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:06:23.587615 | 0.30s 2025-10-03 10:32:40.796710 | fa163ebf-0e86-c0b9-b49b-0000000026db | TASK | Ensure provider service is running 2025-10-03 10:32:41.226388 | fa163ebf-0e86-c0b9-b49b-0000000026db | OK | Ensure provider service is running | standalone | item=certmonger 2025-10-03 10:32:41.229374 | fa163ebf-0e86-c0b9-b49b-0000000026db | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:06:24.043217 | 0.43s 2025-10-03 10:32:41.240024 | fa163ebf-0e86-c0b9-b49b-0000000026db | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:06:24.053866 | 0.44s 2025-10-03 10:32:41.267487 | fa163ebf-0e86-c0b9-b49b-0000000026de | TASK | Ensure certificate requests 2025-10-03 10:32:42.935230 | fa163ebf-0e86-c0b9-b49b-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-03 10:32:42.937292 | fa163ebf-0e86-c0b9-b49b-0000000026de | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:25.751130 | 1.67s 2025-10-03 10:32:42.944999 | fa163ebf-0e86-c0b9-b49b-0000000026de | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:25.758839 | 1.68s 2025-10-03 10:32:42.995952 | fa163ebf-0e86-c0b9-b49b-000000002272 | TASK | install systemd-container for a greenfield 2025-10-03 10:32:59.971927 | fa163ebf-0e86-c0b9-b49b-000000002272 | CHANGED | install systemd-container for a greenfield | standalone 2025-10-03 10:32:59.973619 | fa163ebf-0e86-c0b9-b49b-000000002272 | TIMING | install systemd-container for a greenfield | standalone | 0:06:42.787463 | 16.98s 2025-10-03 10:32:59.998630 | fa163ebf-0e86-c0b9-b49b-000000002273 | TASK | manage PMEM namespaces for vPMEM 2025-10-03 10:33:00.053090 | fa163ebf-0e86-c0b9-b49b-000000002273 | SKIPPED | manage PMEM namespaces for vPMEM | standalone 2025-10-03 10:33:00.054542 | fa163ebf-0e86-c0b9-b49b-000000002273 | TIMING | manage PMEM namespaces for vPMEM | standalone | 0:06:42.868386 | 0.05s 2025-10-03 10:33:00.079993 | fa163ebf-0e86-c0b9-b49b-000000002275 | TASK | Enable post-copy by setting unprivileged_userfaultfd 2025-10-03 10:33:00.357498 | fa163ebf-0e86-c0b9-b49b-000000002275 | CHANGED | Enable post-copy by setting unprivileged_userfaultfd | standalone 2025-10-03 10:33:00.358935 | fa163ebf-0e86-c0b9-b49b-000000002275 | TIMING | Enable post-copy by setting unprivileged_userfaultfd | standalone | 0:06:43.172780 | 0.28s 2025-10-03 10:33:00.383900 | fa163ebf-0e86-c0b9-b49b-000000002277 | TASK | is KSM enabled 2025-10-03 10:33:00.445838 | fa163ebf-0e86-c0b9-b49b-000000002277 | OK | is KSM enabled | standalone 2025-10-03 10:33:00.447245 | fa163ebf-0e86-c0b9-b49b-000000002277 | TIMING | is KSM enabled | standalone | 0:06:43.261091 | 0.06s 2025-10-03 10:33:00.472500 | fa163ebf-0e86-c0b9-b49b-000000002279 | TASK | Check for ksm 2025-10-03 10:33:00.712489 | fa163ebf-0e86-c0b9-b49b-000000002279 | CHANGED | Check for ksm | standalone 2025-10-03 10:33:00.713592 | fa163ebf-0e86-c0b9-b49b-000000002279 | TIMING | Check for ksm | standalone | 0:06:43.527443 | 0.24s 2025-10-03 10:33:00.733543 | fa163ebf-0e86-c0b9-b49b-00000000227a | TASK | disable KSM services 2025-10-03 10:33:00.825658 | fa163ebf-0e86-c0b9-b49b-00000000227a | SKIPPED | disable KSM services | standalone | item=ksm.service 2025-10-03 10:33:00.857722 | fa163ebf-0e86-c0b9-b49b-00000000227a | SKIPPED | disable KSM services | standalone | item=ksmtuned.service 2025-10-03 10:33:00.863661 | fa163ebf-0e86-c0b9-b49b-00000000227a | TIMING | disable KSM services | standalone | 0:06:43.677492 | 0.13s 2025-10-03 10:33:00.889695 | fa163ebf-0e86-c0b9-b49b-00000000227b | TASK | delete PageKSM after disable ksm on compute 2025-10-03 10:33:00.942752 | fa163ebf-0e86-c0b9-b49b-00000000227b | SKIPPED | delete PageKSM after disable ksm on compute | standalone 2025-10-03 10:33:00.943976 | fa163ebf-0e86-c0b9-b49b-00000000227b | TIMING | delete PageKSM after disable ksm on compute | standalone | 0:06:43.757823 | 0.05s 2025-10-03 10:33:00.968700 | fa163ebf-0e86-c0b9-b49b-00000000227d | TASK | make sure package providing ksmtuned is installed (RHEL8 or CentOS8) 2025-10-03 10:33:01.012576 | fa163ebf-0e86-c0b9-b49b-00000000227d | SKIPPED | make sure package providing ksmtuned is installed (RHEL8 or CentOS8) | standalone 2025-10-03 10:33:01.013737 | fa163ebf-0e86-c0b9-b49b-00000000227d | TIMING | make sure package providing ksmtuned is installed (RHEL8 or CentOS8) | standalone | 0:06:43.827583 | 0.04s 2025-10-03 10:33:01.038685 | fa163ebf-0e86-c0b9-b49b-00000000227e | TASK | make sure package providing ksmtuned is installed (RHEL9 or CentOS9) 2025-10-03 10:33:01.088852 | fa163ebf-0e86-c0b9-b49b-00000000227e | SKIPPED | make sure package providing ksmtuned is installed (RHEL9 or CentOS9) | standalone 2025-10-03 10:33:01.090093 | fa163ebf-0e86-c0b9-b49b-00000000227e | TIMING | make sure package providing ksmtuned is installed (RHEL9 or CentOS9) | standalone | 0:06:43.903940 | 0.05s 2025-10-03 10:33:01.116173 | fa163ebf-0e86-c0b9-b49b-00000000227f | TASK | enable ksmtunded 2025-10-03 10:33:01.173934 | fa163ebf-0e86-c0b9-b49b-00000000227f | SKIPPED | enable ksmtunded | standalone | item=ksm.service 2025-10-03 10:33:01.186823 | fa163ebf-0e86-c0b9-b49b-00000000227f | SKIPPED | enable ksmtunded | standalone | item=ksmtuned.service 2025-10-03 10:33:01.198993 | fa163ebf-0e86-c0b9-b49b-00000000227f | TIMING | enable ksmtunded | standalone | 0:06:44.012832 | 0.08s 2025-10-03 10:33:01.224563 | fa163ebf-0e86-c0b9-b49b-000000002281 | TASK | Create dirs for certificates and keys 2025-10-03 10:33:01.496190 | fa163ebf-0e86-c0b9-b49b-000000002281 | CHANGED | Create dirs for certificates and keys | standalone | item=/etc/pki/libvirt 2025-10-03 10:33:01.499315 | fa163ebf-0e86-c0b9-b49b-000000002281 | TIMING | Create dirs for certificates and keys | standalone | 0:06:44.313146 | 0.27s 2025-10-03 10:33:01.701686 | fa163ebf-0e86-c0b9-b49b-000000002281 | CHANGED | Create dirs for certificates and keys | standalone | item=/etc/pki/libvirt/private 2025-10-03 10:33:01.704382 | fa163ebf-0e86-c0b9-b49b-000000002281 | TIMING | Create dirs for certificates and keys | standalone | 0:06:44.518225 | 0.48s 2025-10-03 10:33:01.891978 | fa163ebf-0e86-c0b9-b49b-000000002281 | CHANGED | Create dirs for certificates and keys | standalone | item=/etc/pki/qemu 2025-10-03 10:33:01.894131 | fa163ebf-0e86-c0b9-b49b-000000002281 | TIMING | Create dirs for certificates and keys | standalone | 0:06:44.707977 | 0.67s 2025-10-03 10:33:01.905282 | fa163ebf-0e86-c0b9-b49b-000000002281 | TIMING | Create dirs for certificates and keys | standalone | 0:06:44.719125 | 0.68s 2025-10-03 10:33:01.982681 | fa163ebf-0e86-c0b9-b49b-000000002282 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:06:44.796522 | 0.05s 2025-10-03 10:33:02.046331 | fa163ebf-0e86-c0b9-b49b-00000000276e | TASK | Set version specific variables 2025-10-03 10:33:02.094649 | fa163ebf-0e86-c0b9-b49b-00000000276e | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:06:44.908481 | 0.05s 2025-10-03 10:33:02.114899 | b446a0cd-2704-41ac-84a8-c1224a8a5328 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-10-03 10:33:02.144514 | fa163ebf-0e86-c0b9-b49b-0000000027a1 | TASK | Ensure ansible_facts used by role 2025-10-03 10:33:02.532620 | fa163ebf-0e86-c0b9-b49b-0000000027a1 | OK | Ensure ansible_facts used by role | standalone 2025-10-03 10:33:02.534338 | fa163ebf-0e86-c0b9-b49b-0000000027a1 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:06:45.348182 | 0.39s 2025-10-03 10:33:02.563833 | fa163ebf-0e86-c0b9-b49b-0000000027a2 | TASK | Set platform/version specific variables 2025-10-03 10:33:02.633984 | fa163ebf-0e86-c0b9-b49b-0000000027a2 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-03 10:33:02.650588 | fa163ebf-0e86-c0b9-b49b-0000000027a2 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-03 10:33:02.668769 | fa163ebf-0e86-c0b9-b49b-0000000027a2 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-10-03 10:33:02.682569 | fa163ebf-0e86-c0b9-b49b-0000000027a2 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-10-03 10:33:02.688815 | fa163ebf-0e86-c0b9-b49b-0000000027a2 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:06:45.502650 | 0.12s 2025-10-03 10:33:02.715732 | fa163ebf-0e86-c0b9-b49b-00000000276f | TASK | Ensure certificate role dependencies are installed 2025-10-03 10:33:05.565086 | fa163ebf-0e86-c0b9-b49b-00000000276f | OK | Ensure certificate role dependencies are installed | standalone 2025-10-03 10:33:05.566624 | fa163ebf-0e86-c0b9-b49b-00000000276f | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:06:48.380470 | 2.85s 2025-10-03 10:33:05.592198 | fa163ebf-0e86-c0b9-b49b-000000002771 | TASK | Ensure provider packages are installed 2025-10-03 10:33:08.521744 | fa163ebf-0e86-c0b9-b49b-000000002771 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:06:51.335576 | 2.93s 2025-10-03 10:33:08.534133 | fa163ebf-0e86-c0b9-b49b-000000002771 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:06:51.347984 | 2.94s 2025-10-03 10:33:08.560062 | fa163ebf-0e86-c0b9-b49b-000000002773 | TASK | Ensure pre-scripts hooks directory exists 2025-10-03 10:33:08.850699 | fa163ebf-0e86-c0b9-b49b-000000002773 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-10-03 10:33:08.851631 | fa163ebf-0e86-c0b9-b49b-000000002773 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:06:51.665485 | 0.29s 2025-10-03 10:33:08.856245 | fa163ebf-0e86-c0b9-b49b-000000002773 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:06:51.670088 | 0.29s 2025-10-03 10:33:08.884153 | fa163ebf-0e86-c0b9-b49b-000000002775 | TASK | Ensure post-scripts hooks directory exists 2025-10-03 10:33:09.170141 | fa163ebf-0e86-c0b9-b49b-000000002775 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-10-03 10:33:09.172290 | fa163ebf-0e86-c0b9-b49b-000000002775 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:06:51.986134 | 0.29s 2025-10-03 10:33:09.182329 | fa163ebf-0e86-c0b9-b49b-000000002775 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:06:51.996181 | 0.30s 2025-10-03 10:33:09.208673 | fa163ebf-0e86-c0b9-b49b-000000002777 | TASK | Ensure provider service is running 2025-10-03 10:33:09.650523 | fa163ebf-0e86-c0b9-b49b-000000002777 | OK | Ensure provider service is running | standalone | item=certmonger 2025-10-03 10:33:09.652298 | fa163ebf-0e86-c0b9-b49b-000000002777 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:06:52.466140 | 0.44s 2025-10-03 10:33:09.660929 | fa163ebf-0e86-c0b9-b49b-000000002777 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:06:52.474775 | 0.45s 2025-10-03 10:33:09.687631 | fa163ebf-0e86-c0b9-b49b-00000000277a | TASK | Ensure certificate requests 2025-10-03 10:33:11.186965 | fa163ebf-0e86-c0b9-b49b-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-03 10:33:11.190419 | fa163ebf-0e86-c0b9-b49b-00000000277a | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:54.004252 | 1.50s 2025-10-03 10:33:13.002387 | fa163ebf-0e86-c0b9-b49b-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-03 10:33:13.004968 | fa163ebf-0e86-c0b9-b49b-00000000277a | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:55.818817 | 3.32s 2025-10-03 10:33:14.296485 | fa163ebf-0e86-c0b9-b49b-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-03 10:33:14.298510 | fa163ebf-0e86-c0b9-b49b-00000000277a | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:57.112359 | 4.61s 2025-10-03 10:33:15.953015 | fa163ebf-0e86-c0b9-b49b-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-03 10:33:15.954585 | fa163ebf-0e86-c0b9-b49b-00000000277a | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:58.768432 | 6.27s 2025-10-03 10:33:15.968526 | fa163ebf-0e86-c0b9-b49b-00000000277a | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:58.782355 | 6.28s 2025-10-03 10:33:16.020744 | fa163ebf-0e86-c0b9-b49b-000000002284 | TASK | Execute system role for Nova/Libvirt VNC certs 2025-10-03 10:33:16.123259 | fa163ebf-0e86-c0b9-b49b-000000002284 | TIMING | Execute system role for Nova/Libvirt VNC certs | standalone | 0:06:58.937084 | 0.10s 2025-10-03 10:33:16.133015 | fa163ebf-0e86-c0b9-b49b-000000002284 | TIMING | Execute system role for Nova/Libvirt VNC certs | standalone | 0:06:58.946867 | 0.11s 2025-10-03 10:33:16.140085 | fa163ebf-0e86-c0b9-b49b-000000002284 | TIMING | Execute system role for Nova/Libvirt VNC certs | standalone | 0:06:58.953928 | 0.12s 2025-10-03 10:33:16.225419 | fa163ebf-0e86-c0b9-b49b-0000000027f8 | TASK | Set version specific variables 2025-10-03 10:33:16.274255 | fa163ebf-0e86-c0b9-b49b-0000000027f8 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:06:59.088094 | 0.05s 2025-10-03 10:33:16.293389 | 3c857821-1548-4543-aa0b-ef17c0c8b3d1 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-10-03 10:33:16.325072 | fa163ebf-0e86-c0b9-b49b-000000002850 | TASK | Ensure ansible_facts used by role 2025-10-03 10:33:16.721217 | fa163ebf-0e86-c0b9-b49b-000000002850 | OK | Ensure ansible_facts used by role | standalone 2025-10-03 10:33:16.722813 | fa163ebf-0e86-c0b9-b49b-000000002850 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:06:59.536655 | 0.40s 2025-10-03 10:33:16.748910 | fa163ebf-0e86-c0b9-b49b-000000002851 | TASK | Set platform/version specific variables 2025-10-03 10:33:16.822308 | fa163ebf-0e86-c0b9-b49b-000000002851 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-03 10:33:16.838612 | fa163ebf-0e86-c0b9-b49b-000000002851 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-03 10:33:16.857324 | fa163ebf-0e86-c0b9-b49b-000000002851 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-10-03 10:33:16.870915 | fa163ebf-0e86-c0b9-b49b-000000002851 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-10-03 10:33:16.882863 | fa163ebf-0e86-c0b9-b49b-000000002851 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:06:59.696703 | 0.13s 2025-10-03 10:33:16.908749 | fa163ebf-0e86-c0b9-b49b-0000000027f9 | TASK | Ensure certificate role dependencies are installed 2025-10-03 10:33:19.770255 | fa163ebf-0e86-c0b9-b49b-0000000027f9 | OK | Ensure certificate role dependencies are installed | standalone 2025-10-03 10:33:19.771933 | fa163ebf-0e86-c0b9-b49b-0000000027f9 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:07:02.585776 | 2.86s 2025-10-03 10:33:19.798397 | fa163ebf-0e86-c0b9-b49b-0000000027fb | TASK | Ensure provider packages are installed 2025-10-03 10:33:22.662546 | fa163ebf-0e86-c0b9-b49b-0000000027fb | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:05.476379 | 2.86s 2025-10-03 10:33:22.674834 | fa163ebf-0e86-c0b9-b49b-0000000027fb | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:05.488675 | 2.87s 2025-10-03 10:33:22.701212 | fa163ebf-0e86-c0b9-b49b-0000000027fd | TASK | Ensure pre-scripts hooks directory exists 2025-10-03 10:33:22.980261 | fa163ebf-0e86-c0b9-b49b-0000000027fd | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-10-03 10:33:22.981853 | fa163ebf-0e86-c0b9-b49b-0000000027fd | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:05.795693 | 0.28s 2025-10-03 10:33:22.991186 | fa163ebf-0e86-c0b9-b49b-0000000027fd | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:05.805027 | 0.29s 2025-10-03 10:33:23.017029 | fa163ebf-0e86-c0b9-b49b-0000000027ff | TASK | Ensure post-scripts hooks directory exists 2025-10-03 10:33:23.304910 | fa163ebf-0e86-c0b9-b49b-0000000027ff | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-10-03 10:33:23.306914 | fa163ebf-0e86-c0b9-b49b-0000000027ff | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:06.120758 | 0.29s 2025-10-03 10:33:23.317156 | fa163ebf-0e86-c0b9-b49b-0000000027ff | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:06.130998 | 0.30s 2025-10-03 10:33:23.342843 | fa163ebf-0e86-c0b9-b49b-000000002801 | TASK | Ensure provider service is running 2025-10-03 10:33:23.772176 | fa163ebf-0e86-c0b9-b49b-000000002801 | OK | Ensure provider service is running | standalone | item=certmonger 2025-10-03 10:33:23.774724 | fa163ebf-0e86-c0b9-b49b-000000002801 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:06.588569 | 0.43s 2025-10-03 10:33:23.785268 | fa163ebf-0e86-c0b9-b49b-000000002801 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:06.599111 | 0.44s 2025-10-03 10:33:23.812240 | fa163ebf-0e86-c0b9-b49b-000000002804 | TASK | Ensure certificate requests 2025-10-03 10:33:25.811893 | fa163ebf-0e86-c0b9-b49b-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-03 10:33:25.813800 | fa163ebf-0e86-c0b9-b49b-000000002804 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:08.627642 | 2.00s 2025-10-03 10:33:25.826501 | fa163ebf-0e86-c0b9-b49b-000000002804 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:08.640354 | 2.01s 2025-10-03 10:33:25.878300 | fa163ebf-0e86-c0b9-b49b-000000002821 | TASK | Set version specific variables 2025-10-03 10:33:25.935079 | fa163ebf-0e86-c0b9-b49b-000000002821 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:07:08.748907 | 0.05s 2025-10-03 10:33:25.957413 | 5c8aa315-d887-4013-b2ac-9bf6076afc0c | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-10-03 10:33:25.987873 | fa163ebf-0e86-c0b9-b49b-00000000288a | TASK | Ensure ansible_facts used by role 2025-10-03 10:33:26.377937 | fa163ebf-0e86-c0b9-b49b-00000000288a | OK | Ensure ansible_facts used by role | standalone 2025-10-03 10:33:26.379803 | fa163ebf-0e86-c0b9-b49b-00000000288a | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:07:09.193646 | 0.39s 2025-10-03 10:33:26.406911 | fa163ebf-0e86-c0b9-b49b-00000000288b | TASK | Set platform/version specific variables 2025-10-03 10:33:26.465008 | fa163ebf-0e86-c0b9-b49b-00000000288b | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-03 10:33:26.481057 | fa163ebf-0e86-c0b9-b49b-00000000288b | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-03 10:33:26.494464 | fa163ebf-0e86-c0b9-b49b-00000000288b | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-10-03 10:33:26.504445 | fa163ebf-0e86-c0b9-b49b-00000000288b | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-10-03 10:33:26.511154 | fa163ebf-0e86-c0b9-b49b-00000000288b | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:07:09.324991 | 0.10s 2025-10-03 10:33:26.537133 | fa163ebf-0e86-c0b9-b49b-000000002822 | TASK | Ensure certificate role dependencies are installed 2025-10-03 10:33:29.398841 | fa163ebf-0e86-c0b9-b49b-000000002822 | OK | Ensure certificate role dependencies are installed | standalone 2025-10-03 10:33:29.400232 | fa163ebf-0e86-c0b9-b49b-000000002822 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:07:12.214080 | 2.86s 2025-10-03 10:33:29.425265 | fa163ebf-0e86-c0b9-b49b-000000002824 | TASK | Ensure provider packages are installed 2025-10-03 10:33:32.219714 | fa163ebf-0e86-c0b9-b49b-000000002824 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:15.033537 | 2.79s 2025-10-03 10:33:32.238401 | fa163ebf-0e86-c0b9-b49b-000000002824 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:15.052241 | 2.81s 2025-10-03 10:33:32.265978 | fa163ebf-0e86-c0b9-b49b-000000002826 | TASK | Ensure pre-scripts hooks directory exists 2025-10-03 10:33:32.553172 | fa163ebf-0e86-c0b9-b49b-000000002826 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-10-03 10:33:32.555132 | fa163ebf-0e86-c0b9-b49b-000000002826 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:15.368976 | 0.29s 2025-10-03 10:33:32.565106 | fa163ebf-0e86-c0b9-b49b-000000002826 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:15.378954 | 0.30s 2025-10-03 10:33:32.591621 | fa163ebf-0e86-c0b9-b49b-000000002828 | TASK | Ensure post-scripts hooks directory exists 2025-10-03 10:33:32.889873 | fa163ebf-0e86-c0b9-b49b-000000002828 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-10-03 10:33:32.892408 | fa163ebf-0e86-c0b9-b49b-000000002828 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:15.706245 | 0.30s 2025-10-03 10:33:32.901752 | fa163ebf-0e86-c0b9-b49b-000000002828 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:15.715594 | 0.31s 2025-10-03 10:33:32.927325 | fa163ebf-0e86-c0b9-b49b-00000000282a | TASK | Ensure provider service is running 2025-10-03 10:33:33.353930 | fa163ebf-0e86-c0b9-b49b-00000000282a | OK | Ensure provider service is running | standalone | item=certmonger 2025-10-03 10:33:33.356826 | fa163ebf-0e86-c0b9-b49b-00000000282a | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:16.170666 | 0.43s 2025-10-03 10:33:33.367216 | fa163ebf-0e86-c0b9-b49b-00000000282a | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:16.181059 | 0.44s 2025-10-03 10:33:33.394608 | fa163ebf-0e86-c0b9-b49b-00000000282d | TASK | Ensure certificate requests 2025-10-03 10:33:35.100344 | fa163ebf-0e86-c0b9-b49b-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-03 10:33:35.102851 | fa163ebf-0e86-c0b9-b49b-00000000282d | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:17.916695 | 1.71s 2025-10-03 10:33:35.113275 | fa163ebf-0e86-c0b9-b49b-00000000282d | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:17.927119 | 1.72s 2025-10-03 10:33:35.215947 | fa163ebf-0e86-c0b9-b49b-000000002287 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:07:18.029782 | 0.05s 2025-10-03 10:33:35.280311 | fa163ebf-0e86-c0b9-b49b-0000000028cf | TASK | Set version specific variables 2025-10-03 10:33:35.319272 | fa163ebf-0e86-c0b9-b49b-0000000028cf | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:07:18.133105 | 0.04s 2025-10-03 10:33:35.339497 | 221cf551-b1f1-4a7f-924f-a0819bae641c | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-10-03 10:33:35.371231 | fa163ebf-0e86-c0b9-b49b-0000000028fe | TASK | Ensure ansible_facts used by role 2025-10-03 10:33:35.777249 | fa163ebf-0e86-c0b9-b49b-0000000028fe | OK | Ensure ansible_facts used by role | standalone 2025-10-03 10:33:35.778944 | fa163ebf-0e86-c0b9-b49b-0000000028fe | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:07:18.592788 | 0.41s 2025-10-03 10:33:35.805240 | fa163ebf-0e86-c0b9-b49b-0000000028ff | TASK | Set platform/version specific variables 2025-10-03 10:33:35.932514 | fa163ebf-0e86-c0b9-b49b-0000000028ff | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-03 10:33:35.961746 | fa163ebf-0e86-c0b9-b49b-0000000028ff | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-03 10:33:35.988184 | fa163ebf-0e86-c0b9-b49b-0000000028ff | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-10-03 10:33:36.007904 | fa163ebf-0e86-c0b9-b49b-0000000028ff | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-10-03 10:33:36.013886 | fa163ebf-0e86-c0b9-b49b-0000000028ff | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:07:18.827720 | 0.21s 2025-10-03 10:33:36.040735 | fa163ebf-0e86-c0b9-b49b-0000000028d0 | TASK | Ensure certificate role dependencies are installed 2025-10-03 10:33:38.979624 | fa163ebf-0e86-c0b9-b49b-0000000028d0 | OK | Ensure certificate role dependencies are installed | standalone 2025-10-03 10:33:38.981079 | fa163ebf-0e86-c0b9-b49b-0000000028d0 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:07:21.794924 | 2.94s 2025-10-03 10:33:39.006095 | fa163ebf-0e86-c0b9-b49b-0000000028d2 | TASK | Ensure provider packages are installed 2025-10-03 10:33:41.901730 | fa163ebf-0e86-c0b9-b49b-0000000028d2 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:24.715559 | 2.89s 2025-10-03 10:33:41.908585 | fa163ebf-0e86-c0b9-b49b-0000000028d2 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:24.722422 | 2.90s 2025-10-03 10:33:41.935495 | fa163ebf-0e86-c0b9-b49b-0000000028d4 | TASK | Ensure pre-scripts hooks directory exists 2025-10-03 10:33:42.203311 | fa163ebf-0e86-c0b9-b49b-0000000028d4 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-10-03 10:33:42.206765 | fa163ebf-0e86-c0b9-b49b-0000000028d4 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:25.020599 | 0.27s 2025-10-03 10:33:42.216704 | fa163ebf-0e86-c0b9-b49b-0000000028d4 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:25.030554 | 0.28s 2025-10-03 10:33:42.244985 | fa163ebf-0e86-c0b9-b49b-0000000028d6 | TASK | Ensure post-scripts hooks directory exists 2025-10-03 10:33:42.552773 | fa163ebf-0e86-c0b9-b49b-0000000028d6 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-10-03 10:33:42.554849 | fa163ebf-0e86-c0b9-b49b-0000000028d6 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:25.368690 | 0.31s 2025-10-03 10:33:42.562888 | fa163ebf-0e86-c0b9-b49b-0000000028d6 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:25.376721 | 0.32s 2025-10-03 10:33:42.584518 | fa163ebf-0e86-c0b9-b49b-0000000028d8 | TASK | Ensure provider service is running 2025-10-03 10:33:43.019166 | fa163ebf-0e86-c0b9-b49b-0000000028d8 | OK | Ensure provider service is running | standalone | item=certmonger 2025-10-03 10:33:43.022316 | fa163ebf-0e86-c0b9-b49b-0000000028d8 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:25.836152 | 0.44s 2025-10-03 10:33:43.032919 | fa163ebf-0e86-c0b9-b49b-0000000028d8 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:25.846754 | 0.45s 2025-10-03 10:33:43.060371 | fa163ebf-0e86-c0b9-b49b-0000000028db | TASK | Ensure certificate requests 2025-10-03 10:33:44.587468 | fa163ebf-0e86-c0b9-b49b-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-03 10:33:44.590578 | fa163ebf-0e86-c0b9-b49b-0000000028db | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:27.404418 | 1.53s 2025-10-03 10:33:44.601085 | fa163ebf-0e86-c0b9-b49b-0000000028db | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:27.414919 | 1.54s 2025-10-03 10:33:44.653294 | fa163ebf-0e86-c0b9-b49b-000000002289 | TASK | set is_ovn_dbs_bootstrap_node fact 2025-10-03 10:33:44.736569 | fa163ebf-0e86-c0b9-b49b-000000002289 | OK | set is_ovn_dbs_bootstrap_node fact | standalone 2025-10-03 10:33:44.737910 | fa163ebf-0e86-c0b9-b49b-000000002289 | TIMING | set is_ovn_dbs_bootstrap_node fact | standalone | 0:07:27.551755 | 0.08s 2025-10-03 10:33:44.762630 | fa163ebf-0e86-c0b9-b49b-00000000228a | TASK | Populate ansible service facts so we can check for pacemaker service 2025-10-03 10:33:47.888533 | fa163ebf-0e86-c0b9-b49b-00000000228a | OK | Populate ansible service facts so we can check for pacemaker service | standalone 2025-10-03 10:33:47.893502 | fa163ebf-0e86-c0b9-b49b-00000000228a | TIMING | Populate ansible service facts so we can check for pacemaker service | standalone | 0:07:30.707347 | 3.13s 2025-10-03 10:33:47.928623 | fa163ebf-0e86-c0b9-b49b-00000000228c | TASK | Fetch ovn-dbs-bundle 2025-10-03 10:33:47.999518 | fa163ebf-0e86-c0b9-b49b-00000000228c | SKIPPED | Fetch ovn-dbs-bundle | standalone 2025-10-03 10:33:48.000610 | fa163ebf-0e86-c0b9-b49b-00000000228c | TIMING | Fetch ovn-dbs-bundle | standalone | 0:07:30.814457 | 0.07s 2025-10-03 10:33:48.028974 | fa163ebf-0e86-c0b9-b49b-00000000228d | TASK | Fetch ovn VIP 2025-10-03 10:33:48.100975 | fa163ebf-0e86-c0b9-b49b-00000000228d | SKIPPED | Fetch ovn VIP | standalone 2025-10-03 10:33:48.102290 | fa163ebf-0e86-c0b9-b49b-00000000228d | TIMING | Fetch ovn VIP | standalone | 0:07:30.916137 | 0.07s 2025-10-03 10:33:48.130775 | fa163ebf-0e86-c0b9-b49b-00000000228e | TASK | Remove OVNDBs from pacemaker 2025-10-03 10:33:48.197090 | fa163ebf-0e86-c0b9-b49b-00000000228e | SKIPPED | Remove OVNDBs from pacemaker | standalone 2025-10-03 10:33:48.198500 | fa163ebf-0e86-c0b9-b49b-00000000228e | TIMING | Remove OVNDBs from pacemaker | standalone | 0:07:31.012344 | 0.07s 2025-10-03 10:33:48.232550 | fa163ebf-0e86-c0b9-b49b-00000000228f | TASK | Remove OVNDBs VIP from pacemaker 2025-10-03 10:33:48.294688 | fa163ebf-0e86-c0b9-b49b-00000000228f | SKIPPED | Remove OVNDBs VIP from pacemaker | standalone 2025-10-03 10:33:48.296040 | fa163ebf-0e86-c0b9-b49b-00000000228f | TIMING | Remove OVNDBs VIP from pacemaker | standalone | 0:07:31.109886 | 0.06s 2025-10-03 10:33:48.325203 | fa163ebf-0e86-c0b9-b49b-000000002290 | TASK | Clean up pacemaker remote nodes cache 2025-10-03 10:33:48.385881 | fa163ebf-0e86-c0b9-b49b-000000002290 | SKIPPED | Clean up pacemaker remote nodes cache | standalone 2025-10-03 10:33:48.387127 | fa163ebf-0e86-c0b9-b49b-000000002290 | TIMING | Clean up pacemaker remote nodes cache | standalone | 0:07:31.200974 | 0.06s 2025-10-03 10:33:48.416994 | fa163ebf-0e86-c0b9-b49b-000000002291 | TASK | Remove pacemaker attributes 2025-10-03 10:33:48.482276 | fa163ebf-0e86-c0b9-b49b-000000002291 | SKIPPED | Remove pacemaker attributes | standalone | item=standalone 2025-10-03 10:33:48.494919 | fa163ebf-0e86-c0b9-b49b-000000002291 | TIMING | Remove pacemaker attributes | standalone | 0:07:31.308762 | 0.08s 2025-10-03 10:33:48.575664 | fa163ebf-0e86-c0b9-b49b-000000002294 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:07:31.389498 | 0.05s 2025-10-03 10:33:48.644712 | fa163ebf-0e86-c0b9-b49b-000000002957 | TASK | Set version specific variables 2025-10-03 10:33:48.695677 | fa163ebf-0e86-c0b9-b49b-000000002957 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:07:31.509514 | 0.05s 2025-10-03 10:33:48.718220 | 7187cf46-2ac0-4c51-879c-59b96a03ef46 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-10-03 10:33:48.754621 | fa163ebf-0e86-c0b9-b49b-000000002988 | TASK | Ensure ansible_facts used by role 2025-10-03 10:33:49.121446 | fa163ebf-0e86-c0b9-b49b-000000002988 | OK | Ensure ansible_facts used by role | standalone 2025-10-03 10:33:49.123227 | fa163ebf-0e86-c0b9-b49b-000000002988 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:07:31.937072 | 0.37s 2025-10-03 10:33:49.152704 | fa163ebf-0e86-c0b9-b49b-000000002989 | TASK | Set platform/version specific variables 2025-10-03 10:33:49.249182 | fa163ebf-0e86-c0b9-b49b-000000002989 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-03 10:33:49.281076 | fa163ebf-0e86-c0b9-b49b-000000002989 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-03 10:33:49.309592 | fa163ebf-0e86-c0b9-b49b-000000002989 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-10-03 10:33:49.330331 | fa163ebf-0e86-c0b9-b49b-000000002989 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-10-03 10:33:49.337112 | fa163ebf-0e86-c0b9-b49b-000000002989 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:07:32.150951 | 0.18s 2025-10-03 10:33:49.366676 | fa163ebf-0e86-c0b9-b49b-000000002958 | TASK | Ensure certificate role dependencies are installed 2025-10-03 10:33:52.240919 | fa163ebf-0e86-c0b9-b49b-000000002958 | OK | Ensure certificate role dependencies are installed | standalone 2025-10-03 10:33:52.242604 | fa163ebf-0e86-c0b9-b49b-000000002958 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:07:35.056448 | 2.87s 2025-10-03 10:33:52.273571 | fa163ebf-0e86-c0b9-b49b-00000000295a | TASK | Ensure provider packages are installed 2025-10-03 10:33:55.157378 | fa163ebf-0e86-c0b9-b49b-00000000295a | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:37.971193 | 2.88s 2025-10-03 10:33:55.164838 | fa163ebf-0e86-c0b9-b49b-00000000295a | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:37.978677 | 2.89s 2025-10-03 10:33:55.194352 | fa163ebf-0e86-c0b9-b49b-00000000295c | TASK | Ensure pre-scripts hooks directory exists 2025-10-03 10:33:55.502635 | fa163ebf-0e86-c0b9-b49b-00000000295c | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-10-03 10:33:55.505273 | fa163ebf-0e86-c0b9-b49b-00000000295c | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:38.319111 | 0.31s 2025-10-03 10:33:55.514541 | fa163ebf-0e86-c0b9-b49b-00000000295c | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:38.328383 | 0.32s 2025-10-03 10:33:55.537584 | fa163ebf-0e86-c0b9-b49b-00000000295e | TASK | Ensure post-scripts hooks directory exists 2025-10-03 10:33:55.816603 | fa163ebf-0e86-c0b9-b49b-00000000295e | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-10-03 10:33:55.818183 | fa163ebf-0e86-c0b9-b49b-00000000295e | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:38.632025 | 0.28s 2025-10-03 10:33:55.824541 | fa163ebf-0e86-c0b9-b49b-00000000295e | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:38.638384 | 0.29s 2025-10-03 10:33:55.853284 | fa163ebf-0e86-c0b9-b49b-000000002960 | TASK | Ensure provider service is running 2025-10-03 10:33:56.296384 | fa163ebf-0e86-c0b9-b49b-000000002960 | OK | Ensure provider service is running | standalone | item=certmonger 2025-10-03 10:33:56.299555 | fa163ebf-0e86-c0b9-b49b-000000002960 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:39.113391 | 0.44s 2025-10-03 10:33:56.310339 | fa163ebf-0e86-c0b9-b49b-000000002960 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:39.124176 | 0.46s 2025-10-03 10:33:56.341754 | fa163ebf-0e86-c0b9-b49b-000000002963 | TASK | Ensure certificate requests 2025-10-03 10:33:57.951422 | fa163ebf-0e86-c0b9-b49b-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-03 10:33:57.953248 | fa163ebf-0e86-c0b9-b49b-000000002963 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:40.767090 | 1.61s 2025-10-03 10:33:57.962761 | fa163ebf-0e86-c0b9-b49b-000000002963 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:40.776601 | 1.62s 2025-10-03 10:33:58.015738 | fa163ebf-0e86-c0b9-b49b-000000002296 | TASK | Configure OVN DBs and northd 2025-10-03 10:33:58.067608 | fa163ebf-0e86-c0b9-b49b-000000002296 | TIMING | Configure OVN DBs and northd | standalone | 0:07:40.881438 | 0.05s 2025-10-03 10:33:58.133193 | fa163ebf-0e86-c0b9-b49b-0000000029d2 | TASK | create directory /var/lib/config-data/ansible-generated/ovn 2025-10-03 10:33:58.388302 | fa163ebf-0e86-c0b9-b49b-0000000029d2 | CHANGED | create directory /var/lib/config-data/ansible-generated/ovn | standalone 2025-10-03 10:33:58.389919 | fa163ebf-0e86-c0b9-b49b-0000000029d2 | TIMING | tripleo_ovn_cluster : create directory /var/lib/config-data/ansible-generated/ovn | standalone | 0:07:41.203764 | 0.26s 2025-10-03 10:33:58.421028 | fa163ebf-0e86-c0b9-b49b-0000000029d3 | TASK | set is_ovn_dbs_bootstrap_node fact 2025-10-03 10:33:58.464404 | fa163ebf-0e86-c0b9-b49b-0000000029d3 | SKIPPED | set is_ovn_dbs_bootstrap_node fact | standalone 2025-10-03 10:33:58.465882 | fa163ebf-0e86-c0b9-b49b-0000000029d3 | TIMING | tripleo_ovn_cluster : set is_ovn_dbs_bootstrap_node fact | standalone | 0:07:41.279728 | 0.04s 2025-10-03 10:33:58.496543 | fa163ebf-0e86-c0b9-b49b-0000000029d4 | TASK | check ovsdb-tool election-timer options 2025-10-03 10:33:58.736146 | fa163ebf-0e86-c0b9-b49b-0000000029d4 | CHANGED | check ovsdb-tool election-timer options | standalone 2025-10-03 10:33:58.737653 | fa163ebf-0e86-c0b9-b49b-0000000029d4 | TIMING | tripleo_ovn_cluster : check ovsdb-tool election-timer options | standalone | 0:07:41.551497 | 0.24s 2025-10-03 10:33:58.767108 | fa163ebf-0e86-c0b9-b49b-0000000029d5 | TASK | set has_ovsdb_tool_election_timer fact 2025-10-03 10:33:58.840123 | fa163ebf-0e86-c0b9-b49b-0000000029d5 | OK | set has_ovsdb_tool_election_timer fact | standalone 2025-10-03 10:33:58.841512 | fa163ebf-0e86-c0b9-b49b-0000000029d5 | TIMING | tripleo_ovn_cluster : set has_ovsdb_tool_election_timer fact | standalone | 0:07:41.655352 | 0.07s 2025-10-03 10:33:58.874811 | fa163ebf-0e86-c0b9-b49b-0000000029d6 | TASK | render OVN cluster configuration 2025-10-03 10:33:59.495222 | fa163ebf-0e86-c0b9-b49b-0000000029d6 | CHANGED | render OVN cluster configuration | standalone 2025-10-03 10:33:59.496710 | fa163ebf-0e86-c0b9-b49b-0000000029d6 | TIMING | tripleo_ovn_cluster : render OVN cluster configuration | standalone | 0:07:42.310556 | 0.62s 2025-10-03 10:33:59.526326 | fa163ebf-0e86-c0b9-b49b-0000000029d7 | TASK | restart OVN northd and north and south databases 2025-10-03 10:33:59.587242 | fa163ebf-0e86-c0b9-b49b-0000000029d7 | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:07:42.401063 | 0.06s 2025-10-03 10:33:59.617905 | fa163ebf-0e86-c0b9-b49b-0000000029d7 | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:07:42.431727 | 0.09s 2025-10-03 10:33:59.628654 | fa163ebf-0e86-c0b9-b49b-0000000029d7 | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:07:42.442504 | 0.10s 2025-10-03 10:33:59.633597 | fa163ebf-0e86-c0b9-b49b-0000000029d7 | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:07:42.447435 | 0.11s 2025-10-03 10:33:59.659676 | ecfd5d4b-6f03-4279-ab7a-b54a7e1f73b8 | INCLUDED | /usr/share/ansible/roles/tripleo_ovn_cluster/tasks/restart.yml | standalone 2025-10-03 10:33:59.668245 | c597a153-3455-4118-b8bb-5d4a215d3ac4 | INCLUDED | /usr/share/ansible/roles/tripleo_ovn_cluster/tasks/restart.yml | standalone 2025-10-03 10:33:59.675853 | 5bca70ab-4682-4437-9a04-9cbc3ed9c523 | INCLUDED | /usr/share/ansible/roles/tripleo_ovn_cluster/tasks/restart.yml | standalone 2025-10-03 10:33:59.705168 | fa163ebf-0e86-c0b9-b49b-000000002a06 | TASK | check if tripleo_cluster_north_db_server systemd service is active 2025-10-03 10:33:59.984719 | fa163ebf-0e86-c0b9-b49b-000000002a06 | CHANGED | check if tripleo_cluster_north_db_server systemd service is active | standalone 2025-10-03 10:33:59.986418 | fa163ebf-0e86-c0b9-b49b-000000002a06 | TIMING | tripleo_ovn_cluster : check if tripleo_cluster_north_db_server systemd service is active | standalone | 0:07:42.800260 | 0.28s 2025-10-03 10:34:00.020020 | fa163ebf-0e86-c0b9-b49b-000000002a07 | TASK | restart tripleo_cluster_north_db_server systemd service 2025-10-03 10:34:00.072182 | fa163ebf-0e86-c0b9-b49b-000000002a07 | SKIPPED | restart tripleo_cluster_north_db_server systemd service | standalone 2025-10-03 10:34:00.073820 | fa163ebf-0e86-c0b9-b49b-000000002a07 | TIMING | tripleo_ovn_cluster : restart tripleo_cluster_north_db_server systemd service | standalone | 0:07:42.887661 | 0.05s 2025-10-03 10:34:00.096190 | fa163ebf-0e86-c0b9-b49b-000000002a0b | TASK | check if tripleo_cluster_south_db_server systemd service is active 2025-10-03 10:34:00.332905 | fa163ebf-0e86-c0b9-b49b-000000002a0b | CHANGED | check if tripleo_cluster_south_db_server systemd service is active | standalone 2025-10-03 10:34:00.334557 | fa163ebf-0e86-c0b9-b49b-000000002a0b | TIMING | tripleo_ovn_cluster : check if tripleo_cluster_south_db_server systemd service is active | standalone | 0:07:43.148402 | 0.24s 2025-10-03 10:34:00.359130 | fa163ebf-0e86-c0b9-b49b-000000002a0c | TASK | restart tripleo_cluster_south_db_server systemd service 2025-10-03 10:34:00.397194 | fa163ebf-0e86-c0b9-b49b-000000002a0c | SKIPPED | restart tripleo_cluster_south_db_server systemd service | standalone 2025-10-03 10:34:00.398241 | fa163ebf-0e86-c0b9-b49b-000000002a0c | TIMING | tripleo_ovn_cluster : restart tripleo_cluster_south_db_server systemd service | standalone | 0:07:43.212094 | 0.04s 2025-10-03 10:34:00.423159 | fa163ebf-0e86-c0b9-b49b-000000002a10 | TASK | check if tripleo_cluster_northd systemd service is active 2025-10-03 10:34:00.644785 | fa163ebf-0e86-c0b9-b49b-000000002a10 | CHANGED | check if tripleo_cluster_northd systemd service is active | standalone 2025-10-03 10:34:00.646685 | fa163ebf-0e86-c0b9-b49b-000000002a10 | TIMING | tripleo_ovn_cluster : check if tripleo_cluster_northd systemd service is active | standalone | 0:07:43.460527 | 0.22s 2025-10-03 10:34:00.730308 | fa163ebf-0e86-c0b9-b49b-000000002a11 | TASK | restart tripleo_cluster_northd systemd service 2025-10-03 10:34:00.789487 | fa163ebf-0e86-c0b9-b49b-000000002a11 | SKIPPED | restart tripleo_cluster_northd systemd service | standalone 2025-10-03 10:34:00.790772 | fa163ebf-0e86-c0b9-b49b-000000002a11 | TIMING | tripleo_ovn_cluster : restart tripleo_cluster_northd systemd service | standalone | 0:07:43.604619 | 0.06s 2025-10-03 10:34:00.898234 | fa163ebf-0e86-c0b9-b49b-000000002298 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:07:43.712068 | 0.05s 2025-10-03 10:34:00.964888 | fa163ebf-0e86-c0b9-b49b-000000002a5e | TASK | Set version specific variables 2025-10-03 10:34:01.017041 | fa163ebf-0e86-c0b9-b49b-000000002a5e | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:07:43.830873 | 0.05s 2025-10-03 10:34:01.041600 | 281bcb99-efe4-4a65-8bed-a036cb21eb02 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-10-03 10:34:01.068971 | fa163ebf-0e86-c0b9-b49b-000000002a8d | TASK | Ensure ansible_facts used by role 2025-10-03 10:34:01.466872 | fa163ebf-0e86-c0b9-b49b-000000002a8d | OK | Ensure ansible_facts used by role | standalone 2025-10-03 10:34:01.468522 | fa163ebf-0e86-c0b9-b49b-000000002a8d | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:07:44.282364 | 0.40s 2025-10-03 10:34:01.503778 | fa163ebf-0e86-c0b9-b49b-000000002a8e | TASK | Set platform/version specific variables 2025-10-03 10:34:01.575891 | fa163ebf-0e86-c0b9-b49b-000000002a8e | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-03 10:34:01.598228 | fa163ebf-0e86-c0b9-b49b-000000002a8e | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-03 10:34:01.621522 | fa163ebf-0e86-c0b9-b49b-000000002a8e | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-10-03 10:34:01.642663 | fa163ebf-0e86-c0b9-b49b-000000002a8e | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-10-03 10:34:01.653634 | fa163ebf-0e86-c0b9-b49b-000000002a8e | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:07:44.467489 | 0.15s 2025-10-03 10:34:01.682487 | fa163ebf-0e86-c0b9-b49b-000000002a5f | TASK | Ensure certificate role dependencies are installed 2025-10-03 10:34:04.472890 | fa163ebf-0e86-c0b9-b49b-000000002a5f | OK | Ensure certificate role dependencies are installed | standalone 2025-10-03 10:34:04.474327 | fa163ebf-0e86-c0b9-b49b-000000002a5f | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:07:47.288173 | 2.79s 2025-10-03 10:34:04.505496 | fa163ebf-0e86-c0b9-b49b-000000002a61 | TASK | Ensure provider packages are installed 2025-10-03 10:34:07.407531 | fa163ebf-0e86-c0b9-b49b-000000002a61 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:50.221364 | 2.90s 2025-10-03 10:34:07.419901 | fa163ebf-0e86-c0b9-b49b-000000002a61 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:50.233735 | 2.91s 2025-10-03 10:34:07.449110 | fa163ebf-0e86-c0b9-b49b-000000002a63 | TASK | Ensure pre-scripts hooks directory exists 2025-10-03 10:34:07.707651 | fa163ebf-0e86-c0b9-b49b-000000002a63 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-10-03 10:34:07.709032 | fa163ebf-0e86-c0b9-b49b-000000002a63 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:50.522877 | 0.26s 2025-10-03 10:34:07.715236 | fa163ebf-0e86-c0b9-b49b-000000002a63 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:50.529076 | 0.26s 2025-10-03 10:34:07.745869 | fa163ebf-0e86-c0b9-b49b-000000002a65 | TASK | Ensure post-scripts hooks directory exists 2025-10-03 10:34:08.038962 | fa163ebf-0e86-c0b9-b49b-000000002a65 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-10-03 10:34:08.040712 | fa163ebf-0e86-c0b9-b49b-000000002a65 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:50.854550 | 0.29s 2025-10-03 10:34:08.052783 | fa163ebf-0e86-c0b9-b49b-000000002a65 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:50.866625 | 0.31s 2025-10-03 10:34:08.081636 | fa163ebf-0e86-c0b9-b49b-000000002a67 | TASK | Ensure provider service is running 2025-10-03 10:34:08.535365 | fa163ebf-0e86-c0b9-b49b-000000002a67 | OK | Ensure provider service is running | standalone | item=certmonger 2025-10-03 10:34:08.537522 | fa163ebf-0e86-c0b9-b49b-000000002a67 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:51.351363 | 0.45s 2025-10-03 10:34:08.552733 | fa163ebf-0e86-c0b9-b49b-000000002a67 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:51.366574 | 0.47s 2025-10-03 10:34:08.586792 | fa163ebf-0e86-c0b9-b49b-000000002a6a | TASK | Ensure certificate requests 2025-10-03 10:34:10.138068 | fa163ebf-0e86-c0b9-b49b-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-03 10:34:10.139625 | fa163ebf-0e86-c0b9-b49b-000000002a6a | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:52.953470 | 1.55s 2025-10-03 10:34:10.146516 | fa163ebf-0e86-c0b9-b49b-000000002a6a | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:52.960361 | 1.56s 2025-10-03 10:34:10.251600 | fa163ebf-0e86-c0b9-b49b-00000000229a | TIMING | include_role : linux-system-roles.certificate | standalone | 0:07:53.065431 | 0.05s 2025-10-03 10:34:10.325630 | fa163ebf-0e86-c0b9-b49b-000000002ad2 | TASK | Set version specific variables 2025-10-03 10:34:10.375379 | fa163ebf-0e86-c0b9-b49b-000000002ad2 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:07:53.189216 | 0.05s 2025-10-03 10:34:10.397808 | 84cda527-c354-4f93-b3d8-3f9c98bb0724 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-10-03 10:34:10.430071 | fa163ebf-0e86-c0b9-b49b-000000002b01 | TASK | Ensure ansible_facts used by role 2025-10-03 10:34:10.827070 | fa163ebf-0e86-c0b9-b49b-000000002b01 | OK | Ensure ansible_facts used by role | standalone 2025-10-03 10:34:10.828628 | fa163ebf-0e86-c0b9-b49b-000000002b01 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:07:53.642475 | 0.40s 2025-10-03 10:34:10.848438 | fa163ebf-0e86-c0b9-b49b-000000002b02 | TASK | Set platform/version specific variables 2025-10-03 10:34:10.930383 | fa163ebf-0e86-c0b9-b49b-000000002b02 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-03 10:34:10.948999 | fa163ebf-0e86-c0b9-b49b-000000002b02 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-03 10:34:10.968009 | fa163ebf-0e86-c0b9-b49b-000000002b02 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-10-03 10:34:10.982656 | fa163ebf-0e86-c0b9-b49b-000000002b02 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-10-03 10:34:10.994711 | fa163ebf-0e86-c0b9-b49b-000000002b02 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:07:53.808547 | 0.15s 2025-10-03 10:34:11.024544 | fa163ebf-0e86-c0b9-b49b-000000002ad3 | TASK | Ensure certificate role dependencies are installed 2025-10-03 10:34:13.948881 | fa163ebf-0e86-c0b9-b49b-000000002ad3 | OK | Ensure certificate role dependencies are installed | standalone 2025-10-03 10:34:13.950392 | fa163ebf-0e86-c0b9-b49b-000000002ad3 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:07:56.764237 | 2.92s 2025-10-03 10:34:13.980006 | fa163ebf-0e86-c0b9-b49b-000000002ad5 | TASK | Ensure provider packages are installed 2025-10-03 10:34:16.825341 | fa163ebf-0e86-c0b9-b49b-000000002ad5 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:59.639168 | 2.84s 2025-10-03 10:34:16.837702 | fa163ebf-0e86-c0b9-b49b-000000002ad5 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:59.651533 | 2.86s 2025-10-03 10:34:16.868856 | fa163ebf-0e86-c0b9-b49b-000000002ad7 | TASK | Ensure pre-scripts hooks directory exists 2025-10-03 10:34:17.148865 | fa163ebf-0e86-c0b9-b49b-000000002ad7 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-10-03 10:34:17.151409 | fa163ebf-0e86-c0b9-b49b-000000002ad7 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:59.965250 | 0.28s 2025-10-03 10:34:17.161503 | fa163ebf-0e86-c0b9-b49b-000000002ad7 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:59.975330 | 0.29s 2025-10-03 10:34:17.185905 | fa163ebf-0e86-c0b9-b49b-000000002ad9 | TASK | Ensure post-scripts hooks directory exists 2025-10-03 10:34:17.454025 | fa163ebf-0e86-c0b9-b49b-000000002ad9 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-10-03 10:34:17.456783 | fa163ebf-0e86-c0b9-b49b-000000002ad9 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:08:00.270622 | 0.27s 2025-10-03 10:34:17.466301 | fa163ebf-0e86-c0b9-b49b-000000002ad9 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:08:00.280150 | 0.28s 2025-10-03 10:34:17.496039 | fa163ebf-0e86-c0b9-b49b-000000002adb | TASK | Ensure provider service is running 2025-10-03 10:34:17.915470 | fa163ebf-0e86-c0b9-b49b-000000002adb | OK | Ensure provider service is running | standalone | item=certmonger 2025-10-03 10:34:17.918728 | fa163ebf-0e86-c0b9-b49b-000000002adb | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:08:00.732566 | 0.42s 2025-10-03 10:34:17.928983 | fa163ebf-0e86-c0b9-b49b-000000002adb | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:08:00.742821 | 0.43s 2025-10-03 10:34:17.960815 | fa163ebf-0e86-c0b9-b49b-000000002ade | TASK | Ensure certificate requests 2025-10-03 10:34:19.657895 | fa163ebf-0e86-c0b9-b49b-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-03 10:34:19.660663 | fa163ebf-0e86-c0b9-b49b-000000002ade | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:08:02.474504 | 1.70s 2025-10-03 10:34:19.670844 | fa163ebf-0e86-c0b9-b49b-000000002ade | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:08:02.484687 | 1.71s 2025-10-03 10:34:19.776599 | fa163ebf-0e86-c0b9-b49b-00000000229c | TIMING | include_role : linux-system-roles.certificate | standalone | 0:08:02.590435 | 0.05s 2025-10-03 10:34:19.844709 | fa163ebf-0e86-c0b9-b49b-000000002b46 | TASK | Set version specific variables 2025-10-03 10:34:19.892522 | fa163ebf-0e86-c0b9-b49b-000000002b46 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:08:02.706368 | 0.05s 2025-10-03 10:34:19.906531 | 0dc4475d-de19-47e8-9906-b835e17fad3a | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-10-03 10:34:19.930263 | fa163ebf-0e86-c0b9-b49b-000000002b75 | TASK | Ensure ansible_facts used by role 2025-10-03 10:34:20.322514 | fa163ebf-0e86-c0b9-b49b-000000002b75 | OK | Ensure ansible_facts used by role | standalone 2025-10-03 10:34:20.324333 | fa163ebf-0e86-c0b9-b49b-000000002b75 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:08:03.138174 | 0.39s 2025-10-03 10:34:20.354501 | fa163ebf-0e86-c0b9-b49b-000000002b76 | TASK | Set platform/version specific variables 2025-10-03 10:34:20.451799 | fa163ebf-0e86-c0b9-b49b-000000002b76 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-03 10:34:20.486632 | fa163ebf-0e86-c0b9-b49b-000000002b76 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-03 10:34:20.515762 | fa163ebf-0e86-c0b9-b49b-000000002b76 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-10-03 10:34:20.535775 | fa163ebf-0e86-c0b9-b49b-000000002b76 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-10-03 10:34:20.541326 | fa163ebf-0e86-c0b9-b49b-000000002b76 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:08:03.355175 | 0.19s 2025-10-03 10:34:20.560963 | fa163ebf-0e86-c0b9-b49b-000000002b47 | TASK | Ensure certificate role dependencies are installed 2025-10-03 10:34:23.476857 | fa163ebf-0e86-c0b9-b49b-000000002b47 | OK | Ensure certificate role dependencies are installed | standalone 2025-10-03 10:34:23.478359 | fa163ebf-0e86-c0b9-b49b-000000002b47 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:08:06.292205 | 2.92s 2025-10-03 10:34:23.508605 | fa163ebf-0e86-c0b9-b49b-000000002b49 | TASK | Ensure provider packages are installed 2025-10-03 10:34:26.545813 | fa163ebf-0e86-c0b9-b49b-000000002b49 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:08:09.359646 | 3.04s 2025-10-03 10:34:26.558415 | fa163ebf-0e86-c0b9-b49b-000000002b49 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:08:09.372257 | 3.05s 2025-10-03 10:34:26.592124 | fa163ebf-0e86-c0b9-b49b-000000002b4b | TASK | Ensure pre-scripts hooks directory exists 2025-10-03 10:34:26.861510 | fa163ebf-0e86-c0b9-b49b-000000002b4b | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-10-03 10:34:26.863495 | fa163ebf-0e86-c0b9-b49b-000000002b4b | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:08:09.677332 | 0.27s 2025-10-03 10:34:26.873471 | fa163ebf-0e86-c0b9-b49b-000000002b4b | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:08:09.687317 | 0.28s 2025-10-03 10:34:26.897144 | fa163ebf-0e86-c0b9-b49b-000000002b4d | TASK | Ensure post-scripts hooks directory exists 2025-10-03 10:34:27.175899 | fa163ebf-0e86-c0b9-b49b-000000002b4d | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-10-03 10:34:27.177327 | fa163ebf-0e86-c0b9-b49b-000000002b4d | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:08:09.991170 | 0.28s 2025-10-03 10:34:27.184236 | fa163ebf-0e86-c0b9-b49b-000000002b4d | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:08:09.998079 | 0.29s 2025-10-03 10:34:27.214149 | fa163ebf-0e86-c0b9-b49b-000000002b4f | TASK | Ensure provider service is running 2025-10-03 10:34:27.660105 | fa163ebf-0e86-c0b9-b49b-000000002b4f | OK | Ensure provider service is running | standalone | item=certmonger 2025-10-03 10:34:27.662564 | fa163ebf-0e86-c0b9-b49b-000000002b4f | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:08:10.476401 | 0.45s 2025-10-03 10:34:27.672108 | fa163ebf-0e86-c0b9-b49b-000000002b4f | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:08:10.485966 | 0.46s 2025-10-03 10:34:27.695208 | fa163ebf-0e86-c0b9-b49b-000000002b52 | TASK | Ensure certificate requests 2025-10-03 10:34:29.781296 | fa163ebf-0e86-c0b9-b49b-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-03 10:34:29.784459 | fa163ebf-0e86-c0b9-b49b-000000002b52 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:08:12.598261 | 2.09s 2025-10-03 10:34:29.794860 | fa163ebf-0e86-c0b9-b49b-000000002b52 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:08:12.608701 | 2.10s 2025-10-03 10:34:29.853905 | fa163ebf-0e86-c0b9-b49b-0000000022a3 | TASK | Fail if container image is undefined 2025-10-03 10:34:29.918861 | fa163ebf-0e86-c0b9-b49b-0000000022a3 | SKIPPED | Fail if container image is undefined | standalone 2025-10-03 10:34:29.919997 | fa163ebf-0e86-c0b9-b49b-0000000022a3 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:08:12.733844 | 0.06s 2025-10-03 10:34:29.964842 | fa163ebf-0e86-c0b9-b49b-0000000022a4 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image 2025-10-03 10:34:37.115142 | fa163ebf-0e86-c0b9-b49b-0000000022a4 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone 2025-10-03 10:34:37.117091 | fa163ebf-0e86-c0b9-b49b-0000000022a4 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone | 0:08:19.930936 | 7.15s 2025-10-03 10:34:37.179456 | fa163ebf-0e86-c0b9-b49b-0000000022a5 | TASK | Tag cluster.common.tag/rabbitmq:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image 2025-10-03 10:34:37.523039 | fa163ebf-0e86-c0b9-b49b-0000000022a5 | CHANGED | Tag cluster.common.tag/rabbitmq:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone 2025-10-03 10:34:37.524565 | fa163ebf-0e86-c0b9-b49b-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:20.338409 | 0.34s 2025-10-03 10:34:37.581516 | fa163ebf-0e86-c0b9-b49b-0000000022b0 | TASK | Pre-fetch all the containers 2025-10-03 10:34:43.507143 | fa163ebf-0e86-c0b9-b49b-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-nb-db-server:17.1 2025-10-03 10:34:43.511368 | fa163ebf-0e86-c0b9-b49b-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:08:26.325211 | 5.93s 2025-10-03 10:34:49.500062 | fa163ebf-0e86-c0b9-b49b-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-northd:17.1 2025-10-03 10:34:49.508363 | fa163ebf-0e86-c0b9-b49b-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:08:32.322209 | 11.92s 2025-10-03 10:34:52.748946 | fa163ebf-0e86-c0b9-b49b-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-sb-db-server:17.1 2025-10-03 10:34:52.751959 | fa163ebf-0e86-c0b9-b49b-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:08:35.565804 | 15.17s 2025-10-03 10:34:57.665142 | fa163ebf-0e86-c0b9-b49b-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-memcached:17.1 2025-10-03 10:34:57.669371 | fa163ebf-0e86-c0b9-b49b-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:08:40.483213 | 20.09s 2025-10-03 10:35:00.196479 | fa163ebf-0e86-c0b9-b49b-0000000022b0 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 2025-10-03 10:35:00.201107 | fa163ebf-0e86-c0b9-b49b-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:08:43.014951 | 22.62s 2025-10-03 10:35:02.621100 | fa163ebf-0e86-c0b9-b49b-0000000022b0 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 2025-10-03 10:35:02.625771 | fa163ebf-0e86-c0b9-b49b-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:08:45.439615 | 25.04s 2025-10-03 10:35:08.423717 | fa163ebf-0e86-c0b9-b49b-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 2025-10-03 10:35:08.426561 | fa163ebf-0e86-c0b9-b49b-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:08:51.240407 | 30.84s 2025-10-03 10:35:13.354707 | fa163ebf-0e86-c0b9-b49b-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-api:17.1 2025-10-03 10:35:13.358780 | fa163ebf-0e86-c0b9-b49b-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:08:56.172628 | 35.78s 2025-10-03 10:35:18.291061 | fa163ebf-0e86-c0b9-b49b-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-api:17.1 2025-10-03 10:35:18.294874 | fa163ebf-0e86-c0b9-b49b-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:09:01.108720 | 40.71s 2025-10-03 10:35:28.974270 | fa163ebf-0e86-c0b9-b49b-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-scheduler:17.1 2025-10-03 10:35:28.978134 | fa163ebf-0e86-c0b9-b49b-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:09:11.791981 | 51.39s 2025-10-03 10:35:58.192182 | fa163ebf-0e86-c0b9-b49b-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-dhcp-agent:17.1 2025-10-03 10:35:58.195701 | fa163ebf-0e86-c0b9-b49b-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:09:41.009549 | 80.61s 2025-10-03 10:36:02.166954 | fa163ebf-0e86-c0b9-b49b-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-metadata-agent-ovn:17.1 2025-10-03 10:36:02.170588 | fa163ebf-0e86-c0b9-b49b-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:09:44.984432 | 84.59s 2025-10-03 10:36:19.462195 | fa163ebf-0e86-c0b9-b49b-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-libvirt:17.1 2025-10-03 10:36:19.466991 | fa163ebf-0e86-c0b9-b49b-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:10:02.280836 | 101.88s 2025-10-03 10:36:29.659639 | fa163ebf-0e86-c0b9-b49b-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-glance-api:17.1 2025-10-03 10:36:29.663870 | fa163ebf-0e86-c0b9-b49b-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:10:12.477718 | 112.08s 2025-10-03 10:36:38.796904 | fa163ebf-0e86-c0b9-b49b-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-gnocchi-api:17.1 2025-10-03 10:36:38.801824 | fa163ebf-0e86-c0b9-b49b-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:10:21.615668 | 121.22s 2025-10-03 10:36:49.640491 | fa163ebf-0e86-c0b9-b49b-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-heat-engine:17.1 2025-10-03 10:36:49.643780 | fa163ebf-0e86-c0b9-b49b-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:10:32.457626 | 132.06s 2025-10-03 10:36:59.824947 | fa163ebf-0e86-c0b9-b49b-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-horizon:17.1 2025-10-03 10:36:59.827531 | fa163ebf-0e86-c0b9-b49b-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:10:42.641386 | 142.24s 2025-10-03 10:37:05.227777 | fa163ebf-0e86-c0b9-b49b-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-keystone:17.1 2025-10-03 10:37:05.230762 | fa163ebf-0e86-c0b9-b49b-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:10:48.044609 | 147.65s 2025-10-03 10:37:09.043800 | fa163ebf-0e86-c0b9-b49b-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-manila-api:17.1 2025-10-03 10:37:09.046903 | fa163ebf-0e86-c0b9-b49b-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:10:51.860754 | 151.46s 2025-10-03 10:37:13.617290 | fa163ebf-0e86-c0b9-b49b-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-server:17.1 2025-10-03 10:37:13.620783 | fa163ebf-0e86-c0b9-b49b-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:10:56.434629 | 156.04s 2025-10-03 10:37:19.571838 | fa163ebf-0e86-c0b9-b49b-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-api:17.1 2025-10-03 10:37:19.577268 | fa163ebf-0e86-c0b9-b49b-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:11:02.391108 | 161.99s 2025-10-03 10:37:33.271464 | fa163ebf-0e86-c0b9-b49b-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-compute:17.1 2025-10-03 10:37:33.276409 | fa163ebf-0e86-c0b9-b49b-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:11:16.090236 | 175.69s 2025-10-03 10:37:37.490740 | fa163ebf-0e86-c0b9-b49b-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-conductor:17.1 2025-10-03 10:37:37.493768 | fa163ebf-0e86-c0b9-b49b-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:11:20.307616 | 179.91s 2025-10-03 10:37:46.722996 | fa163ebf-0e86-c0b9-b49b-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-api:17.1 2025-10-03 10:37:46.726772 | fa163ebf-0e86-c0b9-b49b-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:11:29.540618 | 189.14s 2025-10-03 10:37:51.367692 | fa163ebf-0e86-c0b9-b49b-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-health-manager:17.1 2025-10-03 10:37:51.370608 | fa163ebf-0e86-c0b9-b49b-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:11:34.184457 | 193.79s 2025-10-03 10:37:58.242778 | fa163ebf-0e86-c0b9-b49b-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-housekeeping:17.1 2025-10-03 10:37:58.244457 | fa163ebf-0e86-c0b9-b49b-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:11:41.058313 | 200.66s 2025-10-03 10:38:01.553900 | fa163ebf-0e86-c0b9-b49b-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-worker:17.1 2025-10-03 10:38:01.557524 | fa163ebf-0e86-c0b9-b49b-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:11:44.371372 | 203.97s 2025-10-03 10:38:06.030861 | fa163ebf-0e86-c0b9-b49b-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-placement-api:17.1 2025-10-03 10:38:06.034404 | fa163ebf-0e86-c0b9-b49b-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:11:48.848252 | 208.45s 2025-10-03 10:38:11.003938 | fa163ebf-0e86-c0b9-b49b-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ceilometer-notification:17.1 2025-10-03 10:38:11.006244 | fa163ebf-0e86-c0b9-b49b-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:11:53.820099 | 213.42s 2025-10-03 10:38:13.442620 | fa163ebf-0e86-c0b9-b49b-0000000022b0 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 2025-10-03 10:38:13.445661 | fa163ebf-0e86-c0b9-b49b-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:11:56.259510 | 215.86s 2025-10-03 10:38:16.283815 | fa163ebf-0e86-c0b9-b49b-0000000022b0 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 2025-10-03 10:38:16.287052 | fa163ebf-0e86-c0b9-b49b-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:11:59.100899 | 218.70s 2025-10-03 10:38:19.744620 | fa163ebf-0e86-c0b9-b49b-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-iscsid:17.1 2025-10-03 10:38:19.747339 | fa163ebf-0e86-c0b9-b49b-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:12:02.561187 | 222.16s 2025-10-03 10:38:22.516565 | fa163ebf-0e86-c0b9-b49b-0000000022b0 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 2025-10-03 10:38:22.519512 | fa163ebf-0e86-c0b9-b49b-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:12:05.333359 | 224.94s 2025-10-03 10:38:27.296782 | fa163ebf-0e86-c0b9-b49b-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-proxy-server:17.1 2025-10-03 10:38:27.299387 | fa163ebf-0e86-c0b9-b49b-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:12:10.113244 | 229.72s 2025-10-03 10:38:31.070593 | fa163ebf-0e86-c0b9-b49b-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-account:17.1 2025-10-03 10:38:31.073689 | fa163ebf-0e86-c0b9-b49b-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:12:13.887536 | 233.49s 2025-10-03 10:38:34.797841 | fa163ebf-0e86-c0b9-b49b-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-evaluator:17.1 2025-10-03 10:38:34.802509 | fa163ebf-0e86-c0b9-b49b-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:12:17.616354 | 237.22s 2025-10-03 10:38:38.252410 | fa163ebf-0e86-c0b9-b49b-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-listener:17.1 2025-10-03 10:38:38.257745 | fa163ebf-0e86-c0b9-b49b-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:12:21.071584 | 240.67s 2025-10-03 10:38:41.806606 | fa163ebf-0e86-c0b9-b49b-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-notifier:17.1 2025-10-03 10:38:41.809902 | fa163ebf-0e86-c0b9-b49b-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:12:24.623750 | 244.23s 2025-10-03 10:38:45.571178 | fa163ebf-0e86-c0b9-b49b-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ceilometer-central:17.1 2025-10-03 10:38:45.576614 | fa163ebf-0e86-c0b9-b49b-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:12:28.390459 | 247.99s 2025-10-03 10:38:49.255690 | fa163ebf-0e86-c0b9-b49b-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ceilometer-compute:17.1 2025-10-03 10:38:49.258722 | fa163ebf-0e86-c0b9-b49b-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:12:32.072569 | 251.68s 2025-10-03 10:38:52.397475 | fa163ebf-0e86-c0b9-b49b-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-controller:17.1 2025-10-03 10:38:52.399454 | fa163ebf-0e86-c0b9-b49b-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:12:35.213290 | 254.82s 2025-10-03 10:38:55.843564 | fa163ebf-0e86-c0b9-b49b-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-heat-api:17.1 2025-10-03 10:38:55.846694 | fa163ebf-0e86-c0b9-b49b-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:12:38.660543 | 258.26s 2025-10-03 10:38:59.409781 | fa163ebf-0e86-c0b9-b49b-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-heat-api-cfn:17.1 2025-10-03 10:38:59.412294 | fa163ebf-0e86-c0b9-b49b-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:12:42.226151 | 261.83s 2025-10-03 10:39:02.667886 | fa163ebf-0e86-c0b9-b49b-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cron:17.1 2025-10-03 10:39:02.671666 | fa163ebf-0e86-c0b9-b49b-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:12:45.485515 | 265.09s 2025-10-03 10:39:05.891954 | fa163ebf-0e86-c0b9-b49b-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-manila-scheduler:17.1 2025-10-03 10:39:05.896679 | fa163ebf-0e86-c0b9-b49b-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:12:48.710527 | 268.31s 2025-10-03 10:39:09.686782 | fa163ebf-0e86-c0b9-b49b-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-sriov-agent:17.1 2025-10-03 10:39:09.689048 | fa163ebf-0e86-c0b9-b49b-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:12:52.502902 | 272.11s 2025-10-03 10:39:13.204576 | fa163ebf-0e86-c0b9-b49b-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-scheduler:17.1 2025-10-03 10:39:13.206693 | fa163ebf-0e86-c0b9-b49b-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:12:56.020548 | 275.62s 2025-10-03 10:39:17.866016 | fa163ebf-0e86-c0b9-b49b-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-novncproxy:17.1 2025-10-03 10:39:17.868220 | fa163ebf-0e86-c0b9-b49b-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:13:00.682074 | 280.28s 2025-10-03 10:39:21.125156 | fa163ebf-0e86-c0b9-b49b-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-container:17.1 2025-10-03 10:39:21.127608 | fa163ebf-0e86-c0b9-b49b-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:13:03.941464 | 283.54s 2025-10-03 10:39:25.764239 | fa163ebf-0e86-c0b9-b49b-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-object:17.1 2025-10-03 10:39:25.768731 | fa163ebf-0e86-c0b9-b49b-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:13:08.582574 | 288.19s 2025-10-03 10:39:29.115884 | fa163ebf-0e86-c0b9-b49b-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-gnocchi-metricd:17.1 2025-10-03 10:39:29.120270 | fa163ebf-0e86-c0b9-b49b-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:13:11.934112 | 291.54s 2025-10-03 10:39:32.627616 | fa163ebf-0e86-c0b9-b49b-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-gnocchi-statsd:17.1 2025-10-03 10:39:32.631507 | fa163ebf-0e86-c0b9-b49b-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:13:15.445357 | 295.05s 2025-10-03 10:39:36.106748 | fa163ebf-0e86-c0b9-b49b-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-rsyslog:17.1 2025-10-03 10:39:36.109219 | fa163ebf-0e86-c0b9-b49b-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:13:18.923068 | 298.53s 2025-10-03 10:39:36.550749 | fa163ebf-0e86-c0b9-b49b-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:13:19.364593 | 298.97s 2025-10-03 10:39:36.766125 | fa163ebf-0e86-c0b9-b49b-0000000022b3 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:13:19.579957 | 0.05s 2025-10-03 10:39:36.828144 | fa163ebf-0e86-c0b9-b49b-000000002c2c | TASK | Set version specific variables 2025-10-03 10:39:36.877241 | fa163ebf-0e86-c0b9-b49b-000000002c2c | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:13:19.691074 | 0.05s 2025-10-03 10:39:36.900559 | f481bea3-5561-4dfb-a324-0cd1c2b725fa | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-10-03 10:39:36.927728 | fa163ebf-0e86-c0b9-b49b-000000002c5b | TASK | Ensure ansible_facts used by role 2025-10-03 10:39:37.323680 | fa163ebf-0e86-c0b9-b49b-000000002c5b | OK | Ensure ansible_facts used by role | standalone 2025-10-03 10:39:37.325865 | fa163ebf-0e86-c0b9-b49b-000000002c5b | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:13:20.139704 | 0.40s 2025-10-03 10:39:37.360020 | fa163ebf-0e86-c0b9-b49b-000000002c5c | TASK | Set platform/version specific variables 2025-10-03 10:39:37.461484 | fa163ebf-0e86-c0b9-b49b-000000002c5c | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-03 10:39:37.492024 | fa163ebf-0e86-c0b9-b49b-000000002c5c | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-03 10:39:37.524039 | fa163ebf-0e86-c0b9-b49b-000000002c5c | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-10-03 10:39:37.544225 | fa163ebf-0e86-c0b9-b49b-000000002c5c | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-10-03 10:39:37.551077 | fa163ebf-0e86-c0b9-b49b-000000002c5c | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:13:20.364901 | 0.19s 2025-10-03 10:39:37.585452 | fa163ebf-0e86-c0b9-b49b-000000002c2d | TASK | Ensure certificate role dependencies are installed 2025-10-03 10:39:40.514505 | fa163ebf-0e86-c0b9-b49b-000000002c2d | OK | Ensure certificate role dependencies are installed | standalone 2025-10-03 10:39:40.516919 | fa163ebf-0e86-c0b9-b49b-000000002c2d | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:13:23.330763 | 2.93s 2025-10-03 10:39:40.546813 | fa163ebf-0e86-c0b9-b49b-000000002c2f | TASK | Ensure provider packages are installed 2025-10-03 10:39:43.542698 | fa163ebf-0e86-c0b9-b49b-000000002c2f | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:13:26.356516 | 2.99s 2025-10-03 10:39:43.549799 | fa163ebf-0e86-c0b9-b49b-000000002c2f | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:13:26.363636 | 3.00s 2025-10-03 10:39:43.575038 | fa163ebf-0e86-c0b9-b49b-000000002c31 | TASK | Ensure pre-scripts hooks directory exists 2025-10-03 10:39:43.885062 | fa163ebf-0e86-c0b9-b49b-000000002c31 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-10-03 10:39:43.887364 | fa163ebf-0e86-c0b9-b49b-000000002c31 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:13:26.701205 | 0.31s 2025-10-03 10:39:43.897539 | fa163ebf-0e86-c0b9-b49b-000000002c31 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:13:26.711392 | 0.32s 2025-10-03 10:39:43.933639 | fa163ebf-0e86-c0b9-b49b-000000002c33 | TASK | Ensure post-scripts hooks directory exists 2025-10-03 10:39:44.243685 | fa163ebf-0e86-c0b9-b49b-000000002c33 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-10-03 10:39:44.245615 | fa163ebf-0e86-c0b9-b49b-000000002c33 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:13:27.059452 | 0.31s 2025-10-03 10:39:44.255048 | fa163ebf-0e86-c0b9-b49b-000000002c33 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:13:27.068874 | 0.32s 2025-10-03 10:39:44.289513 | fa163ebf-0e86-c0b9-b49b-000000002c35 | TASK | Ensure provider service is running 2025-10-03 10:39:44.746382 | fa163ebf-0e86-c0b9-b49b-000000002c35 | OK | Ensure provider service is running | standalone | item=certmonger 2025-10-03 10:39:44.749057 | fa163ebf-0e86-c0b9-b49b-000000002c35 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:13:27.562888 | 0.46s 2025-10-03 10:39:44.760340 | fa163ebf-0e86-c0b9-b49b-000000002c35 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:13:27.574166 | 0.47s 2025-10-03 10:39:44.793763 | fa163ebf-0e86-c0b9-b49b-000000002c38 | TASK | Ensure certificate requests 2025-10-03 10:39:47.211149 | fa163ebf-0e86-c0b9-b49b-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-03 10:39:47.213090 | fa163ebf-0e86-c0b9-b49b-000000002c38 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:13:30.026931 | 2.42s 2025-10-03 10:39:47.220099 | fa163ebf-0e86-c0b9-b49b-000000002c38 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:13:30.033931 | 2.42s 2025-10-03 10:39:47.278705 | fa163ebf-0e86-c0b9-b49b-0000000022ba | TASK | Fail if container image is undefined 2025-10-03 10:39:47.351920 | fa163ebf-0e86-c0b9-b49b-0000000022ba | SKIPPED | Fail if container image is undefined | standalone 2025-10-03 10:39:47.353324 | fa163ebf-0e86-c0b9-b49b-0000000022ba | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:13:30.167169 | 0.07s 2025-10-03 10:39:47.403824 | fa163ebf-0e86-c0b9-b49b-0000000022bb | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image 2025-10-03 10:39:50.552350 | fa163ebf-0e86-c0b9-b49b-0000000022bb | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone 2025-10-03 10:39:50.555165 | fa163ebf-0e86-c0b9-b49b-0000000022bb | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone | 0:13:33.369010 | 3.15s 2025-10-03 10:39:50.614586 | fa163ebf-0e86-c0b9-b49b-0000000022bc | TASK | Tag cluster.common.tag/redis:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image 2025-10-03 10:39:51.004247 | fa163ebf-0e86-c0b9-b49b-0000000022bc | CHANGED | Tag cluster.common.tag/redis:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone 2025-10-03 10:39:51.005634 | fa163ebf-0e86-c0b9-b49b-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:33.819481 | 0.39s 2025-10-03 10:39:51.059313 | fa163ebf-0e86-c0b9-b49b-0000000022c7 | TASK | Check if rsyslog exists 2025-10-03 10:39:52.342463 | fa163ebf-0e86-c0b9-b49b-0000000022c7 | CHANGED | Check if rsyslog exists | standalone 2025-10-03 10:39:52.343983 | fa163ebf-0e86-c0b9-b49b-0000000022c7 | TIMING | Check if rsyslog exists | standalone | 0:13:35.157828 | 1.28s 2025-10-03 10:39:52.374286 | fa163ebf-0e86-c0b9-b49b-0000000022c8 | TASK | Forward logging to swift.log file 2025-10-03 10:39:52.937454 | fa163ebf-0e86-c0b9-b49b-0000000022c8 | CHANGED | Forward logging to swift.log file | standalone 2025-10-03 10:39:52.939025 | fa163ebf-0e86-c0b9-b49b-0000000022c8 | TIMING | Forward logging to swift.log file | standalone | 0:13:35.752869 | 0.56s 2025-10-03 10:39:52.970737 | fa163ebf-0e86-c0b9-b49b-0000000022c9 | TASK | Restart rsyslogd service after logging conf change 2025-10-03 10:39:53.874632 | fa163ebf-0e86-c0b9-b49b-0000000022c9 | CHANGED | Restart rsyslogd service after logging conf change | standalone 2025-10-03 10:39:53.876391 | fa163ebf-0e86-c0b9-b49b-0000000022c9 | TIMING | Restart rsyslogd service after logging conf change | standalone | 0:13:36.690238 | 0.90s 2025-10-03 10:39:53.906166 | fa163ebf-0e86-c0b9-b49b-0000000000c2 | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists 2025-10-03 10:39:54.156057 | fa163ebf-0e86-c0b9-b49b-0000000000c2 | OK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone 2025-10-03 10:39:54.157417 | fa163ebf-0e86-c0b9-b49b-0000000000c2 | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone | 0:13:36.971263 | 0.25s 2025-10-03 10:39:54.269028 | fa163ebf-0e86-c0b9-b49b-0000000000c3 | TIMING | include_tasks | standalone | 0:13:37.082863 | 0.08s 2025-10-03 10:39:54.311714 | 07202812-4ae2-4724-8763-9be2be98763f | INCLUDED | /root/standalone-ansible-cgj5i441/common_deploy_steps_tasks.yaml | standalone 2025-10-03 10:39:54.339129 | fa163ebf-0e86-c0b9-b49b-000000002ca3 | TASK | Write the config_step hieradata 2025-10-03 10:39:54.793151 | fa163ebf-0e86-c0b9-b49b-000000002ca3 | OK | Write the config_step hieradata | standalone 2025-10-03 10:39:54.794850 | fa163ebf-0e86-c0b9-b49b-000000002ca3 | TIMING | Write the config_step hieradata | standalone | 0:13:37.608696 | 0.45s 2025-10-03 10:39:54.825407 | fa163ebf-0e86-c0b9-b49b-000000002ca4 | TASK | Run puppet host configuration for step 1 2025-10-03 10:39:55.142608 | fa163ebf-0e86-c0b9-b49b-000000002ca4 | CHANGED | Run puppet host configuration for step 1 | standalone 2025-10-03 10:39:55.143831 | fa163ebf-0e86-c0b9-b49b-000000002ca4 | TIMING | Run puppet host configuration for step 1 | standalone | 0:13:37.957677 | 0.32s 2025-10-03 10:39:55.173246 | fa163ebf-0e86-c0b9-b49b-000000002ca5 | TASK | Wait for puppet host configuration to finish 2025-10-03 10:39:55.425739 | fa163ebf-0e86-c0b9-b49b-000000002ca5 | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-10-03 10:40:05.617057 | fa163ebf-0e86-c0b9-b49b-000000002ca5 | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-10-03 10:40:15.844980 | fa163ebf-0e86-c0b9-b49b-000000002ca5 | WAITING | Wait for puppet host configuration to finish | standalone | 358 retries left 2025-10-03 10:40:26.063033 | fa163ebf-0e86-c0b9-b49b-000000002ca5 | WAITING | Wait for puppet host configuration to finish | standalone | 357 retries left 2025-10-03 10:40:36.290024 | fa163ebf-0e86-c0b9-b49b-000000002ca5 | WAITING | Wait for puppet host configuration to finish | standalone | 356 retries left 2025-10-03 10:40:46.494936 | fa163ebf-0e86-c0b9-b49b-000000002ca5 | WAITING | Wait for puppet host configuration to finish | standalone | 355 retries left 2025-10-03 10:40:56.699777 | fa163ebf-0e86-c0b9-b49b-000000002ca5 | CHANGED | Wait for puppet host configuration to finish | standalone 2025-10-03 10:40:56.701016 | fa163ebf-0e86-c0b9-b49b-000000002ca5 | TIMING | Wait for puppet host configuration to finish | standalone | 0:14:39.514863 | 61.53s 2025-10-03 10:40:56.731000 | fa163ebf-0e86-c0b9-b49b-000000002ca6 | TASK | Debug output for task: Run puppet host configuration for step 1 2025-10-03 10:40:56.812169 | fa163ebf-0e86-c0b9-b49b-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 3 10:39:55 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Oct 3 10:40:00 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Oct 3 10:40:00 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Oct 3 10:40:00 puppet-user: (file & line not available)", "<13>Oct 3 10:40:00 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 3 10:40:00 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 3 10:40:00 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Oct 3 10:40:01 puppet-user: Notice: Compiled catalog for standalone.ooo.test in environment production in 0.37 seconds", "<13>Oct 3 10:40:01 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Database::Mysql::Client/Exec[directory-create-etc-my.cnf.d]/returns: executed successfully", "<13>Oct 3 10:40:01 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Database::Mysql::Client/File[/etc/my.cnf.d/tripleo.cnf]/ensure: created", "<13>Oct 3 10:40:01 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Database::Mysql::Client/Augeas[tripleo-mysql-client-conf]/returns: executed successfully", "<13>Oct 3 10:40:08 puppet-user: Notice: /Stage[main]/Pacemaker::Install/Package[pacemaker]/ensure: created", "<13>Oct 3 10:40:15 puppet-user: Notice: /Stage[main]/Pacemaker::Install/Package[pcs]/ensure: created", "<13>Oct 3 10:40:15 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/File_line[pcsd_bind_addr]/ensure: created", "<13>Oct 3 10:40:16 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/User[hacluster]/password: changed [redacted] to [redacted]", "<13>Oct 3 10:40:16 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/User[hacluster]/groups: groups changed to ['haclient']", "<13>Oct 3 10:40:20 puppet-user: Notice: /Stage[main]/Pacemaker::Service/Service[pcsd]/ensure: ensure changed 'stopped' to 'running'", "<13>Oct 3 10:40:20 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[check-for-local-authentication]/returns: executed successfully", "<13>Oct 3 10:40:21 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[reauthenticate-across-all-nodes]: Triggered 'refresh' from 3 events", "<13>Oct 3 10:40:25 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[Create Cluster tripleo_cluster]/returns: executed successfully", "<13>Oct 3 10:40:27 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[Start Cluster tripleo_cluster]/returns: executed successfully", "<13>Oct 3 10:40:27 puppet-user: Notice: /Stage[main]/Pacemaker::Service/Service[corosync]/enable: enable changed 'false' to 'true'", "<13>Oct 3 10:40:28 puppet-user: Notice: /Stage[main]/Pacemaker::Service/Service[pacemaker]/enable: enable changed 'false' to 'true'", "<13>Oct 3 10:40:50 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[wait-for-settle]/returns: executed successfully", "<13>Oct 3 10:40:52 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Oct 3 10:40:54 puppet-user: Notice: /Stage[main]/Pacemaker::Stonith/Pacemaker::Property[Disable STONITH]/Pcmk_property[property--stonith-enabled]/ensure: created", "<13>Oct 3 10:40:54 puppet-user: Notice: Applied catalog in 53.12 seconds", "<13>Oct 3 10:40:54 puppet-user: Application:", "<13>Oct 3 10:40:54 puppet-user: Initial environment: production", "<13>Oct 3 10:40:54 puppet-user: Converged environment: production", "<13>Oct 3 10:40:54 puppet-user: Run mode: user", "<13>Oct 3 10:40:54 puppet-user: Changes:", "<13>Oct 3 10:40:54 puppet-user: Total: 17", "<13>Oct 3 10:40:54 puppet-user: Events:", "<13>Oct 3 10:40:54 puppet-user: Success: 17", "<13>Oct 3 10:40:54 puppet-user: Resources:", "<13>Oct 3 10:40:54 puppet-user: Restarted: 1", "<13>Oct 3 10:40:54 puppet-user: Changed: 16", "<13>Oct 3 10:40:54 puppet-user: Out of sync: 16", "<13>Oct 3 10:40:54 puppet-user: Total: 26", "<13>Oct 3 10:40:54 puppet-user: Time:", "<13>Oct 3 10:40:54 puppet-user: Filebucket: 0.00", "<13>Oct 3 10:40:54 puppet-user: Schedule: 0.00", "<13>Oct 3 10:40:54 puppet-user: File: 0.00", "<13>Oct 3 10:40:54 puppet-user: File line: 0.00", "<13>Oct 3 10:40:54 puppet-user: Augeas: 0.02", "<13>Oct 3 10:40:54 puppet-user: Config retrieval: 0.42", "<13>Oct 3 10:40:54 puppet-user: User: 0.57", "<13>Oct 3 10:40:54 puppet-user: Package: 14.73", "<13>Oct 3 10:40:54 puppet-user: Last run: 1759488054", "<13>Oct 3 10:40:54 puppet-user: Exec: 28.61", "<13>Oct 3 10:40:54 puppet-user: Pcmk property: 3.38", "<13>Oct 3 10:40:54 puppet-user: Service: 4.54", "<13>Oct 3 10:40:54 puppet-user: Transaction evaluation: 53.11", "<13>Oct 3 10:40:54 puppet-user: Catalog application: 53.12", "<13>Oct 3 10:40:54 puppet-user: Total: 53.13", "<13>Oct 3 10:40:54 puppet-user: Version:", "<13>Oct 3 10:40:54 puppet-user: Config: 1759488000", "<13>Oct 3 10:40:54 puppet-user: Puppet: 7.10.0" ] } 2025-10-03 10:40:56.813487 | fa163ebf-0e86-c0b9-b49b-000000002ca6 | TIMING | Debug output for task: Run puppet host configuration for step 1 | standalone | 0:14:39.627335 | 0.08s 2025-10-03 10:40:56.841900 | fa163ebf-0e86-c0b9-b49b-000000002ca7 | TASK | Pre-cache facts for puppet containers 2025-10-03 10:40:56.870520 | fa163ebf-0e86-c0b9-b49b-000000002ca7 | TIMING | Pre-cache facts for puppet containers | standalone | 0:14:39.684359 | 0.03s 2025-10-03 10:40:56.942260 | fa163ebf-0e86-c0b9-b49b-000000002cee | TASK | Gather variables for each operating system 2025-10-03 10:40:57.064696 | fa163ebf-0e86-c0b9-b49b-000000002cee | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:14:39.878533 | 0.12s 2025-10-03 10:40:57.093817 | fa163ebf-0e86-c0b9-b49b-000000002cef | TASK | Create puppet caching structures 2025-10-03 10:40:57.357372 | fa163ebf-0e86-c0b9-b49b-000000002cef | CHANGED | Create puppet caching structures | standalone 2025-10-03 10:40:57.358253 | fa163ebf-0e86-c0b9-b49b-000000002cef | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:14:40.172110 | 0.26s 2025-10-03 10:40:57.377360 | fa163ebf-0e86-c0b9-b49b-000000002cf0 | TASK | Check for facter.conf 2025-10-03 10:40:57.618904 | fa163ebf-0e86-c0b9-b49b-000000002cf0 | OK | Check for facter.conf | standalone 2025-10-03 10:40:57.620224 | fa163ebf-0e86-c0b9-b49b-000000002cf0 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:14:40.434070 | 0.24s 2025-10-03 10:40:57.649201 | fa163ebf-0e86-c0b9-b49b-000000002cf1 | TASK | Remove facter.conf if directory 2025-10-03 10:40:57.699162 | fa163ebf-0e86-c0b9-b49b-000000002cf1 | SKIPPED | Remove facter.conf if directory | standalone 2025-10-03 10:40:57.700360 | fa163ebf-0e86-c0b9-b49b-000000002cf1 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:14:40.514208 | 0.05s 2025-10-03 10:40:57.728920 | fa163ebf-0e86-c0b9-b49b-000000002cf2 | TASK | Write facter cache config 2025-10-03 10:40:58.183471 | fa163ebf-0e86-c0b9-b49b-000000002cf2 | CHANGED | Write facter cache config | standalone 2025-10-03 10:40:58.185021 | fa163ebf-0e86-c0b9-b49b-000000002cf2 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:14:40.998868 | 0.45s 2025-10-03 10:40:58.215811 | fa163ebf-0e86-c0b9-b49b-000000002cf3 | TASK | Cleanup facter cache if exists 2025-10-03 10:40:58.439250 | fa163ebf-0e86-c0b9-b49b-000000002cf3 | OK | Cleanup facter cache if exists | standalone 2025-10-03 10:40:58.440563 | fa163ebf-0e86-c0b9-b49b-000000002cf3 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:14:41.254409 | 0.22s 2025-10-03 10:40:58.469205 | fa163ebf-0e86-c0b9-b49b-000000002cf4 | TASK | Pre-cache facts 2025-10-03 10:40:59.092506 | fa163ebf-0e86-c0b9-b49b-000000002cf4 | CHANGED | Pre-cache facts | standalone 2025-10-03 10:40:59.093788 | fa163ebf-0e86-c0b9-b49b-000000002cf4 | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:14:41.907633 | 0.62s 2025-10-03 10:40:59.123642 | fa163ebf-0e86-c0b9-b49b-000000002cf5 | TASK | Failed deployment if facter fails 2025-10-03 10:40:59.152374 | fa163ebf-0e86-c0b9-b49b-000000002cf5 | SKIPPED | Failed deployment if facter fails | standalone 2025-10-03 10:40:59.154034 | fa163ebf-0e86-c0b9-b49b-000000002cf5 | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:14:41.967878 | 0.03s 2025-10-03 10:40:59.203344 | fa163ebf-0e86-c0b9-b49b-000000002cf6 | TASK | Sync cached facts 2025-10-03 10:40:59.673162 | fa163ebf-0e86-c0b9-b49b-000000002cf6 | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163ebf-0e86-c0b9-b49b-000000002cf6') missing from stats 2025-10-03 10:40:59.713051 | fa163ebf-0e86-c0b9-b49b-000000002ca8 | TASK | Include container-puppet tasks (generate config) during step 1 2025-10-03 10:40:59.739328 | fa163ebf-0e86-c0b9-b49b-000000002ca8 | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:14:42.553173 | 0.03s 2025-10-03 10:40:59.754495 | 41e30b19-0f72-4690-bf42-5197decc0a4d | INCLUDED | /root/standalone-ansible-cgj5i441/generate-config-tasks.yaml | standalone 2025-10-03 10:40:59.782183 | fa163ebf-0e86-c0b9-b49b-000000002d40 | TASK | Create base directory puppet configs 2025-10-03 10:40:59.997841 | fa163ebf-0e86-c0b9-b49b-000000002d40 | CHANGED | Create base directory puppet configs | standalone 2025-10-03 10:40:59.999175 | fa163ebf-0e86-c0b9-b49b-000000002d40 | TIMING | Create base directory puppet configs | standalone | 0:14:42.813020 | 0.22s 2025-10-03 10:41:00.029015 | fa163ebf-0e86-c0b9-b49b-000000002d41 | TASK | Generate container puppet configs for step 1 2025-10-03 10:41:00.326854 | fa163ebf-0e86-c0b9-b49b-000000002d41 | CHANGED | Generate container puppet configs for step 1 | standalone 2025-10-03 10:41:00.328146 | fa163ebf-0e86-c0b9-b49b-000000002d41 | TIMING | Generate container puppet configs for step 1 | standalone | 0:14:43.141993 | 0.30s 2025-10-03 10:41:00.358545 | fa163ebf-0e86-c0b9-b49b-000000002d42 | TASK | Manage Puppet containers (generate config) for step 1 with tripleo-ansible 2025-10-03 10:41:00.386602 | fa163ebf-0e86-c0b9-b49b-000000002d42 | TIMING | Manage Puppet containers (generate config) for step 1 with tripleo-ansible | standalone | 0:14:43.200444 | 0.03s 2025-10-03 10:41:00.468855 | fa163ebf-0e86-c0b9-b49b-000000002dcc | TASK | Gather variables for each operating system 2025-10-03 10:41:00.591897 | fa163ebf-0e86-c0b9-b49b-000000002dcc | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:14:43.405719 | 0.12s 2025-10-03 10:41:00.624995 | fa163ebf-0e86-c0b9-b49b-000000002dcd | TASK | Create container logs path 2025-10-03 10:41:00.864333 | fa163ebf-0e86-c0b9-b49b-000000002dcd | OK | Create container logs path | standalone 2025-10-03 10:41:00.866323 | fa163ebf-0e86-c0b9-b49b-000000002dcd | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:14:43.680166 | 0.24s 2025-10-03 10:41:00.901651 | fa163ebf-0e86-c0b9-b49b-000000002dcf | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-03 10:41:01.354541 | fa163ebf-0e86-c0b9-b49b-000000002dcf | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-10-03 10:41:01.356132 | fa163ebf-0e86-c0b9-b49b-000000002dcf | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:14:44.169976 | 0.45s 2025-10-03 10:41:01.389608 | fa163ebf-0e86-c0b9-b49b-000000002dd0 | TASK | Finalise hashes for all containers 2025-10-03 10:41:01.481906 | fa163ebf-0e86-c0b9-b49b-000000002dd0 | OK | Finalise hashes for all containers | standalone 2025-10-03 10:41:01.483349 | fa163ebf-0e86-c0b9-b49b-000000002dd0 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:14:44.297193 | 0.09s 2025-10-03 10:41:01.514336 | fa163ebf-0e86-c0b9-b49b-000000002dd2 | TASK | Manage systemd shutdown files 2025-10-03 10:41:01.549156 | fa163ebf-0e86-c0b9-b49b-000000002dd2 | SKIPPED | Manage systemd shutdown files | standalone 2025-10-03 10:41:01.551403 | fa163ebf-0e86-c0b9-b49b-000000002dd2 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:14:44.365247 | 0.04s 2025-10-03 10:41:01.582469 | fa163ebf-0e86-c0b9-b49b-000000002dd4 | TASK | Update container configs with new config hashes 2025-10-03 10:41:01.647261 | fa163ebf-0e86-c0b9-b49b-000000002dd4 | SKIPPED | Update container configs with new config hashes | standalone 2025-10-03 10:41:01.648814 | fa163ebf-0e86-c0b9-b49b-000000002dd4 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:14:44.462658 | 0.06s 2025-10-03 10:41:01.682602 | fa163ebf-0e86-c0b9-b49b-000000002dd5 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-03 10:41:01.746722 | fa163ebf-0e86-c0b9-b49b-000000002dd5 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:14:44.560545 | 0.06s 2025-10-03 10:41:01.776524 | 0158e7e9-1701-4d24-bf97-f38dafcce193 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-03 10:41:01.808730 | fa163ebf-0e86-c0b9-b49b-000000002e19 | TASK | Gather podman infos 2025-10-03 10:41:02.397371 | fa163ebf-0e86-c0b9-b49b-000000002e19 | OK | Gather podman infos | standalone 2025-10-03 10:41:02.399162 | fa163ebf-0e86-c0b9-b49b-000000002e19 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:14:45.213002 | 0.59s 2025-10-03 10:41:02.434149 | fa163ebf-0e86-c0b9-b49b-000000002e1a | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-03 10:41:02.499240 | fa163ebf-0e86-c0b9-b49b-000000002e1a | SKIPPED | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-10-03 10:41:02.500832 | fa163ebf-0e86-c0b9-b49b-000000002e1a | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:14:45.314674 | 0.06s 2025-10-03 10:41:02.534876 | fa163ebf-0e86-c0b9-b49b-000000002dd6 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-03 10:41:02.593197 | fa163ebf-0e86-c0b9-b49b-000000002dd6 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:14:45.407028 | 0.06s 2025-10-03 10:41:02.619642 | b24471c3-8e2b-42a2-af1e-71787690792c | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-03 10:41:02.657629 | fa163ebf-0e86-c0b9-b49b-000000002e43 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-03 10:41:35.461068 | fa163ebf-0e86-c0b9-b49b-000000002e43 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-10-03 10:41:35.466280 | fa163ebf-0e86-c0b9-b49b-000000002e43 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:15:18.280113 | 32.81s 2025-10-03 10:41:35.581079 | fa163ebf-0e86-c0b9-b49b-000000002e44 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-03 10:41:35.666068 | fa163ebf-0e86-c0b9-b49b-000000002e44 | SKIPPED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-10-03 10:41:35.667168 | fa163ebf-0e86-c0b9-b49b-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:18.481021 | 0.08s 2025-10-03 10:41:35.706936 | fa163ebf-0e86-c0b9-b49b-000000002d44 | TASK | Diff puppet-generated changes for check mode 2025-10-03 10:41:35.748072 | fa163ebf-0e86-c0b9-b49b-000000002d44 | SKIPPED | Diff puppet-generated changes for check mode | standalone 2025-10-03 10:41:35.749729 | fa163ebf-0e86-c0b9-b49b-000000002d44 | TIMING | Diff puppet-generated changes for check mode | standalone | 0:15:18.563573 | 0.04s 2025-10-03 10:41:35.780416 | fa163ebf-0e86-c0b9-b49b-000000002d45 | TASK | Diff puppet-generated changes for check mode 2025-10-03 10:41:35.821177 | fa163ebf-0e86-c0b9-b49b-000000002d45 | SKIPPED | Diff puppet-generated changes for check mode | standalone 2025-10-03 10:41:35.822131 | fa163ebf-0e86-c0b9-b49b-000000002d45 | TIMING | Diff puppet-generated changes for check mode | standalone | 0:15:18.635984 | 0.04s 2025-10-03 10:41:35.846662 | fa163ebf-0e86-c0b9-b49b-000000002caa | TASK | Manage containers for step 1 with tripleo-ansible 2025-10-03 10:41:35.876069 | fa163ebf-0e86-c0b9-b49b-000000002caa | TIMING | Manage containers for step 1 with tripleo-ansible | standalone | 0:15:18.689916 | 0.03s 2025-10-03 10:41:35.932306 | fa163ebf-0e86-c0b9-b49b-000000002e99 | TASK | Gather variables for each operating system 2025-10-03 10:41:36.059001 | fa163ebf-0e86-c0b9-b49b-000000002e99 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:15:18.872828 | 0.13s 2025-10-03 10:41:36.091482 | fa163ebf-0e86-c0b9-b49b-000000002e9a | TASK | Create container logs path 2025-10-03 10:41:36.392233 | fa163ebf-0e86-c0b9-b49b-000000002e9a | OK | Create container logs path | standalone 2025-10-03 10:41:36.394029 | fa163ebf-0e86-c0b9-b49b-000000002e9a | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:15:19.207869 | 0.30s 2025-10-03 10:41:36.427476 | fa163ebf-0e86-c0b9-b49b-000000002e9c | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_1 2025-10-03 10:41:36.697015 | fa163ebf-0e86-c0b9-b49b-000000002e9c | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_1 | standalone 2025-10-03 10:41:36.698687 | fa163ebf-0e86-c0b9-b49b-000000002e9c | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:15:19.512529 | 0.27s 2025-10-03 10:41:36.735514 | fa163ebf-0e86-c0b9-b49b-000000002e9d | TASK | Finalise hashes for all containers 2025-10-03 10:41:36.804356 | fa163ebf-0e86-c0b9-b49b-000000002e9d | OK | Finalise hashes for all containers | standalone 2025-10-03 10:41:36.806012 | fa163ebf-0e86-c0b9-b49b-000000002e9d | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:15:19.619855 | 0.07s 2025-10-03 10:41:36.837304 | fa163ebf-0e86-c0b9-b49b-000000002e9f | TASK | Manage systemd shutdown files 2025-10-03 10:41:36.873197 | fa163ebf-0e86-c0b9-b49b-000000002e9f | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:15:19.687031 | 0.03s 2025-10-03 10:41:36.907836 | 1ebb4d5b-daf8-4469-8c4e-6d994ba7b6cb | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-10-03 10:41:36.936307 | fa163ebf-0e86-c0b9-b49b-000000002ed2 | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-10-03 10:41:37.206418 | fa163ebf-0e86-c0b9-b49b-000000002ed2 | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-10-03 10:41:37.208459 | fa163ebf-0e86-c0b9-b49b-000000002ed2 | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:15:20.022269 | 0.27s 2025-10-03 10:41:37.239576 | fa163ebf-0e86-c0b9-b49b-000000002ed3 | TASK | Set podman_drop_in fact 2025-10-03 10:41:37.294094 | fa163ebf-0e86-c0b9-b49b-000000002ed3 | OK | Set podman_drop_in fact | standalone 2025-10-03 10:41:37.295755 | fa163ebf-0e86-c0b9-b49b-000000002ed3 | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:15:20.109597 | 0.05s 2025-10-03 10:41:37.326759 | fa163ebf-0e86-c0b9-b49b-000000002ed5 | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-10-03 10:41:37.844979 | fa163ebf-0e86-c0b9-b49b-000000002ed5 | CHANGED | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-10-03 10:41:37.846905 | fa163ebf-0e86-c0b9-b49b-000000002ed5 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:15:20.660754 | 0.52s 2025-10-03 10:41:38.285019 | fa163ebf-0e86-c0b9-b49b-000000002ed5 | CHANGED | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-10-03 10:41:38.286226 | fa163ebf-0e86-c0b9-b49b-000000002ed5 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:15:21.100074 | 0.96s 2025-10-03 10:41:38.299037 | fa163ebf-0e86-c0b9-b49b-000000002ed5 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:15:21.112871 | 0.97s 2025-10-03 10:41:38.335600 | fa163ebf-0e86-c0b9-b49b-000000002ed6 | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-10-03 10:41:38.841965 | fa163ebf-0e86-c0b9-b49b-000000002ed6 | CHANGED | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-10-03 10:41:38.843929 | fa163ebf-0e86-c0b9-b49b-000000002ed6 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:15:21.657768 | 0.51s 2025-10-03 10:41:38.874560 | fa163ebf-0e86-c0b9-b49b-000000002ed7 | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-10-03 10:41:39.359741 | fa163ebf-0e86-c0b9-b49b-000000002ed7 | CHANGED | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-10-03 10:41:39.361638 | fa163ebf-0e86-c0b9-b49b-000000002ed7 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:15:22.175478 | 0.49s 2025-10-03 10:41:39.392294 | fa163ebf-0e86-c0b9-b49b-000000002ed8 | TASK | Enable and start tripleo-container-shutdown 2025-10-03 10:41:40.248140 | fa163ebf-0e86-c0b9-b49b-000000002ed8 | CHANGED | Enable and start tripleo-container-shutdown | standalone 2025-10-03 10:41:40.250151 | fa163ebf-0e86-c0b9-b49b-000000002ed8 | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:15:23.063996 | 0.86s 2025-10-03 10:41:40.280172 | fa163ebf-0e86-c0b9-b49b-000000002ed9 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-10-03 10:41:40.778988 | fa163ebf-0e86-c0b9-b49b-000000002ed9 | CHANGED | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-10-03 10:41:40.780548 | fa163ebf-0e86-c0b9-b49b-000000002ed9 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:15:23.594394 | 0.50s 2025-10-03 10:41:40.810158 | fa163ebf-0e86-c0b9-b49b-000000002eda | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-10-03 10:41:41.296159 | fa163ebf-0e86-c0b9-b49b-000000002eda | CHANGED | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-10-03 10:41:41.297645 | fa163ebf-0e86-c0b9-b49b-000000002eda | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:15:24.111492 | 0.49s 2025-10-03 10:41:41.326999 | fa163ebf-0e86-c0b9-b49b-000000002edb | TASK | Enable and start netns-placeholder 2025-10-03 10:41:42.176155 | fa163ebf-0e86-c0b9-b49b-000000002edb | CHANGED | Enable and start netns-placeholder | standalone 2025-10-03 10:41:42.177999 | fa163ebf-0e86-c0b9-b49b-000000002edb | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:15:24.991844 | 0.85s 2025-10-03 10:41:42.208105 | fa163ebf-0e86-c0b9-b49b-000000002ea1 | TASK | Update container configs with new config hashes 2025-10-03 10:41:42.259787 | fa163ebf-0e86-c0b9-b49b-000000002ea1 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:15:25.073632 | 0.05s 2025-10-03 10:41:42.280339 | 81ca16de-8c51-4e14-a898-54c4c7c1ba15 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-10-03 10:41:42.313288 | fa163ebf-0e86-c0b9-b49b-000000002f03 | TASK | Update config hashes for container startup configs 2025-10-03 10:41:42.619518 | | WARNING | Config change detected for memcached, new hash: a226265c45722b4c809790869a4b047f 2025-10-03 10:41:42.620773 | | WARNING | Config change detected for mysql_bootstrap, new hash: 18a50346d9367c52ed673fa1a577d690 2025-10-03 10:41:42.621298 | | WARNING | Config change detected for rabbitmq_bootstrap, new hash: 6f0ba422ccdc904c28b927d2b0e35b8a 2025-10-03 10:41:42.621894 | | WARNING | Config change detected for redis_tls_proxy, new hash: 13adbe9511b5c79de9966700867ada34 2025-10-03 10:41:42.622370 | | WARNING | Config change detected for clustercheck, new hash: ae206b1def2c82dcc511c5874a79259f 2025-10-03 10:41:42.622891 | | WARNING | Config change detected for horizon_fix_perms, new hash: 972d2460ad1400b1bcbf164c557ad744 2025-10-03 10:41:42.623363 | | WARNING | Config change detected for mysql_wait_bundle, new hash: 18a50346d9367c52ed673fa1a577d690 2025-10-03 10:41:42.623882 | | WARNING | Config change detected for octavia_api_init_dirs, new hash: f4d8f0e6cfa8195e50732ef134d7f11f 2025-10-03 10:41:42.624362 | | WARNING | Config change detected for octavia_health_manager_init_dirs, new hash: f4d8f0e6cfa8195e50732ef134d7f11f 2025-10-03 10:41:42.624877 | | WARNING | Config change detected for octavia_housekeeping_init_dirs, new hash: f4d8f0e6cfa8195e50732ef134d7f11f 2025-10-03 10:41:42.625371 | | WARNING | Config change detected for octavia_worker_init_dirs, new hash: f4d8f0e6cfa8195e50732ef134d7f11f 2025-10-03 10:41:42.625917 | | WARNING | Config change detected for aodh_db_sync, new hash: b3100a495ecc51917e991a086e7bac51 2025-10-03 10:41:42.626416 | | WARNING | Config change detected for cinder_api_db_sync, new hash: 6fa116d5eb77d2048e60226dcdc3b1c1 2025-10-03 10:41:42.626919 | | WARNING | Config change detected for glance_api_db_sync, new hash: d2457cde655ae1149cb026892910e285-74b81f36fc8dcb019acf6ac2bfa8e1f1 2025-10-03 10:41:42.627411 | | WARNING | Config change detected for heat_engine_db_sync, new hash: e9caa306b4bf3b6355d7001d5f56033d 2025-10-03 10:41:42.627983 | | WARNING | Config change detected for horizon, new hash: 972d2460ad1400b1bcbf164c557ad744 2025-10-03 10:41:42.628497 | | WARNING | Config change detected for iscsid, new hash: 74b81f36fc8dcb019acf6ac2bfa8e1f1 2025-10-03 10:41:42.628984 | | WARNING | Config change detected for keystone, new hash: 9fba8995cbed3603514b02513f1747fe 2025-10-03 10:41:42.629499 | | WARNING | Config change detected for keystone_cron, new hash: 9fba8995cbed3603514b02513f1747fe 2025-10-03 10:41:42.629987 | | WARNING | Config change detected for keystone_db_sync, new hash: 9fba8995cbed3603514b02513f1747fe 2025-10-03 10:41:42.630487 | | WARNING | Config change detected for manila_api_db_sync, new hash: b78aa3722e3fa8f5792b29eafa41d67f 2025-10-03 10:41:42.630979 | | WARNING | Config change detected for neutron_db_sync, new hash: 9c4d334fb77ae2a3c7e31232461c1970 2025-10-03 10:41:42.631487 | | WARNING | Config change detected for nova_api_db_sync, new hash: a3fd50944554b313925463142b90bb0b 2025-10-03 10:41:42.631969 | | WARNING | Config change detected for nova_api_ensure_default_cells, new hash: a3fd50944554b313925463142b90bb0b 2025-10-03 10:41:42.632495 | | WARNING | Config change detected for nova_db_sync, new hash: a3fd50944554b313925463142b90bb0b 2025-10-03 10:41:42.632983 | | WARNING | Config change detected for nova_virtlogd_wrapper, new hash: ab5dd563df14c862c4d5beb6a3ebc25a 2025-10-03 10:41:42.633499 | | WARNING | Config change detected for nova_virtnodedevd, new hash: ab5dd563df14c862c4d5beb6a3ebc25a 2025-10-03 10:41:42.634005 | | WARNING | Config change detected for nova_virtproxyd, new hash: ab5dd563df14c862c4d5beb6a3ebc25a 2025-10-03 10:41:42.634538 | | WARNING | Config change detected for nova_virtqemud, new hash: ab5dd563df14c862c4d5beb6a3ebc25a 2025-10-03 10:41:42.635036 | | WARNING | Config change detected for nova_virtsecretd, new hash: ab5dd563df14c862c4d5beb6a3ebc25a 2025-10-03 10:41:42.635557 | | WARNING | Config change detected for nova_virtstoraged, new hash: ab5dd563df14c862c4d5beb6a3ebc25a 2025-10-03 10:41:42.636031 | | WARNING | Config change detected for octavia_db_sync, new hash: f4d8f0e6cfa8195e50732ef134d7f11f 2025-10-03 10:41:42.636552 | | WARNING | Config change detected for placement_api_db_sync, new hash: ffbeed7e36ccd2d771b714ff8430151c 2025-10-03 10:41:42.637041 | | WARNING | Config change detected for swift_copy_rings, new hash: b80c2a3498ac113a041b26b16b5196c9-fe1f7fe52e6f49475607c9f7c27722dc 2025-10-03 10:41:42.637580 | | WARNING | Config change detected for aodh_api, new hash: b3100a495ecc51917e991a086e7bac51 2025-10-03 10:41:42.638076 | | WARNING | Config change detected for aodh_api_cron, new hash: b3100a495ecc51917e991a086e7bac51 2025-10-03 10:41:42.638649 | | WARNING | Config change detected for aodh_evaluator, new hash: b3100a495ecc51917e991a086e7bac51 2025-10-03 10:41:42.639129 | | WARNING | Config change detected for aodh_listener, new hash: b3100a495ecc51917e991a086e7bac51 2025-10-03 10:41:42.639641 | | WARNING | Config change detected for aodh_notifier, new hash: b3100a495ecc51917e991a086e7bac51 2025-10-03 10:41:42.640118 | | WARNING | Config change detected for ceilometer_agent_central, new hash: 04c207f66db805c65286f65edb6b0b0f 2025-10-03 10:41:42.640646 | | WARNING | Config change detected for ceilometer_agent_compute, new hash: 04c207f66db805c65286f65edb6b0b0f 2025-10-03 10:41:42.641131 | | WARNING | Config change detected for ceilometer_agent_notification, new hash: 04c207f66db805c65286f65edb6b0b0f 2025-10-03 10:41:42.641677 | | WARNING | Config change detected for cinder_api, new hash: 6fa116d5eb77d2048e60226dcdc3b1c1 2025-10-03 10:41:42.642224 | | WARNING | Config change detected for cinder_api_cron, new hash: 6fa116d5eb77d2048e60226dcdc3b1c1 2025-10-03 10:41:42.642744 | | WARNING | Config change detected for cinder_scheduler, new hash: 6fa116d5eb77d2048e60226dcdc3b1c1 2025-10-03 10:41:42.643218 | | WARNING | Config change detected for glance_api, new hash: d2457cde655ae1149cb026892910e285-74b81f36fc8dcb019acf6ac2bfa8e1f1 2025-10-03 10:41:42.643727 | | WARNING | Config change detected for glance_api_cron, new hash: d2457cde655ae1149cb026892910e285 2025-10-03 10:41:42.644193 | | WARNING | Config change detected for glance_api_internal, new hash: e688575955252af549ae9213c46632a0-74b81f36fc8dcb019acf6ac2bfa8e1f1 2025-10-03 10:41:42.644711 | | WARNING | Config change detected for glance_api_internal_tls_proxy, new hash: e688575955252af549ae9213c46632a0 2025-10-03 10:41:42.645187 | | WARNING | Config change detected for glance_api_tls_proxy, new hash: d2457cde655ae1149cb026892910e285 2025-10-03 10:41:42.645739 | | WARNING | Config change detected for heat_api, new hash: fa592099131e3f5be4fb6a44fa227070 2025-10-03 10:41:42.646241 | | WARNING | Config change detected for heat_api_cfn, new hash: 216151f9571c40ef96c12e6864978998 2025-10-03 10:41:42.646778 | | WARNING | Config change detected for heat_api_cron, new hash: fa592099131e3f5be4fb6a44fa227070 2025-10-03 10:41:42.647270 | | WARNING | Config change detected for heat_engine, new hash: e9caa306b4bf3b6355d7001d5f56033d 2025-10-03 10:41:42.647775 | | WARNING | Config change detected for logrotate_crond, new hash: 53ed83bb0cae779ff95edb2002262c6f 2025-10-03 10:41:42.648241 | | WARNING | Config change detected for manila_api, new hash: b78aa3722e3fa8f5792b29eafa41d67f 2025-10-03 10:41:42.648766 | | WARNING | Config change detected for manila_api_cron, new hash: b78aa3722e3fa8f5792b29eafa41d67f 2025-10-03 10:41:42.649243 | | WARNING | Config change detected for manila_scheduler, new hash: b78aa3722e3fa8f5792b29eafa41d67f 2025-10-03 10:41:42.649814 | | WARNING | Config change detected for neutron_api, new hash: 9c4d334fb77ae2a3c7e31232461c1970 2025-10-03 10:41:42.650385 | | WARNING | Config change detected for neutron_dhcp, new hash: 9c4d334fb77ae2a3c7e31232461c1970 2025-10-03 10:41:42.650921 | | WARNING | Config change detected for neutron_server_tls_proxy, new hash: 9c4d334fb77ae2a3c7e31232461c1970 2025-10-03 10:41:42.651463 | | WARNING | Config change detected for neutron_sriov_agent, new hash: 9c4d334fb77ae2a3c7e31232461c1970 2025-10-03 10:41:42.651983 | | WARNING | Config change detected for nova_api, new hash: a3fd50944554b313925463142b90bb0b 2025-10-03 10:41:42.652536 | | WARNING | Config change detected for nova_api_cron, new hash: a3fd50944554b313925463142b90bb0b 2025-10-03 10:41:42.653060 | | WARNING | Config change detected for nova_conductor, new hash: a3fd50944554b313925463142b90bb0b 2025-10-03 10:41:42.653616 | | WARNING | Config change detected for nova_metadata, new hash: 6a06747673c66a10768ba440d6a0abc0 2025-10-03 10:41:42.654145 | | WARNING | Config change detected for nova_migration_target, new hash: ab5dd563df14c862c4d5beb6a3ebc25a 2025-10-03 10:41:42.654662 | | WARNING | Config change detected for nova_scheduler, new hash: a3fd50944554b313925463142b90bb0b 2025-10-03 10:41:42.655147 | | WARNING | Config change detected for nova_vnc_proxy, new hash: a3fd50944554b313925463142b90bb0b 2025-10-03 10:41:42.655658 | | WARNING | Config change detected for nova_wait_for_api_service, new hash: a3fd50944554b313925463142b90bb0b 2025-10-03 10:41:42.656141 | | WARNING | Config change detected for octavia_api, new hash: f4d8f0e6cfa8195e50732ef134d7f11f 2025-10-03 10:41:42.656670 | | WARNING | Config change detected for octavia_driver_agent, new hash: f4d8f0e6cfa8195e50732ef134d7f11f 2025-10-03 10:41:42.657148 | | WARNING | Config change detected for ovn_metadata_agent, new hash: 9c4d334fb77ae2a3c7e31232461c1970 2025-10-03 10:41:42.657693 | | WARNING | Config change detected for placement_api, new hash: ffbeed7e36ccd2d771b714ff8430151c 2025-10-03 10:41:42.658189 | | WARNING | Config change detected for placement_wait_for_service, new hash: ffbeed7e36ccd2d771b714ff8430151c 2025-10-03 10:41:42.658744 | | WARNING | Config change detected for swift_account_reaper, new hash: b80c2a3498ac113a041b26b16b5196c9 2025-10-03 10:41:42.659245 | | WARNING | Config change detected for swift_account_server, new hash: b80c2a3498ac113a041b26b16b5196c9 2025-10-03 10:41:42.659761 | | WARNING | Config change detected for swift_container_server, new hash: b80c2a3498ac113a041b26b16b5196c9 2025-10-03 10:41:42.660241 | | WARNING | Config change detected for swift_container_updater, new hash: b80c2a3498ac113a041b26b16b5196c9 2025-10-03 10:41:42.660766 | | WARNING | Config change detected for swift_object_expirer, new hash: b80c2a3498ac113a041b26b16b5196c9 2025-10-03 10:41:42.661239 | | WARNING | Config change detected for swift_object_server, new hash: b80c2a3498ac113a041b26b16b5196c9 2025-10-03 10:41:42.661810 | | WARNING | Config change detected for swift_object_updater, new hash: b80c2a3498ac113a041b26b16b5196c9 2025-10-03 10:41:42.662285 | | WARNING | Config change detected for swift_proxy, new hash: b80c2a3498ac113a041b26b16b5196c9 2025-10-03 10:41:42.662791 | | WARNING | Config change detected for swift_proxy_tls_proxy, new hash: b80c2a3498ac113a041b26b16b5196c9 2025-10-03 10:41:42.663253 | | WARNING | Config change detected for ceilometer_gnocchi_upgrade, new hash: 04c207f66db805c65286f65edb6b0b0f 2025-10-03 10:41:42.663770 | | WARNING | Config change detected for gnocchi_api, new hash: 59379201cb66d9b4c03f36247e3964bb 2025-10-03 10:41:42.664237 | | WARNING | Config change detected for gnocchi_db_sync, new hash: 59379201cb66d9b4c03f36247e3964bb 2025-10-03 10:41:42.664753 | | WARNING | Config change detected for gnocchi_metricd, new hash: 59379201cb66d9b4c03f36247e3964bb 2025-10-03 10:41:42.665220 | | WARNING | Config change detected for gnocchi_statsd, new hash: 59379201cb66d9b4c03f36247e3964bb 2025-10-03 10:41:42.665752 | | WARNING | Config change detected for nova_compute, new hash: 74b81f36fc8dcb019acf6ac2bfa8e1f1-ab5dd563df14c862c4d5beb6a3ebc25a 2025-10-03 10:41:42.666221 | | WARNING | Config change detected for nova_wait_for_compute_service, new hash: ab5dd563df14c862c4d5beb6a3ebc25a 2025-10-03 10:41:42.666727 | | WARNING | Config change detected for octavia_health_manager, new hash: f4d8f0e6cfa8195e50732ef134d7f11f 2025-10-03 10:41:42.667199 | | WARNING | Config change detected for octavia_housekeeping, new hash: f4d8f0e6cfa8195e50732ef134d7f11f 2025-10-03 10:41:42.667712 | | WARNING | Config change detected for octavia_rsyslog, new hash: f4d8f0e6cfa8195e50732ef134d7f11f 2025-10-03 10:41:42.668183 | | WARNING | Config change detected for octavia_worker, new hash: f4d8f0e6cfa8195e50732ef134d7f11f 2025-10-03 10:41:42.668715 | fa163ebf-0e86-c0b9-b49b-000000002f03 | CHANGED | Update config hashes for container startup configs | standalone 2025-10-03 10:41:42.669574 | fa163ebf-0e86-c0b9-b49b-000000002f03 | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:15:25.483420 | 0.35s 2025-10-03 10:41:42.694024 | fa163ebf-0e86-c0b9-b49b-000000002ea2 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_1 2025-10-03 10:41:42.752397 | fa163ebf-0e86-c0b9-b49b-000000002ea2 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:15:25.566243 | 0.06s 2025-10-03 10:41:42.774905 | 50756472-f6c4-422f-9bc5-bc05ab11c466 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-03 10:41:42.806689 | fa163ebf-0e86-c0b9-b49b-000000002f22 | TASK | Gather podman infos 2025-10-03 10:41:43.736988 | fa163ebf-0e86-c0b9-b49b-000000002f22 | OK | Gather podman infos | standalone 2025-10-03 10:41:43.738068 | fa163ebf-0e86-c0b9-b49b-000000002f22 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:15:26.551919 | 0.93s 2025-10-03 10:41:43.802507 | fa163ebf-0e86-c0b9-b49b-000000002f23 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 2025-10-03 10:41:43.864054 | fa163ebf-0e86-c0b9-b49b-000000002f23 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:15:26.677892 | 0.06s 2025-10-03 10:41:43.993264 | fa163ebf-0e86-c0b9-b49b-000000002f6c | TIMING | tripleo_container_rm : include_tasks | standalone | 0:15:26.807106 | 0.07s 2025-10-03 10:41:44.051214 | fa163ebf-0e86-c0b9-b49b-000000002ea3 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_1 2025-10-03 10:41:44.107250 | fa163ebf-0e86-c0b9-b49b-000000002ea3 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:15:26.921093 | 0.05s 2025-10-03 10:41:44.130335 | 0d208c1e-3e99-4900-88a8-3d4d5c046a7f | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-03 10:41:44.165940 | fa163ebf-0e86-c0b9-b49b-000000002f92 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 2025-10-03 10:41:52.348638 | fa163ebf-0e86-c0b9-b49b-000000002f92 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 | standalone 2025-10-03 10:41:52.350687 | fa163ebf-0e86-c0b9-b49b-000000002f92 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:15:35.164523 | 8.18s 2025-10-03 10:41:52.383056 | fa163ebf-0e86-c0b9-b49b-000000002f93 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_1 2025-10-03 10:41:56.658195 | fa163ebf-0e86-c0b9-b49b-000000002f93 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_1 | standalone 2025-10-03 10:41:56.661209 | fa163ebf-0e86-c0b9-b49b-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:39.475055 | 4.28s 2025-10-03 10:41:56.737714 | fa163ebf-0e86-c0b9-b49b-000000002cac | TASK | Clean container_puppet_tasks for standalone step 1 2025-10-03 10:41:56.976267 | fa163ebf-0e86-c0b9-b49b-000000002cac | OK | Clean container_puppet_tasks for standalone step 1 | standalone 2025-10-03 10:41:56.978533 | fa163ebf-0e86-c0b9-b49b-000000002cac | TIMING | Clean container_puppet_tasks for standalone step 1 | standalone | 0:15:39.792379 | 0.24s 2025-10-03 10:41:57.026375 | fa163ebf-0e86-c0b9-b49b-000000002cad | TASK | Calculate container_puppet_tasks for standalone step 1 2025-10-03 10:41:57.081037 | fa163ebf-0e86-c0b9-b49b-000000002cad | TIMING | Calculate container_puppet_tasks for standalone step 1 | standalone | 0:15:39.894881 | 0.05s 2025-10-03 10:41:57.112207 | fa163ebf-0e86-c0b9-b49b-000000002cae | TASK | Include container-puppet tasks for step 1 2025-10-03 10:41:57.158450 | fa163ebf-0e86-c0b9-b49b-000000002cae | TIMING | Include container-puppet tasks for step 1 | standalone | 0:15:39.972264 | 0.04s 2025-10-03 10:41:57.186638 | b97b94e1-8527-4ffc-8145-6c1176ddb22a | INCLUDED | /root/standalone-ansible-cgj5i441/host-container-puppet-tasks.yaml | standalone 2025-10-03 10:41:57.238711 | fa163ebf-0e86-c0b9-b49b-000000002fde | TASK | Write container-puppet-tasks json file for standalone step 1 2025-10-03 10:41:57.729003 | fa163ebf-0e86-c0b9-b49b-000000002fde | CHANGED | Write container-puppet-tasks json file for standalone step 1 | standalone 2025-10-03 10:41:57.730650 | fa163ebf-0e86-c0b9-b49b-000000002fde | TIMING | Write container-puppet-tasks json file for standalone step 1 | standalone | 0:15:40.544495 | 0.49s 2025-10-03 10:41:57.761165 | fa163ebf-0e86-c0b9-b49b-000000002fe0 | TASK | Generate container puppet configs for step 1 2025-10-03 10:41:58.047388 | fa163ebf-0e86-c0b9-b49b-000000002fe0 | OK | Generate container puppet configs for step 1 | standalone 2025-10-03 10:41:58.048817 | fa163ebf-0e86-c0b9-b49b-000000002fe0 | TIMING | Generate container puppet configs for step 1 | standalone | 0:15:40.862663 | 0.29s 2025-10-03 10:41:58.079987 | fa163ebf-0e86-c0b9-b49b-000000002fe1 | TASK | Manage Puppet containers (bootstrap tasks) for step 1 with tripleo-ansible 2025-10-03 10:41:58.110162 | fa163ebf-0e86-c0b9-b49b-000000002fe1 | TIMING | Manage Puppet containers (bootstrap tasks) for step 1 with tripleo-ansible | standalone | 0:15:40.924003 | 0.03s 2025-10-03 10:41:58.173920 | fa163ebf-0e86-c0b9-b49b-000000002dcc | TASK | Gather variables for each operating system 2025-10-03 10:41:58.290502 | fa163ebf-0e86-c0b9-b49b-000000002dcc | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:15:41.104338 | 0.11s 2025-10-03 10:41:58.321856 | fa163ebf-0e86-c0b9-b49b-000000002dcd | TASK | Create container logs path 2025-10-03 10:41:58.565518 | fa163ebf-0e86-c0b9-b49b-000000002dcd | OK | Create container logs path | standalone 2025-10-03 10:41:58.567664 | fa163ebf-0e86-c0b9-b49b-000000002dcd | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:15:41.381508 | 0.24s 2025-10-03 10:41:58.599899 | fa163ebf-0e86-c0b9-b49b-000000002dcf | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-03 10:41:58.815165 | fa163ebf-0e86-c0b9-b49b-000000002dcf | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-10-03 10:41:58.816657 | fa163ebf-0e86-c0b9-b49b-000000002dcf | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:15:41.630494 | 0.22s 2025-10-03 10:41:58.845699 | fa163ebf-0e86-c0b9-b49b-000000002dd0 | TASK | Finalise hashes for all containers 2025-10-03 10:41:58.887629 | fa163ebf-0e86-c0b9-b49b-000000002dd0 | OK | Finalise hashes for all containers | standalone 2025-10-03 10:41:58.888829 | fa163ebf-0e86-c0b9-b49b-000000002dd0 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:15:41.702669 | 0.04s 2025-10-03 10:41:58.919938 | fa163ebf-0e86-c0b9-b49b-000000002dd2 | TASK | Manage systemd shutdown files 2025-10-03 10:41:58.957070 | fa163ebf-0e86-c0b9-b49b-000000002dd2 | SKIPPED | Manage systemd shutdown files | standalone 2025-10-03 10:41:58.958269 | fa163ebf-0e86-c0b9-b49b-000000002dd2 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:15:41.772114 | 0.04s 2025-10-03 10:41:58.987459 | fa163ebf-0e86-c0b9-b49b-000000002dd4 | TASK | Update container configs with new config hashes 2025-10-03 10:41:59.037877 | fa163ebf-0e86-c0b9-b49b-000000002dd4 | SKIPPED | Update container configs with new config hashes | standalone 2025-10-03 10:41:59.039002 | fa163ebf-0e86-c0b9-b49b-000000002dd4 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:15:41.852850 | 0.05s 2025-10-03 10:41:59.070700 | fa163ebf-0e86-c0b9-b49b-000000002dd5 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-03 10:41:59.121841 | fa163ebf-0e86-c0b9-b49b-000000002dd5 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-10-03 10:41:59.122949 | fa163ebf-0e86-c0b9-b49b-000000002dd5 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:15:41.936796 | 0.05s 2025-10-03 10:41:59.155372 | fa163ebf-0e86-c0b9-b49b-000000002dd6 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-03 10:41:59.199918 | fa163ebf-0e86-c0b9-b49b-000000002dd6 | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-10-03 10:41:59.201071 | fa163ebf-0e86-c0b9-b49b-000000002dd6 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:15:42.014918 | 0.04s PLAY [External deployment step 2] ********************************************** 2025-10-03 10:41:59.378740 | fa163ebf-0e86-c0b9-b49b-0000000000c6 | TASK | External deployment step 2 2025-10-03 10:41:59.409975 | fa163ebf-0e86-c0b9-b49b-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', 'fa163ebf-0e86-c0b9-b49b-0000000000c6') missing from stats 2025-10-03 10:41:59.469608 | fa163ebf-0e86-c0b9-b49b-0000000000c7 | TIMING | include_tasks | undercloud | 0:15:42.283447 | 0.04s 2025-10-03 10:41:59.476085 | f11ac4cd-f8a9-4675-9dab-6cc57df03f59 | INCLUDED | /root/standalone-ansible-cgj5i441/external_deploy_steps_tasks_step2.yaml | undercloud PLAY [Deploy step tasks for 2] ************************************************* 2025-10-03 10:41:59.608042 | fa163ebf-0e86-c0b9-b49b-0000000000ca | TASK | Deploy step tasks for 2 2025-10-03 10:41:59.637722 | fa163ebf-0e86-c0b9-b49b-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', 'fa163ebf-0e86-c0b9-b49b-0000000000ca') missing from stats 2025-10-03 10:41:59.656476 | fa163ebf-0e86-c0b9-b49b-0000000000cb | TASK | Write the config_step hieradata for the deploy step 2 tasks 2025-10-03 10:42:00.170583 | fa163ebf-0e86-c0b9-b49b-0000000000cb | CHANGED | Write the config_step hieradata for the deploy step 2 tasks | standalone 2025-10-03 10:42:00.171835 | fa163ebf-0e86-c0b9-b49b-0000000000cb | TIMING | Write the config_step hieradata for the deploy step 2 tasks | standalone | 0:15:42.985684 | 0.51s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-10-03 10:42:00.233784 | fa163ebf-0e86-c0b9-b49b-0000000000cc | TIMING | include_tasks | standalone | 0:15:43.047625 | 0.04s 2025-10-03 10:42:00.313574 | 3a9ac2c0-1da2-4753-9d80-93972aa38a83 | INCLUDED | /root/standalone-ansible-cgj5i441/Standalone/deploy_steps_tasks_step2.yaml | standalone 2025-10-03 10:42:00.349369 | fa163ebf-0e86-c0b9-b49b-00000000306f | TASK | Push script 2025-10-03 10:42:00.871216 | fa163ebf-0e86-c0b9-b49b-00000000306f | CHANGED | Push script | standalone 2025-10-03 10:42:00.872778 | fa163ebf-0e86-c0b9-b49b-00000000306f | TIMING | Push script | standalone | 0:15:43.686622 | 0.52s 2025-10-03 10:42:00.902347 | fa163ebf-0e86-c0b9-b49b-000000003070 | TASK | Insert cronjob in root crontab 2025-10-03 10:42:01.350050 | fa163ebf-0e86-c0b9-b49b-000000003070 | CHANGED | Insert cronjob in root crontab | standalone 2025-10-03 10:42:01.351625 | fa163ebf-0e86-c0b9-b49b-000000003070 | TIMING | Insert cronjob in root crontab | standalone | 0:15:44.165473 | 0.45s 2025-10-03 10:42:01.380754 | fa163ebf-0e86-c0b9-b49b-000000003077 | TASK | Gather variables for each operating system 2025-10-03 10:42:01.506116 | fa163ebf-0e86-c0b9-b49b-000000003077 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:15:44.319959 | 0.12s 2025-10-03 10:42:01.535391 | fa163ebf-0e86-c0b9-b49b-000000003078 | TASK | Detect if resource is being created or already exists 2025-10-03 10:42:02.341341 | fa163ebf-0e86-c0b9-b49b-000000003078 | CHANGED | Detect if resource is being created or already exists | standalone 2025-10-03 10:42:02.342804 | fa163ebf-0e86-c0b9-b49b-000000003078 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:15:45.156649 | 0.81s 2025-10-03 10:42:02.374147 | fa163ebf-0e86-c0b9-b49b-000000003079 | TASK | Run init bundle puppet on the host for haproxy 2025-10-03 10:43:50.274225 | fa163ebf-0e86-c0b9-b49b-000000003079 | CHANGED | Run init bundle puppet on the host for haproxy | standalone 2025-10-03 10:43:50.277841 | fa163ebf-0e86-c0b9-b49b-000000003079 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for haproxy | standalone | 0:17:33.091683 | 107.90s 2025-10-03 10:43:50.311841 | fa163ebf-0e86-c0b9-b49b-00000000307a | TASK | Check if /var/lib/config-data/puppet-generated/haproxy exists 2025-10-03 10:43:50.609742 | fa163ebf-0e86-c0b9-b49b-00000000307a | OK | Check if /var/lib/config-data/puppet-generated/haproxy exists | standalone 2025-10-03 10:43:50.612688 | fa163ebf-0e86-c0b9-b49b-00000000307a | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/haproxy exists | standalone | 0:17:33.426533 | 0.30s 2025-10-03 10:43:50.644581 | fa163ebf-0e86-c0b9-b49b-00000000307b | TASK | Run pacemaker restart if the config file for the service changed 2025-10-03 10:43:51.290718 | fa163ebf-0e86-c0b9-b49b-00000000307b | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-10-03 10:43:51.293604 | fa163ebf-0e86-c0b9-b49b-00000000307b | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:17:34.107439 | 0.65s 2025-10-03 10:43:51.326614 | fa163ebf-0e86-c0b9-b49b-00000000307c | TASK | Check if an image update marker exists for bundle haproxy-bundle 2025-10-03 10:43:51.592792 | fa163ebf-0e86-c0b9-b49b-00000000307c | OK | Check if an image update marker exists for bundle haproxy-bundle | standalone 2025-10-03 10:43:51.594094 | fa163ebf-0e86-c0b9-b49b-00000000307c | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle haproxy-bundle | standalone | 0:17:34.407940 | 0.27s 2025-10-03 10:43:51.626294 | fa163ebf-0e86-c0b9-b49b-00000000307e | TASK | Get container image tag from marker for bundle haproxy-bundle 2025-10-03 10:43:51.684299 | fa163ebf-0e86-c0b9-b49b-00000000307e | SKIPPED | Get container image tag from marker for bundle haproxy-bundle | standalone 2025-10-03 10:43:51.686165 | fa163ebf-0e86-c0b9-b49b-00000000307e | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle haproxy-bundle | standalone | 0:17:34.500004 | 0.06s 2025-10-03 10:43:51.723695 | fa163ebf-0e86-c0b9-b49b-00000000307f | TASK | Get container image tag from bundle haproxy-bundle 2025-10-03 10:43:51.782511 | fa163ebf-0e86-c0b9-b49b-00000000307f | SKIPPED | Get container image tag from bundle haproxy-bundle | standalone 2025-10-03 10:43:51.784224 | fa163ebf-0e86-c0b9-b49b-00000000307f | TIMING | tripleo_ha_wrapper : Get container image tag from bundle haproxy-bundle | standalone | 0:17:34.598067 | 0.06s 2025-10-03 10:43:51.818994 | fa163ebf-0e86-c0b9-b49b-000000003080 | TASK | Compare tags between marker and bundle haproxy-bundle 2025-10-03 10:43:51.883672 | fa163ebf-0e86-c0b9-b49b-000000003080 | SKIPPED | Compare tags between marker and bundle haproxy-bundle | standalone 2025-10-03 10:43:51.885316 | fa163ebf-0e86-c0b9-b49b-000000003080 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle haproxy-bundle | standalone | 0:17:34.699158 | 0.06s 2025-10-03 10:43:51.920724 | fa163ebf-0e86-c0b9-b49b-000000003081 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-10-03 10:43:51.979814 | fa163ebf-0e86-c0b9-b49b-000000003081 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-10-03 10:43:51.981514 | fa163ebf-0e86-c0b9-b49b-000000003081 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:17:34.795356 | 0.06s 2025-10-03 10:43:52.018682 | fa163ebf-0e86-c0b9-b49b-000000003082 | TASK | Remove update marker for bundle haproxy-bundle 2025-10-03 10:43:52.065227 | fa163ebf-0e86-c0b9-b49b-000000003082 | SKIPPED | Remove update marker for bundle haproxy-bundle | standalone 2025-10-03 10:43:52.066393 | fa163ebf-0e86-c0b9-b49b-000000003082 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle haproxy-bundle | standalone | 0:17:34.880238 | 0.05s 2025-10-03 10:43:52.112693 | fa163ebf-0e86-c0b9-b49b-0000000030a3 | TASK | Gather variables for each operating system 2025-10-03 10:43:52.237927 | fa163ebf-0e86-c0b9-b49b-0000000030a3 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:17:35.051757 | 0.12s 2025-10-03 10:43:52.263470 | fa163ebf-0e86-c0b9-b49b-0000000030a4 | TASK | Detect if resource is being created or already exists 2025-10-03 10:43:52.964963 | fa163ebf-0e86-c0b9-b49b-0000000030a4 | CHANGED | Detect if resource is being created or already exists | standalone 2025-10-03 10:43:52.967044 | fa163ebf-0e86-c0b9-b49b-0000000030a4 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:17:35.780881 | 0.70s 2025-10-03 10:43:53.001791 | fa163ebf-0e86-c0b9-b49b-0000000030a5 | TASK | Run init bundle puppet on the host for mysql 2025-10-03 10:44:21.815445 | fa163ebf-0e86-c0b9-b49b-0000000030a5 | CHANGED | Run init bundle puppet on the host for mysql | standalone 2025-10-03 10:44:21.816910 | fa163ebf-0e86-c0b9-b49b-0000000030a5 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for mysql | standalone | 0:18:04.630760 | 28.81s 2025-10-03 10:44:21.851040 | fa163ebf-0e86-c0b9-b49b-0000000030a6 | TASK | Check if /var/lib/config-data/puppet-generated/mysql exists 2025-10-03 10:44:22.126785 | fa163ebf-0e86-c0b9-b49b-0000000030a6 | OK | Check if /var/lib/config-data/puppet-generated/mysql exists | standalone 2025-10-03 10:44:22.128225 | fa163ebf-0e86-c0b9-b49b-0000000030a6 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/mysql exists | standalone | 0:18:04.942070 | 0.28s 2025-10-03 10:44:22.159148 | fa163ebf-0e86-c0b9-b49b-0000000030a7 | TASK | Run pacemaker restart if the config file for the service changed 2025-10-03 10:44:22.635151 | fa163ebf-0e86-c0b9-b49b-0000000030a7 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-10-03 10:44:22.636188 | fa163ebf-0e86-c0b9-b49b-0000000030a7 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:18:05.450044 | 0.48s 2025-10-03 10:44:22.656311 | fa163ebf-0e86-c0b9-b49b-0000000030a8 | TASK | Check if an image update marker exists for bundle galera-bundle 2025-10-03 10:44:22.896180 | fa163ebf-0e86-c0b9-b49b-0000000030a8 | OK | Check if an image update marker exists for bundle galera-bundle | standalone 2025-10-03 10:44:22.898255 | fa163ebf-0e86-c0b9-b49b-0000000030a8 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle galera-bundle | standalone | 0:18:05.712099 | 0.24s 2025-10-03 10:44:22.929974 | fa163ebf-0e86-c0b9-b49b-0000000030aa | TASK | Get container image tag from marker for bundle galera-bundle 2025-10-03 10:44:22.975533 | fa163ebf-0e86-c0b9-b49b-0000000030aa | SKIPPED | Get container image tag from marker for bundle galera-bundle | standalone 2025-10-03 10:44:22.976566 | fa163ebf-0e86-c0b9-b49b-0000000030aa | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle galera-bundle | standalone | 0:18:05.790417 | 0.04s 2025-10-03 10:44:23.000811 | fa163ebf-0e86-c0b9-b49b-0000000030ab | TASK | Get container image tag from bundle galera-bundle 2025-10-03 10:44:23.059939 | fa163ebf-0e86-c0b9-b49b-0000000030ab | SKIPPED | Get container image tag from bundle galera-bundle | standalone 2025-10-03 10:44:23.060888 | fa163ebf-0e86-c0b9-b49b-0000000030ab | TIMING | tripleo_ha_wrapper : Get container image tag from bundle galera-bundle | standalone | 0:18:05.874741 | 0.06s 2025-10-03 10:44:23.085126 | fa163ebf-0e86-c0b9-b49b-0000000030ac | TASK | Compare tags between marker and bundle galera-bundle 2025-10-03 10:44:23.136750 | fa163ebf-0e86-c0b9-b49b-0000000030ac | SKIPPED | Compare tags between marker and bundle galera-bundle | standalone 2025-10-03 10:44:23.137890 | fa163ebf-0e86-c0b9-b49b-0000000030ac | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle galera-bundle | standalone | 0:18:05.951738 | 0.05s 2025-10-03 10:44:23.168404 | fa163ebf-0e86-c0b9-b49b-0000000030ad | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-10-03 10:44:23.208814 | fa163ebf-0e86-c0b9-b49b-0000000030ad | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-10-03 10:44:23.209765 | fa163ebf-0e86-c0b9-b49b-0000000030ad | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:18:06.023617 | 0.04s 2025-10-03 10:44:23.233957 | fa163ebf-0e86-c0b9-b49b-0000000030ae | TASK | Remove update marker for bundle galera-bundle 2025-10-03 10:44:23.288061 | fa163ebf-0e86-c0b9-b49b-0000000030ae | SKIPPED | Remove update marker for bundle galera-bundle | standalone 2025-10-03 10:44:23.289085 | fa163ebf-0e86-c0b9-b49b-0000000030ae | TIMING | tripleo_ha_wrapper : Remove update marker for bundle galera-bundle | standalone | 0:18:06.102936 | 0.05s 2025-10-03 10:44:23.332307 | fa163ebf-0e86-c0b9-b49b-0000000030cf | TASK | Gather variables for each operating system 2025-10-03 10:44:23.509496 | fa163ebf-0e86-c0b9-b49b-0000000030cf | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:18:06.323330 | 0.18s 2025-10-03 10:44:23.540406 | fa163ebf-0e86-c0b9-b49b-0000000030d0 | TASK | Detect if resource is being created or already exists 2025-10-03 10:44:24.295151 | fa163ebf-0e86-c0b9-b49b-0000000030d0 | CHANGED | Detect if resource is being created or already exists | standalone 2025-10-03 10:44:24.296578 | fa163ebf-0e86-c0b9-b49b-0000000030d0 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:18:07.110422 | 0.75s 2025-10-03 10:44:24.329643 | fa163ebf-0e86-c0b9-b49b-0000000030d1 | TASK | Run init bundle puppet on the host for oslo_messaging_rpc 2025-10-03 10:44:51.677166 | fa163ebf-0e86-c0b9-b49b-0000000030d1 | CHANGED | Run init bundle puppet on the host for oslo_messaging_rpc | standalone 2025-10-03 10:44:51.680229 | fa163ebf-0e86-c0b9-b49b-0000000030d1 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for oslo_messaging_rpc | standalone | 0:18:34.493889 | 27.35s 2025-10-03 10:44:51.726646 | fa163ebf-0e86-c0b9-b49b-0000000030d2 | TASK | Check if /var/lib/config-data/puppet-generated/rabbitmq exists 2025-10-03 10:44:51.961477 | fa163ebf-0e86-c0b9-b49b-0000000030d2 | OK | Check if /var/lib/config-data/puppet-generated/rabbitmq exists | standalone 2025-10-03 10:44:51.962847 | fa163ebf-0e86-c0b9-b49b-0000000030d2 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/rabbitmq exists | standalone | 0:18:34.776694 | 0.23s 2025-10-03 10:44:51.992535 | fa163ebf-0e86-c0b9-b49b-0000000030d3 | TASK | Run pacemaker restart if the config file for the service changed 2025-10-03 10:44:52.448739 | fa163ebf-0e86-c0b9-b49b-0000000030d3 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-10-03 10:44:52.449642 | fa163ebf-0e86-c0b9-b49b-0000000030d3 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:18:35.263496 | 0.46s 2025-10-03 10:44:52.470392 | fa163ebf-0e86-c0b9-b49b-0000000030d4 | TASK | Check if an image update marker exists for bundle rabbitmq-bundle 2025-10-03 10:44:52.712085 | fa163ebf-0e86-c0b9-b49b-0000000030d4 | OK | Check if an image update marker exists for bundle rabbitmq-bundle | standalone 2025-10-03 10:44:52.713967 | fa163ebf-0e86-c0b9-b49b-0000000030d4 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle rabbitmq-bundle | standalone | 0:18:35.527812 | 0.24s 2025-10-03 10:44:52.746226 | fa163ebf-0e86-c0b9-b49b-0000000030d6 | TASK | Get container image tag from marker for bundle rabbitmq-bundle 2025-10-03 10:44:52.809013 | fa163ebf-0e86-c0b9-b49b-0000000030d6 | SKIPPED | Get container image tag from marker for bundle rabbitmq-bundle | standalone 2025-10-03 10:44:52.810293 | fa163ebf-0e86-c0b9-b49b-0000000030d6 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle rabbitmq-bundle | standalone | 0:18:35.624135 | 0.06s 2025-10-03 10:44:52.846338 | fa163ebf-0e86-c0b9-b49b-0000000030d7 | TASK | Get container image tag from bundle rabbitmq-bundle 2025-10-03 10:44:52.907398 | fa163ebf-0e86-c0b9-b49b-0000000030d7 | SKIPPED | Get container image tag from bundle rabbitmq-bundle | standalone 2025-10-03 10:44:52.909067 | fa163ebf-0e86-c0b9-b49b-0000000030d7 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle rabbitmq-bundle | standalone | 0:18:35.722908 | 0.06s 2025-10-03 10:44:52.940941 | fa163ebf-0e86-c0b9-b49b-0000000030d8 | TASK | Compare tags between marker and bundle rabbitmq-bundle 2025-10-03 10:44:52.983118 | fa163ebf-0e86-c0b9-b49b-0000000030d8 | SKIPPED | Compare tags between marker and bundle rabbitmq-bundle | standalone 2025-10-03 10:44:52.984345 | fa163ebf-0e86-c0b9-b49b-0000000030d8 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle rabbitmq-bundle | standalone | 0:18:35.798192 | 0.04s 2025-10-03 10:44:53.021764 | fa163ebf-0e86-c0b9-b49b-0000000030d9 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-10-03 10:44:53.074814 | fa163ebf-0e86-c0b9-b49b-0000000030d9 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-10-03 10:44:53.076686 | fa163ebf-0e86-c0b9-b49b-0000000030d9 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:18:35.890524 | 0.05s 2025-10-03 10:44:53.115236 | fa163ebf-0e86-c0b9-b49b-0000000030da | TASK | Remove update marker for bundle rabbitmq-bundle 2025-10-03 10:44:53.177828 | fa163ebf-0e86-c0b9-b49b-0000000030da | SKIPPED | Remove update marker for bundle rabbitmq-bundle | standalone 2025-10-03 10:44:53.179165 | fa163ebf-0e86-c0b9-b49b-0000000030da | TIMING | tripleo_ha_wrapper : Remove update marker for bundle rabbitmq-bundle | standalone | 0:18:35.993016 | 0.06s 2025-10-03 10:44:53.226084 | fa163ebf-0e86-c0b9-b49b-0000000030fb | TASK | Gather variables for each operating system 2025-10-03 10:44:53.351112 | fa163ebf-0e86-c0b9-b49b-0000000030fb | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:18:36.164943 | 0.12s 2025-10-03 10:44:53.379443 | fa163ebf-0e86-c0b9-b49b-0000000030fc | TASK | Detect if resource is being created or already exists 2025-10-03 10:44:54.134134 | fa163ebf-0e86-c0b9-b49b-0000000030fc | CHANGED | Detect if resource is being created or already exists | standalone 2025-10-03 10:44:54.135554 | fa163ebf-0e86-c0b9-b49b-0000000030fc | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:18:36.949400 | 0.75s 2025-10-03 10:44:54.167499 | fa163ebf-0e86-c0b9-b49b-0000000030fd | TASK | Run init bundle puppet on the host for redis 2025-10-03 10:45:21.678539 | fa163ebf-0e86-c0b9-b49b-0000000030fd | CHANGED | Run init bundle puppet on the host for redis | standalone 2025-10-03 10:45:21.679676 | fa163ebf-0e86-c0b9-b49b-0000000030fd | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for redis | standalone | 0:19:04.493530 | 27.51s 2025-10-03 10:45:21.700520 | fa163ebf-0e86-c0b9-b49b-0000000030fe | TASK | Check if /var/lib/config-data/puppet-generated/redis exists 2025-10-03 10:45:21.995869 | fa163ebf-0e86-c0b9-b49b-0000000030fe | OK | Check if /var/lib/config-data/puppet-generated/redis exists | standalone 2025-10-03 10:45:21.997240 | fa163ebf-0e86-c0b9-b49b-0000000030fe | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/redis exists | standalone | 0:19:04.811085 | 0.30s 2025-10-03 10:45:22.028277 | fa163ebf-0e86-c0b9-b49b-0000000030ff | TASK | Run pacemaker restart if the config file for the service changed 2025-10-03 10:45:22.477816 | fa163ebf-0e86-c0b9-b49b-0000000030ff | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-10-03 10:45:22.478805 | fa163ebf-0e86-c0b9-b49b-0000000030ff | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:19:05.292660 | 0.45s 2025-10-03 10:45:22.500263 | fa163ebf-0e86-c0b9-b49b-000000003100 | TASK | Check if an image update marker exists for bundle redis-bundle 2025-10-03 10:45:22.728498 | fa163ebf-0e86-c0b9-b49b-000000003100 | OK | Check if an image update marker exists for bundle redis-bundle | standalone 2025-10-03 10:45:22.729358 | fa163ebf-0e86-c0b9-b49b-000000003100 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle redis-bundle | standalone | 0:19:05.543213 | 0.23s 2025-10-03 10:45:22.750819 | fa163ebf-0e86-c0b9-b49b-000000003102 | TASK | Get container image tag from marker for bundle redis-bundle 2025-10-03 10:45:22.809766 | fa163ebf-0e86-c0b9-b49b-000000003102 | SKIPPED | Get container image tag from marker for bundle redis-bundle | standalone 2025-10-03 10:45:22.810982 | fa163ebf-0e86-c0b9-b49b-000000003102 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle redis-bundle | standalone | 0:19:05.624829 | 0.06s 2025-10-03 10:45:22.844106 | fa163ebf-0e86-c0b9-b49b-000000003103 | TASK | Get container image tag from bundle redis-bundle 2025-10-03 10:45:22.883160 | fa163ebf-0e86-c0b9-b49b-000000003103 | SKIPPED | Get container image tag from bundle redis-bundle | standalone 2025-10-03 10:45:22.884040 | fa163ebf-0e86-c0b9-b49b-000000003103 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle redis-bundle | standalone | 0:19:05.697892 | 0.04s 2025-10-03 10:45:22.907393 | fa163ebf-0e86-c0b9-b49b-000000003104 | TASK | Compare tags between marker and bundle redis-bundle 2025-10-03 10:45:22.944000 | fa163ebf-0e86-c0b9-b49b-000000003104 | SKIPPED | Compare tags between marker and bundle redis-bundle | standalone 2025-10-03 10:45:22.944944 | fa163ebf-0e86-c0b9-b49b-000000003104 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle redis-bundle | standalone | 0:19:05.758795 | 0.04s 2025-10-03 10:45:22.969919 | fa163ebf-0e86-c0b9-b49b-000000003105 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-10-03 10:45:23.017989 | fa163ebf-0e86-c0b9-b49b-000000003105 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-10-03 10:45:23.018864 | fa163ebf-0e86-c0b9-b49b-000000003105 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:19:05.832717 | 0.05s 2025-10-03 10:45:23.044421 | fa163ebf-0e86-c0b9-b49b-000000003106 | TASK | Remove update marker for bundle redis-bundle 2025-10-03 10:45:23.081376 | fa163ebf-0e86-c0b9-b49b-000000003106 | SKIPPED | Remove update marker for bundle redis-bundle | standalone 2025-10-03 10:45:23.082102 | fa163ebf-0e86-c0b9-b49b-000000003106 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle redis-bundle | standalone | 0:19:05.895958 | 0.04s 2025-10-03 10:45:23.125218 | fa163ebf-0e86-c0b9-b49b-0000000000ce | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_2 already exists 2025-10-03 10:45:23.326483 | fa163ebf-0e86-c0b9-b49b-0000000000ce | OK | Check if /var/lib/tripleo-config/container-startup-config/step_2 already exists | standalone 2025-10-03 10:45:23.327731 | fa163ebf-0e86-c0b9-b49b-0000000000ce | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_2 already exists | standalone | 0:19:06.141582 | 0.20s 2025-10-03 10:45:23.431096 | fa163ebf-0e86-c0b9-b49b-0000000000cf | TIMING | include_tasks | standalone | 0:19:06.244941 | 0.08s 2025-10-03 10:45:23.457686 | afe014b4-138c-42b3-860f-a17e2cf830ec | INCLUDED | /root/standalone-ansible-cgj5i441/common_deploy_steps_tasks.yaml | standalone 2025-10-03 10:45:23.484277 | fa163ebf-0e86-c0b9-b49b-00000000319b | TASK | Write the config_step hieradata 2025-10-03 10:45:23.959277 | fa163ebf-0e86-c0b9-b49b-00000000319b | OK | Write the config_step hieradata | standalone 2025-10-03 10:45:23.961951 | fa163ebf-0e86-c0b9-b49b-00000000319b | TIMING | Write the config_step hieradata | standalone | 0:19:06.775794 | 0.48s 2025-10-03 10:45:23.994571 | fa163ebf-0e86-c0b9-b49b-00000000319c | TASK | Run puppet host configuration for step 2 2025-10-03 10:45:24.302834 | fa163ebf-0e86-c0b9-b49b-00000000319c | CHANGED | Run puppet host configuration for step 2 | standalone 2025-10-03 10:45:24.304060 | fa163ebf-0e86-c0b9-b49b-00000000319c | TIMING | Run puppet host configuration for step 2 | standalone | 0:19:07.117904 | 0.31s 2025-10-03 10:45:24.327133 | fa163ebf-0e86-c0b9-b49b-00000000319d | TASK | Wait for puppet host configuration to finish 2025-10-03 10:45:24.584994 | fa163ebf-0e86-c0b9-b49b-00000000319d | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-10-03 10:45:34.812924 | fa163ebf-0e86-c0b9-b49b-00000000319d | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-10-03 10:45:45.059666 | fa163ebf-0e86-c0b9-b49b-00000000319d | CHANGED | Wait for puppet host configuration to finish | standalone 2025-10-03 10:45:45.061060 | fa163ebf-0e86-c0b9-b49b-00000000319d | TIMING | Wait for puppet host configuration to finish | standalone | 0:19:27.874907 | 20.73s 2025-10-03 10:45:45.091822 | fa163ebf-0e86-c0b9-b49b-00000000319e | TASK | Debug output for task: Run puppet host configuration for step 2 2025-10-03 10:45:45.177280 | fa163ebf-0e86-c0b9-b49b-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 3 10:45:24 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Oct 3 10:45:30 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Oct 3 10:45:30 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Oct 3 10:45:30 puppet-user: (file & line not available)", "<13>Oct 3 10:45:30 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 3 10:45:30 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 3 10:45:31 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Oct 3 10:45:31 puppet-user: Notice: Compiled catalog for standalone.ooo.test in environment production in 0.42 seconds", "<13>Oct 3 10:45:36 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Oct 3 10:45:39 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Oct 3 10:45:40 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Oct 3 10:45:41 puppet-user: Notice: Applied catalog in 10.03 seconds", "<13>Oct 3 10:45:41 puppet-user: Application:", "<13>Oct 3 10:45:41 puppet-user: Initial environment: production", "<13>Oct 3 10:45:41 puppet-user: Converged environment: production", "<13>Oct 3 10:45:41 puppet-user: Run mode: user", "<13>Oct 3 10:45:41 puppet-user: Changes:", "<13>Oct 3 10:45:41 puppet-user: Total: 2", "<13>Oct 3 10:45:41 puppet-user: Events:", "<13>Oct 3 10:45:41 puppet-user: Success: 2", "<13>Oct 3 10:45:41 puppet-user: Resources:", "<13>Oct 3 10:45:41 puppet-user: Changed: 2", "<13>Oct 3 10:45:41 puppet-user: Out of sync: 2", "<13>Oct 3 10:45:41 puppet-user: Total: 28", "<13>Oct 3 10:45:41 puppet-user: Time:", "<13>Oct 3 10:45:41 puppet-user: Filebucket: 0.00", "<13>Oct 3 10:45:41 puppet-user: Schedule: 0.00", "<13>Oct 3 10:45:41 puppet-user: Package: 0.00", "<13>Oct 3 10:45:41 puppet-user: File line: 0.00", "<13>Oct 3 10:45:41 puppet-user: File: 0.00", "<13>Oct 3 10:45:41 puppet-user: Augeas: 0.01", "<13>Oct 3 10:45:41 puppet-user: User: 0.02", "<13>Oct 3 10:45:41 puppet-user: Service: 0.09", "<13>Oct 3 10:45:41 puppet-user: Config retrieval: 0.47", "<13>Oct 3 10:45:41 puppet-user: Pcmk property: 1.46", "<13>Oct 3 10:45:41 puppet-user: Exec: 1.89", "<13>Oct 3 10:45:41 puppet-user: Transaction evaluation: 10.01", "<13>Oct 3 10:45:41 puppet-user: Catalog application: 10.03", "<13>Oct 3 10:45:41 puppet-user: Last run: 1759488341", "<13>Oct 3 10:45:41 puppet-user: Pcmk resource default: 3.15", "<13>Oct 3 10:45:41 puppet-user: Pcmk resource op default: 3.18", "<13>Oct 3 10:45:41 puppet-user: Total: 10.03", "<13>Oct 3 10:45:41 puppet-user: Version:", "<13>Oct 3 10:45:41 puppet-user: Config: 1759488330", "<13>Oct 3 10:45:41 puppet-user: Puppet: 7.10.0" ] } 2025-10-03 10:45:45.178861 | fa163ebf-0e86-c0b9-b49b-00000000319e | TIMING | Debug output for task: Run puppet host configuration for step 2 | standalone | 0:19:27.992706 | 0.09s 2025-10-03 10:45:45.207807 | fa163ebf-0e86-c0b9-b49b-00000000319f | TASK | Pre-cache facts for puppet containers 2025-10-03 10:45:45.238911 | fa163ebf-0e86-c0b9-b49b-00000000319f | TIMING | Pre-cache facts for puppet containers | standalone | 0:19:28.052736 | 0.03s 2025-10-03 10:45:45.323915 | fa163ebf-0e86-c0b9-b49b-0000000031de | TASK | Gather variables for each operating system 2025-10-03 10:45:45.447935 | fa163ebf-0e86-c0b9-b49b-0000000031de | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:19:28.261766 | 0.12s 2025-10-03 10:45:45.475331 | fa163ebf-0e86-c0b9-b49b-0000000031df | TASK | Create puppet caching structures 2025-10-03 10:45:45.755479 | fa163ebf-0e86-c0b9-b49b-0000000031df | CHANGED | Create puppet caching structures | standalone 2025-10-03 10:45:45.757189 | fa163ebf-0e86-c0b9-b49b-0000000031df | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:19:28.571032 | 0.28s 2025-10-03 10:45:45.788561 | fa163ebf-0e86-c0b9-b49b-0000000031e0 | TASK | Check for facter.conf 2025-10-03 10:45:46.031351 | fa163ebf-0e86-c0b9-b49b-0000000031e0 | OK | Check for facter.conf | standalone 2025-10-03 10:45:46.032923 | fa163ebf-0e86-c0b9-b49b-0000000031e0 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:19:28.846768 | 0.24s 2025-10-03 10:45:46.062393 | fa163ebf-0e86-c0b9-b49b-0000000031e1 | TASK | Remove facter.conf if directory 2025-10-03 10:45:46.093551 | fa163ebf-0e86-c0b9-b49b-0000000031e1 | SKIPPED | Remove facter.conf if directory | standalone 2025-10-03 10:45:46.094681 | fa163ebf-0e86-c0b9-b49b-0000000031e1 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:19:28.908528 | 0.03s 2025-10-03 10:45:46.123574 | fa163ebf-0e86-c0b9-b49b-0000000031e2 | TASK | Write facter cache config 2025-10-03 10:45:46.595816 | fa163ebf-0e86-c0b9-b49b-0000000031e2 | CHANGED | Write facter cache config | standalone 2025-10-03 10:45:46.597272 | fa163ebf-0e86-c0b9-b49b-0000000031e2 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:19:29.411118 | 0.47s 2025-10-03 10:45:46.626040 | fa163ebf-0e86-c0b9-b49b-0000000031e3 | TASK | Cleanup facter cache if exists 2025-10-03 10:45:46.861389 | fa163ebf-0e86-c0b9-b49b-0000000031e3 | CHANGED | Cleanup facter cache if exists | standalone 2025-10-03 10:45:46.863180 | fa163ebf-0e86-c0b9-b49b-0000000031e3 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:19:29.677024 | 0.24s 2025-10-03 10:45:46.892839 | fa163ebf-0e86-c0b9-b49b-0000000031e4 | TASK | Pre-cache facts 2025-10-03 10:45:47.458248 | fa163ebf-0e86-c0b9-b49b-0000000031e4 | CHANGED | Pre-cache facts | standalone 2025-10-03 10:45:47.459645 | fa163ebf-0e86-c0b9-b49b-0000000031e4 | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:19:30.273489 | 0.57s 2025-10-03 10:45:47.490284 | fa163ebf-0e86-c0b9-b49b-0000000031e5 | TASK | Failed deployment if facter fails 2025-10-03 10:45:47.524306 | fa163ebf-0e86-c0b9-b49b-0000000031e5 | SKIPPED | Failed deployment if facter fails | standalone 2025-10-03 10:45:47.525527 | fa163ebf-0e86-c0b9-b49b-0000000031e5 | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:19:30.339373 | 0.03s 2025-10-03 10:45:47.571138 | fa163ebf-0e86-c0b9-b49b-0000000031e6 | TASK | Sync cached facts 2025-10-03 10:45:47.906042 | fa163ebf-0e86-c0b9-b49b-0000000031e6 | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163ebf-0e86-c0b9-b49b-0000000031e6') missing from stats 2025-10-03 10:45:47.962759 | fa163ebf-0e86-c0b9-b49b-0000000031a0 | TASK | Include container-puppet tasks (generate config) during step 1 2025-10-03 10:45:48.015835 | fa163ebf-0e86-c0b9-b49b-0000000031a0 | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2025-10-03 10:45:48.017167 | fa163ebf-0e86-c0b9-b49b-0000000031a0 | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:19:30.831010 | 0.05s 2025-10-03 10:45:48.049248 | fa163ebf-0e86-c0b9-b49b-0000000031a2 | TASK | Manage containers for step 2 with tripleo-ansible 2025-10-03 10:45:48.079326 | fa163ebf-0e86-c0b9-b49b-0000000031a2 | TIMING | Manage containers for step 2 with tripleo-ansible | standalone | 0:19:30.893164 | 0.03s 2025-10-03 10:45:48.145923 | fa163ebf-0e86-c0b9-b49b-00000000323d | TASK | Gather variables for each operating system 2025-10-03 10:45:48.268886 | fa163ebf-0e86-c0b9-b49b-00000000323d | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:19:31.082722 | 0.12s 2025-10-03 10:45:48.298276 | fa163ebf-0e86-c0b9-b49b-00000000323e | TASK | Create container logs path 2025-10-03 10:45:48.568085 | fa163ebf-0e86-c0b9-b49b-00000000323e | OK | Create container logs path | standalone 2025-10-03 10:45:48.569697 | fa163ebf-0e86-c0b9-b49b-00000000323e | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:19:31.383539 | 0.27s 2025-10-03 10:45:48.602760 | fa163ebf-0e86-c0b9-b49b-000000003240 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_2 2025-10-03 10:45:48.904991 | fa163ebf-0e86-c0b9-b49b-000000003240 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_2 | standalone 2025-10-03 10:45:48.906285 | fa163ebf-0e86-c0b9-b49b-000000003240 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:19:31.720132 | 0.30s 2025-10-03 10:45:48.937614 | fa163ebf-0e86-c0b9-b49b-000000003241 | TASK | Finalise hashes for all containers 2025-10-03 10:45:49.002545 | fa163ebf-0e86-c0b9-b49b-000000003241 | OK | Finalise hashes for all containers | standalone 2025-10-03 10:45:49.004237 | fa163ebf-0e86-c0b9-b49b-000000003241 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:19:31.818083 | 0.06s 2025-10-03 10:45:49.032860 | fa163ebf-0e86-c0b9-b49b-000000003243 | TASK | Manage systemd shutdown files 2025-10-03 10:45:49.073041 | fa163ebf-0e86-c0b9-b49b-000000003243 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:19:31.886884 | 0.04s 2025-10-03 10:45:49.106967 | c360ad69-9f88-4548-9268-ab95236663e1 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-10-03 10:45:49.136384 | fa163ebf-0e86-c0b9-b49b-000000003276 | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-10-03 10:45:49.444562 | fa163ebf-0e86-c0b9-b49b-000000003276 | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-10-03 10:45:49.445988 | fa163ebf-0e86-c0b9-b49b-000000003276 | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:19:32.259833 | 0.31s 2025-10-03 10:45:49.474956 | fa163ebf-0e86-c0b9-b49b-000000003277 | TASK | Set podman_drop_in fact 2025-10-03 10:45:49.536452 | fa163ebf-0e86-c0b9-b49b-000000003277 | OK | Set podman_drop_in fact | standalone 2025-10-03 10:45:49.537771 | fa163ebf-0e86-c0b9-b49b-000000003277 | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:19:32.351616 | 0.06s 2025-10-03 10:45:49.566913 | fa163ebf-0e86-c0b9-b49b-000000003279 | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-10-03 10:45:50.065566 | fa163ebf-0e86-c0b9-b49b-000000003279 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-10-03 10:45:50.067410 | fa163ebf-0e86-c0b9-b49b-000000003279 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:19:32.881238 | 0.50s 2025-10-03 10:45:50.547127 | fa163ebf-0e86-c0b9-b49b-000000003279 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-10-03 10:45:50.548215 | fa163ebf-0e86-c0b9-b49b-000000003279 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:19:33.362064 | 0.98s 2025-10-03 10:45:50.554615 | fa163ebf-0e86-c0b9-b49b-000000003279 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:19:33.368467 | 0.99s 2025-10-03 10:45:50.585371 | fa163ebf-0e86-c0b9-b49b-00000000327a | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-10-03 10:45:51.060333 | fa163ebf-0e86-c0b9-b49b-00000000327a | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-10-03 10:45:51.062671 | fa163ebf-0e86-c0b9-b49b-00000000327a | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:19:33.876518 | 0.48s 2025-10-03 10:45:51.099810 | fa163ebf-0e86-c0b9-b49b-00000000327b | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-10-03 10:45:51.590461 | fa163ebf-0e86-c0b9-b49b-00000000327b | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-10-03 10:45:51.591805 | fa163ebf-0e86-c0b9-b49b-00000000327b | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:19:34.405651 | 0.49s 2025-10-03 10:45:51.620368 | fa163ebf-0e86-c0b9-b49b-00000000327c | TASK | Enable and start tripleo-container-shutdown 2025-10-03 10:45:52.310461 | fa163ebf-0e86-c0b9-b49b-00000000327c | OK | Enable and start tripleo-container-shutdown | standalone 2025-10-03 10:45:52.312918 | fa163ebf-0e86-c0b9-b49b-00000000327c | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:19:35.126760 | 0.69s 2025-10-03 10:45:52.344739 | fa163ebf-0e86-c0b9-b49b-00000000327d | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-10-03 10:45:52.878805 | fa163ebf-0e86-c0b9-b49b-00000000327d | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-10-03 10:45:52.880910 | fa163ebf-0e86-c0b9-b49b-00000000327d | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:19:35.694747 | 0.53s 2025-10-03 10:45:52.916791 | fa163ebf-0e86-c0b9-b49b-00000000327e | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-10-03 10:45:53.413718 | fa163ebf-0e86-c0b9-b49b-00000000327e | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-10-03 10:45:53.414785 | fa163ebf-0e86-c0b9-b49b-00000000327e | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:19:36.228635 | 0.50s 2025-10-03 10:45:53.434797 | fa163ebf-0e86-c0b9-b49b-00000000327f | TASK | Enable and start netns-placeholder 2025-10-03 10:45:54.128410 | fa163ebf-0e86-c0b9-b49b-00000000327f | CHANGED | Enable and start netns-placeholder | standalone 2025-10-03 10:45:54.130480 | fa163ebf-0e86-c0b9-b49b-00000000327f | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:19:36.944318 | 0.69s 2025-10-03 10:45:54.164250 | fa163ebf-0e86-c0b9-b49b-000000003245 | TASK | Update container configs with new config hashes 2025-10-03 10:45:54.230172 | fa163ebf-0e86-c0b9-b49b-000000003245 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:19:37.044014 | 0.06s 2025-10-03 10:45:54.244453 | 02447a5f-641b-493d-8eee-81f761e2ff11 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-10-03 10:45:54.270734 | fa163ebf-0e86-c0b9-b49b-0000000032a7 | TASK | Update config hashes for container startup configs 2025-10-03 10:45:54.625570 | fa163ebf-0e86-c0b9-b49b-0000000032a7 | OK | Update config hashes for container startup configs | standalone 2025-10-03 10:45:54.626945 | fa163ebf-0e86-c0b9-b49b-0000000032a7 | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:19:37.440788 | 0.35s 2025-10-03 10:45:54.658976 | fa163ebf-0e86-c0b9-b49b-000000003246 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_2 2025-10-03 10:45:54.716637 | fa163ebf-0e86-c0b9-b49b-000000003246 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:19:37.530469 | 0.06s 2025-10-03 10:45:54.741558 | 7084dd6c-561b-4d6e-bab4-74a36d7ab788 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-03 10:45:54.779846 | fa163ebf-0e86-c0b9-b49b-0000000032c6 | TASK | Gather podman infos 2025-10-03 10:45:55.816197 | fa163ebf-0e86-c0b9-b49b-0000000032c6 | OK | Gather podman infos | standalone 2025-10-03 10:45:55.819521 | fa163ebf-0e86-c0b9-b49b-0000000032c6 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:19:38.633355 | 1.04s 2025-10-03 10:45:55.892474 | fa163ebf-0e86-c0b9-b49b-0000000032c7 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 2025-10-03 10:45:55.974687 | fa163ebf-0e86-c0b9-b49b-0000000032c7 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:19:38.788515 | 0.08s 2025-10-03 10:45:56.126293 | fa163ebf-0e86-c0b9-b49b-000000003310 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:19:38.940122 | 0.07s 2025-10-03 10:45:56.186170 | fa163ebf-0e86-c0b9-b49b-000000003247 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_2 2025-10-03 10:45:56.240205 | fa163ebf-0e86-c0b9-b49b-000000003247 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:19:39.054049 | 0.05s 2025-10-03 10:45:56.265280 | e0ef0fbc-aa73-4472-ad37-dccbcb2ff573 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-03 10:45:56.310684 | fa163ebf-0e86-c0b9-b49b-000000003336 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 2025-10-03 10:46:17.155080 | fa163ebf-0e86-c0b9-b49b-000000003336 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | standalone 2025-10-03 10:46:17.156582 | fa163ebf-0e86-c0b9-b49b-000000003336 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:19:59.970426 | 20.84s 2025-10-03 10:46:17.189358 | fa163ebf-0e86-c0b9-b49b-000000003337 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_2 2025-10-03 10:46:19.973224 | fa163ebf-0e86-c0b9-b49b-000000003337 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_2 | standalone 2025-10-03 10:46:19.975154 | fa163ebf-0e86-c0b9-b49b-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:20:02.789000 | 2.78s 2025-10-03 10:46:20.046966 | fa163ebf-0e86-c0b9-b49b-0000000031a4 | TASK | Clean container_puppet_tasks for standalone step 2 2025-10-03 10:46:20.297150 | fa163ebf-0e86-c0b9-b49b-0000000031a4 | OK | Clean container_puppet_tasks for standalone step 2 | standalone 2025-10-03 10:46:20.298633 | fa163ebf-0e86-c0b9-b49b-0000000031a4 | TIMING | Clean container_puppet_tasks for standalone step 2 | standalone | 0:20:03.112477 | 0.25s 2025-10-03 10:46:20.344939 | fa163ebf-0e86-c0b9-b49b-0000000031a5 | TASK | Calculate container_puppet_tasks for standalone step 2 2025-10-03 10:46:20.399832 | fa163ebf-0e86-c0b9-b49b-0000000031a5 | TIMING | Calculate container_puppet_tasks for standalone step 2 | standalone | 0:20:03.213665 | 0.05s 2025-10-03 10:46:20.430672 | fa163ebf-0e86-c0b9-b49b-0000000031a6 | TASK | Include container-puppet tasks for step 2 2025-10-03 10:46:20.477721 | fa163ebf-0e86-c0b9-b49b-0000000031a6 | TIMING | Include container-puppet tasks for step 2 | standalone | 0:20:03.291556 | 0.04s 2025-10-03 10:46:20.502825 | d15dd143-8799-4dc2-8b52-f0701ea408e6 | INCLUDED | /root/standalone-ansible-cgj5i441/host-container-puppet-tasks.yaml | standalone 2025-10-03 10:46:20.541100 | fa163ebf-0e86-c0b9-b49b-000000003382 | TASK | Write container-puppet-tasks json file for standalone step 2 2025-10-03 10:46:21.003081 | fa163ebf-0e86-c0b9-b49b-000000003382 | CHANGED | Write container-puppet-tasks json file for standalone step 2 | standalone 2025-10-03 10:46:21.004315 | fa163ebf-0e86-c0b9-b49b-000000003382 | TIMING | Write container-puppet-tasks json file for standalone step 2 | standalone | 0:20:03.818161 | 0.46s 2025-10-03 10:46:21.034363 | fa163ebf-0e86-c0b9-b49b-000000003384 | TASK | Generate container puppet configs for step 2 2025-10-03 10:46:21.317181 | fa163ebf-0e86-c0b9-b49b-000000003384 | OK | Generate container puppet configs for step 2 | standalone 2025-10-03 10:46:21.318488 | fa163ebf-0e86-c0b9-b49b-000000003384 | TIMING | Generate container puppet configs for step 2 | standalone | 0:20:04.132334 | 0.28s 2025-10-03 10:46:21.348558 | fa163ebf-0e86-c0b9-b49b-000000003385 | TASK | Manage Puppet containers (bootstrap tasks) for step 2 with tripleo-ansible 2025-10-03 10:46:21.379798 | fa163ebf-0e86-c0b9-b49b-000000003385 | TIMING | Manage Puppet containers (bootstrap tasks) for step 2 with tripleo-ansible | standalone | 0:20:04.193640 | 0.03s 2025-10-03 10:46:21.449188 | fa163ebf-0e86-c0b9-b49b-0000000033b4 | TASK | Gather variables for each operating system 2025-10-03 10:46:21.565228 | fa163ebf-0e86-c0b9-b49b-0000000033b4 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:20:04.379061 | 0.11s 2025-10-03 10:46:21.595167 | fa163ebf-0e86-c0b9-b49b-0000000033b5 | TASK | Create container logs path 2025-10-03 10:46:21.830056 | fa163ebf-0e86-c0b9-b49b-0000000033b5 | OK | Create container logs path | standalone 2025-10-03 10:46:21.830949 | fa163ebf-0e86-c0b9-b49b-0000000033b5 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:20:04.644801 | 0.23s 2025-10-03 10:46:21.851184 | fa163ebf-0e86-c0b9-b49b-0000000033b7 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_2 2025-10-03 10:46:22.090549 | fa163ebf-0e86-c0b9-b49b-0000000033b7 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_2 | standalone 2025-10-03 10:46:22.091577 | fa163ebf-0e86-c0b9-b49b-0000000033b7 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_2 | standalone | 0:20:04.905428 | 0.24s 2025-10-03 10:46:22.122147 | fa163ebf-0e86-c0b9-b49b-0000000033b8 | TASK | Finalise hashes for all containers 2025-10-03 10:46:22.163580 | fa163ebf-0e86-c0b9-b49b-0000000033b8 | OK | Finalise hashes for all containers | standalone 2025-10-03 10:46:22.164759 | fa163ebf-0e86-c0b9-b49b-0000000033b8 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:20:04.978605 | 0.04s 2025-10-03 10:46:22.196881 | fa163ebf-0e86-c0b9-b49b-0000000033ba | TASK | Manage systemd shutdown files 2025-10-03 10:46:22.229380 | fa163ebf-0e86-c0b9-b49b-0000000033ba | SKIPPED | Manage systemd shutdown files | standalone 2025-10-03 10:46:22.230586 | fa163ebf-0e86-c0b9-b49b-0000000033ba | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:20:05.044433 | 0.03s 2025-10-03 10:46:22.261159 | fa163ebf-0e86-c0b9-b49b-0000000033bc | TASK | Update container configs with new config hashes 2025-10-03 10:46:22.313283 | fa163ebf-0e86-c0b9-b49b-0000000033bc | SKIPPED | Update container configs with new config hashes | standalone 2025-10-03 10:46:22.314847 | fa163ebf-0e86-c0b9-b49b-0000000033bc | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:20:05.128689 | 0.05s 2025-10-03 10:46:22.348666 | fa163ebf-0e86-c0b9-b49b-0000000033bd | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_2 2025-10-03 10:46:22.400325 | fa163ebf-0e86-c0b9-b49b-0000000033bd | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone 2025-10-03 10:46:22.401394 | fa163ebf-0e86-c0b9-b49b-0000000033bd | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone | 0:20:05.215242 | 0.05s 2025-10-03 10:46:22.425905 | fa163ebf-0e86-c0b9-b49b-0000000033be | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_2 2025-10-03 10:46:22.474079 | fa163ebf-0e86-c0b9-b49b-0000000033be | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone 2025-10-03 10:46:22.475858 | fa163ebf-0e86-c0b9-b49b-0000000033be | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone | 0:20:05.289702 | 0.05s PLAY [External deployment step 3] ********************************************** 2025-10-03 10:46:22.642962 | fa163ebf-0e86-c0b9-b49b-0000000000d2 | TASK | External deployment step 3 2025-10-03 10:46:22.685589 | fa163ebf-0e86-c0b9-b49b-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', 'fa163ebf-0e86-c0b9-b49b-0000000000d2') missing from stats 2025-10-03 10:46:22.738878 | fa163ebf-0e86-c0b9-b49b-0000000000d3 | TIMING | include_tasks | undercloud | 0:20:05.552716 | 0.04s 2025-10-03 10:46:22.745854 | 0531c16e-6a16-42c0-8a5a-c98e0821f66f | INCLUDED | /root/standalone-ansible-cgj5i441/external_deploy_steps_tasks_step3.yaml | undercloud PLAY [Deploy step tasks for 3] ************************************************* 2025-10-03 10:46:22.897610 | fa163ebf-0e86-c0b9-b49b-0000000000d6 | TASK | Deploy step tasks for 3 2025-10-03 10:46:22.927942 | fa163ebf-0e86-c0b9-b49b-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', 'fa163ebf-0e86-c0b9-b49b-0000000000d6') missing from stats 2025-10-03 10:46:22.956646 | fa163ebf-0e86-c0b9-b49b-0000000000d7 | TASK | Write the config_step hieradata for the deploy step 3 tasks 2025-10-03 10:46:23.532918 | fa163ebf-0e86-c0b9-b49b-0000000000d7 | CHANGED | Write the config_step hieradata for the deploy step 3 tasks | standalone 2025-10-03 10:46:23.534588 | fa163ebf-0e86-c0b9-b49b-0000000000d7 | TIMING | Write the config_step hieradata for the deploy step 3 tasks | standalone | 0:20:06.348432 | 0.58s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-10-03 10:46:23.605520 | fa163ebf-0e86-c0b9-b49b-0000000000d8 | TIMING | include_tasks | standalone | 0:20:06.419358 | 0.04s 2025-10-03 10:46:23.632552 | a00e0c6c-c200-41ef-a34b-2a079374000c | INCLUDED | /root/standalone-ansible-cgj5i441/Standalone/deploy_steps_tasks_step3.yaml | standalone 2025-10-03 10:46:23.665836 | fa163ebf-0e86-c0b9-b49b-000000003422 | TASK | Start OVN container 2025-10-03 10:46:23.732764 | fa163ebf-0e86-c0b9-b49b-000000003422 | TIMING | Start OVN container | standalone | 0:20:06.546591 | 0.07s 2025-10-03 10:46:23.757294 | fa163ebf-0e86-c0b9-b49b-000000003422 | TIMING | Start OVN container | standalone | 0:20:06.571145 | 0.09s 2025-10-03 10:46:23.777017 | fa163ebf-0e86-c0b9-b49b-000000003422 | TIMING | Start OVN container | standalone | 0:20:06.590860 | 0.11s 2025-10-03 10:46:23.783818 | fa163ebf-0e86-c0b9-b49b-000000003422 | TIMING | Start OVN container | standalone | 0:20:06.597663 | 0.12s 2025-10-03 10:46:23.896406 | fa163ebf-0e86-c0b9-b49b-00000000345a | TASK | Gather variables for each operating system 2025-10-03 10:46:24.021062 | fa163ebf-0e86-c0b9-b49b-00000000345a | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:20:06.834880 | 0.12s 2025-10-03 10:46:24.052511 | fa163ebf-0e86-c0b9-b49b-00000000345b | TASK | Create container logs path 2025-10-03 10:46:24.308968 | fa163ebf-0e86-c0b9-b49b-00000000345b | OK | Create container logs path | standalone 2025-10-03 10:46:24.310492 | fa163ebf-0e86-c0b9-b49b-00000000345b | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:20:07.124334 | 0.26s 2025-10-03 10:46:24.342610 | fa163ebf-0e86-c0b9-b49b-00000000345d | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 2025-10-03 10:46:24.650514 | fa163ebf-0e86-c0b9-b49b-00000000345d | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-03 10:46:24.651834 | fa163ebf-0e86-c0b9-b49b-00000000345d | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:20:07.465679 | 0.31s 2025-10-03 10:46:24.682264 | fa163ebf-0e86-c0b9-b49b-00000000345e | TASK | Finalise hashes for all containers 2025-10-03 10:46:24.756695 | fa163ebf-0e86-c0b9-b49b-00000000345e | OK | Finalise hashes for all containers | standalone 2025-10-03 10:46:24.757978 | fa163ebf-0e86-c0b9-b49b-00000000345e | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:20:07.571822 | 0.07s 2025-10-03 10:46:24.787716 | fa163ebf-0e86-c0b9-b49b-000000003460 | TASK | Manage systemd shutdown files 2025-10-03 10:46:24.851022 | fa163ebf-0e86-c0b9-b49b-000000003460 | SKIPPED | Manage systemd shutdown files | standalone 2025-10-03 10:46:24.852096 | fa163ebf-0e86-c0b9-b49b-000000003460 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:20:07.665943 | 0.06s 2025-10-03 10:46:24.880670 | fa163ebf-0e86-c0b9-b49b-000000003462 | TASK | Update container configs with new config hashes 2025-10-03 10:46:24.952798 | fa163ebf-0e86-c0b9-b49b-000000003462 | SKIPPED | Update container configs with new config hashes | standalone 2025-10-03 10:46:24.954068 | fa163ebf-0e86-c0b9-b49b-000000003462 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:20:07.767916 | 0.07s 2025-10-03 10:46:24.984937 | fa163ebf-0e86-c0b9-b49b-000000003463 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-10-03 10:46:25.059800 | fa163ebf-0e86-c0b9-b49b-000000003463 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:20:07.873641 | 0.07s 2025-10-03 10:46:25.083200 | f44babbe-30ff-4441-a67f-1893cbb33ca2 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-03 10:46:25.117469 | fa163ebf-0e86-c0b9-b49b-0000000034ef | TASK | Gather podman infos 2025-10-03 10:46:26.285352 | fa163ebf-0e86-c0b9-b49b-0000000034ef | OK | Gather podman infos | standalone 2025-10-03 10:46:26.286391 | fa163ebf-0e86-c0b9-b49b-0000000034ef | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:20:09.100240 | 1.17s 2025-10-03 10:46:26.377746 | fa163ebf-0e86-c0b9-b49b-0000000034f0 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-03 10:46:26.455702 | fa163ebf-0e86-c0b9-b49b-0000000034f0 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:20:09.269537 | 0.07s 2025-10-03 10:46:26.601023 | fa163ebf-0e86-c0b9-b49b-000000003531 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:20:09.414854 | 0.09s 2025-10-03 10:46:26.659760 | fa163ebf-0e86-c0b9-b49b-000000003464 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-10-03 10:46:26.734394 | fa163ebf-0e86-c0b9-b49b-000000003464 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:20:09.548225 | 0.07s 2025-10-03 10:46:26.757917 | eef6a4d6-9201-4a09-8494-43066fd85642 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-03 10:46:26.793301 | fa163ebf-0e86-c0b9-b49b-00000000355a | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-03 10:46:27.714212 | fa163ebf-0e86-c0b9-b49b-00000000355a | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-03 10:46:27.715615 | fa163ebf-0e86-c0b9-b49b-00000000355a | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:20:10.529458 | 0.92s 2025-10-03 10:46:27.746606 | fa163ebf-0e86-c0b9-b49b-00000000355b | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-03 10:46:30.564164 | fa163ebf-0e86-c0b9-b49b-00000000355b | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-03 10:46:30.565710 | fa163ebf-0e86-c0b9-b49b-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:13.379556 | 2.82s 2025-10-03 10:46:30.626116 | fa163ebf-0e86-c0b9-b49b-000000003485 | TASK | Gather variables for each operating system 2025-10-03 10:46:30.719048 | fa163ebf-0e86-c0b9-b49b-000000003485 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:20:13.532884 | 0.09s 2025-10-03 10:46:30.749486 | fa163ebf-0e86-c0b9-b49b-000000003486 | TASK | Create container logs path 2025-10-03 10:46:30.994347 | fa163ebf-0e86-c0b9-b49b-000000003486 | OK | Create container logs path | standalone 2025-10-03 10:46:30.997752 | fa163ebf-0e86-c0b9-b49b-000000003486 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:20:13.811592 | 0.25s 2025-10-03 10:46:31.018628 | fa163ebf-0e86-c0b9-b49b-000000003488 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 2025-10-03 10:46:31.389826 | fa163ebf-0e86-c0b9-b49b-000000003488 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-03 10:46:31.391271 | fa163ebf-0e86-c0b9-b49b-000000003488 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:20:14.205115 | 0.37s 2025-10-03 10:46:31.421662 | fa163ebf-0e86-c0b9-b49b-000000003489 | TASK | Finalise hashes for all containers 2025-10-03 10:46:31.519597 | fa163ebf-0e86-c0b9-b49b-000000003489 | OK | Finalise hashes for all containers | standalone 2025-10-03 10:46:31.521166 | fa163ebf-0e86-c0b9-b49b-000000003489 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:20:14.335004 | 0.10s 2025-10-03 10:46:31.560060 | fa163ebf-0e86-c0b9-b49b-00000000348b | TASK | Manage systemd shutdown files 2025-10-03 10:46:31.628281 | fa163ebf-0e86-c0b9-b49b-00000000348b | SKIPPED | Manage systemd shutdown files | standalone 2025-10-03 10:46:31.629577 | fa163ebf-0e86-c0b9-b49b-00000000348b | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:20:14.443423 | 0.07s 2025-10-03 10:46:31.659242 | fa163ebf-0e86-c0b9-b49b-00000000348d | TASK | Update container configs with new config hashes 2025-10-03 10:46:31.732244 | fa163ebf-0e86-c0b9-b49b-00000000348d | SKIPPED | Update container configs with new config hashes | standalone 2025-10-03 10:46:31.733596 | fa163ebf-0e86-c0b9-b49b-00000000348d | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:20:14.547442 | 0.07s 2025-10-03 10:46:31.765954 | fa163ebf-0e86-c0b9-b49b-00000000348e | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-10-03 10:46:31.833271 | fa163ebf-0e86-c0b9-b49b-00000000348e | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:20:14.647107 | 0.07s 2025-10-03 10:46:31.857936 | 922e1c76-2a62-43e3-ba6e-a2c2e696de93 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-03 10:46:31.893913 | fa163ebf-0e86-c0b9-b49b-0000000035a6 | TASK | Gather podman infos 2025-10-03 10:46:33.119936 | fa163ebf-0e86-c0b9-b49b-0000000035a6 | OK | Gather podman infos | standalone 2025-10-03 10:46:33.121101 | fa163ebf-0e86-c0b9-b49b-0000000035a6 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:20:15.934949 | 1.23s 2025-10-03 10:46:33.213181 | fa163ebf-0e86-c0b9-b49b-0000000035a7 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-03 10:46:33.315344 | fa163ebf-0e86-c0b9-b49b-0000000035a7 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:20:16.129145 | 0.10s 2025-10-03 10:46:33.446065 | fa163ebf-0e86-c0b9-b49b-000000003531 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:20:16.259899 | 0.06s 2025-10-03 10:46:33.503169 | fa163ebf-0e86-c0b9-b49b-00000000348f | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-10-03 10:46:33.566210 | fa163ebf-0e86-c0b9-b49b-00000000348f | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:20:16.380053 | 0.06s 2025-10-03 10:46:33.577993 | 0d2d9a61-31aa-4ce2-801e-265b740ce9e3 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-03 10:46:33.611916 | fa163ebf-0e86-c0b9-b49b-00000000360c | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-03 10:46:34.440853 | fa163ebf-0e86-c0b9-b49b-00000000360c | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-03 10:46:34.442483 | fa163ebf-0e86-c0b9-b49b-00000000360c | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:20:17.256322 | 0.83s 2025-10-03 10:46:34.478927 | fa163ebf-0e86-c0b9-b49b-00000000360d | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-03 10:46:37.169129 | fa163ebf-0e86-c0b9-b49b-00000000360d | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-03 10:46:37.170650 | fa163ebf-0e86-c0b9-b49b-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:19.984498 | 2.69s 2025-10-03 10:46:37.224603 | fa163ebf-0e86-c0b9-b49b-0000000034b0 | TASK | Gather variables for each operating system 2025-10-03 10:46:37.349404 | fa163ebf-0e86-c0b9-b49b-0000000034b0 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:20:20.163242 | 0.12s 2025-10-03 10:46:37.379090 | fa163ebf-0e86-c0b9-b49b-0000000034b1 | TASK | Create container logs path 2025-10-03 10:46:37.658414 | fa163ebf-0e86-c0b9-b49b-0000000034b1 | OK | Create container logs path | standalone 2025-10-03 10:46:37.659912 | fa163ebf-0e86-c0b9-b49b-0000000034b1 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:20:20.473758 | 0.28s 2025-10-03 10:46:37.691837 | fa163ebf-0e86-c0b9-b49b-0000000034b3 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 2025-10-03 10:46:37.991976 | fa163ebf-0e86-c0b9-b49b-0000000034b3 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-03 10:46:37.993195 | fa163ebf-0e86-c0b9-b49b-0000000034b3 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:20:20.807040 | 0.30s 2025-10-03 10:46:38.022448 | fa163ebf-0e86-c0b9-b49b-0000000034b4 | TASK | Finalise hashes for all containers 2025-10-03 10:46:38.127743 | fa163ebf-0e86-c0b9-b49b-0000000034b4 | OK | Finalise hashes for all containers | standalone 2025-10-03 10:46:38.129110 | fa163ebf-0e86-c0b9-b49b-0000000034b4 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:20:20.942956 | 0.10s 2025-10-03 10:46:38.158783 | fa163ebf-0e86-c0b9-b49b-0000000034b6 | TASK | Manage systemd shutdown files 2025-10-03 10:46:38.192055 | fa163ebf-0e86-c0b9-b49b-0000000034b6 | SKIPPED | Manage systemd shutdown files | standalone 2025-10-03 10:46:38.193256 | fa163ebf-0e86-c0b9-b49b-0000000034b6 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:20:21.007103 | 0.03s 2025-10-03 10:46:38.223768 | fa163ebf-0e86-c0b9-b49b-0000000034b8 | TASK | Update container configs with new config hashes 2025-10-03 10:46:38.295920 | fa163ebf-0e86-c0b9-b49b-0000000034b8 | SKIPPED | Update container configs with new config hashes | standalone 2025-10-03 10:46:38.297124 | fa163ebf-0e86-c0b9-b49b-0000000034b8 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:20:21.110970 | 0.07s 2025-10-03 10:46:38.328915 | fa163ebf-0e86-c0b9-b49b-0000000034b9 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-10-03 10:46:38.395904 | fa163ebf-0e86-c0b9-b49b-0000000034b9 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:20:21.209739 | 0.07s 2025-10-03 10:46:38.420625 | 0671498d-e6a6-4349-a187-35eef8f78041 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-03 10:46:38.459852 | fa163ebf-0e86-c0b9-b49b-000000003658 | TASK | Gather podman infos 2025-10-03 10:46:39.638498 | fa163ebf-0e86-c0b9-b49b-000000003658 | OK | Gather podman infos | standalone 2025-10-03 10:46:39.639191 | fa163ebf-0e86-c0b9-b49b-000000003658 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:20:22.453050 | 1.18s 2025-10-03 10:46:39.691308 | fa163ebf-0e86-c0b9-b49b-000000003659 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-03 10:46:39.781188 | fa163ebf-0e86-c0b9-b49b-000000003659 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:20:22.595024 | 0.08s 2025-10-03 10:46:39.925117 | fa163ebf-0e86-c0b9-b49b-000000003531 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:20:22.738957 | 0.08s 2025-10-03 10:46:39.979005 | fa163ebf-0e86-c0b9-b49b-0000000034ba | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-10-03 10:46:40.040325 | fa163ebf-0e86-c0b9-b49b-0000000034ba | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:20:22.854169 | 0.06s 2025-10-03 10:46:40.055582 | 2d8ab0aa-731f-4ea5-a89a-5a759043588a | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-03 10:46:40.086272 | fa163ebf-0e86-c0b9-b49b-0000000036be | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-03 10:46:40.972991 | fa163ebf-0e86-c0b9-b49b-0000000036be | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-03 10:46:40.973992 | fa163ebf-0e86-c0b9-b49b-0000000036be | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:20:23.787846 | 0.89s 2025-10-03 10:46:40.994147 | fa163ebf-0e86-c0b9-b49b-0000000036bf | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-03 10:46:44.718319 | fa163ebf-0e86-c0b9-b49b-0000000036bf | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-03 10:46:44.720965 | fa163ebf-0e86-c0b9-b49b-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:27.534806 | 3.73s 2025-10-03 10:46:44.768759 | fa163ebf-0e86-c0b9-b49b-000000003424 | TASK | Set NB connection 2025-10-03 10:46:45.237819 | fa163ebf-0e86-c0b9-b49b-000000003424 | CHANGED | Set NB connection | standalone 2025-10-03 10:46:45.239321 | fa163ebf-0e86-c0b9-b49b-000000003424 | TIMING | Set NB connection | standalone | 0:20:28.053165 | 0.47s 2025-10-03 10:46:45.269271 | fa163ebf-0e86-c0b9-b49b-000000003425 | TASK | Set SB connection 2025-10-03 10:46:45.699330 | fa163ebf-0e86-c0b9-b49b-000000003425 | CHANGED | Set SB connection | standalone 2025-10-03 10:46:45.700393 | fa163ebf-0e86-c0b9-b49b-000000003425 | TIMING | Set SB connection | standalone | 0:20:28.514243 | 0.43s 2025-10-03 10:46:45.722679 | fa163ebf-0e86-c0b9-b49b-0000000000da | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_3 already exists 2025-10-03 10:46:45.958744 | fa163ebf-0e86-c0b9-b49b-0000000000da | OK | Check if /var/lib/tripleo-config/container-startup-config/step_3 already exists | standalone 2025-10-03 10:46:45.960201 | fa163ebf-0e86-c0b9-b49b-0000000000da | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_3 already exists | standalone | 0:20:28.774045 | 0.24s 2025-10-03 10:46:46.061033 | fa163ebf-0e86-c0b9-b49b-0000000000db | TIMING | include_tasks | standalone | 0:20:28.874875 | 0.07s 2025-10-03 10:46:46.098170 | 657f14b8-cca8-4dea-b59d-511a0600fb29 | INCLUDED | /root/standalone-ansible-cgj5i441/common_deploy_steps_tasks.yaml | standalone 2025-10-03 10:46:46.125712 | fa163ebf-0e86-c0b9-b49b-000000003704 | TASK | Write the config_step hieradata 2025-10-03 10:46:46.592143 | fa163ebf-0e86-c0b9-b49b-000000003704 | OK | Write the config_step hieradata | standalone 2025-10-03 10:46:46.593814 | fa163ebf-0e86-c0b9-b49b-000000003704 | TIMING | Write the config_step hieradata | standalone | 0:20:29.407655 | 0.47s 2025-10-03 10:46:46.628247 | fa163ebf-0e86-c0b9-b49b-000000003705 | TASK | Run puppet host configuration for step 3 2025-10-03 10:46:46.946971 | fa163ebf-0e86-c0b9-b49b-000000003705 | CHANGED | Run puppet host configuration for step 3 | standalone 2025-10-03 10:46:46.948216 | fa163ebf-0e86-c0b9-b49b-000000003705 | TIMING | Run puppet host configuration for step 3 | standalone | 0:20:29.762062 | 0.32s 2025-10-03 10:46:46.976281 | fa163ebf-0e86-c0b9-b49b-000000003706 | TASK | Wait for puppet host configuration to finish 2025-10-03 10:46:47.250066 | fa163ebf-0e86-c0b9-b49b-000000003706 | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-10-03 10:46:57.449739 | fa163ebf-0e86-c0b9-b49b-000000003706 | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-10-03 10:47:07.678791 | fa163ebf-0e86-c0b9-b49b-000000003706 | CHANGED | Wait for puppet host configuration to finish | standalone 2025-10-03 10:47:07.680071 | fa163ebf-0e86-c0b9-b49b-000000003706 | TIMING | Wait for puppet host configuration to finish | standalone | 0:20:50.493918 | 20.70s 2025-10-03 10:47:07.709810 | fa163ebf-0e86-c0b9-b49b-000000003707 | TASK | Debug output for task: Run puppet host configuration for step 3 2025-10-03 10:47:07.791822 | fa163ebf-0e86-c0b9-b49b-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 3 10:46:47 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Oct 3 10:46:53 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Oct 3 10:46:53 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Oct 3 10:46:53 puppet-user: (file & line not available)", "<13>Oct 3 10:46:53 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 3 10:46:53 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 3 10:46:53 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Oct 3 10:46:53 puppet-user: Notice: Compiled catalog for standalone.ooo.test in environment production in 0.43 seconds", "<13>Oct 3 10:46:57 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Oct 3 10:47:00 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Oct 3 10:47:01 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Oct 3 10:47:01 puppet-user: Notice: Applied catalog in 8.02 seconds", "<13>Oct 3 10:47:01 puppet-user: Application:", "<13>Oct 3 10:47:01 puppet-user: Initial environment: production", "<13>Oct 3 10:47:01 puppet-user: Converged environment: production", "<13>Oct 3 10:47:01 puppet-user: Run mode: user", "<13>Oct 3 10:47:01 puppet-user: Changes:", "<13>Oct 3 10:47:01 puppet-user: Total: 2", "<13>Oct 3 10:47:01 puppet-user: Events:", "<13>Oct 3 10:47:01 puppet-user: Success: 2", "<13>Oct 3 10:47:01 puppet-user: Resources:", "<13>Oct 3 10:47:01 puppet-user: Changed: 2", "<13>Oct 3 10:47:01 puppet-user: Out of sync: 2", "<13>Oct 3 10:47:01 puppet-user: Total: 28", "<13>Oct 3 10:47:01 puppet-user: Time:", "<13>Oct 3 10:47:01 puppet-user: Filebucket: 0.00", "<13>Oct 3 10:47:01 puppet-user: Schedule: 0.00", "<13>Oct 3 10:47:01 puppet-user: File line: 0.00", "<13>Oct 3 10:47:01 puppet-user: Package: 0.00", "<13>Oct 3 10:47:01 puppet-user: File: 0.00", "<13>Oct 3 10:47:01 puppet-user: Augeas: 0.01", "<13>Oct 3 10:47:01 puppet-user: Service: 0.08", "<13>Oct 3 10:47:01 puppet-user: User: 0.08", "<13>Oct 3 10:47:01 puppet-user: Config retrieval: 0.48", "<13>Oct 3 10:47:01 puppet-user: Pcmk property: 1.47", "<13>Oct 3 10:47:01 puppet-user: Exec: 1.96", "<13>Oct 3 10:47:01 puppet-user: Pcmk resource default: 1.99", "<13>Oct 3 10:47:01 puppet-user: Last run: 1759488421", "<13>Oct 3 10:47:01 puppet-user: Pcmk resource op default: 2.19", "<13>Oct 3 10:47:01 puppet-user: Transaction evaluation: 8.00", "<13>Oct 3 10:47:01 puppet-user: Catalog application: 8.02", "<13>Oct 3 10:47:01 puppet-user: Total: 8.03", "<13>Oct 3 10:47:01 puppet-user: Version:", "<13>Oct 3 10:47:01 puppet-user: Config: 1759488413", "<13>Oct 3 10:47:01 puppet-user: Puppet: 7.10.0" ] } 2025-10-03 10:47:07.793357 | fa163ebf-0e86-c0b9-b49b-000000003707 | TIMING | Debug output for task: Run puppet host configuration for step 3 | standalone | 0:20:50.607202 | 0.08s 2025-10-03 10:47:07.822012 | fa163ebf-0e86-c0b9-b49b-000000003708 | TASK | Pre-cache facts for puppet containers 2025-10-03 10:47:07.851261 | fa163ebf-0e86-c0b9-b49b-000000003708 | TIMING | Pre-cache facts for puppet containers | standalone | 0:20:50.665098 | 0.03s 2025-10-03 10:47:07.919763 | fa163ebf-0e86-c0b9-b49b-000000003747 | TASK | Gather variables for each operating system 2025-10-03 10:47:08.034607 | fa163ebf-0e86-c0b9-b49b-000000003747 | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:20:50.848438 | 0.11s 2025-10-03 10:47:08.064178 | fa163ebf-0e86-c0b9-b49b-000000003748 | TASK | Create puppet caching structures 2025-10-03 10:47:08.308250 | fa163ebf-0e86-c0b9-b49b-000000003748 | CHANGED | Create puppet caching structures | standalone 2025-10-03 10:47:08.309763 | fa163ebf-0e86-c0b9-b49b-000000003748 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:20:51.123608 | 0.24s 2025-10-03 10:47:08.330112 | fa163ebf-0e86-c0b9-b49b-000000003749 | TASK | Check for facter.conf 2025-10-03 10:47:08.559910 | fa163ebf-0e86-c0b9-b49b-000000003749 | OK | Check for facter.conf | standalone 2025-10-03 10:47:08.561706 | fa163ebf-0e86-c0b9-b49b-000000003749 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:20:51.375551 | 0.23s 2025-10-03 10:47:08.590888 | fa163ebf-0e86-c0b9-b49b-00000000374a | TASK | Remove facter.conf if directory 2025-10-03 10:47:08.640510 | fa163ebf-0e86-c0b9-b49b-00000000374a | SKIPPED | Remove facter.conf if directory | standalone 2025-10-03 10:47:08.641856 | fa163ebf-0e86-c0b9-b49b-00000000374a | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:20:51.455699 | 0.05s 2025-10-03 10:47:08.669993 | fa163ebf-0e86-c0b9-b49b-00000000374b | TASK | Write facter cache config 2025-10-03 10:47:09.122950 | fa163ebf-0e86-c0b9-b49b-00000000374b | CHANGED | Write facter cache config | standalone 2025-10-03 10:47:09.123860 | fa163ebf-0e86-c0b9-b49b-00000000374b | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:20:51.937710 | 0.45s 2025-10-03 10:47:09.143493 | fa163ebf-0e86-c0b9-b49b-00000000374c | TASK | Cleanup facter cache if exists 2025-10-03 10:47:09.381393 | fa163ebf-0e86-c0b9-b49b-00000000374c | CHANGED | Cleanup facter cache if exists | standalone 2025-10-03 10:47:09.382835 | fa163ebf-0e86-c0b9-b49b-00000000374c | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:20:52.196681 | 0.24s 2025-10-03 10:47:09.411089 | fa163ebf-0e86-c0b9-b49b-00000000374d | TASK | Pre-cache facts 2025-10-03 10:47:10.028948 | fa163ebf-0e86-c0b9-b49b-00000000374d | CHANGED | Pre-cache facts | standalone 2025-10-03 10:47:10.030188 | fa163ebf-0e86-c0b9-b49b-00000000374d | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:20:52.844034 | 0.62s 2025-10-03 10:47:10.060917 | fa163ebf-0e86-c0b9-b49b-00000000374e | TASK | Failed deployment if facter fails 2025-10-03 10:47:10.096992 | fa163ebf-0e86-c0b9-b49b-00000000374e | SKIPPED | Failed deployment if facter fails | standalone 2025-10-03 10:47:10.098380 | fa163ebf-0e86-c0b9-b49b-00000000374e | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:20:52.912225 | 0.04s 2025-10-03 10:47:10.142842 | fa163ebf-0e86-c0b9-b49b-00000000374f | TASK | Sync cached facts 2025-10-03 10:47:10.419818 | fa163ebf-0e86-c0b9-b49b-00000000374f | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163ebf-0e86-c0b9-b49b-00000000374f') missing from stats 2025-10-03 10:47:10.475529 | fa163ebf-0e86-c0b9-b49b-000000003709 | TASK | Include container-puppet tasks (generate config) during step 1 2025-10-03 10:47:10.526497 | fa163ebf-0e86-c0b9-b49b-000000003709 | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2025-10-03 10:47:10.527855 | fa163ebf-0e86-c0b9-b49b-000000003709 | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:20:53.341699 | 0.05s 2025-10-03 10:47:10.558746 | fa163ebf-0e86-c0b9-b49b-00000000370b | TASK | Manage containers for step 3 with tripleo-ansible 2025-10-03 10:47:10.588296 | fa163ebf-0e86-c0b9-b49b-00000000370b | TIMING | Manage containers for step 3 with tripleo-ansible | standalone | 0:20:53.402134 | 0.03s 2025-10-03 10:47:10.655660 | fa163ebf-0e86-c0b9-b49b-0000000037a6 | TASK | Gather variables for each operating system 2025-10-03 10:47:10.775777 | fa163ebf-0e86-c0b9-b49b-0000000037a6 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:20:53.589623 | 0.12s 2025-10-03 10:47:10.795188 | fa163ebf-0e86-c0b9-b49b-0000000037a7 | TASK | Create container logs path 2025-10-03 10:47:11.052673 | fa163ebf-0e86-c0b9-b49b-0000000037a7 | OK | Create container logs path | standalone 2025-10-03 10:47:11.054111 | fa163ebf-0e86-c0b9-b49b-0000000037a7 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:20:53.867955 | 0.26s 2025-10-03 10:47:11.085317 | fa163ebf-0e86-c0b9-b49b-0000000037a9 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_3 2025-10-03 10:47:11.341159 | fa163ebf-0e86-c0b9-b49b-0000000037a9 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_3 | standalone 2025-10-03 10:47:11.342584 | fa163ebf-0e86-c0b9-b49b-0000000037a9 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:20:54.156427 | 0.26s 2025-10-03 10:47:11.374636 | fa163ebf-0e86-c0b9-b49b-0000000037aa | TASK | Finalise hashes for all containers 2025-10-03 10:47:11.461054 | fa163ebf-0e86-c0b9-b49b-0000000037aa | OK | Finalise hashes for all containers | standalone 2025-10-03 10:47:11.462586 | fa163ebf-0e86-c0b9-b49b-0000000037aa | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:20:54.276428 | 0.09s 2025-10-03 10:47:11.495902 | fa163ebf-0e86-c0b9-b49b-0000000037ac | TASK | Manage systemd shutdown files 2025-10-03 10:47:11.525542 | fa163ebf-0e86-c0b9-b49b-0000000037ac | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:20:54.339375 | 0.03s 2025-10-03 10:47:11.560811 | ad63f055-f96e-4306-af0e-8208fa6b2994 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-10-03 10:47:11.589481 | fa163ebf-0e86-c0b9-b49b-0000000037df | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-10-03 10:47:11.835205 | fa163ebf-0e86-c0b9-b49b-0000000037df | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-10-03 10:47:11.836680 | fa163ebf-0e86-c0b9-b49b-0000000037df | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:20:54.650525 | 0.25s 2025-10-03 10:47:11.867137 | fa163ebf-0e86-c0b9-b49b-0000000037e0 | TASK | Set podman_drop_in fact 2025-10-03 10:47:11.929589 | fa163ebf-0e86-c0b9-b49b-0000000037e0 | OK | Set podman_drop_in fact | standalone 2025-10-03 10:47:11.931105 | fa163ebf-0e86-c0b9-b49b-0000000037e0 | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:20:54.744951 | 0.06s 2025-10-03 10:47:11.962707 | fa163ebf-0e86-c0b9-b49b-0000000037e2 | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-10-03 10:47:12.466363 | fa163ebf-0e86-c0b9-b49b-0000000037e2 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-10-03 10:47:12.468079 | fa163ebf-0e86-c0b9-b49b-0000000037e2 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:20:55.281929 | 0.50s 2025-10-03 10:47:12.905077 | fa163ebf-0e86-c0b9-b49b-0000000037e2 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-10-03 10:47:12.906216 | fa163ebf-0e86-c0b9-b49b-0000000037e2 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:20:55.720065 | 0.94s 2025-10-03 10:47:12.913465 | fa163ebf-0e86-c0b9-b49b-0000000037e2 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:20:55.727269 | 0.95s 2025-10-03 10:47:12.944226 | fa163ebf-0e86-c0b9-b49b-0000000037e3 | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-10-03 10:47:13.440844 | fa163ebf-0e86-c0b9-b49b-0000000037e3 | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-10-03 10:47:13.441684 | fa163ebf-0e86-c0b9-b49b-0000000037e3 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:20:56.255539 | 0.50s 2025-10-03 10:47:13.464155 | fa163ebf-0e86-c0b9-b49b-0000000037e4 | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-10-03 10:47:13.899591 | fa163ebf-0e86-c0b9-b49b-0000000037e4 | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-10-03 10:47:13.900973 | fa163ebf-0e86-c0b9-b49b-0000000037e4 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:20:56.714819 | 0.44s 2025-10-03 10:47:13.930877 | fa163ebf-0e86-c0b9-b49b-0000000037e5 | TASK | Enable and start tripleo-container-shutdown 2025-10-03 10:47:14.600021 | fa163ebf-0e86-c0b9-b49b-0000000037e5 | OK | Enable and start tripleo-container-shutdown | standalone 2025-10-03 10:47:14.602285 | fa163ebf-0e86-c0b9-b49b-0000000037e5 | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:20:57.416130 | 0.67s 2025-10-03 10:47:14.632927 | fa163ebf-0e86-c0b9-b49b-0000000037e6 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-10-03 10:47:15.128178 | fa163ebf-0e86-c0b9-b49b-0000000037e6 | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-10-03 10:47:15.129794 | fa163ebf-0e86-c0b9-b49b-0000000037e6 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:20:57.943638 | 0.50s 2025-10-03 10:47:15.160614 | fa163ebf-0e86-c0b9-b49b-0000000037e7 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-10-03 10:47:15.668951 | fa163ebf-0e86-c0b9-b49b-0000000037e7 | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-10-03 10:47:15.670087 | fa163ebf-0e86-c0b9-b49b-0000000037e7 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:20:58.483936 | 0.51s 2025-10-03 10:47:15.694125 | fa163ebf-0e86-c0b9-b49b-0000000037e8 | TASK | Enable and start netns-placeholder 2025-10-03 10:47:16.441387 | fa163ebf-0e86-c0b9-b49b-0000000037e8 | CHANGED | Enable and start netns-placeholder | standalone 2025-10-03 10:47:16.443865 | fa163ebf-0e86-c0b9-b49b-0000000037e8 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:20:59.257715 | 0.75s 2025-10-03 10:47:16.468922 | fa163ebf-0e86-c0b9-b49b-0000000037ae | TASK | Update container configs with new config hashes 2025-10-03 10:47:16.506847 | fa163ebf-0e86-c0b9-b49b-0000000037ae | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:20:59.320694 | 0.04s 2025-10-03 10:47:16.520804 | 20a2df4a-d285-4cf6-ba40-583c474aac98 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-10-03 10:47:16.547596 | fa163ebf-0e86-c0b9-b49b-000000003810 | TASK | Update config hashes for container startup configs 2025-10-03 10:47:16.853728 | fa163ebf-0e86-c0b9-b49b-000000003810 | OK | Update config hashes for container startup configs | standalone 2025-10-03 10:47:16.854738 | fa163ebf-0e86-c0b9-b49b-000000003810 | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:20:59.668589 | 0.31s 2025-10-03 10:47:16.879444 | fa163ebf-0e86-c0b9-b49b-0000000037af | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_3 2025-10-03 10:47:16.921836 | fa163ebf-0e86-c0b9-b49b-0000000037af | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:20:59.735680 | 0.04s 2025-10-03 10:47:16.937936 | 740af5a1-0c76-4a2e-803d-6085270104b6 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-03 10:47:16.962152 | fa163ebf-0e86-c0b9-b49b-00000000382f | TASK | Gather podman infos 2025-10-03 10:47:17.966092 | fa163ebf-0e86-c0b9-b49b-00000000382f | OK | Gather podman infos | standalone 2025-10-03 10:47:17.967285 | fa163ebf-0e86-c0b9-b49b-00000000382f | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:21:00.781131 | 1.00s 2025-10-03 10:47:18.115772 | fa163ebf-0e86-c0b9-b49b-000000003830 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 2025-10-03 10:47:18.191317 | fa163ebf-0e86-c0b9-b49b-000000003830 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:21:01.005152 | 0.07s 2025-10-03 10:47:18.341789 | fa163ebf-0e86-c0b9-b49b-000000003531 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:21:01.155627 | 0.08s 2025-10-03 10:47:18.400697 | fa163ebf-0e86-c0b9-b49b-0000000037b0 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_3 2025-10-03 10:47:18.453343 | fa163ebf-0e86-c0b9-b49b-0000000037b0 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:21:01.267175 | 0.05s 2025-10-03 10:47:18.478813 | 8cbf1182-b1ff-4615-9801-1265132e3b62 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-03 10:47:18.517652 | fa163ebf-0e86-c0b9-b49b-00000000389a | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 2025-10-03 10:48:13.412990 | fa163ebf-0e86-c0b9-b49b-00000000389a | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | standalone 2025-10-03 10:48:13.414539 | fa163ebf-0e86-c0b9-b49b-00000000389a | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:21:56.228386 | 54.90s 2025-10-03 10:48:13.437816 | fa163ebf-0e86-c0b9-b49b-00000000389b | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_3 2025-10-03 10:48:37.497236 | fa163ebf-0e86-c0b9-b49b-00000000389b | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_3 | standalone 2025-10-03 10:48:37.499690 | fa163ebf-0e86-c0b9-b49b-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:20.313543 | 24.06s 2025-10-03 10:48:37.574800 | fa163ebf-0e86-c0b9-b49b-00000000370d | TASK | Clean container_puppet_tasks for standalone step 3 2025-10-03 10:48:37.795844 | fa163ebf-0e86-c0b9-b49b-00000000370d | OK | Clean container_puppet_tasks for standalone step 3 | standalone 2025-10-03 10:48:37.797145 | fa163ebf-0e86-c0b9-b49b-00000000370d | TIMING | Clean container_puppet_tasks for standalone step 3 | standalone | 0:22:20.610991 | 0.22s 2025-10-03 10:48:37.843199 | fa163ebf-0e86-c0b9-b49b-00000000370e | TASK | Calculate container_puppet_tasks for standalone step 3 2025-10-03 10:48:37.893991 | fa163ebf-0e86-c0b9-b49b-00000000370e | TIMING | Calculate container_puppet_tasks for standalone step 3 | standalone | 0:22:20.707828 | 0.05s 2025-10-03 10:48:37.924126 | fa163ebf-0e86-c0b9-b49b-00000000370f | TASK | Include container-puppet tasks for step 3 2025-10-03 10:48:37.965503 | fa163ebf-0e86-c0b9-b49b-00000000370f | TIMING | Include container-puppet tasks for step 3 | standalone | 0:22:20.779336 | 0.04s 2025-10-03 10:48:37.990353 | 28a0c104-54ea-4f04-b12c-02135480ddb2 | INCLUDED | /root/standalone-ansible-cgj5i441/host-container-puppet-tasks.yaml | standalone 2025-10-03 10:48:38.037872 | fa163ebf-0e86-c0b9-b49b-0000000038e6 | TASK | Write container-puppet-tasks json file for standalone step 3 2025-10-03 10:48:38.503862 | fa163ebf-0e86-c0b9-b49b-0000000038e6 | CHANGED | Write container-puppet-tasks json file for standalone step 3 | standalone 2025-10-03 10:48:38.505032 | fa163ebf-0e86-c0b9-b49b-0000000038e6 | TIMING | Write container-puppet-tasks json file for standalone step 3 | standalone | 0:22:21.318878 | 0.47s 2025-10-03 10:48:38.534091 | fa163ebf-0e86-c0b9-b49b-0000000038e8 | TASK | Generate container puppet configs for step 3 2025-10-03 10:48:38.801594 | fa163ebf-0e86-c0b9-b49b-0000000038e8 | OK | Generate container puppet configs for step 3 | standalone 2025-10-03 10:48:38.802966 | fa163ebf-0e86-c0b9-b49b-0000000038e8 | TIMING | Generate container puppet configs for step 3 | standalone | 0:22:21.616812 | 0.27s 2025-10-03 10:48:38.832913 | fa163ebf-0e86-c0b9-b49b-0000000038e9 | TASK | Manage Puppet containers (bootstrap tasks) for step 3 with tripleo-ansible 2025-10-03 10:48:38.867189 | fa163ebf-0e86-c0b9-b49b-0000000038e9 | TIMING | Manage Puppet containers (bootstrap tasks) for step 3 with tripleo-ansible | standalone | 0:22:21.681025 | 0.03s 2025-10-03 10:48:38.936837 | fa163ebf-0e86-c0b9-b49b-000000003918 | TASK | Gather variables for each operating system 2025-10-03 10:48:39.028875 | fa163ebf-0e86-c0b9-b49b-000000003918 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:22:21.842710 | 0.09s 2025-10-03 10:48:39.058155 | fa163ebf-0e86-c0b9-b49b-000000003919 | TASK | Create container logs path 2025-10-03 10:48:39.302951 | fa163ebf-0e86-c0b9-b49b-000000003919 | OK | Create container logs path | standalone 2025-10-03 10:48:39.305100 | fa163ebf-0e86-c0b9-b49b-000000003919 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:22:22.118944 | 0.25s 2025-10-03 10:48:39.338609 | fa163ebf-0e86-c0b9-b49b-00000000391b | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_3 2025-10-03 10:48:39.554057 | fa163ebf-0e86-c0b9-b49b-00000000391b | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_3 | standalone 2025-10-03 10:48:39.555332 | fa163ebf-0e86-c0b9-b49b-00000000391b | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_3 | standalone | 0:22:22.369178 | 0.22s 2025-10-03 10:48:39.583827 | fa163ebf-0e86-c0b9-b49b-00000000391c | TASK | Finalise hashes for all containers 2025-10-03 10:48:39.624401 | fa163ebf-0e86-c0b9-b49b-00000000391c | OK | Finalise hashes for all containers | standalone 2025-10-03 10:48:39.625675 | fa163ebf-0e86-c0b9-b49b-00000000391c | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:22:22.439521 | 0.04s 2025-10-03 10:48:39.655695 | fa163ebf-0e86-c0b9-b49b-00000000391e | TASK | Manage systemd shutdown files 2025-10-03 10:48:39.687920 | fa163ebf-0e86-c0b9-b49b-00000000391e | SKIPPED | Manage systemd shutdown files | standalone 2025-10-03 10:48:39.689106 | fa163ebf-0e86-c0b9-b49b-00000000391e | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:22:22.502953 | 0.03s 2025-10-03 10:48:39.719181 | fa163ebf-0e86-c0b9-b49b-000000003920 | TASK | Update container configs with new config hashes 2025-10-03 10:48:39.783082 | fa163ebf-0e86-c0b9-b49b-000000003920 | SKIPPED | Update container configs with new config hashes | standalone 2025-10-03 10:48:39.784166 | fa163ebf-0e86-c0b9-b49b-000000003920 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:22:22.598017 | 0.06s 2025-10-03 10:48:39.810831 | fa163ebf-0e86-c0b9-b49b-000000003921 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_3 2025-10-03 10:48:39.864411 | fa163ebf-0e86-c0b9-b49b-000000003921 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone 2025-10-03 10:48:39.865281 | fa163ebf-0e86-c0b9-b49b-000000003921 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone | 0:22:22.679134 | 0.05s 2025-10-03 10:48:39.889546 | fa163ebf-0e86-c0b9-b49b-000000003922 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_3 2025-10-03 10:48:39.930632 | fa163ebf-0e86-c0b9-b49b-000000003922 | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone 2025-10-03 10:48:39.931341 | fa163ebf-0e86-c0b9-b49b-000000003922 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone | 0:22:22.745196 | 0.04s PLAY [External deployment step 4] ********************************************** 2025-10-03 10:48:40.069676 | fa163ebf-0e86-c0b9-b49b-0000000000de | TASK | External deployment step 4 2025-10-03 10:48:40.098523 | fa163ebf-0e86-c0b9-b49b-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', 'fa163ebf-0e86-c0b9-b49b-0000000000de') missing from stats 2025-10-03 10:48:40.151168 | fa163ebf-0e86-c0b9-b49b-0000000000df | TIMING | include_tasks | undercloud | 0:22:22.965012 | 0.04s 2025-10-03 10:48:40.172676 | 6dcb8f1e-22bb-4617-87a0-24df33053021 | INCLUDED | /root/standalone-ansible-cgj5i441/external_deploy_steps_tasks_step4.yaml | undercloud 2025-10-03 10:48:40.190141 | fa163ebf-0e86-c0b9-b49b-000000003971 | TASK | Clean up legacy Cinder keystone catalog entries 2025-10-03 10:48:41.871035 | fa163ebf-0e86-c0b9-b49b-000000003971 | OK | Clean up legacy Cinder keystone catalog entries | undercloud | item={'service_name': 'cinderv2', 'service_type': 'volumev2'} 2025-10-03 10:48:41.873106 | fa163ebf-0e86-c0b9-b49b-000000003971 | TIMING | Clean up legacy Cinder keystone catalog entries | undercloud | 0:22:24.686946 | 1.68s 2025-10-03 10:48:43.020254 | fa163ebf-0e86-c0b9-b49b-000000003971 | OK | Clean up legacy Cinder keystone catalog entries | undercloud | item={'service_name': 'cinderv3', 'service_type': 'volume'} 2025-10-03 10:48:43.022292 | fa163ebf-0e86-c0b9-b49b-000000003971 | TIMING | Clean up legacy Cinder keystone catalog entries | undercloud | 0:22:25.836142 | 2.83s 2025-10-03 10:48:43.032807 | fa163ebf-0e86-c0b9-b49b-000000003971 | TIMING | Clean up legacy Cinder keystone catalog entries | undercloud | 0:22:25.846648 | 2.84s 2025-10-03 10:48:43.052581 | fa163ebf-0e86-c0b9-b49b-000000003974 | TASK | Manage Keystone resources for OpenStack services 2025-10-03 10:48:43.104992 | fa163ebf-0e86-c0b9-b49b-000000003974 | TIMING | Manage Keystone resources for OpenStack services | undercloud | 0:22:25.918823 | 0.05s 2025-10-03 10:48:43.173589 | fa163ebf-0e86-c0b9-b49b-0000000039a0 | TASK | Create Keystone Admin resources 2025-10-03 10:48:43.225020 | fa163ebf-0e86-c0b9-b49b-0000000039a0 | TIMING | tripleo_keystone_resources : Create Keystone Admin resources | undercloud | 0:22:26.038861 | 0.05s 2025-10-03 10:48:43.253788 | 62430070-28e5-469a-be16-6df51947acb3 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/admin.yml | undercloud 2025-10-03 10:48:43.283948 | fa163ebf-0e86-c0b9-b49b-0000000039e1 | TASK | Create admin and service projects 2025-10-03 10:48:43.333971 | fa163ebf-0e86-c0b9-b49b-0000000039e1 | TIMING | tripleo_keystone_resources : Create admin and service projects | undercloud | 0:22:26.147813 | 0.05s 2025-10-03 10:48:43.344881 | f950c80d-60df-40da-859e-181678af482a | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/projects.yml | undercloud 2025-10-03 10:48:43.374157 | fa163ebf-0e86-c0b9-b49b-000000003a32 | TASK | Async creation of Keystone project 2025-10-03 10:48:43.784577 | fa163ebf-0e86-c0b9-b49b-000000003a32 | CHANGED | Async creation of Keystone project | undercloud | item=admin 2025-10-03 10:48:43.786613 | fa163ebf-0e86-c0b9-b49b-000000003a32 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:22:26.600459 | 0.41s 2025-10-03 10:48:44.045084 | fa163ebf-0e86-c0b9-b49b-000000003a32 | CHANGED | Async creation of Keystone project | undercloud | item=service 2025-10-03 10:48:44.045823 | fa163ebf-0e86-c0b9-b49b-000000003a32 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:22:26.859678 | 0.67s 2025-10-03 10:48:44.054066 | fa163ebf-0e86-c0b9-b49b-000000003a32 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:22:26.867911 | 0.68s 2025-10-03 10:48:44.074135 | fa163ebf-0e86-c0b9-b49b-000000003a34 | TASK | Check Keystone project status 2025-10-03 10:48:44.361420 | fa163ebf-0e86-c0b9-b49b-000000003a34 | WAITING | Check Keystone project status | undercloud | 30 retries left 2025-10-03 10:48:49.591726 | fa163ebf-0e86-c0b9-b49b-000000003a34 | OK | Check Keystone project status | undercloud | item=admin 2025-10-03 10:48:49.594815 | fa163ebf-0e86-c0b9-b49b-000000003a34 | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:22:32.408651 | 5.52s 2025-10-03 10:48:49.874377 | fa163ebf-0e86-c0b9-b49b-000000003a34 | CHANGED | Check Keystone project status | undercloud | item=service 2025-10-03 10:48:49.877080 | fa163ebf-0e86-c0b9-b49b-000000003a34 | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:22:32.690922 | 5.80s 2025-10-03 10:48:49.887814 | fa163ebf-0e86-c0b9-b49b-000000003a34 | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:22:32.701656 | 5.81s 2025-10-03 10:48:49.905335 | fa163ebf-0e86-c0b9-b49b-0000000039e2 | TASK | Create admin role 2025-10-03 10:48:51.209703 | fa163ebf-0e86-c0b9-b49b-0000000039e2 | OK | Create admin role | undercloud 2025-10-03 10:48:51.211363 | fa163ebf-0e86-c0b9-b49b-0000000039e2 | TIMING | tripleo_keystone_resources : Create admin role | undercloud | 0:22:34.025203 | 1.30s 2025-10-03 10:48:51.230946 | fa163ebf-0e86-c0b9-b49b-0000000039e3 | TASK | Create _member_ role 2025-10-03 10:48:51.293303 | fa163ebf-0e86-c0b9-b49b-0000000039e3 | SKIPPED | Create _member_ role | undercloud 2025-10-03 10:48:51.294511 | fa163ebf-0e86-c0b9-b49b-0000000039e3 | TIMING | tripleo_keystone_resources : Create _member_ role | undercloud | 0:22:34.108356 | 0.06s 2025-10-03 10:48:51.314945 | fa163ebf-0e86-c0b9-b49b-0000000039e4 | TASK | Check admin password 2025-10-03 10:48:52.652770 | fa163ebf-0e86-c0b9-b49b-0000000039e4 | OK | Check admin password | undercloud 2025-10-03 10:48:52.654886 | fa163ebf-0e86-c0b9-b49b-0000000039e4 | TIMING | tripleo_keystone_resources : Check admin password | undercloud | 0:22:35.468729 | 1.34s 2025-10-03 10:48:52.674565 | fa163ebf-0e86-c0b9-b49b-0000000039e5 | TASK | Create admin user 2025-10-03 10:48:54.326306 | fa163ebf-0e86-c0b9-b49b-0000000039e5 | CHANGED | Create admin user | undercloud 2025-10-03 10:48:54.327240 | fa163ebf-0e86-c0b9-b49b-0000000039e5 | TIMING | tripleo_keystone_resources : Create admin user | undercloud | 0:22:37.141092 | 1.65s 2025-10-03 10:48:54.345994 | fa163ebf-0e86-c0b9-b49b-0000000039e6 | TASK | Assign admin role to admin project for admin user 2025-10-03 10:48:55.950889 | fa163ebf-0e86-c0b9-b49b-0000000039e6 | OK | Assign admin role to admin project for admin user | undercloud 2025-10-03 10:48:55.952400 | fa163ebf-0e86-c0b9-b49b-0000000039e6 | TIMING | tripleo_keystone_resources : Assign admin role to admin project for admin user | undercloud | 0:22:38.766244 | 1.60s 2025-10-03 10:48:55.971886 | fa163ebf-0e86-c0b9-b49b-0000000039e7 | TASK | Assign _member_ role to admin project for admin user 2025-10-03 10:48:56.035129 | fa163ebf-0e86-c0b9-b49b-0000000039e7 | SKIPPED | Assign _member_ role to admin project for admin user | undercloud 2025-10-03 10:48:56.036063 | fa163ebf-0e86-c0b9-b49b-0000000039e7 | TIMING | tripleo_keystone_resources : Assign _member_ role to admin project for admin user | undercloud | 0:22:38.849917 | 0.06s 2025-10-03 10:48:56.051930 | fa163ebf-0e86-c0b9-b49b-0000000039e8 | TASK | Create identity service 2025-10-03 10:48:57.359349 | fa163ebf-0e86-c0b9-b49b-0000000039e8 | OK | Create identity service | undercloud 2025-10-03 10:48:57.361054 | fa163ebf-0e86-c0b9-b49b-0000000039e8 | TIMING | tripleo_keystone_resources : Create identity service | undercloud | 0:22:40.174899 | 1.31s 2025-10-03 10:48:57.380949 | fa163ebf-0e86-c0b9-b49b-0000000039e9 | TASK | Create identity public endpoint 2025-10-03 10:48:58.711445 | fa163ebf-0e86-c0b9-b49b-0000000039e9 | OK | Create identity public endpoint | undercloud 2025-10-03 10:48:58.712216 | fa163ebf-0e86-c0b9-b49b-0000000039e9 | TIMING | tripleo_keystone_resources : Create identity public endpoint | undercloud | 0:22:41.526072 | 1.33s 2025-10-03 10:48:58.726532 | fa163ebf-0e86-c0b9-b49b-0000000039ea | TASK | Create identity internal endpoint 2025-10-03 10:48:59.920086 | fa163ebf-0e86-c0b9-b49b-0000000039ea | OK | Create identity internal endpoint | undercloud 2025-10-03 10:48:59.921035 | fa163ebf-0e86-c0b9-b49b-0000000039ea | TIMING | tripleo_keystone_resources : Create identity internal endpoint | undercloud | 0:22:42.734887 | 1.19s 2025-10-03 10:48:59.935700 | fa163ebf-0e86-c0b9-b49b-0000000039eb | TASK | Create identity admin endpoint 2025-10-03 10:49:01.141616 | fa163ebf-0e86-c0b9-b49b-0000000039eb | OK | Create identity admin endpoint | undercloud 2025-10-03 10:49:01.143224 | fa163ebf-0e86-c0b9-b49b-0000000039eb | TIMING | tripleo_keystone_resources : Create identity admin endpoint | undercloud | 0:22:43.957067 | 1.21s 2025-10-03 10:49:01.161788 | fa163ebf-0e86-c0b9-b49b-0000000039a1 | TASK | Create Keystone Projects 2025-10-03 10:49:01.268016 | fa163ebf-0e86-c0b9-b49b-0000000039a1 | TIMING | tripleo_keystone_resources : Create Keystone Projects | undercloud | 0:22:44.081842 | 0.10s 2025-10-03 10:49:01.280544 | fa163ebf-0e86-c0b9-b49b-0000000039a1 | TIMING | tripleo_keystone_resources : Create Keystone Projects | undercloud | 0:22:44.094381 | 0.12s 2025-10-03 10:49:01.294213 | 4e39202f-ccf4-44ac-a918-1a57f4d330af | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/projects.yml | undercloud 2025-10-03 10:49:01.340024 | fa163ebf-0e86-c0b9-b49b-000000003abe | TASK | Async creation of Keystone project 2025-10-03 10:49:01.678629 | fa163ebf-0e86-c0b9-b49b-000000003abe | CHANGED | Async creation of Keystone project | undercloud | item=service 2025-10-03 10:49:01.680885 | fa163ebf-0e86-c0b9-b49b-000000003abe | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:22:44.494724 | 0.34s 2025-10-03 10:49:01.690971 | fa163ebf-0e86-c0b9-b49b-000000003abe | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:22:44.504814 | 0.35s 2025-10-03 10:49:01.709871 | fa163ebf-0e86-c0b9-b49b-000000003ac0 | TASK | Check Keystone project status 2025-10-03 10:49:01.978640 | fa163ebf-0e86-c0b9-b49b-000000003ac0 | WAITING | Check Keystone project status | undercloud | 30 retries left 2025-10-03 10:49:07.191638 | fa163ebf-0e86-c0b9-b49b-000000003ac0 | OK | Check Keystone project status | undercloud | item=service 2025-10-03 10:49:07.193707 | fa163ebf-0e86-c0b9-b49b-000000003ac0 | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:22:50.007552 | 5.48s 2025-10-03 10:49:07.204727 | fa163ebf-0e86-c0b9-b49b-000000003ac0 | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:22:50.018570 | 5.49s 2025-10-03 10:49:07.225156 | fa163ebf-0e86-c0b9-b49b-0000000039a3 | TASK | Create Keystone Domains 2025-10-03 10:49:07.317262 | fa163ebf-0e86-c0b9-b49b-0000000039a3 | TIMING | tripleo_keystone_resources : Create Keystone Domains | undercloud | 0:22:50.131105 | 0.09s 2025-10-03 10:49:07.322304 | fa163ebf-0e86-c0b9-b49b-0000000039a3 | TIMING | tripleo_keystone_resources : Create Keystone Domains | undercloud | 0:22:50.136150 | 0.09s 2025-10-03 10:49:07.338329 | 0b7d2101-2206-44ca-b29d-2e71f7bc7857 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/domains.yml | undercloud 2025-10-03 10:49:07.388836 | fa163ebf-0e86-c0b9-b49b-000000003b73 | TASK | Async creation of Keystone domains 2025-10-03 10:49:07.826337 | fa163ebf-0e86-c0b9-b49b-000000003b73 | CHANGED | Async creation of Keystone domains | undercloud | item=heat_stack 2025-10-03 10:49:07.828084 | fa163ebf-0e86-c0b9-b49b-000000003b73 | TIMING | tripleo_keystone_resources : Async creation of Keystone domains | undercloud | 0:22:50.641929 | 0.44s 2025-10-03 10:49:07.838370 | fa163ebf-0e86-c0b9-b49b-000000003b73 | TIMING | tripleo_keystone_resources : Async creation of Keystone domains | undercloud | 0:22:50.652217 | 0.45s 2025-10-03 10:49:07.857459 | fa163ebf-0e86-c0b9-b49b-000000003b75 | TASK | Check Keystone domain status 2025-10-03 10:49:08.155113 | fa163ebf-0e86-c0b9-b49b-000000003b75 | WAITING | Check Keystone domain status | undercloud | 30 retries left 2025-10-03 10:49:13.375817 | fa163ebf-0e86-c0b9-b49b-000000003b75 | CHANGED | Check Keystone domain status | undercloud | item=heat_stack 2025-10-03 10:49:13.377173 | fa163ebf-0e86-c0b9-b49b-000000003b75 | TIMING | tripleo_keystone_resources : Check Keystone domain status | undercloud | 0:22:56.191015 | 5.52s 2025-10-03 10:49:13.383641 | fa163ebf-0e86-c0b9-b49b-000000003b75 | TIMING | tripleo_keystone_resources : Check Keystone domain status | undercloud | 0:22:56.197484 | 5.52s 2025-10-03 10:49:13.402773 | fa163ebf-0e86-c0b9-b49b-0000000039a5 | TASK | Gather all OpenStack domains for Ansible >= 2.9.0 2025-10-03 10:49:13.434824 | fa163ebf-0e86-c0b9-b49b-0000000039a5 | TIMING | tripleo_keystone_resources : Gather all OpenStack domains for Ansible >= 2.9.0 | undercloud | 0:22:56.248636 | 0.03s 2025-10-03 10:49:13.446509 | 12cc168c-54ac-46dc-9cd7-d1c36561d17b | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/gather_domains.yml | undercloud 2025-10-03 10:49:13.487609 | fa163ebf-0e86-c0b9-b49b-000000003c3d | TASK | Collect OpenStack Keystone domains infos 2025-10-03 10:49:14.988453 | fa163ebf-0e86-c0b9-b49b-000000003c3d | OK | Collect OpenStack Keystone domains infos | undercloud 2025-10-03 10:49:14.990669 | fa163ebf-0e86-c0b9-b49b-000000003c3d | TIMING | tripleo_keystone_resources : Collect OpenStack Keystone domains infos | undercloud | 0:22:57.804506 | 1.50s 2025-10-03 10:49:15.010224 | fa163ebf-0e86-c0b9-b49b-000000003c3e | TASK | Set openstack_domains fact 2025-10-03 10:49:15.078239 | fa163ebf-0e86-c0b9-b49b-000000003c3e | OK | Set openstack_domains fact | undercloud 2025-10-03 10:49:15.079815 | fa163ebf-0e86-c0b9-b49b-000000003c3e | TIMING | tripleo_keystone_resources : Set openstack_domains fact | undercloud | 0:22:57.893659 | 0.07s 2025-10-03 10:49:15.098956 | fa163ebf-0e86-c0b9-b49b-0000000039a6 | TASK | Create Keystone Services 2025-10-03 10:49:15.200290 | fa163ebf-0e86-c0b9-b49b-0000000039a6 | TIMING | tripleo_keystone_resources : Create Keystone Services | undercloud | 0:22:58.014112 | 0.10s 2025-10-03 10:49:15.220519 | fa163ebf-0e86-c0b9-b49b-0000000039a6 | TIMING | tripleo_keystone_resources : Create Keystone Services | undercloud | 0:22:58.034370 | 0.12s 2025-10-03 10:49:15.234599 | fa163ebf-0e86-c0b9-b49b-0000000039a6 | TIMING | tripleo_keystone_resources : Create Keystone Services | undercloud | 0:22:58.048444 | 0.13s 2025-10-03 10:49:15.246793 | bdb5d521-eeff-4934-a47a-dbb10f5cf35d | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/services.yml | undercloud 2025-10-03 10:49:15.252518 | 00fe48a5-4886-4129-b1af-a23cb87e42ea | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/services.yml | undercloud 2025-10-03 10:49:15.288064 | fa163ebf-0e86-c0b9-b49b-000000003d1a | TASK | Async creation of Keystone service 2025-10-03 10:49:15.629043 | fa163ebf-0e86-c0b9-b49b-000000003d1a | CHANGED | Async creation of Keystone service | undercloud | item=aodh 2025-10-03 10:49:15.631264 | fa163ebf-0e86-c0b9-b49b-000000003d1a | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:58.445088 | 0.34s 2025-10-03 10:49:15.917646 | fa163ebf-0e86-c0b9-b49b-000000003d1a | CHANGED | Async creation of Keystone service | undercloud | item=cinderv3 2025-10-03 10:49:15.918917 | fa163ebf-0e86-c0b9-b49b-000000003d1a | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:58.732768 | 0.63s 2025-10-03 10:49:16.194504 | fa163ebf-0e86-c0b9-b49b-000000003d1a | CHANGED | Async creation of Keystone service | undercloud | item=glance 2025-10-03 10:49:16.195512 | fa163ebf-0e86-c0b9-b49b-000000003d1a | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:59.009362 | 0.91s 2025-10-03 10:49:16.472837 | fa163ebf-0e86-c0b9-b49b-000000003d1a | CHANGED | Async creation of Keystone service | undercloud | item=gnocchi 2025-10-03 10:49:16.473922 | fa163ebf-0e86-c0b9-b49b-000000003d1a | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:59.287772 | 1.18s 2025-10-03 10:49:16.796584 | fa163ebf-0e86-c0b9-b49b-000000003d1a | CHANGED | Async creation of Keystone service | undercloud | item=heat 2025-10-03 10:49:16.797657 | fa163ebf-0e86-c0b9-b49b-000000003d1a | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:59.611507 | 1.51s 2025-10-03 10:49:17.086219 | fa163ebf-0e86-c0b9-b49b-000000003d1a | CHANGED | Async creation of Keystone service | undercloud | item=heat-cfn 2025-10-03 10:49:17.087134 | fa163ebf-0e86-c0b9-b49b-000000003d1a | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:59.900985 | 1.80s 2025-10-03 10:49:17.489056 | fa163ebf-0e86-c0b9-b49b-000000003d1a | CHANGED | Async creation of Keystone service | undercloud | item=manila 2025-10-03 10:49:17.489850 | fa163ebf-0e86-c0b9-b49b-000000003d1a | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:23:00.303709 | 2.20s 2025-10-03 10:49:17.813698 | fa163ebf-0e86-c0b9-b49b-000000003d1a | CHANGED | Async creation of Keystone service | undercloud | item=manilav2 2025-10-03 10:49:17.814370 | fa163ebf-0e86-c0b9-b49b-000000003d1a | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:23:00.628228 | 2.53s 2025-10-03 10:49:18.149643 | fa163ebf-0e86-c0b9-b49b-000000003d1a | CHANGED | Async creation of Keystone service | undercloud | item=neutron 2025-10-03 10:49:18.150366 | fa163ebf-0e86-c0b9-b49b-000000003d1a | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:23:00.964224 | 2.86s 2025-10-03 10:49:18.467027 | fa163ebf-0e86-c0b9-b49b-000000003d1a | CHANGED | Async creation of Keystone service | undercloud | item=nova 2025-10-03 10:49:18.468831 | fa163ebf-0e86-c0b9-b49b-000000003d1a | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:23:01.282679 | 3.18s 2025-10-03 10:49:18.480599 | fa163ebf-0e86-c0b9-b49b-000000003d1a | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:23:01.294448 | 3.19s 2025-10-03 10:49:18.502610 | fa163ebf-0e86-c0b9-b49b-000000003d1c | TASK | Check Keystone service status 2025-10-03 10:49:18.745923 | fa163ebf-0e86-c0b9-b49b-000000003d1c | CHANGED | Check Keystone service status | undercloud | item=aodh 2025-10-03 10:49:18.746792 | fa163ebf-0e86-c0b9-b49b-000000003d1c | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:23:01.560647 | 0.24s 2025-10-03 10:49:19.015637 | fa163ebf-0e86-c0b9-b49b-000000003d1c | CHANGED | Check Keystone service status | undercloud | item=cinderv3 2025-10-03 10:49:19.017003 | fa163ebf-0e86-c0b9-b49b-000000003d1c | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:23:01.830861 | 0.51s 2025-10-03 10:49:19.255025 | fa163ebf-0e86-c0b9-b49b-000000003d1c | CHANGED | Check Keystone service status | undercloud | item=glance 2025-10-03 10:49:19.255979 | fa163ebf-0e86-c0b9-b49b-000000003d1c | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:23:02.069831 | 0.75s 2025-10-03 10:49:19.524900 | fa163ebf-0e86-c0b9-b49b-000000003d1c | CHANGED | Check Keystone service status | undercloud | item=gnocchi 2025-10-03 10:49:19.525607 | fa163ebf-0e86-c0b9-b49b-000000003d1c | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:23:02.339464 | 1.02s 2025-10-03 10:49:19.842969 | fa163ebf-0e86-c0b9-b49b-000000003d1c | CHANGED | Check Keystone service status | undercloud | item=heat 2025-10-03 10:49:19.844302 | fa163ebf-0e86-c0b9-b49b-000000003d1c | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:23:02.658150 | 1.34s 2025-10-03 10:49:20.134886 | fa163ebf-0e86-c0b9-b49b-000000003d1c | CHANGED | Check Keystone service status | undercloud | item=heat-cfn 2025-10-03 10:49:20.136766 | fa163ebf-0e86-c0b9-b49b-000000003d1c | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:23:02.950619 | 1.63s 2025-10-03 10:49:20.397900 | fa163ebf-0e86-c0b9-b49b-000000003d1c | CHANGED | Check Keystone service status | undercloud | item=manila 2025-10-03 10:49:20.400797 | fa163ebf-0e86-c0b9-b49b-000000003d1c | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:23:03.214645 | 1.90s 2025-10-03 10:49:20.659879 | fa163ebf-0e86-c0b9-b49b-000000003d1c | CHANGED | Check Keystone service status | undercloud | item=manilav2 2025-10-03 10:49:20.662283 | fa163ebf-0e86-c0b9-b49b-000000003d1c | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:23:03.476130 | 2.16s 2025-10-03 10:49:20.906464 | fa163ebf-0e86-c0b9-b49b-000000003d1c | CHANGED | Check Keystone service status | undercloud | item=neutron 2025-10-03 10:49:20.908942 | fa163ebf-0e86-c0b9-b49b-000000003d1c | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:23:03.722780 | 2.40s 2025-10-03 10:49:21.187015 | fa163ebf-0e86-c0b9-b49b-000000003d1c | CHANGED | Check Keystone service status | undercloud | item=nova 2025-10-03 10:49:21.188166 | fa163ebf-0e86-c0b9-b49b-000000003d1c | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:23:04.002016 | 2.68s 2025-10-03 10:49:21.205317 | fa163ebf-0e86-c0b9-b49b-000000003d1c | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:23:04.019160 | 2.70s 2025-10-03 10:49:21.230207 | fa163ebf-0e86-c0b9-b49b-000000003d21 | TASK | Async creation of Keystone service 2025-10-03 10:49:21.601867 | fa163ebf-0e86-c0b9-b49b-000000003d21 | CHANGED | Async creation of Keystone service | undercloud | item=octavia 2025-10-03 10:49:21.604795 | fa163ebf-0e86-c0b9-b49b-000000003d21 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:23:04.418608 | 0.37s 2025-10-03 10:49:21.879200 | fa163ebf-0e86-c0b9-b49b-000000003d21 | CHANGED | Async creation of Keystone service | undercloud | item=placement 2025-10-03 10:49:21.880171 | fa163ebf-0e86-c0b9-b49b-000000003d21 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:23:04.694030 | 0.65s 2025-10-03 10:49:22.189939 | fa163ebf-0e86-c0b9-b49b-000000003d21 | CHANGED | Async creation of Keystone service | undercloud | item=swift 2025-10-03 10:49:22.191251 | fa163ebf-0e86-c0b9-b49b-000000003d21 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:23:05.005110 | 0.96s 2025-10-03 10:49:22.202340 | fa163ebf-0e86-c0b9-b49b-000000003d21 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:23:05.016192 | 0.97s 2025-10-03 10:49:22.221733 | fa163ebf-0e86-c0b9-b49b-000000003d23 | TASK | Check Keystone service status 2025-10-03 10:49:22.502514 | fa163ebf-0e86-c0b9-b49b-000000003d23 | WAITING | Check Keystone service status | undercloud | 30 retries left 2025-10-03 10:49:27.733873 | fa163ebf-0e86-c0b9-b49b-000000003d23 | CHANGED | Check Keystone service status | undercloud | item=octavia 2025-10-03 10:49:27.734862 | fa163ebf-0e86-c0b9-b49b-000000003d23 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:23:10.548712 | 5.51s 2025-10-03 10:49:27.988537 | fa163ebf-0e86-c0b9-b49b-000000003d23 | CHANGED | Check Keystone service status | undercloud | item=placement 2025-10-03 10:49:27.989450 | fa163ebf-0e86-c0b9-b49b-000000003d23 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:23:10.803278 | 5.77s 2025-10-03 10:49:28.216418 | fa163ebf-0e86-c0b9-b49b-000000003d23 | CHANGED | Check Keystone service status | undercloud | item=swift 2025-10-03 10:49:28.218677 | fa163ebf-0e86-c0b9-b49b-000000003d23 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:23:11.032518 | 6.00s 2025-10-03 10:49:28.229784 | fa163ebf-0e86-c0b9-b49b-000000003d23 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:23:11.043624 | 6.01s 2025-10-03 10:49:28.249984 | fa163ebf-0e86-c0b9-b49b-0000000039a8 | TASK | Create Keystone Endpoints 2025-10-03 10:49:28.331680 | fa163ebf-0e86-c0b9-b49b-0000000039a8 | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:23:11.145507 | 0.08s 2025-10-03 10:49:28.362547 | fa163ebf-0e86-c0b9-b49b-0000000039a8 | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:23:11.176398 | 0.11s 2025-10-03 10:49:28.388745 | fa163ebf-0e86-c0b9-b49b-0000000039a8 | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:23:11.202597 | 0.14s 2025-10-03 10:49:28.399872 | fa163ebf-0e86-c0b9-b49b-0000000039a8 | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:23:11.213723 | 0.15s 2025-10-03 10:49:28.405790 | 5f3ee6f9-b943-4a5e-8bf2-85b288218db5 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/loop-endpoints.yml | undercloud 2025-10-03 10:49:28.410101 | 65b10901-56a6-4c6c-a391-ca967e37f17c | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/loop-endpoints.yml | undercloud 2025-10-03 10:49:28.413595 | 5baeddf1-e602-48b8-8861-4524b805632b | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/loop-endpoints.yml | undercloud 2025-10-03 10:49:28.460496 | fa163ebf-0e86-c0b9-b49b-000000003e53 | TASK | Create Keystone public endpoints 2025-10-03 10:49:28.545852 | fa163ebf-0e86-c0b9-b49b-000000003e53 | TIMING | tripleo_keystone_resources : Create Keystone public endpoints | undercloud | 0:23:11.359692 | 0.08s 2025-10-03 10:49:28.567413 | fa163ebf-0e86-c0b9-b49b-000000003e53 | TIMING | tripleo_keystone_resources : Create Keystone public endpoints | undercloud | 0:23:11.381257 | 0.11s 2025-10-03 10:49:28.585947 | fa163ebf-0e86-c0b9-b49b-000000003e53 | TIMING | tripleo_keystone_resources : Create Keystone public endpoints | undercloud | 0:23:11.399785 | 0.12s 2025-10-03 10:49:28.607011 | 93af5b7f-de04-4abc-9337-f0902ed9d449 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-10-03 10:49:28.617280 | c4415164-8330-48a7-9478-8d431f2abf87 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-10-03 10:49:28.637993 | fa163ebf-0e86-c0b9-b49b-000000003f7b | TASK | Async creation of Keystone public endpoint 2025-10-03 10:49:28.999685 | fa163ebf-0e86-c0b9-b49b-000000003f7b | CHANGED | Async creation of Keystone public endpoint | undercloud | item=aodh 2025-10-03 10:49:29.000638 | fa163ebf-0e86-c0b9-b49b-000000003f7b | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:23:11.814488 | 0.36s 2025-10-03 10:49:29.290106 | fa163ebf-0e86-c0b9-b49b-000000003f7b | CHANGED | Async creation of Keystone public endpoint | undercloud | item=cinderv3 2025-10-03 10:49:29.290922 | fa163ebf-0e86-c0b9-b49b-000000003f7b | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:23:12.104776 | 0.65s 2025-10-03 10:49:29.541154 | fa163ebf-0e86-c0b9-b49b-000000003f7b | CHANGED | Async creation of Keystone public endpoint | undercloud | item=glance 2025-10-03 10:49:29.542167 | fa163ebf-0e86-c0b9-b49b-000000003f7b | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:23:12.356015 | 0.90s 2025-10-03 10:49:29.792828 | fa163ebf-0e86-c0b9-b49b-000000003f7b | CHANGED | Async creation of Keystone public endpoint | undercloud | item=gnocchi 2025-10-03 10:49:29.793926 | fa163ebf-0e86-c0b9-b49b-000000003f7b | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:23:12.607774 | 1.15s 2025-10-03 10:49:30.013969 | fa163ebf-0e86-c0b9-b49b-000000003f7b | CHANGED | Async creation of Keystone public endpoint | undercloud | item=heat 2025-10-03 10:49:30.015471 | fa163ebf-0e86-c0b9-b49b-000000003f7b | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:23:12.829320 | 1.38s 2025-10-03 10:49:30.287542 | fa163ebf-0e86-c0b9-b49b-000000003f7b | CHANGED | Async creation of Keystone public endpoint | undercloud | item=heat-cfn 2025-10-03 10:49:30.288137 | fa163ebf-0e86-c0b9-b49b-000000003f7b | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:23:13.101995 | 1.65s 2025-10-03 10:49:30.596321 | fa163ebf-0e86-c0b9-b49b-000000003f7b | CHANGED | Async creation of Keystone public endpoint | undercloud | item=manila 2025-10-03 10:49:30.596928 | fa163ebf-0e86-c0b9-b49b-000000003f7b | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:23:13.410786 | 1.96s 2025-10-03 10:49:30.890988 | fa163ebf-0e86-c0b9-b49b-000000003f7b | CHANGED | Async creation of Keystone public endpoint | undercloud | item=manilav2 2025-10-03 10:49:30.892032 | fa163ebf-0e86-c0b9-b49b-000000003f7b | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:23:13.705880 | 2.25s 2025-10-03 10:49:31.195016 | fa163ebf-0e86-c0b9-b49b-000000003f7b | CHANGED | Async creation of Keystone public endpoint | undercloud | item=neutron 2025-10-03 10:49:31.195743 | fa163ebf-0e86-c0b9-b49b-000000003f7b | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:23:14.009599 | 2.56s 2025-10-03 10:49:31.487629 | fa163ebf-0e86-c0b9-b49b-000000003f7b | CHANGED | Async creation of Keystone public endpoint | undercloud | item=nova 2025-10-03 10:49:31.488697 | fa163ebf-0e86-c0b9-b49b-000000003f7b | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:23:14.302546 | 2.85s 2025-10-03 10:49:31.495343 | fa163ebf-0e86-c0b9-b49b-000000003f7b | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:23:14.309191 | 2.86s 2025-10-03 10:49:31.512014 | fa163ebf-0e86-c0b9-b49b-000000003f7d | TASK | Check Keystone public endpoint status 2025-10-03 10:49:31.833921 | fa163ebf-0e86-c0b9-b49b-000000003f7d | CHANGED | Check Keystone public endpoint status | undercloud | item=aodh 2025-10-03 10:49:31.836112 | fa163ebf-0e86-c0b9-b49b-000000003f7d | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:23:14.649950 | 0.32s 2025-10-03 10:49:32.075485 | fa163ebf-0e86-c0b9-b49b-000000003f7d | CHANGED | Check Keystone public endpoint status | undercloud | item=cinderv3 2025-10-03 10:49:32.077121 | fa163ebf-0e86-c0b9-b49b-000000003f7d | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:23:14.890970 | 0.56s 2025-10-03 10:49:32.296259 | fa163ebf-0e86-c0b9-b49b-000000003f7d | CHANGED | Check Keystone public endpoint status | undercloud | item=glance 2025-10-03 10:49:32.298528 | fa163ebf-0e86-c0b9-b49b-000000003f7d | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:23:15.112372 | 0.79s 2025-10-03 10:49:32.514553 | fa163ebf-0e86-c0b9-b49b-000000003f7d | CHANGED | Check Keystone public endpoint status | undercloud | item=gnocchi 2025-10-03 10:49:32.516484 | fa163ebf-0e86-c0b9-b49b-000000003f7d | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:23:15.330331 | 1.00s 2025-10-03 10:49:32.749872 | fa163ebf-0e86-c0b9-b49b-000000003f7d | CHANGED | Check Keystone public endpoint status | undercloud | item=heat 2025-10-03 10:49:32.751171 | fa163ebf-0e86-c0b9-b49b-000000003f7d | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:23:15.565019 | 1.24s 2025-10-03 10:49:33.002619 | fa163ebf-0e86-c0b9-b49b-000000003f7d | WAITING | Check Keystone public endpoint status | undercloud | 30 retries left 2025-10-03 10:49:38.232261 | fa163ebf-0e86-c0b9-b49b-000000003f7d | CHANGED | Check Keystone public endpoint status | undercloud | item=heat-cfn 2025-10-03 10:49:38.234461 | fa163ebf-0e86-c0b9-b49b-000000003f7d | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:23:21.048282 | 6.72s 2025-10-03 10:49:38.512162 | fa163ebf-0e86-c0b9-b49b-000000003f7d | CHANGED | Check Keystone public endpoint status | undercloud | item=manila 2025-10-03 10:49:38.514085 | fa163ebf-0e86-c0b9-b49b-000000003f7d | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:23:21.327933 | 7.00s 2025-10-03 10:49:38.789492 | fa163ebf-0e86-c0b9-b49b-000000003f7d | CHANGED | Check Keystone public endpoint status | undercloud | item=manilav2 2025-10-03 10:49:38.790827 | fa163ebf-0e86-c0b9-b49b-000000003f7d | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:23:21.604674 | 7.28s 2025-10-03 10:49:39.052510 | fa163ebf-0e86-c0b9-b49b-000000003f7d | CHANGED | Check Keystone public endpoint status | undercloud | item=neutron 2025-10-03 10:49:39.054162 | fa163ebf-0e86-c0b9-b49b-000000003f7d | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:23:21.868004 | 7.54s 2025-10-03 10:49:39.280734 | fa163ebf-0e86-c0b9-b49b-000000003f7d | CHANGED | Check Keystone public endpoint status | undercloud | item=nova 2025-10-03 10:49:39.281452 | fa163ebf-0e86-c0b9-b49b-000000003f7d | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:23:22.095308 | 7.77s 2025-10-03 10:49:39.290461 | fa163ebf-0e86-c0b9-b49b-000000003f7d | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:23:22.104278 | 7.78s 2025-10-03 10:49:39.318591 | fa163ebf-0e86-c0b9-b49b-000000003f82 | TASK | Async creation of Keystone public endpoint 2025-10-03 10:49:39.690326 | fa163ebf-0e86-c0b9-b49b-000000003f82 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=octavia 2025-10-03 10:49:39.691964 | fa163ebf-0e86-c0b9-b49b-000000003f82 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:23:22.505774 | 0.37s 2025-10-03 10:49:40.006350 | fa163ebf-0e86-c0b9-b49b-000000003f82 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=placement 2025-10-03 10:49:40.007288 | fa163ebf-0e86-c0b9-b49b-000000003f82 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:23:22.821138 | 0.69s 2025-10-03 10:49:40.300615 | fa163ebf-0e86-c0b9-b49b-000000003f82 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=swift 2025-10-03 10:49:40.301199 | fa163ebf-0e86-c0b9-b49b-000000003f82 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:23:23.115057 | 0.98s 2025-10-03 10:49:40.309413 | fa163ebf-0e86-c0b9-b49b-000000003f82 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:23:23.123257 | 0.99s 2025-10-03 10:49:40.331232 | fa163ebf-0e86-c0b9-b49b-000000003f84 | TASK | Check Keystone public endpoint status 2025-10-03 10:49:40.597204 | fa163ebf-0e86-c0b9-b49b-000000003f84 | WAITING | Check Keystone public endpoint status | undercloud | 30 retries left 2025-10-03 10:49:45.829976 | fa163ebf-0e86-c0b9-b49b-000000003f84 | CHANGED | Check Keystone public endpoint status | undercloud | item=octavia 2025-10-03 10:49:45.830948 | fa163ebf-0e86-c0b9-b49b-000000003f84 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:23:28.644802 | 5.50s 2025-10-03 10:49:46.088356 | fa163ebf-0e86-c0b9-b49b-000000003f84 | CHANGED | Check Keystone public endpoint status | undercloud | item=placement 2025-10-03 10:49:46.089498 | fa163ebf-0e86-c0b9-b49b-000000003f84 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:23:28.903347 | 5.76s 2025-10-03 10:49:46.345360 | fa163ebf-0e86-c0b9-b49b-000000003f84 | CHANGED | Check Keystone public endpoint status | undercloud | item=swift 2025-10-03 10:49:46.347108 | fa163ebf-0e86-c0b9-b49b-000000003f84 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:23:29.160956 | 6.01s 2025-10-03 10:49:46.358231 | fa163ebf-0e86-c0b9-b49b-000000003f84 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:23:29.172079 | 6.03s 2025-10-03 10:49:46.377183 | fa163ebf-0e86-c0b9-b49b-000000003e58 | TASK | Create Keystone admin endpoints 2025-10-03 10:49:46.493624 | fa163ebf-0e86-c0b9-b49b-000000003e58 | TIMING | tripleo_keystone_resources : Create Keystone admin endpoints | undercloud | 0:23:29.307451 | 0.12s 2025-10-03 10:49:46.524937 | fa163ebf-0e86-c0b9-b49b-000000003e58 | TIMING | tripleo_keystone_resources : Create Keystone admin endpoints | undercloud | 0:23:29.338789 | 0.15s 2025-10-03 10:49:46.537812 | fa163ebf-0e86-c0b9-b49b-000000003e58 | TIMING | tripleo_keystone_resources : Create Keystone admin endpoints | undercloud | 0:23:29.351660 | 0.16s 2025-10-03 10:49:46.548132 | b6d2b21d-40b1-4f7b-9ad4-dac2e10d8969 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-10-03 10:49:46.552735 | 9276f361-0e1d-4181-89f8-2d198fc737c5 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-10-03 10:49:46.571855 | fa163ebf-0e86-c0b9-b49b-000000003fde | TASK | Async creation of Keystone admin endpoint 2025-10-03 10:49:46.903948 | fa163ebf-0e86-c0b9-b49b-000000003fde | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=aodh 2025-10-03 10:49:46.906281 | fa163ebf-0e86-c0b9-b49b-000000003fde | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:23:29.720118 | 0.33s 2025-10-03 10:49:47.195815 | fa163ebf-0e86-c0b9-b49b-000000003fde | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=cinderv3 2025-10-03 10:49:47.196799 | fa163ebf-0e86-c0b9-b49b-000000003fde | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:23:30.010651 | 0.62s 2025-10-03 10:49:47.499860 | fa163ebf-0e86-c0b9-b49b-000000003fde | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=glance 2025-10-03 10:49:47.500859 | fa163ebf-0e86-c0b9-b49b-000000003fde | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:23:30.314710 | 0.93s 2025-10-03 10:49:47.843294 | fa163ebf-0e86-c0b9-b49b-000000003fde | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=gnocchi 2025-10-03 10:49:47.843957 | fa163ebf-0e86-c0b9-b49b-000000003fde | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:23:30.657815 | 1.27s 2025-10-03 10:49:48.136204 | fa163ebf-0e86-c0b9-b49b-000000003fde | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=heat 2025-10-03 10:49:48.136864 | fa163ebf-0e86-c0b9-b49b-000000003fde | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:23:30.950722 | 1.56s 2025-10-03 10:49:48.444581 | fa163ebf-0e86-c0b9-b49b-000000003fde | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=heat-cfn 2025-10-03 10:49:48.445204 | fa163ebf-0e86-c0b9-b49b-000000003fde | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:23:31.259061 | 1.87s 2025-10-03 10:49:48.757622 | fa163ebf-0e86-c0b9-b49b-000000003fde | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=manila 2025-10-03 10:49:48.758755 | fa163ebf-0e86-c0b9-b49b-000000003fde | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:23:31.572613 | 2.19s 2025-10-03 10:49:49.007139 | fa163ebf-0e86-c0b9-b49b-000000003fde | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=manilav2 2025-10-03 10:49:49.008387 | fa163ebf-0e86-c0b9-b49b-000000003fde | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:23:31.822243 | 2.44s 2025-10-03 10:49:49.248871 | fa163ebf-0e86-c0b9-b49b-000000003fde | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=neutron 2025-10-03 10:49:49.250215 | fa163ebf-0e86-c0b9-b49b-000000003fde | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:23:32.064067 | 2.68s 2025-10-03 10:49:49.516583 | fa163ebf-0e86-c0b9-b49b-000000003fde | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=nova 2025-10-03 10:49:49.517607 | fa163ebf-0e86-c0b9-b49b-000000003fde | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:23:32.331456 | 2.94s 2025-10-03 10:49:49.523815 | fa163ebf-0e86-c0b9-b49b-000000003fde | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:23:32.337668 | 2.95s 2025-10-03 10:49:49.540774 | fa163ebf-0e86-c0b9-b49b-000000003fe0 | TASK | Check Keystone admin endpoint status 2025-10-03 10:49:49.812325 | fa163ebf-0e86-c0b9-b49b-000000003fe0 | CHANGED | Check Keystone admin endpoint status | undercloud | item=aodh 2025-10-03 10:49:49.813233 | fa163ebf-0e86-c0b9-b49b-000000003fe0 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:23:32.627086 | 0.27s 2025-10-03 10:49:50.047786 | fa163ebf-0e86-c0b9-b49b-000000003fe0 | CHANGED | Check Keystone admin endpoint status | undercloud | item=cinderv3 2025-10-03 10:49:50.049271 | fa163ebf-0e86-c0b9-b49b-000000003fe0 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:23:32.863127 | 0.51s 2025-10-03 10:49:50.239387 | fa163ebf-0e86-c0b9-b49b-000000003fe0 | CHANGED | Check Keystone admin endpoint status | undercloud | item=glance 2025-10-03 10:49:50.240932 | fa163ebf-0e86-c0b9-b49b-000000003fe0 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:23:33.054786 | 0.70s 2025-10-03 10:49:50.500833 | fa163ebf-0e86-c0b9-b49b-000000003fe0 | CHANGED | Check Keystone admin endpoint status | undercloud | item=gnocchi 2025-10-03 10:49:50.502849 | fa163ebf-0e86-c0b9-b49b-000000003fe0 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:23:33.316697 | 0.96s 2025-10-03 10:49:50.787614 | fa163ebf-0e86-c0b9-b49b-000000003fe0 | CHANGED | Check Keystone admin endpoint status | undercloud | item=heat 2025-10-03 10:49:50.788799 | fa163ebf-0e86-c0b9-b49b-000000003fe0 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:23:33.602647 | 1.25s 2025-10-03 10:49:51.026032 | fa163ebf-0e86-c0b9-b49b-000000003fe0 | CHANGED | Check Keystone admin endpoint status | undercloud | item=heat-cfn 2025-10-03 10:49:51.027379 | fa163ebf-0e86-c0b9-b49b-000000003fe0 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:23:33.841228 | 1.49s 2025-10-03 10:49:51.252278 | fa163ebf-0e86-c0b9-b49b-000000003fe0 | CHANGED | Check Keystone admin endpoint status | undercloud | item=manila 2025-10-03 10:49:51.253187 | fa163ebf-0e86-c0b9-b49b-000000003fe0 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:23:34.067042 | 1.71s 2025-10-03 10:49:51.489277 | fa163ebf-0e86-c0b9-b49b-000000003fe0 | CHANGED | Check Keystone admin endpoint status | undercloud | item=manilav2 2025-10-03 10:49:51.491131 | fa163ebf-0e86-c0b9-b49b-000000003fe0 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:23:34.304978 | 1.95s 2025-10-03 10:49:51.744574 | fa163ebf-0e86-c0b9-b49b-000000003fe0 | CHANGED | Check Keystone admin endpoint status | undercloud | item=neutron 2025-10-03 10:49:51.745773 | fa163ebf-0e86-c0b9-b49b-000000003fe0 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:23:34.559621 | 2.20s 2025-10-03 10:49:51.976463 | fa163ebf-0e86-c0b9-b49b-000000003fe0 | CHANGED | Check Keystone admin endpoint status | undercloud | item=nova 2025-10-03 10:49:51.977614 | fa163ebf-0e86-c0b9-b49b-000000003fe0 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:23:34.791464 | 2.44s 2025-10-03 10:49:51.989703 | fa163ebf-0e86-c0b9-b49b-000000003fe0 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:23:34.803553 | 2.45s 2025-10-03 10:49:52.016511 | fa163ebf-0e86-c0b9-b49b-000000003fe5 | TASK | Async creation of Keystone admin endpoint 2025-10-03 10:49:52.363840 | fa163ebf-0e86-c0b9-b49b-000000003fe5 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=octavia 2025-10-03 10:49:52.366473 | fa163ebf-0e86-c0b9-b49b-000000003fe5 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:23:35.180268 | 0.35s 2025-10-03 10:49:52.647622 | fa163ebf-0e86-c0b9-b49b-000000003fe5 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=placement 2025-10-03 10:49:52.648611 | fa163ebf-0e86-c0b9-b49b-000000003fe5 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:23:35.462462 | 0.63s 2025-10-03 10:49:52.954669 | fa163ebf-0e86-c0b9-b49b-000000003fe5 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=swift 2025-10-03 10:49:52.955615 | fa163ebf-0e86-c0b9-b49b-000000003fe5 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:23:35.769473 | 0.94s 2025-10-03 10:49:52.960999 | fa163ebf-0e86-c0b9-b49b-000000003fe5 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:23:35.774853 | 0.94s 2025-10-03 10:49:52.976571 | fa163ebf-0e86-c0b9-b49b-000000003fe7 | TASK | Check Keystone admin endpoint status 2025-10-03 10:49:53.258893 | fa163ebf-0e86-c0b9-b49b-000000003fe7 | WAITING | Check Keystone admin endpoint status | undercloud | 30 retries left 2025-10-03 10:49:58.470886 | fa163ebf-0e86-c0b9-b49b-000000003fe7 | CHANGED | Check Keystone admin endpoint status | undercloud | item=octavia 2025-10-03 10:49:58.472903 | fa163ebf-0e86-c0b9-b49b-000000003fe7 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:23:41.286745 | 5.50s 2025-10-03 10:49:58.654299 | fa163ebf-0e86-c0b9-b49b-000000003fe7 | CHANGED | Check Keystone admin endpoint status | undercloud | item=placement 2025-10-03 10:49:58.655484 | fa163ebf-0e86-c0b9-b49b-000000003fe7 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:23:41.469339 | 5.68s 2025-10-03 10:49:58.917730 | fa163ebf-0e86-c0b9-b49b-000000003fe7 | CHANGED | Check Keystone admin endpoint status | undercloud | item=swift 2025-10-03 10:49:58.918345 | fa163ebf-0e86-c0b9-b49b-000000003fe7 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:23:41.732204 | 5.94s 2025-10-03 10:49:58.924329 | fa163ebf-0e86-c0b9-b49b-000000003fe7 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:23:41.738180 | 5.95s 2025-10-03 10:49:58.947290 | fa163ebf-0e86-c0b9-b49b-000000003e5d | TASK | Create Keystone internal endpoints 2025-10-03 10:49:59.053715 | fa163ebf-0e86-c0b9-b49b-000000003e5d | TIMING | tripleo_keystone_resources : Create Keystone internal endpoints | undercloud | 0:23:41.867546 | 0.10s 2025-10-03 10:49:59.071816 | fa163ebf-0e86-c0b9-b49b-000000003e5d | TIMING | tripleo_keystone_resources : Create Keystone internal endpoints | undercloud | 0:23:41.885666 | 0.12s 2025-10-03 10:49:59.082773 | fa163ebf-0e86-c0b9-b49b-000000003e5d | TIMING | tripleo_keystone_resources : Create Keystone internal endpoints | undercloud | 0:23:41.896618 | 0.13s 2025-10-03 10:49:59.103146 | c81ad469-8e04-4cff-8750-365d5e525c59 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-10-03 10:49:59.113819 | 050f42a1-d113-44f9-ad43-cc96bdf62c44 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-10-03 10:49:59.141513 | fa163ebf-0e86-c0b9-b49b-00000000403f | TASK | Async creation of Keystone internal endpoint 2025-10-03 10:49:59.522232 | fa163ebf-0e86-c0b9-b49b-00000000403f | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=aodh 2025-10-03 10:49:59.523643 | fa163ebf-0e86-c0b9-b49b-00000000403f | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:42.337485 | 0.38s 2025-10-03 10:49:59.812082 | fa163ebf-0e86-c0b9-b49b-00000000403f | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=cinderv3 2025-10-03 10:49:59.813405 | fa163ebf-0e86-c0b9-b49b-00000000403f | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:42.627259 | 0.67s 2025-10-03 10:50:00.057934 | fa163ebf-0e86-c0b9-b49b-00000000403f | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=glance 2025-10-03 10:50:00.059039 | fa163ebf-0e86-c0b9-b49b-00000000403f | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:42.872898 | 0.92s 2025-10-03 10:50:00.291885 | fa163ebf-0e86-c0b9-b49b-00000000403f | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=gnocchi 2025-10-03 10:50:00.292831 | fa163ebf-0e86-c0b9-b49b-00000000403f | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:43.106681 | 1.15s 2025-10-03 10:50:00.563320 | fa163ebf-0e86-c0b9-b49b-00000000403f | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=heat 2025-10-03 10:50:00.564299 | fa163ebf-0e86-c0b9-b49b-00000000403f | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:43.378150 | 1.42s 2025-10-03 10:50:00.823389 | fa163ebf-0e86-c0b9-b49b-00000000403f | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=heat-cfn 2025-10-03 10:50:00.824102 | fa163ebf-0e86-c0b9-b49b-00000000403f | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:43.637960 | 1.68s 2025-10-03 10:50:01.054509 | fa163ebf-0e86-c0b9-b49b-00000000403f | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=manila 2025-10-03 10:50:01.055055 | fa163ebf-0e86-c0b9-b49b-00000000403f | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:43.868914 | 1.91s 2025-10-03 10:50:01.329924 | fa163ebf-0e86-c0b9-b49b-00000000403f | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=manilav2 2025-10-03 10:50:01.330538 | fa163ebf-0e86-c0b9-b49b-00000000403f | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:44.144396 | 2.19s 2025-10-03 10:50:01.599995 | fa163ebf-0e86-c0b9-b49b-00000000403f | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=neutron 2025-10-03 10:50:01.601512 | fa163ebf-0e86-c0b9-b49b-00000000403f | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:44.415369 | 2.46s 2025-10-03 10:50:01.838979 | fa163ebf-0e86-c0b9-b49b-00000000403f | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=nova 2025-10-03 10:50:01.839571 | fa163ebf-0e86-c0b9-b49b-00000000403f | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:44.653429 | 2.70s 2025-10-03 10:50:01.843645 | fa163ebf-0e86-c0b9-b49b-00000000403f | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:44.657495 | 2.70s 2025-10-03 10:50:01.860787 | fa163ebf-0e86-c0b9-b49b-000000004041 | TASK | Check Keystone internal endpoint status 2025-10-03 10:50:02.112329 | fa163ebf-0e86-c0b9-b49b-000000004041 | CHANGED | Check Keystone internal endpoint status | undercloud | item=aodh 2025-10-03 10:50:02.114882 | fa163ebf-0e86-c0b9-b49b-000000004041 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:44.928722 | 0.25s 2025-10-03 10:50:02.316758 | fa163ebf-0e86-c0b9-b49b-000000004041 | CHANGED | Check Keystone internal endpoint status | undercloud | item=cinderv3 2025-10-03 10:50:02.318937 | fa163ebf-0e86-c0b9-b49b-000000004041 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:45.132787 | 0.46s 2025-10-03 10:50:02.539921 | fa163ebf-0e86-c0b9-b49b-000000004041 | CHANGED | Check Keystone internal endpoint status | undercloud | item=glance 2025-10-03 10:50:02.541063 | fa163ebf-0e86-c0b9-b49b-000000004041 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:45.354913 | 0.68s 2025-10-03 10:50:02.806830 | fa163ebf-0e86-c0b9-b49b-000000004041 | CHANGED | Check Keystone internal endpoint status | undercloud | item=gnocchi 2025-10-03 10:50:02.808885 | fa163ebf-0e86-c0b9-b49b-000000004041 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:45.622734 | 0.95s 2025-10-03 10:50:03.089315 | fa163ebf-0e86-c0b9-b49b-000000004041 | CHANGED | Check Keystone internal endpoint status | undercloud | item=heat 2025-10-03 10:50:03.091216 | fa163ebf-0e86-c0b9-b49b-000000004041 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:45.905067 | 1.23s 2025-10-03 10:50:03.319571 | fa163ebf-0e86-c0b9-b49b-000000004041 | WAITING | Check Keystone internal endpoint status | undercloud | 30 retries left 2025-10-03 10:50:08.540878 | fa163ebf-0e86-c0b9-b49b-000000004041 | CHANGED | Check Keystone internal endpoint status | undercloud | item=heat-cfn 2025-10-03 10:50:08.543000 | fa163ebf-0e86-c0b9-b49b-000000004041 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:51.356848 | 6.68s 2025-10-03 10:50:08.795970 | fa163ebf-0e86-c0b9-b49b-000000004041 | CHANGED | Check Keystone internal endpoint status | undercloud | item=manila 2025-10-03 10:50:08.796698 | fa163ebf-0e86-c0b9-b49b-000000004041 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:51.610555 | 6.93s 2025-10-03 10:50:09.082797 | fa163ebf-0e86-c0b9-b49b-000000004041 | CHANGED | Check Keystone internal endpoint status | undercloud | item=manilav2 2025-10-03 10:50:09.084363 | fa163ebf-0e86-c0b9-b49b-000000004041 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:51.898217 | 7.22s 2025-10-03 10:50:09.307709 | fa163ebf-0e86-c0b9-b49b-000000004041 | CHANGED | Check Keystone internal endpoint status | undercloud | item=neutron 2025-10-03 10:50:09.309620 | fa163ebf-0e86-c0b9-b49b-000000004041 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:52.123466 | 7.45s 2025-10-03 10:50:09.568578 | fa163ebf-0e86-c0b9-b49b-000000004041 | CHANGED | Check Keystone internal endpoint status | undercloud | item=nova 2025-10-03 10:50:09.569787 | fa163ebf-0e86-c0b9-b49b-000000004041 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:52.383636 | 7.71s 2025-10-03 10:50:09.583510 | fa163ebf-0e86-c0b9-b49b-000000004041 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:52.397361 | 7.72s 2025-10-03 10:50:09.606638 | fa163ebf-0e86-c0b9-b49b-000000004046 | TASK | Async creation of Keystone internal endpoint 2025-10-03 10:50:09.941730 | fa163ebf-0e86-c0b9-b49b-000000004046 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=octavia 2025-10-03 10:50:09.943474 | fa163ebf-0e86-c0b9-b49b-000000004046 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:52.757284 | 0.34s 2025-10-03 10:50:10.261871 | fa163ebf-0e86-c0b9-b49b-000000004046 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=placement 2025-10-03 10:50:10.263610 | fa163ebf-0e86-c0b9-b49b-000000004046 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:53.077455 | 0.66s 2025-10-03 10:50:10.546374 | fa163ebf-0e86-c0b9-b49b-000000004046 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=swift 2025-10-03 10:50:10.546951 | fa163ebf-0e86-c0b9-b49b-000000004046 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:53.360810 | 0.94s 2025-10-03 10:50:10.555586 | fa163ebf-0e86-c0b9-b49b-000000004046 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:53.369437 | 0.95s 2025-10-03 10:50:10.578172 | fa163ebf-0e86-c0b9-b49b-000000004048 | TASK | Check Keystone internal endpoint status 2025-10-03 10:50:10.831485 | fa163ebf-0e86-c0b9-b49b-000000004048 | WAITING | Check Keystone internal endpoint status | undercloud | 30 retries left 2025-10-03 10:50:16.049478 | fa163ebf-0e86-c0b9-b49b-000000004048 | CHANGED | Check Keystone internal endpoint status | undercloud | item=octavia 2025-10-03 10:50:16.052646 | fa163ebf-0e86-c0b9-b49b-000000004048 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:58.866488 | 5.47s 2025-10-03 10:50:16.301076 | fa163ebf-0e86-c0b9-b49b-000000004048 | CHANGED | Check Keystone internal endpoint status | undercloud | item=placement 2025-10-03 10:50:16.304209 | fa163ebf-0e86-c0b9-b49b-000000004048 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:59.118057 | 5.72s 2025-10-03 10:50:16.560853 | fa163ebf-0e86-c0b9-b49b-000000004048 | CHANGED | Check Keystone internal endpoint status | undercloud | item=swift 2025-10-03 10:50:16.563905 | fa163ebf-0e86-c0b9-b49b-000000004048 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:59.377748 | 5.98s 2025-10-03 10:50:16.572980 | fa163ebf-0e86-c0b9-b49b-000000004048 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:59.386837 | 5.99s 2025-10-03 10:50:16.590309 | fa163ebf-0e86-c0b9-b49b-0000000039aa | TASK | Run cleanup tasks 2025-10-03 10:50:16.646667 | fa163ebf-0e86-c0b9-b49b-0000000039aa | TIMING | tripleo_keystone_resources : Run cleanup tasks | undercloud | 0:23:59.460508 | 0.05s 2025-10-03 10:50:16.658120 | a9e4daa0-1761-40df-8f31-674ed2e4ecf8 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/cleanup.yml | undercloud 2025-10-03 10:50:16.720928 | fa163ebf-0e86-c0b9-b49b-00000000409e | TASK | Get list of enabled services 2025-10-03 10:50:19.465691 | fa163ebf-0e86-c0b9-b49b-00000000409e | CHANGED | Get list of enabled services | undercloud 2025-10-03 10:50:19.467268 | fa163ebf-0e86-c0b9-b49b-00000000409e | TIMING | tripleo_keystone_resources : Get list of enabled services | undercloud | 0:24:02.281111 | 2.74s 2025-10-03 10:50:19.486721 | fa163ebf-0e86-c0b9-b49b-00000000409f | TASK | List services to be disabled 2025-10-03 10:50:19.570224 | fa163ebf-0e86-c0b9-b49b-00000000409f | SKIPPED | List services to be disabled | undercloud | item={'Name': 'nova', 'Type': 'compute'} 2025-10-03 10:50:19.604221 | fa163ebf-0e86-c0b9-b49b-00000000409f | SKIPPED | List services to be disabled | undercloud | item={'Name': 'swift', 'Type': 'object-store'} 2025-10-03 10:50:19.629715 | fa163ebf-0e86-c0b9-b49b-00000000409f | SKIPPED | List services to be disabled | undercloud | item={'Name': 'keystone', 'Type': 'identity'} 2025-10-03 10:50:19.654558 | fa163ebf-0e86-c0b9-b49b-00000000409f | SKIPPED | List services to be disabled | undercloud | item={'Name': 'neutron', 'Type': 'network'} 2025-10-03 10:50:19.682975 | fa163ebf-0e86-c0b9-b49b-00000000409f | SKIPPED | List services to be disabled | undercloud | item={'Name': 'glance', 'Type': 'image'} 2025-10-03 10:50:19.707796 | fa163ebf-0e86-c0b9-b49b-00000000409f | SKIPPED | List services to be disabled | undercloud | item={'Name': 'gnocchi', 'Type': 'metric'} 2025-10-03 10:50:19.733609 | fa163ebf-0e86-c0b9-b49b-00000000409f | SKIPPED | List services to be disabled | undercloud | item={'Name': 'octavia', 'Type': 'load-balancer'} 2025-10-03 10:50:19.757089 | fa163ebf-0e86-c0b9-b49b-00000000409f | SKIPPED | List services to be disabled | undercloud | item={'Name': 'manilav2', 'Type': 'sharev2'} 2025-10-03 10:50:19.785758 | fa163ebf-0e86-c0b9-b49b-00000000409f | SKIPPED | List services to be disabled | undercloud | item={'Name': 'cinderv3', 'Type': 'volumev3'} 2025-10-03 10:50:19.813937 | fa163ebf-0e86-c0b9-b49b-00000000409f | SKIPPED | List services to be disabled | undercloud | item={'Name': 'aodh', 'Type': 'alarming'} 2025-10-03 10:50:19.839593 | fa163ebf-0e86-c0b9-b49b-00000000409f | SKIPPED | List services to be disabled | undercloud | item={'Name': 'heat-cfn', 'Type': 'cloudformation'} 2025-10-03 10:50:19.864711 | fa163ebf-0e86-c0b9-b49b-00000000409f | SKIPPED | List services to be disabled | undercloud | item={'Name': 'placement', 'Type': 'placement'} 2025-10-03 10:50:19.890990 | fa163ebf-0e86-c0b9-b49b-00000000409f | SKIPPED | List services to be disabled | undercloud | item={'Name': 'manila', 'Type': 'share'} 2025-10-03 10:50:19.915909 | fa163ebf-0e86-c0b9-b49b-00000000409f | SKIPPED | List services to be disabled | undercloud | item={'Name': 'heat', 'Type': 'orchestration'} 2025-10-03 10:50:19.923591 | fa163ebf-0e86-c0b9-b49b-00000000409f | TIMING | tripleo_keystone_resources : List services to be disabled | undercloud | 0:24:02.737413 | 0.44s 2025-10-03 10:50:19.945982 | fa163ebf-0e86-c0b9-b49b-0000000040a0 | TASK | Delete keystone services not enabled 2025-10-03 10:50:19.968719 | fa163ebf-0e86-c0b9-b49b-0000000040a0 | TIMING | tripleo_keystone_resources : Delete keystone services not enabled | undercloud | 0:24:02.782547 | 0.02s 2025-10-03 10:50:19.984954 | fa163ebf-0e86-c0b9-b49b-0000000039ab | TASK | Create Keystone Roles 2025-10-03 10:50:20.056874 | fa163ebf-0e86-c0b9-b49b-0000000039ab | TIMING | tripleo_keystone_resources : Create Keystone Roles | undercloud | 0:24:02.870690 | 0.07s 2025-10-03 10:50:20.069283 | fa163ebf-0e86-c0b9-b49b-0000000039ab | TIMING | tripleo_keystone_resources : Create Keystone Roles | undercloud | 0:24:02.883120 | 0.08s 2025-10-03 10:50:20.085298 | 9777a2af-2d06-4903-8bb9-0f44f4c62f50 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/roles.yml | undercloud 2025-10-03 10:50:20.152803 | fa163ebf-0e86-c0b9-b49b-00000000420a | TASK | Async creation of Keystone role 2025-10-03 10:50:20.501408 | fa163ebf-0e86-c0b9-b49b-00000000420a | CHANGED | Async creation of Keystone role | undercloud | item=service 2025-10-03 10:50:20.502958 | fa163ebf-0e86-c0b9-b49b-00000000420a | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:24:03.316797 | 0.35s 2025-10-03 10:50:20.773972 | fa163ebf-0e86-c0b9-b49b-00000000420a | CHANGED | Async creation of Keystone role | undercloud | item=ResellerAdmin 2025-10-03 10:50:20.775447 | fa163ebf-0e86-c0b9-b49b-00000000420a | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:24:03.589281 | 0.62s 2025-10-03 10:50:21.102462 | fa163ebf-0e86-c0b9-b49b-00000000420a | CHANGED | Async creation of Keystone role | undercloud | item=heat_stack_user 2025-10-03 10:50:21.103999 | fa163ebf-0e86-c0b9-b49b-00000000420a | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:24:03.917853 | 0.95s 2025-10-03 10:50:21.371669 | fa163ebf-0e86-c0b9-b49b-00000000420a | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_admin 2025-10-03 10:50:21.372342 | fa163ebf-0e86-c0b9-b49b-00000000420a | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:24:04.186198 | 1.22s 2025-10-03 10:50:21.683462 | fa163ebf-0e86-c0b9-b49b-00000000420a | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_quota_admin 2025-10-03 10:50:21.684030 | fa163ebf-0e86-c0b9-b49b-00000000420a | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:24:04.497888 | 1.53s 2025-10-03 10:50:22.001658 | fa163ebf-0e86-c0b9-b49b-00000000420a | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_member 2025-10-03 10:50:22.002887 | fa163ebf-0e86-c0b9-b49b-00000000420a | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:24:04.816742 | 1.85s 2025-10-03 10:50:22.276821 | fa163ebf-0e86-c0b9-b49b-00000000420a | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_global_observer 2025-10-03 10:50:22.278198 | fa163ebf-0e86-c0b9-b49b-00000000420a | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:24:05.092048 | 2.12s 2025-10-03 10:50:22.566845 | fa163ebf-0e86-c0b9-b49b-00000000420a | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_observer 2025-10-03 10:50:22.567602 | fa163ebf-0e86-c0b9-b49b-00000000420a | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:24:05.381456 | 2.41s 2025-10-03 10:50:22.793461 | fa163ebf-0e86-c0b9-b49b-00000000420a | CHANGED | Async creation of Keystone role | undercloud | item=swiftoperator 2025-10-03 10:50:22.794615 | fa163ebf-0e86-c0b9-b49b-00000000420a | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:24:05.608469 | 2.64s 2025-10-03 10:50:22.804811 | fa163ebf-0e86-c0b9-b49b-00000000420a | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:24:05.618665 | 2.65s 2025-10-03 10:50:22.819902 | fa163ebf-0e86-c0b9-b49b-00000000420c | TASK | Check Keystone role status 2025-10-03 10:50:23.058666 | fa163ebf-0e86-c0b9-b49b-00000000420c | CHANGED | Check Keystone role status | undercloud | item=service 2025-10-03 10:50:23.060759 | fa163ebf-0e86-c0b9-b49b-00000000420c | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:24:05.874610 | 0.24s 2025-10-03 10:50:23.324837 | fa163ebf-0e86-c0b9-b49b-00000000420c | CHANGED | Check Keystone role status | undercloud | item=ResellerAdmin 2025-10-03 10:50:23.325526 | fa163ebf-0e86-c0b9-b49b-00000000420c | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:24:06.139382 | 0.50s 2025-10-03 10:50:23.572960 | fa163ebf-0e86-c0b9-b49b-00000000420c | CHANGED | Check Keystone role status | undercloud | item=heat_stack_user 2025-10-03 10:50:23.573643 | fa163ebf-0e86-c0b9-b49b-00000000420c | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:24:06.387499 | 0.75s 2025-10-03 10:50:23.838973 | fa163ebf-0e86-c0b9-b49b-00000000420c | CHANGED | Check Keystone role status | undercloud | item=load-balancer_admin 2025-10-03 10:50:23.840522 | fa163ebf-0e86-c0b9-b49b-00000000420c | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:24:06.654377 | 1.02s 2025-10-03 10:50:24.128088 | fa163ebf-0e86-c0b9-b49b-00000000420c | CHANGED | Check Keystone role status | undercloud | item=load-balancer_quota_admin 2025-10-03 10:50:24.130883 | fa163ebf-0e86-c0b9-b49b-00000000420c | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:24:06.944727 | 1.31s 2025-10-03 10:50:24.320701 | fa163ebf-0e86-c0b9-b49b-00000000420c | CHANGED | Check Keystone role status | undercloud | item=load-balancer_member 2025-10-03 10:50:24.322203 | fa163ebf-0e86-c0b9-b49b-00000000420c | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:24:07.136047 | 1.50s 2025-10-03 10:50:24.599811 | fa163ebf-0e86-c0b9-b49b-00000000420c | CHANGED | Check Keystone role status | undercloud | item=load-balancer_global_observer 2025-10-03 10:50:24.602067 | fa163ebf-0e86-c0b9-b49b-00000000420c | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:24:07.415916 | 1.78s 2025-10-03 10:50:24.847492 | fa163ebf-0e86-c0b9-b49b-00000000420c | CHANGED | Check Keystone role status | undercloud | item=load-balancer_observer 2025-10-03 10:50:24.849267 | fa163ebf-0e86-c0b9-b49b-00000000420c | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:24:07.663112 | 2.03s 2025-10-03 10:50:25.112588 | fa163ebf-0e86-c0b9-b49b-00000000420c | CHANGED | Check Keystone role status | undercloud | item=swiftoperator 2025-10-03 10:50:25.113949 | fa163ebf-0e86-c0b9-b49b-00000000420c | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:24:07.927806 | 2.29s 2025-10-03 10:50:25.127452 | fa163ebf-0e86-c0b9-b49b-00000000420c | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:24:07.941281 | 2.31s 2025-10-03 10:50:25.148669 | fa163ebf-0e86-c0b9-b49b-0000000039ad | TASK | Create Keystone Users 2025-10-03 10:50:25.215400 | fa163ebf-0e86-c0b9-b49b-0000000039ad | TIMING | tripleo_keystone_resources : Create Keystone Users | undercloud | 0:24:08.029242 | 0.06s 2025-10-03 10:50:25.235340 | fa163ebf-0e86-c0b9-b49b-0000000039ad | TIMING | tripleo_keystone_resources : Create Keystone Users | undercloud | 0:24:08.049194 | 0.08s 2025-10-03 10:50:25.240845 | fa163ebf-0e86-c0b9-b49b-0000000039ad | TIMING | tripleo_keystone_resources : Create Keystone Users | undercloud | 0:24:08.054694 | 0.09s 2025-10-03 10:50:25.254569 | 586c5541-279c-4e2c-ad58-fd41c4dc4e97 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/users.yml | undercloud 2025-10-03 10:50:25.260820 | 0fe4a80d-c150-4358-93fd-216df164122a | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/users.yml | undercloud 2025-10-03 10:50:25.314274 | fa163ebf-0e86-c0b9-b49b-00000000439e | TASK | Check password of Keystone user 2025-10-03 10:50:26.340602 | fa163ebf-0e86-c0b9-b49b-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-03 10:50:26.342915 | fa163ebf-0e86-c0b9-b49b-00000000439e | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:24:09.156739 | 1.03s 2025-10-03 10:50:27.318009 | fa163ebf-0e86-c0b9-b49b-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-03 10:50:27.319249 | fa163ebf-0e86-c0b9-b49b-00000000439e | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:24:10.133101 | 2.00s 2025-10-03 10:50:28.263414 | fa163ebf-0e86-c0b9-b49b-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-03 10:50:28.265835 | fa163ebf-0e86-c0b9-b49b-00000000439e | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:24:11.079679 | 2.95s 2025-10-03 10:50:29.326663 | fa163ebf-0e86-c0b9-b49b-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-03 10:50:29.328329 | fa163ebf-0e86-c0b9-b49b-00000000439e | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:24:12.142178 | 4.01s 2025-10-03 10:50:30.273976 | fa163ebf-0e86-c0b9-b49b-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-03 10:50:30.274864 | fa163ebf-0e86-c0b9-b49b-00000000439e | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:24:13.088713 | 4.96s 2025-10-03 10:50:31.178828 | fa163ebf-0e86-c0b9-b49b-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-03 10:50:31.179649 | fa163ebf-0e86-c0b9-b49b-00000000439e | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:24:13.993506 | 5.86s 2025-10-03 10:50:32.087607 | fa163ebf-0e86-c0b9-b49b-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-03 10:50:32.088399 | fa163ebf-0e86-c0b9-b49b-00000000439e | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:24:14.902255 | 6.77s 2025-10-03 10:50:33.023069 | fa163ebf-0e86-c0b9-b49b-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-03 10:50:33.025296 | fa163ebf-0e86-c0b9-b49b-00000000439e | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:24:15.839144 | 7.71s 2025-10-03 10:50:33.880603 | fa163ebf-0e86-c0b9-b49b-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-03 10:50:33.882075 | fa163ebf-0e86-c0b9-b49b-00000000439e | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:24:16.695862 | 8.57s 2025-10-03 10:50:34.830386 | fa163ebf-0e86-c0b9-b49b-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-03 10:50:34.832011 | fa163ebf-0e86-c0b9-b49b-00000000439e | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:24:17.645864 | 9.52s 2025-10-03 10:50:34.837091 | fa163ebf-0e86-c0b9-b49b-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-03 10:50:34.837818 | fa163ebf-0e86-c0b9-b49b-00000000439e | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:24:17.651670 | 9.52s 2025-10-03 10:50:34.857070 | fa163ebf-0e86-c0b9-b49b-0000000043a0 | TASK | Async creation of Keystone user 2025-10-03 10:50:35.281052 | fa163ebf-0e86-c0b9-b49b-0000000043a0 | CHANGED | Async creation of Keystone user | undercloud 2025-10-03 10:50:35.282722 | fa163ebf-0e86-c0b9-b49b-0000000043a0 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:24:18.096573 | 0.42s 2025-10-03 10:50:35.618078 | fa163ebf-0e86-c0b9-b49b-0000000043a0 | CHANGED | Async creation of Keystone user | undercloud 2025-10-03 10:50:35.618996 | fa163ebf-0e86-c0b9-b49b-0000000043a0 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:24:18.432855 | 0.76s 2025-10-03 10:50:35.970371 | fa163ebf-0e86-c0b9-b49b-0000000043a0 | CHANGED | Async creation of Keystone user | undercloud 2025-10-03 10:50:35.974747 | fa163ebf-0e86-c0b9-b49b-0000000043a0 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:24:18.788595 | 1.12s 2025-10-03 10:50:36.291009 | fa163ebf-0e86-c0b9-b49b-0000000043a0 | CHANGED | Async creation of Keystone user | undercloud 2025-10-03 10:50:36.292048 | fa163ebf-0e86-c0b9-b49b-0000000043a0 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:24:19.105896 | 1.43s 2025-10-03 10:50:36.624864 | fa163ebf-0e86-c0b9-b49b-0000000043a0 | CHANGED | Async creation of Keystone user | undercloud 2025-10-03 10:50:36.625562 | fa163ebf-0e86-c0b9-b49b-0000000043a0 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:24:19.439417 | 1.77s 2025-10-03 10:50:36.947464 | fa163ebf-0e86-c0b9-b49b-0000000043a0 | CHANGED | Async creation of Keystone user | undercloud 2025-10-03 10:50:36.948146 | fa163ebf-0e86-c0b9-b49b-0000000043a0 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:24:19.762001 | 2.09s 2025-10-03 10:50:37.256260 | fa163ebf-0e86-c0b9-b49b-0000000043a0 | CHANGED | Async creation of Keystone user | undercloud 2025-10-03 10:50:37.257664 | fa163ebf-0e86-c0b9-b49b-0000000043a0 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:24:20.071518 | 2.40s 2025-10-03 10:50:37.569198 | fa163ebf-0e86-c0b9-b49b-0000000043a0 | CHANGED | Async creation of Keystone user | undercloud 2025-10-03 10:50:37.569777 | fa163ebf-0e86-c0b9-b49b-0000000043a0 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:24:20.383636 | 2.71s 2025-10-03 10:50:37.897469 | fa163ebf-0e86-c0b9-b49b-0000000043a0 | CHANGED | Async creation of Keystone user | undercloud 2025-10-03 10:50:37.898130 | fa163ebf-0e86-c0b9-b49b-0000000043a0 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:24:20.711987 | 3.04s 2025-10-03 10:50:38.220200 | fa163ebf-0e86-c0b9-b49b-0000000043a0 | CHANGED | Async creation of Keystone user | undercloud 2025-10-03 10:50:38.220948 | fa163ebf-0e86-c0b9-b49b-0000000043a0 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:24:21.034802 | 3.36s 2025-10-03 10:50:38.232903 | fa163ebf-0e86-c0b9-b49b-0000000043a0 | CHANGED | Async creation of Keystone user | undercloud 2025-10-03 10:50:38.233605 | fa163ebf-0e86-c0b9-b49b-0000000043a0 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:24:21.047446 | 3.38s 2025-10-03 10:50:38.248955 | fa163ebf-0e86-c0b9-b49b-0000000043a2 | TASK | Check Keystone user status 2025-10-03 10:50:38.537192 | fa163ebf-0e86-c0b9-b49b-0000000043a2 | CHANGED | Check Keystone user status | undercloud 2025-10-03 10:50:38.538127 | fa163ebf-0e86-c0b9-b49b-0000000043a2 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:24:21.351978 | 0.29s 2025-10-03 10:50:38.777329 | fa163ebf-0e86-c0b9-b49b-0000000043a2 | CHANGED | Check Keystone user status | undercloud 2025-10-03 10:50:38.778028 | fa163ebf-0e86-c0b9-b49b-0000000043a2 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:24:21.591885 | 0.53s 2025-10-03 10:50:39.037974 | fa163ebf-0e86-c0b9-b49b-0000000043a2 | CHANGED | Check Keystone user status | undercloud 2025-10-03 10:50:39.039673 | fa163ebf-0e86-c0b9-b49b-0000000043a2 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:24:21.853527 | 0.79s 2025-10-03 10:50:39.274162 | fa163ebf-0e86-c0b9-b49b-0000000043a2 | WAITING | Check Keystone user status | undercloud | 30 retries left 2025-10-03 10:50:44.482598 | fa163ebf-0e86-c0b9-b49b-0000000043a2 | CHANGED | Check Keystone user status | undercloud 2025-10-03 10:50:44.483732 | fa163ebf-0e86-c0b9-b49b-0000000043a2 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:24:27.297581 | 6.23s 2025-10-03 10:50:44.774462 | fa163ebf-0e86-c0b9-b49b-0000000043a2 | CHANGED | Check Keystone user status | undercloud 2025-10-03 10:50:44.776019 | fa163ebf-0e86-c0b9-b49b-0000000043a2 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:24:27.589868 | 6.53s 2025-10-03 10:50:45.052017 | fa163ebf-0e86-c0b9-b49b-0000000043a2 | CHANGED | Check Keystone user status | undercloud 2025-10-03 10:50:45.053203 | fa163ebf-0e86-c0b9-b49b-0000000043a2 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:24:27.867049 | 6.80s 2025-10-03 10:50:45.331956 | fa163ebf-0e86-c0b9-b49b-0000000043a2 | CHANGED | Check Keystone user status | undercloud 2025-10-03 10:50:45.333117 | fa163ebf-0e86-c0b9-b49b-0000000043a2 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:24:28.146962 | 7.08s 2025-10-03 10:50:45.584600 | fa163ebf-0e86-c0b9-b49b-0000000043a2 | CHANGED | Check Keystone user status | undercloud 2025-10-03 10:50:45.585789 | fa163ebf-0e86-c0b9-b49b-0000000043a2 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:24:28.399644 | 7.34s 2025-10-03 10:50:45.847838 | fa163ebf-0e86-c0b9-b49b-0000000043a2 | CHANGED | Check Keystone user status | undercloud 2025-10-03 10:50:45.849411 | fa163ebf-0e86-c0b9-b49b-0000000043a2 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:24:28.663259 | 7.60s 2025-10-03 10:50:46.121189 | fa163ebf-0e86-c0b9-b49b-0000000043a2 | CHANGED | Check Keystone user status | undercloud 2025-10-03 10:50:46.122955 | fa163ebf-0e86-c0b9-b49b-0000000043a2 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:24:28.936804 | 7.87s 2025-10-03 10:50:46.133094 | fa163ebf-0e86-c0b9-b49b-0000000043a2 | CHANGED | Check Keystone user status | undercloud 2025-10-03 10:50:46.134164 | fa163ebf-0e86-c0b9-b49b-0000000043a2 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:24:28.948013 | 7.88s 2025-10-03 10:50:46.156042 | fa163ebf-0e86-c0b9-b49b-0000000043a7 | TASK | Check password of Keystone user 2025-10-03 10:50:47.186448 | fa163ebf-0e86-c0b9-b49b-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-03 10:50:47.187896 | fa163ebf-0e86-c0b9-b49b-0000000043a7 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:24:30.001731 | 1.03s 2025-10-03 10:50:48.191171 | fa163ebf-0e86-c0b9-b49b-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-03 10:50:48.192332 | fa163ebf-0e86-c0b9-b49b-0000000043a7 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:24:31.006183 | 2.03s 2025-10-03 10:50:49.141401 | fa163ebf-0e86-c0b9-b49b-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-03 10:50:49.143714 | fa163ebf-0e86-c0b9-b49b-0000000043a7 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:24:31.957561 | 2.99s 2025-10-03 10:50:50.095070 | fa163ebf-0e86-c0b9-b49b-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-03 10:50:50.096028 | fa163ebf-0e86-c0b9-b49b-0000000043a7 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:24:32.909878 | 3.94s 2025-10-03 10:50:51.053105 | fa163ebf-0e86-c0b9-b49b-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-03 10:50:51.053830 | fa163ebf-0e86-c0b9-b49b-0000000043a7 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:24:33.867684 | 4.90s 2025-10-03 10:50:52.001712 | fa163ebf-0e86-c0b9-b49b-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-03 10:50:52.002911 | fa163ebf-0e86-c0b9-b49b-0000000043a7 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:24:34.816754 | 5.85s 2025-10-03 10:50:52.015163 | fa163ebf-0e86-c0b9-b49b-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-03 10:50:52.016026 | fa163ebf-0e86-c0b9-b49b-0000000043a7 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:24:34.829876 | 5.86s 2025-10-03 10:50:52.036074 | fa163ebf-0e86-c0b9-b49b-0000000043a9 | TASK | Async creation of Keystone user 2025-10-03 10:50:52.449908 | fa163ebf-0e86-c0b9-b49b-0000000043a9 | CHANGED | Async creation of Keystone user | undercloud 2025-10-03 10:50:52.451978 | fa163ebf-0e86-c0b9-b49b-0000000043a9 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:24:35.265817 | 0.41s 2025-10-03 10:50:52.783452 | fa163ebf-0e86-c0b9-b49b-0000000043a9 | CHANGED | Async creation of Keystone user | undercloud 2025-10-03 10:50:52.784354 | fa163ebf-0e86-c0b9-b49b-0000000043a9 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:24:35.598203 | 0.75s 2025-10-03 10:50:53.130755 | fa163ebf-0e86-c0b9-b49b-0000000043a9 | CHANGED | Async creation of Keystone user | undercloud 2025-10-03 10:50:53.131619 | fa163ebf-0e86-c0b9-b49b-0000000043a9 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:24:35.945476 | 1.09s 2025-10-03 10:50:53.428856 | fa163ebf-0e86-c0b9-b49b-0000000043a9 | CHANGED | Async creation of Keystone user | undercloud 2025-10-03 10:50:53.430791 | fa163ebf-0e86-c0b9-b49b-0000000043a9 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:24:36.244640 | 1.39s 2025-10-03 10:50:53.718636 | fa163ebf-0e86-c0b9-b49b-0000000043a9 | CHANGED | Async creation of Keystone user | undercloud 2025-10-03 10:50:53.719176 | fa163ebf-0e86-c0b9-b49b-0000000043a9 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:24:36.533033 | 1.68s 2025-10-03 10:50:54.023515 | fa163ebf-0e86-c0b9-b49b-0000000043a9 | CHANGED | Async creation of Keystone user | undercloud 2025-10-03 10:50:54.024049 | fa163ebf-0e86-c0b9-b49b-0000000043a9 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:24:36.837908 | 1.99s 2025-10-03 10:50:54.027790 | fa163ebf-0e86-c0b9-b49b-0000000043a9 | CHANGED | Async creation of Keystone user | undercloud 2025-10-03 10:50:54.028119 | fa163ebf-0e86-c0b9-b49b-0000000043a9 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:24:36.841980 | 1.99s 2025-10-03 10:50:54.042450 | fa163ebf-0e86-c0b9-b49b-0000000043ab | TASK | Check Keystone user status 2025-10-03 10:50:54.332952 | fa163ebf-0e86-c0b9-b49b-0000000043ab | CHANGED | Check Keystone user status | undercloud 2025-10-03 10:50:54.333812 | fa163ebf-0e86-c0b9-b49b-0000000043ab | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:24:37.147666 | 0.29s 2025-10-03 10:50:54.616908 | fa163ebf-0e86-c0b9-b49b-0000000043ab | WAITING | Check Keystone user status | undercloud | 30 retries left 2025-10-03 10:50:59.830523 | fa163ebf-0e86-c0b9-b49b-0000000043ab | CHANGED | Check Keystone user status | undercloud 2025-10-03 10:50:59.831786 | fa163ebf-0e86-c0b9-b49b-0000000043ab | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:24:42.645637 | 5.79s 2025-10-03 10:51:00.089832 | fa163ebf-0e86-c0b9-b49b-0000000043ab | CHANGED | Check Keystone user status | undercloud 2025-10-03 10:51:00.091342 | fa163ebf-0e86-c0b9-b49b-0000000043ab | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:24:42.905193 | 6.05s 2025-10-03 10:51:00.352823 | fa163ebf-0e86-c0b9-b49b-0000000043ab | CHANGED | Check Keystone user status | undercloud 2025-10-03 10:51:00.353852 | fa163ebf-0e86-c0b9-b49b-0000000043ab | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:24:43.167701 | 6.31s 2025-10-03 10:51:00.612689 | fa163ebf-0e86-c0b9-b49b-0000000043ab | CHANGED | Check Keystone user status | undercloud 2025-10-03 10:51:00.613679 | fa163ebf-0e86-c0b9-b49b-0000000043ab | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:24:43.427528 | 6.57s 2025-10-03 10:51:00.848907 | fa163ebf-0e86-c0b9-b49b-0000000043ab | CHANGED | Check Keystone user status | undercloud 2025-10-03 10:51:00.849567 | fa163ebf-0e86-c0b9-b49b-0000000043ab | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:24:43.663425 | 6.81s 2025-10-03 10:51:00.853715 | fa163ebf-0e86-c0b9-b49b-0000000043ab | CHANGED | Check Keystone user status | undercloud 2025-10-03 10:51:00.854204 | fa163ebf-0e86-c0b9-b49b-0000000043ab | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:24:43.668064 | 6.81s 2025-10-03 10:51:00.868910 | fa163ebf-0e86-c0b9-b49b-0000000039af | TASK | Assign Keystone Users to Roles 2025-10-03 10:51:00.949099 | fa163ebf-0e86-c0b9-b49b-0000000039af | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:24:43.762933 | 0.08s 2025-10-03 10:51:00.979523 | fa163ebf-0e86-c0b9-b49b-0000000039af | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:24:43.793365 | 0.11s 2025-10-03 10:51:01.001802 | fa163ebf-0e86-c0b9-b49b-0000000039af | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:24:43.815651 | 0.13s 2025-10-03 10:51:01.011870 | fa163ebf-0e86-c0b9-b49b-0000000039af | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:24:43.825699 | 0.14s 2025-10-03 10:51:01.026423 | 4ed393c0-ad66-44ab-9461-718a7489f82f | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_roles.yml | undercloud 2025-10-03 10:51:01.030273 | 943c97c8-d437-44ea-b576-1fd2e80c8c99 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_roles.yml | undercloud 2025-10-03 10:51:01.032990 | 560ebcd6-c165-4660-aded-c1d65bc3bed8 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_roles.yml | undercloud 2025-10-03 10:51:01.085483 | fa163ebf-0e86-c0b9-b49b-00000000459e | TASK | Async assignment of Keystone user per role 2025-10-03 10:51:01.166629 | fa163ebf-0e86-c0b9-b49b-00000000459e | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:24:43.980446 | 0.08s 2025-10-03 10:51:01.185687 | fa163ebf-0e86-c0b9-b49b-00000000459e | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:24:43.999538 | 0.10s 2025-10-03 10:51:01.193054 | fa163ebf-0e86-c0b9-b49b-00000000459e | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:24:44.006904 | 0.11s 2025-10-03 10:51:01.211872 | f8b2ec2f-3b92-4c23-9845-7f165a677685 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2025-10-03 10:51:01.222478 | 43608afb-7bd6-4be3-92be-8adeec65d682 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2025-10-03 10:51:01.241391 | fa163ebf-0e86-c0b9-b49b-000000004767 | TASK | Async assignment of Keystone user to roles 2025-10-03 10:51:01.606100 | fa163ebf-0e86-c0b9-b49b-000000004767 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=aodh 2025-10-03 10:51:01.608537 | fa163ebf-0e86-c0b9-b49b-000000004767 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:44.422377 | 0.37s 2025-10-03 10:51:01.943590 | fa163ebf-0e86-c0b9-b49b-000000004767 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=ceilometer 2025-10-03 10:51:01.945401 | fa163ebf-0e86-c0b9-b49b-000000004767 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:44.759249 | 0.70s 2025-10-03 10:51:02.269533 | fa163ebf-0e86-c0b9-b49b-000000004767 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinder 2025-10-03 10:51:02.270247 | fa163ebf-0e86-c0b9-b49b-000000004767 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:45.084102 | 1.03s 2025-10-03 10:51:02.533320 | fa163ebf-0e86-c0b9-b49b-000000004767 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinderv3 2025-10-03 10:51:02.534566 | fa163ebf-0e86-c0b9-b49b-000000004767 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:45.348421 | 1.29s 2025-10-03 10:51:02.841116 | fa163ebf-0e86-c0b9-b49b-000000004767 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=glance 2025-10-03 10:51:02.841888 | fa163ebf-0e86-c0b9-b49b-000000004767 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:45.655746 | 1.60s 2025-10-03 10:51:03.120050 | fa163ebf-0e86-c0b9-b49b-000000004767 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=gnocchi 2025-10-03 10:51:03.121650 | fa163ebf-0e86-c0b9-b49b-000000004767 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:45.935500 | 1.88s 2025-10-03 10:51:03.431409 | fa163ebf-0e86-c0b9-b49b-000000004767 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=heat 2025-10-03 10:51:03.433033 | fa163ebf-0e86-c0b9-b49b-000000004767 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:46.246881 | 2.19s 2025-10-03 10:51:03.771342 | fa163ebf-0e86-c0b9-b49b-000000004767 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=heat_stack_domain_admin 2025-10-03 10:51:03.772466 | fa163ebf-0e86-c0b9-b49b-000000004767 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:46.586316 | 2.53s 2025-10-03 10:51:04.120059 | fa163ebf-0e86-c0b9-b49b-000000004767 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=heat-cfn 2025-10-03 10:51:04.121948 | fa163ebf-0e86-c0b9-b49b-000000004767 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:46.935793 | 2.88s 2025-10-03 10:51:04.438228 | fa163ebf-0e86-c0b9-b49b-000000004767 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=manila 2025-10-03 10:51:04.439468 | fa163ebf-0e86-c0b9-b49b-000000004767 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:47.253283 | 3.20s 2025-10-03 10:51:04.446540 | fa163ebf-0e86-c0b9-b49b-000000004767 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:47.260390 | 3.20s 2025-10-03 10:51:04.470376 | fa163ebf-0e86-c0b9-b49b-000000004769 | TASK | Check Keystone user assignment to roles status 2025-10-03 10:51:04.751010 | fa163ebf-0e86-c0b9-b49b-000000004769 | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2025-10-03 10:51:09.999983 | fa163ebf-0e86-c0b9-b49b-000000004769 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=aodh 2025-10-03 10:51:10.000800 | fa163ebf-0e86-c0b9-b49b-000000004769 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:52.814652 | 5.53s 2025-10-03 10:51:10.302659 | fa163ebf-0e86-c0b9-b49b-000000004769 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=ceilometer 2025-10-03 10:51:10.303505 | fa163ebf-0e86-c0b9-b49b-000000004769 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:53.117360 | 5.83s 2025-10-03 10:51:10.536546 | fa163ebf-0e86-c0b9-b49b-000000004769 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinder 2025-10-03 10:51:10.538099 | fa163ebf-0e86-c0b9-b49b-000000004769 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:53.351948 | 6.06s 2025-10-03 10:51:10.789835 | fa163ebf-0e86-c0b9-b49b-000000004769 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinderv3 2025-10-03 10:51:10.790669 | fa163ebf-0e86-c0b9-b49b-000000004769 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:53.604523 | 6.32s 2025-10-03 10:51:11.050004 | fa163ebf-0e86-c0b9-b49b-000000004769 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=glance 2025-10-03 10:51:11.050839 | fa163ebf-0e86-c0b9-b49b-000000004769 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:53.864692 | 6.58s 2025-10-03 10:51:11.313846 | fa163ebf-0e86-c0b9-b49b-000000004769 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=gnocchi 2025-10-03 10:51:11.315779 | fa163ebf-0e86-c0b9-b49b-000000004769 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:54.129627 | 6.84s 2025-10-03 10:51:11.575538 | fa163ebf-0e86-c0b9-b49b-000000004769 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=heat 2025-10-03 10:51:11.577707 | fa163ebf-0e86-c0b9-b49b-000000004769 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:54.391557 | 7.10s 2025-10-03 10:51:11.836785 | fa163ebf-0e86-c0b9-b49b-000000004769 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=heat_stack_domain_admin 2025-10-03 10:51:11.839129 | fa163ebf-0e86-c0b9-b49b-000000004769 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:54.652974 | 7.36s 2025-10-03 10:51:12.087864 | fa163ebf-0e86-c0b9-b49b-000000004769 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=heat-cfn 2025-10-03 10:51:12.090512 | fa163ebf-0e86-c0b9-b49b-000000004769 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:54.904357 | 7.62s 2025-10-03 10:51:12.348309 | fa163ebf-0e86-c0b9-b49b-000000004769 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=manila 2025-10-03 10:51:12.350142 | fa163ebf-0e86-c0b9-b49b-000000004769 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:55.163990 | 7.88s 2025-10-03 10:51:12.362988 | fa163ebf-0e86-c0b9-b49b-000000004769 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:55.176829 | 7.89s 2025-10-03 10:51:12.386853 | fa163ebf-0e86-c0b9-b49b-00000000476e | TASK | Async assignment of Keystone user to roles 2025-10-03 10:51:12.752780 | fa163ebf-0e86-c0b9-b49b-00000000476e | CHANGED | Async assignment of Keystone user to roles | undercloud | item=manilav2 2025-10-03 10:51:12.754263 | fa163ebf-0e86-c0b9-b49b-00000000476e | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:55.568104 | 0.37s 2025-10-03 10:51:13.092134 | fa163ebf-0e86-c0b9-b49b-00000000476e | CHANGED | Async assignment of Keystone user to roles | undercloud | item=neutron 2025-10-03 10:51:13.093765 | fa163ebf-0e86-c0b9-b49b-00000000476e | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:55.907615 | 0.71s 2025-10-03 10:51:13.386383 | fa163ebf-0e86-c0b9-b49b-00000000476e | CHANGED | Async assignment of Keystone user to roles | undercloud | item=nova 2025-10-03 10:51:13.388017 | fa163ebf-0e86-c0b9-b49b-00000000476e | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:56.201866 | 1.00s 2025-10-03 10:51:13.722309 | fa163ebf-0e86-c0b9-b49b-00000000476e | CHANGED | Async assignment of Keystone user to roles | undercloud | item=octavia 2025-10-03 10:51:13.723830 | fa163ebf-0e86-c0b9-b49b-00000000476e | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:56.537678 | 1.34s 2025-10-03 10:51:14.004230 | fa163ebf-0e86-c0b9-b49b-00000000476e | CHANGED | Async assignment of Keystone user to roles | undercloud | item=placement 2025-10-03 10:51:14.005257 | fa163ebf-0e86-c0b9-b49b-00000000476e | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:56.819106 | 1.62s 2025-10-03 10:51:14.316353 | fa163ebf-0e86-c0b9-b49b-00000000476e | CHANGED | Async assignment of Keystone user to roles | undercloud | item=swift 2025-10-03 10:51:14.317053 | fa163ebf-0e86-c0b9-b49b-00000000476e | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:57.130908 | 1.93s 2025-10-03 10:51:14.329542 | fa163ebf-0e86-c0b9-b49b-00000000476e | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:57.143382 | 1.94s 2025-10-03 10:51:14.350193 | fa163ebf-0e86-c0b9-b49b-000000004770 | TASK | Check Keystone user assignment to roles status 2025-10-03 10:51:14.639819 | fa163ebf-0e86-c0b9-b49b-000000004770 | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2025-10-03 10:51:19.876336 | fa163ebf-0e86-c0b9-b49b-000000004770 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=manilav2 2025-10-03 10:51:19.878764 | fa163ebf-0e86-c0b9-b49b-000000004770 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:25:02.692599 | 5.53s 2025-10-03 10:51:20.140196 | fa163ebf-0e86-c0b9-b49b-000000004770 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=neutron 2025-10-03 10:51:20.141958 | fa163ebf-0e86-c0b9-b49b-000000004770 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:25:02.955799 | 5.79s 2025-10-03 10:51:20.381935 | fa163ebf-0e86-c0b9-b49b-000000004770 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=nova 2025-10-03 10:51:20.383126 | fa163ebf-0e86-c0b9-b49b-000000004770 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:25:03.196975 | 6.03s 2025-10-03 10:51:20.612653 | fa163ebf-0e86-c0b9-b49b-000000004770 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=octavia 2025-10-03 10:51:20.614619 | fa163ebf-0e86-c0b9-b49b-000000004770 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:25:03.428466 | 6.26s 2025-10-03 10:51:20.854822 | fa163ebf-0e86-c0b9-b49b-000000004770 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=placement 2025-10-03 10:51:20.856121 | fa163ebf-0e86-c0b9-b49b-000000004770 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:25:03.669974 | 6.50s 2025-10-03 10:51:21.095035 | fa163ebf-0e86-c0b9-b49b-000000004770 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=swift 2025-10-03 10:51:21.096107 | fa163ebf-0e86-c0b9-b49b-000000004770 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:25:03.909956 | 6.74s 2025-10-03 10:51:21.104043 | fa163ebf-0e86-c0b9-b49b-000000004770 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:25:03.917887 | 6.75s 2025-10-03 10:51:21.125044 | fa163ebf-0e86-c0b9-b49b-0000000045a3 | TASK | Async assignment of Keystone user per role 2025-10-03 10:51:21.224012 | fa163ebf-0e86-c0b9-b49b-0000000045a3 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:25:04.037845 | 0.10s 2025-10-03 10:51:21.230141 | fa163ebf-0e86-c0b9-b49b-0000000045a3 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:25:04.043987 | 0.10s 2025-10-03 10:51:21.240181 | d53cf895-15a4-4a86-890d-b5f330ab34ec | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2025-10-03 10:51:21.260604 | fa163ebf-0e86-c0b9-b49b-0000000047d4 | TASK | Async assignment of Keystone user to roles 2025-10-03 10:51:21.582575 | fa163ebf-0e86-c0b9-b49b-0000000047d4 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=ceilometer 2025-10-03 10:51:21.584295 | fa163ebf-0e86-c0b9-b49b-0000000047d4 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:25:04.398133 | 0.32s 2025-10-03 10:51:21.592866 | fa163ebf-0e86-c0b9-b49b-0000000047d4 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:25:04.406712 | 0.33s 2025-10-03 10:51:21.613541 | fa163ebf-0e86-c0b9-b49b-0000000047d6 | TASK | Check Keystone user assignment to roles status 2025-10-03 10:51:21.824322 | fa163ebf-0e86-c0b9-b49b-0000000047d6 | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2025-10-03 10:51:27.047731 | fa163ebf-0e86-c0b9-b49b-0000000047d6 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=ceilometer 2025-10-03 10:51:27.049610 | fa163ebf-0e86-c0b9-b49b-0000000047d6 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:25:09.863455 | 5.43s 2025-10-03 10:51:27.059065 | fa163ebf-0e86-c0b9-b49b-0000000047d6 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:25:09.872915 | 5.44s 2025-10-03 10:51:27.077508 | fa163ebf-0e86-c0b9-b49b-0000000045a8 | TASK | Async assignment of Keystone user per role 2025-10-03 10:51:27.178793 | fa163ebf-0e86-c0b9-b49b-0000000045a8 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:25:09.992625 | 0.10s 2025-10-03 10:51:27.191378 | fa163ebf-0e86-c0b9-b49b-0000000045a8 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:25:10.005229 | 0.11s 2025-10-03 10:51:27.204892 | c2ee1707-3e8b-4e10-9260-9854ae20f51e | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2025-10-03 10:51:27.229715 | fa163ebf-0e86-c0b9-b49b-0000000047f8 | TASK | Async assignment of Keystone user to roles 2025-10-03 10:51:27.616012 | fa163ebf-0e86-c0b9-b49b-0000000047f8 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinder 2025-10-03 10:51:27.617793 | fa163ebf-0e86-c0b9-b49b-0000000047f8 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:25:10.431641 | 0.39s 2025-10-03 10:51:27.938017 | fa163ebf-0e86-c0b9-b49b-0000000047f8 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinderv3 2025-10-03 10:51:27.938985 | fa163ebf-0e86-c0b9-b49b-0000000047f8 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:25:10.752836 | 0.71s 2025-10-03 10:51:28.249594 | fa163ebf-0e86-c0b9-b49b-0000000047f8 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=nova 2025-10-03 10:51:28.250127 | fa163ebf-0e86-c0b9-b49b-0000000047f8 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:25:11.063986 | 1.02s 2025-10-03 10:51:28.253329 | fa163ebf-0e86-c0b9-b49b-0000000047f8 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:25:11.067182 | 1.02s 2025-10-03 10:51:28.272180 | fa163ebf-0e86-c0b9-b49b-0000000047fa | TASK | Check Keystone user assignment to roles status 2025-10-03 10:51:28.570641 | fa163ebf-0e86-c0b9-b49b-0000000047fa | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2025-10-03 10:51:33.800354 | fa163ebf-0e86-c0b9-b49b-0000000047fa | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinder 2025-10-03 10:51:33.801852 | fa163ebf-0e86-c0b9-b49b-0000000047fa | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:25:16.615694 | 5.53s 2025-10-03 10:51:34.055928 | fa163ebf-0e86-c0b9-b49b-0000000047fa | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinderv3 2025-10-03 10:51:34.058346 | fa163ebf-0e86-c0b9-b49b-0000000047fa | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:25:16.872191 | 5.78s 2025-10-03 10:51:34.305475 | fa163ebf-0e86-c0b9-b49b-0000000047fa | CHANGED | Check Keystone user assignment to roles status | undercloud | item=nova 2025-10-03 10:51:34.306670 | fa163ebf-0e86-c0b9-b49b-0000000047fa | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:25:17.120517 | 6.03s 2025-10-03 10:51:34.314161 | fa163ebf-0e86-c0b9-b49b-0000000047fa | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:25:17.128002 | 6.04s 2025-10-03 10:51:34.349592 | fa163ebf-0e86-c0b9-b49b-000000003975 | TASK | is Keystone LDAP enabled 2025-10-03 10:51:34.403526 | fa163ebf-0e86-c0b9-b49b-000000003975 | OK | is Keystone LDAP enabled | undercloud 2025-10-03 10:51:34.404608 | fa163ebf-0e86-c0b9-b49b-000000003975 | TIMING | is Keystone LDAP enabled | undercloud | 0:25:17.218455 | 0.05s 2025-10-03 10:51:34.421829 | fa163ebf-0e86-c0b9-b49b-000000003976 | TASK | Set fact for tripleo_keystone_ldap_domains 2025-10-03 10:51:34.472541 | fa163ebf-0e86-c0b9-b49b-000000003976 | SKIPPED | Set fact for tripleo_keystone_ldap_domains | undercloud 2025-10-03 10:51:34.474124 | fa163ebf-0e86-c0b9-b49b-000000003976 | TIMING | Set fact for tripleo_keystone_ldap_domains | undercloud | 0:25:17.287970 | 0.05s 2025-10-03 10:51:34.492553 | fa163ebf-0e86-c0b9-b49b-000000003977 | TASK | Manage Keystone domains from LDAP config 2025-10-03 10:51:34.543753 | fa163ebf-0e86-c0b9-b49b-000000003977 | SKIPPED | Manage Keystone domains from LDAP config | undercloud 2025-10-03 10:51:34.544833 | fa163ebf-0e86-c0b9-b49b-000000003977 | TIMING | Manage Keystone domains from LDAP config | undercloud | 0:25:17.358681 | 0.05s PLAY [Deploy step tasks for 4] ************************************************* 2025-10-03 10:51:34.688357 | fa163ebf-0e86-c0b9-b49b-0000000000e2 | TASK | Deploy step tasks for 4 2025-10-03 10:51:34.716410 | fa163ebf-0e86-c0b9-b49b-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', 'fa163ebf-0e86-c0b9-b49b-0000000000e2') missing from stats 2025-10-03 10:51:34.738283 | fa163ebf-0e86-c0b9-b49b-0000000000e3 | TASK | Write the config_step hieradata for the deploy step 4 tasks 2025-10-03 10:51:35.218191 | fa163ebf-0e86-c0b9-b49b-0000000000e3 | CHANGED | Write the config_step hieradata for the deploy step 4 tasks | standalone 2025-10-03 10:51:35.219571 | fa163ebf-0e86-c0b9-b49b-0000000000e3 | TIMING | Write the config_step hieradata for the deploy step 4 tasks | standalone | 0:25:18.033419 | 0.48s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-10-03 10:51:35.287967 | fa163ebf-0e86-c0b9-b49b-0000000000e4 | TIMING | include_tasks | standalone | 0:25:18.101802 | 0.04s 2025-10-03 10:51:35.332778 | 2dc43d2a-3cbb-4976-ae9f-641c0f083178 | INCLUDED | /root/standalone-ansible-cgj5i441/Standalone/deploy_steps_tasks_step4.yaml | standalone 2025-10-03 10:51:35.358519 | fa163ebf-0e86-c0b9-b49b-00000000483c | TASK | Create virtqemud recovery script 2025-10-03 10:51:35.832368 | fa163ebf-0e86-c0b9-b49b-00000000483c | CHANGED | Create virtqemud recovery script | standalone 2025-10-03 10:51:35.833832 | fa163ebf-0e86-c0b9-b49b-00000000483c | TIMING | Create virtqemud recovery script | standalone | 0:25:18.647677 | 0.47s 2025-10-03 10:51:35.862026 | fa163ebf-0e86-c0b9-b49b-00000000483d | TASK | Create virtqemud recovery trigger service 2025-10-03 10:51:36.403577 | fa163ebf-0e86-c0b9-b49b-00000000483d | CHANGED | Create virtqemud recovery trigger service | standalone 2025-10-03 10:51:36.404377 | fa163ebf-0e86-c0b9-b49b-00000000483d | TIMING | Create virtqemud recovery trigger service | standalone | 0:25:19.218234 | 0.54s 2025-10-03 10:51:36.422738 | fa163ebf-0e86-c0b9-b49b-00000000483e | TASK | Create virtqemud recovery trigger timer 2025-10-03 10:51:36.929515 | fa163ebf-0e86-c0b9-b49b-00000000483e | CHANGED | Create virtqemud recovery trigger timer | standalone 2025-10-03 10:51:36.930997 | fa163ebf-0e86-c0b9-b49b-00000000483e | TIMING | Create virtqemud recovery trigger timer | standalone | 0:25:19.744853 | 0.51s 2025-10-03 10:51:36.950057 | fa163ebf-0e86-c0b9-b49b-00000000483f | TASK | Enable virtqemud recovery trigger service 2025-10-03 10:51:38.026831 | fa163ebf-0e86-c0b9-b49b-00000000483f | CHANGED | Enable virtqemud recovery trigger service | standalone 2025-10-03 10:51:38.029742 | fa163ebf-0e86-c0b9-b49b-00000000483f | TIMING | Enable virtqemud recovery trigger service | standalone | 0:25:20.843580 | 1.08s 2025-10-03 10:51:38.060923 | fa163ebf-0e86-c0b9-b49b-000000004840 | TASK | Enable virtqemud recovery trigger timer 2025-10-03 10:51:39.059499 | fa163ebf-0e86-c0b9-b49b-000000004840 | CHANGED | Enable virtqemud recovery trigger timer | standalone 2025-10-03 10:51:39.061187 | fa163ebf-0e86-c0b9-b49b-000000004840 | TIMING | Enable virtqemud recovery trigger timer | standalone | 0:25:21.875026 | 1.00s 2025-10-03 10:51:39.090177 | fa163ebf-0e86-c0b9-b49b-000000004841 | TASK | Really enable virtqemud recovery trigger timer 2025-10-03 10:51:39.694516 | fa163ebf-0e86-c0b9-b49b-000000004841 | CHANGED | Really enable virtqemud recovery trigger timer | standalone 2025-10-03 10:51:39.695406 | fa163ebf-0e86-c0b9-b49b-000000004841 | TIMING | Really enable virtqemud recovery trigger timer | standalone | 0:25:22.509264 | 0.60s 2025-10-03 10:51:39.714476 | fa163ebf-0e86-c0b9-b49b-000000004843 | TASK | Create systemd file 2025-10-03 10:51:40.217533 | fa163ebf-0e86-c0b9-b49b-000000004843 | CHANGED | Create systemd file | standalone 2025-10-03 10:51:40.219530 | fa163ebf-0e86-c0b9-b49b-000000004843 | TIMING | Create systemd file | standalone | 0:25:23.033369 | 0.50s 2025-10-03 10:51:40.254222 | fa163ebf-0e86-c0b9-b49b-000000004844 | TASK | Reload systemd 2025-10-03 10:51:40.989863 | fa163ebf-0e86-c0b9-b49b-000000004844 | CHANGED | Reload systemd | standalone 2025-10-03 10:51:40.991777 | fa163ebf-0e86-c0b9-b49b-000000004844 | TIMING | Reload systemd | standalone | 0:25:23.805627 | 0.74s 2025-10-03 10:51:41.014919 | fa163ebf-0e86-c0b9-b49b-000000004847 | TASK | Start OVN container 2025-10-03 10:51:41.062159 | fa163ebf-0e86-c0b9-b49b-000000004847 | SKIPPED | Start OVN container | standalone | item=ovn_cluster_north_db_server 2025-10-03 10:51:41.079997 | fa163ebf-0e86-c0b9-b49b-000000004847 | SKIPPED | Start OVN container | standalone | item=ovn_cluster_south_db_server 2025-10-03 10:51:41.093269 | fa163ebf-0e86-c0b9-b49b-000000004847 | SKIPPED | Start OVN container | standalone | item=ovn_cluster_northd 2025-10-03 10:51:41.100620 | fa163ebf-0e86-c0b9-b49b-000000004847 | TIMING | Start OVN container | standalone | 0:25:23.914459 | 0.08s 2025-10-03 10:51:41.131264 | fa163ebf-0e86-c0b9-b49b-000000004849 | TASK | Set NB connection 2025-10-03 10:51:41.198475 | fa163ebf-0e86-c0b9-b49b-000000004849 | SKIPPED | Set NB connection | standalone 2025-10-03 10:51:41.201291 | fa163ebf-0e86-c0b9-b49b-000000004849 | TIMING | Set NB connection | standalone | 0:25:24.015018 | 0.07s 2025-10-03 10:51:41.232172 | fa163ebf-0e86-c0b9-b49b-00000000484a | TASK | Set SB connection 2025-10-03 10:51:41.273361 | fa163ebf-0e86-c0b9-b49b-00000000484a | SKIPPED | Set SB connection | standalone 2025-10-03 10:51:41.274717 | fa163ebf-0e86-c0b9-b49b-00000000484a | TIMING | Set SB connection | standalone | 0:25:24.088542 | 0.04s 2025-10-03 10:51:41.304572 | fa163ebf-0e86-c0b9-b49b-0000000000e6 | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_4 already exists 2025-10-03 10:51:41.547780 | fa163ebf-0e86-c0b9-b49b-0000000000e6 | OK | Check if /var/lib/tripleo-config/container-startup-config/step_4 already exists | standalone 2025-10-03 10:51:41.549235 | fa163ebf-0e86-c0b9-b49b-0000000000e6 | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_4 already exists | standalone | 0:25:24.363081 | 0.24s 2025-10-03 10:51:41.661694 | fa163ebf-0e86-c0b9-b49b-0000000000e7 | TIMING | include_tasks | standalone | 0:25:24.475530 | 0.08s 2025-10-03 10:51:41.702213 | 55ab6bce-6c2f-471f-9218-e20a0fcac626 | INCLUDED | /root/standalone-ansible-cgj5i441/common_deploy_steps_tasks.yaml | standalone 2025-10-03 10:51:41.736191 | fa163ebf-0e86-c0b9-b49b-000000004879 | TASK | Write the config_step hieradata 2025-10-03 10:51:42.248600 | fa163ebf-0e86-c0b9-b49b-000000004879 | OK | Write the config_step hieradata | standalone 2025-10-03 10:51:42.249870 | fa163ebf-0e86-c0b9-b49b-000000004879 | TIMING | Write the config_step hieradata | standalone | 0:25:25.063717 | 0.51s 2025-10-03 10:51:42.287156 | fa163ebf-0e86-c0b9-b49b-00000000487a | TASK | Run puppet host configuration for step 4 2025-10-03 10:51:42.613532 | fa163ebf-0e86-c0b9-b49b-00000000487a | CHANGED | Run puppet host configuration for step 4 | standalone 2025-10-03 10:51:42.615227 | fa163ebf-0e86-c0b9-b49b-00000000487a | TIMING | Run puppet host configuration for step 4 | standalone | 0:25:25.429063 | 0.33s 2025-10-03 10:51:42.640393 | fa163ebf-0e86-c0b9-b49b-00000000487b | TASK | Wait for puppet host configuration to finish 2025-10-03 10:51:42.880041 | fa163ebf-0e86-c0b9-b49b-00000000487b | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-10-03 10:51:53.126799 | fa163ebf-0e86-c0b9-b49b-00000000487b | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-10-03 10:52:03.309290 | fa163ebf-0e86-c0b9-b49b-00000000487b | WAITING | Wait for puppet host configuration to finish | standalone | 358 retries left 2025-10-03 10:52:13.539915 | fa163ebf-0e86-c0b9-b49b-00000000487b | CHANGED | Wait for puppet host configuration to finish | standalone 2025-10-03 10:52:13.541385 | fa163ebf-0e86-c0b9-b49b-00000000487b | TIMING | Wait for puppet host configuration to finish | standalone | 0:25:56.355233 | 30.90s 2025-10-03 10:52:13.571958 | fa163ebf-0e86-c0b9-b49b-00000000487c | TASK | Debug output for task: Run puppet host configuration for step 4 2025-10-03 10:52:13.654955 | fa163ebf-0e86-c0b9-b49b-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 3 10:51: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 3 10:51:49 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Oct 3 10:51:49 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Oct 3 10:51:49 puppet-user: (file & line not available)", "<13>Oct 3 10:51: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 3 10:51: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 3 10:51:49 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 3 10:51:49 puppet-user: (location: /etc/puppet/modules/stdlib/lib/puppet/functions/deprecation.rb:34:in `deprecation')", "<13>Oct 3 10:51:49 puppet-user: Warning: This method is deprecated, please use the stdlib validate_legacy function,", "<13>Oct 3 10:51:49 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 3 10:51:49 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 3 10:51:49 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 3 10:51:49 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 3 10:51:49 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 3 10:51:49 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Oct 3 10:51:49 puppet-user: Notice: Compiled catalog for standalone.ooo.test in environment production in 0.51 seconds", "<13>Oct 3 10:51:54 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Oct 3 10:51:56 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Oct 3 10:52:01 puppet-user: Notice: /Stage[main]/Snmp/Package[snmpd]/ensure: created", "<13>Oct 3 10:52:01 puppet-user: Notice: /Stage[main]/Snmp/File[snmpd.conf]/content: content changed '{sha256}2b743f970e80e2150759bfc66f2d8d0fbd8b31624f79e2991248d1a5ac57494e' to '{sha256}36411b24e4ad6522b08c27b421b1d6f6cabfa66962dd284342bfa3b666e3fb8f'", "<13>Oct 3 10:52:01 puppet-user: Notice: /Stage[main]/Snmp/File[snmpd.sysconfig]/content: content changed '{sha256}b63afb2dee7419b6834471f88581d981c8ae5c8b27b9d329ba67a02f3ddd8221' to '{sha256}3917ee8bbc680ad50d77186ad4a1d2705c2025c32fc32f823abbda7f2328dfbd'", "<13>Oct 3 10:52:01 puppet-user: Notice: /Stage[main]/Snmp/File[snmptrapd.conf]/content: content changed '{sha256}2e1ca894d609ef337b6243909bf5623c87fd5df98ecbd00c7d4c12cf12f03c4e' to '{sha256}3ecf18da1ba84ea3932607f2b903ee6a038b6f9ac4e1e371e48f3ef61c5052ea'", "<13>Oct 3 10:52:01 puppet-user: Notice: /Stage[main]/Snmp/File[snmptrapd.sysconfig]/content: content changed '{sha256}86ee5797ad10cb1ea0f631e9dfa6ae278ecf4f4d16f4c80f831cdde45601b23c' to '{sha256}2244553364afcca151958f8e2003e4c182f5e2ecfbe55405cec73fd818581e97'", "<13>Oct 3 10:52:01 puppet-user: Notice: /Stage[main]/Snmp/Service[snmptrapd]: Triggered 'refresh' from 2 events", "<13>Oct 3 10:52:02 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Oct 3 10:52: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 3 10:52:09 puppet-user: Notice: /Stage[main]/Snmp/Service[snmpd]/ensure: ensure changed 'stopped' to 'running'", "<13>Oct 3 10:52:09 puppet-user: Notice: Applied catalog in 19.57 seconds", "<13>Oct 3 10:52:09 puppet-user: Application:", "<13>Oct 3 10:52:09 puppet-user: Initial environment: production", "<13>Oct 3 10:52:09 puppet-user: Converged environment: production", "<13>Oct 3 10:52:09 puppet-user: Run mode: user", "<13>Oct 3 10:52:09 puppet-user: Changes:", "<13>Oct 3 10:52:09 puppet-user: Total: 10", "<13>Oct 3 10:52:09 puppet-user: Events:", "<13>Oct 3 10:52:09 puppet-user: Success: 10", "<13>Oct 3 10:52:09 puppet-user: Resources:", "<13>Oct 3 10:52:09 puppet-user: Restarted: 1", "<13>Oct 3 10:52:09 puppet-user: Changed: 10", "<13>Oct 3 10:52:09 puppet-user: Out of sync: 10", "<13>Oct 3 10:52:09 puppet-user: Total: 37", "<13>Oct 3 10:52:09 puppet-user: Time:", "<13>Oct 3 10:52:09 puppet-user: Filebucket: 0.00", "<13>Oct 3 10:52:09 puppet-user: Schedule: 0.00", "<13>Oct 3 10:52:09 puppet-user: File line: 0.00", "<13>Oct 3 10:52:09 puppet-user: User: 0.01", "<13>Oct 3 10:52:09 puppet-user: Augeas: 0.01", "<13>Oct 3 10:52:09 puppet-user: File: 0.08", "<13>Oct 3 10:52:09 puppet-user: Config retrieval: 0.60", "<13>Oct 3 10:52:09 puppet-user: Service: 1.34", "<13>Oct 3 10:52:09 puppet-user: Pcmk property: 1.53", "<13>Oct 3 10:52:09 puppet-user: Last run: 1759488729", "<13>Oct 3 10:52:09 puppet-user: Transaction evaluation: 19.56", "<13>Oct 3 10:52:09 puppet-user: Catalog application: 19.57", "<13>Oct 3 10:52:09 puppet-user: Pcmk resource default: 2.06", "<13>Oct 3 10:52:09 puppet-user: Pcmk resource op default: 2.14", "<13>Oct 3 10:52:09 puppet-user: Package: 5.16", "<13>Oct 3 10:52:09 puppet-user: Exec: 7.01", "<13>Oct 3 10:52:09 puppet-user: Total: 19.58", "<13>Oct 3 10:52:09 puppet-user: Version:", "<13>Oct 3 10:52:09 puppet-user: Config: 1759488709", "<13>Oct 3 10:52:09 puppet-user: Puppet: 7.10.0" ] } 2025-10-03 10:52:13.656414 | fa163ebf-0e86-c0b9-b49b-00000000487c | TIMING | Debug output for task: Run puppet host configuration for step 4 | standalone | 0:25:56.470255 | 0.08s 2025-10-03 10:52:13.686267 | fa163ebf-0e86-c0b9-b49b-00000000487d | TASK | Pre-cache facts for puppet containers 2025-10-03 10:52:13.727342 | fa163ebf-0e86-c0b9-b49b-00000000487d | TIMING | Pre-cache facts for puppet containers | standalone | 0:25:56.541182 | 0.04s 2025-10-03 10:52:13.794112 | fa163ebf-0e86-c0b9-b49b-0000000048be | TASK | Gather variables for each operating system 2025-10-03 10:52:13.888527 | fa163ebf-0e86-c0b9-b49b-0000000048be | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:25:56.702378 | 0.09s 2025-10-03 10:52:13.916855 | fa163ebf-0e86-c0b9-b49b-0000000048bf | TASK | Create puppet caching structures 2025-10-03 10:52:14.160697 | fa163ebf-0e86-c0b9-b49b-0000000048bf | CHANGED | Create puppet caching structures | standalone 2025-10-03 10:52:14.162205 | fa163ebf-0e86-c0b9-b49b-0000000048bf | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:25:56.976044 | 0.24s 2025-10-03 10:52:14.191035 | fa163ebf-0e86-c0b9-b49b-0000000048c0 | TASK | Check for facter.conf 2025-10-03 10:52:14.436725 | fa163ebf-0e86-c0b9-b49b-0000000048c0 | OK | Check for facter.conf | standalone 2025-10-03 10:52:14.438091 | fa163ebf-0e86-c0b9-b49b-0000000048c0 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:25:57.251938 | 0.25s 2025-10-03 10:52:14.467723 | fa163ebf-0e86-c0b9-b49b-0000000048c1 | TASK | Remove facter.conf if directory 2025-10-03 10:52:14.517681 | fa163ebf-0e86-c0b9-b49b-0000000048c1 | SKIPPED | Remove facter.conf if directory | standalone 2025-10-03 10:52:14.518738 | fa163ebf-0e86-c0b9-b49b-0000000048c1 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:25:57.332585 | 0.05s 2025-10-03 10:52:14.546398 | fa163ebf-0e86-c0b9-b49b-0000000048c2 | TASK | Write facter cache config 2025-10-03 10:52:15.065121 | fa163ebf-0e86-c0b9-b49b-0000000048c2 | CHANGED | Write facter cache config | standalone 2025-10-03 10:52:15.066748 | fa163ebf-0e86-c0b9-b49b-0000000048c2 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:25:57.880590 | 0.52s 2025-10-03 10:52:15.096958 | fa163ebf-0e86-c0b9-b49b-0000000048c3 | TASK | Cleanup facter cache if exists 2025-10-03 10:52:15.330719 | fa163ebf-0e86-c0b9-b49b-0000000048c3 | CHANGED | Cleanup facter cache if exists | standalone 2025-10-03 10:52:15.332192 | fa163ebf-0e86-c0b9-b49b-0000000048c3 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:25:58.146037 | 0.23s 2025-10-03 10:52:15.360494 | fa163ebf-0e86-c0b9-b49b-0000000048c4 | TASK | Pre-cache facts 2025-10-03 10:52:15.950574 | fa163ebf-0e86-c0b9-b49b-0000000048c4 | CHANGED | Pre-cache facts | standalone 2025-10-03 10:52:15.951892 | fa163ebf-0e86-c0b9-b49b-0000000048c4 | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:25:58.765735 | 0.59s 2025-10-03 10:52:15.983571 | fa163ebf-0e86-c0b9-b49b-0000000048c5 | TASK | Failed deployment if facter fails 2025-10-03 10:52:16.016656 | fa163ebf-0e86-c0b9-b49b-0000000048c5 | SKIPPED | Failed deployment if facter fails | standalone 2025-10-03 10:52:16.018016 | fa163ebf-0e86-c0b9-b49b-0000000048c5 | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:25:58.831863 | 0.03s 2025-10-03 10:52:16.062639 | fa163ebf-0e86-c0b9-b49b-0000000048c6 | TASK | Sync cached facts 2025-10-03 10:52:16.407343 | fa163ebf-0e86-c0b9-b49b-0000000048c6 | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163ebf-0e86-c0b9-b49b-0000000048c6') missing from stats 2025-10-03 10:52:16.463831 | fa163ebf-0e86-c0b9-b49b-00000000487e | TASK | Include container-puppet tasks (generate config) during step 1 2025-10-03 10:52:16.503406 | fa163ebf-0e86-c0b9-b49b-00000000487e | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2025-10-03 10:52:16.504875 | fa163ebf-0e86-c0b9-b49b-00000000487e | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:25:59.318712 | 0.04s 2025-10-03 10:52:16.539884 | fa163ebf-0e86-c0b9-b49b-000000004880 | TASK | Manage containers for step 4 with tripleo-ansible 2025-10-03 10:52:16.574566 | fa163ebf-0e86-c0b9-b49b-000000004880 | TIMING | Manage containers for step 4 with tripleo-ansible | standalone | 0:25:59.388413 | 0.03s 2025-10-03 10:52:16.639715 | fa163ebf-0e86-c0b9-b49b-00000000491d | TASK | Gather variables for each operating system 2025-10-03 10:52:16.762697 | fa163ebf-0e86-c0b9-b49b-00000000491d | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:25:59.576525 | 0.12s 2025-10-03 10:52:16.795155 | fa163ebf-0e86-c0b9-b49b-00000000491e | TASK | Create container logs path 2025-10-03 10:52:17.074983 | fa163ebf-0e86-c0b9-b49b-00000000491e | OK | Create container logs path | standalone 2025-10-03 10:52:17.076506 | fa163ebf-0e86-c0b9-b49b-00000000491e | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:25:59.890347 | 0.28s 2025-10-03 10:52:17.107891 | fa163ebf-0e86-c0b9-b49b-000000004920 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_4 2025-10-03 10:52:17.384658 | fa163ebf-0e86-c0b9-b49b-000000004920 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_4 | standalone 2025-10-03 10:52:17.385481 | fa163ebf-0e86-c0b9-b49b-000000004920 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:26:00.199337 | 0.28s 2025-10-03 10:52:17.406291 | fa163ebf-0e86-c0b9-b49b-000000004921 | TASK | Finalise hashes for all containers 2025-10-03 10:52:17.486079 | fa163ebf-0e86-c0b9-b49b-000000004921 | OK | Finalise hashes for all containers | standalone 2025-10-03 10:52:17.487376 | fa163ebf-0e86-c0b9-b49b-000000004921 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:26:00.301221 | 0.08s 2025-10-03 10:52:17.519368 | fa163ebf-0e86-c0b9-b49b-000000004923 | TASK | Manage systemd shutdown files 2025-10-03 10:52:17.549459 | fa163ebf-0e86-c0b9-b49b-000000004923 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:26:00.363264 | 0.03s 2025-10-03 10:52:17.584669 | b259ce01-d5eb-4d1f-a682-20954442e302 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-10-03 10:52:17.621739 | fa163ebf-0e86-c0b9-b49b-000000004956 | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-10-03 10:52:17.900261 | fa163ebf-0e86-c0b9-b49b-000000004956 | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-10-03 10:52:17.902073 | fa163ebf-0e86-c0b9-b49b-000000004956 | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:26:00.715909 | 0.28s 2025-10-03 10:52:17.933611 | fa163ebf-0e86-c0b9-b49b-000000004957 | TASK | Set podman_drop_in fact 2025-10-03 10:52:17.985193 | fa163ebf-0e86-c0b9-b49b-000000004957 | OK | Set podman_drop_in fact | standalone 2025-10-03 10:52:17.986623 | fa163ebf-0e86-c0b9-b49b-000000004957 | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:26:00.800461 | 0.05s 2025-10-03 10:52:18.016014 | fa163ebf-0e86-c0b9-b49b-000000004959 | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-10-03 10:52:18.507457 | fa163ebf-0e86-c0b9-b49b-000000004959 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-10-03 10:52:18.509900 | fa163ebf-0e86-c0b9-b49b-000000004959 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:26:01.323736 | 0.49s 2025-10-03 10:52:18.988255 | fa163ebf-0e86-c0b9-b49b-000000004959 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-10-03 10:52:18.990391 | fa163ebf-0e86-c0b9-b49b-000000004959 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:26:01.804238 | 0.97s 2025-10-03 10:52:19.000757 | fa163ebf-0e86-c0b9-b49b-000000004959 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:26:01.814596 | 0.98s 2025-10-03 10:52:19.032786 | fa163ebf-0e86-c0b9-b49b-00000000495a | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-10-03 10:52:19.520411 | fa163ebf-0e86-c0b9-b49b-00000000495a | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-10-03 10:52:19.521870 | fa163ebf-0e86-c0b9-b49b-00000000495a | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:26:02.335716 | 0.49s 2025-10-03 10:52:19.550367 | fa163ebf-0e86-c0b9-b49b-00000000495b | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-10-03 10:52:20.038119 | fa163ebf-0e86-c0b9-b49b-00000000495b | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-10-03 10:52:20.039701 | fa163ebf-0e86-c0b9-b49b-00000000495b | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:26:02.853545 | 0.49s 2025-10-03 10:52:20.071242 | fa163ebf-0e86-c0b9-b49b-00000000495c | TASK | Enable and start tripleo-container-shutdown 2025-10-03 10:52:20.723945 | fa163ebf-0e86-c0b9-b49b-00000000495c | OK | Enable and start tripleo-container-shutdown | standalone 2025-10-03 10:52:20.725545 | fa163ebf-0e86-c0b9-b49b-00000000495c | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:26:03.539396 | 0.65s 2025-10-03 10:52:20.746326 | fa163ebf-0e86-c0b9-b49b-00000000495d | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-10-03 10:52:21.200724 | fa163ebf-0e86-c0b9-b49b-00000000495d | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-10-03 10:52:21.201762 | fa163ebf-0e86-c0b9-b49b-00000000495d | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:26:04.015615 | 0.45s 2025-10-03 10:52:21.232010 | fa163ebf-0e86-c0b9-b49b-00000000495e | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-10-03 10:52:21.764641 | fa163ebf-0e86-c0b9-b49b-00000000495e | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-10-03 10:52:21.766237 | fa163ebf-0e86-c0b9-b49b-00000000495e | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:26:04.580081 | 0.53s 2025-10-03 10:52:21.798184 | fa163ebf-0e86-c0b9-b49b-00000000495f | TASK | Enable and start netns-placeholder 2025-10-03 10:52:22.597946 | fa163ebf-0e86-c0b9-b49b-00000000495f | CHANGED | Enable and start netns-placeholder | standalone 2025-10-03 10:52:22.599827 | fa163ebf-0e86-c0b9-b49b-00000000495f | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:26:05.413672 | 0.80s 2025-10-03 10:52:22.629824 | fa163ebf-0e86-c0b9-b49b-000000004925 | TASK | Update container configs with new config hashes 2025-10-03 10:52:22.671993 | fa163ebf-0e86-c0b9-b49b-000000004925 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:26:05.485825 | 0.04s 2025-10-03 10:52:22.692830 | 7a334529-69cf-46b9-bf52-8a336a16df00 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-10-03 10:52:22.727594 | fa163ebf-0e86-c0b9-b49b-000000004987 | TASK | Update config hashes for container startup configs 2025-10-03 10:52:23.056381 | fa163ebf-0e86-c0b9-b49b-000000004987 | OK | Update config hashes for container startup configs | standalone 2025-10-03 10:52:23.057907 | fa163ebf-0e86-c0b9-b49b-000000004987 | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:26:05.871751 | 0.33s 2025-10-03 10:52:23.089858 | fa163ebf-0e86-c0b9-b49b-000000004926 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_4 2025-10-03 10:52:23.132796 | fa163ebf-0e86-c0b9-b49b-000000004926 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:26:05.946637 | 0.04s 2025-10-03 10:52:23.156154 | a6bd5356-864d-48df-adb9-06336ba1deca | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-03 10:52:23.192715 | fa163ebf-0e86-c0b9-b49b-0000000049a6 | TASK | Gather podman infos 2025-10-03 10:52:24.806828 | fa163ebf-0e86-c0b9-b49b-0000000049a6 | OK | Gather podman infos | standalone 2025-10-03 10:52:24.808018 | fa163ebf-0e86-c0b9-b49b-0000000049a6 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:26:07.621867 | 1.61s 2025-10-03 10:52:24.927075 | fa163ebf-0e86-c0b9-b49b-0000000049a7 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 2025-10-03 10:52:25.009657 | fa163ebf-0e86-c0b9-b49b-0000000049a7 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:26:07.823500 | 0.08s 2025-10-03 10:52:25.162564 | fa163ebf-0e86-c0b9-b49b-0000000049f0 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:26:07.976399 | 0.10s 2025-10-03 10:52:25.222181 | fa163ebf-0e86-c0b9-b49b-000000004927 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_4 2025-10-03 10:52:25.284131 | fa163ebf-0e86-c0b9-b49b-000000004927 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:26:08.097970 | 0.06s 2025-10-03 10:52:25.299272 | bb1aed31-4c2f-4b7a-a23b-9965ea2c3f38 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-03 10:52:25.331757 | fa163ebf-0e86-c0b9-b49b-000000004a16 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 2025-10-03 10:52:46.689096 | fa163ebf-0e86-c0b9-b49b-000000004a16 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | standalone 2025-10-03 10:52:46.690890 | fa163ebf-0e86-c0b9-b49b-000000004a16 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:26:29.504732 | 21.36s 2025-10-03 10:52:46.725588 | fa163ebf-0e86-c0b9-b49b-000000004a17 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 2025-10-03 10:54:58.437028 | fa163ebf-0e86-c0b9-b49b-000000004a17 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 | standalone 2025-10-03 10:54:58.438029 | fa163ebf-0e86-c0b9-b49b-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:41.251886 | 131.71s 2025-10-03 10:54:58.483471 | fa163ebf-0e86-c0b9-b49b-000000004882 | TASK | Clean container_puppet_tasks for standalone step 4 2025-10-03 10:54:58.740644 | fa163ebf-0e86-c0b9-b49b-000000004882 | OK | Clean container_puppet_tasks for standalone step 4 | standalone 2025-10-03 10:54:58.741580 | fa163ebf-0e86-c0b9-b49b-000000004882 | TIMING | Clean container_puppet_tasks for standalone step 4 | standalone | 0:28:41.555437 | 0.26s 2025-10-03 10:54:58.774510 | fa163ebf-0e86-c0b9-b49b-000000004883 | TASK | Calculate container_puppet_tasks for standalone step 4 2025-10-03 10:54:58.827629 | fa163ebf-0e86-c0b9-b49b-000000004883 | TIMING | Calculate container_puppet_tasks for standalone step 4 | standalone | 0:28:41.641459 | 0.05s 2025-10-03 10:54:58.858519 | fa163ebf-0e86-c0b9-b49b-000000004884 | TASK | Include container-puppet tasks for step 4 2025-10-03 10:54:58.903630 | fa163ebf-0e86-c0b9-b49b-000000004884 | TIMING | Include container-puppet tasks for step 4 | standalone | 0:28:41.717470 | 0.04s 2025-10-03 10:54:58.919800 | c6e0c5cb-2f0f-4bcc-9efc-275cb2220f92 | INCLUDED | /root/standalone-ansible-cgj5i441/host-container-puppet-tasks.yaml | standalone 2025-10-03 10:54:58.955480 | fa163ebf-0e86-c0b9-b49b-000000004a62 | TASK | Write container-puppet-tasks json file for standalone step 4 2025-10-03 10:54:59.484450 | fa163ebf-0e86-c0b9-b49b-000000004a62 | CHANGED | Write container-puppet-tasks json file for standalone step 4 | standalone 2025-10-03 10:54:59.485852 | fa163ebf-0e86-c0b9-b49b-000000004a62 | TIMING | Write container-puppet-tasks json file for standalone step 4 | standalone | 0:28:42.299697 | 0.53s 2025-10-03 10:54:59.516720 | fa163ebf-0e86-c0b9-b49b-000000004a64 | TASK | Generate container puppet configs for step 4 2025-10-03 10:54:59.816634 | fa163ebf-0e86-c0b9-b49b-000000004a64 | OK | Generate container puppet configs for step 4 | standalone 2025-10-03 10:54:59.818264 | fa163ebf-0e86-c0b9-b49b-000000004a64 | TIMING | Generate container puppet configs for step 4 | standalone | 0:28:42.632112 | 0.30s 2025-10-03 10:54:59.851607 | fa163ebf-0e86-c0b9-b49b-000000004a65 | TASK | Manage Puppet containers (bootstrap tasks) for step 4 with tripleo-ansible 2025-10-03 10:54:59.875205 | fa163ebf-0e86-c0b9-b49b-000000004a65 | TIMING | Manage Puppet containers (bootstrap tasks) for step 4 with tripleo-ansible | standalone | 0:28:42.688824 | 0.02s 2025-10-03 10:54:59.947529 | fa163ebf-0e86-c0b9-b49b-000000004a94 | TASK | Gather variables for each operating system 2025-10-03 10:55:00.068030 | fa163ebf-0e86-c0b9-b49b-000000004a94 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:28:42.881862 | 0.12s 2025-10-03 10:55:00.097878 | fa163ebf-0e86-c0b9-b49b-000000004a95 | TASK | Create container logs path 2025-10-03 10:55:00.322683 | fa163ebf-0e86-c0b9-b49b-000000004a95 | OK | Create container logs path | standalone 2025-10-03 10:55:00.323703 | fa163ebf-0e86-c0b9-b49b-000000004a95 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:28:43.137555 | 0.22s 2025-10-03 10:55:00.347371 | fa163ebf-0e86-c0b9-b49b-000000004a97 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_4 2025-10-03 10:55:00.553944 | fa163ebf-0e86-c0b9-b49b-000000004a97 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_4 | standalone 2025-10-03 10:55:00.555369 | fa163ebf-0e86-c0b9-b49b-000000004a97 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_4 | standalone | 0:28:43.369214 | 0.21s 2025-10-03 10:55:00.584065 | fa163ebf-0e86-c0b9-b49b-000000004a98 | TASK | Finalise hashes for all containers 2025-10-03 10:55:00.614372 | fa163ebf-0e86-c0b9-b49b-000000004a98 | OK | Finalise hashes for all containers | standalone 2025-10-03 10:55:00.615134 | fa163ebf-0e86-c0b9-b49b-000000004a98 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:28:43.428988 | 0.03s 2025-10-03 10:55:00.637025 | fa163ebf-0e86-c0b9-b49b-000000004a9a | TASK | Manage systemd shutdown files 2025-10-03 10:55:00.663798 | fa163ebf-0e86-c0b9-b49b-000000004a9a | SKIPPED | Manage systemd shutdown files | standalone 2025-10-03 10:55:00.664457 | fa163ebf-0e86-c0b9-b49b-000000004a9a | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:28:43.478314 | 0.03s 2025-10-03 10:55:00.684617 | fa163ebf-0e86-c0b9-b49b-000000004a9c | TASK | Update container configs with new config hashes 2025-10-03 10:55:00.712339 | fa163ebf-0e86-c0b9-b49b-000000004a9c | SKIPPED | Update container configs with new config hashes | standalone 2025-10-03 10:55:00.712931 | fa163ebf-0e86-c0b9-b49b-000000004a9c | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:28:43.526789 | 0.03s 2025-10-03 10:55:00.733241 | fa163ebf-0e86-c0b9-b49b-000000004a9d | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_4 2025-10-03 10:55:00.763853 | fa163ebf-0e86-c0b9-b49b-000000004a9d | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone 2025-10-03 10:55:00.764444 | fa163ebf-0e86-c0b9-b49b-000000004a9d | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone | 0:28:43.578287 | 0.03s 2025-10-03 10:55:00.784869 | fa163ebf-0e86-c0b9-b49b-000000004a9e | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_4 2025-10-03 10:55:00.834973 | fa163ebf-0e86-c0b9-b49b-000000004a9e | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone 2025-10-03 10:55:00.835748 | fa163ebf-0e86-c0b9-b49b-000000004a9e | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone | 0:28:43.649604 | 0.05s PLAY [External deployment step 5] ********************************************** 2025-10-03 10:55:00.954751 | fa163ebf-0e86-c0b9-b49b-0000000000ea | TASK | External deployment step 5 2025-10-03 10:55:00.981328 | fa163ebf-0e86-c0b9-b49b-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', 'fa163ebf-0e86-c0b9-b49b-0000000000ea') missing from stats 2025-10-03 10:55:01.024007 | fa163ebf-0e86-c0b9-b49b-0000000000eb | TIMING | include_tasks | undercloud | 0:28:43.837857 | 0.03s 2025-10-03 10:55:01.030231 | b0d2b8d2-8325-4102-a3ff-f357ecff3a72 | INCLUDED | /root/standalone-ansible-cgj5i441/external_deploy_steps_tasks_step5.yaml | undercloud 2025-10-03 10:55:01.044769 | fa163ebf-0e86-c0b9-b49b-000000004aed | TASK | Manage Cinder's default volume type 2025-10-03 10:55:14.586815 | fa163ebf-0e86-c0b9-b49b-000000004aed | OK | Manage Cinder's default volume type | undercloud 2025-10-03 10:55:14.587933 | fa163ebf-0e86-c0b9-b49b-000000004aed | TIMING | Manage Cinder's default volume type | undercloud | 0:28:57.401788 | 13.54s PLAY [Deploy step tasks for 5] ************************************************* 2025-10-03 10:55:14.682621 | fa163ebf-0e86-c0b9-b49b-0000000000ee | TASK | Deploy step tasks for 5 2025-10-03 10:55:14.713058 | fa163ebf-0e86-c0b9-b49b-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', 'fa163ebf-0e86-c0b9-b49b-0000000000ee') missing from stats 2025-10-03 10:55:14.732270 | fa163ebf-0e86-c0b9-b49b-0000000000ef | TASK | Write the config_step hieradata for the deploy step 5 tasks 2025-10-03 10:55:15.195056 | fa163ebf-0e86-c0b9-b49b-0000000000ef | CHANGED | Write the config_step hieradata for the deploy step 5 tasks | standalone 2025-10-03 10:55:15.196599 | fa163ebf-0e86-c0b9-b49b-0000000000ef | TIMING | Write the config_step hieradata for the deploy step 5 tasks | standalone | 0:28:58.010443 | 0.46s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-10-03 10:55:15.276784 | fa163ebf-0e86-c0b9-b49b-0000000000f0 | TIMING | include_tasks | standalone | 0:28:58.090607 | 0.05s 2025-10-03 10:55:15.378538 | 9a2f2506-eff5-4334-8cd5-c7a708d98fa7 | INCLUDED | /root/standalone-ansible-cgj5i441/Standalone/deploy_steps_tasks_step5.yaml | standalone 2025-10-03 10:55:15.420547 | fa163ebf-0e86-c0b9-b49b-000000004b10 | TASK | Gather variables for each operating system 2025-10-03 10:55:15.542734 | fa163ebf-0e86-c0b9-b49b-000000004b10 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:28:58.356555 | 0.12s 2025-10-03 10:55:15.572953 | fa163ebf-0e86-c0b9-b49b-000000004b11 | TASK | Detect if resource is being created or already exists 2025-10-03 10:55:16.409733 | fa163ebf-0e86-c0b9-b49b-000000004b11 | CHANGED | Detect if resource is being created or already exists | standalone 2025-10-03 10:55:16.411355 | fa163ebf-0e86-c0b9-b49b-000000004b11 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:28:59.225200 | 0.84s 2025-10-03 10:55:16.442686 | fa163ebf-0e86-c0b9-b49b-000000004b12 | TASK | Run init bundle puppet on the host for cinder_backup 2025-10-03 10:55:41.720099 | fa163ebf-0e86-c0b9-b49b-000000004b12 | CHANGED | Run init bundle puppet on the host for cinder_backup | standalone 2025-10-03 10:55:41.721369 | fa163ebf-0e86-c0b9-b49b-000000004b12 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_backup | standalone | 0:29:24.535221 | 25.28s 2025-10-03 10:55:41.753058 | fa163ebf-0e86-c0b9-b49b-000000004b13 | TASK | Check if /var/lib/config-data/puppet-generated/cinder exists 2025-10-03 10:55:41.989140 | fa163ebf-0e86-c0b9-b49b-000000004b13 | OK | Check if /var/lib/config-data/puppet-generated/cinder exists | standalone 2025-10-03 10:55:41.990714 | fa163ebf-0e86-c0b9-b49b-000000004b13 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/cinder exists | standalone | 0:29:24.804559 | 0.24s 2025-10-03 10:55:42.019530 | fa163ebf-0e86-c0b9-b49b-000000004b14 | TASK | Run pacemaker restart if the config file for the service changed 2025-10-03 10:55:42.427184 | fa163ebf-0e86-c0b9-b49b-000000004b14 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-10-03 10:55:42.428218 | fa163ebf-0e86-c0b9-b49b-000000004b14 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:29:25.242071 | 0.41s 2025-10-03 10:55:42.450120 | fa163ebf-0e86-c0b9-b49b-000000004b15 | TASK | Check if an image update marker exists for bundle openstack-cinder-backup 2025-10-03 10:55:42.637399 | fa163ebf-0e86-c0b9-b49b-000000004b15 | OK | Check if an image update marker exists for bundle openstack-cinder-backup | standalone 2025-10-03 10:55:42.638330 | fa163ebf-0e86-c0b9-b49b-000000004b15 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle openstack-cinder-backup | standalone | 0:29:25.452185 | 0.19s 2025-10-03 10:55:42.658579 | fa163ebf-0e86-c0b9-b49b-000000004b17 | TASK | Get container image tag from marker for bundle openstack-cinder-backup 2025-10-03 10:55:42.693911 | fa163ebf-0e86-c0b9-b49b-000000004b17 | SKIPPED | Get container image tag from marker for bundle openstack-cinder-backup | standalone 2025-10-03 10:55:42.694530 | fa163ebf-0e86-c0b9-b49b-000000004b17 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle openstack-cinder-backup | standalone | 0:29:25.508387 | 0.04s 2025-10-03 10:55:42.714518 | fa163ebf-0e86-c0b9-b49b-000000004b18 | TASK | Get container image tag from bundle openstack-cinder-backup 2025-10-03 10:55:42.760836 | fa163ebf-0e86-c0b9-b49b-000000004b18 | SKIPPED | Get container image tag from bundle openstack-cinder-backup | standalone 2025-10-03 10:55:42.761413 | fa163ebf-0e86-c0b9-b49b-000000004b18 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle openstack-cinder-backup | standalone | 0:29:25.575271 | 0.05s 2025-10-03 10:55:42.781064 | fa163ebf-0e86-c0b9-b49b-000000004b19 | TASK | Compare tags between marker and bundle openstack-cinder-backup 2025-10-03 10:55:42.829016 | fa163ebf-0e86-c0b9-b49b-000000004b19 | SKIPPED | Compare tags between marker and bundle openstack-cinder-backup | standalone 2025-10-03 10:55:42.829783 | fa163ebf-0e86-c0b9-b49b-000000004b19 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle openstack-cinder-backup | standalone | 0:29:25.643640 | 0.05s 2025-10-03 10:55:42.850294 | fa163ebf-0e86-c0b9-b49b-000000004b1a | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-10-03 10:55:42.889275 | fa163ebf-0e86-c0b9-b49b-000000004b1a | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-10-03 10:55:42.890002 | fa163ebf-0e86-c0b9-b49b-000000004b1a | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:29:25.703858 | 0.04s 2025-10-03 10:55:42.910290 | fa163ebf-0e86-c0b9-b49b-000000004b1b | TASK | Remove update marker for bundle openstack-cinder-backup 2025-10-03 10:55:42.958260 | fa163ebf-0e86-c0b9-b49b-000000004b1b | SKIPPED | Remove update marker for bundle openstack-cinder-backup | standalone 2025-10-03 10:55:42.959010 | fa163ebf-0e86-c0b9-b49b-000000004b1b | TIMING | tripleo_ha_wrapper : Remove update marker for bundle openstack-cinder-backup | standalone | 0:29:25.772867 | 0.05s 2025-10-03 10:55:42.995162 | fa163ebf-0e86-c0b9-b49b-000000004b3c | TASK | Gather variables for each operating system 2025-10-03 10:55:43.087874 | fa163ebf-0e86-c0b9-b49b-000000004b3c | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:29:25.901707 | 0.09s 2025-10-03 10:55:43.116244 | fa163ebf-0e86-c0b9-b49b-000000004b3d | TASK | Detect if resource is being created or already exists 2025-10-03 10:55:43.795518 | fa163ebf-0e86-c0b9-b49b-000000004b3d | CHANGED | Detect if resource is being created or already exists | standalone 2025-10-03 10:55:43.796817 | fa163ebf-0e86-c0b9-b49b-000000004b3d | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:29:26.610667 | 0.68s 2025-10-03 10:55:43.822343 | fa163ebf-0e86-c0b9-b49b-000000004b3e | TASK | Run init bundle puppet on the host for cinder_volume 2025-10-03 10:56:08.960182 | fa163ebf-0e86-c0b9-b49b-000000004b3e | CHANGED | Run init bundle puppet on the host for cinder_volume | standalone 2025-10-03 10:56:08.962322 | fa163ebf-0e86-c0b9-b49b-000000004b3e | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_volume | standalone | 0:29:51.776160 | 25.14s 2025-10-03 10:56:08.999084 | fa163ebf-0e86-c0b9-b49b-000000004b3f | TASK | Check if /var/lib/config-data/puppet-generated/cinder exists 2025-10-03 10:56:09.279151 | fa163ebf-0e86-c0b9-b49b-000000004b3f | OK | Check if /var/lib/config-data/puppet-generated/cinder exists | standalone 2025-10-03 10:56:09.280440 | fa163ebf-0e86-c0b9-b49b-000000004b3f | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/cinder exists | standalone | 0:29:52.094275 | 0.28s 2025-10-03 10:56:09.303366 | fa163ebf-0e86-c0b9-b49b-000000004b40 | TASK | Run pacemaker restart if the config file for the service changed 2025-10-03 10:56:09.751758 | fa163ebf-0e86-c0b9-b49b-000000004b40 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-10-03 10:56:09.752778 | fa163ebf-0e86-c0b9-b49b-000000004b40 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:29:52.566629 | 0.45s 2025-10-03 10:56:09.777726 | fa163ebf-0e86-c0b9-b49b-000000004b41 | TASK | Check if an image update marker exists for bundle openstack-cinder-volume 2025-10-03 10:56:09.963110 | fa163ebf-0e86-c0b9-b49b-000000004b41 | OK | Check if an image update marker exists for bundle openstack-cinder-volume | standalone 2025-10-03 10:56:09.963838 | fa163ebf-0e86-c0b9-b49b-000000004b41 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle openstack-cinder-volume | standalone | 0:29:52.777694 | 0.18s 2025-10-03 10:56:09.984258 | fa163ebf-0e86-c0b9-b49b-000000004b43 | TASK | Get container image tag from marker for bundle openstack-cinder-volume 2025-10-03 10:56:10.021722 | fa163ebf-0e86-c0b9-b49b-000000004b43 | SKIPPED | Get container image tag from marker for bundle openstack-cinder-volume | standalone 2025-10-03 10:56:10.022507 | fa163ebf-0e86-c0b9-b49b-000000004b43 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle openstack-cinder-volume | standalone | 0:29:52.836360 | 0.04s 2025-10-03 10:56:10.042989 | fa163ebf-0e86-c0b9-b49b-000000004b44 | TASK | Get container image tag from bundle openstack-cinder-volume 2025-10-03 10:56:10.079827 | fa163ebf-0e86-c0b9-b49b-000000004b44 | SKIPPED | Get container image tag from bundle openstack-cinder-volume | standalone 2025-10-03 10:56:10.080543 | fa163ebf-0e86-c0b9-b49b-000000004b44 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle openstack-cinder-volume | standalone | 0:29:52.894399 | 0.04s 2025-10-03 10:56:10.100541 | fa163ebf-0e86-c0b9-b49b-000000004b45 | TASK | Compare tags between marker and bundle openstack-cinder-volume 2025-10-03 10:56:10.127528 | fa163ebf-0e86-c0b9-b49b-000000004b45 | SKIPPED | Compare tags between marker and bundle openstack-cinder-volume | standalone 2025-10-03 10:56:10.128307 | fa163ebf-0e86-c0b9-b49b-000000004b45 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle openstack-cinder-volume | standalone | 0:29:52.942162 | 0.03s 2025-10-03 10:56:10.149286 | fa163ebf-0e86-c0b9-b49b-000000004b46 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-10-03 10:56:10.185367 | fa163ebf-0e86-c0b9-b49b-000000004b46 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-10-03 10:56:10.186109 | fa163ebf-0e86-c0b9-b49b-000000004b46 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:29:52.999956 | 0.04s 2025-10-03 10:56:10.215755 | fa163ebf-0e86-c0b9-b49b-000000004b47 | TASK | Remove update marker for bundle openstack-cinder-volume 2025-10-03 10:56:10.255890 | fa163ebf-0e86-c0b9-b49b-000000004b47 | SKIPPED | Remove update marker for bundle openstack-cinder-volume | standalone 2025-10-03 10:56:10.256824 | fa163ebf-0e86-c0b9-b49b-000000004b47 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle openstack-cinder-volume | standalone | 0:29:53.070676 | 0.04s 2025-10-03 10:56:10.298916 | fa163ebf-0e86-c0b9-b49b-000000004b68 | TASK | Gather variables for each operating system 2025-10-03 10:56:10.410688 | fa163ebf-0e86-c0b9-b49b-000000004b68 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:29:53.224522 | 0.11s 2025-10-03 10:56:10.441031 | fa163ebf-0e86-c0b9-b49b-000000004b69 | TASK | Detect if resource is being created or already exists 2025-10-03 10:56:11.234047 | fa163ebf-0e86-c0b9-b49b-000000004b69 | CHANGED | Detect if resource is being created or already exists | standalone 2025-10-03 10:56:11.235675 | fa163ebf-0e86-c0b9-b49b-000000004b69 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:29:54.049518 | 0.79s 2025-10-03 10:56:11.269114 | fa163ebf-0e86-c0b9-b49b-000000004b6a | TASK | Run init bundle puppet on the host for manila_share 2025-10-03 10:56:35.520296 | fa163ebf-0e86-c0b9-b49b-000000004b6a | CHANGED | Run init bundle puppet on the host for manila_share | standalone 2025-10-03 10:56:35.521698 | fa163ebf-0e86-c0b9-b49b-000000004b6a | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for manila_share | standalone | 0:30:18.335550 | 24.25s 2025-10-03 10:56:35.547037 | fa163ebf-0e86-c0b9-b49b-000000004b6b | TASK | Check if /var/lib/config-data/puppet-generated/manila exists 2025-10-03 10:56:35.775263 | fa163ebf-0e86-c0b9-b49b-000000004b6b | OK | Check if /var/lib/config-data/puppet-generated/manila exists | standalone 2025-10-03 10:56:35.778115 | fa163ebf-0e86-c0b9-b49b-000000004b6b | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/manila exists | standalone | 0:30:18.591953 | 0.23s 2025-10-03 10:56:35.822082 | fa163ebf-0e86-c0b9-b49b-000000004b6c | TASK | Run pacemaker restart if the config file for the service changed 2025-10-03 10:56:36.352002 | fa163ebf-0e86-c0b9-b49b-000000004b6c | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-10-03 10:56:36.354728 | fa163ebf-0e86-c0b9-b49b-000000004b6c | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:30:19.168568 | 0.53s 2025-10-03 10:56:36.379465 | fa163ebf-0e86-c0b9-b49b-000000004b6d | TASK | Check if an image update marker exists for bundle openstack-manila-share 2025-10-03 10:56:36.648907 | fa163ebf-0e86-c0b9-b49b-000000004b6d | OK | Check if an image update marker exists for bundle openstack-manila-share | standalone 2025-10-03 10:56:36.649906 | fa163ebf-0e86-c0b9-b49b-000000004b6d | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle openstack-manila-share | standalone | 0:30:19.463762 | 0.27s 2025-10-03 10:56:36.670316 | fa163ebf-0e86-c0b9-b49b-000000004b6f | TASK | Get container image tag from marker for bundle openstack-manila-share 2025-10-03 10:56:36.717766 | fa163ebf-0e86-c0b9-b49b-000000004b6f | SKIPPED | Get container image tag from marker for bundle openstack-manila-share | standalone 2025-10-03 10:56:36.718592 | fa163ebf-0e86-c0b9-b49b-000000004b6f | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle openstack-manila-share | standalone | 0:30:19.532448 | 0.05s 2025-10-03 10:56:36.739487 | fa163ebf-0e86-c0b9-b49b-000000004b70 | TASK | Get container image tag from bundle openstack-manila-share 2025-10-03 10:56:36.787684 | fa163ebf-0e86-c0b9-b49b-000000004b70 | SKIPPED | Get container image tag from bundle openstack-manila-share | standalone 2025-10-03 10:56:36.788892 | fa163ebf-0e86-c0b9-b49b-000000004b70 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle openstack-manila-share | standalone | 0:30:19.602744 | 0.05s 2025-10-03 10:56:36.812409 | fa163ebf-0e86-c0b9-b49b-000000004b71 | TASK | Compare tags between marker and bundle openstack-manila-share 2025-10-03 10:56:36.851546 | fa163ebf-0e86-c0b9-b49b-000000004b71 | SKIPPED | Compare tags between marker and bundle openstack-manila-share | standalone 2025-10-03 10:56:36.852384 | fa163ebf-0e86-c0b9-b49b-000000004b71 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle openstack-manila-share | standalone | 0:30:19.666237 | 0.04s 2025-10-03 10:56:36.874451 | fa163ebf-0e86-c0b9-b49b-000000004b72 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-10-03 10:56:36.922551 | fa163ebf-0e86-c0b9-b49b-000000004b72 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-10-03 10:56:36.923724 | fa163ebf-0e86-c0b9-b49b-000000004b72 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:30:19.737575 | 0.05s 2025-10-03 10:56:36.949106 | fa163ebf-0e86-c0b9-b49b-000000004b73 | TASK | Remove update marker for bundle openstack-manila-share 2025-10-03 10:56:36.989482 | fa163ebf-0e86-c0b9-b49b-000000004b73 | SKIPPED | Remove update marker for bundle openstack-manila-share | standalone 2025-10-03 10:56:36.990656 | fa163ebf-0e86-c0b9-b49b-000000004b73 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle openstack-manila-share | standalone | 0:30:19.804509 | 0.04s 2025-10-03 10:56:37.031263 | fa163ebf-0e86-c0b9-b49b-000000004b94 | TASK | Run kolla_set_configs to copy ring files 2025-10-03 10:56:37.518179 | fa163ebf-0e86-c0b9-b49b-000000004b94 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_proxy 2025-10-03 10:56:37.520636 | fa163ebf-0e86-c0b9-b49b-000000004b94 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:30:20.334482 | 0.49s 2025-10-03 10:56:37.526624 | fa163ebf-0e86-c0b9-b49b-000000004b94 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:30:20.340469 | 0.49s 2025-10-03 10:56:37.550977 | fa163ebf-0e86-c0b9-b49b-000000004b95 | TASK | Run kolla_set_configs to copy ring files 2025-10-03 10:56:37.828589 | fa163ebf-0e86-c0b9-b49b-000000004b95 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_auditor 2025-10-03 10:56:37.830160 | fa163ebf-0e86-c0b9-b49b-000000004b95 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:30:20.644006 | 0.28s 2025-10-03 10:56:38.286829 | fa163ebf-0e86-c0b9-b49b-000000004b95 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_reaper 2025-10-03 10:56:38.289751 | fa163ebf-0e86-c0b9-b49b-000000004b95 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:30:21.103597 | 0.74s 2025-10-03 10:56:38.562379 | fa163ebf-0e86-c0b9-b49b-000000004b95 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_replicator 2025-10-03 10:56:38.564861 | fa163ebf-0e86-c0b9-b49b-000000004b95 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:30:21.378708 | 1.01s 2025-10-03 10:56:39.023945 | fa163ebf-0e86-c0b9-b49b-000000004b95 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_server 2025-10-03 10:56:39.024805 | fa163ebf-0e86-c0b9-b49b-000000004b95 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:30:21.838662 | 1.47s 2025-10-03 10:56:39.366929 | fa163ebf-0e86-c0b9-b49b-000000004b95 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_auditor 2025-10-03 10:56:39.369337 | fa163ebf-0e86-c0b9-b49b-000000004b95 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:30:22.183186 | 1.82s 2025-10-03 10:56:39.590672 | fa163ebf-0e86-c0b9-b49b-000000004b95 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_replicator 2025-10-03 10:56:39.591506 | fa163ebf-0e86-c0b9-b49b-000000004b95 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:30:22.405362 | 2.04s 2025-10-03 10:56:40.031298 | fa163ebf-0e86-c0b9-b49b-000000004b95 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_server 2025-10-03 10:56:40.034662 | fa163ebf-0e86-c0b9-b49b-000000004b95 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:30:22.848508 | 2.48s 2025-10-03 10:56:40.540808 | fa163ebf-0e86-c0b9-b49b-000000004b95 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_updater 2025-10-03 10:56:40.541619 | fa163ebf-0e86-c0b9-b49b-000000004b95 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:30:23.355477 | 2.99s 2025-10-03 10:56:40.840791 | fa163ebf-0e86-c0b9-b49b-000000004b95 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_auditor 2025-10-03 10:56:40.844152 | fa163ebf-0e86-c0b9-b49b-000000004b95 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:30:23.657998 | 3.29s 2025-10-03 10:56:41.314888 | fa163ebf-0e86-c0b9-b49b-000000004b95 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_expirer 2025-10-03 10:56:41.317344 | fa163ebf-0e86-c0b9-b49b-000000004b95 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:30:24.131191 | 3.77s 2025-10-03 10:56:41.628699 | fa163ebf-0e86-c0b9-b49b-000000004b95 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_replicator 2025-10-03 10:56:41.631562 | fa163ebf-0e86-c0b9-b49b-000000004b95 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:30:24.445409 | 4.08s 2025-10-03 10:56:42.046004 | fa163ebf-0e86-c0b9-b49b-000000004b95 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_server 2025-10-03 10:56:42.046702 | fa163ebf-0e86-c0b9-b49b-000000004b95 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:30:24.860559 | 4.49s 2025-10-03 10:56:42.557733 | fa163ebf-0e86-c0b9-b49b-000000004b95 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_updater 2025-10-03 10:56:42.559501 | fa163ebf-0e86-c0b9-b49b-000000004b95 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:30:25.373354 | 5.01s 2025-10-03 10:56:42.569078 | fa163ebf-0e86-c0b9-b49b-000000004b95 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:30:25.382925 | 5.02s 2025-10-03 10:56:42.592932 | fa163ebf-0e86-c0b9-b49b-0000000000f2 | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_5 already exists 2025-10-03 10:56:42.796293 | fa163ebf-0e86-c0b9-b49b-0000000000f2 | OK | Check if /var/lib/tripleo-config/container-startup-config/step_5 already exists | standalone 2025-10-03 10:56:42.797964 | fa163ebf-0e86-c0b9-b49b-0000000000f2 | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_5 already exists | standalone | 0:30:25.611810 | 0.20s 2025-10-03 10:56:42.913850 | fa163ebf-0e86-c0b9-b49b-0000000000f3 | TIMING | include_tasks | standalone | 0:30:25.727680 | 0.08s 2025-10-03 10:56:42.955400 | 1ae1f154-1abe-4359-919a-b2867b3dceeb | INCLUDED | /root/standalone-ansible-cgj5i441/common_deploy_steps_tasks.yaml | standalone 2025-10-03 10:56:42.986520 | fa163ebf-0e86-c0b9-b49b-000000004c12 | TASK | Write the config_step hieradata 2025-10-03 10:56:43.554681 | fa163ebf-0e86-c0b9-b49b-000000004c12 | OK | Write the config_step hieradata | standalone 2025-10-03 10:56:43.556102 | fa163ebf-0e86-c0b9-b49b-000000004c12 | TIMING | Write the config_step hieradata | standalone | 0:30:26.369945 | 0.57s 2025-10-03 10:56:43.600909 | fa163ebf-0e86-c0b9-b49b-000000004c13 | TASK | Run puppet host configuration for step 5 2025-10-03 10:56:43.861404 | fa163ebf-0e86-c0b9-b49b-000000004c13 | CHANGED | Run puppet host configuration for step 5 | standalone 2025-10-03 10:56:43.862455 | fa163ebf-0e86-c0b9-b49b-000000004c13 | TIMING | Run puppet host configuration for step 5 | standalone | 0:30:26.676281 | 0.26s 2025-10-03 10:56:43.887143 | fa163ebf-0e86-c0b9-b49b-000000004c14 | TASK | Wait for puppet host configuration to finish 2025-10-03 10:56:44.123338 | fa163ebf-0e86-c0b9-b49b-000000004c14 | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-10-03 10:56:54.351139 | fa163ebf-0e86-c0b9-b49b-000000004c14 | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-10-03 10:57:04.573810 | fa163ebf-0e86-c0b9-b49b-000000004c14 | CHANGED | Wait for puppet host configuration to finish | standalone 2025-10-03 10:57:04.574854 | fa163ebf-0e86-c0b9-b49b-000000004c14 | TIMING | Wait for puppet host configuration to finish | standalone | 0:30:47.388707 | 20.69s 2025-10-03 10:57:04.598708 | fa163ebf-0e86-c0b9-b49b-000000004c15 | TASK | Debug output for task: Run puppet host configuration for step 5 2025-10-03 10:57:04.670040 | fa163ebf-0e86-c0b9-b49b-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 3 10:56:44 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Oct 3 10:56:50 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Oct 3 10:56:50 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Oct 3 10:56:50 puppet-user: (file & line not available)", "<13>Oct 3 10:56:50 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 3 10:56:50 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 3 10:56:51 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 3 10:56:51 puppet-user: (location: /etc/puppet/modules/stdlib/lib/puppet/functions/deprecation.rb:34:in `deprecation')", "<13>Oct 3 10:56:51 puppet-user: Warning: This method is deprecated, please use the stdlib validate_legacy function,", "<13>Oct 3 10:56:51 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 3 10:56:51 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 3 10:56:51 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 3 10:56:51 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 3 10:56:51 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 3 10:56:51 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Oct 3 10:56:51 puppet-user: Notice: Compiled catalog for standalone.ooo.test in environment production in 0.55 seconds", "<13>Oct 3 10:56:56 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Oct 3 10:56:58 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Oct 3 10:56:59 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Oct 3 10:56:59 puppet-user: Notice: Applied catalog in 8.38 seconds", "<13>Oct 3 10:56:59 puppet-user: Application:", "<13>Oct 3 10:56:59 puppet-user: Initial environment: production", "<13>Oct 3 10:56:59 puppet-user: Converged environment: production", "<13>Oct 3 10:56:59 puppet-user: Run mode: user", "<13>Oct 3 10:56:59 puppet-user: Changes:", "<13>Oct 3 10:56:59 puppet-user: Total: 2", "<13>Oct 3 10:56:59 puppet-user: Events:", "<13>Oct 3 10:56:59 puppet-user: Success: 2", "<13>Oct 3 10:56:59 puppet-user: Resources:", "<13>Oct 3 10:56:59 puppet-user: Changed: 2", "<13>Oct 3 10:56:59 puppet-user: Out of sync: 2", "<13>Oct 3 10:56:59 puppet-user: Total: 37", "<13>Oct 3 10:56:59 puppet-user: Time:", "<13>Oct 3 10:56:59 puppet-user: Filebucket: 0.00", "<13>Oct 3 10:56:59 puppet-user: File line: 0.00", "<13>Oct 3 10:56:59 puppet-user: Package: 0.00", "<13>Oct 3 10:56:59 puppet-user: Schedule: 0.00", "<13>Oct 3 10:56:59 puppet-user: Augeas: 0.02", "<13>Oct 3 10:56:59 puppet-user: User: 0.03", "<13>Oct 3 10:56:59 puppet-user: File: 0.11", "<13>Oct 3 10:56:59 puppet-user: Service: 0.14", "<13>Oct 3 10:56:59 puppet-user: Config retrieval: 0.66", "<13>Oct 3 10:56:59 puppet-user: Pcmk property: 1.54", "<13>Oct 3 10:56:59 puppet-user: Last run: 1759489019", "<13>Oct 3 10:56:59 puppet-user: Pcmk resource op default: 2.05", "<13>Oct 3 10:56:59 puppet-user: Exec: 2.12", "<13>Oct 3 10:56:59 puppet-user: Pcmk resource default: 2.14", "<13>Oct 3 10:56:59 puppet-user: Transaction evaluation: 8.36", "<13>Oct 3 10:56:59 puppet-user: Catalog application: 8.38", "<13>Oct 3 10:56:59 puppet-user: Total: 8.39", "<13>Oct 3 10:56:59 puppet-user: Version:", "<13>Oct 3 10:56:59 puppet-user: Config: 1759489010", "<13>Oct 3 10:56:59 puppet-user: Puppet: 7.10.0" ] } 2025-10-03 10:57:04.671127 | fa163ebf-0e86-c0b9-b49b-000000004c15 | TIMING | Debug output for task: Run puppet host configuration for step 5 | standalone | 0:30:47.484979 | 0.07s 2025-10-03 10:57:04.693895 | fa163ebf-0e86-c0b9-b49b-000000004c16 | TASK | Pre-cache facts for puppet containers 2025-10-03 10:57:04.721438 | fa163ebf-0e86-c0b9-b49b-000000004c16 | TIMING | Pre-cache facts for puppet containers | standalone | 0:30:47.535267 | 0.03s 2025-10-03 10:57:04.783525 | fa163ebf-0e86-c0b9-b49b-000000004c55 | TASK | Gather variables for each operating system 2025-10-03 10:57:04.867801 | fa163ebf-0e86-c0b9-b49b-000000004c55 | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:30:47.681637 | 0.08s 2025-10-03 10:57:04.898525 | fa163ebf-0e86-c0b9-b49b-000000004c56 | TASK | Create puppet caching structures 2025-10-03 10:57:05.141597 | fa163ebf-0e86-c0b9-b49b-000000004c56 | CHANGED | Create puppet caching structures | standalone 2025-10-03 10:57:05.142994 | fa163ebf-0e86-c0b9-b49b-000000004c56 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:30:47.956839 | 0.24s 2025-10-03 10:57:05.173513 | fa163ebf-0e86-c0b9-b49b-000000004c57 | TASK | Check for facter.conf 2025-10-03 10:57:05.400127 | fa163ebf-0e86-c0b9-b49b-000000004c57 | OK | Check for facter.conf | standalone 2025-10-03 10:57:05.401560 | fa163ebf-0e86-c0b9-b49b-000000004c57 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:30:48.215405 | 0.23s 2025-10-03 10:57:05.431470 | fa163ebf-0e86-c0b9-b49b-000000004c58 | TASK | Remove facter.conf if directory 2025-10-03 10:57:05.483182 | fa163ebf-0e86-c0b9-b49b-000000004c58 | SKIPPED | Remove facter.conf if directory | standalone 2025-10-03 10:57:05.484567 | fa163ebf-0e86-c0b9-b49b-000000004c58 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:30:48.298412 | 0.05s 2025-10-03 10:57:05.514378 | fa163ebf-0e86-c0b9-b49b-000000004c59 | TASK | Write facter cache config 2025-10-03 10:57:06.071374 | fa163ebf-0e86-c0b9-b49b-000000004c59 | CHANGED | Write facter cache config | standalone 2025-10-03 10:57:06.073671 | fa163ebf-0e86-c0b9-b49b-000000004c59 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:30:48.887511 | 0.56s 2025-10-03 10:57:06.105913 | fa163ebf-0e86-c0b9-b49b-000000004c5a | TASK | Cleanup facter cache if exists 2025-10-03 10:57:06.360634 | fa163ebf-0e86-c0b9-b49b-000000004c5a | CHANGED | Cleanup facter cache if exists | standalone 2025-10-03 10:57:06.362213 | fa163ebf-0e86-c0b9-b49b-000000004c5a | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:30:49.176057 | 0.25s 2025-10-03 10:57:06.391545 | fa163ebf-0e86-c0b9-b49b-000000004c5b | TASK | Pre-cache facts 2025-10-03 10:57:07.112596 | fa163ebf-0e86-c0b9-b49b-000000004c5b | CHANGED | Pre-cache facts | standalone 2025-10-03 10:57:07.113489 | fa163ebf-0e86-c0b9-b49b-000000004c5b | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:30:49.927341 | 0.72s 2025-10-03 10:57:07.139789 | fa163ebf-0e86-c0b9-b49b-000000004c5c | TASK | Failed deployment if facter fails 2025-10-03 10:57:07.168717 | fa163ebf-0e86-c0b9-b49b-000000004c5c | SKIPPED | Failed deployment if facter fails | standalone 2025-10-03 10:57:07.169540 | fa163ebf-0e86-c0b9-b49b-000000004c5c | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:30:49.983393 | 0.03s 2025-10-03 10:57:07.198286 | fa163ebf-0e86-c0b9-b49b-000000004c5d | TASK | Sync cached facts 2025-10-03 10:57:07.552999 | fa163ebf-0e86-c0b9-b49b-000000004c5d | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163ebf-0e86-c0b9-b49b-000000004c5d') missing from stats 2025-10-03 10:57:07.597603 | fa163ebf-0e86-c0b9-b49b-000000004c17 | TASK | Include container-puppet tasks (generate config) during step 1 2025-10-03 10:57:07.634136 | fa163ebf-0e86-c0b9-b49b-000000004c17 | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2025-10-03 10:57:07.634836 | fa163ebf-0e86-c0b9-b49b-000000004c17 | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:30:50.448691 | 0.04s 2025-10-03 10:57:07.654484 | fa163ebf-0e86-c0b9-b49b-000000004c19 | TASK | Manage containers for step 5 with tripleo-ansible 2025-10-03 10:57:07.680484 | fa163ebf-0e86-c0b9-b49b-000000004c19 | TIMING | Manage containers for step 5 with tripleo-ansible | standalone | 0:30:50.494330 | 0.03s 2025-10-03 10:57:07.726225 | fa163ebf-0e86-c0b9-b49b-000000004cb4 | TASK | Gather variables for each operating system 2025-10-03 10:57:07.848188 | fa163ebf-0e86-c0b9-b49b-000000004cb4 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:30:50.662025 | 0.12s 2025-10-03 10:57:07.877912 | fa163ebf-0e86-c0b9-b49b-000000004cb5 | TASK | Create container logs path 2025-10-03 10:57:08.173372 | fa163ebf-0e86-c0b9-b49b-000000004cb5 | OK | Create container logs path | standalone 2025-10-03 10:57:08.174192 | fa163ebf-0e86-c0b9-b49b-000000004cb5 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:30:50.988048 | 0.29s 2025-10-03 10:57:08.195037 | fa163ebf-0e86-c0b9-b49b-000000004cb7 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_5 2025-10-03 10:57:08.479299 | fa163ebf-0e86-c0b9-b49b-000000004cb7 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_5 | standalone 2025-10-03 10:57:08.480057 | fa163ebf-0e86-c0b9-b49b-000000004cb7 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:30:51.293913 | 0.28s 2025-10-03 10:57:08.499288 | fa163ebf-0e86-c0b9-b49b-000000004cb8 | TASK | Finalise hashes for all containers 2025-10-03 10:57:08.545374 | fa163ebf-0e86-c0b9-b49b-000000004cb8 | OK | Finalise hashes for all containers | standalone 2025-10-03 10:57:08.546211 | fa163ebf-0e86-c0b9-b49b-000000004cb8 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:30:51.360066 | 0.05s 2025-10-03 10:57:08.567379 | fa163ebf-0e86-c0b9-b49b-000000004cba | TASK | Manage systemd shutdown files 2025-10-03 10:57:08.595795 | fa163ebf-0e86-c0b9-b49b-000000004cba | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:30:51.409641 | 0.03s 2025-10-03 10:57:08.613039 | 40d6181a-1929-499d-9616-0eecd143f964 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-10-03 10:57:08.638489 | fa163ebf-0e86-c0b9-b49b-000000004ced | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-10-03 10:57:08.925241 | fa163ebf-0e86-c0b9-b49b-000000004ced | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-10-03 10:57:08.926339 | fa163ebf-0e86-c0b9-b49b-000000004ced | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:30:51.740192 | 0.29s 2025-10-03 10:57:08.949564 | fa163ebf-0e86-c0b9-b49b-000000004cee | TASK | Set podman_drop_in fact 2025-10-03 10:57:08.988995 | fa163ebf-0e86-c0b9-b49b-000000004cee | OK | Set podman_drop_in fact | standalone 2025-10-03 10:57:08.989948 | fa163ebf-0e86-c0b9-b49b-000000004cee | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:30:51.803801 | 0.04s 2025-10-03 10:57:09.013033 | fa163ebf-0e86-c0b9-b49b-000000004cf0 | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-10-03 10:57:09.495468 | fa163ebf-0e86-c0b9-b49b-000000004cf0 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-10-03 10:57:09.496701 | fa163ebf-0e86-c0b9-b49b-000000004cf0 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:30:52.310549 | 0.48s 2025-10-03 10:57:09.976506 | fa163ebf-0e86-c0b9-b49b-000000004cf0 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-10-03 10:57:09.978253 | fa163ebf-0e86-c0b9-b49b-000000004cf0 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:30:52.792106 | 0.96s 2025-10-03 10:57:09.988986 | fa163ebf-0e86-c0b9-b49b-000000004cf0 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:30:52.802827 | 0.97s 2025-10-03 10:57:10.020260 | fa163ebf-0e86-c0b9-b49b-000000004cf1 | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-10-03 10:57:10.490717 | fa163ebf-0e86-c0b9-b49b-000000004cf1 | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-10-03 10:57:10.491794 | fa163ebf-0e86-c0b9-b49b-000000004cf1 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:30:53.305647 | 0.47s 2025-10-03 10:57:10.512029 | fa163ebf-0e86-c0b9-b49b-000000004cf2 | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-10-03 10:57:10.971062 | fa163ebf-0e86-c0b9-b49b-000000004cf2 | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-10-03 10:57:10.972138 | fa163ebf-0e86-c0b9-b49b-000000004cf2 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:30:53.785993 | 0.46s 2025-10-03 10:57:10.994929 | fa163ebf-0e86-c0b9-b49b-000000004cf3 | TASK | Enable and start tripleo-container-shutdown 2025-10-03 10:57:12.976017 | fa163ebf-0e86-c0b9-b49b-000000004cf3 | OK | Enable and start tripleo-container-shutdown | standalone 2025-10-03 10:57:12.978276 | fa163ebf-0e86-c0b9-b49b-000000004cf3 | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:30:55.792120 | 1.98s 2025-10-03 10:57:13.011454 | fa163ebf-0e86-c0b9-b49b-000000004cf4 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-10-03 10:57:13.537055 | fa163ebf-0e86-c0b9-b49b-000000004cf4 | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-10-03 10:57:13.538461 | fa163ebf-0e86-c0b9-b49b-000000004cf4 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:30:56.352276 | 0.53s 2025-10-03 10:57:13.566919 | fa163ebf-0e86-c0b9-b49b-000000004cf5 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-10-03 10:57:14.045608 | fa163ebf-0e86-c0b9-b49b-000000004cf5 | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-10-03 10:57:14.046748 | fa163ebf-0e86-c0b9-b49b-000000004cf5 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:30:56.860600 | 0.48s 2025-10-03 10:57:14.068009 | fa163ebf-0e86-c0b9-b49b-000000004cf6 | TASK | Enable and start netns-placeholder 2025-10-03 10:57:15.119370 | fa163ebf-0e86-c0b9-b49b-000000004cf6 | CHANGED | Enable and start netns-placeholder | standalone 2025-10-03 10:57:15.122181 | fa163ebf-0e86-c0b9-b49b-000000004cf6 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:30:57.936021 | 1.05s 2025-10-03 10:57:15.155132 | fa163ebf-0e86-c0b9-b49b-000000004cbc | TASK | Update container configs with new config hashes 2025-10-03 10:57:15.211864 | fa163ebf-0e86-c0b9-b49b-000000004cbc | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:30:58.025681 | 0.05s 2025-10-03 10:57:15.233712 | d7bd8c24-3d09-4d53-9cbc-f37a51c15613 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-10-03 10:57:15.269619 | fa163ebf-0e86-c0b9-b49b-000000004d1e | TASK | Update config hashes for container startup configs 2025-10-03 10:57:15.535088 | fa163ebf-0e86-c0b9-b49b-000000004d1e | OK | Update config hashes for container startup configs | standalone 2025-10-03 10:57:15.536519 | fa163ebf-0e86-c0b9-b49b-000000004d1e | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:30:58.350365 | 0.27s 2025-10-03 10:57:15.569837 | fa163ebf-0e86-c0b9-b49b-000000004cbd | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_5 2025-10-03 10:57:15.634540 | fa163ebf-0e86-c0b9-b49b-000000004cbd | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:30:58.448375 | 0.06s 2025-10-03 10:57:15.664729 | 0c6caac1-8ce6-45a1-9fdd-248dccd63522 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-03 10:57:15.701473 | fa163ebf-0e86-c0b9-b49b-000000004d3d | TASK | Gather podman infos 2025-10-03 10:57:18.005585 | fa163ebf-0e86-c0b9-b49b-000000004d3d | OK | Gather podman infos | standalone 2025-10-03 10:57:18.007174 | fa163ebf-0e86-c0b9-b49b-000000004d3d | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:31:00.821021 | 2.30s 2025-10-03 10:57:18.156416 | fa163ebf-0e86-c0b9-b49b-000000004d3e | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 2025-10-03 10:57:18.235718 | fa163ebf-0e86-c0b9-b49b-000000004d3e | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:31:01.049567 | 0.07s 2025-10-03 10:57:18.388037 | fa163ebf-0e86-c0b9-b49b-000000004d87 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:31:01.201864 | 0.11s 2025-10-03 10:57:18.426648 | fa163ebf-0e86-c0b9-b49b-000000004cbe | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_5 2025-10-03 10:57:18.475504 | fa163ebf-0e86-c0b9-b49b-000000004cbe | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:31:01.289340 | 0.05s 2025-10-03 10:57:18.491033 | 45c2e96e-d81e-47e0-83e7-059a93b70fe5 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-03 10:57:18.523483 | fa163ebf-0e86-c0b9-b49b-000000004dad | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 2025-10-03 10:57:43.187751 | fa163ebf-0e86-c0b9-b49b-000000004dad | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | standalone 2025-10-03 10:57:43.190236 | fa163ebf-0e86-c0b9-b49b-000000004dad | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:31:26.004079 | 24.67s 2025-10-03 10:57:43.222260 | fa163ebf-0e86-c0b9-b49b-000000004dae | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_5 2025-10-03 10:58:08.205282 | fa163ebf-0e86-c0b9-b49b-000000004dae | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_5 | standalone 2025-10-03 10:58:08.206727 | fa163ebf-0e86-c0b9-b49b-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:51.020582 | 24.98s 2025-10-03 10:58:08.253445 | fa163ebf-0e86-c0b9-b49b-000000004c1b | TASK | Clean container_puppet_tasks for standalone step 5 2025-10-03 10:58:08.443139 | fa163ebf-0e86-c0b9-b49b-000000004c1b | OK | Clean container_puppet_tasks for standalone step 5 | standalone 2025-10-03 10:58:08.444215 | fa163ebf-0e86-c0b9-b49b-000000004c1b | TIMING | Clean container_puppet_tasks for standalone step 5 | standalone | 0:31:51.258065 | 0.19s 2025-10-03 10:58:08.477509 | fa163ebf-0e86-c0b9-b49b-000000004c1c | TASK | Calculate container_puppet_tasks for standalone step 5 2025-10-03 10:58:08.516540 | fa163ebf-0e86-c0b9-b49b-000000004c1c | TIMING | Calculate container_puppet_tasks for standalone step 5 | standalone | 0:31:51.330381 | 0.04s 2025-10-03 10:58:08.537347 | fa163ebf-0e86-c0b9-b49b-000000004c1d | TASK | Include container-puppet tasks for step 5 2025-10-03 10:58:08.564395 | fa163ebf-0e86-c0b9-b49b-000000004c1d | TIMING | Include container-puppet tasks for step 5 | standalone | 0:31:51.378236 | 0.03s 2025-10-03 10:58:08.576278 | 0fa80386-3dcf-4ed6-b6bd-aaf3120a5fa7 | INCLUDED | /root/standalone-ansible-cgj5i441/host-container-puppet-tasks.yaml | standalone 2025-10-03 10:58:08.607793 | fa163ebf-0e86-c0b9-b49b-000000004df9 | TASK | Write container-puppet-tasks json file for standalone step 5 2025-10-03 10:58:09.050399 | fa163ebf-0e86-c0b9-b49b-000000004df9 | CHANGED | Write container-puppet-tasks json file for standalone step 5 | standalone 2025-10-03 10:58:09.051391 | fa163ebf-0e86-c0b9-b49b-000000004df9 | TIMING | Write container-puppet-tasks json file for standalone step 5 | standalone | 0:31:51.865241 | 0.44s 2025-10-03 10:58:09.075201 | fa163ebf-0e86-c0b9-b49b-000000004dfb | TASK | Generate container puppet configs for step 5 2025-10-03 10:58:09.336966 | fa163ebf-0e86-c0b9-b49b-000000004dfb | OK | Generate container puppet configs for step 5 | standalone 2025-10-03 10:58:09.338246 | fa163ebf-0e86-c0b9-b49b-000000004dfb | TIMING | Generate container puppet configs for step 5 | standalone | 0:31:52.152092 | 0.26s 2025-10-03 10:58:09.370456 | fa163ebf-0e86-c0b9-b49b-000000004dfc | TASK | Manage Puppet containers (bootstrap tasks) for step 5 with tripleo-ansible 2025-10-03 10:58:09.395798 | fa163ebf-0e86-c0b9-b49b-000000004dfc | TIMING | Manage Puppet containers (bootstrap tasks) for step 5 with tripleo-ansible | standalone | 0:31:52.209617 | 0.02s 2025-10-03 10:58:09.472065 | fa163ebf-0e86-c0b9-b49b-000000004e2b | TASK | Gather variables for each operating system 2025-10-03 10:58:09.589163 | fa163ebf-0e86-c0b9-b49b-000000004e2b | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:31:52.402991 | 0.12s 2025-10-03 10:58:09.620190 | fa163ebf-0e86-c0b9-b49b-000000004e2c | TASK | Create container logs path 2025-10-03 10:58:09.889306 | fa163ebf-0e86-c0b9-b49b-000000004e2c | OK | Create container logs path | standalone 2025-10-03 10:58:09.891124 | fa163ebf-0e86-c0b9-b49b-000000004e2c | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:31:52.704950 | 0.27s 2025-10-03 10:58:09.923383 | fa163ebf-0e86-c0b9-b49b-000000004e2e | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_5 2025-10-03 10:58:10.180678 | fa163ebf-0e86-c0b9-b49b-000000004e2e | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_5 | standalone 2025-10-03 10:58:10.182049 | fa163ebf-0e86-c0b9-b49b-000000004e2e | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_5 | standalone | 0:31:52.995889 | 0.26s 2025-10-03 10:58:10.207510 | fa163ebf-0e86-c0b9-b49b-000000004e2f | TASK | Finalise hashes for all containers 2025-10-03 10:58:10.260627 | fa163ebf-0e86-c0b9-b49b-000000004e2f | OK | Finalise hashes for all containers | standalone 2025-10-03 10:58:10.261706 | fa163ebf-0e86-c0b9-b49b-000000004e2f | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:31:53.075494 | 0.05s 2025-10-03 10:58:10.286513 | fa163ebf-0e86-c0b9-b49b-000000004e31 | TASK | Manage systemd shutdown files 2025-10-03 10:58:10.332783 | fa163ebf-0e86-c0b9-b49b-000000004e31 | SKIPPED | Manage systemd shutdown files | standalone 2025-10-03 10:58:10.334042 | fa163ebf-0e86-c0b9-b49b-000000004e31 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:31:53.147890 | 0.05s 2025-10-03 10:58:10.366724 | fa163ebf-0e86-c0b9-b49b-000000004e33 | TASK | Update container configs with new config hashes 2025-10-03 10:58:10.419009 | fa163ebf-0e86-c0b9-b49b-000000004e33 | SKIPPED | Update container configs with new config hashes | standalone 2025-10-03 10:58:10.420148 | fa163ebf-0e86-c0b9-b49b-000000004e33 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:31:53.233997 | 0.05s 2025-10-03 10:58:10.449837 | fa163ebf-0e86-c0b9-b49b-000000004e34 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_5 2025-10-03 10:58:10.512918 | fa163ebf-0e86-c0b9-b49b-000000004e34 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone 2025-10-03 10:58:10.514107 | fa163ebf-0e86-c0b9-b49b-000000004e34 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone | 0:31:53.327953 | 0.06s 2025-10-03 10:58:10.542336 | fa163ebf-0e86-c0b9-b49b-000000004e35 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_5 2025-10-03 10:58:10.595282 | fa163ebf-0e86-c0b9-b49b-000000004e35 | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone 2025-10-03 10:58:10.596186 | fa163ebf-0e86-c0b9-b49b-000000004e35 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone | 0:31:53.410039 | 0.05s PLAY [Server Post Deployments] ************************************************* 2025-10-03 10:58:10.758971 | fa163ebf-0e86-c0b9-b49b-0000000000f7 | TASK | Server Post Deployments 2025-10-03 10:58:10.784988 | fa163ebf-0e86-c0b9-b49b-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', 'fa163ebf-0e86-c0b9-b49b-0000000000f7') missing from stats 2025-10-03 10:58:10.851159 | fa163ebf-0e86-c0b9-b49b-0000000000f8 | TIMING | include_tasks | standalone | 0:31:53.664999 | 0.05s PLAY [External deployment Post Deploy tasks] *********************************** 2025-10-03 10:58:10.999504 | fa163ebf-0e86-c0b9-b49b-0000000000fc | TASK | External deployment Post Deploy tasks 2025-10-03 10:58:11.025587 | fa163ebf-0e86-c0b9-b49b-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', 'fa163ebf-0e86-c0b9-b49b-0000000000fc') missing from stats 2025-10-03 10:58:11.042869 | fa163ebf-0e86-c0b9-b49b-000000000100 | TASK | is additonal Cell? 2025-10-03 10:58:11.070085 | fa163ebf-0e86-c0b9-b49b-000000000100 | OK | is additonal Cell? | undercloud 2025-10-03 10:58:11.071378 | fa163ebf-0e86-c0b9-b49b-000000000100 | TIMING | is additonal Cell? | undercloud | 0:31:53.885221 | 0.03s 2025-10-03 10:58:11.089396 | fa163ebf-0e86-c0b9-b49b-000000000102 | TASK | discover via nova_manager? 2025-10-03 10:58:11.160191 | fa163ebf-0e86-c0b9-b49b-000000000102 | SKIPPED | discover via nova_manager? | undercloud 2025-10-03 10:58:11.161479 | fa163ebf-0e86-c0b9-b49b-000000000102 | TIMING | discover via nova_manager? | undercloud | 0:31:53.975290 | 0.07s 2025-10-03 10:58:11.179181 | fa163ebf-0e86-c0b9-b49b-000000000103 | TASK | discover via nova_api? 2025-10-03 10:58:11.248008 | fa163ebf-0e86-c0b9-b49b-000000000103 | OK | discover via nova_api? | undercloud 2025-10-03 10:58:11.249172 | fa163ebf-0e86-c0b9-b49b-000000000103 | TIMING | discover via nova_api? | undercloud | 0:31:54.063018 | 0.07s 2025-10-03 10:58:11.266851 | fa163ebf-0e86-c0b9-b49b-000000000104 | TASK | Warn if no discovery host available 2025-10-03 10:58:11.308758 | fa163ebf-0e86-c0b9-b49b-000000000104 | SKIPPED | Warn if no discovery host available | undercloud 2025-10-03 10:58:11.310786 | fa163ebf-0e86-c0b9-b49b-000000000104 | TIMING | Warn if no discovery host available | undercloud | 0:31:54.124632 | 0.04s 2025-10-03 10:58:11.354011 | fa163ebf-0e86-c0b9-b49b-000000000105 | TASK | Discovering nova hosts 2025-10-03 10:58:13.902680 | fa163ebf-0e86-c0b9-b49b-000000000105 | OK | Discovering nova hosts | undercloud -> 192.168.122.100 [WARNING]: ('undercloud -> 192.168.122.100', 'fa163ebf-0e86-c0b9-b49b-000000000105') missing from stats 2025-10-03 10:58:13.963738 | fa163ebf-0e86-c0b9-b49b-000000000106 | OK | set_fact | undercloud 2025-10-03 10:58:13.965031 | fa163ebf-0e86-c0b9-b49b-000000000106 | TIMING | set_fact | undercloud | 0:31:56.778875 | 0.05s 2025-10-03 10:58:13.982758 | fa163ebf-0e86-c0b9-b49b-000000000108 | TASK | Set up group_vars 2025-10-03 10:58:14.028104 | fa163ebf-0e86-c0b9-b49b-000000000108 | OK | Set up group_vars | undercloud 2025-10-03 10:58:14.029274 | fa163ebf-0e86-c0b9-b49b-000000000108 | TIMING | Set up group_vars | undercloud | 0:31:56.843118 | 0.05s 2025-10-03 10:58:14.046716 | fa163ebf-0e86-c0b9-b49b-000000000109 | TASK | Make needed directories on the undercloud 2025-10-03 10:58:14.326840 | fa163ebf-0e86-c0b9-b49b-000000000109 | CHANGED | Make needed directories on the undercloud | undercloud | item=/root/standalone-ansible-cgj5i441/octavia-ansible 2025-10-03 10:58:14.328418 | fa163ebf-0e86-c0b9-b49b-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:31:57.142256 | 0.28s 2025-10-03 10:58:14.535733 | fa163ebf-0e86-c0b9-b49b-000000000109 | CHANGED | Make needed directories on the undercloud | undercloud | item=/root/standalone-ansible-cgj5i441/octavia-ansible/local_dir 2025-10-03 10:58:14.536936 | fa163ebf-0e86-c0b9-b49b-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:31:57.350785 | 0.49s 2025-10-03 10:58:14.744409 | fa163ebf-0e86-c0b9-b49b-000000000109 | CHANGED | Make needed directories on the undercloud | undercloud | item=/root/standalone-ansible-cgj5i441/octavia-ansible/group_vars 2025-10-03 10:58:14.745873 | fa163ebf-0e86-c0b9-b49b-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:31:57.559728 | 0.70s 2025-10-03 10:58:14.756180 | fa163ebf-0e86-c0b9-b49b-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:31:57.570021 | 0.71s 2025-10-03 10:58:14.775150 | fa163ebf-0e86-c0b9-b49b-00000000010a | TASK | Write group_vars file 2025-10-03 10:58:15.224156 | fa163ebf-0e86-c0b9-b49b-00000000010a | CHANGED | Write group_vars file | undercloud 2025-10-03 10:58:15.225808 | fa163ebf-0e86-c0b9-b49b-00000000010a | TIMING | Write group_vars file | undercloud | 0:31:58.039646 | 0.45s 2025-10-03 10:58:15.264058 | fa163ebf-0e86-c0b9-b49b-00000000010b | TASK | Gather missing facts 2025-10-03 10:58:15.617136 | fa163ebf-0e86-c0b9-b49b-00000000010b | OK | Gather missing facts | undercloud -> 192.168.122.100 | item=standalone [WARNING]: ('undercloud -> 192.168.122.100', 'fa163ebf-0e86-c0b9-b49b-00000000010b') missing from stats 2025-10-03 10:58:15.630713 | fa163ebf-0e86-c0b9-b49b-00000000010b | TIMING | Gather missing facts | undercloud | 0:31:58.444559 | 0.37s 2025-10-03 10:58:15.647108 | fa163ebf-0e86-c0b9-b49b-00000000010c | TASK | Write octavia inventory 2025-10-03 10:58:16.176924 | fa163ebf-0e86-c0b9-b49b-00000000010c | CHANGED | Write octavia inventory | undercloud 2025-10-03 10:58:16.177819 | fa163ebf-0e86-c0b9-b49b-00000000010c | TIMING | Write octavia inventory | undercloud | 0:31:58.991670 | 0.53s 2025-10-03 10:58:16.191835 | fa163ebf-0e86-c0b9-b49b-00000000010d | TASK | Check for ssh_private_key in working directory 2025-10-03 10:58:16.412013 | fa163ebf-0e86-c0b9-b49b-00000000010d | OK | Check for ssh_private_key in working directory | undercloud 2025-10-03 10:58:16.412779 | fa163ebf-0e86-c0b9-b49b-00000000010d | TIMING | Check for ssh_private_key in working directory | undercloud | 0:31:59.226635 | 0.22s 2025-10-03 10:58:16.426742 | fa163ebf-0e86-c0b9-b49b-00000000010e | TASK | Set private key location 2025-10-03 10:58:16.464798 | fa163ebf-0e86-c0b9-b49b-00000000010e | SKIPPED | Set private key location | undercloud 2025-10-03 10:58:16.465732 | fa163ebf-0e86-c0b9-b49b-00000000010e | TIMING | Set private key location | undercloud | 0:31:59.279570 | 0.04s 2025-10-03 10:58:16.479565 | fa163ebf-0e86-c0b9-b49b-00000000010f | TASK | Configure octavia command 2025-10-03 10:58:16.518263 | fa163ebf-0e86-c0b9-b49b-00000000010f | OK | Configure octavia command | undercloud 2025-10-03 10:58:16.519222 | fa163ebf-0e86-c0b9-b49b-00000000010f | TIMING | Configure octavia command | undercloud | 0:31:59.333073 | 0.04s 2025-10-03 10:58:16.559475 | fa163ebf-0e86-c0b9-b49b-000000000110 | OK | set_fact | undercloud 2025-10-03 10:58:16.560381 | fa163ebf-0e86-c0b9-b49b-000000000110 | TIMING | set_fact | undercloud | 0:31:59.374236 | 0.03s 2025-10-03 10:58:16.603804 | fa163ebf-0e86-c0b9-b49b-000000000111 | OK | debug | undercloud | result={ "changed": false, "msg": "Configure Octavia command is: ANSIBLE_CONFIG=\"/root/standalone-ansible-cgj5i441/ansible.cfg\" ansible-playbook -i \"/root/standalone-ansible-cgj5i441/octavia-ansible/inventory.yaml\" --extra-vars @/root/standalone-ansible-cgj5i441/octavia-ansible/group_vars/octavia_vars.yaml /usr/share/ansible/tripleo-playbooks/octavia-files.yaml" } 2025-10-03 10:58:16.604775 | fa163ebf-0e86-c0b9-b49b-000000000111 | TIMING | debug | undercloud | 0:31:59.418627 | 0.03s 2025-10-03 10:58:16.618633 | fa163ebf-0e86-c0b9-b49b-000000000112 | TASK | Configure octavia on overcloud 2025-10-03 11:01:29.742035 | fa163ebf-0e86-c0b9-b49b-000000000112 | CHANGED | Configure octavia on overcloud | undercloud 2025-10-03 11:01:29.743851 | fa163ebf-0e86-c0b9-b49b-000000000112 | TIMING | Configure octavia on overcloud | undercloud | 0:35:12.557705 | 193.12s 2025-10-03 11:01:29.758523 | fa163ebf-0e86-c0b9-b49b-000000000113 | TASK | Purge temp dirs 2025-10-03 11:01:29.976639 | fa163ebf-0e86-c0b9-b49b-000000000113 | CHANGED | Purge temp dirs | undercloud | item=/root/standalone-ansible-cgj5i441/octavia-ansible/local_dir 2025-10-03 11:01:29.977537 | fa163ebf-0e86-c0b9-b49b-000000000113 | TIMING | Purge temp dirs | undercloud | 0:35:12.791388 | 0.22s 2025-10-03 11:01:29.980718 | fa163ebf-0e86-c0b9-b49b-000000000113 | TIMING | Purge temp dirs | undercloud | 0:35:12.794561 | 0.22s 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-03 11:01:30.053393 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-03 11:01:30.054155 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 1293 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-03 11:01:30.054719 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:35:12.868573 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-03 11:01:30.055310 | UUID | Info | Host | Task Name | Run Time 2025-10-03 11:01:30.055927 | fa163ebf-0e86-c0b9-b49b-0000000022b0 | SUMMARY | standalone | Pre-fetch all the containers | 298.97s 2025-10-03 11:01:30.056691 | fa163ebf-0e86-c0b9-b49b-000000000112 | SUMMARY | undercloud | Configure octavia on overcloud | 193.12s 2025-10-03 11:01:30.057411 | fa163ebf-0e86-c0b9-b49b-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 | 131.71s 2025-10-03 11:01:30.058041 | fa163ebf-0e86-c0b9-b49b-000000003079 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for haproxy | 107.90s 2025-10-03 11:01:30.058683 | fa163ebf-0e86-c0b9-b49b-000000002ca5 | SUMMARY | standalone | Wait for puppet host configuration to finish | 61.53s 2025-10-03 11:01:30.059297 | fa163ebf-0e86-c0b9-b49b-00000000389a | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | 54.90s 2025-10-03 11:01:30.059902 | fa163ebf-0e86-c0b9-b49b-000000002e43 | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | 32.81s 2025-10-03 11:01:30.060508 | fa163ebf-0e86-c0b9-b49b-00000000487b | SUMMARY | standalone | Wait for puppet host configuration to finish | 30.90s 2025-10-03 11:01:30.061020 | fa163ebf-0e86-c0b9-b49b-0000000030a5 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for mysql | 28.81s 2025-10-03 11:01:30.061556 | fa163ebf-0e86-c0b9-b49b-0000000030fd | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for redis | 27.51s 2025-10-03 11:01:30.062047 | fa163ebf-0e86-c0b9-b49b-0000000030d1 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for oslo_messaging_rpc | 27.35s 2025-10-03 11:01:30.062636 | fa163ebf-0e86-c0b9-b49b-000000004b12 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_backup | 25.28s 2025-10-03 11:01:30.063223 | fa163ebf-0e86-c0b9-b49b-000000004b3e | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_volume | 25.14s 2025-10-03 11:01:30.063820 | fa163ebf-0e86-c0b9-b49b-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 | 24.98s 2025-10-03 11:01:30.064371 | fa163ebf-0e86-c0b9-b49b-000000004dad | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | 24.67s 2025-10-03 11:01:30.069395 | fa163ebf-0e86-c0b9-b49b-000000004b6a | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for manila_share | 24.25s 2025-10-03 11:01:30.070049 | fa163ebf-0e86-c0b9-b49b-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 | 24.06s 2025-10-03 11:01:30.070654 | fa163ebf-0e86-c0b9-b49b-000000004a16 | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | 21.36s 2025-10-03 11:01:30.071207 | fa163ebf-0e86-c0b9-b49b-000000003336 | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | 20.84s 2025-10-03 11:01:30.071822 | fa163ebf-0e86-c0b9-b49b-00000000319d | SUMMARY | standalone | Wait for puppet host configuration to finish | 20.73s 2025-10-03 11:01:30.072375 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ End Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Not cleaning working directory /root/tripleo-heat-installer-templates Not cleaning ansible directory /root/standalone-ansible-cgj5i441 Install artifact is located at /root/standalone-install-20251003110130.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.ahfow9dMtl + exit 0 ~/ci-framework-data/artifacts