~/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.pugl87jwpp + 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.pugl87jwpp/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.pugl87jwpp/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.pugl87jwpp + J2_VARS_FILE=/tmp/tmp.pugl87jwpp/tmp.KDfwfzk6ER.yaml + cat + jinja2_render standalone/network_data.j2 /tmp/tmp.pugl87jwpp/tmp.KDfwfzk6ER.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/network_data.j2 + j2_vars_file=/tmp/tmp.pugl87jwpp/tmp.KDfwfzk6ER.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.pugl87jwpp/tmp.KDfwfzk6ER.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.pugl87jwpp/tmp.KDfwfzk6ER.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/deployed_network.j2 + j2_vars_file=/tmp/tmp.pugl87jwpp/tmp.KDfwfzk6ER.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.pugl87jwpp/tmp.KDfwfzk6ER.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.pugl87jwpp/tmp.KDfwfzk6ER.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/net_config.j2 + j2_vars_file=/tmp/tmp.pugl87jwpp/tmp.KDfwfzk6ER.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.pugl87jwpp/tmp.KDfwfzk6ER.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.pugl87jwpp/tmp.KDfwfzk6ER.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/role.j2 + j2_vars_file=/tmp/tmp.pugl87jwpp/tmp.KDfwfzk6ER.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.pugl87jwpp/tmp.KDfwfzk6ER.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.pugl87jwpp/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.pugl87jwpp/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.pugl87jwpp/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.pugl87jwpp/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.pugl87jwpp/Standalone.yaml root@192.168.122.100:/tmp/Standalone.yaml Warning: Permanently added '192.168.122.100' (ECDSA) to the list of known hosts. + scp -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i /home/zuul/.ssh/id_rsa /home/zuul/src/github.com/openstack-k8s-operators/install_yamls/devsetup/scripts/../standalone/hugepages.yaml root@192.168.122.100:hugepages.yaml Warning: Permanently added '192.168.122.100' (ECDSA) to the list of known hosts. + [[ false == \t\r\u\e ]] + scp -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i /home/zuul/.ssh/id_rsa standalone/openstack.sh root@192.168.122.100:/tmp/openstack.sh Warning: Permanently added '192.168.122.100' (ECDSA) to the list of known hosts. + scp -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i /home/zuul/.ssh/id_rsa standalone/post_config/ironic.sh root@192.168.122.100:/tmp/ironic_post.sh Warning: Permanently added '192.168.122.100' (ECDSA) to the list of known hosts. + '[' -f /home/zuul/.ssh/id_ecdsa.pub ']' + ssh-keygen -t ecdsa -f /home/zuul/.ssh/id_ecdsa -q -N '' + scp -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i /home/zuul/.ssh/id_rsa /home/zuul/.ssh/id_ecdsa.pub root@192.168.122.100:/root/.ssh/id_ecdsa.pub Warning: Permanently added '192.168.122.100' (ECDSA) to the list of known hosts. + [[ -f /home/zuul/containers-prepare-parameters.yaml ]] + [[ -z false ]] + [[ false == \f\a\l\s\e ]] + ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i /home/zuul/.ssh/id_rsa root@192.168.122.100 'bash /tmp/repo-setup.sh' Warning: Permanently added '192.168.122.100' (ECDSA) to the list of known hosts. Repository 'openstack-17.1-for-rhel-9-x86_64-rpms' is enabled for this system. Repository 'rhceph-7-tools-for-rhel-9-x86_64-rpms' is enabled for this system. Repository 'fast-datapath-for-rhel-9-x86_64-rpms' is enabled for this system. Repository 'rhel-9-for-x86_64-highavailability-eus-rpms' is enabled for this system. + ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i /home/zuul/.ssh/id_rsa root@192.168.122.100 'rm -f /tmp/repo-setup.sh' Warning: Permanently added '192.168.122.100' (ECDSA) to the list of known hosts. + [[ -n '' ]] + ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i /home/zuul/.ssh/id_rsa root@192.168.122.100 'bash /tmp/standalone-deploy.sh' Warning: Permanently added '192.168.122.100' (ECDSA) to the list of known hosts. + sudo dnf install -y podman python3-tripleoclient util-linux lvm2 cephadm Updating Subscription Management repositories. Red Hat Enterprise Linux 9 for x86_64 - High Av 7.3 MB/s | 2.5 MB 00:00 Package podman-2:4.4.1-22.el9_2.1.x86_64 is already installed. Package util-linux-2.37.4-10.el9.x86_64 is already installed. Dependencies resolved. ======================================================================================================================================== Package Arch Version Repository Size ======================================================================================================================================== Installing: cephadm noarch 2:18.2.1-361.el9cp rhceph-7-tools-for-rhel-9-x86_64-rpms 354 k lvm2 x86_64 9:2.03.17-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 1.5 M python3-tripleoclient noarch 16.5.1-17.1.20250523121326.f3599d0.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 553 k Upgrading: device-mapper x86_64 9:1.02.187-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 142 k device-mapper-libs x86_64 9:1.02.187-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 176 k libblkid x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 109 k libfdisk x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 156 k libmount x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 136 k libsmartcols x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 65 k libuuid x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 30 k util-linux x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 2.3 M util-linux-core x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 464 k Installing dependencies: ansible-collection-ansible-netcommon noarch 2.2.0-1.2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 181 k ansible-collection-ansible-posix noarch 1.2.0-1.3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 124 k ansible-collection-ansible-utils noarch 2.3.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 91 k ansible-collection-community-general noarch 4.0.0-1.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.3 M ansible-collection-containers-podman noarch 1.9.4-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 243 k ansible-collections-openstack noarch 1.9.1-17.1.20250511000957.0e9a6f2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 146 k ansible-config_template noarch 2.0.1-17.1.20230621083924.7951228.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k ansible-freeipa noarch 1.9.2-3.el9_2 rhel-9-for-x86_64-appstream-rpms 452 k ansible-pacemaker noarch 1.0.4-17.1.20231213170757.7c10fdb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k ansible-role-atos-hsm noarch 1.0.1-17.1.20230927001631.8618a22.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 17 k ansible-role-chrony noarch 1.3.1-17.1.20230621084226.0111661.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 22 k ansible-role-collectd-config noarch 0.0.3-17.1.20230620165926.1992666.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 53 k ansible-role-container-registry noarch 1.4.1-17.1.20230621045806.a091b9c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 24 k ansible-role-lunasa-hsm noarch 1.1.1-17.1.20250603180833.5b8127c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 19 k ansible-role-metalsmith-deployment noarch 1.4.4-17.1.20240522060758.5e7461e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k ansible-role-openstack-operations noarch 0.0.1-17.1.20230620170737.2ab288f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 30 k ansible-role-qdr-config noarch 0.0.2-17.1.20230620171136.b456651.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k ansible-role-redhat-subscription noarch 1.3.0-17.1.20230621033420.eefe501.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 28 k ansible-role-thales-hsm noarch 3.0.1-17.1.20231007220803.f95c0fc.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k ansible-role-tripleo-modify-image noarch 1.5.1-17.1.20230621064242.b6eedb6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 27 k ansible-tripleo-ipa noarch 0.3.1-17.1.20230627190951.8d29d9e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 36 k ansible-tripleo-ipsec noarch 11.0.1-17.1.20230620172008.b5559c8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 38 k augeas-libs x86_64 1.13.0-3.el9 rhel-9-for-x86_64-appstream-rpms 459 k boost-atomic x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 19 k boost-chrono x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 26 k boost-filesystem x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 59 k boost-locale x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 216 k boost-log x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 410 k boost-nowide x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 17 k boost-program-options x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 108 k boost-regex x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 279 k boost-system x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 15 k boost-thread x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 57 k buildah x86_64 1:1.29.5-1.el9_2 rhel-9-for-x86_64-appstream-eus-rpms 8.6 M cpp-hocon x86_64 0.3.0-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 351 k device-mapper-event x86_64 9:1.02.187-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 32 k device-mapper-event-libs x86_64 9:1.02.187-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 31 k device-mapper-persistent-data x86_64 0.9.0-13.el9 rhel-9-for-x86_64-baseos-rpms 786 k dib-utils noarch 0.0.11-17.1.20230620173328.51661c3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 12 k facter x86_64 1:3.14.19-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 518 k glibc-langpack-en x86_64 2.34-60.el9 rhel-9-for-x86_64-baseos-rpms 675 k golang-github-vbatts-tar-split x86_64 0.11.1-9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.0 M heat-cfntools noarch 1.4.2-6.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 77 k hiera noarch 3.6.0-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 33 k ipa-client-common noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 44 k ipa-common noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 656 k ipa-selinux noarch 4.10.1-6.el9 rhel-9-for-x86_64-appstream-rpms 40 k iptables-nft-services noarch 1.8.8-6.el9_1 rhel-9-for-x86_64-appstream-rpms 28 k jq x86_64 1.6-14.el9 rhel-9-for-x86_64-appstream-rpms 190 k krb5-pkinit x86_64 1.20.1-8.el9 rhel-9-for-x86_64-baseos-rpms 62 k krb5-workstation x86_64 1.20.1-8.el9 rhel-9-for-x86_64-baseos-rpms 542 k leatherman x86_64 1.12.6-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 405 k libaio x86_64 0.3.111-13.el9 rhel-9-for-x86_64-baseos-rpms 26 k libburn x86_64 1.5.4-4.el9 rhel-9-for-x86_64-appstream-rpms 175 k libipa_hbac x86_64 2.8.2-5.el9_2.5 rhel-9-for-x86_64-baseos-eus-rpms 36 k libisoburn x86_64 1.5.4-4.el9 rhel-9-for-x86_64-appstream-rpms 419 k libisofs x86_64 1.5.4-4.el9 rhel-9-for-x86_64-appstream-rpms 224 k libkadm5 x86_64 1.20.1-8.el9 rhel-9-for-x86_64-baseos-rpms 81 k libpkgconf x86_64 1.7.3-10.el9 rhel-9-for-x86_64-baseos-rpms 37 k libselinux-ruby x86_64 3.5-1.el9 rhel-9-for-x86_64-appstream-rpms 59 k libsodium x86_64 1.0.18-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 162 k libunwind x86_64 1.6.2-1.el9cp rhceph-7-tools-for-rhel-9-x86_64-rpms 68 k libxslt x86_64 1.1.34-11.el9_2 rhel-9-for-x86_64-appstream-eus-rpms 245 k lvm2-libs x86_64 9:2.03.17-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 1.0 M oniguruma x86_64 6.9.6-1.el9.5 rhel-9-for-x86_64-appstream-rpms 221 k openpgm x86_64 5.2.122-26.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 178 k openssl-perl x86_64 1:3.0.7-6.el9_2 rhel-9-for-x86_64-appstream-rpms 42 k openstack-ansible-core x86_64 2.14.2-4.7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 2.3 M openstack-heat-agents noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 9.6 k openstack-heat-api noarch 1:16.1.1-17.1.20250703110808.edc6d60.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k openstack-heat-common noarch 1:16.1.1-17.1.20250703110808.edc6d60.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.6 M openstack-heat-engine noarch 1:16.1.1-17.1.20250703110808.edc6d60.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 15 k openstack-heat-monolith noarch 1:16.1.1-17.1.20250703110808.edc6d60.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k openstack-selinux noarch 0.8.37-17.1.20231107080825.05dd1b2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 221 k openstack-tripleo-common noarch 15.4.1-17.1.20250527161411.e5b18f2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 52 k openstack-tripleo-common-containers noarch 15.4.1-17.1.20250527161411.e5b18f2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 78 k openstack-tripleo-heat-templates noarch 14.3.1-17.1.20250704160749.e7c7ce3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 617 k openstack-tripleo-validations noarch 14.3.2-17.1.20250120160809.2b526f8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 204 k os-apply-config noarch 13.1.1-17.1.20231020001757.3c7f9b9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 54 k os-collect-config noarch 13.1.1-17.1.20231020001748.76173d8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 50 k os-refresh-config noarch 13.1.1-17.1.20231020000854.812905b.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k perl-AutoLoader noarch 5.74-480.el9 rhel-9-for-x86_64-appstream-rpms 23 k perl-B x86_64 1.80-480.el9 rhel-9-for-x86_64-appstream-rpms 185 k perl-Carp noarch 1.50-460.el9 rhel-9-for-x86_64-appstream-rpms 31 k perl-Class-Struct noarch 0.66-480.el9 rhel-9-for-x86_64-appstream-rpms 24 k perl-Data-Dumper x86_64 2.174-462.el9 rhel-9-for-x86_64-appstream-rpms 59 k perl-Digest noarch 1.19-4.el9 rhel-9-for-x86_64-appstream-rpms 29 k perl-Digest-MD5 x86_64 2.58-4.el9 rhel-9-for-x86_64-appstream-rpms 39 k perl-Encode x86_64 4:3.08-462.el9 rhel-9-for-x86_64-appstream-rpms 1.7 M perl-Errno x86_64 1.30-480.el9 rhel-9-for-x86_64-appstream-rpms 17 k perl-Exporter noarch 5.74-461.el9 rhel-9-for-x86_64-appstream-rpms 34 k perl-Fcntl x86_64 1.13-480.el9 rhel-9-for-x86_64-appstream-rpms 23 k perl-File-Basename noarch 2.85-480.el9 rhel-9-for-x86_64-appstream-rpms 19 k perl-File-Path noarch 2.18-4.el9 rhel-9-for-x86_64-appstream-rpms 38 k perl-File-Temp noarch 1:0.231.100-4.el9 rhel-9-for-x86_64-appstream-rpms 63 k perl-File-stat noarch 1.09-480.el9 rhel-9-for-x86_64-appstream-rpms 19 k perl-FileHandle noarch 2.03-480.el9 rhel-9-for-x86_64-appstream-rpms 17 k perl-Getopt-Long noarch 1:2.52-4.el9 rhel-9-for-x86_64-appstream-rpms 64 k perl-Getopt-Std noarch 1.12-480.el9 rhel-9-for-x86_64-appstream-rpms 17 k perl-HTTP-Tiny noarch 0.076-461.el9_2 rhel-9-for-x86_64-appstream-eus-rpms 57 k perl-IO x86_64 1.43-480.el9 rhel-9-for-x86_64-appstream-rpms 94 k perl-IO-Socket-IP noarch 0.41-5.el9 rhel-9-for-x86_64-appstream-rpms 45 k perl-IO-Socket-SSL noarch 2.073-1.el9 rhel-9-for-x86_64-appstream-rpms 223 k perl-IPC-Open3 noarch 1.21-480.el9 rhel-9-for-x86_64-appstream-rpms 25 k perl-MIME-Base64 x86_64 3.16-4.el9 rhel-9-for-x86_64-appstream-rpms 34 k perl-Mozilla-CA noarch 20200520-6.el9 rhel-9-for-x86_64-appstream-rpms 14 k perl-Net-SSLeay x86_64 1.92-2.el9 rhel-9-for-x86_64-appstream-rpms 392 k perl-POSIX x86_64 1.94-480.el9 rhel-9-for-x86_64-appstream-rpms 99 k perl-PathTools x86_64 3.78-461.el9 rhel-9-for-x86_64-appstream-rpms 92 k perl-Pod-Escapes noarch 1:1.07-460.el9 rhel-9-for-x86_64-appstream-rpms 22 k perl-Pod-Perldoc noarch 3.28.01-461.el9 rhel-9-for-x86_64-appstream-rpms 92 k perl-Pod-Simple noarch 1:3.42-4.el9 rhel-9-for-x86_64-appstream-rpms 229 k perl-Pod-Usage noarch 4:2.01-4.el9 rhel-9-for-x86_64-appstream-rpms 43 k perl-Scalar-List-Utils x86_64 4:1.56-461.el9 rhel-9-for-x86_64-appstream-rpms 77 k perl-SelectSaver noarch 1.02-480.el9 rhel-9-for-x86_64-appstream-rpms 13 k perl-Socket x86_64 4:2.031-4.el9 rhel-9-for-x86_64-appstream-rpms 58 k perl-Storable x86_64 1:3.21-460.el9 rhel-9-for-x86_64-appstream-rpms 98 k perl-Symbol noarch 1.08-480.el9 rhel-9-for-x86_64-appstream-rpms 16 k perl-Term-ANSIColor noarch 5.01-461.el9 rhel-9-for-x86_64-appstream-rpms 51 k perl-Term-Cap noarch 1.17-460.el9 rhel-9-for-x86_64-appstream-rpms 24 k perl-Text-ParseWords noarch 3.30-460.el9 rhel-9-for-x86_64-appstream-rpms 18 k perl-Text-Tabs+Wrap noarch 2013.0523-460.el9 rhel-9-for-x86_64-appstream-rpms 25 k perl-Time-Local noarch 2:1.300-7.el9 rhel-9-for-x86_64-appstream-rpms 37 k perl-URI noarch 5.09-3.el9 rhel-9-for-x86_64-appstream-rpms 125 k perl-base noarch 2.27-480.el9 rhel-9-for-x86_64-appstream-rpms 18 k perl-constant noarch 1.33-461.el9 rhel-9-for-x86_64-appstream-rpms 25 k perl-if noarch 0.60.800-480.el9 rhel-9-for-x86_64-appstream-rpms 16 k perl-interpreter x86_64 4:5.32.1-480.el9 rhel-9-for-x86_64-appstream-rpms 75 k perl-libnet noarch 3.13-4.el9 rhel-9-for-x86_64-appstream-rpms 134 k perl-libs x86_64 4:5.32.1-480.el9 rhel-9-for-x86_64-appstream-rpms 2.2 M perl-mro x86_64 1.23-480.el9 rhel-9-for-x86_64-appstream-rpms 31 k perl-overload noarch 1.31-480.el9 rhel-9-for-x86_64-appstream-rpms 47 k perl-overloading noarch 0.02-480.el9 rhel-9-for-x86_64-appstream-rpms 15 k perl-parent noarch 1:0.238-460.el9 rhel-9-for-x86_64-appstream-rpms 16 k perl-podlators noarch 1:4.14-460.el9 rhel-9-for-x86_64-appstream-rpms 118 k perl-subs noarch 1.03-480.el9 rhel-9-for-x86_64-appstream-rpms 13 k perl-vars noarch 1.05-480.el9 rhel-9-for-x86_64-appstream-rpms 15 k pkgconf x86_64 1.7.3-10.el9 rhel-9-for-x86_64-baseos-rpms 45 k pkgconf-m4 noarch 1.7.3-10.el9 rhel-9-for-x86_64-baseos-rpms 16 k pkgconf-pkg-config x86_64 1.7.3-10.el9 rhel-9-for-x86_64-baseos-rpms 12 k puppet noarch 7.10.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 11 k puppet-aodh noarch 18.4.2-17.1.20230620151218.3e47b5a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 62 k puppet-apache noarch 6.5.2-17.1.20230621001106.e4a1532.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 259 k puppet-archive noarch 4.6.1-17.1.20230620181607.bc7e4ff.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 44 k puppet-auditd noarch 2.2.1-17.1.20230620192453.189b22b.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 28 k puppet-barbican noarch 18.4.2-17.1.20250625204151.af6c77b.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 57 k puppet-ceilometer noarch 18.4.3-17.1.20230927010818.3838907.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 70 k puppet-certmonger noarch 2.7.1-17.1.20230620184730.3e2e660.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 26 k puppet-cinder noarch 18.5.2-17.1.20230621054224.6aa60e7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 120 k puppet-collectd noarch 13.0.1-17.1.20230620193147.ad138a7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 135 k puppet-concat noarch 6.2.1-17.1.20230620181556.dfeabb9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 41 k puppet-corosync noarch 8.0.1-17.1.20230621104908.6a9da9a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 68 k puppet-designate noarch 18.6.1-17.1.20230621061456.f4c0b89.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 69 k puppet-dns noarch 8.2.1-17.1.20230621002045.70f5b28.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 36 k puppet-etcd noarch 1.12.3-17.1.20230620193226.e143c2d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 25 k puppet-fdio noarch 18.2-1.20220727113954.6fd1c8e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 25 k puppet-firewall noarch 3.4.1-17.1.20230621022040.94f707c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 77 k puppet-git noarch 0.5.0-17.1.20230620193928.4e4498e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 23 k puppet-glance noarch 18.6.1-17.1.20250220151014.81b081d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 87 k puppet-gnocchi noarch 18.4.3-17.1.20230621061020.7584b94.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 58 k puppet-haproxy noarch 4.2.2-17.1.20230620193950.a797b8c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 52 k puppet-headless noarch 7.10.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.4 M puppet-heat noarch 18.4.1-17.1.20230621111632.3b41bb0.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 70 k puppet-horizon noarch 18.6.1-17.1.20230621075748.8074e69.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 63 k puppet-inifile noarch 4.2.1-17.1.20230620180624.df46d2a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 42 k puppet-ipaclient noarch 2.5.2-17.1.20230620194626.b086731.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 17 k puppet-ironic noarch 18.7.1-17.1.20240305210817.edf93f9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 121 k puppet-keepalived noarch 0.0.2-17.1.20230620194716.bbca37a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k puppet-keystone noarch 18.6.1-17.1.20250425111017.cb0adcb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 127 k puppet-kmod noarch 2.5.0-17.1.20230620190646.52e31e3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k puppet-manila noarch 18.5.2-17.1.20231102190827.a72a7d5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 81 k puppet-memcached noarch 6.0.0-17.1.20230620184630.4c70dbd.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 23 k puppet-module-data noarch 0.5.1-17.1.20230620195419.28dafce.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 13 k puppet-mysql noarch 10.6.1-17.1.20230621022141.937d044.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 99 k puppet-neutron noarch 18.6.1-17.1.20230621053056.c9d467f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 196 k puppet-nova noarch 18.6.1-17.1.20230621090443.a21eae4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 200 k puppet-nssdb noarch 1.0.2-17.1.20230620185645.2ed2a2d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 12 k puppet-octavia noarch 18.5.1-17.1.20230621062420.842492c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 76 k puppet-openstack_extras noarch 18.5.1-17.1.20230621042409.504e1a0.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 48 k puppet-openstacklib noarch 18.5.2-17.1.20230621052822.64d8ac6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 62 k puppet-oslo noarch 18.5.1-17.1.20230621052358.fe2a147.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 48 k puppet-ovn noarch 18.6.1-17.1.20240925094907.7805f7e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k puppet-pacemaker noarch 1.5.1-17.1.20250214161010.f10ce89.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 158 k puppet-placement noarch 5.4.3-17.1.20230621061610.e7557a5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 41 k puppet-qdr noarch 7.4.1-17.1.20230620195605.8a575de.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 31 k puppet-rabbitmq noarch 11.0.1-17.1.20230620182519.63fee2c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 266 k puppet-redis noarch 6.1.1-17.1.20230620191704.547105e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 51 k puppet-remote noarch 10.0.0-17.1.20230620192417.7420908.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k puppet-rsync noarch 1.1.4-17.1.20230621002829.ea6397e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 28 k puppet-rsyslog noarch 4.0.1-17.1.20230620200132.2548a0d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 58 k puppet-snmp noarch 3.9.1-17.1.20230620200411.5d73485.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 34 k puppet-ssh noarch 6.2.1-17.1.20230620190251.6e0f430.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k puppet-stdlib noarch 6.3.1-17.1.20230621000857.7c1ae25.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 160 k puppet-swift noarch 18.6.1-17.1.20230621052139.f105ffc.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 115 k puppet-sysctl noarch 0.0.13-17.1.20230620183456.847ec1c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k puppet-systemd noarch 2.12.1-17.1.20230620191611.8f68b0d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 42 k puppet-tripleo noarch 14.2.3-17.1.20250320101351.40278e1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 239 k puppet-vcsrepo noarch 3.1.1-17.1.20230620183456.a36ee18.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 50 k puppet-vswitch noarch 14.4.3-17.1.20230621043558.51e82ca.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 41 k puppet-xinetd noarch 3.3.1-17.1.20230620185435.8d460c4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 26 k python-openstackclient-lang noarch 5.5.2-17.1.20250616100909.42d9b6e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 58 k python-oslo-cache-lang noarch 2.7.1-17.1.20230621012756.d0252f6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 19 k python-oslo-db-lang noarch 8.5.2-17.1.20240820150750.26fd6fb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k python-oslo-log-lang noarch 4.4.0-17.1.20230620205407.9b29c90.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k python-oslo-middleware-lang noarch 4.2.1-17.1.20230621011225.b40ca5f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 13 k python-oslo-policy-lang noarch 3.7.1-17.1.20230621003949.639b471.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k python-oslo-versionedobjects-lang noarch 2.4.1-17.1.20230621010423.89ff171.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k python-pycadf-common noarch 3.1.1-17.1.20230620210757.4179996.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 15 k python3-GitPython noarch 3.1.14-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 238 k python3-PyMySQL noarch 0.10.1-6.el9 rhel-9-for-x86_64-appstream-rpms 112 k python3-alembic noarch 1.7.5-3.el9 rhel-9-for-x86_64-appstream-rpms 900 k python3-amqp noarch 5.0.6-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 92 k python3-ansible-runner noarch 2.0.0a1-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 122 k python3-aodhclient noarch 2.2.0-17.1.20230620222234.b747ae3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 56 k python3-appdirs noarch 1.4.4-4.el9 rhel-9-for-x86_64-appstream-rpms 27 k python3-augeas noarch 0.5.0-25.el9 rhel-9-for-x86_64-appstream-rpms 31 k python3-barbicanclient noarch 5.3.0-17.1.20230620213453.ad49c40.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 127 k python3-bcrypt x86_64 3.1.7-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 44 k python3-beautifulsoup4 noarch 4.9.3-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 204 k python3-boto noarch 2.45.0-8.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.3 M python3-cachetools noarch 4.2.2-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 33 k python3-cinderclient noarch 7.4.1-17.1.20230620211836.4f72e6f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 218 k python3-cliff noarch 3.7.0-17.1.20230620172206.117a100.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 95 k python3-cmd2 noarch 1.4.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 284 k python3-colorama noarch 0.4.4-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 35 k python3-croniter noarch 0.3.35-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 49 k python3-daemon noarch 2.3.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 39 k python3-designateclient noarch 4.2.1-17.1.20230621023138.7a8d156.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 92 k python3-dns noarch 2.2.1-2.el9 rhel-9-for-x86_64-baseos-rpms 418 k python3-docutils noarch 0.16-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.5 M python3-dogpile-cache noarch 1.1.5-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 89 k python3-etcd3gw noarch 0.2.6-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 44 k python3-extras noarch 1.0.0-17.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k python3-fixtures noarch 3.0.0-24.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 93 k python3-futurist noarch 2.3.0-17.1.20230621104020.1a1c6f8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 64 k python3-gevent x86_64 21.1.2-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.6 M python3-gitdb noarch 4.0.5-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 107 k python3-glanceclient noarch 1:3.3.0-17.1.20240712170803.f802c71.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 143 k python3-gssapi x86_64 1.6.9-5.el9 rhel-9-for-x86_64-appstream-rpms 489 k python3-heat-agent noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 19 k python3-heat-agent-ansible noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 11 k python3-heat-agent-apply-config noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 9.9 k python3-heat-agent-docker-cmd noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 12 k python3-heat-agent-hiera noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 10 k python3-heat-agent-json-file noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 9.8 k python3-heat-agent-puppet noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 11 k python3-heatclient noarch 2.3.1-17.1.20230621012952.d16c245.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 158 k python3-ipaclient noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 648 k python3-ipalib noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 663 k python3-ironic-inspector-client noarch 4.5.0-17.1.20230620205758.3c03e21.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 67 k python3-ironicclient noarch 4.6.4-17.1.20230621041552.09b78fa.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 342 k python3-jeepney noarch 0.6.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 284 k python3-jmespath noarch 0.10.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 46 k python3-jwcrypto noarch 0.8-4.el9 rhel-9-for-x86_64-appstream-rpms 76 k python3-keyring noarch 21.8.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 77 k python3-keystoneauth1 noarch 4.4.0-17.1.20240812145234.112bcae.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 409 k python3-keystoneclient noarch 1:4.3.0-17.1.20230621025111.d5cb761.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 239 k python3-keystonemiddleware noarch 9.2.0-17.1.20230620211753.3659bda.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 92 k python3-kombu noarch 1:5.0.2-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 313 k python3-ldap x86_64 3.4.3-2.el9 rhel-9-for-x86_64-appstream-rpms 259 k python3-libipa_hbac x86_64 2.8.2-5.el9_2.5 rhel-9-for-x86_64-baseos-eus-rpms 30 k python3-lockfile noarch 1:0.12.2-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 31 k python3-logutils noarch 0.3.5-15.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 47 k python3-lxml x86_64 4.6.5-3.el9 rhel-9-for-x86_64-appstream-rpms 1.2 M python3-magnumclient noarch 3.4.1-17.1.20230621053508.280acd2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 121 k python3-mako noarch 1.1.4-6.el9 rhel-9-for-x86_64-appstream-rpms 176 k python3-manilaclient noarch 2.6.4-17.1.20240830140806.7f7d7d3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 528 k python3-memcached noarch 1.59-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 40 k python3-metalsmith noarch 1.4.4-17.1.20240522060758.5e7461e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 65 k python3-migrate noarch 0.13.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 224 k python3-mimeparse noarch 1.6.0-16.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k python3-mistralclient noarch 4.2.0-17.1.20230620220528.20a10f0.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 166 k python3-msgpack x86_64 1.0.2-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 87 k python3-munch noarch 2.5.0-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 25 k python3-natsort noarch 7.1.1-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 59 k python3-neutron-lib noarch 2.10.3-17.1.20231221164814.619c0fe.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 375 k python3-neutronclient noarch 7.3.1-17.1.20230621044049.29a9f5e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 298 k python3-novaclient noarch 1:17.4.1-17.1.20230621034300.5ee4427.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 201 k python3-octaviaclient noarch 2.3.1-17.1.20231106100828.51347bc.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 91 k python3-openstackclient noarch 5.5.2-17.1.20250616100909.42d9b6e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.1 M python3-openstacksdk noarch 0.55.1-17.1.20250516211008.f09ed4a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 735 k python3-openvswitch3.3 x86_64 3.3.4-110.el9fdp fast-datapath-for-rhel-9-x86_64-rpms 369 k python3-os-client-config noarch 2.1.0-17.1.20230620203151.bc96c23.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 55 k python3-os-ken noarch 1.4.1-17.1.20241205090937.018d755.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 2.1 M python3-os-service-types noarch 1.7.0-17.1.20230620201222.0b2f473.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 38 k python3-os-traits noarch 2.5.0-17.1.20230620221402.ac1b39e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 45 k python3-osc-lib noarch 2.3.1-17.1.20230620203400.2b7a679.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 78 k python3-oslo-cache noarch 2.7.1-17.1.20230621012756.d0252f6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 56 k python3-oslo-context noarch 3.2.1-17.1.20230620204857.b124eb7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 27 k python3-oslo-db noarch 8.5.2-17.1.20240820150750.26fd6fb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 144 k python3-oslo-log noarch 4.4.0-17.1.20230620205407.9b29c90.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 64 k python3-oslo-messaging noarch 12.7.3-17.1.20231219130800.5d6fd1a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 216 k python3-oslo-middleware noarch 4.2.1-17.1.20230621011225.b40ca5f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 55 k python3-oslo-policy noarch 3.7.1-17.1.20230621003949.639b471.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 76 k python3-oslo-reports noarch 2.2.0-17.1.20230620210621.bc631ae.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 59 k python3-oslo-rootwrap noarch 6.3.1-17.1.20230621110703.1b1b960.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 46 k python3-oslo-serialization noarch 4.1.1-17.1.20230621011445.bbe5d5a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 34 k python3-oslo-service noarch 2.5.1-17.1.20240821200745.c1e3398.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 71 k python3-oslo-upgradecheck noarch 1.3.1-17.1.20230621010138.9561ecb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k python3-oslo-versionedobjects noarch 2.4.1-17.1.20230621010423.89ff171.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 79 k python3-osprofiler noarch 3.4.0-17.1.20230620215259.5d82a02.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 130 k python3-paramiko noarch 2.11.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 299 k python3-passlib noarch 1.7.4-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 712 k python3-paste noarch 3.5.0-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 776 k python3-paste-deploy noarch 2.1.1-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 41 k python3-pecan noarch 1.4.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 273 k python3-psutil x86_64 5.8.0-12.el9 rhel-9-for-x86_64-appstream-rpms 218 k python3-pyOpenSSL noarch 20.0.1-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 90 k python3-pyasn1 noarch 0.4.8-6.el9 rhel-9-for-x86_64-appstream-rpms 163 k python3-pyasn1-modules noarch 0.4.8-6.el9 rhel-9-for-x86_64-appstream-rpms 283 k python3-pycadf noarch 3.1.1-17.1.20230620210757.4179996.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 53 k python3-pynacl x86_64 1.4.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 111 k python3-pyperclip noarch 1.8.0-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 25 k python3-pystache noarch 0.5.4-15.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 132 k python3-pyusb noarch 1.0.2-13.el9 rhel-9-for-x86_64-appstream-rpms 96 k python3-qrcode-core noarch 6.1-12.el9 rhel-9-for-x86_64-appstream-rpms 61 k python3-repoze-lru noarch 0.7-12.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 32 k python3-requestsexceptions noarch 1.4.0-17.1.20230620164652.d7ac0ff.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 17 k python3-rhosp-openvswitch noarch 3.3-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 8.3 k python3-routes noarch 2.4.1-14.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 188 k python3-rsa noarch 4.6-3.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 57 k python3-saharaclient noarch 3.3.0-17.1.20230620222322.401e663.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 188 k python3-secretstorage noarch 3.3.1-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 36 k python3-setproctitle x86_64 1.2.2-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 23 k python3-shade noarch 1.33.0-17.1.20230620225148.e7c7f29.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 523 k python3-simplejson x86_64 3.17.5-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 266 k python3-smmap noarch 3.0.1-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 47 k python3-soupsieve noarch 2.2-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 67 k python3-sqlalchemy13 x86_64 1.3.24-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.7 M python3-sqlparse noarch 0.4.1-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 83 k python3-sss-murmur x86_64 2.8.2-5.el9_2.5 rhel-9-for-x86_64-baseos-eus-rpms 19 k python3-statsd noarch 3.2.1-20.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 35 k python3-swiftclient noarch 3.11.1-17.1.20230620204150.06b36ae.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 136 k python3-tempita noarch 0.5.1-27.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 36 k python3-tenacity noarch 6.3.1-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 51 k python3-testtools noarch 2.4.0-10.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 333 k python3-tinyrpc noarch 1.0.3-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 50 k python3-tripleo-common noarch 15.4.1-17.1.20250527161411.e5b18f2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 202 k python3-troveclient noarch 7.0.0-17.1.20230620220924.c7319d8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 344 k python3-urllib-gssapi noarch 1.0.2-4.el9 rhel-9-for-x86_64-appstream-rpms 24 k python3-validations-libs noarch 1.9.1-17.1.20230913020848.8d9e1b5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 137 k python3-vine noarch 5.0.0-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 26 k python3-waitress noarch 2.0.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 109 k python3-warlock noarch 1.3.3-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k python3-wcwidth noarch 0.2.5-8.el9 rhel-9-for-x86_64-appstream-rpms 48 k python3-webob noarch 1.8.7-2.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 230 k python3-webtest noarch 2.0.35-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 82 k python3-werkzeug noarch 2.0.1-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 427 k python3-yappi x86_64 1.3.1-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 56 k python3-yaql noarch 1.1.3-13.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 180 k python3-yubico noarch 1.3.3-7.el9 rhel-9-for-x86_64-appstream-rpms 73 k python3-zaqarclient noarch 2.4.0-17.1.20230620214253.e388947.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 129 k python3-zope-event noarch 4.2.0-20.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 205 k python3-zope-interface x86_64 5.4.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 202 k qemu-img x86_64 17:7.2.0-14.el9_2.18 rhel-9-for-x86_64-appstream-eus-rpms 2.2 M rhel-system-roles noarch 1.21.2-1.el9_2 rhel-9-for-x86_64-appstream-rpms 2.4 M ruby x86_64 3.0.4-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 41 k ruby-augeas x86_64 0.5.0-29.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k ruby-facter x86_64 1:3.14.19-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 9.5 k ruby-libs x86_64 3.0.4-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 3.3 M rubygem-concurrent-ruby noarch 1.1.5-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 243 k rubygem-deep_merge noarch 1.2.1-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k rubygem-fast_gettext noarch 1.2.0-9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 34 k rubygem-hocon noarch 1.3.1-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 90 k rubygem-json x86_64 2.5.1-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 59 k rubygem-multi_json noarch 1.15.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 22 k rubygem-psych x86_64 3.3.2-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 60 k rubygem-puppet-resource_api noarch 1.8.13-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 34 k rubygem-rexml noarch 3.2.5-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 110 k rubygem-ruby-shadow x86_64 2.5.0-15.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k rubygem-semantic_puppet noarch 1.0.4-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k rubygems noarch 3.2.33-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 306 k skopeo x86_64 2:1.11.2-0.1.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 7.9 M sshpass x86_64 1.09-4.el9 rhel-9-for-x86_64-appstream-rpms 30 k tripleo-ansible noarch 3.3.1-17.1.20250702110757.8debef3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 570 k validations-common noarch 1.9.1-17.1.20231006020828.f273ccb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 111 k xorriso x86_64 1.5.4-4.el9 rhel-9-for-x86_64-appstream-rpms 321 k yaml-cpp x86_64 0.6.3-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 123 k zeromq x86_64 4.3.4-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 433 k Installing weak dependencies: bash-completion noarch 1:2.11-4.el9 rhel-9-for-x86_64-baseos-rpms 459 k perl-NDBM_File x86_64 1.15-480.el9 rhel-9-for-x86_64-appstream-rpms 25 k python3-zmq x86_64 22.0.3-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 396 k ruby-default-gems noarch 3.0.4-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 46 k rubygem-bigdecimal x86_64 3.0.0-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 55 k rubygem-bundler noarch 2.2.33-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 456 k rubygem-io-console x86_64 0.5.7-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 26 k rubygem-rdoc noarch 6.3.3-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 441 k Transaction Summary ======================================================================================================================================== Install 390 Packages Upgrade 9 Packages Total download size: 97 M Downloading Packages: (1/399): boost-system-1.75.0-8.el9.x86_64.rpm 97 kB/s | 15 kB 00:00 (2/399): perl-Getopt-Long-2.52-4.el9.noarch.rpm 379 kB/s | 64 kB 00:00 (3/399): perl-IO-Socket-SSL-2.073-1.el9.noarch. 1.0 MB/s | 223 kB 00:00 (4/399): perl-Storable-3.21-460.el9.x86_64.rpm 556 kB/s | 98 kB 00:00 (5/399): python3-urllib-gssapi-1.0.2-4.el9.noar 115 kB/s | 24 kB 00:00 (6/399): boost-locale-1.75.0-8.el9.x86_64.rpm 1.0 MB/s | 216 kB 00:00 (7/399): boost-nowide-1.75.0-8.el9.x86_64.rpm 161 kB/s | 17 kB 00:00 (8/399): perl-Data-Dumper-2.174-462.el9.x86_64. 466 kB/s | 59 kB 00:00 (9/399): boost-thread-1.75.0-8.el9.x86_64.rpm 343 kB/s | 57 kB 00:00 (10/399): perl-File-Temp-0.231.100-4.el9.noarch 478 kB/s | 63 kB 00:00 (11/399): perl-Text-Tabs+Wrap-2013.0523-460.el9 192 kB/s | 25 kB 00:00 (12/399): perl-Exporter-5.74-461.el9.noarch.rpm 140 kB/s | 34 kB 00:00 (13/399): perl-parent-0.238-460.el9.noarch.rpm 199 kB/s | 16 kB 00:00 (14/399): xorriso-1.5.4-4.el9.x86_64.rpm 3.3 MB/s | 321 kB 00:00 (15/399): python3-pyasn1-modules-0.4.8-6.el9.no 2.7 MB/s | 283 kB 00:00 (16/399): libisofs-1.5.4-4.el9.x86_64.rpm 4.5 MB/s | 224 kB 00:00 (17/399): perl-IO-Socket-IP-0.41-5.el9.noarch.r 722 kB/s | 45 kB 00:00 (18/399): perl-Net-SSLeay-1.92-2.el9.x86_64.rpm 5.9 MB/s | 392 kB 00:00 (19/399): perl-PathTools-3.78-461.el9.x86_64.rp 1.9 MB/s | 92 kB 00:00 (20/399): perl-Pod-Simple-3.42-4.el9.noarch.rpm 5.1 MB/s | 229 kB 00:00 (21/399): perl-Text-ParseWords-3.30-460.el9.noa 401 kB/s | 18 kB 00:00 (22/399): perl-Term-ANSIColor-5.01-461.el9.noar 577 kB/s | 51 kB 00:00 (23/399): perl-libnet-3.13-4.el9.noarch.rpm 1.8 MB/s | 134 kB 00:00 (24/399): perl-URI-5.09-3.el9.noarch.rpm 1.2 MB/s | 125 kB 00:00 (25/399): boost-chrono-1.75.0-8.el9.x86_64.rpm 706 kB/s | 26 kB 00:00 (26/399): iptables-nft-services-1.8.8-6.el9_1.n 680 kB/s | 28 kB 00:00 (27/399): python3-lxml-4.6.5-3.el9.x86_64.rpm 11 MB/s | 1.2 MB 00:00 (28/399): perl-Pod-Escapes-1.07-460.el9.noarch. 328 kB/s | 22 kB 00:00 (29/399): perl-Carp-1.50-460.el9.noarch.rpm 304 kB/s | 31 kB 00:00 (30/399): perl-Encode-3.08-462.el9.x86_64.rpm 13 MB/s | 1.7 MB 00:00 (31/399): python3-psutil-5.8.0-12.el9.x86_64.rp 3.9 MB/s | 218 kB 00:00 (32/399): libburn-1.5.4-4.el9.x86_64.rpm 2.8 MB/s | 175 kB 00:00 (33/399): perl-Mozilla-CA-20200520-6.el9.noarch 222 kB/s | 14 kB 00:00 (34/399): perl-Term-Cap-1.17-460.el9.noarch.rpm 391 kB/s | 24 kB 00:00 (35/399): perl-Time-Local-1.300-7.el9.noarch.rp 650 kB/s | 37 kB 00:00 (36/399): python3-yubico-1.3.3-7.el9.noarch.rpm 1.4 MB/s | 73 kB 00:00 (37/399): python3-jwcrypto-0.8-4.el9.noarch.rpm 1.3 MB/s | 76 kB 00:00 (38/399): sshpass-1.09-4.el9.x86_64.rpm 284 kB/s | 30 kB 00:00 (39/399): boost-filesystem-1.75.0-8.el9.x86_64. 743 kB/s | 59 kB 00:00 (40/399): boost-log-1.75.0-8.el9.x86_64.rpm 4.3 MB/s | 410 kB 00:00 (41/399): boost-program-options-1.75.0-8.el9.x8 2.0 MB/s | 108 kB 00:00 (42/399): perl-Digest-MD5-2.58-4.el9.x86_64.rpm 1.1 MB/s | 39 kB 00:00 (43/399): perl-MIME-Base64-3.16-4.el9.x86_64.rp 911 kB/s | 34 kB 00:00 (44/399): boost-atomic-1.75.0-8.el9.x86_64.rpm 153 kB/s | 19 kB 00:00 (45/399): perl-Digest-1.19-4.el9.noarch.rpm 218 kB/s | 29 kB 00:00 (46/399): libisoburn-1.5.4-4.el9.x86_64.rpm 2.6 MB/s | 419 kB 00:00 (47/399): perl-Pod-Usage-2.01-4.el9.noarch.rpm 627 kB/s | 43 kB 00:00 (48/399): perl-Pod-Perldoc-3.28.01-461.el9.noar 1.1 MB/s | 92 kB 00:00 (49/399): perl-File-Path-2.18-4.el9.noarch.rpm 300 kB/s | 38 kB 00:00 (50/399): perl-Scalar-List-Utils-1.56-461.el9.x 1.9 MB/s | 77 kB 00:00 (51/399): perl-Socket-2.031-4.el9.x86_64.rpm 884 kB/s | 58 kB 00:00 (52/399): perl-constant-1.33-461.el9.noarch.rpm 244 kB/s | 25 kB 00:00 (53/399): python3-PyMySQL-0.10.1-6.el9.noarch.r 1.9 MB/s | 112 kB 00:00 (54/399): perl-podlators-4.14-460.el9.noarch.rp 1.0 MB/s | 118 kB 00:00 (55/399): python3-pyasn1-0.4.8-6.el9.noarch.rpm 4.1 MB/s | 163 kB 00:00 (56/399): python3-pyusb-1.0.2-13.el9.noarch.rpm 2.4 MB/s | 96 kB 00:00 (57/399): python3-qrcode-core-6.1-12.el9.noarch 890 kB/s | 61 kB 00:00 (58/399): python3-appdirs-1.4.4-4.el9.noarch.rp 211 kB/s | 27 kB 00:00 (59/399): python3-wcwidth-0.2.5-8.el9.noarch.rp 563 kB/s | 48 kB 00:00 (60/399): boost-regex-1.75.0-8.el9.x86_64.rpm 5.4 MB/s | 279 kB 00:00 (61/399): oniguruma-6.9.6-1.el9.5.x86_64.rpm 2.8 MB/s | 221 kB 00:00 (62/399): python3-augeas-0.5.0-25.el9.noarch.rp 846 kB/s | 31 kB 00:00 (63/399): python3-alembic-1.7.5-3.el9.noarch.rp 14 MB/s | 900 kB 00:00 (64/399): perl-AutoLoader-5.74-480.el9.noarch.r 206 kB/s | 23 kB 00:00 (65/399): python3-gssapi-1.6.9-5.el9.x86_64.rpm 3.0 MB/s | 489 kB 00:00 (66/399): openssl-perl-3.0.7-6.el9_2.x86_64.rpm 263 kB/s | 42 kB 00:00 (67/399): perl-B-1.80-480.el9.x86_64.rpm 3.0 MB/s | 185 kB 00:00 (68/399): perl-Class-Struct-0.66-480.el9.noarch 544 kB/s | 24 kB 00:00 (69/399): perl-Errno-1.30-480.el9.x86_64.rpm 226 kB/s | 17 kB 00:00 (70/399): perl-File-Basename-2.85-480.el9.noarc 517 kB/s | 19 kB 00:00 (71/399): perl-Fcntl-1.13-480.el9.x86_64.rpm 319 kB/s | 23 kB 00:00 (72/399): perl-File-stat-1.09-480.el9.noarch.rp 341 kB/s | 19 kB 00:00 (73/399): perl-FileHandle-2.03-480.el9.noarch.r 312 kB/s | 17 kB 00:00 (74/399): perl-Getopt-Std-1.12-480.el9.noarch.r 222 kB/s | 17 kB 00:00 (75/399): perl-IPC-Open3-1.21-480.el9.noarch.rp 577 kB/s | 25 kB 00:00 (76/399): perl-POSIX-1.94-480.el9.x86_64.rpm 2.5 MB/s | 99 kB 00:00 (77/399): perl-NDBM_File-1.15-480.el9.x86_64.rp 452 kB/s | 25 kB 00:00 (78/399): perl-IO-1.43-480.el9.x86_64.rpm 908 kB/s | 94 kB 00:00 (79/399): perl-base-2.27-480.el9.noarch.rpm 469 kB/s | 18 kB 00:00 (80/399): perl-Symbol-1.08-480.el9.noarch.rpm 326 kB/s | 16 kB 00:00 (81/399): perl-if-0.60.800-480.el9.noarch.rpm 405 kB/s | 16 kB 00:00 (82/399): perl-interpreter-5.32.1-480.el9.x86_6 1.3 MB/s | 75 kB 00:00 (83/399): perl-SelectSaver-1.02-480.el9.noarch. 90 kB/s | 13 kB 00:00 (84/399): perl-mro-1.23-480.el9.x86_64.rpm 528 kB/s | 31 kB 00:00 (85/399): perl-overload-1.31-480.el9.noarch.rpm 866 kB/s | 47 kB 00:00 (86/399): perl-overloading-0.02-480.el9.noarch. 380 kB/s | 15 kB 00:00 (87/399): perl-libs-5.32.1-480.el9.x86_64.rpm 16 MB/s | 2.2 MB 00:00 (88/399): perl-subs-1.03-480.el9.noarch.rpm 245 kB/s | 13 kB 00:00 (89/399): perl-vars-1.05-480.el9.noarch.rpm 323 kB/s | 15 kB 00:00 (90/399): python3-ldap-3.4.3-2.el9.x86_64.rpm 4.4 MB/s | 259 kB 00:00 (91/399): python3-mako-1.1.4-6.el9.noarch.rpm 3.5 MB/s | 176 kB 00:00 (92/399): augeas-libs-1.13.0-3.el9.x86_64.rpm 7.7 MB/s | 459 kB 00:00 (93/399): ipa-selinux-4.10.1-6.el9.noarch.rpm 975 kB/s | 40 kB 00:00 (94/399): libselinux-ruby-3.5-1.el9.x86_64.rpm 1.5 MB/s | 59 kB 00:00 (95/399): jq-1.6-14.el9.x86_64.rpm 3.5 MB/s | 190 kB 00:00 (96/399): ansible-freeipa-1.9.2-3.el9_2.noarch. 8.8 MB/s | 452 kB 00:00 (97/399): bash-completion-2.11-4.el9.noarch.rpm 9.6 MB/s | 459 kB 00:00 (98/399): rhel-system-roles-1.21.2-1.el9_2.noar 36 MB/s | 2.4 MB 00:00 (99/399): device-mapper-persistent-data-0.9.0-1 13 MB/s | 786 kB 00:00 (100/399): libaio-0.3.111-13.el9.x86_64.rpm 730 kB/s | 26 kB 00:00 (101/399): krb5-pkinit-1.20.1-8.el9.x86_64.rpm 1.6 MB/s | 62 kB 00:00 (102/399): krb5-workstation-1.20.1-8.el9.x86_64 7.1 MB/s | 542 kB 00:00 (103/399): libkadm5-1.20.1-8.el9.x86_64.rpm 1.5 MB/s | 81 kB 00:00 (104/399): libpkgconf-1.7.3-10.el9.x86_64.rpm 365 kB/s | 37 kB 00:00 (105/399): pkgconf-1.7.3-10.el9.x86_64.rpm 460 kB/s | 45 kB 00:00 (106/399): glibc-langpack-en-2.34-60.el9.x86_64 3.1 MB/s | 675 kB 00:00 (107/399): python3-dns-2.2.1-2.el9.noarch.rpm 4.0 MB/s | 418 kB 00:00 (108/399): pkgconf-pkg-config-1.7.3-10.el9.x86_ 105 kB/s | 12 kB 00:00 (109/399): pkgconf-m4-1.7.3-10.el9.noarch.rpm 129 kB/s | 16 kB 00:00 (110/399): ansible-collection-ansible-utils-2.3 1.1 MB/s | 91 kB 00:00 (111/399): ansible-collection-ansible-posix-1.2 1.4 MB/s | 124 kB 00:00 (112/399): ansible-collection-ansible-netcommon 1.8 MB/s | 181 kB 00:00 (113/399): golang-github-vbatts-tar-split-0.11. 11 MB/s | 1.0 MB 00:00 (114/399): heat-cfntools-1.4.2-6.1.el9ost.noarc 553 kB/s | 77 kB 00:00 (115/399): ansible-collection-community-general 7.9 MB/s | 1.3 MB 00:00 (116/399): libsodium-1.0.18-7.el9ost.x86_64.rpm 1.4 MB/s | 162 kB 00:00 (117/399): puppet-fdio-18.2-1.20220727113954.6f 628 kB/s | 25 kB 00:00 (118/399): openpgm-5.2.122-26.el9ost.x86_64.rpm 1.9 MB/s | 178 kB 00:00 (119/399): python3-ansible-runner-2.0.0a1-3.el9 2.3 MB/s | 122 kB 00:00 (120/399): python3-beautifulsoup4-4.9.3-2.el9os 3.3 MB/s | 204 kB 00:00 (121/399): python3-croniter-0.3.35-2.el9ost.noa 1.1 MB/s | 49 kB 00:00 (122/399): python3-bcrypt-3.1.7-7.el9ost.x86_64 374 kB/s | 44 kB 00:00 (123/399): python3-daemon-2.3.0-1.el9ost.noarch 284 kB/s | 39 kB 00:00 (124/399): python3-docutils-0.16-6.el9ost.noarc 9.6 MB/s | 1.5 MB 00:00 (125/399): python3-etcd3gw-0.2.6-2.el9ost.noarc 295 kB/s | 44 kB 00:00 (126/399): python3-jeepney-0.6.0-2.el9ost.noarc 5.8 MB/s | 284 kB 00:00 (127/399): python3-gevent-21.1.2-2.el9ost.x86_6 13 MB/s | 1.6 MB 00:00 (128/399): python3-gitdb-4.0.5-2.el9ost.noarch. 1.0 MB/s | 107 kB 00:00 (129/399): python3-jmespath-0.10.0-1.el9ost.noa 876 kB/s | 46 kB 00:00 (130/399): python3-lockfile-0.12.2-2.el9ost.noa 464 kB/s | 31 kB 00:00 (131/399): python3-memcached-1.59-3.el9ost.noar 661 kB/s | 40 kB 00:00 (132/399): python3-logutils-0.3.5-15.el9ost.noa 384 kB/s | 47 kB 00:00 (133/399): python3-migrate-0.13.0-1.el9ost.noar 2.8 MB/s | 224 kB 00:00 (134/399): python3-mimeparse-1.6.0-16.el9ost.no 253 kB/s | 16 kB 00:00 (135/399): python3-passlib-1.7.4-3.el9ost.noarc 13 MB/s | 712 kB 00:00 (136/399): python3-natsort-7.1.1-2.el9ost.noarc 508 kB/s | 59 kB 00:00 (137/399): python3-pecan-1.4.0-2.el9ost.noarch. 1.3 MB/s | 273 kB 00:00 (138/399): python3-pyOpenSSL-20.0.1-2.el9ost.no 380 kB/s | 90 kB 00:00 (139/399): python3-pynacl-1.4.0-1.el9ost.x86_64 538 kB/s | 111 kB 00:00 (140/399): python3-pyperclip-1.8.0-3.el9ost.noa 202 kB/s | 25 kB 00:00 (141/399): python3-setproctitle-1.2.2-1.el9ost. 325 kB/s | 23 kB 00:00 (142/399): python3-smmap-3.0.1-4.el9ost.noarch. 804 kB/s | 47 kB 00:00 (143/399): python3-soupsieve-2.2-1.el9ost.noarc 1.6 MB/s | 67 kB 00:00 (144/399): python3-webtest-2.0.35-6.el9ost.noar 1.3 MB/s | 82 kB 00:00 (145/399): python3-sqlalchemy13-1.3.24-3.el9ost 19 MB/s | 1.7 MB 00:00 (146/399): python3-zmq-22.0.3-1.el9ost.x86_64.r 7.9 MB/s | 396 kB 00:00 (147/399): python3-zope-event-4.2.0-20.el9ost.n 4.1 MB/s | 205 kB 00:00 (148/399): python3-tenacity-6.3.1-1.el9ost.noar 267 kB/s | 51 kB 00:00 (149/399): python3-zope-interface-5.4.0-1.el9os 1.6 MB/s | 202 kB 00:00 (150/399): rubygem-deep_merge-1.2.1-7.el9ost.no 241 kB/s | 14 kB 00:00 (151/399): rubygem-concurrent-ruby-1.1.5-2.el9o 2.0 MB/s | 243 kB 00:00 (152/399): rubygem-hocon-1.3.1-2.el9ost.noarch. 1.8 MB/s | 90 kB 00:00 (153/399): rubygem-multi_json-1.15.0-2.el9ost.n 441 kB/s | 22 kB 00:00 (154/399): rubygem-puppet-resource_api-1.8.13-1 345 kB/s | 34 kB 00:00 (155/399): rubygem-fast_gettext-1.2.0-9.el9ost. 193 kB/s | 34 kB 00:00 (156/399): rubygem-ruby-shadow-2.5.0-15.el9ost. 143 kB/s | 16 kB 00:00 (157/399): rubygem-semantic_puppet-1.0.4-2.el9o 516 kB/s | 21 kB 00:00 (158/399): zeromq-4.3.4-1.el9ost.x86_64.rpm 8.4 MB/s | 433 kB 00:00 (159/399): ansible-role-atos-hsm-1.0.1-17.1.202 429 kB/s | 17 kB 00:00 (160/399): ansible-config_template-2.0.1-17.1.2 408 kB/s | 29 kB 00:00 (161/399): ansible-role-chrony-1.3.1-17.1.20230 430 kB/s | 22 kB 00:00 (162/399): ansible-role-container-registry-1.4. 362 kB/s | 24 kB 00:00 (163/399): ansible-role-collectd-config-0.0.3-1 638 kB/s | 53 kB 00:00 (164/399): ansible-role-openstack-operations-0. 547 kB/s | 30 kB 00:00 (165/399): ansible-role-qdr-config-0.0.2-17.1.2 586 kB/s | 21 kB 00:00 (166/399): ansible-role-redhat-subscription-1.3 487 kB/s | 28 kB 00:00 (167/399): ansible-role-tripleo-modify-image-1. 507 kB/s | 27 kB 00:00 (168/399): ansible-tripleo-ipa-0.3.1-17.1.20230 980 kB/s | 36 kB 00:00 (169/399): ansible-tripleo-ipsec-11.0.1-17.1.20 932 kB/s | 38 kB 00:00 (170/399): dib-utils-0.0.11-17.1.20230620173328 183 kB/s | 12 kB 00:00 (171/399): openstack-heat-agents-2.2.1-17.1.202 207 kB/s | 9.6 kB 00:00 (172/399): os-apply-config-13.1.1-17.1.20231020 1.2 MB/s | 54 kB 00:00 (173/399): ansible-role-thales-hsm-3.0.1-17.1.2 103 kB/s | 21 kB 00:00 (174/399): os-collect-config-13.1.1-17.1.202310 792 kB/s | 50 kB 00:00 (175/399): os-refresh-config-13.1.1-17.1.202310 444 kB/s | 21 kB 00:00 (176/399): puppet-aodh-18.4.2-17.1.202306201512 1.2 MB/s | 62 kB 00:00 (177/399): puppet-apache-6.5.2-17.1.20230621001 1.9 MB/s | 259 kB 00:00 (178/399): puppet-auditd-2.2.1-17.1.20230620192 209 kB/s | 28 kB 00:00 (179/399): puppet-archive-4.6.1-17.1.2023062018 303 kB/s | 44 kB 00:00 (180/399): puppet-certmonger-2.7.1-17.1.2023062 313 kB/s | 26 kB 00:00 (181/399): puppet-ceilometer-18.4.3-17.1.202309 529 kB/s | 70 kB 00:00 (182/399): puppet-cinder-18.5.2-17.1.2023062105 1.1 MB/s | 120 kB 00:00 (183/399): puppet-corosync-8.0.1-17.1.202306211 1.8 MB/s | 68 kB 00:00 (184/399): puppet-concat-6.2.1-17.1.20230620181 611 kB/s | 41 kB 00:00 (185/399): puppet-designate-18.6.1-17.1.2023062 1.2 MB/s | 69 kB 00:00 (186/399): puppet-collectd-13.0.1-17.1.20230620 958 kB/s | 135 kB 00:00 (187/399): puppet-dns-8.2.1-17.1.20230621002045 661 kB/s | 36 kB 00:00 (188/399): puppet-etcd-1.12.3-17.1.202306201932 659 kB/s | 25 kB 00:00 (189/399): puppet-firewall-3.4.1-17.1.202306210 1.6 MB/s | 77 kB 00:00 (190/399): puppet-gnocchi-18.4.3-17.1.202306210 1.3 MB/s | 58 kB 00:00 (191/399): puppet-haproxy-4.2.2-17.1.2023062019 1.2 MB/s | 52 kB 00:00 (192/399): puppet-git-0.5.0-17.1.20230620193928 234 kB/s | 23 kB 00:00 (193/399): puppet-heat-18.4.1-17.1.202306211116 1.6 MB/s | 70 kB 00:00 (194/399): puppet-horizon-18.6.1-17.1.202306210 1.6 MB/s | 63 kB 00:00 (195/399): puppet-inifile-4.2.1-17.1.2023062018 966 kB/s | 42 kB 00:00 (196/399): puppet-ipaclient-2.5.2-17.1.20230620 319 kB/s | 17 kB 00:00 (197/399): puppet-keepalived-0.0.2-17.1.2023062 366 kB/s | 14 kB 00:00 (198/399): puppet-kmod-2.5.0-17.1.2023062019064 335 kB/s | 21 kB 00:00 (199/399): puppet-memcached-6.0.0-17.1.20230620 322 kB/s | 23 kB 00:00 (200/399): puppet-manila-18.5.2-17.1.2023110219 1.0 MB/s | 81 kB 00:00 (201/399): puppet-module-data-0.5.1-17.1.202306 241 kB/s | 13 kB 00:00 (202/399): puppet-mysql-10.6.1-17.1.20230621022 2.1 MB/s | 99 kB 00:00 (203/399): puppet-nova-18.6.1-17.1.202306210904 4.1 MB/s | 200 kB 00:00 (204/399): puppet-octavia-18.5.1-17.1.202306210 1.2 MB/s | 76 kB 00:00 (205/399): puppet-nssdb-1.0.2-17.1.202306201856 129 kB/s | 12 kB 00:00 (206/399): puppet-neutron-18.6.1-17.1.202306210 1.0 MB/s | 196 kB 00:00 (207/399): puppet-oslo-18.5.1-17.1.202306210523 494 kB/s | 48 kB 00:00 (208/399): puppet-openstacklib-18.5.2-17.1.2023 407 kB/s | 62 kB 00:00 (209/399): puppet-openstack_extras-18.5.1-17.1. 266 kB/s | 48 kB 00:00 (210/399): puppet-qdr-7.4.1-17.1.20230620195605 522 kB/s | 31 kB 00:00 (211/399): puppet-placement-5.4.3-17.1.20230621 601 kB/s | 41 kB 00:00 (212/399): puppet-redis-6.1.1-17.1.202306201917 469 kB/s | 51 kB 00:00 (213/399): puppet-rabbitmq-11.0.1-17.1.20230620 1.7 MB/s | 266 kB 00:00 (214/399): puppet-remote-10.0.0-17.1.2023062019 138 kB/s | 16 kB 00:00 (215/399): puppet-snmp-3.9.1-17.1.2023062020041 443 kB/s | 34 kB 00:00 (216/399): puppet-rsync-1.1.4-17.1.202306210028 161 kB/s | 28 kB 00:00 (217/399): puppet-rsyslog-4.0.1-17.1.2023062020 330 kB/s | 58 kB 00:00 (218/399): puppet-ssh-6.2.1-17.1.20230620190251 304 kB/s | 29 kB 00:00 (219/399): puppet-sysctl-0.0.13-17.1.2023062018 150 kB/s | 16 kB 00:00 (220/399): puppet-swift-18.6.1-17.1.20230621052 997 kB/s | 115 kB 00:00 (221/399): puppet-stdlib-6.3.1-17.1.20230621000 1.2 MB/s | 160 kB 00:00 (222/399): puppet-vswitch-14.4.3-17.1.202306210 730 kB/s | 41 kB 00:00 (223/399): puppet-vcsrepo-3.1.1-17.1.2023062018 374 kB/s | 50 kB 00:00 (224/399): puppet-xinetd-3.3.1-17.1.20230620185 343 kB/s | 26 kB 00:00 (225/399): puppet-systemd-2.12.1-17.1.202306201 250 kB/s | 42 kB 00:00 (226/399): python-oslo-cache-lang-2.7.1-17.1.20 365 kB/s | 19 kB 00:00 (227/399): python-oslo-log-lang-4.4.0-17.1.2023 274 kB/s | 14 kB 00:00 (228/399): python-oslo-policy-lang-3.7.1-17.1.2 260 kB/s | 14 kB 00:00 (229/399): python-oslo-versionedobjects-lang-2. 195 kB/s | 14 kB 00:00 (230/399): python-oslo-middleware-lang-4.2.1-17 127 kB/s | 13 kB 00:00 (231/399): python-pycadf-common-3.1.1-17.1.2023 342 kB/s | 15 kB 00:00 (232/399): python3-aodhclient-2.2.0-17.1.202306 1.1 MB/s | 56 kB 00:00 (233/399): python3-GitPython-3.1.14-2.el9ost.no 3.6 MB/s | 238 kB 00:00 (234/399): python3-barbicanclient-5.3.0-17.1.20 2.0 MB/s | 127 kB 00:00 (235/399): python3-cinderclient-7.4.1-17.1.2023 5.4 MB/s | 218 kB 00:00 (236/399): python3-cliff-3.7.0-17.1.20230620172 2.3 MB/s | 95 kB 00:00 (237/399): python3-heat-agent-2.2.1-17.1.202306 450 kB/s | 19 kB 00:00 (238/399): python3-futurist-2.3.0-17.1.20230621 1.1 MB/s | 64 kB 00:00 (239/399): python3-designateclient-4.2.1-17.1.2 1.1 MB/s | 92 kB 00:00 (240/399): python3-heat-agent-apply-config-2.2. 259 kB/s | 9.9 kB 00:00 (241/399): python3-heat-agent-docker-cmd-2.2.1- 280 kB/s | 12 kB 00:00 (242/399): python3-heat-agent-ansible-2.2.1-17. 137 kB/s | 11 kB 00:00 (243/399): python3-heat-agent-hiera-2.2.1-17.1. 180 kB/s | 10 kB 00:00 (244/399): python3-heat-agent-json-file-2.2.1-1 110 kB/s | 9.8 kB 00:00 (245/399): python3-heat-agent-puppet-2.2.1-17.1 122 kB/s | 11 kB 00:00 (246/399): python3-ironicclient-4.6.4-17.1.2023 7.2 MB/s | 342 kB 00:00 (247/399): python3-heatclient-2.3.1-17.1.202306 1.2 MB/s | 158 kB 00:00 (248/399): python3-ironic-inspector-client-4.5. 712 kB/s | 67 kB 00:00 (249/399): python3-keystonemiddleware-9.2.0-17. 1.4 MB/s | 92 kB 00:00 (250/399): python3-keystoneclient-4.3.0-17.1.20 2.6 MB/s | 239 kB 00:00 (251/399): python3-magnumclient-3.4.1-17.1.2023 1.6 MB/s | 121 kB 00:00 (252/399): python3-mistralclient-4.2.0-17.1.202 1.4 MB/s | 166 kB 00:00 (253/399): python3-novaclient-17.4.1-17.1.20230 2.0 MB/s | 201 kB 00:00 (254/399): python3-neutronclient-7.3.1-17.1.202 2.1 MB/s | 298 kB 00:00 (255/399): python3-os-service-types-1.7.0-17.1. 652 kB/s | 38 kB 00:00 (256/399): python3-os-client-config-2.1.0-17.1. 687 kB/s | 55 kB 00:00 (257/399): python3-oslo-cache-2.7.1-17.1.202306 846 kB/s | 56 kB 00:00 (258/399): python3-osc-lib-2.3.1-17.1.202306202 888 kB/s | 78 kB 00:00 (259/399): python3-oslo-context-3.2.1-17.1.2023 545 kB/s | 27 kB 00:00 (260/399): python3-oslo-middleware-4.2.1-17.1.2 1.1 MB/s | 55 kB 00:00 (261/399): python3-os-traits-2.5.0-17.1.2023062 210 kB/s | 45 kB 00:00 (262/399): python3-oslo-log-4.4.0-17.1.20230620 482 kB/s | 64 kB 00:00 (263/399): python3-oslo-rootwrap-6.3.1-17.1.202 1.2 MB/s | 46 kB 00:00 (264/399): python3-oslo-policy-3.7.1-17.1.20230 798 kB/s | 76 kB 00:00 (265/399): python3-oslo-serialization-4.1.1-17. 820 kB/s | 34 kB 00:00 (266/399): python3-oslo-versionedobjects-2.4.1- 1.5 MB/s | 79 kB 00:00 (267/399): python3-oslo-upgradecheck-1.3.1-17.1 230 kB/s | 29 kB 00:00 (268/399): python3-pycadf-3.1.1-17.1.2023062021 951 kB/s | 53 kB 00:00 (269/399): python3-osprofiler-3.4.0-17.1.202306 1.2 MB/s | 130 kB 00:00 (270/399): python3-oslo-reports-2.2.0-17.1.2023 203 kB/s | 59 kB 00:00 (271/399): python3-requestsexceptions-1.4.0-17. 425 kB/s | 17 kB 00:00 (272/399): python3-statsd-3.2.1-20.1.el9ost.noa 784 kB/s | 35 kB 00:00 (273/399): python3-shade-1.33.0-17.1.2023062022 6.7 MB/s | 523 kB 00:00 (274/399): python3-swiftclient-3.11.1-17.1.2023 3.1 MB/s | 136 kB 00:00 (275/399): python3-tinyrpc-1.0.3-6.el9ost.noarc 1.0 MB/s | 50 kB 00:00 (276/399): python3-saharaclient-3.3.0-17.1.2023 1.1 MB/s | 188 kB 00:00 (277/399): python3-troveclient-7.0.0-17.1.20230 7.2 MB/s | 344 kB 00:00 (278/399): python3-validations-libs-1.9.1-17.1. 3.2 MB/s | 137 kB 00:00 (279/399): python3-zaqarclient-2.4.0-17.1.20230 3.0 MB/s | 129 kB 00:00 (280/399): validations-common-1.9.1-17.1.202310 2.7 MB/s | 111 kB 00:00 (281/399): python3-werkzeug-2.0.1-7.el9ost.noar 4.3 MB/s | 427 kB 00:00 (282/399): ansible-pacemaker-1.0.4-17.1.2023121 222 kB/s | 21 kB 00:00 (283/399): python3-sqlparse-0.4.1-2.el9ost.noar 756 kB/s | 83 kB 00:00 (284/399): python3-manilaclient-2.6.4-17.1.2024 3.4 MB/s | 528 kB 00:00 (285/399): python3-paramiko-2.11.0-2.el9ost.noa 1.1 MB/s | 299 kB 00:00 (286/399): python3-webob-1.8.7-2.1.el9ost.noarc 2.0 MB/s | 230 kB 00:00 (287/399): ansible-role-metalsmith-deployment-1 154 kB/s | 21 kB 00:00 (288/399): openstack-selinux-0.8.37-17.1.202311 1.6 MB/s | 221 kB 00:00 (289/399): puppet-ironic-18.7.1-17.1.2024030521 1.3 MB/s | 121 kB 00:00 (290/399): python-oslo-db-lang-8.5.2-17.1.20240 334 kB/s | 14 kB 00:00 (291/399): python3-glanceclient-3.3.0-17.1.2024 3.0 MB/s | 143 kB 00:00 (292/399): python3-keystoneauth1-4.4.0-17.1.202 6.2 MB/s | 409 kB 00:00 (293/399): python3-neutron-lib-2.10.3-17.1.2023 4.1 MB/s | 375 kB 00:00 (294/399): python3-metalsmith-1.4.4-17.1.202405 510 kB/s | 65 kB 00:00 (295/399): python3-octaviaclient-2.3.1-17.1.202 828 kB/s | 91 kB 00:00 (296/399): python3-oslo-db-8.5.2-17.1.202408201 2.2 MB/s | 144 kB 00:00 (297/399): python3-oslo-messaging-12.7.3-17.1.2 3.7 MB/s | 216 kB 00:00 (298/399): python3-oslo-service-2.5.1-17.1.2024 1.8 MB/s | 71 kB 00:00 (299/399): python3-rhosp-openvswitch-3.3-1.el9o 217 kB/s | 8.3 kB 00:00 (300/399): python3-waitress-2.0.0-4.el9ost.noar 2.2 MB/s | 109 kB 00:00 (301/399): openstack-ansible-core-2.14.2-4.7.el 31 MB/s | 2.3 MB 00:00 (302/399): openstack-tripleo-validations-14.3.2 2.1 MB/s | 204 kB 00:00 (303/399): puppet-glance-18.6.1-17.1.2025022015 883 kB/s | 87 kB 00:00 (304/399): puppet-ovn-18.6.1-17.1.2024092509490 280 kB/s | 29 kB 00:00 (305/399): puppet-pacemaker-1.5.1-17.1.20250214 1.7 MB/s | 158 kB 00:00 (306/399): ansible-collection-containers-podman 4.4 MB/s | 243 kB 00:00 (307/399): python3-os-ken-1.4.1-17.1.2024120509 15 MB/s | 2.1 MB 00:00 (308/399): puppet-tripleo-14.2.3-17.1.202503201 1.3 MB/s | 239 kB 00:00 (309/399): ansible-collections-openstack-1.9.1- 1.1 MB/s | 146 kB 00:00 (310/399): cpp-hocon-0.3.0-7.el9ost.x86_64.rpm 2.5 MB/s | 351 kB 00:00 (311/399): leatherman-1.12.6-5.el9ost.x86_64.rp 9.6 MB/s | 405 kB 00:00 (312/399): hiera-3.6.0-6.el9ost.noarch.rpm 413 kB/s | 33 kB 00:00 (313/399): facter-3.14.19-3.el9ost.x86_64.rpm 2.9 MB/s | 518 kB 00:00 (314/399): openstack-tripleo-common-15.4.1-17.1 431 kB/s | 52 kB 00:00 (315/399): openstack-tripleo-common-containers- 590 kB/s | 78 kB 00:00 (316/399): puppet-7.10.0-4.el9ost.noarch.rpm 161 kB/s | 11 kB 00:00 (317/399): puppet-headless-7.10.0-4.el9ost.noar 17 MB/s | 1.4 MB 00:00 (318/399): python3-amqp-5.0.6-5.el9ost.noarch.r 1.1 MB/s | 92 kB 00:00 (319/399): puppet-keystone-18.6.1-17.1.20250425 740 kB/s | 127 kB 00:00 (320/399): python3-cachetools-4.2.2-3.el9ost.no 357 kB/s | 33 kB 00:00 (321/399): python3-boto-2.45.0-8.1.el9ost.noarc 11 MB/s | 1.3 MB 00:00 (322/399): python3-colorama-0.4.4-4.el9ost.noar 582 kB/s | 35 kB 00:00 (323/399): python3-dogpile-cache-1.1.5-5.el9ost 1.7 MB/s | 89 kB 00:00 (324/399): python3-cmd2-1.4.0-4.el9ost.noarch.r 3.7 MB/s | 284 kB 00:00 (325/399): python3-fixtures-3.0.0-24.el9ost.noa 1.2 MB/s | 93 kB 00:00 (326/399): python3-keyring-21.8.0-4.el9ost.noar 1.0 MB/s | 77 kB 00:00 (327/399): python3-msgpack-1.0.2-4.el9ost.x86_6 2.2 MB/s | 87 kB 00:00 (328/399): python3-extras-1.0.0-17.el9ost.noarc 161 kB/s | 21 kB 00:00 (329/399): python3-kombu-5.0.2-3.el9ost.noarch. 5.4 MB/s | 313 kB 00:00 (330/399): python3-munch-2.5.0-6.el9ost.noarch. 473 kB/s | 25 kB 00:00 (331/399): python3-paste-3.5.0-5.el9ost.noarch. 14 MB/s | 776 kB 00:00 (332/399): python3-openstacksdk-0.55.1-17.1.202 7.5 MB/s | 735 kB 00:00 (333/399): python3-paste-deploy-2.1.1-4.el9ost. 497 kB/s | 41 kB 00:00 (334/399): python3-pystache-0.5.4-15.el9ost.noa 1.7 MB/s | 132 kB 00:00 (335/399): python3-repoze-lru-0.7-12.el9ost.noa 622 kB/s | 32 kB 00:00 (336/399): python3-routes-2.4.1-14.el9ost.noarc 4.2 MB/s | 188 kB 00:00 (337/399): python3-rsa-4.6-3.1.el9ost.noarch.rp 1.3 MB/s | 57 kB 00:00 (338/399): python3-secretstorage-3.3.1-3.el9ost 543 kB/s | 36 kB 00:00 (339/399): python3-tempita-0.5.1-27.el9ost.noar 582 kB/s | 36 kB 00:00 (340/399): python3-testtools-2.4.0-10.el9ost.no 6.8 MB/s | 333 kB 00:00 (341/399): python3-simplejson-3.17.5-3.el9ost.x 2.8 MB/s | 266 kB 00:00 (342/399): python3-vine-5.0.0-5.el9ost.noarch.r 683 kB/s | 26 kB 00:00 (343/399): python3-tripleoclient-16.5.1-17.1.20 7.4 MB/s | 553 kB 00:00 (344/399): python3-tripleo-common-15.4.1-17.1.2 1.7 MB/s | 202 kB 00:00 (345/399): python3-warlock-1.3.3-7.el9ost.noarc 386 kB/s | 21 kB 00:00 (346/399): python3-yappi-1.3.1-5.el9ost.x86_64. 1.4 MB/s | 56 kB 00:00 (347/399): ruby-augeas-0.5.0-29.el9ost.x86_64.r 782 kB/s | 29 kB 00:00 (348/399): python3-yaql-1.1.3-13.el9ost.noarch. 3.1 MB/s | 180 kB 00:00 (349/399): ruby-facter-3.14.19-3.el9ost.x86_64. 202 kB/s | 9.5 kB 00:00 (350/399): yaml-cpp-0.6.3-6.el9ost.x86_64.rpm 3.0 MB/s | 123 kB 00:00 (351/399): openstack-heat-api-16.1.1-17.1.20250 410 kB/s | 16 kB 00:00 (352/399): openstack-heat-common-16.1.1-17.1.20 27 MB/s | 1.6 MB 00:00 (353/399): openstack-heat-engine-16.1.1-17.1.20 293 kB/s | 15 kB 00:00 (354/399): ansible-role-lunasa-hsm-1.1.1-17.1.2 173 kB/s | 19 kB 00:00 (355/399): openstack-heat-monolith-16.1.1-17.1. 442 kB/s | 16 kB 00:00 (356/399): openstack-tripleo-heat-templates-14. 14 MB/s | 617 kB 00:00 (357/399): python-openstackclient-lang-5.5.2-17 1.4 MB/s | 58 kB 00:00 (358/399): python3-openstackclient-5.5.2-17.1.2 21 MB/s | 1.1 MB 00:00 (359/399): tripleo-ansible-3.3.1-17.1.202507021 12 MB/s | 570 kB 00:00 (360/399): puppet-barbican-18.4.2-17.1.20250625 416 kB/s | 57 kB 00:00 (361/399): libunwind-1.6.2-1.el9cp.x86_64.rpm 1.5 MB/s | 68 kB 00:00 (362/399): python3-openvswitch3.3-3.3.4-110.el9 5.6 MB/s | 369 kB 00:00 (363/399): libipa_hbac-2.8.2-5.el9_2.5.x86_64.r 872 kB/s | 36 kB 00:00 (364/399): python3-libipa_hbac-2.8.2-5.el9_2.5. 662 kB/s | 30 kB 00:00 (365/399): python3-sss-murmur-2.8.2-5.el9_2.5.x 490 kB/s | 19 kB 00:00 (366/399): device-mapper-event-libs-1.02.187-7. 758 kB/s | 31 kB 00:00 (367/399): device-mapper-event-1.02.187-7.el9_2 441 kB/s | 32 kB 00:00 (368/399): cephadm-18.2.1-361.el9cp.noarch.rpm 2.2 MB/s | 354 kB 00:00 (369/399): lvm2-2.03.17-7.el9_2.2.x86_64.rpm 25 MB/s | 1.5 MB 00:00 (370/399): ipa-client-common-4.10.1-12.el9_2.2. 1.2 MB/s | 44 kB 00:00 (371/399): lvm2-libs-2.03.17-7.el9_2.2.x86_64.r 14 MB/s | 1.0 MB 00:00 (372/399): python3-ipaclient-4.10.1-12.el9_2.2. 14 MB/s | 648 kB 00:00 (373/399): python3-ipalib-4.10.1-12.el9_2.2.noa 15 MB/s | 663 kB 00:00 (374/399): ipa-common-4.10.1-12.el9_2.2.noarch. 6.0 MB/s | 656 kB 00:00 (375/399): perl-HTTP-Tiny-0.076-461.el9_2.noarc 819 kB/s | 57 kB 00:00 (376/399): ruby-3.0.4-161.el9_2.2.x86_64.rpm 1.1 MB/s | 41 kB 00:00 (377/399): skopeo-1.11.2-0.1.el9_2.2.x86_64.rpm 50 MB/s | 7.9 MB 00:00 (378/399): ruby-libs-3.0.4-161.el9_2.2.x86_64.r 33 MB/s | 3.3 MB 00:00 (379/399): ruby-default-gems-3.0.4-161.el9_2.2. 359 kB/s | 46 kB 00:00 (380/399): rubygem-bigdecimal-3.0.0-161.el9_2.2 1.4 MB/s | 55 kB 00:00 (381/399): rubygem-bundler-2.2.33-161.el9_2.2.n 9.8 MB/s | 456 kB 00:00 (382/399): rubygem-json-2.5.1-161.el9_2.2.x86_6 1.5 MB/s | 59 kB 00:00 (383/399): rubygem-psych-3.3.2-161.el9_2.2.x86_ 1.6 MB/s | 60 kB 00:00 (384/399): rubygem-rdoc-6.3.3-161.el9_2.2.noarc 10 MB/s | 441 kB 00:00 (385/399): rubygem-rexml-3.2.5-161.el9_2.2.noar 2.8 MB/s | 110 kB 00:00 (386/399): rubygems-3.2.33-161.el9_2.2.noarch.r 3.6 MB/s | 306 kB 00:00 (387/399): rubygem-io-console-0.5.7-161.el9_2.2 145 kB/s | 26 kB 00:00 (388/399): libxslt-1.1.34-11.el9_2.x86_64.rpm 5.7 MB/s | 245 kB 00:00 (389/399): buildah-1.29.5-1.el9_2.x86_64.rpm 59 MB/s | 8.6 MB 00:00 (390/399): libfdisk-2.37.4-11.el9_2.x86_64.rpm 1.8 MB/s | 156 kB 00:00 (391/399): qemu-img-7.2.0-14.el9_2.18.x86_64.rp 14 MB/s | 2.2 MB 00:00 (392/399): libmount-2.37.4-11.el9_2.x86_64.rpm 1.5 MB/s | 136 kB 00:00 (393/399): util-linux-core-2.37.4-11.el9_2.x86_ 9.4 MB/s | 464 kB 00:00 (394/399): libuuid-2.37.4-11.el9_2.x86_64.rpm 268 kB/s | 30 kB 00:00 (395/399): libblkid-2.37.4-11.el9_2.x86_64.rpm 2.0 MB/s | 109 kB 00:00 (396/399): libsmartcols-2.37.4-11.el9_2.x86_64. 802 kB/s | 65 kB 00:00 (397/399): device-mapper-1.02.187-7.el9_2.2.x86 2.5 MB/s | 142 kB 00:00 (398/399): util-linux-2.37.4-11.el9_2.x86_64.rp 11 MB/s | 2.3 MB 00:00 (399/399): device-mapper-libs-1.02.187-7.el9_2. 913 kB/s | 176 kB 00:00 -------------------------------------------------------------------------------- Total 8.5 MB/s | 97 MB 00:11 Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Running scriptlet: rhel-system-roles-1.21.2-1.el9_2.noarch 1/1 Preparing : 1/1 Installing : ruby-libs-3.0.4-161.el9_2.2.x86_64 1/408 Installing : python3-webob-1.8.7-2.1.el9ost.noarch 2/408 Installing : rubygem-bigdecimal-3.0.0-161.el9_2.2.x86_64 3/408 Installing : ruby-default-gems-3.0.4-161.el9_2.2.noarch 4/408 Installing : rubygem-bundler-2.2.33-161.el9_2.2.noarch 5/408 Installing : rubygem-io-console-0.5.7-161.el9_2.2.x86_64 6/408 Installing : rubygem-json-2.5.1-161.el9_2.2.x86_64 7/408 Installing : rubygem-psych-3.3.2-161.el9_2.2.x86_64 8/408 Installing : rubygem-rdoc-6.3.3-161.el9_2.2.noarch 9/408 Installing : rubygems-3.2.33-161.el9_2.2.noarch 10/408 Installing : ruby-3.0.4-161.el9_2.2.x86_64 11/408 Installing : python3-simplejson-3.17.5-3.el9ost.x86_64 12/408 Installing : python3-oslo-context-3.2.1-17.1.20230620204857.b 13/408 Upgrading : libuuid-2.37.4-11.el9_2.x86_64 14/408 Upgrading : libblkid-2.37.4-11.el9_2.x86_64 15/408 Running scriptlet: libblkid-2.37.4-11.el9_2.x86_64 15/408 Installing : python3-sqlalchemy13-1.3.24-3.el9ost.x86_64 16/408 Installing : python3-pyasn1-0.4.8-6.el9.noarch 17/408 Installing : python3-psutil-5.8.0-12.el9.x86_64 18/408 Installing : libaio-0.3.111-13.el9.x86_64 19/408 Installing : boost-regex-1.75.0-8.el9.x86_64 20/408 Installing : boost-system-1.75.0-8.el9.x86_64 21/408 Installing : boost-filesystem-1.75.0-8.el9.x86_64 22/408 Installing : boost-thread-1.75.0-8.el9.x86_64 23/408 Installing : 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-openvswitch3.3-3.3.4-110.el9fdp.x86_64 89/408 Installing : python3-vine-5.0.0-5.el9ost.noarch 90/408 Installing : python3-amqp-5.0.6-5.el9ost.noarch 91/408 Installing : python3-tempita-0.5.1-27.el9ost.noarch 92/408 Installing : python3-munch-2.5.0-6.el9ost.noarch 93/408 Installing : python3-msgpack-1.0.2-4.el9ost.x86_64 94/408 Installing : python3-oslo-serialization-4.1.1-17.1.2023062101 95/408 Installing : python3-requestsexceptions-1.4.0-17.1.2023062016 96/408 Installing : python3-os-service-types-1.7.0-17.1.202306202012 97/408 Installing : python3-keystoneauth1-4.4.0-17.1.20240812145234. 98/408 Installing : python3-novaclient-1:17.4.1-17.1.20230621034300. 99/408 Installing : python3-cinderclient-7.4.1-17.1.20230620211836.4 100/408 Installing : python3-futurist-2.3.0-17.1.20230621104020.1a1c6 101/408 Installing : dib-utils-0.0.11-17.1.20230620173328.51661c3.el9 102/408 Installing : os-refresh-config-13.1.1-17.1.20231020000854.812 103/408 Installing : python3-zope-event-4.2.0-20.el9ost.noarch 104/408 Installing : python3-tenacity-6.3.1-1.el9ost.noarch 105/408 Installing : python3-pyOpenSSL-20.0.1-2.el9ost.noarch 106/408 Installing : python3-paste-3.5.0-5.el9ost.noarch 107/408 Installing : python3-paste-deploy-2.1.1-4.el9ost.noarch 108/408 Installing : python3-passlib-1.7.4-3.el9ost.noarch 109/408 Installing : python3-jmespath-0.10.0-1.el9ost.noarch 110/408 Installing : python3-jeepney-0.6.0-2.el9ost.noarch 111/408 Installing : libsodium-1.0.18-7.el9ost.x86_64 112/408 Installing : python3-dns-2.2.1-2.el9.noarch 113/408 Installing : python3-gssapi-1.6.9-5.el9.x86_64 114/408 Installing : python3-qrcode-core-6.1-12.el9.noarch 115/408 Installing : python3-pyusb-1.0.2-13.el9.noarch 116/408 Installing : python3-appdirs-1.4.4-4.el9.noarch 117/408 Installing : python3-openstacksdk-0.55.1-17.1.20250516211008. 118/408 Installing : python3-os-client-config-2.1.0-17.1.202306202031 119/408 Installing : python3-metalsmith-1.4.4-17.1.20240522060758.5e7 120/408 Installing : python3-shade-1.33.0-17.1.20230620225148.e7c7f29 121/408 Installing : python3-yubico-1.3.3-7.el9.noarch 122/408 Installing : python3-urllib-gssapi-1.0.2-4.el9.noarch 123/408 Installing : python3-pynacl-1.4.0-1.el9ost.x86_64 124/408 Installing : python3-secretstorage-3.3.1-3.el9ost.noarch 125/408 Installing : python3-keyring-21.8.0-4.el9ost.noarch 126/408 Installing : python3-keystoneclient-1:4.3.0-17.1.202306210251 127/408 Installing : python3-swiftclient-3.11.1-17.1.20230620204150.0 128/408 Installing : python3-zope-interface-5.4.0-1.el9ost.x86_64 129/408 Installing : python3-gevent-21.1.2-2.el9ost.x86_64 130/408 Installing : python3-etcd3gw-0.2.6-2.el9ost.noarch 131/408 Installing : python3-oslo-reports-2.2.0-17.1.20230620210621.b 132/408 Installing : python3-kombu-1:5.0.2-3.el9ost.noarch 133/408 Installing : python3-rhosp-openvswitch-3.3-1.el9ost.noarch 134/408 Upgrading : util-linux-core-2.37.4-11.el9_2.x86_64 135/408 Running scriptlet: util-linux-core-2.37.4-11.el9_2.x86_64 135/408 Installing : openssl-perl-1:3.0.7-6.el9_2.x86_64 136/408 Installing : python3-ldap-3.4.3-2.el9.x86_64 137/408 Installing : python3-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 : python3-sss-murmur-2.8.2-5.el9_2.5.x86_64 170/408 Installing : libipa_hbac-2.8.2-5.el9_2.5.x86_64 171/408 Installing : python3-libipa_hbac-2.8.2-5.el9_2.5.x86_64 172/408 Installing : libunwind-1.6.2-1.el9cp.x86_64 173/408 Installing : python-openstackclient-lang-5.5.2-17.1.202506161 174/408 Installing : yaml-cpp-0.6.3-6.el9ost.x86_64 175/408 Installing : python3-yaql-1.1.3-13.el9ost.noarch 176/408 Installing : python3-yappi-1.3.1-5.el9ost.x86_64 177/408 Installing : python3-warlock-1.3.3-7.el9ost.noarch 178/408 Installing : python3-glanceclient-1:3.3.0-17.1.20240712170803 179/408 Installing : python3-repoze-lru-0.7-12.el9ost.noarch 180/408 Installing : python3-routes-2.4.1-14.el9ost.noarch 181/408 Installing : python3-extras-1.0.0-17.el9ost.noarch 182/408 Installing : python3-colorama-0.4.4-4.el9ost.noarch 183/408 Installing : python3-cachetools-4.2.2-3.el9ost.noarch 184/408 Installing : openstack-tripleo-common-containers-15.4.1-17.1. 185/408 Installing : python3-waitress-2.0.0-4.el9ost.noarch 186/408 Installing : python-oslo-db-lang-8.5.2-17.1.20240820150750.26 187/408 Installing : openstack-selinux-0.8.37-17.1.20231107080825.05d 188/408 Running scriptlet: openstack-selinux-0.8.37-17.1.20231107080825.05d 188/408 Installing : python3-sqlparse-0.4.1-2.el9ost.noarch 189/408 Installing : python3-migrate-0.13.0-1.el9ost.noarch 190/408 Installing : python3-werkzeug-2.0.1-7.el9ost.noarch 191/408 Installing : python3-statsd-3.2.1-20.1.el9ost.noarch 192/408 Installing : python3-oslo-rootwrap-6.3.1-17.1.20230621110703. 193/408 Installing : python3-os-traits-2.5.0-17.1.20230620221402.ac1b 194/408 Installing : python-pycadf-common-3.1.1-17.1.20230620210757.4 195/408 Installing : python3-pycadf-3.1.1-17.1.20230620210757.4179996 196/408 Installing : python-oslo-versionedobjects-lang-2.4.1-17.1.202 197/408 Installing : python-oslo-policy-lang-3.7.1-17.1.2023062100394 198/408 Installing : python3-oslo-policy-3.7.1-17.1.20230621003949.63 199/408 Installing : python3-oslo-upgradecheck-1.3.1-17.1.20230621010 200/408 Installing : python-oslo-middleware-lang-4.2.1-17.1.202306210 201/408 Installing : python3-oslo-middleware-4.2.1-17.1.2023062101122 202/408 Installing : python-oslo-log-lang-4.4.0-17.1.20230620205407.9 203/408 Installing : python3-oslo-log-4.4.0-17.1.20230620205407.9b29c 204/408 Installing : python-oslo-cache-lang-2.7.1-17.1.20230621012756 205/408 Installing : python3-soupsieve-2.2-1.el9ost.noarch 206/408 Installing : python3-beautifulsoup4-4.9.3-2.el9ost.noarch 207/408 Installing : python3-lxml-4.6.5-3.el9.x86_64 208/408 Installing : python3-webtest-2.0.35-6.el9ost.noarch 209/408 Installing : python3-smmap-3.0.1-4.el9ost.noarch 210/408 Installing : python3-gitdb-4.0.5-2.el9ost.noarch 211/408 Installing : python3-GitPython-3.1.14-2.el9ost.noarch 212/408 Installing : python3-setproctitle-1.2.2-1.el9ost.x86_64 213/408 Installing : python3-pyperclip-1.8.0-3.el9ost.noarch 214/408 Installing : python3-natsort-7.1.1-2.el9ost.noarch 215/408 Installing : python3-croniter-0.3.35-2.el9ost.noarch 216/408 Installing : python3-mimeparse-1.6.0-16.el9ost.noarch 217/408 Installing : python3-fixtures-3.0.0-24.el9ost.noarch 218/408 Installing : python3-testtools-2.4.0-10.el9ost.noarch 219/408 Installing : python3-oslo-service-2.5.1-17.1.20240821200745.c 220/408 Installing : python3-oslo-messaging-12.7.3-17.1.2023121913080 221/408 Installing : python3-osprofiler-3.4.0-17.1.20230620215259.5d8 222/408 Installing : python3-oslo-versionedobjects-2.4.1-17.1.2023062 223/408 Installing : python3-memcached-1.59-3.el9ost.noarch 224/408 Installing : python3-oslo-cache-2.7.1-17.1.20230621012756.d02 225/408 Installing : python3-keystonemiddleware-9.2.0-17.1.2023062021 226/408 Installing : python3-logutils-0.3.5-15.el9ost.noarch 227/408 Installing : python3-pecan-1.4.0-2.el9ost.noarch 228/408 Installing : python3-lockfile-1:0.12.2-2.el9ost.noarch 229/408 Installing : python3-docutils-0.16-6.el9ost.noarch 230/408 Installing : python3-daemon-2.3.0-1.el9ost.noarch 231/408 Installing : python3-bcrypt-3.1.7-7.el9ost.x86_64 232/408 Installing : python3-paramiko-2.11.0-2.el9ost.noarch 233/408 Installing : openpgm-5.2.122-26.el9ost.x86_64 234/408 Installing : zeromq-4.3.4-1.el9ost.x86_64 235/408 Installing : python3-zmq-22.0.3-1.el9ost.x86_64 236/408 Installing : python3-tinyrpc-1.0.3-6.el9ost.noarch 237/408 Installing : python3-os-ken-1.4.1-17.1.20241205090937.018d755 238/408 warning: group neutron does not exist - using root Installing : golang-github-vbatts-tar-split-0.11.1-9.el9ost.x 239/408 Installing : pkgconf-m4-1.7.3-10.el9.noarch 240/408 Installing : libpkgconf-1.7.3-10.el9.x86_64 241/408 Installing : pkgconf-1.7.3-10.el9.x86_64 242/408 Installing : pkgconf-pkg-config-1.7.3-10.el9.x86_64 243/408 Installing : bash-completion-1:2.11-4.el9.noarch 244/408 Installing : libkadm5-1.20.1-8.el9.x86_64 245/408 Installing : krb5-pkinit-1.20.1-8.el9.x86_64 246/408 Installing : krb5-workstation-1.20.1-8.el9.x86_64 247/408 Installing : glibc-langpack-en-2.34-60.el9.x86_64 248/408 Running scriptlet: ipa-selinux-4.10.1-6.el9.noarch 249/408 Installing : ipa-selinux-4.10.1-6.el9.noarch 249/408 Running scriptlet: ipa-selinux-4.10.1-6.el9.noarch 249/408 Installing : ipa-common-4.10.1-12.el9_2.2.noarch 250/408 Installing : oniguruma-6.9.6-1.el9.5.x86_64 251/408 Installing : jq-1.6-14.el9.x86_64 252/408 Installing : python3-wcwidth-0.2.5-8.el9.noarch 253/408 Installing : python3-cmd2-1.4.0-4.el9ost.noarch 254/408 Installing : python3-cliff-3.7.0-17.1.20230620172206.117a100. 255/408 Installing : python3-osc-lib-2.3.1-17.1.20230620203400.2b7a67 256/408 Installing : python3-heatclient-2.3.1-17.1.20230621012952.d16 257/408 Installing : python3-neutronclient-7.3.1-17.1.20230621044049. 258/408 Installing : python3-openstackclient-5.5.2-17.1.2025061610090 259/408 Running scriptlet: python3-openstackclient-5.5.2-17.1.2025061610090 259/408 The 'openstack bgp speaker show dragents' CLI is deprecated and will be removed in the future. Use 'openstack bgp dragent list' CLI instead. Installing : python3-zaqarclient-2.4.0-17.1.20230620214253.e3 260/408 Installing : python3-ironic-inspector-client-4.5.0-17.1.20230 261/408 Installing : python3-mistralclient-4.2.0-17.1.20230620220528. 262/408 Installing : python3-troveclient-7.0.0-17.1.20230620220924.c7 263/408 Installing : os-collect-config-13.1.1-17.1.20231020001748.761 264/408 Running scriptlet: os-collect-config-13.1.1-17.1.20231020001748.761 264/408 Installing : python3-heat-agent-2.2.1-17.1.20230620232028.ed1 265/408 Installing : python3-heat-agent-apply-config-2.2.1-17.1.20230 266/408 Installing : python3-heat-agent-docker-cmd-2.2.1-17.1.2023062 267/408 Installing : python3-heat-agent-hiera-2.2.1-17.1.202306202320 268/408 Installing : python3-heat-agent-json-file-2.2.1-17.1.20230620 269/408 Installing : python3-saharaclient-3.3.0-17.1.20230620222322.4 270/408 Installing : python3-octaviaclient-2.3.1-17.1.20231106100828. 271/408 Installing : python3-aodhclient-2.2.0-17.1.20230620222234.b74 272/408 Installing : python3-designateclient-4.2.1-17.1.2023062102313 273/408 Installing : python3-magnumclient-3.4.1-17.1.20230621053508.2 274/408 Installing : python3-manilaclient-2.6.4-17.1.20240830140806.7 275/408 Installing : python3-barbicanclient-5.3.0-17.1.20230620213453 276/408 Installing : python3-PyMySQL-0.10.1-6.el9.noarch 277/408 Installing : python3-oslo-db-8.5.2-17.1.20240820150750.26fd6f 278/408 Installing : python3-neutron-lib-2.10.3-17.1.20231221164814.6 279/408 Installing : boost-atomic-1.75.0-8.el9.x86_64 280/408 Installing : boost-log-1.75.0-8.el9.x86_64 281/408 Installing : boost-program-options-1.75.0-8.el9.x86_64 282/408 Installing : sshpass-1.09-4.el9.x86_64 283/408 Installing : openstack-ansible-core-2.14.2-4.7.el9ost.x86_64 284/408 Installing : python3-ansible-runner-2.0.0a1-3.el9ost.noarch 285/408 Installing : ansible-pacemaker-1.0.4-17.1.20231213170757.7c10 286/408 Installing : python3-validations-libs-1.9.1-17.1.202309130208 287/408 Installing : validations-common-1.9.1-17.1.20231006020828.f27 288/408 Installing : ansible-collection-ansible-posix-1.2.0-1.3.el9os 289/408 Installing : ansible-collection-community-general-4.0.0-1.1.e 290/408 Installing : ansible-role-chrony-1.3.1-17.1.20230621084226.01 291/408 Installing : ansible-role-container-registry-1.4.1-17.1.20230 292/408 Installing : ansible-role-redhat-subscription-1.3.0-17.1.2023 293/408 Installing : ansible-tripleo-ipsec-11.0.1-17.1.20230620172008 294/408 Installing : ansible-collection-containers-podman-1.9.4-5.el9 295/408 Installing : ansible-collections-openstack-1.9.1-17.1.2025051 296/408 Installing : ansible-role-metalsmith-deployment-1.4.4-17.1.20 297/408 Installing : ansible-role-openstack-operations-0.0.1-17.1.202 298/408 Installing : ansible-freeipa-1.9.2-3.el9_2.noarch 299/408 Installing : rhel-system-roles-1.21.2-1.el9_2.noarch 300/408 Installing : ansible-collection-ansible-utils-2.3.0-2.el9ost. 301/408 Installing : ansible-collection-ansible-netcommon-2.2.0-1.2.e 302/408 Installing : ansible-config_template-2.0.1-17.1.2023062108392 303/408 Installing : ansible-role-atos-hsm-1.0.1-17.1.20230927001631. 304/408 Installing : ansible-role-collectd-config-0.0.3-17.1.20230620 305/408 Installing : ansible-role-qdr-config-0.0.2-17.1.2023062017113 306/408 Installing : ansible-role-thales-hsm-3.0.1-17.1.2023100722080 307/408 Installing : ansible-role-tripleo-modify-image-1.5.1-17.1.202 308/408 Installing : python3-heat-agent-ansible-2.2.1-17.1.2023062023 309/408 Installing : ansible-role-lunasa-hsm-1.1.1-17.1.2025060318083 310/408 Installing : python3-jwcrypto-0.8-4.el9.noarch 311/408 Installing : python3-ipalib-4.10.1-12.el9_2.2.noarch 312/408 Installing : python3-ipaclient-4.10.1-12.el9_2.2.noarch 313/408 Installing : ansible-tripleo-ipa-0.3.1-17.1.20230627190951.8d 314/408 Installing : libburn-1.5.4-4.el9.x86_64 315/408 Installing : iptables-nft-services-1.8.8-6.el9_1.noarch 316/408 Running scriptlet: iptables-nft-services-1.8.8-6.el9_1.noarch 316/408 Installing : libisofs-1.5.4-4.el9.x86_64 317/408 Installing : libisoburn-1.5.4-4.el9.x86_64 318/408 Installing : xorriso-1.5.4-4.el9.x86_64 319/408 Running scriptlet: xorriso-1.5.4-4.el9.x86_64 319/408 Installing : python3-ironicclient-4.6.4-17.1.20230621041552.0 320/408 Installing : python3-tripleo-common-15.4.1-17.1.2025052716141 321/408 Running scriptlet: openstack-heat-common-1:16.1.1-17.1.202507031108 322/408 Installing : openstack-heat-common-1:16.1.1-17.1.202507031108 322/408 Installing : openstack-tripleo-common-15.4.1-17.1.20250527161 323/408 Installing : openstack-heat-api-1:16.1.1-17.1.20250703110808. 324/408 Running scriptlet: openstack-heat-api-1:16.1.1-17.1.20250703110808. 324/408 Installing : openstack-heat-engine-1:16.1.1-17.1.202507031108 325/408 Running scriptlet: openstack-heat-engine-1:16.1.1-17.1.202507031108 325/408 Installing : openstack-heat-monolith-1:16.1.1-17.1.2025070311 326/408 Running scriptlet: openstack-heat-monolith-1:16.1.1-17.1.2025070311 326/408 Installing : tripleo-ansible-3.3.1-17.1.20250702110757.8debef 327/408 Installing : openstack-tripleo-heat-templates-14.3.1-17.1.202 328/408 Installing : openstack-tripleo-validations-14.3.2-17.1.202501 329/408 Installing : boost-nowide-1.75.0-8.el9.x86_64 330/408 Installing : leatherman-1.12.6-5.el9ost.x86_64 331/408 Installing : cpp-hocon-0.3.0-7.el9ost.x86_64 332/408 Installing : facter-1:3.14.19-3.el9ost.x86_64 333/408 Installing : ruby-facter-1:3.14.19-3.el9ost.x86_64 334/408 Installing : rubygem-puppet-resource_api-1.8.13-1.el9ost.noar 335/408 Running scriptlet: puppet-headless-7.10.0-4.el9ost.noarch 336/408 Installing : puppet-headless-7.10.0-4.el9ost.noarch 336/408 Installing : puppet-7.10.0-4.el9ost.noarch 337/408 Running scriptlet: puppet-7.10.0-4.el9ost.noarch 337/408 Installing : puppet-stdlib-6.3.1-17.1.20230621000857.7c1ae25. 338/408 Installing : puppet-inifile-4.2.1-17.1.20230620180624.df46d2a 339/408 Installing : puppet-concat-6.2.1-17.1.20230620181556.dfeabb9. 340/408 Installing : puppet-apache-6.5.2-17.1.20230621001106.e4a1532. 341/408 Installing : puppet-xinetd-3.3.1-17.1.20230620185435.8d460c4. 342/408 Installing : puppet-firewall-3.4.1-17.1.20230621022040.94f707 343/408 Installing : puppet-memcached-6.0.0-17.1.20230620184630.4c70d 344/408 Installing : puppet-sysctl-0.0.13-17.1.20230620183456.847ec1c 345/408 Installing : puppet-rsync-1.1.4-17.1.20230621002829.ea6397e.e 346/408 Installing : puppet-corosync-8.0.1-17.1.20230621104908.6a9da9 347/408 Installing : puppet-mysql-10.6.1-17.1.20230621022141.937d044. 348/408 Installing : puppet-systemd-2.12.1-17.1.20230620191611.8f68b0 349/408 Installing : puppet-redis-6.1.1-17.1.20230620191704.547105e.e 350/408 Installing : puppet-openstack_extras-18.5.1-17.1.202306210424 351/408 Installing : puppet-horizon-18.6.1-17.1.20230621075748.8074e6 352/408 Installing : puppet-pacemaker-1.5.1-17.1.20250214161010.f10ce 353/408 Installing : puppet-auditd-2.2.1-17.1.20230620192453.189b22b. 354/408 Installing : puppet-collectd-13.0.1-17.1.20230620193147.ad138 355/408 Installing : puppet-dns-8.2.1-17.1.20230621002045.70f5b28.el9 356/408 Installing : puppet-haproxy-4.2.2-17.1.20230620193950.a797b8c 357/408 Installing : puppet-keepalived-0.0.2-17.1.20230620194716.bbca 358/408 Installing : puppet-rsyslog-4.0.1-17.1.20230620200132.2548a0d 359/408 Installing : puppet-ssh-6.2.1-17.1.20230620190251.6e0f430.el9 360/408 Installing : puppet-fdio-18.2-1.20220727113954.6fd1c8e.el9ost 361/408 Installing : puppet-archive-4.6.1-17.1.20230620181607.bc7e4ff 362/408 Installing : puppet-rabbitmq-11.0.1-17.1.20230620182519.63fee 363/408 Installing : puppet-openstacklib-18.5.2-17.1.20230621052822.6 364/408 Installing : puppet-oslo-18.5.1-17.1.20230621052358.fe2a147.e 365/408 Installing : puppet-keystone-18.6.1-17.1.20250425111017.cb0ad 366/408 Installing : puppet-glance-18.6.1-17.1.20250220151014.81b081d 367/408 Installing : puppet-cinder-18.5.2-17.1.20230621054224.6aa60e7 368/408 Installing : puppet-nova-18.6.1-17.1.20230621090443.a21eae4.e 369/408 Installing : puppet-octavia-18.5.1-17.1.20230621062420.842492 370/408 Installing : puppet-manila-18.5.2-17.1.20231102190827.a72a7d5 371/408 Installing : puppet-ceilometer-18.4.3-17.1.20230927010818.383 372/408 Installing : puppet-designate-18.6.1-17.1.20230621061456.f4c0 373/408 Installing : puppet-gnocchi-18.4.3-17.1.20230621061020.7584b9 374/408 Installing : puppet-heat-18.4.1-17.1.20230621111632.3b41bb0.e 375/408 Installing : puppet-placement-5.4.3-17.1.20230621061610.e7557 376/408 Installing : puppet-swift-18.6.1-17.1.20230621052139.f105ffc. 377/408 Installing : puppet-barbican-18.4.2-17.1.20250625204151.af6c7 378/408 Installing : puppet-aodh-18.4.2-17.1.20230620151218.3e47b5a.e 379/408 Installing : puppet-certmonger-2.7.1-17.1.20230620184730.3e2e 380/408 Installing : puppet-etcd-1.12.3-17.1.20230620193226.e143c2d.e 381/408 Installing : puppet-git-0.5.0-17.1.20230620193928.4e4498e.el9 382/408 Installing : puppet-ipaclient-2.5.2-17.1.20230620194626.b0867 383/408 Installing : puppet-nssdb-1.0.2-17.1.20230620185645.2ed2a2d.e 384/408 Installing : puppet-qdr-7.4.1-17.1.20230620195605.8a575de.el9 385/408 Installing : puppet-snmp-3.9.1-17.1.20230620200411.5d73485.el 386/408 Installing : puppet-ovn-18.6.1-17.1.20240925094907.7805f7e.el 387/408 Installing : puppet-kmod-2.5.0-17.1.20230620190646.52e31e3.el 388/408 Installing : puppet-vswitch-14.4.3-17.1.20230621043558.51e82c 389/408 Installing : puppet-neutron-18.6.1-17.1.20230621053056.c9d467 390/408 Installing : puppet-module-data-0.5.1-17.1.20230620195419.28d 391/408 Installing : puppet-remote-10.0.0-17.1.20230620192417.7420908 392/408 Installing : puppet-vcsrepo-3.1.1-17.1.20230620183456.a36ee18 393/408 Installing : puppet-ironic-18.7.1-17.1.20240305210817.edf93f9 394/408 Installing : puppet-tripleo-14.2.3-17.1.20250320101351.40278e 395/408 Installing : python3-heat-agent-puppet-2.2.1-17.1.20230620232 396/408 Installing : openstack-heat-agents-2.2.1-17.1.20230620232028. 397/408 Installing : python3-tripleoclient-16.5.1-17.1.20250523121326 398/408 Running scriptlet: cephadm-2:18.2.1-361.el9cp.noarch 399/408 Installing : cephadm-2:18.2.1-361.el9cp.noarch 399/408 Cleanup : device-mapper-9:1.02.187-7.el9.x86_64 400/408 Cleanup : util-linux-2.37.4-10.el9.x86_64 401/408 Cleanup : util-linux-core-2.37.4-10.el9.x86_64 402/408 Cleanup : libfdisk-2.37.4-10.el9.x86_64 403/408 Cleanup : libmount-2.37.4-10.el9.x86_64 404/408 Cleanup : libblkid-2.37.4-10.el9.x86_64 405/408 Cleanup : libuuid-2.37.4-10.el9.x86_64 406/408 Cleanup : libsmartcols-2.37.4-10.el9.x86_64 407/408 Cleanup : device-mapper-libs-9:1.02.187-7.el9.x86_64 408/408 Running scriptlet: ipa-selinux-4.10.1-6.el9.noarch 408/408 Running scriptlet: device-mapper-libs-9:1.02.187-7.el9.x86_64 408/408 Verifying : perl-IO-Socket-SSL-2.073-1.el9.noarch 1/408 Verifying : boost-system-1.75.0-8.el9.x86_64 2/408 Verifying : perl-Getopt-Long-1:2.52-4.el9.noarch 3/408 Verifying : perl-Storable-1:3.21-460.el9.x86_64 4/408 Verifying : python3-urllib-gssapi-1.0.2-4.el9.noarch 5/408 Verifying : boost-locale-1.75.0-8.el9.x86_64 6/408 Verifying : boost-nowide-1.75.0-8.el9.x86_64 7/408 Verifying : boost-thread-1.75.0-8.el9.x86_64 8/408 Verifying : perl-Data-Dumper-2.174-462.el9.x86_64 9/408 Verifying : perl-Exporter-5.74-461.el9.noarch 10/408 Verifying : perl-File-Temp-1:0.231.100-4.el9.noarch 11/408 Verifying : perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch 12/408 Verifying : perl-parent-1:0.238-460.el9.noarch 13/408 Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 14/408 Verifying : xorriso-1.5.4-4.el9.x86_64 15/408 Verifying : libisofs-1.5.4-4.el9.x86_64 16/408 Verifying : perl-IO-Socket-IP-0.41-5.el9.noarch 17/408 Verifying : perl-Net-SSLeay-1.92-2.el9.x86_64 18/408 Verifying : perl-PathTools-3.78-461.el9.x86_64 19/408 Verifying : perl-Pod-Simple-1:3.42-4.el9.noarch 20/408 Verifying : perl-Term-ANSIColor-5.01-461.el9.noarch 21/408 Verifying : perl-Text-ParseWords-3.30-460.el9.noarch 22/408 Verifying : perl-URI-5.09-3.el9.noarch 23/408 Verifying : perl-libnet-3.13-4.el9.noarch 24/408 Verifying : python3-lxml-4.6.5-3.el9.x86_64 25/408 Verifying : boost-chrono-1.75.0-8.el9.x86_64 26/408 Verifying : iptables-nft-services-1.8.8-6.el9_1.noarch 27/408 Verifying : perl-Carp-1.50-460.el9.noarch 28/408 Verifying : perl-Encode-4:3.08-462.el9.x86_64 29/408 Verifying : perl-Pod-Escapes-1:1.07-460.el9.noarch 30/408 Verifying : python3-psutil-5.8.0-12.el9.x86_64 31/408 Verifying : libburn-1.5.4-4.el9.x86_64 32/408 Verifying : perl-Mozilla-CA-20200520-6.el9.noarch 33/408 Verifying : perl-Term-Cap-1.17-460.el9.noarch 34/408 Verifying : perl-Time-Local-2:1.300-7.el9.noarch 35/408 Verifying : python3-jwcrypto-0.8-4.el9.noarch 36/408 Verifying : python3-yubico-1.3.3-7.el9.noarch 37/408 Verifying : sshpass-1.09-4.el9.x86_64 38/408 Verifying : boost-filesystem-1.75.0-8.el9.x86_64 39/408 Verifying : boost-log-1.75.0-8.el9.x86_64 40/408 Verifying : boost-program-options-1.75.0-8.el9.x86_64 41/408 Verifying : perl-Digest-MD5-2.58-4.el9.x86_64 42/408 Verifying : perl-MIME-Base64-3.16-4.el9.x86_64 43/408 Verifying : boost-atomic-1.75.0-8.el9.x86_64 44/408 Verifying : libisoburn-1.5.4-4.el9.x86_64 45/408 Verifying : perl-Digest-1.19-4.el9.noarch 46/408 Verifying : perl-File-Path-2.18-4.el9.noarch 47/408 Verifying : perl-Pod-Perldoc-3.28.01-461.el9.noarch 48/408 Verifying : perl-Pod-Usage-4:2.01-4.el9.noarch 49/408 Verifying : perl-Scalar-List-Utils-4:1.56-461.el9.x86_64 50/408 Verifying : perl-Socket-4:2.031-4.el9.x86_64 51/408 Verifying : perl-constant-1.33-461.el9.noarch 52/408 Verifying : perl-podlators-1:4.14-460.el9.noarch 53/408 Verifying : python3-PyMySQL-0.10.1-6.el9.noarch 54/408 Verifying : python3-appdirs-1.4.4-4.el9.noarch 55/408 Verifying : python3-pyasn1-0.4.8-6.el9.noarch 56/408 Verifying : python3-pyusb-1.0.2-13.el9.noarch 57/408 Verifying : python3-qrcode-core-6.1-12.el9.noarch 58/408 Verifying : python3-wcwidth-0.2.5-8.el9.noarch 59/408 Verifying : boost-regex-1.75.0-8.el9.x86_64 60/408 Verifying : oniguruma-6.9.6-1.el9.5.x86_64 61/408 Verifying : python3-alembic-1.7.5-3.el9.noarch 62/408 Verifying : python3-augeas-0.5.0-25.el9.noarch 63/408 Verifying : python3-gssapi-1.6.9-5.el9.x86_64 64/408 Verifying : openssl-perl-1:3.0.7-6.el9_2.x86_64 65/408 Verifying : perl-AutoLoader-5.74-480.el9.noarch 66/408 Verifying : perl-B-1.80-480.el9.x86_64 67/408 Verifying : perl-Class-Struct-0.66-480.el9.noarch 68/408 Verifying : perl-Errno-1.30-480.el9.x86_64 69/408 Verifying : perl-Fcntl-1.13-480.el9.x86_64 70/408 Verifying : perl-File-Basename-2.85-480.el9.noarch 71/408 Verifying : perl-File-stat-1.09-480.el9.noarch 72/408 Verifying : perl-FileHandle-2.03-480.el9.noarch 73/408 Verifying : perl-Getopt-Std-1.12-480.el9.noarch 74/408 Verifying : perl-IO-1.43-480.el9.x86_64 75/408 Verifying : perl-IPC-Open3-1.21-480.el9.noarch 76/408 Verifying : perl-NDBM_File-1.15-480.el9.x86_64 77/408 Verifying : perl-POSIX-1.94-480.el9.x86_64 78/408 Verifying : perl-SelectSaver-1.02-480.el9.noarch 79/408 Verifying : perl-Symbol-1.08-480.el9.noarch 80/408 Verifying : perl-base-2.27-480.el9.noarch 81/408 Verifying : perl-if-0.60.800-480.el9.noarch 82/408 Verifying : perl-interpreter-4:5.32.1-480.el9.x86_64 83/408 Verifying : perl-libs-4:5.32.1-480.el9.x86_64 84/408 Verifying : perl-mro-1.23-480.el9.x86_64 85/408 Verifying : perl-overload-1.31-480.el9.noarch 86/408 Verifying : perl-overloading-0.02-480.el9.noarch 87/408 Verifying : perl-subs-1.03-480.el9.noarch 88/408 Verifying : perl-vars-1.05-480.el9.noarch 89/408 Verifying : python3-ldap-3.4.3-2.el9.x86_64 90/408 Verifying : python3-mako-1.1.4-6.el9.noarch 91/408 Verifying : augeas-libs-1.13.0-3.el9.x86_64 92/408 Verifying : ipa-selinux-4.10.1-6.el9.noarch 93/408 Verifying : jq-1.6-14.el9.x86_64 94/408 Verifying : libselinux-ruby-3.5-1.el9.x86_64 95/408 Verifying : ansible-freeipa-1.9.2-3.el9_2.noarch 96/408 Verifying : rhel-system-roles-1.21.2-1.el9_2.noarch 97/408 Verifying : bash-completion-1:2.11-4.el9.noarch 98/408 Verifying : device-mapper-persistent-data-0.9.0-13.el9.x86_6 99/408 Verifying : libaio-0.3.111-13.el9.x86_64 100/408 Verifying : glibc-langpack-en-2.34-60.el9.x86_64 101/408 Verifying : krb5-pkinit-1.20.1-8.el9.x86_64 102/408 Verifying : krb5-workstation-1.20.1-8.el9.x86_64 103/408 Verifying : libkadm5-1.20.1-8.el9.x86_64 104/408 Verifying : libpkgconf-1.7.3-10.el9.x86_64 105/408 Verifying : pkgconf-1.7.3-10.el9.x86_64 106/408 Verifying : pkgconf-m4-1.7.3-10.el9.noarch 107/408 Verifying : pkgconf-pkg-config-1.7.3-10.el9.x86_64 108/408 Verifying : python3-dns-2.2.1-2.el9.noarch 109/408 Verifying : ansible-collection-ansible-netcommon-2.2.0-1.2.e 110/408 Verifying : ansible-collection-ansible-posix-1.2.0-1.3.el9os 111/408 Verifying : ansible-collection-ansible-utils-2.3.0-2.el9ost. 112/408 Verifying : ansible-collection-community-general-4.0.0-1.1.e 113/408 Verifying : golang-github-vbatts-tar-split-0.11.1-9.el9ost.x 114/408 Verifying : heat-cfntools-1.4.2-6.1.el9ost.noarch 115/408 Verifying : libsodium-1.0.18-7.el9ost.x86_64 116/408 Verifying : openpgm-5.2.122-26.el9ost.x86_64 117/408 Verifying : puppet-fdio-18.2-1.20220727113954.6fd1c8e.el9ost 118/408 Verifying : python3-ansible-runner-2.0.0a1-3.el9ost.noarch 119/408 Verifying : python3-bcrypt-3.1.7-7.el9ost.x86_64 120/408 Verifying : python3-beautifulsoup4-4.9.3-2.el9ost.noarch 121/408 Verifying : python3-croniter-0.3.35-2.el9ost.noarch 122/408 Verifying : python3-daemon-2.3.0-1.el9ost.noarch 123/408 Verifying : python3-docutils-0.16-6.el9ost.noarch 124/408 Verifying : python3-etcd3gw-0.2.6-2.el9ost.noarch 125/408 Verifying : python3-gevent-21.1.2-2.el9ost.x86_64 126/408 Verifying : python3-gitdb-4.0.5-2.el9ost.noarch 127/408 Verifying : python3-jeepney-0.6.0-2.el9ost.noarch 128/408 Verifying : python3-jmespath-0.10.0-1.el9ost.noarch 129/408 Verifying : python3-lockfile-1:0.12.2-2.el9ost.noarch 130/408 Verifying : python3-logutils-0.3.5-15.el9ost.noarch 131/408 Verifying : python3-memcached-1.59-3.el9ost.noarch 132/408 Verifying : python3-migrate-0.13.0-1.el9ost.noarch 133/408 Verifying : python3-mimeparse-1.6.0-16.el9ost.noarch 134/408 Verifying : python3-natsort-7.1.1-2.el9ost.noarch 135/408 Verifying : python3-passlib-1.7.4-3.el9ost.noarch 136/408 Verifying : python3-pecan-1.4.0-2.el9ost.noarch 137/408 Verifying : python3-pyOpenSSL-20.0.1-2.el9ost.noarch 138/408 Verifying : python3-pynacl-1.4.0-1.el9ost.x86_64 139/408 Verifying : python3-pyperclip-1.8.0-3.el9ost.noarch 140/408 Verifying : python3-setproctitle-1.2.2-1.el9ost.x86_64 141/408 Verifying : python3-smmap-3.0.1-4.el9ost.noarch 142/408 Verifying : python3-soupsieve-2.2-1.el9ost.noarch 143/408 Verifying : python3-sqlalchemy13-1.3.24-3.el9ost.x86_64 144/408 Verifying : python3-tenacity-6.3.1-1.el9ost.noarch 145/408 Verifying : python3-webtest-2.0.35-6.el9ost.noarch 146/408 Verifying : python3-zmq-22.0.3-1.el9ost.x86_64 147/408 Verifying : python3-zope-event-4.2.0-20.el9ost.noarch 148/408 Verifying : python3-zope-interface-5.4.0-1.el9ost.x86_64 149/408 Verifying : rubygem-concurrent-ruby-1.1.5-2.el9ost.noarch 150/408 Verifying : rubygem-deep_merge-1.2.1-7.el9ost.noarch 151/408 Verifying : rubygem-fast_gettext-1.2.0-9.el9ost.noarch 152/408 Verifying : rubygem-hocon-1.3.1-2.el9ost.noarch 153/408 Verifying : rubygem-multi_json-1.15.0-2.el9ost.noarch 154/408 Verifying : rubygem-puppet-resource_api-1.8.13-1.el9ost.noar 155/408 Verifying : rubygem-ruby-shadow-2.5.0-15.el9ost.x86_64 156/408 Verifying : rubygem-semantic_puppet-1.0.4-2.el9ost.noarch 157/408 Verifying : zeromq-4.3.4-1.el9ost.x86_64 158/408 Verifying : ansible-config_template-2.0.1-17.1.2023062108392 159/408 Verifying : ansible-role-atos-hsm-1.0.1-17.1.20230927001631. 160/408 Verifying : ansible-role-chrony-1.3.1-17.1.20230621084226.01 161/408 Verifying : ansible-role-collectd-config-0.0.3-17.1.20230620 162/408 Verifying : ansible-role-container-registry-1.4.1-17.1.20230 163/408 Verifying : ansible-role-openstack-operations-0.0.1-17.1.202 164/408 Verifying : ansible-role-qdr-config-0.0.2-17.1.2023062017113 165/408 Verifying : ansible-role-redhat-subscription-1.3.0-17.1.2023 166/408 Verifying : ansible-role-thales-hsm-3.0.1-17.1.2023100722080 167/408 Verifying : ansible-role-tripleo-modify-image-1.5.1-17.1.202 168/408 Verifying : ansible-tripleo-ipa-0.3.1-17.1.20230627190951.8d 169/408 Verifying : ansible-tripleo-ipsec-11.0.1-17.1.20230620172008 170/408 Verifying : dib-utils-0.0.11-17.1.20230620173328.51661c3.el9 171/408 Verifying : openstack-heat-agents-2.2.1-17.1.20230620232028. 172/408 Verifying : os-apply-config-13.1.1-17.1.20231020001757.3c7f9 173/408 Verifying : os-collect-config-13.1.1-17.1.20231020001748.761 174/408 Verifying : os-refresh-config-13.1.1-17.1.20231020000854.812 175/408 Verifying : puppet-aodh-18.4.2-17.1.20230620151218.3e47b5a.e 176/408 Verifying : puppet-apache-6.5.2-17.1.20230621001106.e4a1532. 177/408 Verifying : puppet-archive-4.6.1-17.1.20230620181607.bc7e4ff 178/408 Verifying : puppet-auditd-2.2.1-17.1.20230620192453.189b22b. 179/408 Verifying : puppet-ceilometer-18.4.3-17.1.20230927010818.383 180/408 Verifying : puppet-certmonger-2.7.1-17.1.20230620184730.3e2e 181/408 Verifying : puppet-cinder-18.5.2-17.1.20230621054224.6aa60e7 182/408 Verifying : puppet-collectd-13.0.1-17.1.20230620193147.ad138 183/408 Verifying : puppet-concat-6.2.1-17.1.20230620181556.dfeabb9. 184/408 Verifying : puppet-corosync-8.0.1-17.1.20230621104908.6a9da9 185/408 Verifying : puppet-designate-18.6.1-17.1.20230621061456.f4c0 186/408 Verifying : puppet-dns-8.2.1-17.1.20230621002045.70f5b28.el9 187/408 Verifying : puppet-etcd-1.12.3-17.1.20230620193226.e143c2d.e 188/408 Verifying : puppet-firewall-3.4.1-17.1.20230621022040.94f707 189/408 Verifying : puppet-git-0.5.0-17.1.20230620193928.4e4498e.el9 190/408 Verifying : puppet-gnocchi-18.4.3-17.1.20230621061020.7584b9 191/408 Verifying : puppet-haproxy-4.2.2-17.1.20230620193950.a797b8c 192/408 Verifying : puppet-heat-18.4.1-17.1.20230621111632.3b41bb0.e 193/408 Verifying : puppet-horizon-18.6.1-17.1.20230621075748.8074e6 194/408 Verifying : puppet-inifile-4.2.1-17.1.20230620180624.df46d2a 195/408 Verifying : puppet-ipaclient-2.5.2-17.1.20230620194626.b0867 196/408 Verifying : puppet-keepalived-0.0.2-17.1.20230620194716.bbca 197/408 Verifying : puppet-kmod-2.5.0-17.1.20230620190646.52e31e3.el 198/408 Verifying : puppet-manila-18.5.2-17.1.20231102190827.a72a7d5 199/408 Verifying : puppet-memcached-6.0.0-17.1.20230620184630.4c70d 200/408 Verifying : puppet-module-data-0.5.1-17.1.20230620195419.28d 201/408 Verifying : puppet-mysql-10.6.1-17.1.20230621022141.937d044. 202/408 Verifying : puppet-neutron-18.6.1-17.1.20230621053056.c9d467 203/408 Verifying : puppet-nova-18.6.1-17.1.20230621090443.a21eae4.e 204/408 Verifying : puppet-nssdb-1.0.2-17.1.20230620185645.2ed2a2d.e 205/408 Verifying : puppet-octavia-18.5.1-17.1.20230621062420.842492 206/408 Verifying : puppet-openstack_extras-18.5.1-17.1.202306210424 207/408 Verifying : puppet-openstacklib-18.5.2-17.1.20230621052822.6 208/408 Verifying : puppet-oslo-18.5.1-17.1.20230621052358.fe2a147.e 209/408 Verifying : puppet-placement-5.4.3-17.1.20230621061610.e7557 210/408 Verifying : puppet-qdr-7.4.1-17.1.20230620195605.8a575de.el9 211/408 Verifying : puppet-rabbitmq-11.0.1-17.1.20230620182519.63fee 212/408 Verifying : puppet-redis-6.1.1-17.1.20230620191704.547105e.e 213/408 Verifying : puppet-remote-10.0.0-17.1.20230620192417.7420908 214/408 Verifying : puppet-rsync-1.1.4-17.1.20230621002829.ea6397e.e 215/408 Verifying : puppet-rsyslog-4.0.1-17.1.20230620200132.2548a0d 216/408 Verifying : puppet-snmp-3.9.1-17.1.20230620200411.5d73485.el 217/408 Verifying : puppet-ssh-6.2.1-17.1.20230620190251.6e0f430.el9 218/408 Verifying : puppet-stdlib-6.3.1-17.1.20230621000857.7c1ae25. 219/408 Verifying : puppet-swift-18.6.1-17.1.20230621052139.f105ffc. 220/408 Verifying : puppet-sysctl-0.0.13-17.1.20230620183456.847ec1c 221/408 Verifying : puppet-systemd-2.12.1-17.1.20230620191611.8f68b0 222/408 Verifying : puppet-vcsrepo-3.1.1-17.1.20230620183456.a36ee18 223/408 Verifying : puppet-vswitch-14.4.3-17.1.20230621043558.51e82c 224/408 Verifying : puppet-xinetd-3.3.1-17.1.20230620185435.8d460c4. 225/408 Verifying : python-oslo-cache-lang-2.7.1-17.1.20230621012756 226/408 Verifying : python-oslo-log-lang-4.4.0-17.1.20230620205407.9 227/408 Verifying : python-oslo-middleware-lang-4.2.1-17.1.202306210 228/408 Verifying : python-oslo-policy-lang-3.7.1-17.1.2023062100394 229/408 Verifying : python-oslo-versionedobjects-lang-2.4.1-17.1.202 230/408 Verifying : python-pycadf-common-3.1.1-17.1.20230620210757.4 231/408 Verifying : python3-GitPython-3.1.14-2.el9ost.noarch 232/408 Verifying : python3-aodhclient-2.2.0-17.1.20230620222234.b74 233/408 Verifying : python3-barbicanclient-5.3.0-17.1.20230620213453 234/408 Verifying : python3-cinderclient-7.4.1-17.1.20230620211836.4 235/408 Verifying : python3-cliff-3.7.0-17.1.20230620172206.117a100. 236/408 Verifying : python3-designateclient-4.2.1-17.1.2023062102313 237/408 Verifying : python3-futurist-2.3.0-17.1.20230621104020.1a1c6 238/408 Verifying : python3-heat-agent-2.2.1-17.1.20230620232028.ed1 239/408 Verifying : python3-heat-agent-ansible-2.2.1-17.1.2023062023 240/408 Verifying : python3-heat-agent-apply-config-2.2.1-17.1.20230 241/408 Verifying : python3-heat-agent-docker-cmd-2.2.1-17.1.2023062 242/408 Verifying : python3-heat-agent-hiera-2.2.1-17.1.202306202320 243/408 Verifying : python3-heat-agent-json-file-2.2.1-17.1.20230620 244/408 Verifying : python3-heat-agent-puppet-2.2.1-17.1.20230620232 245/408 Verifying : python3-heatclient-2.3.1-17.1.20230621012952.d16 246/408 Verifying : python3-ironic-inspector-client-4.5.0-17.1.20230 247/408 Verifying : python3-ironicclient-4.6.4-17.1.20230621041552.0 248/408 Verifying : python3-keystoneclient-1:4.3.0-17.1.202306210251 249/408 Verifying : python3-keystonemiddleware-9.2.0-17.1.2023062021 250/408 Verifying : python3-magnumclient-3.4.1-17.1.20230621053508.2 251/408 Verifying : python3-mistralclient-4.2.0-17.1.20230620220528. 252/408 Verifying : python3-neutronclient-7.3.1-17.1.20230621044049. 253/408 Verifying : python3-novaclient-1:17.4.1-17.1.20230621034300. 254/408 Verifying : python3-os-client-config-2.1.0-17.1.202306202031 255/408 Verifying : python3-os-service-types-1.7.0-17.1.202306202012 256/408 Verifying : python3-os-traits-2.5.0-17.1.20230620221402.ac1b 257/408 Verifying : python3-osc-lib-2.3.1-17.1.20230620203400.2b7a67 258/408 Verifying : python3-oslo-cache-2.7.1-17.1.20230621012756.d02 259/408 Verifying : python3-oslo-context-3.2.1-17.1.20230620204857.b 260/408 Verifying : python3-oslo-log-4.4.0-17.1.20230620205407.9b29c 261/408 Verifying : python3-oslo-middleware-4.2.1-17.1.2023062101122 262/408 Verifying : python3-oslo-policy-3.7.1-17.1.20230621003949.63 263/408 Verifying : python3-oslo-reports-2.2.0-17.1.20230620210621.b 264/408 Verifying : python3-oslo-rootwrap-6.3.1-17.1.20230621110703. 265/408 Verifying : python3-oslo-serialization-4.1.1-17.1.2023062101 266/408 Verifying : python3-oslo-upgradecheck-1.3.1-17.1.20230621010 267/408 Verifying : python3-oslo-versionedobjects-2.4.1-17.1.2023062 268/408 Verifying : python3-osprofiler-3.4.0-17.1.20230620215259.5d8 269/408 Verifying : python3-pycadf-3.1.1-17.1.20230620210757.4179996 270/408 Verifying : python3-requestsexceptions-1.4.0-17.1.2023062016 271/408 Verifying : python3-saharaclient-3.3.0-17.1.20230620222322.4 272/408 Verifying : python3-shade-1.33.0-17.1.20230620225148.e7c7f29 273/408 Verifying : python3-statsd-3.2.1-20.1.el9ost.noarch 274/408 Verifying : python3-swiftclient-3.11.1-17.1.20230620204150.0 275/408 Verifying : python3-tinyrpc-1.0.3-6.el9ost.noarch 276/408 Verifying : python3-troveclient-7.0.0-17.1.20230620220924.c7 277/408 Verifying : python3-validations-libs-1.9.1-17.1.202309130208 278/408 Verifying : python3-zaqarclient-2.4.0-17.1.20230620214253.e3 279/408 Verifying : validations-common-1.9.1-17.1.20231006020828.f27 280/408 Verifying : python3-paramiko-2.11.0-2.el9ost.noarch 281/408 Verifying : python3-werkzeug-2.0.1-7.el9ost.noarch 282/408 Verifying : ansible-pacemaker-1.0.4-17.1.20231213170757.7c10 283/408 Verifying : python3-manilaclient-2.6.4-17.1.20240830140806.7 284/408 Verifying : python3-sqlparse-0.4.1-2.el9ost.noarch 285/408 Verifying : python3-webob-1.8.7-2.1.el9ost.noarch 286/408 Verifying : ansible-role-metalsmith-deployment-1.4.4-17.1.20 287/408 Verifying : openstack-selinux-0.8.37-17.1.20231107080825.05d 288/408 Verifying : puppet-ironic-18.7.1-17.1.20240305210817.edf93f9 289/408 Verifying : python-oslo-db-lang-8.5.2-17.1.20240820150750.26 290/408 Verifying : python3-glanceclient-1:3.3.0-17.1.20240712170803 291/408 Verifying : python3-keystoneauth1-4.4.0-17.1.20240812145234. 292/408 Verifying : python3-metalsmith-1.4.4-17.1.20240522060758.5e7 293/408 Verifying : python3-neutron-lib-2.10.3-17.1.20231221164814.6 294/408 Verifying : python3-octaviaclient-2.3.1-17.1.20231106100828. 295/408 Verifying : python3-oslo-db-8.5.2-17.1.20240820150750.26fd6f 296/408 Verifying : python3-oslo-messaging-12.7.3-17.1.2023121913080 297/408 Verifying : python3-oslo-service-2.5.1-17.1.20240821200745.c 298/408 Verifying : python3-rhosp-openvswitch-3.3-1.el9ost.noarch 299/408 Verifying : python3-waitress-2.0.0-4.el9ost.noarch 300/408 Verifying : openstack-ansible-core-2.14.2-4.7.el9ost.x86_64 301/408 Verifying : openstack-tripleo-validations-14.3.2-17.1.202501 302/408 Verifying : puppet-glance-18.6.1-17.1.20250220151014.81b081d 303/408 Verifying : puppet-ovn-18.6.1-17.1.20240925094907.7805f7e.el 304/408 Verifying : puppet-pacemaker-1.5.1-17.1.20250214161010.f10ce 305/408 Verifying : python3-os-ken-1.4.1-17.1.20241205090937.018d755 306/408 Verifying : puppet-tripleo-14.2.3-17.1.20250320101351.40278e 307/408 Verifying : ansible-collection-containers-podman-1.9.4-5.el9 308/408 Verifying : ansible-collections-openstack-1.9.1-17.1.2025051 309/408 Verifying : cpp-hocon-0.3.0-7.el9ost.x86_64 310/408 Verifying : facter-1:3.14.19-3.el9ost.x86_64 311/408 Verifying : hiera-3.6.0-6.el9ost.noarch 312/408 Verifying : leatherman-1.12.6-5.el9ost.x86_64 313/408 Verifying : openstack-tripleo-common-15.4.1-17.1.20250527161 314/408 Verifying : openstack-tripleo-common-containers-15.4.1-17.1. 315/408 Verifying : puppet-7.10.0-4.el9ost.noarch 316/408 Verifying : puppet-headless-7.10.0-4.el9ost.noarch 317/408 Verifying : puppet-keystone-18.6.1-17.1.20250425111017.cb0ad 318/408 Verifying : python3-amqp-5.0.6-5.el9ost.noarch 319/408 Verifying : python3-boto-2.45.0-8.1.el9ost.noarch 320/408 Verifying : python3-cachetools-4.2.2-3.el9ost.noarch 321/408 Verifying : python3-cmd2-1.4.0-4.el9ost.noarch 322/408 Verifying : python3-colorama-0.4.4-4.el9ost.noarch 323/408 Verifying : python3-dogpile-cache-1.1.5-5.el9ost.noarch 324/408 Verifying : python3-extras-1.0.0-17.el9ost.noarch 325/408 Verifying : python3-fixtures-3.0.0-24.el9ost.noarch 326/408 Verifying : python3-keyring-21.8.0-4.el9ost.noarch 327/408 Verifying : python3-kombu-1:5.0.2-3.el9ost.noarch 328/408 Verifying : python3-msgpack-1.0.2-4.el9ost.x86_64 329/408 Verifying : python3-munch-2.5.0-6.el9ost.noarch 330/408 Verifying : python3-openstacksdk-0.55.1-17.1.20250516211008. 331/408 Verifying : python3-paste-3.5.0-5.el9ost.noarch 332/408 Verifying : python3-paste-deploy-2.1.1-4.el9ost.noarch 333/408 Verifying : python3-pystache-0.5.4-15.el9ost.noarch 334/408 Verifying : python3-repoze-lru-0.7-12.el9ost.noarch 335/408 Verifying : python3-routes-2.4.1-14.el9ost.noarch 336/408 Verifying : python3-rsa-4.6-3.1.el9ost.noarch 337/408 Verifying : python3-secretstorage-3.3.1-3.el9ost.noarch 338/408 Verifying : python3-simplejson-3.17.5-3.el9ost.x86_64 339/408 Verifying : python3-tempita-0.5.1-27.el9ost.noarch 340/408 Verifying : python3-testtools-2.4.0-10.el9ost.noarch 341/408 Verifying : python3-tripleo-common-15.4.1-17.1.2025052716141 342/408 Verifying : python3-tripleoclient-16.5.1-17.1.20250523121326 343/408 Verifying : python3-vine-5.0.0-5.el9ost.noarch 344/408 Verifying : python3-warlock-1.3.3-7.el9ost.noarch 345/408 Verifying : python3-yappi-1.3.1-5.el9ost.x86_64 346/408 Verifying : python3-yaql-1.1.3-13.el9ost.noarch 347/408 Verifying : ruby-augeas-0.5.0-29.el9ost.x86_64 348/408 Verifying : ruby-facter-1:3.14.19-3.el9ost.x86_64 349/408 Verifying : yaml-cpp-0.6.3-6.el9ost.x86_64 350/408 Verifying : ansible-role-lunasa-hsm-1.1.1-17.1.2025060318083 351/408 Verifying : openstack-heat-api-1:16.1.1-17.1.20250703110808. 352/408 Verifying : openstack-heat-common-1:16.1.1-17.1.202507031108 353/408 Verifying : openstack-heat-engine-1:16.1.1-17.1.202507031108 354/408 Verifying : openstack-heat-monolith-1:16.1.1-17.1.2025070311 355/408 Verifying : openstack-tripleo-heat-templates-14.3.1-17.1.202 356/408 Verifying : puppet-barbican-18.4.2-17.1.20250625204151.af6c7 357/408 Verifying : python-openstackclient-lang-5.5.2-17.1.202506161 358/408 Verifying : python3-openstackclient-5.5.2-17.1.2025061610090 359/408 Verifying : tripleo-ansible-3.3.1-17.1.20250702110757.8debef 360/408 Verifying : python3-openvswitch3.3-3.3.4-110.el9fdp.x86_64 361/408 Verifying : libunwind-1.6.2-1.el9cp.x86_64 362/408 Verifying : cephadm-2:18.2.1-361.el9cp.noarch 363/408 Verifying : libipa_hbac-2.8.2-5.el9_2.5.x86_64 364/408 Verifying : python3-libipa_hbac-2.8.2-5.el9_2.5.x86_64 365/408 Verifying : python3-sss-murmur-2.8.2-5.el9_2.5.x86_64 366/408 Verifying : device-mapper-event-9:1.02.187-7.el9_2.2.x86_64 367/408 Verifying : device-mapper-event-libs-9:1.02.187-7.el9_2.2.x8 368/408 Verifying : lvm2-9:2.03.17-7.el9_2.2.x86_64 369/408 Verifying : lvm2-libs-9:2.03.17-7.el9_2.2.x86_64 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 : libfdisk-2.37.4-11.el9_2.x86_64 391/408 Verifying : libfdisk-2.37.4-10.el9.x86_64 392/408 Verifying : libmount-2.37.4-11.el9_2.x86_64 393/408 Verifying : libmount-2.37.4-10.el9.x86_64 394/408 Verifying : libuuid-2.37.4-11.el9_2.x86_64 395/408 Verifying : libuuid-2.37.4-10.el9.x86_64 396/408 Verifying : util-linux-2.37.4-11.el9_2.x86_64 397/408 Verifying : util-linux-2.37.4-10.el9.x86_64 398/408 Verifying : util-linux-core-2.37.4-11.el9_2.x86_64 399/408 Verifying : util-linux-core-2.37.4-10.el9.x86_64 400/408 Verifying : libblkid-2.37.4-11.el9_2.x86_64 401/408 Verifying : libblkid-2.37.4-10.el9.x86_64 402/408 Verifying : libsmartcols-2.37.4-11.el9_2.x86_64 403/408 Verifying : libsmartcols-2.37.4-10.el9.x86_64 404/408 Verifying : device-mapper-9:1.02.187-7.el9_2.2.x86_64 405/408 Verifying : device-mapper-9:1.02.187-7.el9.x86_64 406/408 Verifying : device-mapper-libs-9:1.02.187-7.el9_2.2.x86_64 407/408 Verifying : device-mapper-libs-9:1.02.187-7.el9.x86_64 408/408 Installed products updated. Upgraded: device-mapper-9:1.02.187-7.el9_2.2.x86_64 device-mapper-libs-9:1.02.187-7.el9_2.2.x86_64 libblkid-2.37.4-11.el9_2.x86_64 libfdisk-2.37.4-11.el9_2.x86_64 libmount-2.37.4-11.el9_2.x86_64 libsmartcols-2.37.4-11.el9_2.x86_64 libuuid-2.37.4-11.el9_2.x86_64 util-linux-2.37.4-11.el9_2.x86_64 util-linux-core-2.37.4-11.el9_2.x86_64 Installed: ansible-collection-ansible-netcommon-2.2.0-1.2.el9ost.noarch ansible-collection-ansible-posix-1.2.0-1.3.el9ost.noarch ansible-collection-ansible-utils-2.3.0-2.el9ost.noarch ansible-collection-community-general-4.0.0-1.1.el9ost.noarch ansible-collection-containers-podman-1.9.4-5.el9ost.noarch ansible-collections-openstack-1.9.1-17.1.20250511000957.0e9a6f2.el9ost.noarch ansible-config_template-2.0.1-17.1.20230621083924.7951228.el9ost.noarch ansible-freeipa-1.9.2-3.el9_2.noarch ansible-pacemaker-1.0.4-17.1.20231213170757.7c10fdb.el9ost.noarch ansible-role-atos-hsm-1.0.1-17.1.20230927001631.8618a22.el9ost.noarch ansible-role-chrony-1.3.1-17.1.20230621084226.0111661.el9ost.noarch ansible-role-collectd-config-0.0.3-17.1.20230620165926.1992666.el9ost.noarch ansible-role-container-registry-1.4.1-17.1.20230621045806.a091b9c.el9ost.noarch ansible-role-lunasa-hsm-1.1.1-17.1.20250603180833.5b8127c.el9ost.noarch ansible-role-metalsmith-deployment-1.4.4-17.1.20240522060758.5e7461e.el9ost.noarch ansible-role-openstack-operations-0.0.1-17.1.20230620170737.2ab288f.el9ost.noarch ansible-role-qdr-config-0.0.2-17.1.20230620171136.b456651.el9ost.noarch ansible-role-redhat-subscription-1.3.0-17.1.20230621033420.eefe501.el9ost.noarch ansible-role-thales-hsm-3.0.1-17.1.20231007220803.f95c0fc.el9ost.noarch ansible-role-tripleo-modify-image-1.5.1-17.1.20230621064242.b6eedb6.el9ost.noarch ansible-tripleo-ipa-0.3.1-17.1.20230627190951.8d29d9e.el9ost.noarch ansible-tripleo-ipsec-11.0.1-17.1.20230620172008.b5559c8.el9ost.noarch augeas-libs-1.13.0-3.el9.x86_64 bash-completion-1:2.11-4.el9.noarch boost-atomic-1.75.0-8.el9.x86_64 boost-chrono-1.75.0-8.el9.x86_64 boost-filesystem-1.75.0-8.el9.x86_64 boost-locale-1.75.0-8.el9.x86_64 boost-log-1.75.0-8.el9.x86_64 boost-nowide-1.75.0-8.el9.x86_64 boost-program-options-1.75.0-8.el9.x86_64 boost-regex-1.75.0-8.el9.x86_64 boost-system-1.75.0-8.el9.x86_64 boost-thread-1.75.0-8.el9.x86_64 buildah-1:1.29.5-1.el9_2.x86_64 cephadm-2:18.2.1-361.el9cp.noarch cpp-hocon-0.3.0-7.el9ost.x86_64 device-mapper-event-9:1.02.187-7.el9_2.2.x86_64 device-mapper-event-libs-9:1.02.187-7.el9_2.2.x86_64 device-mapper-persistent-data-0.9.0-13.el9.x86_64 dib-utils-0.0.11-17.1.20230620173328.51661c3.el9ost.noarch facter-1:3.14.19-3.el9ost.x86_64 glibc-langpack-en-2.34-60.el9.x86_64 golang-github-vbatts-tar-split-0.11.1-9.el9ost.x86_64 heat-cfntools-1.4.2-6.1.el9ost.noarch hiera-3.6.0-6.el9ost.noarch ipa-client-common-4.10.1-12.el9_2.2.noarch ipa-common-4.10.1-12.el9_2.2.noarch ipa-selinux-4.10.1-6.el9.noarch iptables-nft-services-1.8.8-6.el9_1.noarch jq-1.6-14.el9.x86_64 krb5-pkinit-1.20.1-8.el9.x86_64 krb5-workstation-1.20.1-8.el9.x86_64 leatherman-1.12.6-5.el9ost.x86_64 libaio-0.3.111-13.el9.x86_64 libburn-1.5.4-4.el9.x86_64 libipa_hbac-2.8.2-5.el9_2.5.x86_64 libisoburn-1.5.4-4.el9.x86_64 libisofs-1.5.4-4.el9.x86_64 libkadm5-1.20.1-8.el9.x86_64 libpkgconf-1.7.3-10.el9.x86_64 libselinux-ruby-3.5-1.el9.x86_64 libsodium-1.0.18-7.el9ost.x86_64 libunwind-1.6.2-1.el9cp.x86_64 libxslt-1.1.34-11.el9_2.x86_64 lvm2-9:2.03.17-7.el9_2.2.x86_64 lvm2-libs-9:2.03.17-7.el9_2.2.x86_64 oniguruma-6.9.6-1.el9.5.x86_64 openpgm-5.2.122-26.el9ost.x86_64 openssl-perl-1:3.0.7-6.el9_2.x86_64 openstack-ansible-core-2.14.2-4.7.el9ost.x86_64 openstack-heat-agents-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch openstack-heat-api-1:16.1.1-17.1.20250703110808.edc6d60.el9ost.noarch openstack-heat-common-1:16.1.1-17.1.20250703110808.edc6d60.el9ost.noarch openstack-heat-engine-1:16.1.1-17.1.20250703110808.edc6d60.el9ost.noarch openstack-heat-monolith-1:16.1.1-17.1.20250703110808.edc6d60.el9ost.noarch openstack-selinux-0.8.37-17.1.20231107080825.05dd1b2.el9ost.noarch openstack-tripleo-common-15.4.1-17.1.20250527161411.e5b18f2.el9ost.noarch openstack-tripleo-common-containers-15.4.1-17.1.20250527161411.e5b18f2.el9ost.noarch openstack-tripleo-heat-templates-14.3.1-17.1.20250704160749.e7c7ce3.el9ost.noarch openstack-tripleo-validations-14.3.2-17.1.20250120160809.2b526f8.el9ost.noarch os-apply-config-13.1.1-17.1.20231020001757.3c7f9b9.el9ost.noarch os-collect-config-13.1.1-17.1.20231020001748.76173d8.el9ost.noarch os-refresh-config-13.1.1-17.1.20231020000854.812905b.el9ost.noarch perl-AutoLoader-5.74-480.el9.noarch perl-B-1.80-480.el9.x86_64 perl-Carp-1.50-460.el9.noarch perl-Class-Struct-0.66-480.el9.noarch perl-Data-Dumper-2.174-462.el9.x86_64 perl-Digest-1.19-4.el9.noarch perl-Digest-MD5-2.58-4.el9.x86_64 perl-Encode-4:3.08-462.el9.x86_64 perl-Errno-1.30-480.el9.x86_64 perl-Exporter-5.74-461.el9.noarch perl-Fcntl-1.13-480.el9.x86_64 perl-File-Basename-2.85-480.el9.noarch perl-File-Path-2.18-4.el9.noarch perl-File-Temp-1:0.231.100-4.el9.noarch perl-File-stat-1.09-480.el9.noarch perl-FileHandle-2.03-480.el9.noarch perl-Getopt-Long-1:2.52-4.el9.noarch perl-Getopt-Std-1.12-480.el9.noarch perl-HTTP-Tiny-0.076-461.el9_2.noarch perl-IO-1.43-480.el9.x86_64 perl-IO-Socket-IP-0.41-5.el9.noarch perl-IO-Socket-SSL-2.073-1.el9.noarch perl-IPC-Open3-1.21-480.el9.noarch perl-MIME-Base64-3.16-4.el9.x86_64 perl-Mozilla-CA-20200520-6.el9.noarch perl-NDBM_File-1.15-480.el9.x86_64 perl-Net-SSLeay-1.92-2.el9.x86_64 perl-POSIX-1.94-480.el9.x86_64 perl-PathTools-3.78-461.el9.x86_64 perl-Pod-Escapes-1:1.07-460.el9.noarch perl-Pod-Perldoc-3.28.01-461.el9.noarch perl-Pod-Simple-1:3.42-4.el9.noarch perl-Pod-Usage-4:2.01-4.el9.noarch perl-Scalar-List-Utils-4:1.56-461.el9.x86_64 perl-SelectSaver-1.02-480.el9.noarch perl-Socket-4:2.031-4.el9.x86_64 perl-Storable-1:3.21-460.el9.x86_64 perl-Symbol-1.08-480.el9.noarch perl-Term-ANSIColor-5.01-461.el9.noarch perl-Term-Cap-1.17-460.el9.noarch perl-Text-ParseWords-3.30-460.el9.noarch perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch perl-Time-Local-2:1.300-7.el9.noarch perl-URI-5.09-3.el9.noarch perl-base-2.27-480.el9.noarch perl-constant-1.33-461.el9.noarch perl-if-0.60.800-480.el9.noarch perl-interpreter-4:5.32.1-480.el9.x86_64 perl-libnet-3.13-4.el9.noarch perl-libs-4:5.32.1-480.el9.x86_64 perl-mro-1.23-480.el9.x86_64 perl-overload-1.31-480.el9.noarch perl-overloading-0.02-480.el9.noarch perl-parent-1:0.238-460.el9.noarch perl-podlators-1:4.14-460.el9.noarch perl-subs-1.03-480.el9.noarch perl-vars-1.05-480.el9.noarch pkgconf-1.7.3-10.el9.x86_64 pkgconf-m4-1.7.3-10.el9.noarch pkgconf-pkg-config-1.7.3-10.el9.x86_64 puppet-7.10.0-4.el9ost.noarch puppet-aodh-18.4.2-17.1.20230620151218.3e47b5a.el9ost.noarch puppet-apache-6.5.2-17.1.20230621001106.e4a1532.el9ost.noarch puppet-archive-4.6.1-17.1.20230620181607.bc7e4ff.el9ost.noarch puppet-auditd-2.2.1-17.1.20230620192453.189b22b.el9ost.noarch puppet-barbican-18.4.2-17.1.20250625204151.af6c77b.el9ost.noarch puppet-ceilometer-18.4.3-17.1.20230927010818.3838907.el9ost.noarch puppet-certmonger-2.7.1-17.1.20230620184730.3e2e660.el9ost.noarch puppet-cinder-18.5.2-17.1.20230621054224.6aa60e7.el9ost.noarch puppet-collectd-13.0.1-17.1.20230620193147.ad138a7.el9ost.noarch puppet-concat-6.2.1-17.1.20230620181556.dfeabb9.el9ost.noarch puppet-corosync-8.0.1-17.1.20230621104908.6a9da9a.el9ost.noarch puppet-designate-18.6.1-17.1.20230621061456.f4c0b89.el9ost.noarch puppet-dns-8.2.1-17.1.20230621002045.70f5b28.el9ost.noarch puppet-etcd-1.12.3-17.1.20230620193226.e143c2d.el9ost.noarch puppet-fdio-18.2-1.20220727113954.6fd1c8e.el9ost.noarch puppet-firewall-3.4.1-17.1.20230621022040.94f707c.el9ost.noarch puppet-git-0.5.0-17.1.20230620193928.4e4498e.el9ost.noarch puppet-glance-18.6.1-17.1.20250220151014.81b081d.el9ost.noarch puppet-gnocchi-18.4.3-17.1.20230621061020.7584b94.el9ost.noarch puppet-haproxy-4.2.2-17.1.20230620193950.a797b8c.el9ost.noarch puppet-headless-7.10.0-4.el9ost.noarch puppet-heat-18.4.1-17.1.20230621111632.3b41bb0.el9ost.noarch puppet-horizon-18.6.1-17.1.20230621075748.8074e69.el9ost.noarch puppet-inifile-4.2.1-17.1.20230620180624.df46d2a.el9ost.noarch puppet-ipaclient-2.5.2-17.1.20230620194626.b086731.el9ost.noarch puppet-ironic-18.7.1-17.1.20240305210817.edf93f9.el9ost.noarch puppet-keepalived-0.0.2-17.1.20230620194716.bbca37a.el9ost.noarch puppet-keystone-18.6.1-17.1.20250425111017.cb0adcb.el9ost.noarch puppet-kmod-2.5.0-17.1.20230620190646.52e31e3.el9ost.noarch puppet-manila-18.5.2-17.1.20231102190827.a72a7d5.el9ost.noarch puppet-memcached-6.0.0-17.1.20230620184630.4c70dbd.el9ost.noarch puppet-module-data-0.5.1-17.1.20230620195419.28dafce.el9ost.noarch puppet-mysql-10.6.1-17.1.20230621022141.937d044.el9ost.noarch puppet-neutron-18.6.1-17.1.20230621053056.c9d467f.el9ost.noarch puppet-nova-18.6.1-17.1.20230621090443.a21eae4.el9ost.noarch puppet-nssdb-1.0.2-17.1.20230620185645.2ed2a2d.el9ost.noarch puppet-octavia-18.5.1-17.1.20230621062420.842492c.el9ost.noarch puppet-openstack_extras-18.5.1-17.1.20230621042409.504e1a0.el9ost.noarch puppet-openstacklib-18.5.2-17.1.20230621052822.64d8ac6.el9ost.noarch puppet-oslo-18.5.1-17.1.20230621052358.fe2a147.el9ost.noarch puppet-ovn-18.6.1-17.1.20240925094907.7805f7e.el9ost.noarch puppet-pacemaker-1.5.1-17.1.20250214161010.f10ce89.el9ost.noarch puppet-placement-5.4.3-17.1.20230621061610.e7557a5.el9ost.noarch puppet-qdr-7.4.1-17.1.20230620195605.8a575de.el9ost.noarch puppet-rabbitmq-11.0.1-17.1.20230620182519.63fee2c.el9ost.noarch puppet-redis-6.1.1-17.1.20230620191704.547105e.el9ost.noarch puppet-remote-10.0.0-17.1.20230620192417.7420908.el9ost.noarch puppet-rsync-1.1.4-17.1.20230621002829.ea6397e.el9ost.noarch puppet-rsyslog-4.0.1-17.1.20230620200132.2548a0d.el9ost.noarch puppet-snmp-3.9.1-17.1.20230620200411.5d73485.el9ost.noarch puppet-ssh-6.2.1-17.1.20230620190251.6e0f430.el9ost.noarch puppet-stdlib-6.3.1-17.1.20230621000857.7c1ae25.el9ost.noarch puppet-swift-18.6.1-17.1.20230621052139.f105ffc.el9ost.noarch puppet-sysctl-0.0.13-17.1.20230620183456.847ec1c.el9ost.noarch puppet-systemd-2.12.1-17.1.20230620191611.8f68b0d.el9ost.noarch puppet-tripleo-14.2.3-17.1.20250320101351.40278e1.el9ost.noarch puppet-vcsrepo-3.1.1-17.1.20230620183456.a36ee18.el9ost.noarch puppet-vswitch-14.4.3-17.1.20230621043558.51e82ca.el9ost.noarch puppet-xinetd-3.3.1-17.1.20230620185435.8d460c4.el9ost.noarch python-openstackclient-lang-5.5.2-17.1.20250616100909.42d9b6e.el9ost.noarch python-oslo-cache-lang-2.7.1-17.1.20230621012756.d0252f6.el9ost.noarch python-oslo-db-lang-8.5.2-17.1.20240820150750.26fd6fb.el9ost.noarch python-oslo-log-lang-4.4.0-17.1.20230620205407.9b29c90.el9ost.noarch python-oslo-middleware-lang-4.2.1-17.1.20230621011225.b40ca5f.el9ost.noarch python-oslo-policy-lang-3.7.1-17.1.20230621003949.639b471.el9ost.noarch python-oslo-versionedobjects-lang-2.4.1-17.1.20230621010423.89ff171.el9ost.noarch python-pycadf-common-3.1.1-17.1.20230620210757.4179996.el9ost.noarch python3-GitPython-3.1.14-2.el9ost.noarch python3-PyMySQL-0.10.1-6.el9.noarch python3-alembic-1.7.5-3.el9.noarch python3-amqp-5.0.6-5.el9ost.noarch python3-ansible-runner-2.0.0a1-3.el9ost.noarch python3-aodhclient-2.2.0-17.1.20230620222234.b747ae3.el9ost.noarch python3-appdirs-1.4.4-4.el9.noarch python3-augeas-0.5.0-25.el9.noarch python3-barbicanclient-5.3.0-17.1.20230620213453.ad49c40.el9ost.noarch python3-bcrypt-3.1.7-7.el9ost.x86_64 python3-beautifulsoup4-4.9.3-2.el9ost.noarch python3-boto-2.45.0-8.1.el9ost.noarch python3-cachetools-4.2.2-3.el9ost.noarch python3-cinderclient-7.4.1-17.1.20230620211836.4f72e6f.el9ost.noarch python3-cliff-3.7.0-17.1.20230620172206.117a100.el9ost.noarch python3-cmd2-1.4.0-4.el9ost.noarch python3-colorama-0.4.4-4.el9ost.noarch python3-croniter-0.3.35-2.el9ost.noarch python3-daemon-2.3.0-1.el9ost.noarch python3-designateclient-4.2.1-17.1.20230621023138.7a8d156.el9ost.noarch python3-dns-2.2.1-2.el9.noarch python3-docutils-0.16-6.el9ost.noarch python3-dogpile-cache-1.1.5-5.el9ost.noarch python3-etcd3gw-0.2.6-2.el9ost.noarch python3-extras-1.0.0-17.el9ost.noarch python3-fixtures-3.0.0-24.el9ost.noarch python3-futurist-2.3.0-17.1.20230621104020.1a1c6f8.el9ost.noarch python3-gevent-21.1.2-2.el9ost.x86_64 python3-gitdb-4.0.5-2.el9ost.noarch python3-glanceclient-1:3.3.0-17.1.20240712170803.f802c71.el9ost.noarch python3-gssapi-1.6.9-5.el9.x86_64 python3-heat-agent-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-ansible-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-apply-config-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-docker-cmd-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-hiera-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-json-file-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-puppet-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heatclient-2.3.1-17.1.20230621012952.d16c245.el9ost.noarch python3-ipaclient-4.10.1-12.el9_2.2.noarch python3-ipalib-4.10.1-12.el9_2.2.noarch python3-ironic-inspector-client-4.5.0-17.1.20230620205758.3c03e21.el9ost.noarch python3-ironicclient-4.6.4-17.1.20230621041552.09b78fa.el9ost.noarch python3-jeepney-0.6.0-2.el9ost.noarch python3-jmespath-0.10.0-1.el9ost.noarch python3-jwcrypto-0.8-4.el9.noarch python3-keyring-21.8.0-4.el9ost.noarch python3-keystoneauth1-4.4.0-17.1.20240812145234.112bcae.el9ost.noarch python3-keystoneclient-1:4.3.0-17.1.20230621025111.d5cb761.el9ost.noarch python3-keystonemiddleware-9.2.0-17.1.20230620211753.3659bda.el9ost.noarch python3-kombu-1:5.0.2-3.el9ost.noarch python3-ldap-3.4.3-2.el9.x86_64 python3-libipa_hbac-2.8.2-5.el9_2.5.x86_64 python3-lockfile-1:0.12.2-2.el9ost.noarch python3-logutils-0.3.5-15.el9ost.noarch python3-lxml-4.6.5-3.el9.x86_64 python3-magnumclient-3.4.1-17.1.20230621053508.280acd2.el9ost.noarch python3-mako-1.1.4-6.el9.noarch python3-manilaclient-2.6.4-17.1.20240830140806.7f7d7d3.el9ost.noarch python3-memcached-1.59-3.el9ost.noarch python3-metalsmith-1.4.4-17.1.20240522060758.5e7461e.el9ost.noarch python3-migrate-0.13.0-1.el9ost.noarch python3-mimeparse-1.6.0-16.el9ost.noarch python3-mistralclient-4.2.0-17.1.20230620220528.20a10f0.el9ost.noarch python3-msgpack-1.0.2-4.el9ost.x86_64 python3-munch-2.5.0-6.el9ost.noarch python3-natsort-7.1.1-2.el9ost.noarch python3-neutron-lib-2.10.3-17.1.20231221164814.619c0fe.el9ost.noarch python3-neutronclient-7.3.1-17.1.20230621044049.29a9f5e.el9ost.noarch python3-novaclient-1:17.4.1-17.1.20230621034300.5ee4427.el9ost.noarch python3-octaviaclient-2.3.1-17.1.20231106100828.51347bc.el9ost.noarch python3-openstackclient-5.5.2-17.1.20250616100909.42d9b6e.el9ost.noarch python3-openstacksdk-0.55.1-17.1.20250516211008.f09ed4a.el9ost.noarch python3-openvswitch3.3-3.3.4-110.el9fdp.x86_64 python3-os-client-config-2.1.0-17.1.20230620203151.bc96c23.el9ost.noarch python3-os-ken-1.4.1-17.1.20241205090937.018d755.el9ost.noarch python3-os-service-types-1.7.0-17.1.20230620201222.0b2f473.el9ost.noarch python3-os-traits-2.5.0-17.1.20230620221402.ac1b39e.el9ost.noarch python3-osc-lib-2.3.1-17.1.20230620203400.2b7a679.el9ost.noarch python3-oslo-cache-2.7.1-17.1.20230621012756.d0252f6.el9ost.noarch python3-oslo-context-3.2.1-17.1.20230620204857.b124eb7.el9ost.noarch python3-oslo-db-8.5.2-17.1.20240820150750.26fd6fb.el9ost.noarch python3-oslo-log-4.4.0-17.1.20230620205407.9b29c90.el9ost.noarch python3-oslo-messaging-12.7.3-17.1.20231219130800.5d6fd1a.el9ost.noarch python3-oslo-middleware-4.2.1-17.1.20230621011225.b40ca5f.el9ost.noarch python3-oslo-policy-3.7.1-17.1.20230621003949.639b471.el9ost.noarch python3-oslo-reports-2.2.0-17.1.20230620210621.bc631ae.el9ost.noarch python3-oslo-rootwrap-6.3.1-17.1.20230621110703.1b1b960.el9ost.noarch python3-oslo-serialization-4.1.1-17.1.20230621011445.bbe5d5a.el9ost.noarch python3-oslo-service-2.5.1-17.1.20240821200745.c1e3398.el9ost.noarch python3-oslo-upgradecheck-1.3.1-17.1.20230621010138.9561ecb.el9ost.noarch python3-oslo-versionedobjects-2.4.1-17.1.20230621010423.89ff171.el9ost.noarch python3-osprofiler-3.4.0-17.1.20230620215259.5d82a02.el9ost.noarch python3-paramiko-2.11.0-2.el9ost.noarch python3-passlib-1.7.4-3.el9ost.noarch python3-paste-3.5.0-5.el9ost.noarch python3-paste-deploy-2.1.1-4.el9ost.noarch python3-pecan-1.4.0-2.el9ost.noarch python3-psutil-5.8.0-12.el9.x86_64 python3-pyOpenSSL-20.0.1-2.el9ost.noarch python3-pyasn1-0.4.8-6.el9.noarch python3-pyasn1-modules-0.4.8-6.el9.noarch python3-pycadf-3.1.1-17.1.20230620210757.4179996.el9ost.noarch python3-pynacl-1.4.0-1.el9ost.x86_64 python3-pyperclip-1.8.0-3.el9ost.noarch python3-pystache-0.5.4-15.el9ost.noarch python3-pyusb-1.0.2-13.el9.noarch python3-qrcode-core-6.1-12.el9.noarch python3-repoze-lru-0.7-12.el9ost.noarch python3-requestsexceptions-1.4.0-17.1.20230620164652.d7ac0ff.el9ost.noarch python3-rhosp-openvswitch-3.3-1.el9ost.noarch python3-routes-2.4.1-14.el9ost.noarch python3-rsa-4.6-3.1.el9ost.noarch python3-saharaclient-3.3.0-17.1.20230620222322.401e663.el9ost.noarch python3-secretstorage-3.3.1-3.el9ost.noarch python3-setproctitle-1.2.2-1.el9ost.x86_64 python3-shade-1.33.0-17.1.20230620225148.e7c7f29.el9ost.noarch python3-simplejson-3.17.5-3.el9ost.x86_64 python3-smmap-3.0.1-4.el9ost.noarch python3-soupsieve-2.2-1.el9ost.noarch python3-sqlalchemy13-1.3.24-3.el9ost.x86_64 python3-sqlparse-0.4.1-2.el9ost.noarch python3-sss-murmur-2.8.2-5.el9_2.5.x86_64 python3-statsd-3.2.1-20.1.el9ost.noarch python3-swiftclient-3.11.1-17.1.20230620204150.06b36ae.el9ost.noarch python3-tempita-0.5.1-27.el9ost.noarch python3-tenacity-6.3.1-1.el9ost.noarch python3-testtools-2.4.0-10.el9ost.noarch python3-tinyrpc-1.0.3-6.el9ost.noarch python3-tripleo-common-15.4.1-17.1.20250527161411.e5b18f2.el9ost.noarch python3-tripleoclient-16.5.1-17.1.20250523121326.f3599d0.el9ost.noarch python3-troveclient-7.0.0-17.1.20230620220924.c7319d8.el9ost.noarch python3-urllib-gssapi-1.0.2-4.el9.noarch python3-validations-libs-1.9.1-17.1.20230913020848.8d9e1b5.el9ost.noarch python3-vine-5.0.0-5.el9ost.noarch python3-waitress-2.0.0-4.el9ost.noarch python3-warlock-1.3.3-7.el9ost.noarch python3-wcwidth-0.2.5-8.el9.noarch python3-webob-1.8.7-2.1.el9ost.noarch python3-webtest-2.0.35-6.el9ost.noarch python3-werkzeug-2.0.1-7.el9ost.noarch python3-yappi-1.3.1-5.el9ost.x86_64 python3-yaql-1.1.3-13.el9ost.noarch python3-yubico-1.3.3-7.el9.noarch python3-zaqarclient-2.4.0-17.1.20230620214253.e388947.el9ost.noarch python3-zmq-22.0.3-1.el9ost.x86_64 python3-zope-event-4.2.0-20.el9ost.noarch python3-zope-interface-5.4.0-1.el9ost.x86_64 qemu-img-17:7.2.0-14.el9_2.18.x86_64 rhel-system-roles-1.21.2-1.el9_2.noarch ruby-3.0.4-161.el9_2.2.x86_64 ruby-augeas-0.5.0-29.el9ost.x86_64 ruby-default-gems-3.0.4-161.el9_2.2.noarch ruby-facter-1:3.14.19-3.el9ost.x86_64 ruby-libs-3.0.4-161.el9_2.2.x86_64 rubygem-bigdecimal-3.0.0-161.el9_2.2.x86_64 rubygem-bundler-2.2.33-161.el9_2.2.noarch rubygem-concurrent-ruby-1.1.5-2.el9ost.noarch rubygem-deep_merge-1.2.1-7.el9ost.noarch rubygem-fast_gettext-1.2.0-9.el9ost.noarch rubygem-hocon-1.3.1-2.el9ost.noarch rubygem-io-console-0.5.7-161.el9_2.2.x86_64 rubygem-json-2.5.1-161.el9_2.2.x86_64 rubygem-multi_json-1.15.0-2.el9ost.noarch rubygem-psych-3.3.2-161.el9_2.2.x86_64 rubygem-puppet-resource_api-1.8.13-1.el9ost.noarch rubygem-rdoc-6.3.3-161.el9_2.2.noarch rubygem-rexml-3.2.5-161.el9_2.2.noarch rubygem-ruby-shadow-2.5.0-15.el9ost.x86_64 rubygem-semantic_puppet-1.0.4-2.el9ost.noarch rubygems-3.2.33-161.el9_2.2.noarch skopeo-2:1.11.2-0.1.el9_2.2.x86_64 sshpass-1.09-4.el9.x86_64 tripleo-ansible-3.3.1-17.1.20250702110757.8debef3.el9ost.noarch validations-common-1.9.1-17.1.20231006020828.f273ccb.el9ost.noarch xorriso-1.5.4-4.el9.x86_64 yaml-cpp-0.6.3-6.el9ost.x86_64 zeromq-4.3.4-1.el9ost.x86_64 Complete! + sudo hostnamectl set-hostname standalone.ooo.test + sudo hostnamectl set-hostname standalone.ooo.test --transient Hint: static hostname is already set, so the specified transient hostname will not be used. + cat + cat + cat + export HOST_PRIMARY_RESOLV_CONF_ENTRY=192.168.122.10 + HOST_PRIMARY_RESOLV_CONF_ENTRY=192.168.122.10 + export INTERFACE_MTU=1500 + INTERFACE_MTU=1500 + export NTP_SERVER=pool.ntp.org + NTP_SERVER=pool.ntp.org + export EDPM_CONFIGURE_HUGEPAGES=false + EDPM_CONFIGURE_HUGEPAGES=false + export EDPM_COMPUTE_CEPH_ENABLED=false + EDPM_COMPUTE_CEPH_ENABLED=false + export EDPM_COMPUTE_CEPH_NOVA=false + EDPM_COMPUTE_CEPH_NOVA=false + export 'CEPH_ARGS=-e /root/deployed_ceph.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/cephadm-rbd-only.yaml' + CEPH_ARGS='-e /root/deployed_ceph.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/cephadm-rbd-only.yaml' + [[ false == \f\a\l\s\e ]] + export 'CEPH_ARGS=-e /root/deployed_ceph.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/cephadm-rbd-only.yaml -e /root/nova_noceph.yaml' + CEPH_ARGS='-e /root/deployed_ceph.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/cephadm-rbd-only.yaml -e /root/nova_noceph.yaml' + export COMPUTE_DRIVER=libvirt + COMPUTE_DRIVER=libvirt + export IP=192.168.122.100 + IP=192.168.122.100 + export GATEWAY=192.168.122.10 + GATEWAY=192.168.122.10 + export STANDALONE_VM=false + STANDALONE_VM=false + export BARBICAN_ENABLED=false + BARBICAN_ENABLED=false + export MANILA_ENABLED=true + MANILA_ENABLED=true + export SWIFT_REPLICATED=false + SWIFT_REPLICATED=false + export TLSE_ENABLED=true + TLSE_ENABLED=true + export CLOUD_DOMAIN=ooo.test + CLOUD_DOMAIN=ooo.test + export OCTAVIA_ENABLED=true + OCTAVIA_ENABLED=true + export HEAT_ENABLED=true + HEAT_ENABLED=true + export TELEMETRY_ENABLED=true + TELEMETRY_ENABLED=true + [[ -f /root/containers-prepare-parameters.yaml ]] + openstack tripleo container image prepare default --output-env-file /root/containers-prepare-parameters.yaml # Generated with the following on 2025-10-08T22:51:40.290400 # # 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:90f1c1482c1fa84d12db434c89b09365c845b1d0a24d690cc95356c3de0372ab Copying blob sha256:cc73e0691e6f27099f5b4caefbcb94de5d7bad4c9c0e02081125185957f569e0 Copying blob sha256:a1e79b3d60959bfdfbc1702d904fac28d3ef53196492e953edc8f84add26c6bf Copying blob sha256:c8f6cff0477b11d57fc87b29a88c1ae65d0811f78eec8b8796851ed142b30f99 Copying blob sha256:4f2f1698adbf3363a1f8bf81015ca3004892fe039797b6ded2d574e0e0e681e3 Copying blob sha256:f728453dc24f3844478c64fca5424e5d845280b10404e75f383e79d74e02284e Copying blob sha256:2bb36d08dce28bab80513691e4aeb6f836f79c95069450b72d7fad2e5a8ef4df Copying blob sha256:ec5ef6c5b7e06078252917e41437e74b057b4115726e2c0358bf7839fa4f3f99 Copying blob sha256:a6e77df121b73a0e2d873f6af36aa76afb2a6655ee835540469a040fdb27d07a Copying blob sha256:117fe287ffa9af4649d3e39ffbf7a19b2b21713927e49c36fcc747d763a6e325 Copying blob sha256:e7eafd09683d8c4cdfa1bb02c18d1c683a6f3178217a71b93418daf7744610c5 Copying blob sha256:917dc8886282074b9dd41068ee4dabb23a8aa82817d3389d7415bc430b9f4d9a Copying blob sha256:728048fb7ad0ceb04c27b069d2731815eb61a56b35a4e7694ad752807b4dd6f2 Copying blob sha256:73748aeb001d63ef40b903875ded81c81357f45eb623c84cf7ef0e2355e79d09 Copying blob sha256:e18573e8b7b359701a991956dc5fc77782e308fd61dba5f427ebf25a64407e6c Copying blob sha256:4d9fdc06960b3f13635388d3a12e23c0fb2c439c753f85a8bf688c919bd45a2d Copying blob sha256:6e041a91543d76c9826ee1202aafcc6860d4c7da3a6b45ca029831436ebe9875 Copying blob sha256:993b781f804110cdbc70ccc0b7e8ddffa7969be1074753108193c480fa577f5f Copying blob sha256:0a19fc733e92ab7acf55313dfcb970991722c7305b868afc567b0562b09028a6 Copying blob sha256:5bb077b8ff474ab6968eb0833fa56f7c7949ded76211baf5c37258e2073ac88c Copying blob sha256:faa950acbe7fe64beb606b645fb95b59f21aa57f0516ade2e796e634053d8dfc Copying blob sha256:34d257f38eb81d3cc3e29c4e33905ae3e880179f3b832e9ce41661d116d44fb8 Copying blob sha256:cf196a64fa9372dd4bf2c0e40295a8583b8ac49e3a04bda442003989c3040784 Copying blob sha256:f4506e57eb84dc0cc11d343b31d5273a38308fb689cca88986772f0afc1f1a89 Copying blob sha256:bd9ddc54bea929a22b334e73e026d4136e5b73f5cc29942896c72e4ece69b13d Copying blob sha256:b5947def5ba719d2d83dc8fb66d26dc34e2947de078eab9a2bbda77750791a06 Copying blob sha256:9947055b550c8b59df84277b13ee23ac2235cff2482322c6d13e5ae112eeb2ce Copying blob sha256:d0c037ebf69e70ddf0a98b1d268a7eccdccda4a9e71367c99a9edc1dea7313c6 Copying blob sha256:1c9bdd844fc42bbc3f1fd5bc9e047db6c21573e4b8d89ad6aee3dc6f53f44c67 Copying blob sha256:5170b11e2686763cd3aef06d618faa9042cdc49f9a136e99d243e6ee7b4c0c64 Copying blob sha256:cfcecc4f5d03d0d50b977196d50c9c3f1506e78a368a925f8e26fe50e63805f4 Copying blob sha256:a37462aeb7d2ab20bf0763f6dbee67f21f45bbacb0fc9ba086c56c6c1a2fb44e Copying blob sha256:7ce404cb34c44105a85eb905125954c2043e6c8daffbb375b5cd6db117dc3eb4 Copying blob sha256:84df6fd253065a3786520e01a46686fee72a178875ad74a14c3901311c96bbc6 Copying blob sha256:154ad5df7b239817c1bb2d5bede5948c9294d5a21053f103bfd30bacc39737a2 Copying blob sha256:73c4d2af94a65d0f24e8df864186449e47cf8900b6a8297e3f19b0123fcc0e22 Copying blob sha256:fbf94e9917f81806e9cdd54b7a11c66c8615e2408adfe9ff0ae1af94792eaefd Copying blob sha256:f21d4cce8e0b41d521f25e89f128f4507f408888b3f959ccb3b6e6dbbd51a352 Copying blob sha256:a001efea7fdf7122a7d5b445f1125ee5a71fedc578e25dfaeaec06b29a8c46ae Copying blob sha256:4446c82e0b5c87af371231e6732177403abb5658a953a6c4a8dd5d8e5e4dd451 Copying blob sha256:c7f83d5200c435cb9a50c776aa91920447902ce063b98ed1622e434f8927ad7c Copying blob sha256:34d9e43ae067288c3d9c97d14c82ff43fbf7cea7ab1cd76795212cc0df17327b Copying blob sha256:edaba29b0b8fc5303f94696ce63a9c35318a37a43ee6fd9a385bf89e80467bbd Copying blob sha256:a74dba37b30cc1b43e51c7a5a80a9273ac1dfc28facfcab37a705a3efea4a246 Copying blob sha256:37d962425c48104ca6fe9f014a1be7d6fb65652c90827d4612bd126abe688b19 Copying blob sha256:2bfbc082c86a957b00be9adb9acd2ae844306775619bca44027b844c2331562b Copying blob sha256:df35df8423da9fa0e969eab7217fef6a1445a50c38bd662c2e8203b8cdbee0ca Copying config sha256:e64eee08c885efb5f6eb10c2e9466517d7775255528eacd555334abaab35b956 Writing manifest to image destination Storing signatures c6cde46659ebd4b2df96067d50c9bf7b269a9e45f8569f4e285f80394cc8d10a + timeout 900s grep -qEi '(INFO The ipa-server-install command was successful|ERROR The ipa-server-install command failed)' /dev/fd/63 ++ tail -F /tmp/ipa-data/var/log/ipaserver-install.log tail: cannot open '/tmp/ipa-data/var/log/ipaserver-install.log' for reading: No such file or directory tail: '/tmp/ipa-data/var/log/ipaserver-install.log' has appeared; following new file + cat + cat /root/.ssh/id_rsa.pub + ansible-playbook /usr/share/ansible/tripleo-playbooks/undercloud-ipa-install.yaml [WARNING]: provided hosts list is empty, only localhost is available. Note that the implicit localhost does not match 'all' PLAY [Playbook to register the undercloud host with an IPA server] ************* TASK [Gathering Facts] ********************************************************* ok: [localhost] TASK [Ensure definitions] ****************************************************** skipping: [localhost] => (item={'name': 'ipa_domain', 'ansible_var': '', 'env_var': 'ooo.test'}) skipping: [localhost] => (item={'name': 'ipa_realm', 'ansible_var': '', 'env_var': 'OOO.TEST'}) skipping: [localhost] => (item={'name': 'ipa_server_user', 'ansible_var': '', 'env_var': 'admin'}) skipping: [localhost] => (item={'name': 'ipa_server_password', 'ansible_var': '', 'env_var': 'fce95318204114530f31f885c9df588f'}) skipping: [localhost] => (item={'name': 'ipa_server_hostname', 'ansible_var': '', 'env_var': 'ipa.ooo.test'}) skipping: [localhost] => (item={'name': 'undercloud_fqdn', 'ansible_var': '', 'env_var': 'standalone.ooo.test'}) skipping: [localhost] => (item={'name': 'ansible_user', 'ansible_var': '', 'env_var': 'root'}) skipping: [localhost] => (item={'name': 'cloud_domain', 'ansible_var': '', 'env_var': 'ooo.test'}) skipping: [localhost] TASK [Set facts needed for configuration] ************************************** ok: [localhost] TASK [Add host to ipaclients group] ******************************************** changed: [localhost] TASK [Add host to ipaservers group] ******************************************** changed: [localhost] PLAY [ipaclients] ************************************************************** TASK [Gathering Facts] ********************************************************* ok: [standalone.ooo.test] TASK [Include ipaclient role] ************************************************** TASK [ipaclient : Import variables specific to distribution] ******************* ok: [standalone.ooo.test] => (item=/usr/share/ansible/roles/ipaclient/vars/default.yml) TASK [ipaclient : Install IPA client] ****************************************** included: /usr/share/ansible/roles/ipaclient/tasks/install.yml for standalone.ooo.test TASK [ipaclient : Install - Ensure that IPA client packages are installed] ***** changed: [standalone.ooo.test] TASK [ipaclient : Install - Set ipaclient_servers] ***************************** ok: [standalone.ooo.test] TASK [ipaclient : Install - Set ipaclient_servers from cluster inventory] ****** skipping: [standalone.ooo.test] TASK [ipaclient : Install - Check that either password or keytab is set] ******* skipping: [standalone.ooo.test] TASK [ipaclient : Install - Set default principal if no keytab is given] ******* skipping: [standalone.ooo.test] TASK [ipaclient : Install - Fail on missing ipaclient_domain and ipaserver_domain] *** skipping: [standalone.ooo.test] TASK [ipaclient : Install - Fail on missing ipaclient_servers] ***************** skipping: [standalone.ooo.test] TASK [ipaclient : Install - Configure DNS resolver] **************************** skipping: [standalone.ooo.test] TASK [ipaclient : Install - IPA client test] *********************************** ok: [standalone.ooo.test] TASK [ipaclient : Install - Cleanup leftover ccache] *************************** ok: [standalone.ooo.test] TASK [ipaclient : Install - Configure NTP] ************************************* changed: [standalone.ooo.test] TASK [ipaclient : Install - Make sure One-Time Password is enabled if it's already defined] *** skipping: [standalone.ooo.test] TASK [ipaclient : Install - Disable One-Time Password for on_master] *********** skipping: [standalone.ooo.test] TASK [ipaclient : Install - Test if IPA client has working krb5.keytab] ******** ok: [standalone.ooo.test] TASK [ipaclient : Install - Disable One-Time Password for client with working krb5.keytab] *** skipping: [standalone.ooo.test] TASK [ipaclient : Install - Keytab or password is required for getting otp] **** skipping: [standalone.ooo.test] TASK [ipaclient : Install - Create temporary file for keytab] ****************** skipping: [standalone.ooo.test] TASK [ipaclient : Install - Copy keytab to server temporary file] ************** skipping: [standalone.ooo.test] TASK [ipaclient : Install - Get One-Time Password for client enrollment] ******* skipping: [standalone.ooo.test] TASK [ipaclient : Install - Report error for OTP generation] ******************* skipping: [standalone.ooo.test] TASK [ipaclient : Install - Store the previously obtained OTP] ***************** skipping: [standalone.ooo.test] TASK [ipaclient : Install - Remove keytab temporary file] ********************** skipping: [standalone.ooo.test] TASK [ipaclient : Store predefined OTP in admin_password] ********************** skipping: [standalone.ooo.test] TASK [ipaclient : Install - Check if principal and keytab are set] ************* skipping: [standalone.ooo.test] TASK [ipaclient : Install - Check if one of password or keytabs are set] ******* skipping: [standalone.ooo.test] TASK [ipaclient : Install - From host keytab, purge OOO.TEST] ****************** skipping: [standalone.ooo.test] TASK [ipaclient : Install - Backup and set hostname] *************************** changed: [standalone.ooo.test] TASK [ipaclient : Install - Create temporary krb5 configuration] *************** ok: [standalone.ooo.test] TASK [ipaclient : Install - Join IPA] ****************************************** changed: [standalone.ooo.test] TASK [ipaclient : The krb5 configuration is not correct] *********************** skipping: [standalone.ooo.test] TASK [ipaclient : IPA test failed] ********************************************* skipping: [standalone.ooo.test] TASK [ipaclient : Fail due to missing ca.crt file] ***************************** skipping: [standalone.ooo.test] TASK [ipaclient : Install - Configure IPA default.conf] ************************ changed: [standalone.ooo.test] TASK [ipaclient : Install - Configure SSSD] ************************************ changed: [standalone.ooo.test] TASK [ipaclient : Install - IPA API calls for remaining enrollment parts] ****** changed: [standalone.ooo.test] TASK [ipaclient : Install - Fix IPA ca] **************************************** skipping: [standalone.ooo.test] TASK [ipaclient : Install - Create IPA NSS database] *************************** changed: [standalone.ooo.test] TASK [ipaclient : Install - Configure SSH and SSHD] **************************** changed: [standalone.ooo.test] TASK [ipaclient : Install - Configure automount] ******************************* changed: [standalone.ooo.test] TASK [ipaclient : Install - Configure firefox] ********************************* skipping: [standalone.ooo.test] TASK [ipaclient : Install - Configure NIS] ************************************* changed: [standalone.ooo.test] TASK [ipaclient : Remove temporary krb5.conf] ********************************** changed: [standalone.ooo.test] TASK [ipaclient : Install - Configure krb5 for IPA realm] ********************** changed: [standalone.ooo.test] TASK [ipaclient : Install - Configure certmonger] ****************************** changed: [standalone.ooo.test] TASK [ipaclient : Install - Restore original admin password if overwritten by OTP] *** skipping: [standalone.ooo.test] TASK [ipaclient : Cleanup leftover ccache] ************************************* ok: [standalone.ooo.test] TASK [ipaclient : Remove temporary krb5.conf] ********************************** ok: [standalone.ooo.test] TASK [ipaclient : Remove temporary krb5.conf backup] *************************** changed: [standalone.ooo.test] TASK [ipaclient : Uninstall IPA client] **************************************** skipping: [standalone.ooo.test] PLAY [localhost] *************************************************************** TASK [Gathering Facts] ********************************************************* ok: [localhost] TASK [Include create admin roles] ********************************************** TASK [/usr/share/ansible/roles/tripleo_create_admin : create user tripleo-admin] *** changed: [localhost] TASK [/usr/share/ansible/roles/tripleo_create_admin : grant admin rights to user tripleo-admin] *** changed: [localhost] TASK [/usr/share/ansible/roles/tripleo_create_admin : ensure home dir has the right owner/group for user tripleo-admin] *** ok: [localhost] TASK [/usr/share/ansible/roles/tripleo_create_admin : ensure .ssh dir exists for user tripleo-admin] *** changed: [localhost] TASK [/usr/share/ansible/roles/tripleo_create_admin : ensure authorized_keys file exists for user tripleo-admin] *** changed: [localhost] TASK [/usr/share/ansible/roles/tripleo_create_admin : get remote tripleo-admin public key] *** skipping: [localhost] TASK [/usr/share/ansible/roles/tripleo_create_admin : append tripleo-admin public key to authorized_keys] *** skipping: [localhost] TASK [/usr/share/ansible/roles/tripleo_create_admin : authorize TripleO key for user tripleo-admin] *** skipping: [localhost] TASK [/usr/share/ansible/roles/tripleo_create_admin : Install private key on nodes for user tripleo-admin] *** skipping: [localhost] TASK [/usr/share/ansible/roles/tripleo_create_admin : Install public key on nodes for user tripleo-admin] *** skipping: [localhost] PLAY [localhost] *************************************************************** TASK [Gathering Facts] ********************************************************* ok: [localhost] TASK [kinit to get admin credentials] ****************************************** changed: [localhost] TASK [setup the undercloud and get keytab] ************************************* [DEPRECATION WARNING]: "include" is deprecated, use include_tasks/import_tasks instead. See https://docs.ansible.com/ansible- core/2.14/user_guide/playbooks_reuse_includes.html for details. This feature will be removed in version 2.16. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. TASK [tripleo_ipa_setup : set keytab permissions facts] ************************ ok: [localhost] TASK [tripleo_ipa_setup : add nova host management permissions] **************** changed: [localhost] => (item={'name': 'Modify host password', 'right': 'write', 'type': 'host', 'attrs': ['userpassword']}) changed: [localhost] => (item={'name': 'Write host certificate', 'right': 'write', 'type': 'host', 'attrs': ['usercertificate']}) changed: [localhost] => (item={'name': 'Modify host userclass', 'right': 'write', 'type': 'host', 'attrs': ['userclass']}) changed: [localhost] => (item={'name': 'Modify service managedBy attribute', 'right': 'write', 'type': 'service', 'attrs': ['managedby']}) TASK [tripleo_ipa_setup : add Nova Host privilege] ***************************** changed: [localhost] TASK [tripleo_ipa_setup : add permissions to the Nova Host privilege] ********** changed: [localhost] => (item=System: add hosts) changed: [localhost] => (item=System: remove hosts) changed: [localhost] => (item=Modify host password) changed: [localhost] => (item=Modify host userclass) changed: [localhost] => (item=System: Modify hosts) changed: [localhost] => (item=Modify service managedBy attribute) changed: [localhost] => (item=System: Add krbPrincipalName to a Host) changed: [localhost] => (item=System: Add Services) changed: [localhost] => (item=System: Remove Services) changed: [localhost] => (item=Revoke certificate) changed: [localhost] => (item=System: manage host keytab) changed: [localhost] => (item=System: Manage host certificates) changed: [localhost] => (item=System: modify services) changed: [localhost] => (item=System: manage service keytab) changed: [localhost] => (item=System: read dns entries) changed: [localhost] => (item=System: remove dns entries) changed: [localhost] => (item=System: add dns entries) changed: [localhost] => (item=System: update dns entries) changed: [localhost] => (item=System: Modify Realm Domains) changed: [localhost] => (item=Retrieve Certificates from the CA) TASK [tripleo_ipa_setup : add Nova Host Manager role] ************************** changed: [localhost] TASK [tripleo_ipa_setup : set nova service user facts] ************************* ok: [localhost] TASK [tripleo_ipa_setup : add nova service] ************************************ changed: [localhost] TASK [tripleo_ipa_setup : add Nova Host Manager role] ************************** ok: [localhost] TASK [tripleo_ipa_setup : add service to the Nova Host Manager role] *********** changed: [localhost] TASK [tripleo_ipa_setup : set keytab permissions facts] ************************ ok: [localhost] TASK [tripleo_ipa_setup : add directory for keytab] **************************** changed: [localhost] TASK [tripleo_ipa_setup : get a keytab for the novajoin service] *************** changed: [localhost] TASK [tripleo_ipa_setup : chgrp and chmod the keytab] ************************** changed: [localhost] PLAY RECAP ********************************************************************* localhost : ok=25 changed=16 unreachable=0 failed=0 skipped=6 rescued=0 ignored=0 standalone.ooo.test : ok=25 changed=15 unreachable=0 failed=0 skipped=27 rescued=0 ignored=0 + ENV_ARGS+=' -e /root/standalone_parameters.yaml' + '[' false = true ']' + ENV_ARGS+=' -e /root/containers-prepare-parameters.yaml' + ENV_ARGS+=' -e /root/deployed_network.yaml' + '[' true = true ']' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/services/neutron-ovn-sriov.yaml' + ENV_ARGS+=' -e /root/sriov_template.yaml' + '[' false = true ']' + '[' false = true ']' + '[' true = true ']' + ENV_ARGS+=' -e /root/dhcp_agent_template.yaml' + sudo openstack tripleo deploy --templates /usr/share/openstack-tripleo-heat-templates --local-ip=192.168.122.100/24 --control-virtual-ip=192.168.122.99 --output-dir /root --standalone-role Standalone -r /root/Standalone.yaml -n /root/network_data.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/standalone/standalone-tripleo.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/low-memory-usage.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/deployed-network-environment.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cinder-backup.yaml -e /root/enable_heat.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/manila-cephfsnative-config.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/services/octavia.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/enable-legacy-telemetry.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/ssl/tls-everywhere-endpoints-dns.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/services/haproxy-public-tls-certmonger.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/ssl/enable-internal-tls.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/ssl/enable-memcached-tls.yaml -e /usr/share/openstack-tripleo-heat-templates/ci/environments/standalone-ipa.yaml -e /root/standalone_parameters.yaml -e /root/containers-prepare-parameters.yaml -e /root/deployed_network.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/services/neutron-ovn-sriov.yaml -e /root/sriov_template.yaml -e /root/dhcp_agent_template.yaml [WARNING] Deployment user is set to 'root'. This may cause some deployment files to be located in /root. Please use --deployment-user to specify the user you are deploying with. The heat stack standalone action is CREATE 2025-10-08 22:59:37.437 42964 INFO migrate.versioning.api [-] 72 -> 73...  2025-10-08 22:59:37.461 42964 INFO migrate.versioning.api [-] done 2025-10-08 22:59:37.462 42964 INFO migrate.versioning.api [-] 73 -> 74...  2025-10-08 22:59:37.463 42964 INFO migrate.versioning.api [-] done 2025-10-08 22:59:37.463 42964 INFO migrate.versioning.api [-] 74 -> 75...  2025-10-08 22:59:37.465 42964 INFO migrate.versioning.api [-] done 2025-10-08 22:59:37.465 42964 INFO migrate.versioning.api [-] 75 -> 76...  2025-10-08 22:59:37.467 42964 INFO migrate.versioning.api [-] done 2025-10-08 22:59:37.467 42964 INFO migrate.versioning.api [-] 76 -> 77...  2025-10-08 22:59:37.469 42964 INFO migrate.versioning.api [-] done 2025-10-08 22:59:37.469 42964 INFO migrate.versioning.api [-] 77 -> 78...  2025-10-08 22:59:37.470 42964 INFO migrate.versioning.api [-] done 2025-10-08 22:59:37.470 42964 INFO migrate.versioning.api [-] 78 -> 79...  2025-10-08 22:59:37.495 42964 INFO migrate.versioning.api [-] done 2025-10-08 22:59:37.495 42964 INFO migrate.versioning.api [-] 79 -> 80...  2025-10-08 22:59:37.512 42964 INFO migrate.versioning.api [-] done 2025-10-08 22:59:37.512 42964 INFO migrate.versioning.api [-] 80 -> 81...  2025-10-08 22:59:37.514 42964 INFO migrate.versioning.api [-] done 2025-10-08 22:59:37.514 42964 INFO migrate.versioning.api [-] 81 -> 82...  2025-10-08 22:59:37.516 42964 INFO migrate.versioning.api [-] done 2025-10-08 22:59:37.516 42964 INFO migrate.versioning.api [-] 82 -> 83...  2025-10-08 22:59:37.517 42964 INFO migrate.versioning.api [-] done 2025-10-08 22:59:37.518 42964 INFO migrate.versioning.api [-] 83 -> 84...  2025-10-08 22:59:37.519 42964 INFO migrate.versioning.api [-] done 2025-10-08 22:59:37.519 42964 INFO migrate.versioning.api [-] 84 -> 85...  2025-10-08 22:59:37.521 42964 INFO migrate.versioning.api [-] done 2025-10-08 22:59:37.521 42964 INFO migrate.versioning.api [-] 85 -> 86...  2025-10-08 22:59:37.543 42964 INFO migrate.versioning.api [-] done /usr/lib/python3.9/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "actions:snapshot":"rule:deny_stack_user" was deprecated in W in favor of "actions:snapshot":"(role:admin and system_scope:all) or (role:member and project_id:%(project_id)s)". Reason: The actions API now supports system scope and default roles. . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /usr/lib/python3.9/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "actions:suspend":"rule:deny_stack_user" was deprecated in W in favor of "actions:suspend":"(role:admin and system_scope:all) or (role:member and project_id:%(project_id)s)". Reason: The actions API now supports system scope and default roles. . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /usr/lib/python3.9/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "actions:resume":"rule:deny_stack_user" was deprecated in W in favor of "actions:resume":"(role:admin and system_scope:all) or (role:member and project_id:%(project_id)s)". Reason: The actions API now supports system scope and default roles. . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /usr/lib/python3.9/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "actions:check":"rule:deny_stack_user" was deprecated in W in favor of "actions:check":"(role:reader and system_scope:all) or (role:reader and project_id:%(project_id)s)". Reason: The actions API now supports system scope and default roles. . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /usr/lib/python3.9/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "actions:cancel_update":"rule:deny_stack_user" was deprecated in W in favor of "actions:cancel_update":"(role:admin and system_scope:all) or (role:member and project_id:%(project_id)s)". Reason: The actions API now supports system scope and default roles. . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /usr/lib/python3.9/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "actions:cancel_without_rollback":"rule:deny_stack_user" was deprecated in W in favor of "actions:cancel_without_rollback":"(role:admin and system_scope:all) or (role:member and project_id:%(project_id)s)". Reason: The actions API now supports system scope and default roles. . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) ** Handling template files ** jinja2 rendering normal template overcloud-resource-registry-puppet.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./overcloud-resource-registry-puppet.yaml jinja2 rendering normal template overcloud.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./overcloud.yaml jinja2 rendering normal template post.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./common/post.yaml jinja2 rendering role template role.role.j2.yaml jinja2 rendering roles Standalone rendering j2 template to file: /root/tripleo-heat-installer-templates/./common/services/standalone-role.yaml jinja2 rendering normal template apache-baremetal-puppet.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./deployment/apache/apache-baremetal-puppet.yaml jinja2 rendering normal template container-image-prepare-baremetal-ansible.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./deployment/container-image-prepare/container-image-prepare-baremetal-ansible.yaml jinja2 rendering normal template haproxy-internal-tls-certmonger.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./deployment/haproxy/haproxy-internal-tls-certmonger.yaml jinja2 rendering normal template octavia-deployment-config.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./deployment/octavia/octavia-deployment-config.yaml jinja2 rendering normal template deployed-server-environment.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/deployed-server-environment.yaml jinja2 rendering normal template net-noop.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-noop.yaml jinja2 rendering normal template deployed-network-environment.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/deployed-network-environment.yaml jinja2 rendering normal template net-2-linux-bonds-with-vlans.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-2-linux-bonds-with-vlans.yaml jinja2 rendering normal template net-bond-with-vlans-no-external.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-bond-with-vlans-no-external.yaml jinja2 rendering normal template net-bond-with-vlans.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-bond-with-vlans.yaml jinja2 rendering normal template net-dpdkbond-with-vlans.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-dpdkbond-with-vlans.yaml jinja2 rendering normal template net-multiple-nics-vlans.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-multiple-nics-vlans.yaml jinja2 rendering normal template net-multiple-nics.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-multiple-nics.yaml jinja2 rendering normal template net-single-nic-linux-bridge-with-vlans.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-single-nic-linux-bridge-with-vlans.yaml jinja2 rendering normal template net-single-nic-with-vlans-no-external.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-single-nic-with-vlans-no-external.yaml jinja2 rendering normal template net-single-nic-with-vlans.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-single-nic-with-vlans.yaml jinja2 rendering normal template network-environment-v6-all.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/network-environment-v6-all.yaml jinja2 rendering normal template network-environment-v6.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/network-environment-v6.yaml jinja2 rendering normal template network-environment.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/network-environment.yaml jinja2 rendering normal template networks-disable.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/networks-disable.yaml jinja2 rendering normal template overcloud-baremetal.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/overcloud-baremetal.yaml jinja2 rendering normal template split-stack-consistent-hostname-format.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/split-stack-consistent-hostname-format.yaml jinja2 rendering normal template enable-internal-tls.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/ssl/enable-internal-tls.yaml jinja2 rendering normal template swap-partition.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./extraconfig/all_nodes/swap-partition.yaml jinja2 rendering normal template swap.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./extraconfig/all_nodes/swap.yaml jinja2 rendering role template role.role.j2.yaml jinja2 rendering roles Standalone rendering j2 template to file: /root/tripleo-heat-installer-templates/./extraconfig/nova_metadata/krb-service-principals/standalone-role.yaml jinja2 rendering network template network.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/storage.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/storage_mgmt.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/internal_api.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/tenant.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/external.yaml jinja2 rendering network template network_v6.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/storage_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/storage_mgmt_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/internal_api_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/tenant_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/external_v6.yaml jinja2 rendering normal template networks.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/networks.yaml jinja2 rendering normal template service_net_map.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/service_net_map.yaml jinja2 rendering network template deployed_port.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_storage.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_storage_mgmt.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_internal_api.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_tenant.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_external.yaml jinja2 rendering network template deployed_vip_port.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_vip_storage.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_vip_storage_mgmt.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_vip_internal_api.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_vip_tenant.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_vip_external.yaml jinja2 rendering network template external_resource_port.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_storage.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_storage_mgmt.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_internal_api.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_tenant.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_external.yaml jinja2 rendering network template external_resource_port_v6.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_storage_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_storage_mgmt_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_internal_api_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_tenant_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_external_v6.yaml jinja2 rendering normal template net_ip_list_map.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/net_ip_list_map.yaml jinja2 rendering normal template net_ip_map.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/net_ip_map.yaml jinja2 rendering normal template net_vip_map_external.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/net_vip_map_external.yaml jinja2 rendering normal template net_vip_map_external_v6.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/net_vip_map_external_v6.yaml jinja2 rendering network template port.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/storage.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/storage_mgmt.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/internal_api.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/tenant.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external.yaml jinja2 rendering network template port_from_pool.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/storage_from_pool.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/storage_mgmt_from_pool.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/internal_api_from_pool.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/tenant_from_pool.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_from_pool.yaml jinja2 rendering network template port_from_pool_v6.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/storage_from_pool_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/storage_mgmt_from_pool_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/internal_api_from_pool_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/tenant_from_pool_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_from_pool_v6.yaml jinja2 rendering network template port_v6.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/storage_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/storage_mgmt_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/internal_api_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/tenant_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_v6.yaml jinja2 rendering role template role.role.j2.yaml jinja2 rendering roles Standalone rendering j2 template to file: /root/tripleo-heat-installer-templates/./puppet/standalone-role.yaml ** Performing Heat stack create.. ** 2025-10-08 22:59:45Z [standalone]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 22:59:46Z [standalone.NodeAdminUserData]: CREATE_IN_PROGRESS state changed 2025-10-08 22:59:46Z [standalone.NodeAdminUserData]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 22:59:46Z [standalone.NodeAdminUserData.user_config]: CREATE_IN_PROGRESS state changed 2025-10-08 22:59:46Z [standalone.NodeAdminUserData.user_config]: CREATE_COMPLETE state changed 2025-10-08 22:59:46Z [standalone.NodeAdminUserData.userdata]: CREATE_IN_PROGRESS state changed 2025-10-08 22:59:46Z [standalone.NodeAdminUserData.userdata]: CREATE_COMPLETE state changed 2025-10-08 22:59:46Z [standalone.NodeAdminUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 22:59:47Z [standalone.DeploymentServerBlacklistDict]: CREATE_IN_PROGRESS state changed 2025-10-08 22:59:47Z [standalone.DeploymentServerBlacklistDict]: CREATE_COMPLETE state changed 2025-10-08 22:59:47Z [standalone.NodeAdminUserData]: CREATE_COMPLETE state changed 2025-10-08 22:59:48Z [standalone.NodeTimesyncUserData]: CREATE_IN_PROGRESS state changed 2025-10-08 22:59:48Z [standalone.NodeTimesyncUserData]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 22:59:48Z [standalone.NodeTimesyncUserData.timesync_sync]: CREATE_IN_PROGRESS state changed 2025-10-08 22:59:48Z [standalone.NodeTimesyncUserData.timesync_sync]: CREATE_COMPLETE state changed 2025-10-08 22:59:49Z [standalone.StandaloneRoleUserData]: CREATE_IN_PROGRESS state changed 2025-10-08 22:59:49Z [standalone.StandaloneRoleUserData]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 22:59:49Z [standalone.StandaloneRoleUserData.userdata]: CREATE_IN_PROGRESS state changed 2025-10-08 22:59:49Z [standalone.NodeTimesyncUserData.timesync_chrony]: CREATE_IN_PROGRESS state changed 2025-10-08 22:59:49Z [standalone.StandaloneRoleUserData.userdata]: CREATE_COMPLETE state changed 2025-10-08 22:59:49Z [standalone.StandaloneRoleUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 22:59:49Z [standalone.NodeTimesyncUserData.timesync_chrony]: CREATE_COMPLETE state changed 2025-10-08 22:59:49Z [standalone.NodeTimesyncUserData.userdata]: CREATE_IN_PROGRESS state changed 2025-10-08 22:59:49Z [standalone.NodeTimesyncUserData.userdata]: CREATE_COMPLETE state changed 2025-10-08 22:59:49Z [standalone.NodeTimesyncUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 22:59:50Z [standalone.CloudNames]: CREATE_IN_PROGRESS state changed 2025-10-08 22:59:50Z [standalone.CloudNames]: CREATE_COMPLETE state changed 2025-10-08 22:59:50Z [standalone.NodeTimesyncUserData]: CREATE_COMPLETE state changed 2025-10-08 22:59:50Z [standalone.StandaloneRoleUserData]: CREATE_COMPLETE state changed 2025-10-08 22:59:51Z [standalone.ServiceNetMap]: CREATE_IN_PROGRESS state changed 2025-10-08 22:59:51Z [standalone.ServiceNetMap]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 22:59:51Z [standalone.ServiceNetMap.ServiceNetMapValue]: CREATE_IN_PROGRESS state changed 2025-10-08 22:59:51Z [standalone.ServiceNetMap.ServiceNetMapValue]: CREATE_COMPLETE state changed 2025-10-08 22:59:51Z [standalone.ServiceNetMap]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 22:59:52Z [standalone.NodeUserData]: CREATE_IN_PROGRESS state changed 2025-10-08 22:59:52Z [standalone.NodeUserData]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 22:59:52Z [standalone.NodeUserData.userdata]: CREATE_IN_PROGRESS state changed 2025-10-08 22:59:52Z [standalone.ServiceNetMap]: CREATE_COMPLETE state changed 2025-10-08 22:59:52Z [standalone.NodeUserData.userdata]: CREATE_COMPLETE state changed 2025-10-08 22:59:52Z [standalone.NodeUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 22:59:52Z [standalone.ControlVirtualIP]: CREATE_IN_PROGRESS state changed 2025-10-08 22:59:53Z [standalone.NodeUserData]: CREATE_COMPLETE state changed 2025-10-08 22:59:53Z [standalone.StandaloneUserData]: CREATE_IN_PROGRESS state changed 2025-10-08 22:59:53Z [standalone.ControlVirtualIP]: CREATE_COMPLETE state changed 2025-10-08 22:59:53Z [standalone.Networks]: CREATE_IN_PROGRESS state changed 2025-10-08 22:59:53Z [standalone.StandaloneUserData]: CREATE_COMPLETE state changed 2025-10-08 22:59:54Z [standalone.Networks]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 22:59:54Z [standalone.Networks.NetworkCidrMap]: CREATE_IN_PROGRESS state changed 2025-10-08 22:59:54Z [standalone.Networks.NetworkCidrMap]: CREATE_COMPLETE state changed 2025-10-08 22:59:55Z [standalone.Networks.NetworkExtraConfig]: CREATE_IN_PROGRESS state changed 2025-10-08 22:59:55Z [standalone.Networks.NetworkExtraConfig]: CREATE_COMPLETE state changed 2025-10-08 22:59:56Z [standalone.Networks.NetworkAttributesMap]: CREATE_IN_PROGRESS state changed 2025-10-08 22:59:56Z [standalone.Networks.NetworkAttributesMap]: CREATE_COMPLETE state changed 2025-10-08 22:59:57Z [standalone.Networks.NetworkIpVersionMap]: CREATE_IN_PROGRESS state changed 2025-10-08 22:59:57Z [standalone.Networks.NetworkIpVersionMap]: CREATE_COMPLETE state changed 2025-10-08 22:59:57Z [standalone.Networks]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 22:59:58Z [standalone.Networks]: CREATE_COMPLETE state changed 2025-10-08 22:59:58Z [standalone.InternalApiVirtualIP]: CREATE_IN_PROGRESS state changed 2025-10-08 22:59:58Z [standalone.NetCidrMapValue]: CREATE_IN_PROGRESS state changed 2025-10-08 22:59:58Z [standalone.PublicVirtualIP]: CREATE_IN_PROGRESS state changed 2025-10-08 22:59:58Z [standalone.NetIpVersionMapValue]: CREATE_IN_PROGRESS state changed 2025-10-08 22:59:58Z [standalone.StorageMgmtVirtualIP]: CREATE_IN_PROGRESS state changed 2025-10-08 22:59:58Z [standalone.NetCidrMapValue]: CREATE_COMPLETE state changed 2025-10-08 22:59:58Z [standalone.NetIpVersionMapValue]: CREATE_COMPLETE state changed 2025-10-08 22:59:58Z [standalone.StorageVirtualIP]: CREATE_IN_PROGRESS state changed 2025-10-08 22:59:58Z [standalone.StandaloneNetworkConfig]: CREATE_IN_PROGRESS state changed 2025-10-08 22:59:58Z [standalone.StandaloneNetworkConfig]: CREATE_COMPLETE state changed 2025-10-08 22:59:59Z [standalone.InternalApiVirtualIP]: CREATE_COMPLETE state changed 2025-10-08 22:59:59Z [standalone.PublicVirtualIP]: CREATE_COMPLETE state changed 2025-10-08 22:59:59Z [standalone.StorageMgmtVirtualIP]: CREATE_COMPLETE state changed 2025-10-08 22:59:59Z [standalone.StorageVirtualIP]: CREATE_COMPLETE state changed 2025-10-08 22:59:59Z [standalone.VipMap]: CREATE_IN_PROGRESS state changed 2025-10-08 22:59:59Z [standalone.VipMap]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 22:59:59Z [standalone.VipMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2025-10-08 22:59:59Z [standalone.VipMap.NetIpMapValue]: CREATE_COMPLETE state changed 2025-10-08 22:59:59Z [standalone.VipMap]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 23:00:00Z [standalone.VipMap]: CREATE_COMPLETE state changed 2025-10-08 23:00:00Z [standalone.EndpointMap]: CREATE_IN_PROGRESS state changed 2025-10-08 23:00:01Z [standalone.VipHosts]: CREATE_IN_PROGRESS state changed 2025-10-08 23:00:01Z [standalone.VipHosts]: CREATE_COMPLETE state changed 2025-10-08 23:00:02Z [standalone.EndpointMap]: CREATE_COMPLETE state changed 2025-10-08 23:00:02Z [standalone.EndpointMapData]: CREATE_IN_PROGRESS state changed 2025-10-08 23:00:02Z [standalone.EndpointMapData]: CREATE_COMPLETE state changed 2025-10-08 23:00:02Z [standalone.StandaloneServiceChain]: CREATE_IN_PROGRESS state changed 2025-10-08 23:00:02Z [standalone.StandaloneServiceChain]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 23:00:02Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_IN_PROGRESS state changed 2025-10-08 23:00:04Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 23:00:05Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_IN_PROGRESS state changed 2025-10-08 23:00:05Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 23:00:05Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-08 23:00:05Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 23:00:05Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-08 23:00:05Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-08 23:00:05Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 23:00:06Z [standalone.StandaloneServiceChain.ServiceChain.0.AodhBase]: CREATE_IN_PROGRESS state changed 2025-10-08 23:00:06Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-08 23:00:07Z [standalone.StandaloneServiceChain.ServiceChain.0.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-08 23:00:07Z [standalone.StandaloneServiceChain.ServiceChain.0.AodhBase]: CREATE_COMPLETE state changed 2025-10-08 23:00:08Z [standalone.StandaloneServiceChain.ServiceChain.0.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 23:00:08Z [standalone.StandaloneServiceChain.ServiceChain.0.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 23:00:08Z [standalone.StandaloneServiceChain.ServiceChain.0.MySQLClient]: CREATE_COMPLETE state changed 2025-10-08 23:00:09Z [standalone.StandaloneServiceChain.ServiceChain.0.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 23:00:10Z [standalone.StandaloneServiceChain.ServiceChain.0.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 23:00:10Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 23:00:11Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_COMPLETE state changed 2025-10-08 23:00:12Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_IN_PROGRESS state changed 2025-10-08 23:00:12Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 23:00:12Z [standalone.StandaloneServiceChain.ServiceChain.1.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-08 23:00:13Z [standalone.StandaloneServiceChain.ServiceChain.1.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 23:00:13Z [standalone.StandaloneServiceChain.ServiceChain.1.MySQLClient]: CREATE_COMPLETE state changed 2025-10-08 23:00:14Z [standalone.StandaloneServiceChain.ServiceChain.1.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 23:00:14Z [standalone.StandaloneServiceChain.ServiceChain.1.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 23:00:14Z [standalone.StandaloneServiceChain.ServiceChain.1.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 23:00:15Z [standalone.StandaloneServiceChain.ServiceChain.1.AodhBase]: CREATE_IN_PROGRESS state changed 2025-10-08 23:00:16Z [standalone.StandaloneServiceChain.ServiceChain.1.AodhBase]: CREATE_COMPLETE state changed 2025-10-08 23:00:16Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 23:00:17Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_COMPLETE state changed 2025-10-08 23:00:17Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_IN_PROGRESS state changed 2025-10-08 23:00:17Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 23:00:17Z [standalone.StandaloneServiceChain.ServiceChain.2.AodhBase]: CREATE_IN_PROGRESS state changed 2025-10-08 23:00:18Z [standalone.StandaloneServiceChain.ServiceChain.2.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 23:00:18Z [standalone.StandaloneServiceChain.ServiceChain.2.AodhBase]: CREATE_COMPLETE state changed 2025-10-08 23:00:19Z [standalone.StandaloneServiceChain.ServiceChain.2.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-08 23:00:19Z [standalone.StandaloneServiceChain.ServiceChain.2.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 23:00:20Z [standalone.StandaloneServiceChain.ServiceChain.2.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 23:00:20Z [standalone.StandaloneServiceChain.ServiceChain.2.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 23:00:20Z [standalone.StandaloneServiceChain.ServiceChain.2.MySQLClient]: CREATE_COMPLETE state changed 2025-10-08 23:00:20Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 23:00:21Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_COMPLETE state changed 2025-10-08 23:00:22Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_IN_PROGRESS state changed 2025-10-08 23:00:22Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 23:00:22Z [standalone.StandaloneServiceChain.ServiceChain.3.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-08 23:00:23Z [standalone.StandaloneServiceChain.ServiceChain.3.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 23:00:23Z [standalone.StandaloneServiceChain.ServiceChain.3.MySQLClient]: CREATE_COMPLETE state changed 2025-10-08 23:00:24Z [standalone.StandaloneServiceChain.ServiceChain.3.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 23:00:24Z [standalone.StandaloneServiceChain.ServiceChain.3.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 23:00:24Z [standalone.StandaloneServiceChain.ServiceChain.3.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 23:00:25Z [standalone.StandaloneServiceChain.ServiceChain.3.AodhBase]: CREATE_IN_PROGRESS state changed 2025-10-08 23:00:26Z [standalone.StandaloneServiceChain.ServiceChain.3.AodhBase]: CREATE_COMPLETE state changed 2025-10-08 23:00:26Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 23:00:27Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_COMPLETE state changed 2025-10-08 23:00:27Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_IN_PROGRESS state changed 2025-10-08 23:00:27Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 23:00:27Z [standalone.StandaloneServiceChain.ServiceChain.4.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 23:00:27Z [standalone.StandaloneServiceChain.ServiceChain.4.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 23:00:27Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 23:00:28Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_COMPLETE state changed 2025-10-08 23:00:29Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_IN_PROGRESS state changed 2025-10-08 23:00:30Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_COMPLETE state changed 2025-10-08 23:00:30Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_IN_PROGRESS state changed 2025-10-08 23:00:30Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 23:00:30Z [standalone.StandaloneServiceChain.ServiceChain.6.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 23:00:31Z [standalone.StandaloneServiceChain.ServiceChain.6.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 23:00:31Z [standalone.StandaloneServiceChain.ServiceChain.6.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 23:00:31Z [standalone.StandaloneServiceChain.ServiceChain.6.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 23:00:32Z [standalone.StandaloneServiceChain.ServiceChain.6.CeilometerServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-08 23:00:33Z [standalone.StandaloneServiceChain.ServiceChain.6.CeilometerServiceBase]: CREATE_COMPLETE state changed 2025-10-08 23:00:33Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 23:00:34Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_COMPLETE state changed 2025-10-08 23:00:35Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_IN_PROGRESS state changed 2025-10-08 23:00:35Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 23:00:35Z [standalone.StandaloneServiceChain.ServiceChain.7.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 23:00:36Z [standalone.StandaloneServiceChain.ServiceChain.7.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 23:00:36Z [standalone.StandaloneServiceChain.ServiceChain.7.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 23:00:36Z [standalone.StandaloneServiceChain.ServiceChain.7.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 23:00:37Z [standalone.StandaloneServiceChain.ServiceChain.7.CeilometerServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-08 23:00:38Z [standalone.StandaloneServiceChain.ServiceChain.7.CeilometerServiceBase]: CREATE_COMPLETE state changed 2025-10-08 23:00:38Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 23:00:39Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_COMPLETE state changed 2025-10-08 23:00:39Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_IN_PROGRESS state changed 2025-10-08 23:00:39Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 23:00:40Z [standalone.StandaloneServiceChain.ServiceChain.8.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-08 23:00:41Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderBase]: CREATE_IN_PROGRESS state changed 2025-10-08 23:00:41Z [standalone.StandaloneServiceChain.ServiceChain.8.MySQLClient]: CREATE_COMPLETE state changed 2025-10-08 23:00:42Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 23:00:42Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderBase]: CREATE_COMPLETE state changed 2025-10-08 23:00:42Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 23:00:42Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 23:00:43Z [standalone.StandaloneServiceChain.ServiceChain.8.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-08 23:00:43Z [standalone.StandaloneServiceChain.ServiceChain.8.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 23:00:43Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-08 23:00:43Z [standalone.StandaloneServiceChain.ServiceChain.8.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-08 23:00:43Z [standalone.StandaloneServiceChain.ServiceChain.8.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-08 23:00:43Z [standalone.StandaloneServiceChain.ServiceChain.8.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 23:00:43Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 23:00:44Z [standalone.StandaloneServiceChain.ServiceChain.8.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 23:00:44Z [standalone.StandaloneServiceChain.ServiceChain.8.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 23:00:44Z [standalone.StandaloneServiceChain.ServiceChain.8.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-08 23:00:44Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-08 23:00:44Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 23:00:45Z [standalone.StandaloneServiceChain.ServiceChain.8.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 23:00:45Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderCommon]: CREATE_COMPLETE state changed 2025-10-08 23:00:46Z [standalone.StandaloneServiceChain.ServiceChain.8.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 23:00:46Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 23:00:47Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_COMPLETE state changed 2025-10-08 23:00:47Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_IN_PROGRESS state changed 2025-10-08 23:00:47Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 23:00:47Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase]: CREATE_IN_PROGRESS state changed 2025-10-08 23:00:47Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 23:00:47Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 23:00:47Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 23:00:48Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 23:00:48Z [standalone.StandaloneServiceChain.ServiceChain.9.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 23:00:48Z [standalone.StandaloneServiceChain.ServiceChain.9.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 23:00:48Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 23:00:49Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-08 23:00:49Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 23:00:49Z [standalone.StandaloneServiceChain.ServiceChain.9.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-08 23:00:49Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-08 23:00:50Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 23:00:50Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-08 23:00:50Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 23:00:50Z [standalone.StandaloneServiceChain.ServiceChain.9.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 23:00:50Z [standalone.StandaloneServiceChain.ServiceChain.9.MySQLClient]: CREATE_COMPLETE state changed 2025-10-08 23:00:50Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 23:00:50Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 23:00:51Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.MySQLClient]: CREATE_COMPLETE state changed 2025-10-08 23:00:51Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderCommon]: CREATE_COMPLETE state changed 2025-10-08 23:00:51Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 23:00:51Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 23:00:51Z [standalone.StandaloneServiceChain.ServiceChain.9.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 23:00:51Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-08 23:00:51Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderBase]: CREATE_IN_PROGRESS state changed 2025-10-08 23:00:52Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 23:00:53Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-08 23:00:53Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderBase]: CREATE_COMPLETE state changed 2025-10-08 23:00:53Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 23:00:53Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase]: CREATE_COMPLETE state changed 2025-10-08 23:00:54Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 23:00:54Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 23:00:54Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon]: CREATE_COMPLETE state changed 2025-10-08 23:00:54Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 23:00:55Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_COMPLETE state changed 2025-10-08 23:00:56Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_IN_PROGRESS state changed 2025-10-08 23:00:56Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 23:00:56Z [standalone.StandaloneServiceChain.ServiceChain.10.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 23:00:57Z [standalone.StandaloneServiceChain.ServiceChain.10.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-08 23:00:58Z [standalone.StandaloneServiceChain.ServiceChain.10.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 23:00:58Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderBase]: CREATE_IN_PROGRESS state changed 2025-10-08 23:00:58Z [standalone.StandaloneServiceChain.ServiceChain.10.MySQLClient]: CREATE_COMPLETE state changed 2025-10-08 23:00:59Z [standalone.StandaloneServiceChain.ServiceChain.10.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 23:00:59Z [standalone.StandaloneServiceChain.ServiceChain.10.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 23:01:00Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderBase]: CREATE_COMPLETE state changed 2025-10-08 23:01:00Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 23:01:01Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 23:01:01Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-08 23:01:02Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 23:01:02Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-08 23:01:03Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 23:01:03Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 23:01:04Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon]: CREATE_COMPLETE state changed 2025-10-08 23:01:04Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 23:01:04Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_COMPLETE state changed 2025-10-08 23:01:05Z [standalone.StandaloneServiceChain.ServiceChain.11]: CREATE_IN_PROGRESS state changed 2025-10-08 23:01:05Z [standalone.StandaloneServiceChain.ServiceChain.11]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 23:01:05Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 23:01:05Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 23:01:05Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-08 23:01:06Z [standalone.StandaloneServiceChain.ServiceChain.11.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 23:01:06Z [standalone.StandaloneServiceChain.ServiceChain.11.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 23:01:06Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 23:01:07Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-08 23:01:07Z [standalone.StandaloneServiceChain.ServiceChain.11.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 23:01:07Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 23:01:07Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 23:01:08Z [standalone.StandaloneServiceChain.ServiceChain.11.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-08 23:01:08Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon]: CREATE_COMPLETE state changed 2025-10-08 23:01:08Z [standalone.StandaloneServiceChain.ServiceChain.11.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 23:01:09Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase]: CREATE_IN_PROGRESS state changed 2025-10-08 23:01:09Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 23:01:09Z [standalone.StandaloneServiceChain.ServiceChain.11.MySQLClient]: CREATE_COMPLETE state changed 2025-10-08 23:01:09Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderBase]: CREATE_IN_PROGRESS state changed 2025-10-08 23:01:10Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 23:01:11Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderBase]: CREATE_COMPLETE state changed 2025-10-08 23:01:11Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 23:01:11Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 23:01:11Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 23:01:11Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 23:01:12Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-08 23:01:12Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 23:01:12Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 23:01:13Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-08 23:01:13Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 23:01:13Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-08 23:01:13Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 23:01:14Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderCommon]: CREATE_COMPLETE state changed 2025-10-08 23:01:15Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.MySQLClient]: CREATE_COMPLETE state changed 2025-10-08 23:01:15Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 23:01:15Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase]: CREATE_COMPLETE state changed 2025-10-08 23:01:15Z [standalone.StandaloneServiceChain.ServiceChain.11]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 23:01:16Z [standalone.StandaloneServiceChain.ServiceChain.11]: CREATE_COMPLETE state changed 2025-10-08 23:01:17Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_IN_PROGRESS state changed 2025-10-08 23:01:17Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 23:01:17Z [standalone.StandaloneServiceChain.ServiceChain.12.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 23:01:17Z [standalone.StandaloneServiceChain.ServiceChain.12.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 23:01:18Z [standalone.StandaloneServiceChain.ServiceChain.12.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 23:01:19Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase]: CREATE_IN_PROGRESS state changed 2025-10-08 23:01:20Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 23:01:20Z [standalone.StandaloneServiceChain.ServiceChain.12.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 23:01:20Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase.MysqlBase]: CREATE_IN_PROGRESS state changed 2025-10-08 23:01:21Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 23:01:21Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase.MysqlBase]: CREATE_COMPLETE state changed 2025-10-08 23:01:22Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 23:01:22Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 23:01:22Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 23:01:22Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 23:01:23Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase]: CREATE_COMPLETE state changed 2025-10-08 23:01:23Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 23:01:23Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_COMPLETE state changed 2025-10-08 23:01:24Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_IN_PROGRESS state changed 2025-10-08 23:01:24Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 23:01:24Z [standalone.StandaloneServiceChain.ServiceChain.13.CeilometerServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-08 23:01:25Z [standalone.StandaloneServiceChain.ServiceChain.13.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 23:01:25Z [standalone.StandaloneServiceChain.ServiceChain.13.CeilometerServiceBase]: CREATE_COMPLETE state changed 2025-10-08 23:01:26Z [standalone.StandaloneServiceChain.ServiceChain.13.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 23:01:26Z [standalone.StandaloneServiceChain.ServiceChain.13.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 23:01:26Z [standalone.StandaloneServiceChain.ServiceChain.13.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 23:01:26Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 23:01:27Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_COMPLETE state changed 2025-10-08 23:01:28Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_IN_PROGRESS state changed 2025-10-08 23:01:29Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_COMPLETE state changed 2025-10-08 23:01:29Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_IN_PROGRESS state changed 2025-10-08 23:01:29Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 23:01:29Z [standalone.StandaloneServiceChain.ServiceChain.15.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 23:01:29Z [standalone.StandaloneServiceChain.ServiceChain.15.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 23:01:30Z [standalone.StandaloneServiceChain.ServiceChain.15.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 23:01:31Z [standalone.StandaloneServiceChain.ServiceChain.15.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 23:01:31Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 23:01:32Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_COMPLETE state changed 2025-10-08 23:01:32Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_IN_PROGRESS state changed 2025-10-08 23:01:34Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_COMPLETE state changed 2025-10-08 23:01:34Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_IN_PROGRESS state changed 2025-10-08 23:01:34Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 23:01:34Z [standalone.StandaloneServiceChain.ServiceChain.17.GlanceLogging]: CREATE_IN_PROGRESS state changed 2025-10-08 23:01:34Z [standalone.StandaloneServiceChain.ServiceChain.17.GlanceLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 23:01:34Z [standalone.StandaloneServiceChain.ServiceChain.17.GlanceLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 23:01:34Z [standalone.StandaloneServiceChain.ServiceChain.17.GlanceLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 23:01:34Z [standalone.StandaloneServiceChain.ServiceChain.17.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 23:01:35Z [standalone.StandaloneServiceChain.ServiceChain.17.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2025-10-08 23:01:35Z [standalone.StandaloneServiceChain.ServiceChain.17.TLSProxyBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 23:01:35Z [standalone.StandaloneServiceChain.ServiceChain.17.GlanceLogging]: CREATE_COMPLETE state changed 2025-10-08 23:01:35Z [standalone.StandaloneServiceChain.ServiceChain.17.TLSProxyBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-08 23:01:35Z [standalone.StandaloneServiceChain.ServiceChain.17.TLSProxyBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-08 23:01:35Z [standalone.StandaloneServiceChain.ServiceChain.17.TLSProxyBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 23:01:36Z [standalone.StandaloneServiceChain.ServiceChain.17.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-08 23:01:36Z [standalone.StandaloneServiceChain.ServiceChain.17.TLSProxyBase]: CREATE_COMPLETE state changed 2025-10-08 23:01:37Z [standalone.StandaloneServiceChain.ServiceChain.17.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 23:01:37Z [standalone.StandaloneServiceChain.ServiceChain.17.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 23:01:37Z [standalone.StandaloneServiceChain.ServiceChain.17.MySQLClient]: CREATE_COMPLETE state changed 2025-10-08 23:01:38Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-08 23:01:39Z [standalone.StandaloneServiceChain.ServiceChain.17.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 23:01:39Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-08 23:01:40Z [standalone.StandaloneServiceChain.ServiceChain.17.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 23:01:40Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 23:01:41Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_COMPLETE state changed 2025-10-08 23:01:42Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_IN_PROGRESS state changed 2025-10-08 23:01:42Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 23:01:42Z [standalone.StandaloneServiceChain.ServiceChain.18.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-08 23:01:43Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceLogging]: CREATE_IN_PROGRESS state changed 2025-10-08 23:01:43Z [standalone.StandaloneServiceChain.ServiceChain.18.MySQLClient]: CREATE_COMPLETE state changed 2025-10-08 23:01:43Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 23:01:43Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 23:01:43Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 23:01:43Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 23:01:44Z [standalone.StandaloneServiceChain.ServiceChain.18.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 23:01:44Z [standalone.StandaloneServiceChain.ServiceChain.18.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 23:01:44Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceLogging]: CREATE_COMPLETE state changed 2025-10-08 23:01:45Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi]: CREATE_IN_PROGRESS state changed 2025-10-08 23:01:45Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 23:01:45Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-08 23:01:46Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 23:01:46Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-08 23:01:47Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.GlanceLogging]: CREATE_IN_PROGRESS state changed 2025-10-08 23:01:47Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.GlanceLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 23:01:47Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 23:01:47Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.GlanceLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 23:01:47Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.GlanceLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 23:01:47Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 23:01:48Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2025-10-08 23:01:48Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.TLSProxyBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 23:01:48Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.GlanceLogging]: CREATE_COMPLETE state changed 2025-10-08 23:01:48Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.TLSProxyBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-08 23:01:48Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.TLSProxyBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-08 23:01:48Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.TLSProxyBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 23:01:49Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 23:01:49Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 23:01:49Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.TLSProxyBase]: CREATE_COMPLETE state changed 2025-10-08 23:01:50Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-08 23:01:51Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.MySQLClient]: CREATE_COMPLETE state changed 2025-10-08 23:01:51Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 23:01:52Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi]: CREATE_COMPLETE state changed 2025-10-08 23:01:52Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 23:01:53Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_COMPLETE state changed 2025-10-08 23:01:53Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_IN_PROGRESS state changed 2025-10-08 23:01:54Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 23:01:54Z [standalone.StandaloneServiceChain.ServiceChain.19.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-08 23:01:55Z [standalone.StandaloneServiceChain.ServiceChain.19.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-08 23:01:55Z [standalone.StandaloneServiceChain.ServiceChain.19.MySQLClient]: CREATE_COMPLETE state changed 2025-10-08 23:01:55Z [standalone.StandaloneServiceChain.ServiceChain.19.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 23:01:55Z [standalone.StandaloneServiceChain.ServiceChain.19.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-08 23:01:55Z [standalone.StandaloneServiceChain.ServiceChain.19.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-08 23:01:55Z [standalone.StandaloneServiceChain.ServiceChain.19.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 23:01:56Z [standalone.StandaloneServiceChain.ServiceChain.19.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 23:01:56Z [standalone.StandaloneServiceChain.ServiceChain.19.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 23:01:56Z [standalone.StandaloneServiceChain.ServiceChain.19.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-08 23:01:57Z [standalone.StandaloneServiceChain.ServiceChain.19.GnocchiServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-08 23:01:58Z [standalone.StandaloneServiceChain.ServiceChain.19.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 23:01:58Z [standalone.StandaloneServiceChain.ServiceChain.19.GnocchiServiceBase]: CREATE_COMPLETE state changed 2025-10-08 23:01:59Z [standalone.StandaloneServiceChain.ServiceChain.19.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 23:01:59Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 23:02:00Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_COMPLETE state changed 2025-10-08 23:02:00Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_IN_PROGRESS state changed 2025-10-08 23:02:00Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 23:02:00Z [standalone.StandaloneServiceChain.ServiceChain.20.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-08 23:02:01Z [standalone.StandaloneServiceChain.ServiceChain.20.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 23:02:01Z [standalone.StandaloneServiceChain.ServiceChain.20.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 23:02:01Z [standalone.StandaloneServiceChain.ServiceChain.20.MySQLClient]: CREATE_COMPLETE state changed 2025-10-08 23:02:02Z [standalone.StandaloneServiceChain.ServiceChain.20.GnocchiServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-08 23:02:03Z [standalone.StandaloneServiceChain.ServiceChain.20.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 23:02:03Z [standalone.StandaloneServiceChain.ServiceChain.20.GnocchiServiceBase]: CREATE_COMPLETE state changed 2025-10-08 23:02:04Z [standalone.StandaloneServiceChain.ServiceChain.20.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 23:02:04Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 23:02:05Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_COMPLETE state changed 2025-10-08 23:02:06Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_IN_PROGRESS state changed 2025-10-08 23:02:06Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 23:02:06Z [standalone.StandaloneServiceChain.ServiceChain.21.GnocchiServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-08 23:02:07Z [standalone.StandaloneServiceChain.ServiceChain.21.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 23:02:07Z [standalone.StandaloneServiceChain.ServiceChain.21.GnocchiServiceBase]: CREATE_COMPLETE state changed 2025-10-08 23:02:08Z [standalone.StandaloneServiceChain.ServiceChain.21.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-08 23:02:08Z [standalone.StandaloneServiceChain.ServiceChain.21.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 23:02:09Z [standalone.StandaloneServiceChain.ServiceChain.21.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 23:02:09Z [standalone.StandaloneServiceChain.ServiceChain.21.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 23:02:09Z [standalone.StandaloneServiceChain.ServiceChain.21.MySQLClient]: CREATE_COMPLETE state changed 2025-10-08 23:02:09Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 23:02:10Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_COMPLETE state changed 2025-10-08 23:02:10Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_IN_PROGRESS state changed 2025-10-08 23:02:10Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 23:02:11Z [standalone.StandaloneServiceChain.ServiceChain.22.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 23:02:11Z [standalone.StandaloneServiceChain.ServiceChain.22.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 23:02:12Z [standalone.StandaloneServiceChain.ServiceChain.22.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 23:02:13Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyPublicTLS]: CREATE_IN_PROGRESS state changed 2025-10-08 23:02:13Z [standalone.StandaloneServiceChain.ServiceChain.22.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 23:02:14Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyInternalTLS]: CREATE_IN_PROGRESS state changed 2025-10-08 23:02:14Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyPublicTLS]: CREATE_COMPLETE state changed 2025-10-08 23:02:14Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyInternalTLS]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 23:02:14Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyInternalTLS.HAProxyNetworks]: CREATE_IN_PROGRESS state changed 2025-10-08 23:02:14Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyInternalTLS.HAProxyNetworks]: CREATE_COMPLETE state changed 2025-10-08 23:02:14Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyInternalTLS]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 23:02:15Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase]: CREATE_IN_PROGRESS state changed 2025-10-08 23:02:15Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 23:02:15Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyInternalTLS]: CREATE_COMPLETE state changed 2025-10-08 23:02:15Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 23:02:15Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 23:02:16Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 23:02:17Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyInternalTLS]: CREATE_IN_PROGRESS state changed 2025-10-08 23:02:17Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyInternalTLS]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 23:02:17Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 23:02:17Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyInternalTLS.HAProxyNetworks]: CREATE_IN_PROGRESS state changed 2025-10-08 23:02:17Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyInternalTLS.HAProxyNetworks]: CREATE_COMPLETE state changed 2025-10-08 23:02:17Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyInternalTLS]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 23:02:18Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyLogging]: CREATE_IN_PROGRESS state changed 2025-10-08 23:02:18Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyInternalTLS]: CREATE_COMPLETE state changed 2025-10-08 23:02:19Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyPublicTLS]: CREATE_IN_PROGRESS state changed 2025-10-08 23:02:19Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyLogging]: CREATE_COMPLETE state changed 2025-10-08 23:02:20Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyPublicTLS]: CREATE_COMPLETE state changed 2025-10-08 23:02:20Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 23:02:21Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase]: CREATE_COMPLETE state changed 2025-10-08 23:02:21Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 23:02:22Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_COMPLETE state changed 2025-10-08 23:02:22Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_IN_PROGRESS state changed 2025-10-08 23:02:23Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 23:02:23Z [standalone.StandaloneServiceChain.ServiceChain.23.HeatBase]: CREATE_IN_PROGRESS state changed 2025-10-08 23:02:24Z [standalone.StandaloneServiceChain.ServiceChain.23.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 23:02:24Z [standalone.StandaloneServiceChain.ServiceChain.23.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 23:02:24Z [standalone.StandaloneServiceChain.ServiceChain.23.HeatBase]: CREATE_COMPLETE state changed 2025-10-08 23:02:25Z [standalone.StandaloneServiceChain.ServiceChain.23.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 23:02:26Z [standalone.StandaloneServiceChain.ServiceChain.23.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-08 23:02:26Z [standalone.StandaloneServiceChain.ServiceChain.23.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 23:02:26Z [standalone.StandaloneServiceChain.ServiceChain.23.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 23:02:26Z [standalone.StandaloneServiceChain.ServiceChain.23.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-08 23:02:26Z [standalone.StandaloneServiceChain.ServiceChain.23.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-08 23:02:26Z [standalone.StandaloneServiceChain.ServiceChain.23.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 23:02:27Z [standalone.StandaloneServiceChain.ServiceChain.23.HeatApiLogging]: CREATE_IN_PROGRESS state changed 2025-10-08 23:02:27Z [standalone.StandaloneServiceChain.ServiceChain.23.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-08 23:02:28Z [standalone.StandaloneServiceChain.ServiceChain.23.HeatApiLogging]: CREATE_COMPLETE state changed 2025-10-08 23:02:28Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 23:02:29Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_COMPLETE state changed 2025-10-08 23:02:29Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_IN_PROGRESS state changed 2025-10-08 23:02:29Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 23:02:29Z [standalone.StandaloneServiceChain.ServiceChain.24.HeatBase]: CREATE_IN_PROGRESS state changed 2025-10-08 23:02:30Z [standalone.StandaloneServiceChain.ServiceChain.24.HeatApiCfnLogging]: CREATE_IN_PROGRESS state changed 2025-10-08 23:02:30Z [standalone.StandaloneServiceChain.ServiceChain.24.HeatBase]: CREATE_COMPLETE state changed 2025-10-08 23:02:31Z [standalone.StandaloneServiceChain.ServiceChain.24.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 23:02:31Z [standalone.StandaloneServiceChain.ServiceChain.24.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 23:02:32Z [standalone.StandaloneServiceChain.ServiceChain.24.HeatApiCfnLogging]: CREATE_COMPLETE state changed 2025-10-08 23:02:32Z [standalone.StandaloneServiceChain.ServiceChain.24.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 23:02:33Z [standalone.StandaloneServiceChain.ServiceChain.24.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-08 23:02:33Z [standalone.StandaloneServiceChain.ServiceChain.24.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 23:02:33Z [standalone.StandaloneServiceChain.ServiceChain.24.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 23:02:34Z [standalone.StandaloneServiceChain.ServiceChain.24.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-08 23:02:34Z [standalone.StandaloneServiceChain.ServiceChain.24.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-08 23:02:34Z [standalone.StandaloneServiceChain.ServiceChain.24.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 23:02:34Z [standalone.StandaloneServiceChain.ServiceChain.24.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-08 23:02:34Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 23:02:35Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_COMPLETE state changed 2025-10-08 23:02:36Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_IN_PROGRESS state changed 2025-10-08 23:02:36Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 23:02:36Z [standalone.StandaloneServiceChain.ServiceChain.25.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-08 23:02:37Z [standalone.StandaloneServiceChain.ServiceChain.25.HeatBase]: CREATE_IN_PROGRESS state changed 2025-10-08 23:02:37Z [standalone.StandaloneServiceChain.ServiceChain.25.MySQLClient]: CREATE_COMPLETE state changed 2025-10-08 23:02:38Z [standalone.StandaloneServiceChain.ServiceChain.25.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 23:02:38Z [standalone.StandaloneServiceChain.ServiceChain.25.HeatBase]: CREATE_COMPLETE state changed 2025-10-08 23:02:39Z [standalone.StandaloneServiceChain.ServiceChain.25.HeatEngineLogging]: CREATE_IN_PROGRESS state changed 2025-10-08 23:02:39Z [standalone.StandaloneServiceChain.ServiceChain.25.HeatEngineLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 23:02:39Z [standalone.StandaloneServiceChain.ServiceChain.25.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 23:02:39Z [standalone.StandaloneServiceChain.ServiceChain.25.HeatEngineLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 23:02:39Z [standalone.StandaloneServiceChain.ServiceChain.25.HeatEngineLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 23:02:39Z [standalone.StandaloneServiceChain.ServiceChain.25.HeatEngineLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 23:02:40Z [standalone.StandaloneServiceChain.ServiceChain.25.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 23:02:40Z [standalone.StandaloneServiceChain.ServiceChain.25.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 23:02:40Z [standalone.StandaloneServiceChain.ServiceChain.25.HeatEngineLogging]: CREATE_COMPLETE state changed 2025-10-08 23:02:40Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 23:02:41Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_COMPLETE state changed 2025-10-08 23:02:42Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_IN_PROGRESS state changed 2025-10-08 23:02:42Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 23:02:42Z [standalone.StandaloneServiceChain.ServiceChain.26.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 23:02:43Z [standalone.StandaloneServiceChain.ServiceChain.26.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 23:02:43Z [standalone.StandaloneServiceChain.ServiceChain.26.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 23:02:43Z [standalone.StandaloneServiceChain.ServiceChain.26.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 23:02:43Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 23:02:44Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_COMPLETE state changed 2025-10-08 23:02:44Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_IN_PROGRESS state changed 2025-10-08 23:02:45Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_COMPLETE state changed 2025-10-08 23:02:46Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_IN_PROGRESS state changed 2025-10-08 23:02:46Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 23:02:46Z [standalone.StandaloneServiceChain.ServiceChain.28.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 23:02:46Z [standalone.StandaloneServiceChain.ServiceChain.28.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 23:02:47Z [standalone.StandaloneServiceChain.ServiceChain.28.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 23:02:48Z [standalone.StandaloneServiceChain.ServiceChain.28.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 23:02:48Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 23:02:49Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_COMPLETE state changed 2025-10-08 23:02:49Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_IN_PROGRESS state changed 2025-10-08 23:02:49Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 23:02:49Z [standalone.StandaloneServiceChain.ServiceChain.29.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 23:02:49Z [standalone.StandaloneServiceChain.ServiceChain.29.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 23:02:49Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 23:02:50Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_COMPLETE state changed 2025-10-08 23:02:50Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_IN_PROGRESS state changed 2025-10-08 23:02:51Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 23:02:51Z [standalone.StandaloneServiceChain.ServiceChain.30.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-08 23:02:52Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-08 23:02:52Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 23:02:52Z [standalone.StandaloneServiceChain.ServiceChain.30.MySQLClient]: CREATE_COMPLETE state changed 2025-10-08 23:02:52Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-08 23:02:52Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-08 23:02:52Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 23:02:53Z [standalone.StandaloneServiceChain.ServiceChain.30.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 23:02:53Z [standalone.StandaloneServiceChain.ServiceChain.30.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 23:02:53Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-08 23:02:54Z [standalone.StandaloneServiceChain.ServiceChain.30.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 23:02:55Z [standalone.StandaloneServiceChain.ServiceChain.30.KeystoneLogging]: CREATE_IN_PROGRESS state changed 2025-10-08 23:02:55Z [standalone.StandaloneServiceChain.ServiceChain.30.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 23:02:55Z [standalone.StandaloneServiceChain.ServiceChain.30.KeystoneLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 23:02:55Z [standalone.StandaloneServiceChain.ServiceChain.30.KeystoneLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 23:02:55Z [standalone.StandaloneServiceChain.ServiceChain.30.KeystoneLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 23:02:55Z [standalone.StandaloneServiceChain.ServiceChain.30.KeystoneLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 23:02:56Z [standalone.StandaloneServiceChain.ServiceChain.30.KeystoneLogging]: CREATE_COMPLETE state changed 2025-10-08 23:02:56Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 23:02:57Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_COMPLETE state changed 2025-10-08 23:02:57Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_IN_PROGRESS state changed 2025-10-08 23:02:57Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 23:02:57Z [standalone.StandaloneServiceChain.ServiceChain.31.ManilaBase]: CREATE_IN_PROGRESS state changed 2025-10-08 23:02:58Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-08 23:02:59Z [standalone.StandaloneServiceChain.ServiceChain.31.ManilaBase]: CREATE_COMPLETE state changed 2025-10-08 23:02:59Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 23:02:59Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-08 23:02:59Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-08 23:02:59Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 23:02:59Z [standalone.StandaloneServiceChain.ServiceChain.31.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-08 23:03:00Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-08 23:03:00Z [standalone.StandaloneServiceChain.ServiceChain.31.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 23:03:01Z [standalone.StandaloneServiceChain.ServiceChain.31.MySQLClient]: CREATE_COMPLETE state changed 2025-10-08 23:03:01Z [standalone.StandaloneServiceChain.ServiceChain.31.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 23:03:01Z [standalone.StandaloneServiceChain.ServiceChain.31.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 23:03:02Z [standalone.StandaloneServiceChain.ServiceChain.31.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 23:03:02Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 23:03:02Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_COMPLETE state changed 2025-10-08 23:03:03Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_IN_PROGRESS state changed 2025-10-08 23:03:04Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_COMPLETE state changed 2025-10-08 23:03:04Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_IN_PROGRESS state changed 2025-10-08 23:03:04Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 23:03:05Z [standalone.StandaloneServiceChain.ServiceChain.33.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 23:03:05Z [standalone.StandaloneServiceChain.ServiceChain.33.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 23:03:06Z [standalone.StandaloneServiceChain.ServiceChain.33.ManilaBase]: CREATE_IN_PROGRESS state changed 2025-10-08 23:03:07Z [standalone.StandaloneServiceChain.ServiceChain.33.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 23:03:07Z [standalone.StandaloneServiceChain.ServiceChain.33.ManilaBase]: CREATE_COMPLETE state changed 2025-10-08 23:03:08Z [standalone.StandaloneServiceChain.ServiceChain.33.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-08 23:03:08Z [standalone.StandaloneServiceChain.ServiceChain.33.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 23:03:09Z [standalone.StandaloneServiceChain.ServiceChain.33.MySQLClient]: CREATE_COMPLETE state changed 2025-10-08 23:03:09Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 23:03:09Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_COMPLETE state changed 2025-10-08 23:03:10Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_IN_PROGRESS state changed 2025-10-08 23:03:10Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 23:03:10Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 23:03:10Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 23:03:10Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 23:03:11Z [standalone.StandaloneServiceChain.ServiceChain.34.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 23:03:11Z [standalone.StandaloneServiceChain.ServiceChain.34.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 23:03:11Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 23:03:11Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 23:03:12Z [standalone.StandaloneServiceChain.ServiceChain.34.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-08 23:03:12Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaCommon]: CREATE_COMPLETE state changed 2025-10-08 23:03:13Z [standalone.StandaloneServiceChain.ServiceChain.34.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 23:03:13Z [standalone.StandaloneServiceChain.ServiceChain.34.MySQLClient]: CREATE_COMPLETE state changed 2025-10-08 23:03:14Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase]: CREATE_IN_PROGRESS state changed 2025-10-08 23:03:14Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 23:03:14Z [standalone.StandaloneServiceChain.ServiceChain.34.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 23:03:14Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 23:03:15Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ManilaBase]: CREATE_IN_PROGRESS state changed 2025-10-08 23:03:15Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 23:03:16Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-08 23:03:16Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ManilaBase]: CREATE_COMPLETE state changed 2025-10-08 23:03:17Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 23:03:17Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 23:03:17Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.MySQLClient]: CREATE_COMPLETE state changed 2025-10-08 23:03:18Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ManilaShareCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 23:03:18Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ManilaShareCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 23:03:18Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ManilaShareCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 23:03:20Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ManilaShareCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 23:03:20Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ManilaShareCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 23:03:20Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ManilaShareCommon]: CREATE_COMPLETE state changed 2025-10-08 23:03:20Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 23:03:21Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase]: CREATE_COMPLETE state changed 2025-10-08 23:03:21Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 23:03:22Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_COMPLETE state changed 2025-10-08 23:03:23Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_IN_PROGRESS state changed 2025-10-08 23:03:23Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 23:03:23Z [standalone.StandaloneServiceChain.ServiceChain.35.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 23:03:23Z [standalone.StandaloneServiceChain.ServiceChain.35.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 23:03:24Z [standalone.StandaloneServiceChain.ServiceChain.35.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 23:03:25Z [standalone.StandaloneServiceChain.ServiceChain.35.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 23:03:25Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 23:03:26Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_COMPLETE state changed 2025-10-08 23:03:26Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_IN_PROGRESS state changed 2025-10-08 23:03:26Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 23:03:27Z [standalone.StandaloneServiceChain.ServiceChain.36.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 23:03:27Z [standalone.StandaloneServiceChain.ServiceChain.36.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 23:03:28Z [standalone.StandaloneServiceChain.ServiceChain.36.MysqlBase]: CREATE_IN_PROGRESS state changed 2025-10-08 23:03:29Z [standalone.StandaloneServiceChain.ServiceChain.36.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 23:03:29Z [standalone.StandaloneServiceChain.ServiceChain.36.MysqlBase]: CREATE_COMPLETE state changed 2025-10-08 23:03:30Z [standalone.StandaloneServiceChain.ServiceChain.36.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 23:03:30Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 23:03:30Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_COMPLETE state changed 2025-10-08 23:03:31Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_IN_PROGRESS state changed 2025-10-08 23:03:32Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_COMPLETE state changed 2025-10-08 23:03:32Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_IN_PROGRESS state changed 2025-10-08 23:03:32Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 23:03:33Z [standalone.StandaloneServiceChain.ServiceChain.38.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-08 23:03:34Z [standalone.StandaloneServiceChain.ServiceChain.38.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-10-08 23:03:34Z [standalone.StandaloneServiceChain.ServiceChain.38.MySQLClient]: CREATE_COMPLETE state changed 2025-10-08 23:03:35Z [standalone.StandaloneServiceChain.ServiceChain.38.NeutronLogging]: CREATE_IN_PROGRESS state changed 2025-10-08 23:03:35Z [standalone.StandaloneServiceChain.ServiceChain.38.NeutronLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 23:03:35Z [standalone.StandaloneServiceChain.ServiceChain.38.NeutronBase]: CREATE_COMPLETE state changed 2025-10-08 23:03:35Z [standalone.StandaloneServiceChain.ServiceChain.38.NeutronLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 23:03:35Z [standalone.StandaloneServiceChain.ServiceChain.38.NeutronLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 23:03:35Z [standalone.StandaloneServiceChain.ServiceChain.38.NeutronLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 23:03:36Z [standalone.StandaloneServiceChain.ServiceChain.38.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 23:03:36Z [standalone.StandaloneServiceChain.ServiceChain.38.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 23:03:36Z [standalone.StandaloneServiceChain.ServiceChain.38.NeutronLogging]: CREATE_COMPLETE state changed 2025-10-08 23:03:37Z [standalone.StandaloneServiceChain.ServiceChain.38.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2025-10-08 23:03:37Z [standalone.StandaloneServiceChain.ServiceChain.38.TLSProxyBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 23:03:37Z [standalone.StandaloneServiceChain.ServiceChain.38.TLSProxyBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-08 23:03:37Z [standalone.StandaloneServiceChain.ServiceChain.38.TLSProxyBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-08 23:03:37Z [standalone.StandaloneServiceChain.ServiceChain.38.TLSProxyBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 23:03:38Z [standalone.StandaloneServiceChain.ServiceChain.38.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 23:03:38Z [standalone.StandaloneServiceChain.ServiceChain.38.TLSProxyBase]: CREATE_COMPLETE state changed 2025-10-08 23:03:39Z [standalone.StandaloneServiceChain.ServiceChain.38.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 23:03:39Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 23:03:39Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_COMPLETE state changed 2025-10-08 23:03:40Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_IN_PROGRESS state changed 2025-10-08 23:03:40Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 23:03:40Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-10-08 23:03:40Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 23:03:40Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase.NeutronMl2Base]: CREATE_IN_PROGRESS state changed 2025-10-08 23:03:40Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase.NeutronMl2Base]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 23:03:40Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase.NeutronMl2Base.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-10-08 23:03:41Z [standalone.StandaloneServiceChain.ServiceChain.39.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 23:03:41Z [standalone.StandaloneServiceChain.ServiceChain.39.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 23:03:42Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase.NeutronMl2Base.NeutronBase]: CREATE_COMPLETE state changed 2025-10-08 23:03:42Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase.NeutronMl2Base]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 23:03:42Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase.NeutronMl2Base]: CREATE_COMPLETE state changed 2025-10-08 23:03:42Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 23:03:43Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase]: CREATE_COMPLETE state changed 2025-10-08 23:03:43Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 23:03:44Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_COMPLETE state changed 2025-10-08 23:03:45Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_IN_PROGRESS state changed 2025-10-08 23:03:45Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 23:03:45Z [standalone.StandaloneServiceChain.ServiceChain.40.NeutronLogging]: CREATE_IN_PROGRESS state changed 2025-10-08 23:03:46Z [standalone.StandaloneServiceChain.ServiceChain.40.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 23:03:46Z [standalone.StandaloneServiceChain.ServiceChain.40.NeutronLogging]: CREATE_COMPLETE state changed 2025-10-08 23:03:47Z [standalone.StandaloneServiceChain.ServiceChain.40.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 23:03:47Z [standalone.StandaloneServiceChain.ServiceChain.40.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 23:03:47Z [standalone.StandaloneServiceChain.ServiceChain.40.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 23:03:48Z [standalone.StandaloneServiceChain.ServiceChain.40.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-10-08 23:03:49Z [standalone.StandaloneServiceChain.ServiceChain.40.NeutronBase]: CREATE_COMPLETE state changed 2025-10-08 23:03:49Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 23:03:50Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_COMPLETE state changed 2025-10-08 23:03:50Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_IN_PROGRESS state changed 2025-10-08 23:03:51Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 23:03:51Z [standalone.StandaloneServiceChain.ServiceChain.41.NeutronLogging]: CREATE_IN_PROGRESS state changed 2025-10-08 23:03:52Z [standalone.StandaloneServiceChain.ServiceChain.41.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 23:03:52Z [standalone.StandaloneServiceChain.ServiceChain.41.NeutronLogging]: CREATE_COMPLETE state changed 2025-10-08 23:03:53Z [standalone.StandaloneServiceChain.ServiceChain.41.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-10-08 23:03:53Z [standalone.StandaloneServiceChain.ServiceChain.41.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 23:03:54Z [standalone.StandaloneServiceChain.ServiceChain.41.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 23:03:54Z [standalone.StandaloneServiceChain.ServiceChain.41.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 23:03:54Z [standalone.StandaloneServiceChain.ServiceChain.41.NeutronBase]: CREATE_COMPLETE state changed 2025-10-08 23:03:54Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 23:03:55Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_COMPLETE state changed 2025-10-08 23:03:55Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_IN_PROGRESS state changed 2025-10-08 23:03:55Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 23:03:55Z [standalone.StandaloneServiceChain.ServiceChain.42.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-08 23:03:56Z [standalone.StandaloneServiceChain.ServiceChain.42.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 23:03:56Z [standalone.StandaloneServiceChain.ServiceChain.42.MySQLClient]: CREATE_COMPLETE state changed 2025-10-08 23:03:57Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaBase]: CREATE_IN_PROGRESS state changed 2025-10-08 23:03:57Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 23:03:58Z [standalone.StandaloneServiceChain.ServiceChain.42.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 23:03:58Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 23:03:58Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 23:03:58Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 23:03:58Z [standalone.StandaloneServiceChain.ServiceChain.42.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-08 23:03:58Z [standalone.StandaloneServiceChain.ServiceChain.42.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 23:03:59Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaBase]: CREATE_COMPLETE state changed 2025-10-08 23:03:59Z [standalone.StandaloneServiceChain.ServiceChain.42.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-08 23:03:59Z [standalone.StandaloneServiceChain.ServiceChain.42.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-08 23:03:59Z [standalone.StandaloneServiceChain.ServiceChain.42.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 23:03:59Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-10-08 23:04:00Z [standalone.StandaloneServiceChain.ServiceChain.42.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-08 23:04:00Z [standalone.StandaloneServiceChain.ServiceChain.42.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 23:04:00Z [standalone.StandaloneServiceChain.ServiceChain.42.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 23:04:00Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaDBClient]: CREATE_COMPLETE state changed 2025-10-08 23:04:01Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2025-10-08 23:04:02Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaApiLogging]: CREATE_IN_PROGRESS state changed 2025-10-08 23:04:02Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaApiLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 23:04:02Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaApiDBClient]: CREATE_COMPLETE state changed 2025-10-08 23:04:03Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaApiLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 23:04:03Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaApiLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 23:04:03Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaApiLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 23:04:03Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaApiLogging]: CREATE_COMPLETE state changed 2025-10-08 23:04:04Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 23:04:04Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_COMPLETE state changed 2025-10-08 23:04:05Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_IN_PROGRESS state changed 2025-10-08 23:04:05Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 23:04:05Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaBase]: CREATE_IN_PROGRESS state changed 2025-10-08 23:04:05Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 23:04:06Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 23:04:06Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 23:04:06Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 23:04:06Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-10-08 23:04:06Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaBase]: CREATE_COMPLETE state changed 2025-10-08 23:04:07Z [standalone.StandaloneServiceChain.ServiceChain.43.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 23:04:07Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaDBClient]: CREATE_COMPLETE state changed 2025-10-08 23:04:08Z [standalone.StandaloneServiceChain.ServiceChain.43.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 23:04:08Z [standalone.StandaloneServiceChain.ServiceChain.43.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 23:04:08Z [standalone.StandaloneServiceChain.ServiceChain.43.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 23:04:08Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLogging]: CREATE_IN_PROGRESS state changed 2025-10-08 23:04:09Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 23:04:09Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 23:04:09Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 23:04:09Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2025-10-08 23:04:10Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2025-10-08 23:04:10Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2025-10-08 23:04:10Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 23:04:10Z [standalone.StandaloneServiceChain.ServiceChain.43.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-08 23:04:10Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaApiDBClient]: CREATE_COMPLETE state changed 2025-10-08 23:04:11Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLogging]: CREATE_COMPLETE state changed 2025-10-08 23:04:11Z [standalone.StandaloneServiceChain.ServiceChain.43.MySQLClient]: CREATE_COMPLETE state changed 2025-10-08 23:04:11Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 23:04:12Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_COMPLETE state changed 2025-10-08 23:04:13Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_IN_PROGRESS state changed 2025-10-08 23:04:13Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 23:04:13Z [standalone.StandaloneServiceChain.ServiceChain.44.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 23:04:13Z [standalone.StandaloneServiceChain.ServiceChain.44.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 23:04:14Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-10-08 23:04:15Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaMetadataLogging]: CREATE_IN_PROGRESS state changed 2025-10-08 23:04:15Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaMetadataLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 23:04:15Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaDBClient]: CREATE_COMPLETE state changed 2025-10-08 23:04:15Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaMetadataLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 23:04:15Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaMetadataLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 23:04:15Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaMetadataLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 23:04:16Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaBase]: CREATE_IN_PROGRESS state changed 2025-10-08 23:04:16Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 23:04:16Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaMetadataLogging]: CREATE_COMPLETE state changed 2025-10-08 23:04:16Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 23:04:16Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 23:04:16Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 23:04:17Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2025-10-08 23:04:17Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaBase]: CREATE_COMPLETE state changed 2025-10-08 23:04:18Z [standalone.StandaloneServiceChain.ServiceChain.44.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-08 23:04:18Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaApiDBClient]: CREATE_COMPLETE state changed 2025-10-08 23:04:18Z [standalone.StandaloneServiceChain.ServiceChain.44.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 23:04:18Z [standalone.StandaloneServiceChain.ServiceChain.44.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-08 23:04:18Z [standalone.StandaloneServiceChain.ServiceChain.44.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-08 23:04:18Z [standalone.StandaloneServiceChain.ServiceChain.44.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 23:04:19Z [standalone.StandaloneServiceChain.ServiceChain.44.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 23:04:19Z [standalone.StandaloneServiceChain.ServiceChain.44.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-08 23:04:20Z [standalone.StandaloneServiceChain.ServiceChain.44.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-08 23:04:20Z [standalone.StandaloneServiceChain.ServiceChain.44.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 23:04:21Z [standalone.StandaloneServiceChain.ServiceChain.44.MySQLClient]: CREATE_COMPLETE state changed 2025-10-08 23:04:21Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 23:04:22Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_COMPLETE state changed 2025-10-08 23:04:23Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_IN_PROGRESS state changed 2025-10-08 23:04:23Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 23:04:23Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-10-08 23:04:24Z [standalone.StandaloneServiceChain.ServiceChain.45.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 23:04:24Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaDBClient]: CREATE_COMPLETE state changed 2025-10-08 23:04:25Z [standalone.StandaloneServiceChain.ServiceChain.45.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-08 23:04:25Z [standalone.StandaloneServiceChain.ServiceChain.45.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 23:04:26Z [standalone.StandaloneServiceChain.ServiceChain.45.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 23:04:26Z [standalone.StandaloneServiceChain.ServiceChain.45.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 23:04:26Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging]: CREATE_IN_PROGRESS state changed 2025-10-08 23:04:26Z [standalone.StandaloneServiceChain.ServiceChain.45.MySQLClient]: CREATE_COMPLETE state changed 2025-10-08 23:04:26Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 23:04:27Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 23:04:27Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 23:04:27Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2025-10-08 23:04:28Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2025-10-08 23:04:28Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2025-10-08 23:04:28Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 23:04:28Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaBase]: CREATE_IN_PROGRESS state changed 2025-10-08 23:04:28Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 23:04:28Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaApiDBClient]: CREATE_COMPLETE state changed 2025-10-08 23:04:28Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 23:04:28Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 23:04:28Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 23:04:28Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging]: CREATE_COMPLETE state changed 2025-10-08 23:04:29Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaBase]: CREATE_COMPLETE state changed 2025-10-08 23:04:29Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 23:04:30Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_COMPLETE state changed 2025-10-08 23:04:31Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_IN_PROGRESS state changed 2025-10-08 23:04:31Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 23:04:31Z [standalone.StandaloneServiceChain.ServiceChain.46.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 23:04:32Z [standalone.StandaloneServiceChain.ServiceChain.46.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 23:04:32Z [standalone.StandaloneServiceChain.ServiceChain.46.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 23:04:32Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaLogging]: CREATE_IN_PROGRESS state changed 2025-10-08 23:04:32Z [standalone.StandaloneServiceChain.ServiceChain.46.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 23:04:32Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 23:04:32Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2025-10-08 23:04:32Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2025-10-08 23:04:33Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaComputeCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 23:04:33Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 23:04:33Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 23:04:33Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 23:04:34Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaBase]: CREATE_IN_PROGRESS state changed 2025-10-08 23:04:34Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 23:04:34Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaComputeCommon]: CREATE_COMPLETE state changed 2025-10-08 23:04:34Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 23:04:34Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaLogging]: CREATE_COMPLETE state changed 2025-10-08 23:04:34Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 23:04:34Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 23:04:35Z [standalone.StandaloneServiceChain.ServiceChain.46.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-08 23:04:35Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaBase]: CREATE_COMPLETE state changed 2025-10-08 23:04:36Z [standalone.StandaloneServiceChain.ServiceChain.46.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-08 23:04:36Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 23:04:37Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_COMPLETE state changed 2025-10-08 23:04:38Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_IN_PROGRESS state changed 2025-10-08 23:04:38Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 23:04:38Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaLibvirtLogging]: CREATE_IN_PROGRESS state changed 2025-10-08 23:04:39Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaBase]: CREATE_IN_PROGRESS state changed 2025-10-08 23:04:39Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 23:04:39Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaLibvirtLogging]: CREATE_COMPLETE state changed 2025-10-08 23:04:39Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 23:04:39Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 23:04:39Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 23:04:40Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaLibvirtCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 23:04:40Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaLibvirtCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 23:04:40Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaBase]: CREATE_COMPLETE state changed 2025-10-08 23:04:40Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaLibvirtCommon.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 23:04:40Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaLibvirtCommon.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 23:04:40Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaLibvirtCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 23:04:41Z [standalone.StandaloneServiceChain.ServiceChain.47.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 23:04:41Z [standalone.StandaloneServiceChain.ServiceChain.47.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 23:04:41Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaLibvirtCommon]: CREATE_COMPLETE state changed 2025-10-08 23:04:42Z [standalone.StandaloneServiceChain.ServiceChain.47.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 23:04:43Z [standalone.StandaloneServiceChain.ServiceChain.47.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 23:04:43Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 23:04:44Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_COMPLETE state changed 2025-10-08 23:04:44Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_IN_PROGRESS state changed 2025-10-08 23:04:44Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 23:04:45Z [standalone.StandaloneServiceChain.ServiceChain.48.SshdBase]: CREATE_IN_PROGRESS state changed 2025-10-08 23:04:46Z [standalone.StandaloneServiceChain.ServiceChain.48.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 23:04:46Z [standalone.StandaloneServiceChain.ServiceChain.48.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 23:04:46Z [standalone.StandaloneServiceChain.ServiceChain.48.SshdBase]: CREATE_COMPLETE state changed 2025-10-08 23:04:47Z [standalone.StandaloneServiceChain.ServiceChain.48.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 23:04:48Z [standalone.StandaloneServiceChain.ServiceChain.48.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 23:04:48Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 23:04:48Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_COMPLETE state changed 2025-10-08 23:04:49Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_IN_PROGRESS state changed 2025-10-08 23:04:49Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 23:04:49Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_IN_PROGRESS state changed 2025-10-08 23:04:49Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 23:04:49Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 23:04:49Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 23:04:49Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 23:04:50Z [standalone.StandaloneServiceChain.ServiceChain.49.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 23:04:50Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_COMPLETE state changed 2025-10-08 23:04:51Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-10-08 23:04:51Z [standalone.StandaloneServiceChain.ServiceChain.49.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 23:04:52Z [standalone.StandaloneServiceChain.ServiceChain.49.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 23:04:52Z [standalone.StandaloneServiceChain.ServiceChain.49.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 23:04:52Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaDBClient]: CREATE_COMPLETE state changed 2025-10-08 23:04:52Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_IN_PROGRESS state changed 2025-10-08 23:04:52Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 23:04:52Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2025-10-08 23:04:52Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2025-10-08 23:04:53Z [standalone.StandaloneServiceChain.ServiceChain.49.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-08 23:04:53Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 23:04:53Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 23:04:53Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 23:04:54Z [standalone.StandaloneServiceChain.ServiceChain.49.MySQLClient]: CREATE_COMPLETE state changed 2025-10-08 23:04:54Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_COMPLETE state changed 2025-10-08 23:04:54Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 23:04:55Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_COMPLETE state changed 2025-10-08 23:04:56Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_IN_PROGRESS state changed 2025-10-08 23:04:56Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 23:04:56Z [standalone.StandaloneServiceChain.ServiceChain.50.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 23:04:57Z [standalone.StandaloneServiceChain.ServiceChain.50.OVNBridgeMappingsValue]: CREATE_IN_PROGRESS state changed 2025-10-08 23:04:57Z [standalone.StandaloneServiceChain.ServiceChain.50.OVNBridgeMappingsValue]: CREATE_COMPLETE state changed 2025-10-08 23:04:57Z [standalone.StandaloneServiceChain.ServiceChain.50.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 23:04:58Z [standalone.StandaloneServiceChain.ServiceChain.50.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 23:04:58Z [standalone.StandaloneServiceChain.ServiceChain.50.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 23:04:58Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 23:04:59Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_COMPLETE state changed 2025-10-08 23:04:59Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_IN_PROGRESS state changed 2025-10-08 23:04:59Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 23:04:59Z [standalone.StandaloneServiceChain.ServiceChain.51.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 23:04:59Z [standalone.StandaloneServiceChain.ServiceChain.51.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 23:05:00Z [standalone.StandaloneServiceChain.ServiceChain.51.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 23:05:01Z [standalone.StandaloneServiceChain.ServiceChain.51.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 23:05:01Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 23:05:02Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_COMPLETE state changed 2025-10-08 23:05:03Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_IN_PROGRESS state changed 2025-10-08 23:05:03Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 23:05:03Z [standalone.StandaloneServiceChain.ServiceChain.52.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 23:05:04Z [standalone.StandaloneServiceChain.ServiceChain.52.NeutronLogging]: CREATE_IN_PROGRESS state changed 2025-10-08 23:05:04Z [standalone.StandaloneServiceChain.ServiceChain.52.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 23:05:05Z [standalone.StandaloneServiceChain.ServiceChain.52.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-10-08 23:05:05Z [standalone.StandaloneServiceChain.ServiceChain.52.NeutronLogging]: CREATE_COMPLETE state changed 2025-10-08 23:05:06Z [standalone.StandaloneServiceChain.ServiceChain.52.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 23:05:06Z [standalone.StandaloneServiceChain.ServiceChain.52.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 23:05:06Z [standalone.StandaloneServiceChain.ServiceChain.52.NeutronBase]: CREATE_COMPLETE state changed 2025-10-08 23:05:06Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 23:05:07Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_COMPLETE state changed 2025-10-08 23:05:07Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_IN_PROGRESS state changed 2025-10-08 23:05:07Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 23:05:08Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker]: CREATE_IN_PROGRESS state changed 2025-10-08 23:05:08Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 23:05:08Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 23:05:08Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 23:05:09Z [standalone.StandaloneServiceChain.ServiceChain.53.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-08 23:05:09Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker.OctaviaBase]: CREATE_IN_PROGRESS state changed 2025-10-08 23:05:10Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaProviderConfig]: CREATE_IN_PROGRESS state changed 2025-10-08 23:05:10Z [standalone.StandaloneServiceChain.ServiceChain.53.MySQLClient]: CREATE_COMPLETE state changed 2025-10-08 23:05:10Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-08 23:05:10Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker.OctaviaBase]: CREATE_COMPLETE state changed 2025-10-08 23:05:11Z [standalone.StandaloneServiceChain.ServiceChain.53.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 23:05:11Z [standalone.StandaloneServiceChain.ServiceChain.53.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 23:05:11Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaProviderConfig]: CREATE_COMPLETE state changed 2025-10-08 23:05:11Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 23:05:11Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker.MySQLClient]: CREATE_COMPLETE state changed 2025-10-08 23:05:12Z [standalone.StandaloneServiceChain.ServiceChain.53.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 23:05:12Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 23:05:12Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 23:05:13Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaBase]: CREATE_IN_PROGRESS state changed 2025-10-08 23:05:13Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker]: CREATE_COMPLETE state changed 2025-10-08 23:05:13Z [standalone.StandaloneServiceChain.ServiceChain.53.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 23:05:14Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaBase]: CREATE_COMPLETE state changed 2025-10-08 23:05:14Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 23:05:15Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_COMPLETE state changed 2025-10-08 23:05:15Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_IN_PROGRESS state changed 2025-10-08 23:05:15Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 23:05:15Z [standalone.StandaloneServiceChain.ServiceChain.54.OctaviaVars]: CREATE_IN_PROGRESS state changed 2025-10-08 23:05:15Z [standalone.StandaloneServiceChain.ServiceChain.54.OctaviaVars]: CREATE_COMPLETE state changed 2025-10-08 23:05:15Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 23:05:16Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_COMPLETE state changed 2025-10-08 23:05:17Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_IN_PROGRESS state changed 2025-10-08 23:05:17Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 23:05:17Z [standalone.StandaloneServiceChain.ServiceChain.55.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 23:05:17Z [standalone.StandaloneServiceChain.ServiceChain.55.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 23:05:18Z [standalone.StandaloneServiceChain.ServiceChain.55.OctaviaBase]: CREATE_IN_PROGRESS state changed 2025-10-08 23:05:19Z [standalone.StandaloneServiceChain.ServiceChain.55.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-08 23:05:19Z [standalone.StandaloneServiceChain.ServiceChain.55.OctaviaBase]: CREATE_COMPLETE state changed 2025-10-08 23:05:20Z [standalone.StandaloneServiceChain.ServiceChain.55.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 23:05:20Z [standalone.StandaloneServiceChain.ServiceChain.55.MySQLClient]: CREATE_COMPLETE state changed 2025-10-08 23:05:21Z [standalone.StandaloneServiceChain.ServiceChain.55.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 23:05:21Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 23:05:22Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_COMPLETE state changed 2025-10-08 23:05:22Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_IN_PROGRESS state changed 2025-10-08 23:05:22Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 23:05:23Z [standalone.StandaloneServiceChain.ServiceChain.56.OctaviaBase]: CREATE_IN_PROGRESS state changed 2025-10-08 23:05:24Z [standalone.StandaloneServiceChain.ServiceChain.56.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-08 23:05:24Z [standalone.StandaloneServiceChain.ServiceChain.56.OctaviaBase]: CREATE_COMPLETE state changed 2025-10-08 23:05:25Z [standalone.StandaloneServiceChain.ServiceChain.56.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 23:05:25Z [standalone.StandaloneServiceChain.ServiceChain.56.MySQLClient]: CREATE_COMPLETE state changed 2025-10-08 23:05:26Z [standalone.StandaloneServiceChain.ServiceChain.56.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 23:05:26Z [standalone.StandaloneServiceChain.ServiceChain.56.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 23:05:26Z [standalone.StandaloneServiceChain.ServiceChain.56.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 23:05:26Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 23:05:26Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_COMPLETE state changed 2025-10-08 23:05:27Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_IN_PROGRESS state changed 2025-10-08 23:05:27Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 23:05:27Z [standalone.StandaloneServiceChain.ServiceChain.57.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 23:05:27Z [standalone.StandaloneServiceChain.ServiceChain.57.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 23:05:28Z [standalone.StandaloneServiceChain.ServiceChain.57.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 23:05:29Z [standalone.StandaloneServiceChain.ServiceChain.57.OctaviaBase]: CREATE_IN_PROGRESS state changed 2025-10-08 23:05:29Z [standalone.StandaloneServiceChain.ServiceChain.57.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 23:05:30Z [standalone.StandaloneServiceChain.ServiceChain.57.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-08 23:05:30Z [standalone.StandaloneServiceChain.ServiceChain.57.OctaviaBase]: CREATE_COMPLETE state changed 2025-10-08 23:05:31Z [standalone.StandaloneServiceChain.ServiceChain.57.MySQLClient]: CREATE_COMPLETE state changed 2025-10-08 23:05:31Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 23:05:32Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_COMPLETE state changed 2025-10-08 23:05:33Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_IN_PROGRESS state changed 2025-10-08 23:05:34Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_COMPLETE state changed 2025-10-08 23:05:34Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_IN_PROGRESS state changed 2025-10-08 23:05:34Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 23:05:34Z [standalone.StandaloneServiceChain.ServiceChain.59.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 23:05:35Z [standalone.StandaloneServiceChain.ServiceChain.59.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 23:05:35Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 23:05:36Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_COMPLETE state changed 2025-10-08 23:05:37Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_IN_PROGRESS state changed 2025-10-08 23:05:37Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 23:05:37Z [standalone.StandaloneServiceChain.ServiceChain.60.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 23:05:38Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase]: CREATE_IN_PROGRESS state changed 2025-10-08 23:05:38Z [standalone.StandaloneServiceChain.ServiceChain.60.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 23:05:38Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 23:05:38Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RabbitMQServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-08 23:05:38Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RabbitMQServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 23:05:38Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RabbitMQServiceBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 23:05:39Z [standalone.StandaloneServiceChain.ServiceChain.60.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 23:05:39Z [standalone.StandaloneServiceChain.ServiceChain.60.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 23:05:39Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 23:05:39Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RabbitMQServiceBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 23:05:39Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RabbitMQServiceBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 23:05:39Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RabbitMQServiceBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 23:05:39Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RabbitMQServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 23:05:40Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 23:05:40Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 23:05:40Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RabbitMQServiceBase]: CREATE_COMPLETE state changed 2025-10-08 23:05:40Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 23:05:40Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 23:05:41Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase]: CREATE_COMPLETE state changed 2025-10-08 23:05:41Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 23:05:42Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_COMPLETE state changed 2025-10-08 23:05:42Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_IN_PROGRESS state changed 2025-10-08 23:05:43Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_COMPLETE state changed 2025-10-08 23:05:44Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_IN_PROGRESS state changed 2025-10-08 23:05:44Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 23:05:44Z [standalone.StandaloneServiceChain.ServiceChain.62.PlacementLogging]: CREATE_IN_PROGRESS state changed 2025-10-08 23:05:44Z [standalone.StandaloneServiceChain.ServiceChain.62.PlacementLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 23:05:44Z [standalone.StandaloneServiceChain.ServiceChain.62.PlacementLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 23:05:44Z [standalone.StandaloneServiceChain.ServiceChain.62.PlacementLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 23:05:44Z [standalone.StandaloneServiceChain.ServiceChain.62.PlacementLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 23:05:45Z [standalone.StandaloneServiceChain.ServiceChain.62.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 23:05:45Z [standalone.StandaloneServiceChain.ServiceChain.62.PlacementLogging]: CREATE_COMPLETE state changed 2025-10-08 23:05:46Z [standalone.StandaloneServiceChain.ServiceChain.62.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-08 23:05:46Z [standalone.StandaloneServiceChain.ServiceChain.62.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 23:05:46Z [standalone.StandaloneServiceChain.ServiceChain.62.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 23:05:46Z [standalone.StandaloneServiceChain.ServiceChain.62.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-08 23:05:46Z [standalone.StandaloneServiceChain.ServiceChain.62.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-08 23:05:46Z [standalone.StandaloneServiceChain.ServiceChain.62.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 23:05:47Z [standalone.StandaloneServiceChain.ServiceChain.62.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 23:05:47Z [standalone.StandaloneServiceChain.ServiceChain.62.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-08 23:05:47Z [standalone.StandaloneServiceChain.ServiceChain.62.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 23:05:48Z [standalone.StandaloneServiceChain.ServiceChain.62.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-08 23:05:49Z [standalone.StandaloneServiceChain.ServiceChain.62.MySQLClient]: CREATE_COMPLETE state changed 2025-10-08 23:05:49Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 23:05:50Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_COMPLETE state changed 2025-10-08 23:05:50Z [standalone.StandaloneServiceChain.ServiceChain.63]: CREATE_IN_PROGRESS state changed 2025-10-08 23:05:51Z [standalone.StandaloneServiceChain.ServiceChain.63]: CREATE_COMPLETE state changed 2025-10-08 23:05:52Z [standalone.StandaloneServiceChain.ServiceChain.64]: CREATE_IN_PROGRESS state changed 2025-10-08 23:05:52Z [standalone.StandaloneServiceChain.ServiceChain.64]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 23:05:52Z [standalone.StandaloneServiceChain.ServiceChain.64.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 23:05:52Z [standalone.StandaloneServiceChain.ServiceChain.64.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 23:05:53Z [standalone.StandaloneServiceChain.ServiceChain.64.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 23:05:54Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase]: CREATE_IN_PROGRESS state changed 2025-10-08 23:05:54Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 23:05:54Z [standalone.StandaloneServiceChain.ServiceChain.64.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 23:05:54Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase.RedisBase]: CREATE_IN_PROGRESS state changed 2025-10-08 23:05:55Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 23:05:55Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 23:05:55Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase.RedisBase]: CREATE_COMPLETE state changed 2025-10-08 23:05:56Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 23:05:57Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 23:05:57Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 23:05:58Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase]: CREATE_COMPLETE state changed 2025-10-08 23:05:58Z [standalone.StandaloneServiceChain.ServiceChain.64]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 23:05:59Z [standalone.StandaloneServiceChain.ServiceChain.64]: CREATE_COMPLETE state changed 2025-10-08 23:05:59Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_IN_PROGRESS state changed 2025-10-08 23:06:01Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_COMPLETE state changed 2025-10-08 23:06:01Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_IN_PROGRESS state changed 2025-10-08 23:06:02Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_COMPLETE state changed 2025-10-08 23:06:02Z [standalone.StandaloneServiceChain.ServiceChain.67]: CREATE_IN_PROGRESS state changed 2025-10-08 23:06:03Z [standalone.StandaloneServiceChain.ServiceChain.67]: CREATE_COMPLETE state changed 2025-10-08 23:06:04Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_IN_PROGRESS state changed 2025-10-08 23:06:04Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 23:06:04Z [standalone.StandaloneServiceChain.ServiceChain.68.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 23:06:05Z [standalone.StandaloneServiceChain.ServiceChain.68.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 23:06:05Z [standalone.StandaloneServiceChain.ServiceChain.68.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 23:06:05Z [standalone.StandaloneServiceChain.ServiceChain.68.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 23:06:06Z [standalone.StandaloneServiceChain.ServiceChain.68.SwiftBase]: CREATE_IN_PROGRESS state changed 2025-10-08 23:06:07Z [standalone.StandaloneServiceChain.ServiceChain.68.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2025-10-08 23:06:07Z [standalone.StandaloneServiceChain.ServiceChain.68.TLSProxyBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 23:06:07Z [standalone.StandaloneServiceChain.ServiceChain.68.SwiftBase]: CREATE_COMPLETE state changed 2025-10-08 23:06:07Z [standalone.StandaloneServiceChain.ServiceChain.68.TLSProxyBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-08 23:06:07Z [standalone.StandaloneServiceChain.ServiceChain.68.TLSProxyBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-08 23:06:07Z [standalone.StandaloneServiceChain.ServiceChain.68.TLSProxyBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 23:06:08Z [standalone.StandaloneServiceChain.ServiceChain.68.TLSProxyBase]: CREATE_COMPLETE state changed 2025-10-08 23:06:08Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 23:06:09Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_COMPLETE state changed 2025-10-08 23:06:09Z [standalone.StandaloneServiceChain.ServiceChain.69]: CREATE_IN_PROGRESS state changed 2025-10-08 23:06:09Z [standalone.StandaloneServiceChain.ServiceChain.69]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 23:06:09Z [standalone.StandaloneServiceChain.ServiceChain.69.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 23:06:09Z [standalone.StandaloneServiceChain.ServiceChain.69.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 23:06:09Z [standalone.StandaloneServiceChain.ServiceChain.69]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 23:06:10Z [standalone.StandaloneServiceChain.ServiceChain.69]: CREATE_COMPLETE state changed 2025-10-08 23:06:11Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_IN_PROGRESS state changed 2025-10-08 23:06:11Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 23:06:11Z [standalone.StandaloneServiceChain.ServiceChain.70.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-08 23:06:12Z [standalone.StandaloneServiceChain.ServiceChain.70.SwiftBase]: CREATE_IN_PROGRESS state changed 2025-10-08 23:06:12Z [standalone.StandaloneServiceChain.ServiceChain.70.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-08 23:06:13Z [standalone.StandaloneServiceChain.ServiceChain.70.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 23:06:13Z [standalone.StandaloneServiceChain.ServiceChain.70.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 23:06:13Z [standalone.StandaloneServiceChain.ServiceChain.70.SwiftBase]: CREATE_COMPLETE state changed 2025-10-08 23:06:13Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 23:06:14Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_COMPLETE state changed 2025-10-08 23:06:14Z [standalone.StandaloneServiceChain.ServiceChain.71]: CREATE_IN_PROGRESS state changed 2025-10-08 23:06:16Z [standalone.StandaloneServiceChain.ServiceChain.71]: CREATE_COMPLETE state changed 2025-10-08 23:06:16Z [standalone.StandaloneServiceChain.ServiceChain.72]: CREATE_IN_PROGRESS state changed 2025-10-08 23:06:17Z [standalone.StandaloneServiceChain.ServiceChain.72]: CREATE_COMPLETE state changed 2025-10-08 23:06:17Z [standalone.StandaloneServiceChain.ServiceChain.73]: CREATE_IN_PROGRESS state changed 2025-10-08 23:06:18Z [standalone.StandaloneServiceChain.ServiceChain.73]: CREATE_COMPLETE state changed 2025-10-08 23:06:19Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_IN_PROGRESS state changed 2025-10-08 23:06:19Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 23:06:19Z [standalone.StandaloneServiceChain.ServiceChain.74.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 23:06:19Z [standalone.StandaloneServiceChain.ServiceChain.74.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 23:06:19Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 23:06:20Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_COMPLETE state changed 2025-10-08 23:06:20Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_IN_PROGRESS state changed 2025-10-08 23:06:20Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 23:06:20Z [standalone.StandaloneServiceChain.ServiceChain.75.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 23:06:20Z [standalone.StandaloneServiceChain.ServiceChain.75.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 23:06:21Z [standalone.StandaloneServiceChain.ServiceChain.75.Podman]: CREATE_IN_PROGRESS state changed 2025-10-08 23:06:22Z [standalone.StandaloneServiceChain.ServiceChain.75.Podman]: CREATE_COMPLETE state changed 2025-10-08 23:06:22Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 23:06:23Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_COMPLETE state changed 2025-10-08 23:06:24Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_IN_PROGRESS state changed 2025-10-08 23:06:24Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 23:06:24Z [standalone.StandaloneServiceChain.ServiceChain.76.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-08 23:06:24Z [standalone.StandaloneServiceChain.ServiceChain.76.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-08 23:06:24Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 23:06:25Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_COMPLETE state changed 2025-10-08 23:06:25Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 23:06:26Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_COMPLETE state changed 2025-10-08 23:06:27Z [standalone.StandaloneServiceChain.HostFirewallTasks]: CREATE_IN_PROGRESS state changed 2025-10-08 23:06:28Z [standalone.StandaloneServiceChain.UpgradeTasks]: CREATE_IN_PROGRESS state changed 2025-10-08 23:06:28Z [standalone.StandaloneServiceChain.PreDeployStepTasks]: CREATE_IN_PROGRESS state changed 2025-10-08 23:06:28Z [standalone.StandaloneServiceChain.HostFirewallTasks]: CREATE_COMPLETE state changed 2025-10-08 23:06:28Z [standalone.StandaloneServiceChain.PostUpdateTasks]: CREATE_IN_PROGRESS state changed 2025-10-08 23:06:29Z [standalone.StandaloneServiceChain.UpgradeTasks]: CREATE_COMPLETE state changed 2025-10-08 23:06:29Z [standalone.StandaloneServiceChain.KollaConfig]: CREATE_IN_PROGRESS state changed 2025-10-08 23:06:29Z [standalone.StandaloneServiceChain.PreDeployStepTasks]: CREATE_COMPLETE state changed 2025-10-08 23:06:29Z [standalone.StandaloneServiceChain.FirewallFrontendRules]: CREATE_IN_PROGRESS state changed 2025-10-08 23:06:29Z [standalone.StandaloneServiceChain.PostUpdateTasks]: CREATE_COMPLETE state changed 2025-10-08 23:06:30Z [standalone.StandaloneServiceChain.ContainerPuppetTasks]: CREATE_IN_PROGRESS state changed 2025-10-08 23:06:30Z [standalone.StandaloneServiceChain.KollaConfig]: CREATE_COMPLETE state changed 2025-10-08 23:06:30Z [standalone.StandaloneServiceChain.FirewallRules]: CREATE_IN_PROGRESS state changed 2025-10-08 23:06:30Z [standalone.StandaloneServiceChain.FirewallFrontendRules]: CREATE_COMPLETE state changed 2025-10-08 23:06:30Z [standalone.StandaloneServiceChain.PreUpgradeRollingTasks]: CREATE_IN_PROGRESS state changed 2025-10-08 23:06:31Z [standalone.StandaloneServiceChain.ContainerPuppetTasks]: CREATE_COMPLETE state changed 2025-10-08 23:06:31Z [standalone.StandaloneServiceChain.PostUpgradeTasks]: CREATE_IN_PROGRESS state changed 2025-10-08 23:06:31Z [standalone.StandaloneServiceChain.FirewallRules]: CREATE_COMPLETE state changed 2025-10-08 23:06:31Z [standalone.StandaloneServiceChain.ServiceConfigSettings]: CREATE_IN_PROGRESS state changed 2025-10-08 23:06:31Z [standalone.StandaloneServiceChain.PreUpgradeRollingTasks]: CREATE_COMPLETE state changed 2025-10-08 23:06:32Z [standalone.StandaloneServiceChain.GlobalConfigSettings]: CREATE_IN_PROGRESS state changed 2025-10-08 23:06:32Z [standalone.StandaloneServiceChain.PostUpgradeTasks]: CREATE_COMPLETE state changed 2025-10-08 23:06:32Z [standalone.StandaloneServiceChain.ExternalUpdateTasks]: CREATE_IN_PROGRESS state changed 2025-10-08 23:06:32Z [standalone.StandaloneServiceChain.ServiceConfigSettings]: CREATE_COMPLETE state changed 2025-10-08 23:06:32Z [standalone.StandaloneServiceChain.PuppetStepConfig]: CREATE_IN_PROGRESS state changed 2025-10-08 23:06:32Z [standalone.StandaloneServiceChain.GlobalConfigSettings]: CREATE_COMPLETE state changed 2025-10-08 23:06:32Z [standalone.StandaloneServiceChain.HostPrepTasks]: CREATE_IN_PROGRESS state changed 2025-10-08 23:06:33Z [standalone.StandaloneServiceChain.ExternalUpdateTasks]: CREATE_COMPLETE state changed 2025-10-08 23:06:33Z [standalone.StandaloneServiceChain.DockerConfigScripts]: CREATE_IN_PROGRESS state changed 2025-10-08 23:06:33Z [standalone.StandaloneServiceChain.PuppetStepConfig]: CREATE_COMPLETE state changed 2025-10-08 23:06:33Z [standalone.StandaloneServiceChain.IpaRegistrationTasks]: CREATE_IN_PROGRESS state changed 2025-10-08 23:06:33Z [standalone.StandaloneServiceChain.HostPrepTasks]: CREATE_COMPLETE state changed 2025-10-08 23:06:33Z [standalone.StandaloneServiceChain.ExternalDeployTasks]: CREATE_IN_PROGRESS state changed 2025-10-08 23:06:33Z [standalone.StandaloneServiceChain.DockerConfigScripts]: CREATE_COMPLETE state changed 2025-10-08 23:06:33Z [standalone.StandaloneServiceChain.MonitoringSubscriptionsConfig]: CREATE_IN_PROGRESS state changed 2025-10-08 23:06:34Z [standalone.StandaloneServiceChain.IpaRegistrationTasks]: CREATE_COMPLETE state changed 2025-10-08 23:06:34Z [standalone.StandaloneServiceChain.PuppetConfig]: CREATE_IN_PROGRESS state changed 2025-10-08 23:06:34Z [standalone.StandaloneServiceChain.ExternalDeployTasks]: CREATE_COMPLETE state changed 2025-10-08 23:06:34Z [standalone.StandaloneServiceChain.ServiceNames]: CREATE_IN_PROGRESS state changed 2025-10-08 23:06:34Z [standalone.StandaloneServiceChain.MonitoringSubscriptionsConfig]: CREATE_COMPLETE state changed 2025-10-08 23:06:34Z [standalone.StandaloneServiceChain.DeployStepsTasks]: CREATE_IN_PROGRESS state changed 2025-10-08 23:06:35Z [standalone.StandaloneServiceChain.PuppetConfig]: CREATE_COMPLETE state changed 2025-10-08 23:06:35Z [standalone.StandaloneServiceChain.ScaleTasks]: CREATE_IN_PROGRESS state changed 2025-10-08 23:06:35Z [standalone.StandaloneServiceChain.ServiceNames]: CREATE_COMPLETE state changed 2025-10-08 23:06:35Z [standalone.StandaloneServiceChain.UpgradeBatchTasks]: CREATE_IN_PROGRESS state changed 2025-10-08 23:06:35Z [standalone.StandaloneServiceChain.DeployStepsTasks]: CREATE_COMPLETE state changed 2025-10-08 23:06:35Z [standalone.StandaloneServiceChain.ExternalUpgradeTasks]: CREATE_IN_PROGRESS state changed 2025-10-08 23:06:36Z [standalone.StandaloneServiceChain.ScaleTasks]: CREATE_COMPLETE state changed 2025-10-08 23:06:36Z [standalone.StandaloneServiceChain.AnsibleGroupVars]: CREATE_IN_PROGRESS state changed 2025-10-08 23:06:36Z [standalone.StandaloneServiceChain.UpgradeBatchTasks]: CREATE_COMPLETE state changed 2025-10-08 23:06:36Z [standalone.StandaloneServiceChain.UpdateTasks]: CREATE_IN_PROGRESS state changed 2025-10-08 23:06:36Z [standalone.StandaloneServiceChain.ExternalUpgradeTasks]: CREATE_COMPLETE state changed 2025-10-08 23:06:36Z [standalone.StandaloneServiceChain.DockerConfig]: CREATE_IN_PROGRESS state changed 2025-10-08 23:06:36Z [standalone.StandaloneServiceChain.AnsibleGroupVars]: CREATE_COMPLETE state changed 2025-10-08 23:06:37Z [standalone.StandaloneServiceChain.KeystoneResourcesConfigs]: CREATE_IN_PROGRESS state changed 2025-10-08 23:06:37Z [standalone.StandaloneServiceChain.UpdateTasks]: CREATE_COMPLETE state changed 2025-10-08 23:06:37Z [standalone.StandaloneServiceChain.DockerPuppetTasks]: CREATE_IN_PROGRESS state changed 2025-10-08 23:06:37Z [standalone.StandaloneServiceChain.DockerConfig]: CREATE_COMPLETE state changed 2025-10-08 23:06:37Z [standalone.StandaloneServiceChain.ExternalPostDeployTasks]: CREATE_IN_PROGRESS state changed 2025-10-08 23:06:37Z [standalone.StandaloneServiceChain.KeystoneResourcesConfigs]: CREATE_COMPLETE state changed 2025-10-08 23:06:37Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook]: CREATE_IN_PROGRESS state changed 2025-10-08 23:06:37Z [standalone.StandaloneServiceChain.DockerPuppetTasks]: CREATE_COMPLETE state changed 2025-10-08 23:06:37Z [standalone.StandaloneServiceChain.ExternalPostDeployTasks]: CREATE_COMPLETE state changed 2025-10-08 23:06:38Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 23:06:38Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook.IncomingMetadataSettings]: CREATE_IN_PROGRESS state changed 2025-10-08 23:06:38Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook.IncomingMetadataSettings]: CREATE_COMPLETE state changed 2025-10-08 23:06:38Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook.CompactServices]: CREATE_IN_PROGRESS state changed 2025-10-08 23:06:38Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook.IndividualServices]: CREATE_IN_PROGRESS state changed 2025-10-08 23:06:38Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook.CompactServices]: CREATE_COMPLETE state changed 2025-10-08 23:06:38Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook.IndividualServices]: CREATE_COMPLETE state changed 2025-10-08 23:06:38Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 23:06:39Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook]: CREATE_COMPLETE state changed 2025-10-08 23:06:39Z [standalone.StandaloneServiceChain]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 23:06:39Z [standalone.StandaloneServiceChain]: CREATE_COMPLETE state changed 2025-10-08 23:06:40Z [standalone.StandaloneServiceChainRoleData]: CREATE_IN_PROGRESS state changed 2025-10-08 23:06:40Z [standalone.StandaloneServiceChainRoleData]: CREATE_COMPLETE state changed 2025-10-08 23:06:40Z [standalone.GlobalConfig]: CREATE_IN_PROGRESS state changed 2025-10-08 23:06:40Z [standalone.GlobalConfig]: CREATE_COMPLETE state changed 2025-10-08 23:06:41Z [standalone.FirewallFrontendRules]: CREATE_IN_PROGRESS state changed 2025-10-08 23:06:41Z [standalone.StandaloneServiceNames]: CREATE_IN_PROGRESS state changed 2025-10-08 23:06:41Z [standalone.FirewallFrontendRules]: CREATE_COMPLETE state changed 2025-10-08 23:06:41Z [standalone.StandaloneServiceNames]: CREATE_COMPLETE state changed 2025-10-08 23:06:41Z [standalone.StandaloneGroupVars]: CREATE_IN_PROGRESS state changed 2025-10-08 23:06:41Z [standalone.StandaloneServiceConfigSettings]: CREATE_IN_PROGRESS state changed 2025-10-08 23:06:41Z [standalone.StandaloneGroupVars]: CREATE_COMPLETE state changed 2025-10-08 23:06:41Z [standalone.Standalone]: CREATE_IN_PROGRESS state changed 2025-10-08 23:06:41Z [standalone.StandaloneServiceConfigSettings]: CREATE_COMPLETE state changed 2025-10-08 23:06:41Z [standalone.StandaloneConfigData]: CREATE_IN_PROGRESS state changed 2025-10-08 23:06:41Z [standalone.StandaloneConfigData]: CREATE_COMPLETE state changed 2025-10-08 23:06:41Z [standalone.Standalone]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 23:06:42Z [standalone.Standalone]: UPDATE_IN_PROGRESS Stack UPDATE started 2025-10-08 23:06:43Z [standalone.Standalone.0]: CREATE_IN_PROGRESS state changed 2025-10-08 23:06:43Z [standalone.Standalone.0]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 23:06:43Z [standalone.Standalone.0.DeploymentActions]: CREATE_IN_PROGRESS state changed 2025-10-08 23:06:43Z [standalone.Standalone.0.DeploymentActions]: CREATE_COMPLETE state changed 2025-10-08 23:06:44Z [standalone.Standalone.0.Standalone]: CREATE_IN_PROGRESS state changed 2025-10-08 23:06:44Z [standalone.Standalone.0.Standalone]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 23:06:44Z [standalone.Standalone.0.Standalone.ControlPlanePort]: CREATE_IN_PROGRESS state changed 2025-10-08 23:06:45Z [standalone.Standalone.0.Standalone.deployed-server]: CREATE_IN_PROGRESS state changed 2025-10-08 23:06:45Z [standalone.Standalone.0.Standalone.deployed-server]: CREATE_COMPLETE state changed 2025-10-08 23:06:45Z [standalone.Standalone.0.Standalone.ControlPlanePort]: CREATE_COMPLETE state changed 2025-10-08 23:06:45Z [standalone.Standalone.0.Standalone]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 23:06:46Z [standalone.Standalone.0.Standalone]: CREATE_COMPLETE state changed 2025-10-08 23:06:46Z [standalone.Standalone.0.InternalApiPort]: CREATE_IN_PROGRESS state changed 2025-10-08 23:06:46Z [standalone.Standalone.0.StandaloneExtraConfigPre]: CREATE_IN_PROGRESS state changed 2025-10-08 23:06:46Z [standalone.Standalone.0.StoragePort]: CREATE_IN_PROGRESS state changed 2025-10-08 23:06:46Z [standalone.Standalone.0.TenantPort]: CREATE_IN_PROGRESS state changed 2025-10-08 23:06:46Z [standalone.Standalone.0.PreNetworkConfig]: CREATE_IN_PROGRESS state changed 2025-10-08 23:06:46Z [standalone.Standalone.0.ExternalPort]: CREATE_IN_PROGRESS state changed 2025-10-08 23:06:46Z [standalone.Standalone.0.InternalApiPort]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 23:06:46Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_IN_PROGRESS state changed 2025-10-08 23:06:46Z [standalone.Standalone.0.NetHostMap]: CREATE_IN_PROGRESS state changed 2025-10-08 23:06:46Z [standalone.Standalone.0.PreNetworkConfig]: CREATE_COMPLETE state changed 2025-10-08 23:06:46Z [standalone.Standalone.0.StoragePort]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 23:06:46Z [standalone.Standalone.0.TenantPort]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 23:06:46Z [standalone.Standalone.0.NetHostMap]: CREATE_COMPLETE state changed 2025-10-08 23:06:46Z [standalone.Standalone.0.ExternalPort]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 23:06:46Z [standalone.Standalone.0.NodeTLSCAData]: CREATE_IN_PROGRESS state changed 2025-10-08 23:06:47Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 23:06:47Z [standalone.Standalone.0.NodeTLSCAData]: CREATE_COMPLETE state changed 2025-10-08 23:06:47Z [standalone.Standalone.0.StandaloneAnsibleHostVars]: CREATE_IN_PROGRESS state changed 2025-10-08 23:06:47Z [standalone.Standalone.0.InternalApiPort.InternalApiDeployedPort]: CREATE_IN_PROGRESS state changed 2025-10-08 23:06:47Z [standalone.Standalone.0.StandaloneAnsibleHostVars]: CREATE_COMPLETE state changed 2025-10-08 23:06:47Z [standalone.Standalone.0.InternalApiPort.InternalApiDeployedPort]: CREATE_COMPLETE state changed 2025-10-08 23:06:47Z [standalone.Standalone.0.InternalApiPort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 23:06:47Z [standalone.Standalone.0.StoragePort.StorageDeployedPort]: CREATE_IN_PROGRESS state changed 2025-10-08 23:06:47Z [standalone.Standalone.0.TenantPort.TenantDeployedPort]: CREATE_IN_PROGRESS state changed 2025-10-08 23:06:47Z [standalone.Standalone.0.ExternalPort.ExternalDeployedPort]: CREATE_IN_PROGRESS state changed 2025-10-08 23:06:47Z [standalone.Standalone.0.StorageMgmtPort.StorageMgmtDeployedPort]: CREATE_IN_PROGRESS state changed 2025-10-08 23:06:47Z [standalone.Standalone.0.StoragePort.StorageDeployedPort]: CREATE_COMPLETE state changed 2025-10-08 23:06:47Z [standalone.Standalone.0.TenantPort.TenantDeployedPort]: CREATE_COMPLETE state changed 2025-10-08 23:06:47Z [standalone.Standalone.0.ExternalPort.ExternalDeployedPort]: CREATE_COMPLETE state changed 2025-10-08 23:06:47Z [standalone.Standalone.0.StorageMgmtPort.StorageMgmtDeployedPort]: CREATE_COMPLETE state changed 2025-10-08 23:06:47Z [standalone.Standalone.0.StoragePort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 23:06:47Z [standalone.Standalone.0.TenantPort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 23:06:47Z [standalone.Standalone.0.ExternalPort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 23:06:47Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 23:06:47Z [standalone.Standalone.0.StandaloneExtraConfigPre]: CREATE_COMPLETE state changed 2025-10-08 23:06:47Z [standalone.Standalone.0.InternalApiPort]: CREATE_COMPLETE state changed 2025-10-08 23:06:48Z [standalone.Standalone.0.NodeExtraConfig]: CREATE_IN_PROGRESS state changed 2025-10-08 23:06:48Z [standalone.Standalone.0.StoragePort]: CREATE_COMPLETE state changed 2025-10-08 23:06:48Z [standalone.Standalone.0.TenantPort]: CREATE_COMPLETE state changed 2025-10-08 23:06:48Z [standalone.Standalone.0.ExternalPort]: CREATE_COMPLETE state changed 2025-10-08 23:06:48Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_COMPLETE state changed 2025-10-08 23:06:48Z [standalone.Standalone.0.NetIpMap]: CREATE_IN_PROGRESS state changed 2025-10-08 23:06:48Z [standalone.Standalone.0.NetIpMap]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 23:06:48Z [standalone.Standalone.0.NetIpMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2025-10-08 23:06:48Z [standalone.Standalone.0.NetIpMap.NetIpMapValue]: CREATE_COMPLETE state changed 2025-10-08 23:06:48Z [standalone.Standalone.0.NetIpMap]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 23:06:49Z [standalone.Standalone.0.NodeExtraConfig]: CREATE_COMPLETE state changed 2025-10-08 23:06:49Z [standalone.Standalone.0.NetIpMap]: CREATE_COMPLETE state changed 2025-10-08 23:06:49Z [standalone.Standalone.0]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 23:06:50Z [standalone.Standalone.0]: CREATE_COMPLETE state changed 2025-10-08 23:06:50Z [standalone.Standalone]: UPDATE_COMPLETE Stack UPDATE completed successfully 2025-10-08 23:06:51Z [standalone.Standalone]: CREATE_COMPLETE state changed 2025-10-08 23:06:51Z [standalone.AnsibleHostVars]: CREATE_IN_PROGRESS state changed 2025-10-08 23:06:51Z [standalone.StandaloneNetworkHostnameMap]: CREATE_IN_PROGRESS state changed 2025-10-08 23:06:51Z [standalone.HostsEntryValue]: CREATE_IN_PROGRESS state changed 2025-10-08 23:06:51Z [standalone.ServerIdMap]: CREATE_IN_PROGRESS state changed 2025-10-08 23:06:51Z [standalone.BlacklistedHostnames]: CREATE_IN_PROGRESS state changed 2025-10-08 23:06:51Z [standalone.AnsibleHostVars]: CREATE_COMPLETE state changed 2025-10-08 23:06:51Z [standalone.StandaloneNetworkHostnameMap]: CREATE_COMPLETE state changed 2025-10-08 23:06:51Z [standalone.HostsEntryValue]: CREATE_COMPLETE state changed 2025-10-08 23:06:51Z [standalone.ServerIdMap]: CREATE_COMPLETE state changed 2025-10-08 23:06:51Z [standalone.StandaloneServers]: CREATE_IN_PROGRESS state changed 2025-10-08 23:06:51Z [standalone.BlacklistedIpAddresses]: CREATE_IN_PROGRESS state changed 2025-10-08 23:06:51Z [standalone.BlacklistedHostnames]: CREATE_COMPLETE state changed 2025-10-08 23:06:51Z [standalone.StandaloneServers]: CREATE_COMPLETE state changed 2025-10-08 23:06:51Z [standalone.BlacklistedIpAddresses]: CREATE_COMPLETE state changed 2025-10-08 23:06:51Z [standalone.StandaloneIpListMap]: CREATE_IN_PROGRESS state changed 2025-10-08 23:06:51Z [standalone.StandaloneIpListMap]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 23:06:52Z [standalone.AllNodesExtraConfig]: CREATE_IN_PROGRESS state changed 2025-10-08 23:06:52Z [standalone.AllNodesExtraConfig]: CREATE_COMPLETE state changed 2025-10-08 23:06:52Z [standalone.StandaloneIpListMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2025-10-08 23:06:52Z [standalone.AllNodesDeploySteps]: CREATE_IN_PROGRESS state changed 2025-10-08 23:06:52Z [standalone.StandaloneIpListMap.NetIpMapValue]: CREATE_COMPLETE state changed 2025-10-08 23:06:52Z [standalone.AllNodesDeploySteps]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-08 23:06:52Z [standalone.AllNodesDeploySteps.ExternalUpgradeTasks]: CREATE_IN_PROGRESS state changed 2025-10-08 23:06:52Z [standalone.AllNodesDeploySteps.ExternalUpgradeTasks]: CREATE_COMPLETE state changed 2025-10-08 23:06:53Z [standalone.StandaloneIpListMap.EnabledServicesValue]: CREATE_IN_PROGRESS state changed 2025-10-08 23:06:53Z [standalone.StandaloneIpListMap.EnabledServicesValue]: CREATE_COMPLETE state changed 2025-10-08 23:06:53Z [standalone.StandaloneIpListMap]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 23:06:53Z [standalone.AllNodesDeploySteps.StandaloneExtraConfigPost]: CREATE_IN_PROGRESS state changed 2025-10-08 23:06:53Z [standalone.StandaloneIpListMap]: CREATE_COMPLETE state changed 2025-10-08 23:06:54Z [standalone.AllNodesDeploySteps.ExternalPostDeployTasks]: CREATE_IN_PROGRESS state changed 2025-10-08 23:06:54Z [standalone.AllNodesDeploySteps.StandaloneExtraConfigPost]: CREATE_COMPLETE state changed 2025-10-08 23:06:54Z [standalone.AllNodesDeploySteps.ExternalPostDeployTasks]: CREATE_COMPLETE state changed 2025-10-08 23:06:54Z [standalone.AllNodesDeploySteps.StandalonePostConfig]: CREATE_IN_PROGRESS state changed 2025-10-08 23:06:54Z [standalone.AllNodesDeploySteps.StandalonePostConfig]: CREATE_COMPLETE state changed 2025-10-08 23:06:55Z [standalone.AllNodesDeploySteps.BootstrapServerId]: CREATE_IN_PROGRESS state changed 2025-10-08 23:06:55Z [standalone.AllNodesDeploySteps.BootstrapServerId]: CREATE_COMPLETE state changed 2025-10-08 23:06:56Z [standalone.AllNodesDeploySteps.PreDeployStepTasks]: CREATE_IN_PROGRESS state changed 2025-10-08 23:06:56Z [standalone.AllNodesDeploySteps.PreDeployStepTasks]: CREATE_COMPLETE state changed 2025-10-08 23:06:57Z [standalone.AllNodesDeploySteps.ExternalUpdateTasks]: CREATE_IN_PROGRESS state changed 2025-10-08 23:06:57Z [standalone.AllNodesDeploySteps.ExternalUpdateTasks]: CREATE_COMPLETE state changed 2025-10-08 23:06:58Z [standalone.AllNodesDeploySteps.ExternalDeployTasks]: CREATE_IN_PROGRESS state changed 2025-10-08 23:06:58Z [standalone.AllNodesDeploySteps.ExternalDeployTasks]: CREATE_COMPLETE state changed 2025-10-08 23:06:59Z [standalone.AllNodesDeploySteps.ScaleTasks]: CREATE_IN_PROGRESS state changed 2025-10-08 23:06:59Z [standalone.AllNodesDeploySteps.ScaleTasks]: CREATE_COMPLETE state changed 2025-10-08 23:06:59Z [standalone.AllNodesDeploySteps]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-08 23:07:00Z [standalone.AllNodesDeploySteps]: CREATE_COMPLETE state changed 2025-10-08 23:07:00Z [standalone]: CREATE_COMPLETE Stack CREATE completed successfully Stack standalone/f3ad351d-8802-41ca-9464-9994d181300b CREATE_COMPLETE ** Downloading standalone ansible.. ** Generating default ansible config file /root/ansible.cfg [DEPRECATION WARNING]: ANSIBLE_CALLBACK_WHITELIST option, normalizing names to new standard, use ANSIBLE_CALLBACKS_ENABLED instead. This feature will be removed from ansible-core in version 2.15. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [DEPRECATION WARNING]: DEFAULT_GATHER_SUBSET option, the module_defaults keyword is a more generic version and can apply to all calls to the M(ansible.builtin.gather_facts) or M(ansible.builtin.setup) actions, use module_defaults instead. This feature will be removed from ansible-core in version 2.18. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [DEPRECATION WARNING]: DEFAULT_GATHER_TIMEOUT option, the module_defaults keyword is a more generic version and can apply to all calls to the M(ansible.builtin.gather_facts) or M(ansible.builtin.setup) actions, use module_defaults instead. This feature will be removed from ansible-core in version 2.18. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [WARNING]: Found both group and host with same name: standalone PLAY [External deployment step 0] ********************************************** [WARNING]: Using run_once with the tripleo_free strategy is not currently supported. This task will still be executed for every host in the inventory list. [WARNING]: any_errors_fatal only stops any future tasks running on the host that fails with the tripleo_free strategy. 2025-10-08 23:07:23.443076 | fa163e1d-9a4d-46c5-aea8-000000000006 | TASK | External deployment step 0 2025-10-08 23:07:23.468085 | fa163e1d-9a4d-46c5-aea8-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', 'fa163e1d-9a4d-46c5-aea8-000000000006') missing from stats 2025-10-08 23:07:23.511427 | fa163e1d-9a4d-46c5-aea8-000000000007 | TIMING | include_tasks | undercloud | 0:00:00.117498 | 0.03s 2025-10-08 23:07:23.517202 | 9e699a72-e147-405c-a2e2-c5629a7388c2 | INCLUDED | /root/standalone-ansible-93sz9flw/external_deploy_steps_tasks_step0.yaml | undercloud 2025-10-08 23:07:23.531826 | fa163e1d-9a4d-46c5-aea8-000000000127 | TASK | create ovn mac address for Standalone role nodes 2025-10-08 23:07:24.396998 | fa163e1d-9a4d-46c5-aea8-000000000127 | OK | create ovn mac address for Standalone role nodes | undercloud 2025-10-08 23:07:24.398254 | fa163e1d-9a4d-46c5-aea8-000000000127 | TIMING | create ovn mac address for Standalone role nodes | undercloud | 0:00:01.004318 | 0.87s 2025-10-08 23:07:24.416684 | fa163e1d-9a4d-46c5-aea8-000000000129 | TASK | create redis virtual ip 2025-10-08 23:07:25.297501 | fa163e1d-9a4d-46c5-aea8-000000000129 | CHANGED | create redis virtual ip | undercloud 2025-10-08 23:07:25.298831 | fa163e1d-9a4d-46c5-aea8-000000000129 | TIMING | create redis virtual ip | undercloud | 0:00:01.904894 | 0.88s PLAY [Check if required variables are defined] ********************************* 2025-10-08 23:07:25.375467 | fa163e1d-9a4d-46c5-aea8-000000000138 | TASK | Gathering Facts 2025-10-08 23:07:25.968231 | fa163e1d-9a4d-46c5-aea8-000000000138 | OK | Gathering Facts | localhost 2025-10-08 23:07:25.969993 | fa163e1d-9a4d-46c5-aea8-000000000138 | TIMING | Gathering Facts | localhost | 0:00:02.576055 | 0.59s 2025-10-08 23:07:26.028098 | fa163e1d-9a4d-46c5-aea8-00000000000b | SKIPPED | ansible.builtin.fail | localhost 2025-10-08 23:07:26.029383 | fa163e1d-9a4d-46c5-aea8-00000000000b | TIMING | ansible.builtin.fail | localhost | 0:00:02.635447 | 0.04s 2025-10-08 23:07:26.074813 | fa163e1d-9a4d-46c5-aea8-00000000000c | SKIPPED | ansible.builtin.fail | localhost 2025-10-08 23:07:26.076337 | fa163e1d-9a4d-46c5-aea8-00000000000c | TIMING | ansible.builtin.fail | localhost | 0:00:02.682400 | 0.04s PLAY [Clear cached facts] ****************************************************** PLAY [Gather facts] ************************************************************ 2025-10-08 23:07:26.188315 | fa163e1d-9a4d-46c5-aea8-000000000160 | TASK | Gathering Facts 2025-10-08 23:07:26.197846 | fa163e1d-9a4d-46c5-aea8-000000000160 | TASK | Gathering Facts 2025-10-08 23:07:26.494960 | fa163e1d-9a4d-46c5-aea8-000000000160 | OK | Gathering Facts | undercloud 2025-10-08 23:07:26.495944 | fa163e1d-9a4d-46c5-aea8-000000000160 | TIMING | Gathering Facts | undercloud | 0:00:03.102018 | 0.31s 2025-10-08 23:07:26.525973 | fa163e1d-9a4d-46c5-aea8-000000000012 | TASK | Set legacy facts 2025-10-08 23:07:26.544055 | fa163e1d-9a4d-46c5-aea8-000000000160 | OK | Gathering Facts | standalone 2025-10-08 23:07:26.544957 | fa163e1d-9a4d-46c5-aea8-000000000160 | TIMING | Gathering Facts | standalone | 0:00:03.151032 | 0.35s 2025-10-08 23:07:26.569972 | fa163e1d-9a4d-46c5-aea8-000000000012 | OK | Set legacy facts | undercloud 2025-10-08 23:07:26.570313 | fa163e1d-9a4d-46c5-aea8-000000000012 | TIMING | Set legacy facts | undercloud | 0:00:03.176391 | 0.04s 2025-10-08 23:07:26.589836 | fa163e1d-9a4d-46c5-aea8-000000000012 | TASK | Set legacy facts 2025-10-08 23:07:26.622816 | fa163e1d-9a4d-46c5-aea8-000000000012 | OK | Set legacy facts | standalone 2025-10-08 23:07:26.623363 | fa163e1d-9a4d-46c5-aea8-000000000012 | TIMING | Set legacy facts | standalone | 0:00:03.229441 | 0.03s PLAY [Load global variables] *************************************************** 2025-10-08 23:07:26.775034 | fa163e1d-9a4d-46c5-aea8-000000000015 | OK | ansible.builtin.include_vars | undercloud 2025-10-08 23:07:26.776020 | fa163e1d-9a4d-46c5-aea8-000000000015 | TIMING | ansible.builtin.include_vars | undercloud | 0:00:03.382071 | 0.05s 2025-10-08 23:07:26.786539 | fa163e1d-9a4d-46c5-aea8-000000000015 | OK | ansible.builtin.include_vars | standalone 2025-10-08 23:07:26.786857 | fa163e1d-9a4d-46c5-aea8-000000000015 | TIMING | ansible.builtin.include_vars | standalone | 0:00:03.392936 | 0.05s PLAY [Include extra variables from files] ************************************** 2025-10-08 23:07:26.844035 | fa163e1d-9a4d-46c5-aea8-000000000018 | TASK | Include Service VIP vars 2025-10-08 23:07:26.879425 | fa163e1d-9a4d-46c5-aea8-000000000018 | OK | Include Service VIP vars | undercloud 2025-10-08 23:07:26.880413 | fa163e1d-9a4d-46c5-aea8-000000000018 | TIMING | Include Service VIP vars | undercloud | 0:00:03.486479 | 0.04s 2025-10-08 23:07:26.890945 | fa163e1d-9a4d-46c5-aea8-000000000018 | OK | Include Service VIP vars | standalone 2025-10-08 23:07:26.891290 | fa163e1d-9a4d-46c5-aea8-000000000018 | TIMING | Include Service VIP vars | standalone | 0:00:03.497369 | 0.04s 2025-10-08 23:07:26.895109 | fa163e1d-9a4d-46c5-aea8-000000000019 | TASK | Include OVN bridge MAC address variables 2025-10-08 23:07:26.920599 | fa163e1d-9a4d-46c5-aea8-000000000019 | OK | Include OVN bridge MAC address variables | undercloud 2025-10-08 23:07:26.921628 | fa163e1d-9a4d-46c5-aea8-000000000019 | TIMING | Include OVN bridge MAC address variables | undercloud | 0:00:03.527697 | 0.03s 2025-10-08 23:07:26.935288 | fa163e1d-9a4d-46c5-aea8-000000000019 | OK | Include OVN bridge MAC address variables | standalone 2025-10-08 23:07:26.935614 | fa163e1d-9a4d-46c5-aea8-000000000019 | TIMING | Include OVN bridge MAC address variables | standalone | 0:00:03.541694 | 0.03s PLAY [Render all_nodes data as group_vars for overcloud] *********************** 2025-10-08 23:07:27.014316 | fa163e1d-9a4d-46c5-aea8-00000000001c | TASK | Render all_nodes data as group_vars for overcloud 2025-10-08 23:07:27.661737 | fa163e1d-9a4d-46c5-aea8-00000000001c | OK | Render all_nodes data as group_vars for overcloud | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163e1d-9a4d-46c5-aea8-00000000001c') missing from stats PLAY [Set all_nodes data as group_vars for overcloud] ************************** 2025-10-08 23:07:27.749064 | fa163e1d-9a4d-46c5-aea8-00000000001f | TASK | Set all_nodes data as group_vars for overcloud 2025-10-08 23:07:27.784829 | fa163e1d-9a4d-46c5-aea8-00000000001f | OK | Set all_nodes data as group_vars for overcloud | standalone 2025-10-08 23:07:27.785498 | fa163e1d-9a4d-46c5-aea8-00000000001f | TIMING | Set all_nodes data as group_vars for overcloud | standalone | 0:00:04.391572 | 0.04s PLAY [Manage SELinux] ********************************************************** 2025-10-08 23:07:27.844370 | fa163e1d-9a4d-46c5-aea8-000000000023 | TASK | Set selinux state 2025-10-08 23:07:28.381829 | fa163e1d-9a4d-46c5-aea8-000000000023 | OK | Set selinux state | standalone 2025-10-08 23:07:28.383338 | fa163e1d-9a4d-46c5-aea8-000000000023 | TIMING | Set selinux state | standalone | 0:00:04.989395 | 0.54s PLAY [Generate /etc/hosts] ***************************************************** 2025-10-08 23:07:28.519399 | fa163e1d-9a4d-46c5-aea8-000000000026 | TASK | Configure Hosts Entries 2025-10-08 23:07:28.550132 | fa163e1d-9a4d-46c5-aea8-000000000026 | TIMING | Configure Hosts Entries | undercloud | 0:00:05.156163 | 0.03s 2025-10-08 23:07:28.564797 | fa163e1d-9a4d-46c5-aea8-000000000026 | TIMING | Configure Hosts Entries | standalone | 0:00:05.170864 | 0.02s 2025-10-08 23:07:28.617593 | fa163e1d-9a4d-46c5-aea8-0000000001f1 | TASK | Create temporary file for hosts 2025-10-08 23:07:28.972879 | fa163e1d-9a4d-46c5-aea8-0000000001f1 | CHANGED | Create temporary file for hosts | standalone 2025-10-08 23:07:28.974584 | fa163e1d-9a4d-46c5-aea8-0000000001f1 | TIMING | tripleo_hosts_entries : Create temporary file for hosts | standalone | 0:00:05.580637 | 0.34s 2025-10-08 23:07:28.975798 | fa163e1d-9a4d-46c5-aea8-0000000001f1 | CHANGED | Create temporary file for hosts | undercloud 2025-10-08 23:07:28.976618 | fa163e1d-9a4d-46c5-aea8-0000000001f1 | TIMING | tripleo_hosts_entries : Create temporary file for hosts | undercloud | 0:00:05.582684 | 0.36s 2025-10-08 23:07:28.997282 | fa163e1d-9a4d-46c5-aea8-0000000001f2 | TASK | Prepare temporary /etc/hosts 2025-10-08 23:07:29.414818 | fa163e1d-9a4d-46c5-aea8-0000000001f2 | CHANGED | Prepare temporary /etc/hosts | standalone 2025-10-08 23:07:29.416141 | fa163e1d-9a4d-46c5-aea8-0000000001f2 | TIMING | tripleo_hosts_entries : Prepare temporary /etc/hosts | standalone | 0:00:06.022203 | 0.40s 2025-10-08 23:07:29.417098 | fa163e1d-9a4d-46c5-aea8-0000000001f2 | CHANGED | Prepare temporary /etc/hosts | undercloud 2025-10-08 23:07:29.417839 | fa163e1d-9a4d-46c5-aea8-0000000001f2 | TIMING | tripleo_hosts_entries : Prepare temporary /etc/hosts | undercloud | 0:00:06.023911 | 0.42s 2025-10-08 23:07:29.435789 | fa163e1d-9a4d-46c5-aea8-0000000001f3 | TASK | Remove old Heat hosts configuration (if present) 2025-10-08 23:07:29.784322 | fa163e1d-9a4d-46c5-aea8-0000000001f3 | OK | Remove old Heat hosts configuration (if present) | undercloud 2025-10-08 23:07:29.785801 | fa163e1d-9a4d-46c5-aea8-0000000001f3 | TIMING | tripleo_hosts_entries : Remove old Heat hosts configuration (if present) | undercloud | 0:00:06.391861 | 0.35s 2025-10-08 23:07:29.786933 | fa163e1d-9a4d-46c5-aea8-0000000001f3 | OK | Remove old Heat hosts configuration (if present) | standalone 2025-10-08 23:07:29.787748 | fa163e1d-9a4d-46c5-aea8-0000000001f3 | TIMING | tripleo_hosts_entries : Remove old Heat hosts configuration (if present) | standalone | 0:00:06.393815 | 0.33s 2025-10-08 23:07:29.805956 | fa163e1d-9a4d-46c5-aea8-0000000001f4 | TASK | Render out the hosts entries 2025-10-08 23:07:29.925289 | fa163e1d-9a4d-46c5-aea8-0000000001f4 | OK | Render out the hosts entries | undercloud 2025-10-08 23:07:29.926497 | fa163e1d-9a4d-46c5-aea8-0000000001f4 | TIMING | tripleo_hosts_entries : Render out the hosts entries | undercloud | 0:00:06.532562 | 0.12s 2025-10-08 23:07:29.944254 | fa163e1d-9a4d-46c5-aea8-0000000001f5 | TASK | Prepare new /etc/hosts 2025-10-08 23:07:30.221814 | fa163e1d-9a4d-46c5-aea8-0000000001f5 | CHANGED | Prepare new /etc/hosts | undercloud 2025-10-08 23:07:30.222877 | fa163e1d-9a4d-46c5-aea8-0000000001f5 | TIMING | tripleo_hosts_entries : Prepare new /etc/hosts | undercloud | 0:00:06.828944 | 0.28s 2025-10-08 23:07:30.243880 | fa163e1d-9a4d-46c5-aea8-0000000001f5 | CHANGED | Prepare new /etc/hosts | standalone 2025-10-08 23:07:30.244404 | fa163e1d-9a4d-46c5-aea8-0000000001f5 | TIMING | tripleo_hosts_entries : Prepare new /etc/hosts | standalone | 0:00:06.850480 | 0.28s 2025-10-08 23:07:30.261918 | fa163e1d-9a4d-46c5-aea8-0000000001f6 | TASK | Update /etc/hosts contents (if changed) 2025-10-08 23:07:30.623737 | fa163e1d-9a4d-46c5-aea8-0000000001f6 | CHANGED | Update /etc/hosts contents (if changed) | undercloud 2025-10-08 23:07:30.625156 | fa163e1d-9a4d-46c5-aea8-0000000001f6 | TIMING | tripleo_hosts_entries : Update /etc/hosts contents (if changed) | undercloud | 0:00:07.231202 | 0.36s 2025-10-08 23:07:30.626118 | fa163e1d-9a4d-46c5-aea8-0000000001f6 | CHANGED | Update /etc/hosts contents (if changed) | standalone 2025-10-08 23:07:30.626893 | fa163e1d-9a4d-46c5-aea8-0000000001f6 | TIMING | tripleo_hosts_entries : Update /etc/hosts contents (if changed) | standalone | 0:00:07.232964 | 0.34s 2025-10-08 23:07:30.644702 | fa163e1d-9a4d-46c5-aea8-0000000001f7 | TASK | Clean up temporary hosts file 2025-10-08 23:07:31.009394 | fa163e1d-9a4d-46c5-aea8-0000000001f7 | CHANGED | Clean up temporary hosts file | standalone 2025-10-08 23:07:31.010780 | fa163e1d-9a4d-46c5-aea8-0000000001f7 | TIMING | tripleo_hosts_entries : Clean up temporary hosts file | standalone | 0:00:07.616839 | 0.35s 2025-10-08 23:07:31.011730 | fa163e1d-9a4d-46c5-aea8-0000000001f7 | CHANGED | Clean up temporary hosts file | undercloud 2025-10-08 23:07:31.012575 | fa163e1d-9a4d-46c5-aea8-0000000001f7 | TIMING | tripleo_hosts_entries : Clean up temporary hosts file | undercloud | 0:00:07.618644 | 0.37s PLAY [Common roles for TripleO servers] **************************************** 2025-10-08 23:07:31.133018 | fa163e1d-9a4d-46c5-aea8-00000000002a | TASK | Common roles for TripleO servers 2025-10-08 23:07:31.159347 | fa163e1d-9a4d-46c5-aea8-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', 'fa163e1d-9a4d-46c5-aea8-00000000002a') missing from stats 2025-10-08 23:07:31.238611 | fa163e1d-9a4d-46c5-aea8-00000000002c | TIMING | include_role : tripleo_bootstrap | standalone | 0:00:07.844666 | 0.02s 2025-10-08 23:07:31.310167 | fa163e1d-9a4d-46c5-aea8-000000000254 | TASK | Gather variables for each operating system 2025-10-08 23:07:31.423069 | fa163e1d-9a4d-46c5-aea8-000000000254 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2025-10-08 23:07:31.424513 | fa163e1d-9a4d-46c5-aea8-000000000254 | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:08.030574 | 0.11s 2025-10-08 23:07:31.430033 | fa163e1d-9a4d-46c5-aea8-000000000254 | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:08.036103 | 0.12s 2025-10-08 23:07:31.453771 | fa163e1d-9a4d-46c5-aea8-000000000256 | TASK | Check release version package is installed 2025-10-08 23:07:31.715407 | fa163e1d-9a4d-46c5-aea8-000000000256 | CHANGED | Check release version package is installed | standalone 2025-10-08 23:07:31.716477 | fa163e1d-9a4d-46c5-aea8-000000000256 | TIMING | tripleo_bootstrap : Check release version package is installed | standalone | 0:00:08.322546 | 0.26s 2025-10-08 23:07:31.738156 | fa163e1d-9a4d-46c5-aea8-000000000257 | TASK | Deploy release version package 2025-10-08 23:07:36.258948 | fa163e1d-9a4d-46c5-aea8-000000000257 | CHANGED | Deploy release version package | standalone 2025-10-08 23:07:36.260394 | fa163e1d-9a4d-46c5-aea8-000000000257 | TIMING | tripleo_bootstrap : Deploy release version package | standalone | 0:00:12.866457 | 4.52s 2025-10-08 23:07:36.284894 | fa163e1d-9a4d-46c5-aea8-000000000259 | TASK | Include packages tasks 2025-10-08 23:07:36.312126 | fa163e1d-9a4d-46c5-aea8-000000000259 | TIMING | tripleo_bootstrap : Include packages tasks | standalone | 0:00:12.918180 | 0.03s 2025-10-08 23:07:36.337864 | cd249da8-2a57-490c-a287-b9914ac5aed2 | INCLUDED | /usr/share/ansible/roles/tripleo_bootstrap/tasks/packages.yml | standalone 2025-10-08 23:07:36.368782 | fa163e1d-9a4d-46c5-aea8-0000000002ad | TASK | Gather facts if they don't exist 2025-10-08 23:07:36.458246 | fa163e1d-9a4d-46c5-aea8-0000000002ad | SKIPPED | Gather facts if they don't exist | standalone 2025-10-08 23:07:36.459048 | fa163e1d-9a4d-46c5-aea8-0000000002ad | TIMING | tripleo_bootstrap : Gather facts if they don't exist | standalone | 0:00:13.065118 | 0.09s 2025-10-08 23:07:36.480298 | fa163e1d-9a4d-46c5-aea8-0000000002ae | TASK | Gather variables for each operating system 2025-10-08 23:07:36.603117 | fa163e1d-9a4d-46c5-aea8-0000000002ae | SKIPPED | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2025-10-08 23:07:36.613966 | fa163e1d-9a4d-46c5-aea8-0000000002ae | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:13.220029 | 0.13s 2025-10-08 23:07:36.633349 | fa163e1d-9a4d-46c5-aea8-0000000002b0 | TASK | Check required packages to bootstrap TripleO is installed 2025-10-08 23:07:36.914344 | fa163e1d-9a4d-46c5-aea8-0000000002b0 | CHANGED | Check required packages to bootstrap TripleO is installed | standalone 2025-10-08 23:07:36.915785 | fa163e1d-9a4d-46c5-aea8-0000000002b0 | TIMING | tripleo_bootstrap : Check required packages to bootstrap TripleO is installed | standalone | 0:00:13.521846 | 0.28s 2025-10-08 23:07:36.940086 | fa163e1d-9a4d-46c5-aea8-0000000002b1 | TASK | Deploy required packages to bootstrap TripleO 2025-10-08 23:07:42.833910 | fa163e1d-9a4d-46c5-aea8-0000000002b1 | CHANGED | Deploy required packages to bootstrap TripleO | standalone 2025-10-08 23:07:42.835456 | fa163e1d-9a4d-46c5-aea8-0000000002b1 | TIMING | tripleo_bootstrap : Deploy required packages to bootstrap TripleO | standalone | 0:00:19.441517 | 5.89s 2025-10-08 23:07:42.860345 | fa163e1d-9a4d-46c5-aea8-0000000002b2 | TASK | Ensure packages are actually well installed 2025-10-08 23:07:43.883633 | fa163e1d-9a4d-46c5-aea8-0000000002b2 | CHANGED | Ensure packages are actually well installed | standalone 2025-10-08 23:07:43.884818 | fa163e1d-9a4d-46c5-aea8-0000000002b2 | TIMING | tripleo_bootstrap : Ensure packages are actually well installed | standalone | 0:00:20.490883 | 1.02s 2025-10-08 23:07:43.905068 | fa163e1d-9a4d-46c5-aea8-00000000025a | TASK | Enable openvswitch service if installed 2025-10-08 23:07:44.790739 | fa163e1d-9a4d-46c5-aea8-00000000025a | CHANGED | Enable openvswitch service if installed | standalone 2025-10-08 23:07:44.792232 | fa163e1d-9a4d-46c5-aea8-00000000025a | TIMING | tripleo_bootstrap : Enable openvswitch service if installed | standalone | 0:00:21.398299 | 0.89s 2025-10-08 23:07:44.812865 | fa163e1d-9a4d-46c5-aea8-00000000025b | TASK | Create /var/lib/heat-config/tripleo-config-download directory for deployment data 2025-10-08 23:07:45.064863 | fa163e1d-9a4d-46c5-aea8-00000000025b | CHANGED | Create /var/lib/heat-config/tripleo-config-download directory for deployment data | standalone 2025-10-08 23:07:45.066300 | fa163e1d-9a4d-46c5-aea8-00000000025b | TIMING | tripleo_bootstrap : Create /var/lib/heat-config/tripleo-config-download directory for deployment data | standalone | 0:00:21.672360 | 0.25s 2025-10-08 23:07:45.090694 | fa163e1d-9a4d-46c5-aea8-00000000025d | TASK | Check required legacy network packages for bootstrap TripleO is installed 2025-10-08 23:07:45.374120 | fa163e1d-9a4d-46c5-aea8-00000000025d | CHANGED | Check required legacy network packages for bootstrap TripleO is installed | standalone 2025-10-08 23:07:45.375513 | fa163e1d-9a4d-46c5-aea8-00000000025d | TIMING | tripleo_bootstrap : Check required legacy network packages for bootstrap TripleO is installed | standalone | 0:00:21.981577 | 0.28s 2025-10-08 23:07:45.399632 | fa163e1d-9a4d-46c5-aea8-00000000025e | TASK | Deploy network-scripts required for deprecated network service 2025-10-08 23:07:45.460101 | fa163e1d-9a4d-46c5-aea8-00000000025e | SKIPPED | Deploy network-scripts required for deprecated network service | standalone 2025-10-08 23:07:45.461470 | fa163e1d-9a4d-46c5-aea8-00000000025e | TIMING | tripleo_bootstrap : Deploy network-scripts required for deprecated network service | standalone | 0:00:22.067531 | 0.06s 2025-10-08 23:07:45.486532 | fa163e1d-9a4d-46c5-aea8-00000000025f | TASK | Ensure network service is enabled 2025-10-08 23:07:45.892263 | fa163e1d-9a4d-46c5-aea8-00000000025f | OK | Ensure network service is enabled | standalone 2025-10-08 23:07:45.894047 | fa163e1d-9a4d-46c5-aea8-00000000025f | TIMING | tripleo_bootstrap : Ensure network service is enabled | standalone | 0:00:22.500110 | 0.41s 2025-10-08 23:07:45.919345 | fa163e1d-9a4d-46c5-aea8-000000000261 | TASK | Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf 2025-10-08 23:07:46.252580 | fa163e1d-9a4d-46c5-aea8-000000000261 | CHANGED | Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf | standalone 2025-10-08 23:07:46.253863 | fa163e1d-9a4d-46c5-aea8-000000000261 | TIMING | tripleo_bootstrap : Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:00:22.859925 | 0.33s 2025-10-08 23:07:46.278753 | fa163e1d-9a4d-46c5-aea8-000000000262 | TASK | Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf 2025-10-08 23:07:46.513650 | fa163e1d-9a4d-46c5-aea8-000000000262 | CHANGED | Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf | standalone 2025-10-08 23:07:46.515004 | fa163e1d-9a4d-46c5-aea8-000000000262 | TIMING | tripleo_bootstrap : Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:00:23.121066 | 0.23s 2025-10-08 23:07:46.539276 | fa163e1d-9a4d-46c5-aea8-000000000263 | TASK | Reload NetworkManager 2025-10-08 23:07:46.953992 | fa163e1d-9a4d-46c5-aea8-000000000263 | CHANGED | Reload NetworkManager | standalone 2025-10-08 23:07:46.955901 | fa163e1d-9a4d-46c5-aea8-000000000263 | TIMING | tripleo_bootstrap : Reload NetworkManager | standalone | 0:00:23.561962 | 0.42s 2025-10-08 23:07:46.982922 | fa163e1d-9a4d-46c5-aea8-000000000265 | TASK | Symlink puppet modules under /etc/puppet/modules 2025-10-08 23:07:47.204269 | fa163e1d-9a4d-46c5-aea8-000000000265 | CHANGED | Symlink puppet modules under /etc/puppet/modules | standalone 2025-10-08 23:07:47.205641 | fa163e1d-9a4d-46c5-aea8-000000000265 | TIMING | tripleo_bootstrap : Symlink puppet modules under /etc/puppet/modules | standalone | 0:00:23.811702 | 0.22s 2025-10-08 23:07:47.230204 | fa163e1d-9a4d-46c5-aea8-000000000266 | TASK | Check if /usr/bin/ansible-playbook exists 2025-10-08 23:07:47.553651 | fa163e1d-9a4d-46c5-aea8-000000000266 | OK | Check if /usr/bin/ansible-playbook exists | standalone 2025-10-08 23:07:47.555044 | fa163e1d-9a4d-46c5-aea8-000000000266 | TIMING | tripleo_bootstrap : Check if /usr/bin/ansible-playbook exists | standalone | 0:00:24.161106 | 0.32s 2025-10-08 23:07:47.580121 | fa163e1d-9a4d-46c5-aea8-000000000267 | TASK | Check if /usr/bin/ansible-playbook-3 exists 2025-10-08 23:07:47.791402 | fa163e1d-9a4d-46c5-aea8-000000000267 | OK | Check if /usr/bin/ansible-playbook-3 exists | standalone 2025-10-08 23:07:47.792834 | fa163e1d-9a4d-46c5-aea8-000000000267 | TIMING | tripleo_bootstrap : Check if /usr/bin/ansible-playbook-3 exists | standalone | 0:00:24.398890 | 0.21s 2025-10-08 23:07:47.819225 | fa163e1d-9a4d-46c5-aea8-000000000268 | TASK | Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook 2025-10-08 23:07:48.030877 | fa163e1d-9a4d-46c5-aea8-000000000268 | CHANGED | Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook | standalone 2025-10-08 23:07:48.032289 | fa163e1d-9a4d-46c5-aea8-000000000268 | TIMING | tripleo_bootstrap : Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook | standalone | 0:00:24.638350 | 0.21s 2025-10-08 23:07:48.107467 | fa163e1d-9a4d-46c5-aea8-00000000002d | TIMING | include_role : tripleo_ssh_known_hosts | standalone | 0:00:24.713519 | 0.03s 2025-10-08 23:07:48.185143 | fa163e1d-9a4d-46c5-aea8-000000000361 | TASK | Create temporary file for ssh_known_hosts 2025-10-08 23:07:48.396383 | fa163e1d-9a4d-46c5-aea8-000000000361 | CHANGED | Create temporary file for ssh_known_hosts | standalone 2025-10-08 23:07:48.397727 | fa163e1d-9a4d-46c5-aea8-000000000361 | TIMING | tripleo_ssh_known_hosts : Create temporary file for ssh_known_hosts | standalone | 0:00:25.003787 | 0.21s 2025-10-08 23:07:48.421916 | fa163e1d-9a4d-46c5-aea8-000000000362 | TASK | Check for ssh_known_hosts file 2025-10-08 23:07:48.652714 | fa163e1d-9a4d-46c5-aea8-000000000362 | OK | Check for ssh_known_hosts file | standalone 2025-10-08 23:07:48.654001 | fa163e1d-9a4d-46c5-aea8-000000000362 | TIMING | tripleo_ssh_known_hosts : Check for ssh_known_hosts file | standalone | 0:00:25.260065 | 0.23s 2025-10-08 23:07:48.677928 | fa163e1d-9a4d-46c5-aea8-000000000363 | TASK | Create a temporary copy of ssh_known_hosts 2025-10-08 23:07:48.704793 | fa163e1d-9a4d-46c5-aea8-000000000363 | SKIPPED | Create a temporary copy of ssh_known_hosts | standalone 2025-10-08 23:07:48.705857 | fa163e1d-9a4d-46c5-aea8-000000000363 | TIMING | tripleo_ssh_known_hosts : Create a temporary copy of ssh_known_hosts | standalone | 0:00:25.311919 | 0.03s 2025-10-08 23:07:48.729329 | fa163e1d-9a4d-46c5-aea8-000000000364 | TASK | Write temporary file 2025-10-08 23:07:48.756576 | fa163e1d-9a4d-46c5-aea8-000000000364 | SKIPPED | Write temporary file | standalone 2025-10-08 23:07:48.757612 | fa163e1d-9a4d-46c5-aea8-000000000364 | TIMING | tripleo_ssh_known_hosts : Write temporary file | standalone | 0:00:25.363677 | 0.03s 2025-10-08 23:07:48.780814 | fa163e1d-9a4d-46c5-aea8-000000000365 | TASK | Set ssh_known_hosts fact 2025-10-08 23:07:48.859231 | fa163e1d-9a4d-46c5-aea8-000000000365 | OK | Set ssh_known_hosts fact | standalone 2025-10-08 23:07:48.860378 | fa163e1d-9a4d-46c5-aea8-000000000365 | TIMING | tripleo_ssh_known_hosts : Set ssh_known_hosts fact | standalone | 0:00:25.466443 | 0.08s 2025-10-08 23:07:48.884303 | fa163e1d-9a4d-46c5-aea8-000000000366 | TASK | Add host keys to temporary ssh_known_hosts 2025-10-08 23:07:49.096675 | fa163e1d-9a4d-46c5-aea8-000000000366 | CHANGED | Add host keys to temporary ssh_known_hosts | standalone 2025-10-08 23:07:49.097530 | fa163e1d-9a4d-46c5-aea8-000000000366 | TIMING | tripleo_ssh_known_hosts : Add host keys to temporary ssh_known_hosts | standalone | 0:00:25.703602 | 0.21s 2025-10-08 23:07:49.114293 | fa163e1d-9a4d-46c5-aea8-000000000367 | TASK | In-place update of /etc/ssh_known_hosts 2025-10-08 23:07:49.312324 | fa163e1d-9a4d-46c5-aea8-000000000367 | CHANGED | In-place update of /etc/ssh_known_hosts | standalone 2025-10-08 23:07:49.313728 | fa163e1d-9a4d-46c5-aea8-000000000367 | TIMING | tripleo_ssh_known_hosts : In-place update of /etc/ssh_known_hosts | standalone | 0:00:25.919789 | 0.20s 2025-10-08 23:07:49.338299 | fa163e1d-9a4d-46c5-aea8-000000000368 | TASK | Remove temp file 2025-10-08 23:07:49.549591 | fa163e1d-9a4d-46c5-aea8-000000000368 | CHANGED | Remove temp file | standalone 2025-10-08 23:07:49.550900 | fa163e1d-9a4d-46c5-aea8-000000000368 | TIMING | tripleo_ssh_known_hosts : Remove temp file | standalone | 0:00:26.156962 | 0.21s PLAY [Deploy step tasks for step 0] ******************************************** 2025-10-08 23:07:49.733447 | fa163e1d-9a4d-46c5-aea8-000000000034 | TASK | Deploy step tasks for step 0 2025-10-08 23:07:49.793857 | fa163e1d-9a4d-46c5-aea8-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', 'fa163e1d-9a4d-46c5-aea8-000000000034') missing from stats 2025-10-08 23:07:49.819799 | fa163e1d-9a4d-46c5-aea8-000000000035 | TASK | Ensure /var/log/journal exists 2025-10-08 23:07:50.054493 | fa163e1d-9a4d-46c5-aea8-000000000035 | CHANGED | Ensure /var/log/journal exists | standalone 2025-10-08 23:07:50.055976 | fa163e1d-9a4d-46c5-aea8-000000000035 | TIMING | Ensure /var/log/journal exists | standalone | 0:00:26.662039 | 0.23s 2025-10-08 23:07:50.080531 | fa163e1d-9a4d-46c5-aea8-000000000036 | TASK | Check cloud-init status 2025-10-08 23:07:50.268165 | fa163e1d-9a4d-46c5-aea8-000000000036 | CHANGED | Check cloud-init status | standalone 2025-10-08 23:07:50.269689 | fa163e1d-9a4d-46c5-aea8-000000000036 | TIMING | Check cloud-init status | standalone | 0:00:26.875752 | 0.19s 2025-10-08 23:07:50.294326 | fa163e1d-9a4d-46c5-aea8-000000000037 | TASK | Check if cloud-init is disabled via kernel args 2025-10-08 23:07:50.499404 | fa163e1d-9a4d-46c5-aea8-000000000037 | CHANGED | Check if cloud-init is disabled via kernel args | standalone 2025-10-08 23:07:50.500748 | fa163e1d-9a4d-46c5-aea8-000000000037 | TIMING | Check if cloud-init is disabled via kernel args | standalone | 0:00:27.106813 | 0.20s 2025-10-08 23:07:50.525521 | fa163e1d-9a4d-46c5-aea8-000000000038 | TASK | Wait for cloud-init to finish, if enabled 2025-10-08 23:07:50.896112 | fa163e1d-9a4d-46c5-aea8-000000000038 | OK | Wait for cloud-init to finish, if enabled | standalone 2025-10-08 23:07:50.897449 | fa163e1d-9a4d-46c5-aea8-000000000038 | TIMING | Wait for cloud-init to finish, if enabled | standalone | 0:00:27.503517 | 0.37s 2025-10-08 23:07:50.922858 | fa163e1d-9a4d-46c5-aea8-000000000039 | TASK | Create /var/lib/container-puppet 2025-10-08 23:07:51.144932 | fa163e1d-9a4d-46c5-aea8-000000000039 | CHANGED | Create /var/lib/container-puppet | standalone 2025-10-08 23:07:51.146092 | fa163e1d-9a4d-46c5-aea8-000000000039 | TIMING | Create /var/lib/container-puppet | standalone | 0:00:27.752158 | 0.22s 2025-10-08 23:07:51.171031 | fa163e1d-9a4d-46c5-aea8-00000000003a | TASK | Write container-puppet.sh 2025-10-08 23:07:51.643661 | fa163e1d-9a4d-46c5-aea8-00000000003a | CHANGED | Write container-puppet.sh | standalone 2025-10-08 23:07:51.644902 | fa163e1d-9a4d-46c5-aea8-00000000003a | TIMING | Write container-puppet.sh | standalone | 0:00:28.250966 | 0.47s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-10-08 23:07:51.711558 | fa163e1d-9a4d-46c5-aea8-00000000003b | TIMING | include_tasks | standalone | 0:00:28.317619 | 0.04s 2025-10-08 23:07:51.730801 | 5d00ae41-a9f2-4f12-ab3e-05e3c05a76a1 | INCLUDED | /root/standalone-ansible-93sz9flw/Standalone/deploy_steps_tasks_step0.yaml | standalone 2025-10-08 23:07:51.763711 | fa163e1d-9a4d-46c5-aea8-000000000416 | TASK | Configure tuned before reboot 2025-10-08 23:07:51.813862 | fa163e1d-9a4d-46c5-aea8-000000000416 | TIMING | Configure tuned before reboot | standalone | 0:00:28.419845 | 0.05s 2025-10-08 23:07:51.871453 | fa163e1d-9a4d-46c5-aea8-000000000455 | TASK | Gather variables for each operating system 2025-10-08 23:07:51.993375 | fa163e1d-9a4d-46c5-aea8-000000000455 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tuned/vars/redhat.yml 2025-10-08 23:07:51.994829 | fa163e1d-9a4d-46c5-aea8-000000000455 | TIMING | tuned : Gather variables for each operating system | standalone | 0:00:28.600888 | 0.12s 2025-10-08 23:07:52.007710 | fa163e1d-9a4d-46c5-aea8-000000000455 | TIMING | tuned : Gather variables for each operating system | standalone | 0:00:28.613776 | 0.14s 2025-10-08 23:07:52.071447 | fa163e1d-9a4d-46c5-aea8-000000000456 | TIMING | tuned : include_tasks | standalone | 0:00:28.677503 | 0.04s 2025-10-08 23:07:52.092712 | fbc1662f-8a7f-4cfc-a859-88b297bba13d | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_install.yml | standalone 2025-10-08 23:07:52.128853 | fa163e1d-9a4d-46c5-aea8-00000000047f | TASK | Check tuned package is installed 2025-10-08 23:07:52.360859 | fa163e1d-9a4d-46c5-aea8-00000000047f | CHANGED | Check tuned package is installed | standalone 2025-10-08 23:07:52.362158 | fa163e1d-9a4d-46c5-aea8-00000000047f | TIMING | tuned : Check tuned package is installed | standalone | 0:00:28.968222 | 0.23s 2025-10-08 23:07:52.388059 | fa163e1d-9a4d-46c5-aea8-000000000480 | TASK | Install tuned 2025-10-08 23:07:58.958410 | fa163e1d-9a4d-46c5-aea8-000000000480 | CHANGED | Install tuned | standalone 2025-10-08 23:07:58.959780 | fa163e1d-9a4d-46c5-aea8-000000000480 | TIMING | tuned : Install tuned | standalone | 0:00:35.565846 | 6.57s 2025-10-08 23:07:58.981472 | fa163e1d-9a4d-46c5-aea8-000000000481 | TASK | Restart tuned 2025-10-08 23:08:00.833579 | fa163e1d-9a4d-46c5-aea8-000000000481 | CHANGED | Restart tuned | standalone 2025-10-08 23:08:00.835676 | fa163e1d-9a4d-46c5-aea8-000000000481 | TIMING | tuned : Restart tuned | standalone | 0:00:37.441737 | 1.85s 2025-10-08 23:08:00.862912 | fa163e1d-9a4d-46c5-aea8-000000000457 | TASK | Check for tuned-adm 2025-10-08 23:08:01.115146 | fa163e1d-9a4d-46c5-aea8-000000000457 | OK | Check for tuned-adm | standalone 2025-10-08 23:08:01.116783 | fa163e1d-9a4d-46c5-aea8-000000000457 | TIMING | tuned : Check for tuned-adm | standalone | 0:00:37.722846 | 0.25s 2025-10-08 23:08:01.183921 | fa163e1d-9a4d-46c5-aea8-000000000458 | TIMING | tuned : include_tasks | standalone | 0:00:37.789971 | 0.04s 2025-10-08 23:08:01.213171 | c7631fea-af60-4b5f-81ed-d7b3dcb796e6 | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_config.yml | standalone 2025-10-08 23:08:01.251981 | fa163e1d-9a4d-46c5-aea8-0000000004b6 | TASK | Ensure profile directory exists 2025-10-08 23:08:01.325533 | fa163e1d-9a4d-46c5-aea8-0000000004b6 | SKIPPED | Ensure profile directory exists | standalone 2025-10-08 23:08:01.327008 | fa163e1d-9a4d-46c5-aea8-0000000004b6 | TIMING | tuned : Ensure profile directory exists | standalone | 0:00:37.933069 | 0.07s 2025-10-08 23:08:01.353671 | fa163e1d-9a4d-46c5-aea8-0000000004b7 | TASK | Create custom tuned profile 2025-10-08 23:08:01.427443 | fa163e1d-9a4d-46c5-aea8-0000000004b7 | SKIPPED | Create custom tuned profile | standalone 2025-10-08 23:08:01.428899 | fa163e1d-9a4d-46c5-aea8-0000000004b7 | TIMING | tuned : Create custom tuned profile | standalone | 0:00:38.034962 | 0.07s 2025-10-08 23:08:01.454929 | fa163e1d-9a4d-46c5-aea8-0000000004b8 | TASK | Check tuned active profile 2025-10-08 23:08:01.808940 | fa163e1d-9a4d-46c5-aea8-0000000004b8 | OK | Check tuned active profile | standalone 2025-10-08 23:08:01.810588 | fa163e1d-9a4d-46c5-aea8-0000000004b8 | TIMING | tuned : Check tuned active profile | standalone | 0:00:38.416652 | 0.35s 2025-10-08 23:08:01.837282 | fa163e1d-9a4d-46c5-aea8-0000000004b9 | TASK | Check Tuned Configuration file exists 2025-10-08 23:08:02.070695 | fa163e1d-9a4d-46c5-aea8-0000000004b9 | OK | Check Tuned Configuration file exists | standalone 2025-10-08 23:08:02.071780 | fa163e1d-9a4d-46c5-aea8-0000000004b9 | TIMING | tuned : Check Tuned Configuration file exists | standalone | 0:00:38.677849 | 0.23s 2025-10-08 23:08:02.092499 | fa163e1d-9a4d-46c5-aea8-0000000004ba | TASK | Fail if tuned profile conf is absent but isolated cores is provided 2025-10-08 23:08:02.157277 | fa163e1d-9a4d-46c5-aea8-0000000004ba | SKIPPED | Fail if tuned profile conf is absent but isolated cores is provided | standalone 2025-10-08 23:08:02.158415 | fa163e1d-9a4d-46c5-aea8-0000000004ba | TIMING | tuned : Fail if tuned profile conf is absent but isolated cores is provided | standalone | 0:00:38.764485 | 0.06s 2025-10-08 23:08:02.180236 | fa163e1d-9a4d-46c5-aea8-0000000004bb | TASK | Configure isolated cores for profile throughput-performance 2025-10-08 23:08:02.240285 | fa163e1d-9a4d-46c5-aea8-0000000004bb | SKIPPED | Configure isolated cores for profile throughput-performance | standalone 2025-10-08 23:08:02.241291 | fa163e1d-9a4d-46c5-aea8-0000000004bb | TIMING | tuned : Configure isolated cores for profile throughput-performance | standalone | 0:00:38.847359 | 0.06s 2025-10-08 23:08:02.261963 | fa163e1d-9a4d-46c5-aea8-0000000004bc | TASK | Enable tuned profile 2025-10-08 23:08:03.682290 | fa163e1d-9a4d-46c5-aea8-0000000004bc | CHANGED | Enable tuned profile | standalone 2025-10-08 23:08:03.683672 | fa163e1d-9a4d-46c5-aea8-0000000004bc | TIMING | tuned : Enable tuned profile | standalone | 0:00:40.289738 | 1.42s 2025-10-08 23:08:03.731503 | fa163e1d-9a4d-46c5-aea8-000000000417 | TASK | Configure kernel args and reboot 2025-10-08 23:08:03.772051 | fa163e1d-9a4d-46c5-aea8-000000000417 | TIMING | Configure kernel args and reboot | standalone | 0:00:40.378109 | 0.04s 2025-10-08 23:08:03.910601 | fa163e1d-9a4d-46c5-aea8-000000000569 | TASK | Get the command line args of the node 2025-10-08 23:08:04.148602 | fa163e1d-9a4d-46c5-aea8-000000000569 | CHANGED | Get the command line args of the node | standalone 2025-10-08 23:08:04.149915 | fa163e1d-9a4d-46c5-aea8-000000000569 | TIMING | tripleo_kernel : Get the command line args of the node | standalone | 0:00:40.755976 | 0.24s 2025-10-08 23:08:04.175358 | fa163e1d-9a4d-46c5-aea8-00000000056b | TASK | Check if node has a nova.conf 2025-10-08 23:08:04.409296 | fa163e1d-9a4d-46c5-aea8-00000000056b | OK | Check if node has a nova.conf | standalone 2025-10-08 23:08:04.410539 | fa163e1d-9a4d-46c5-aea8-00000000056b | TIMING | tripleo_kernel : Check if node has a nova.conf | standalone | 0:00:41.016603 | 0.23s 2025-10-08 23:08:04.436181 | fa163e1d-9a4d-46c5-aea8-00000000056d | TASK | Warn operator about workload protection 2025-10-08 23:08:04.474992 | fa163e1d-9a4d-46c5-aea8-00000000056d | SKIPPED | Warn operator about workload protection | standalone 2025-10-08 23:08:04.476035 | fa163e1d-9a4d-46c5-aea8-00000000056d | TIMING | tripleo_kernel : Warn operator about workload protection | standalone | 0:00:41.082101 | 0.04s 2025-10-08 23:08:04.501420 | fa163e1d-9a4d-46c5-aea8-00000000056e | TASK | Setting defer reboot fact 2025-10-08 23:08:04.540553 | fa163e1d-9a4d-46c5-aea8-00000000056e | SKIPPED | Setting defer reboot fact | standalone 2025-10-08 23:08:04.541678 | fa163e1d-9a4d-46c5-aea8-00000000056e | TIMING | tripleo_kernel : Setting defer reboot fact | standalone | 0:00:41.147744 | 0.04s 2025-10-08 23:08:04.566926 | fa163e1d-9a4d-46c5-aea8-000000000570 | TASK | Rewrite tripleo_kernel_hugepages to use integers as keys 2025-10-08 23:08:04.595010 | fa163e1d-9a4d-46c5-aea8-000000000570 | TIMING | tripleo_kernel : Rewrite tripleo_kernel_hugepages to use integers as keys | standalone | 0:00:41.201071 | 0.03s 2025-10-08 23:08:04.620871 | fa163e1d-9a4d-46c5-aea8-000000000575 | TASK | Find hugepages in cmdline 2025-10-08 23:08:04.670238 | fa163e1d-9a4d-46c5-aea8-000000000575 | SKIPPED | Find hugepages in cmdline | standalone 2025-10-08 23:08:04.671261 | fa163e1d-9a4d-46c5-aea8-000000000575 | TIMING | tripleo_kernel : Find hugepages in cmdline | standalone | 0:00:41.277326 | 0.05s 2025-10-08 23:08:04.697548 | fa163e1d-9a4d-46c5-aea8-000000000576 | TASK | Finding human-readable hugepages in cmdline 2025-10-08 23:08:04.746882 | fa163e1d-9a4d-46c5-aea8-000000000576 | SKIPPED | Finding human-readable hugepages in cmdline | standalone 2025-10-08 23:08:04.748014 | fa163e1d-9a4d-46c5-aea8-000000000576 | TIMING | tripleo_kernel : Finding human-readable hugepages in cmdline | standalone | 0:00:41.354078 | 0.05s 2025-10-08 23:08:04.773719 | fa163e1d-9a4d-46c5-aea8-00000000057a | TASK | Find desired default hugepage size 2025-10-08 23:08:04.823879 | fa163e1d-9a4d-46c5-aea8-00000000057a | SKIPPED | Find desired default hugepage size | standalone 2025-10-08 23:08:04.824912 | fa163e1d-9a4d-46c5-aea8-00000000057a | TIMING | tripleo_kernel : Find desired default hugepage size | standalone | 0:00:41.430977 | 0.05s 2025-10-08 23:08:04.850250 | fa163e1d-9a4d-46c5-aea8-00000000057c | TASK | Storing non-configured hugepages 2025-10-08 23:08:04.881392 | fa163e1d-9a4d-46c5-aea8-00000000057c | TIMING | tripleo_kernel : Storing non-configured hugepages | standalone | 0:00:41.487450 | 0.03s 2025-10-08 23:08:04.907617 | fa163e1d-9a4d-46c5-aea8-00000000057e | TASK | Validating against hugepages config received from TripleO 2025-10-08 23:08:04.957491 | fa163e1d-9a4d-46c5-aea8-00000000057e | SKIPPED | Validating against hugepages config received from TripleO | standalone 2025-10-08 23:08:04.958651 | fa163e1d-9a4d-46c5-aea8-00000000057e | TIMING | tripleo_kernel : Validating against hugepages config received from TripleO | standalone | 0:00:41.564716 | 0.05s 2025-10-08 23:08:04.984116 | fa163e1d-9a4d-46c5-aea8-00000000057f | TASK | Determining the default hugepagesz 2025-10-08 23:08:05.033733 | fa163e1d-9a4d-46c5-aea8-00000000057f | SKIPPED | Determining the default hugepagesz | standalone 2025-10-08 23:08:05.034769 | fa163e1d-9a4d-46c5-aea8-00000000057f | TIMING | tripleo_kernel : Determining the default hugepagesz | standalone | 0:00:41.640835 | 0.05s 2025-10-08 23:08:05.060285 | fa163e1d-9a4d-46c5-aea8-000000000580 | TASK | Determining if any hugepage configuration needs to be re-written 2025-10-08 23:08:05.109015 | fa163e1d-9a4d-46c5-aea8-000000000580 | SKIPPED | Determining if any hugepage configuration needs to be re-written | standalone 2025-10-08 23:08:05.110064 | fa163e1d-9a4d-46c5-aea8-000000000580 | TIMING | tripleo_kernel : Determining if any hugepage configuration needs to be re-written | standalone | 0:00:41.716134 | 0.05s 2025-10-08 23:08:05.135006 | fa163e1d-9a4d-46c5-aea8-000000000581 | TASK | Making sure that we have a default hugepagesz 2025-10-08 23:08:05.177004 | fa163e1d-9a4d-46c5-aea8-000000000581 | SKIPPED | Making sure that we have a default hugepagesz | standalone 2025-10-08 23:08:05.178224 | fa163e1d-9a4d-46c5-aea8-000000000581 | TIMING | tripleo_kernel : Making sure that we have a default hugepagesz | standalone | 0:00:41.784256 | 0.04s 2025-10-08 23:08:05.203692 | fa163e1d-9a4d-46c5-aea8-000000000583 | TASK | Warn about possible modifications 2025-10-08 23:08:05.253550 | fa163e1d-9a4d-46c5-aea8-000000000583 | SKIPPED | Warn about possible modifications | standalone 2025-10-08 23:08:05.254605 | fa163e1d-9a4d-46c5-aea8-000000000583 | TIMING | tripleo_kernel : Warn about possible modifications | standalone | 0:00:41.860669 | 0.05s 2025-10-08 23:08:05.280633 | fa163e1d-9a4d-46c5-aea8-000000000584 | TASK | Remove hugepage settings from kernelargs 2025-10-08 23:08:05.321060 | fa163e1d-9a4d-46c5-aea8-000000000584 | SKIPPED | Remove hugepage settings from kernelargs | standalone 2025-10-08 23:08:05.322128 | fa163e1d-9a4d-46c5-aea8-000000000584 | TIMING | tripleo_kernel : Remove hugepage settings from kernelargs | standalone | 0:00:41.928195 | 0.04s 2025-10-08 23:08:05.347376 | fa163e1d-9a4d-46c5-aea8-000000000585 | TASK | Cleaning up whitespaces 2025-10-08 23:08:05.387285 | fa163e1d-9a4d-46c5-aea8-000000000585 | SKIPPED | Cleaning up whitespaces | standalone 2025-10-08 23:08:05.388404 | fa163e1d-9a4d-46c5-aea8-000000000585 | TIMING | tripleo_kernel : Cleaning up whitespaces | standalone | 0:00:41.994470 | 0.04s 2025-10-08 23:08:05.413789 | fa163e1d-9a4d-46c5-aea8-000000000587 | TASK | Check if the kernelargs entry is already present in the file 2025-10-08 23:08:05.768036 | fa163e1d-9a4d-46c5-aea8-000000000587 | OK | Check if the kernelargs entry is already present in the file | standalone 2025-10-08 23:08:05.769504 | fa163e1d-9a4d-46c5-aea8-000000000587 | TIMING | tripleo_kernel : Check if the kernelargs entry is already present in the file | standalone | 0:00:42.375563 | 0.35s 2025-10-08 23:08:05.795255 | fa163e1d-9a4d-46c5-aea8-000000000589 | TASK | Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present 2025-10-08 23:08:05.834090 | fa163e1d-9a4d-46c5-aea8-000000000589 | SKIPPED | Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present | standalone 2025-10-08 23:08:05.835383 | fa163e1d-9a4d-46c5-aea8-000000000589 | TIMING | tripleo_kernel : Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present | standalone | 0:00:42.441441 | 0.04s 2025-10-08 23:08:05.862487 | fa163e1d-9a4d-46c5-aea8-00000000058a | TASK | Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS 2025-10-08 23:08:05.913012 | fa163e1d-9a4d-46c5-aea8-00000000058a | SKIPPED | Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS | standalone 2025-10-08 23:08:05.914337 | fa163e1d-9a4d-46c5-aea8-00000000058a | TIMING | tripleo_kernel : Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS | standalone | 0:00:42.520392 | 0.05s 2025-10-08 23:08:05.941079 | fa163e1d-9a4d-46c5-aea8-00000000058b | TASK | Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter 2025-10-08 23:08:05.982495 | fa163e1d-9a4d-46c5-aea8-00000000058b | SKIPPED | Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter | standalone 2025-10-08 23:08:05.983728 | fa163e1d-9a4d-46c5-aea8-00000000058b | TIMING | tripleo_kernel : Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter | standalone | 0:00:42.589789 | 0.04s 2025-10-08 23:08:06.009436 | fa163e1d-9a4d-46c5-aea8-00000000058c | TASK | Generate grub config 2025-10-08 23:08:06.059476 | fa163e1d-9a4d-46c5-aea8-00000000058c | SKIPPED | Generate grub config | standalone 2025-10-08 23:08:06.060617 | fa163e1d-9a4d-46c5-aea8-00000000058c | TIMING | tripleo_kernel : Generate grub config | standalone | 0:00:42.666675 | 0.05s 2025-10-08 23:08:06.080384 | fa163e1d-9a4d-46c5-aea8-000000000590 | TASK | Get the block device that /boot is on 2025-10-08 23:08:06.128009 | fa163e1d-9a4d-46c5-aea8-000000000590 | SKIPPED | Get the block device that /boot is on | standalone 2025-10-08 23:08:06.129117 | fa163e1d-9a4d-46c5-aea8-000000000590 | TIMING | tripleo_kernel : Get the block device that /boot is on | standalone | 0:00:42.735174 | 0.05s 2025-10-08 23:08:06.154746 | fa163e1d-9a4d-46c5-aea8-000000000591 | TASK | Get the mount point that /boot is in 2025-10-08 23:08:06.216492 | fa163e1d-9a4d-46c5-aea8-000000000591 | SKIPPED | Get the mount point that /boot is in | standalone 2025-10-08 23:08:06.217816 | fa163e1d-9a4d-46c5-aea8-000000000591 | TIMING | tripleo_kernel : Get the mount point that /boot is in | standalone | 0:00:42.823875 | 0.06s 2025-10-08 23:08:06.243969 | fa163e1d-9a4d-46c5-aea8-000000000592 | TASK | Set facts for EFI grub.cfg generation 2025-10-08 23:08:06.306720 | fa163e1d-9a4d-46c5-aea8-000000000592 | SKIPPED | Set facts for EFI grub.cfg generation | standalone 2025-10-08 23:08:06.308054 | fa163e1d-9a4d-46c5-aea8-000000000592 | TIMING | tripleo_kernel : Set facts for EFI grub.cfg generation | standalone | 0:00:42.914111 | 0.06s 2025-10-08 23:08:06.335782 | fa163e1d-9a4d-46c5-aea8-000000000593 | TASK | Executed script to fix grub-menu 2025-10-08 23:08:06.395825 | fa163e1d-9a4d-46c5-aea8-000000000593 | SKIPPED | Executed script to fix grub-menu | standalone 2025-10-08 23:08:06.397134 | fa163e1d-9a4d-46c5-aea8-000000000593 | TIMING | tripleo_kernel : Executed script to fix grub-menu | standalone | 0:00:43.003192 | 0.06s 2025-10-08 23:08:06.425011 | fa163e1d-9a4d-46c5-aea8-000000000594 | TASK | Check grub config paths 2025-10-08 23:08:06.488023 | fa163e1d-9a4d-46c5-aea8-000000000594 | SKIPPED | Check grub config paths | standalone | item=/boot/efi/EFI/redhat 2025-10-08 23:08:06.503981 | fa163e1d-9a4d-46c5-aea8-000000000594 | SKIPPED | Check grub config paths | standalone | item=/boot/efi/EFI/centos 2025-10-08 23:08:06.511147 | fa163e1d-9a4d-46c5-aea8-000000000594 | TIMING | tripleo_kernel : Check grub config paths | standalone | 0:00:43.117202 | 0.08s 2025-10-08 23:08:06.539219 | fa163e1d-9a4d-46c5-aea8-000000000595 | TASK | Write EFI grub.cfg 2025-10-08 23:08:06.612158 | fa163e1d-9a4d-46c5-aea8-000000000595 | SKIPPED | Write EFI grub.cfg | standalone | item={'changed': False, 'skipped': True, 'skip_reason': 'Conditional result was False', 'item': '/boot/efi/EFI/redhat', 'ansible_loop_var': 'item'} 2025-10-08 23:08:06.628578 | fa163e1d-9a4d-46c5-aea8-000000000595 | SKIPPED | Write EFI grub.cfg | standalone | item={'changed': False, 'skipped': True, 'skip_reason': 'Conditional result was False', 'item': '/boot/efi/EFI/centos', 'ansible_loop_var': 'item'} 2025-10-08 23:08:06.635344 | fa163e1d-9a4d-46c5-aea8-000000000595 | TIMING | tripleo_kernel : Write EFI grub.cfg | standalone | 0:00:43.241396 | 0.09s 2025-10-08 23:08:06.662285 | fa163e1d-9a4d-46c5-aea8-000000000596 | TASK | bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub 2025-10-08 23:08:06.724993 | fa163e1d-9a4d-46c5-aea8-000000000596 | SKIPPED | bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub | standalone 2025-10-08 23:08:06.726162 | fa163e1d-9a4d-46c5-aea8-000000000596 | TIMING | tripleo_kernel : bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub | standalone | 0:00:43.332220 | 0.06s 2025-10-08 23:08:06.753290 | fa163e1d-9a4d-46c5-aea8-000000000597 | TASK | OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub 2025-10-08 23:08:06.814478 | fa163e1d-9a4d-46c5-aea8-000000000597 | SKIPPED | OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub | standalone 2025-10-08 23:08:06.815622 | fa163e1d-9a4d-46c5-aea8-000000000597 | TIMING | tripleo_kernel : OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub | standalone | 0:00:43.421677 | 0.06s 2025-10-08 23:08:06.842112 | fa163e1d-9a4d-46c5-aea8-000000000598 | TASK | Execute grub2-mkconfig 2025-10-08 23:08:06.903147 | fa163e1d-9a4d-46c5-aea8-000000000598 | SKIPPED | Execute grub2-mkconfig | standalone 2025-10-08 23:08:06.904364 | fa163e1d-9a4d-46c5-aea8-000000000598 | TIMING | tripleo_kernel : Execute grub2-mkconfig | standalone | 0:00:43.510422 | 0.06s 2025-10-08 23:08:06.930144 | fa163e1d-9a4d-46c5-aea8-000000000599 | TASK | Check for active tuned profile 2025-10-08 23:08:06.972015 | fa163e1d-9a4d-46c5-aea8-000000000599 | SKIPPED | Check for active tuned profile | standalone 2025-10-08 23:08:06.973175 | fa163e1d-9a4d-46c5-aea8-000000000599 | TIMING | tripleo_kernel : Check for active tuned profile | standalone | 0:00:43.579236 | 0.04s 2025-10-08 23:08:06.998810 | fa163e1d-9a4d-46c5-aea8-00000000059a | TASK | Ensure $tuned_params is restored to /boot/loader/entries files 2025-10-08 23:08:07.049331 | fa163e1d-9a4d-46c5-aea8-00000000059a | SKIPPED | Ensure $tuned_params is restored to /boot/loader/entries files | standalone 2025-10-08 23:08:07.050651 | fa163e1d-9a4d-46c5-aea8-00000000059a | TIMING | tripleo_kernel : Ensure $tuned_params is restored to /boot/loader/entries files | standalone | 0:00:43.656704 | 0.05s 2025-10-08 23:08:07.076637 | fa163e1d-9a4d-46c5-aea8-00000000059b | TASK | Set reboot required fact 2025-10-08 23:08:07.136582 | fa163e1d-9a4d-46c5-aea8-00000000059b | SKIPPED | Set reboot required fact | standalone 2025-10-08 23:08:07.137777 | fa163e1d-9a4d-46c5-aea8-00000000059b | TIMING | tripleo_kernel : Set reboot required fact | standalone | 0:00:43.743833 | 0.06s 2025-10-08 23:08:07.164688 | fa163e1d-9a4d-46c5-aea8-00000000059d | TASK | Apply DPDK workarounds 2025-10-08 23:08:07.215258 | fa163e1d-9a4d-46c5-aea8-00000000059d | SKIPPED | Apply DPDK workarounds | standalone 2025-10-08 23:08:07.216429 | fa163e1d-9a4d-46c5-aea8-00000000059d | TIMING | Apply DPDK workarounds | standalone | 0:00:43.822494 | 0.05s 2025-10-08 23:08:07.241563 | fa163e1d-9a4d-46c5-aea8-00000000059f | TASK | Ensure /etc/modules-load.d exists 2025-10-08 23:08:07.280357 | fa163e1d-9a4d-46c5-aea8-00000000059f | SKIPPED | Ensure /etc/modules-load.d exists | standalone 2025-10-08 23:08:07.281414 | fa163e1d-9a4d-46c5-aea8-00000000059f | TIMING | tripleo_kernel : Ensure /etc/modules-load.d exists | standalone | 0:00:43.887476 | 0.04s 2025-10-08 23:08:07.306706 | fa163e1d-9a4d-46c5-aea8-0000000005a0 | TASK | Load modules 2025-10-08 23:08:07.351399 | fa163e1d-9a4d-46c5-aea8-0000000005a0 | SKIPPED | Load modules | standalone | item=vfio_iommu_type1 2025-10-08 23:08:07.358274 | fa163e1d-9a4d-46c5-aea8-0000000005a0 | TIMING | tripleo_kernel : Load modules | standalone | 0:00:43.964337 | 0.05s 2025-10-08 23:08:07.382699 | fa163e1d-9a4d-46c5-aea8-0000000005a2 | TASK | Persist modules via modules-load.d 2025-10-08 23:08:07.429635 | fa163e1d-9a4d-46c5-aea8-0000000005a2 | SKIPPED | Persist modules via modules-load.d | standalone | item=vfio_iommu_type1 2025-10-08 23:08:07.435415 | fa163e1d-9a4d-46c5-aea8-0000000005a2 | TIMING | tripleo_kernel : Persist modules via modules-load.d | standalone | 0:00:44.041477 | 0.05s 2025-10-08 23:08:07.460923 | fa163e1d-9a4d-46c5-aea8-0000000005a4 | TASK | Drop module persistence 2025-10-08 23:08:07.503551 | fa163e1d-9a4d-46c5-aea8-0000000005a4 | SKIPPED | Drop module persistence | standalone | item=vfio_iommu_type1 2025-10-08 23:08:07.510092 | fa163e1d-9a4d-46c5-aea8-0000000005a4 | TIMING | tripleo_kernel : Drop module persistence | standalone | 0:00:44.116156 | 0.05s 2025-10-08 23:08:07.535394 | fa163e1d-9a4d-46c5-aea8-0000000005a6 | TASK | Set modules persistence via /etc/modules 2025-10-08 23:08:07.579601 | fa163e1d-9a4d-46c5-aea8-0000000005a6 | SKIPPED | Set modules persistence via /etc/modules | standalone | item=vfio_iommu_type1 2025-10-08 23:08:07.587304 | fa163e1d-9a4d-46c5-aea8-0000000005a6 | TIMING | tripleo_kernel : Set modules persistence via /etc/modules | standalone | 0:00:44.193367 | 0.05s 2025-10-08 23:08:07.612171 | fa163e1d-9a4d-46c5-aea8-0000000005a8 | TASK | Modules reload 2025-10-08 23:08:07.651012 | fa163e1d-9a4d-46c5-aea8-0000000005a8 | SKIPPED | Modules reload | standalone 2025-10-08 23:08:07.652107 | fa163e1d-9a4d-46c5-aea8-0000000005a8 | TIMING | tripleo_kernel : Modules reload | standalone | 0:00:44.258175 | 0.04s 2025-10-08 23:08:07.677929 | fa163e1d-9a4d-46c5-aea8-0000000005aa | TASK | Reboot tasks 2025-10-08 23:08:07.727419 | fa163e1d-9a4d-46c5-aea8-0000000005aa | SKIPPED | Reboot tasks | standalone 2025-10-08 23:08:07.728440 | fa163e1d-9a4d-46c5-aea8-0000000005aa | TIMING | tripleo_kernel : Reboot tasks | standalone | 0:00:44.334504 | 0.05s 2025-10-08 23:08:07.753700 | fa163e1d-9a4d-46c5-aea8-0000000005ab | TASK | Skipping reboot for deployed node 2025-10-08 23:08:07.804178 | fa163e1d-9a4d-46c5-aea8-0000000005ab | SKIPPED | Skipping reboot for deployed node | standalone 2025-10-08 23:08:07.805281 | fa163e1d-9a4d-46c5-aea8-0000000005ab | TIMING | tripleo_kernel : Skipping reboot for deployed node | standalone | 0:00:44.411345 | 0.05s PLAY [Server pre network steps] ************************************************ 2025-10-08 23:08:07.983346 | fa163e1d-9a4d-46c5-aea8-00000000003f | TASK | Server pre-network deployments 2025-10-08 23:08:08.009069 | fa163e1d-9a4d-46c5-aea8-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', 'fa163e1d-9a4d-46c5-aea8-00000000003f') missing from stats 2025-10-08 23:08:08.029209 | fa163e1d-9a4d-46c5-aea8-000000000043 | TASK | Hiera config 2025-10-08 23:08:08.053797 | fa163e1d-9a4d-46c5-aea8-000000000043 | TIMING | Hiera config | standalone | 0:00:44.659863 | 0.02s 2025-10-08 23:08:08.099330 | fa163e1d-9a4d-46c5-aea8-000000000721 | TASK | Create /etc/puppet/hieradata 2025-10-08 23:08:08.293927 | fa163e1d-9a4d-46c5-aea8-000000000721 | CHANGED | Create /etc/puppet/hieradata | standalone 2025-10-08 23:08:08.294774 | fa163e1d-9a4d-46c5-aea8-000000000721 | TIMING | tripleo_hieradata : Create /etc/puppet/hieradata | standalone | 0:00:44.900847 | 0.19s 2025-10-08 23:08:08.313236 | fa163e1d-9a4d-46c5-aea8-000000000722 | TASK | Write hiera config 2025-10-08 23:08:08.774462 | fa163e1d-9a4d-46c5-aea8-000000000722 | CHANGED | Write hiera config | standalone 2025-10-08 23:08:08.775545 | fa163e1d-9a4d-46c5-aea8-000000000722 | TIMING | tripleo_hieradata : Write hiera config | standalone | 0:00:45.381615 | 0.46s 2025-10-08 23:08:08.814403 | fa163e1d-9a4d-46c5-aea8-000000000044 | TASK | Hiera symlink 2025-10-08 23:08:09.042136 | fa163e1d-9a4d-46c5-aea8-000000000044 | CHANGED | Hiera symlink | standalone 2025-10-08 23:08:09.043147 | fa163e1d-9a4d-46c5-aea8-000000000044 | TIMING | Hiera symlink | standalone | 0:00:45.649219 | 0.23s 2025-10-08 23:08:09.062967 | fa163e1d-9a4d-46c5-aea8-000000000045 | TASK | Hieradata from vars 2025-10-08 23:08:09.090077 | fa163e1d-9a4d-46c5-aea8-000000000045 | TIMING | Hieradata from vars | standalone | 0:00:45.696136 | 0.03s 2025-10-08 23:08:09.138002 | fa163e1d-9a4d-46c5-aea8-00000000077c | TASK | Copy overcloud.json to all_nodes.json 2025-10-08 23:08:09.635389 | fa163e1d-9a4d-46c5-aea8-00000000077c | CHANGED | Copy overcloud.json to all_nodes.json | standalone 2025-10-08 23:08:09.636847 | fa163e1d-9a4d-46c5-aea8-00000000077c | TIMING | tripleo_hieradata : Copy overcloud.json to all_nodes.json | standalone | 0:00:46.242908 | 0.50s 2025-10-08 23:08:09.662937 | fa163e1d-9a4d-46c5-aea8-00000000077d | TASK | Render hieradata from template 2025-10-08 23:08:10.148588 | fa163e1d-9a4d-46c5-aea8-00000000077d | CHANGED | Render hieradata from template | standalone | item=bootstrap_node 2025-10-08 23:08:10.149464 | fa163e1d-9a4d-46c5-aea8-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:46.755534 | 0.48s 2025-10-08 23:08:10.653901 | fa163e1d-9a4d-46c5-aea8-00000000077d | CHANGED | Render hieradata from template | standalone | item=vip_data 2025-10-08 23:08:10.655057 | fa163e1d-9a4d-46c5-aea8-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:47.261121 | 0.99s 2025-10-08 23:08:11.274187 | fa163e1d-9a4d-46c5-aea8-00000000077d | CHANGED | Render hieradata from template | standalone | item=net_ip_map 2025-10-08 23:08:11.275291 | fa163e1d-9a4d-46c5-aea8-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:47.881357 | 1.61s 2025-10-08 23:08:11.688264 | fa163e1d-9a4d-46c5-aea8-00000000077d | CHANGED | Render hieradata from template | standalone | item=cloud_domain 2025-10-08 23:08:11.689850 | fa163e1d-9a4d-46c5-aea8-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:48.295923 | 2.03s 2025-10-08 23:08:12.203731 | fa163e1d-9a4d-46c5-aea8-00000000077d | CHANGED | Render hieradata from template | standalone | item=fqdn 2025-10-08 23:08:12.204946 | fa163e1d-9a4d-46c5-aea8-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:48.811011 | 2.54s 2025-10-08 23:08:12.615763 | fa163e1d-9a4d-46c5-aea8-00000000077d | CHANGED | Render hieradata from template | standalone | item=service_names 2025-10-08 23:08:12.617692 | fa163e1d-9a4d-46c5-aea8-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:49.223758 | 2.95s 2025-10-08 23:08:13.063281 | fa163e1d-9a4d-46c5-aea8-00000000077d | CHANGED | Render hieradata from template | standalone | item=service_configs 2025-10-08 23:08:13.065842 | fa163e1d-9a4d-46c5-aea8-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:49.671907 | 3.40s 2025-10-08 23:08:13.577691 | fa163e1d-9a4d-46c5-aea8-00000000077d | CHANGED | Render hieradata from template | standalone | item=extraconfig 2025-10-08 23:08:13.579633 | fa163e1d-9a4d-46c5-aea8-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:50.185699 | 3.92s 2025-10-08 23:08:14.061484 | fa163e1d-9a4d-46c5-aea8-00000000077d | CHANGED | Render hieradata from template | standalone | item=role_extraconfig 2025-10-08 23:08:14.063362 | fa163e1d-9a4d-46c5-aea8-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:50.669430 | 4.40s 2025-10-08 23:08:14.454207 | fa163e1d-9a4d-46c5-aea8-00000000077d | CHANGED | Render hieradata from template | standalone | item=ovn_chassis_mac_map 2025-10-08 23:08:14.456468 | fa163e1d-9a4d-46c5-aea8-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:51.062533 | 4.79s 2025-10-08 23:08:14.469325 | fa163e1d-9a4d-46c5-aea8-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:51.075387 | 4.80s 2025-10-08 23:08:14.519343 | fa163e1d-9a4d-46c5-aea8-000000000046 | TASK | Ensure ansible_managed hieradata file exists 2025-10-08 23:08:14.547798 | fa163e1d-9a4d-46c5-aea8-000000000046 | TIMING | Ensure ansible_managed hieradata file exists | standalone | 0:00:51.153855 | 0.03s 2025-10-08 23:08:14.616322 | fa163e1d-9a4d-46c5-aea8-000000000821 | TASK | Check for hieradata file 2025-10-08 23:08:14.841302 | fa163e1d-9a4d-46c5-aea8-000000000821 | OK | Check for hieradata file | standalone 2025-10-08 23:08:14.842531 | fa163e1d-9a4d-46c5-aea8-000000000821 | TIMING | tripleo_hieradata : Check for hieradata file | standalone | 0:00:51.448594 | 0.23s 2025-10-08 23:08:14.868552 | fa163e1d-9a4d-46c5-aea8-000000000823 | TASK | Get existing data 2025-10-08 23:08:14.917913 | fa163e1d-9a4d-46c5-aea8-000000000823 | SKIPPED | Get existing data | standalone 2025-10-08 23:08:14.918979 | fa163e1d-9a4d-46c5-aea8-000000000823 | TIMING | tripleo_hieradata : Get existing data | standalone | 0:00:51.525044 | 0.05s 2025-10-08 23:08:14.943485 | fa163e1d-9a4d-46c5-aea8-000000000824 | TASK | Set data fact 2025-10-08 23:08:14.992717 | fa163e1d-9a4d-46c5-aea8-000000000824 | SKIPPED | Set data fact | standalone 2025-10-08 23:08:14.993750 | fa163e1d-9a4d-46c5-aea8-000000000824 | TIMING | tripleo_hieradata : Set data fact | standalone | 0:00:51.599817 | 0.05s 2025-10-08 23:08:15.017921 | fa163e1d-9a4d-46c5-aea8-000000000826 | TASK | Write ansible hieradata file 2025-10-08 23:08:15.481930 | fa163e1d-9a4d-46c5-aea8-000000000826 | CHANGED | Write ansible hieradata file | standalone 2025-10-08 23:08:15.483155 | fa163e1d-9a4d-46c5-aea8-000000000826 | TIMING | tripleo_hieradata : Write ansible hieradata file | standalone | 0:00:52.089222 | 0.46s 2025-10-08 23:08:15.581994 | fa163e1d-9a4d-46c5-aea8-000000000047 | TIMING | include_tasks | standalone | 0:00:52.188053 | 0.05s PLAY [Server network deployments] ********************************************** 2025-10-08 23:08:15.737950 | fa163e1d-9a4d-46c5-aea8-00000000004b | TASK | Network Configuration 2025-10-08 23:08:15.765414 | fa163e1d-9a4d-46c5-aea8-00000000004b | OK | Network Configuration | standalone -> localhost | result={ "changed": false, "msg": "Use --start-at-task 'Network Configuration' to resume from this task" } [WARNING]: ('standalone -> localhost', 'fa163e1d-9a4d-46c5-aea8-00000000004b') missing from stats 2025-10-08 23:08:15.787604 | fa163e1d-9a4d-46c5-aea8-00000000004c | TASK | Check NetworkConfig script existence 2025-10-08 23:08:15.815285 | fa163e1d-9a4d-46c5-aea8-00000000004c | SKIPPED | Check NetworkConfig script existence | standalone 2025-10-08 23:08:15.816037 | fa163e1d-9a4d-46c5-aea8-00000000004c | TIMING | Check NetworkConfig script existence | standalone | 0:00:52.422107 | 0.03s 2025-10-08 23:08:15.835143 | fa163e1d-9a4d-46c5-aea8-000000000052 | TASK | Gather SELinux fact if needed 2025-10-08 23:08:15.883129 | fa163e1d-9a4d-46c5-aea8-000000000052 | SKIPPED | Gather SELinux fact if needed | standalone 2025-10-08 23:08:15.884511 | fa163e1d-9a4d-46c5-aea8-000000000052 | TIMING | tripleo_network_config : Gather SELinux fact if needed | standalone | 0:00:52.490571 | 0.05s 2025-10-08 23:08:15.909756 | fa163e1d-9a4d-46c5-aea8-000000000053 | TASK | Create fcontext entry for tripleoconfig 2025-10-08 23:08:16.542309 | fa163e1d-9a4d-46c5-aea8-000000000053 | OK | Create fcontext entry for tripleoconfig | standalone 2025-10-08 23:08:16.543349 | fa163e1d-9a4d-46c5-aea8-000000000053 | TIMING | tripleo_network_config : Create fcontext entry for tripleoconfig | standalone | 0:00:53.149418 | 0.63s 2025-10-08 23:08:16.563617 | fa163e1d-9a4d-46c5-aea8-000000000054 | TASK | Ensure requirements are satisfied 2025-10-08 23:08:16.594054 | fa163e1d-9a4d-46c5-aea8-000000000054 | TIMING | Ensure requirements are satisfied | standalone | 0:00:53.200109 | 0.03s 2025-10-08 23:08:16.639752 | fa163e1d-9a4d-46c5-aea8-0000000008bf | TASK | Gather facts if they don't exist 2025-10-08 23:08:16.689801 | fa163e1d-9a4d-46c5-aea8-0000000008bf | SKIPPED | Gather facts if they don't exist | standalone 2025-10-08 23:08:16.690812 | fa163e1d-9a4d-46c5-aea8-0000000008bf | TIMING | tripleo_bootstrap : Gather facts if they don't exist | standalone | 0:00:53.296881 | 0.05s 2025-10-08 23:08:16.710583 | fa163e1d-9a4d-46c5-aea8-0000000008c0 | TASK | Gather variables for each operating system 2025-10-08 23:08:16.803447 | fa163e1d-9a4d-46c5-aea8-0000000008c0 | SKIPPED | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2025-10-08 23:08:16.815352 | fa163e1d-9a4d-46c5-aea8-0000000008c0 | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:53.421411 | 0.10s 2025-10-08 23:08:16.835629 | fa163e1d-9a4d-46c5-aea8-0000000008c2 | TASK | Check required packages to bootstrap TripleO is installed 2025-10-08 23:08:17.116520 | fa163e1d-9a4d-46c5-aea8-0000000008c2 | CHANGED | Check required packages to bootstrap TripleO is installed | standalone 2025-10-08 23:08:17.117691 | fa163e1d-9a4d-46c5-aea8-0000000008c2 | TIMING | tripleo_bootstrap : Check required packages to bootstrap TripleO is installed | standalone | 0:00:53.723762 | 0.28s 2025-10-08 23:08:17.138171 | fa163e1d-9a4d-46c5-aea8-0000000008c3 | TASK | Deploy required packages to bootstrap TripleO 2025-10-08 23:08:17.169979 | fa163e1d-9a4d-46c5-aea8-0000000008c3 | SKIPPED | Deploy required packages to bootstrap TripleO | standalone 2025-10-08 23:08:17.170980 | fa163e1d-9a4d-46c5-aea8-0000000008c3 | TIMING | tripleo_bootstrap : Deploy required packages to bootstrap TripleO | standalone | 0:00:53.777047 | 0.03s 2025-10-08 23:08:17.191341 | fa163e1d-9a4d-46c5-aea8-0000000008c4 | TASK | Ensure packages are actually well installed 2025-10-08 23:08:18.126138 | fa163e1d-9a4d-46c5-aea8-0000000008c4 | CHANGED | Ensure packages are actually well installed | standalone 2025-10-08 23:08:18.127559 | fa163e1d-9a4d-46c5-aea8-0000000008c4 | TIMING | tripleo_bootstrap : Ensure packages are actually well installed | standalone | 0:00:54.733625 | 0.94s 2025-10-08 23:08:18.176161 | fa163e1d-9a4d-46c5-aea8-000000000056 | TASK | Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf 2025-10-08 23:08:18.418035 | fa163e1d-9a4d-46c5-aea8-000000000056 | CHANGED | Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf | standalone 2025-10-08 23:08:18.419464 | fa163e1d-9a4d-46c5-aea8-000000000056 | TIMING | tripleo_network_config : Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:00:55.025528 | 0.24s 2025-10-08 23:08:18.445724 | fa163e1d-9a4d-46c5-aea8-000000000057 | TASK | Reload NetworkManager 2025-10-08 23:08:18.861365 | fa163e1d-9a4d-46c5-aea8-000000000057 | CHANGED | Reload NetworkManager | standalone 2025-10-08 23:08:18.863245 | fa163e1d-9a4d-46c5-aea8-000000000057 | TIMING | tripleo_network_config : Reload NetworkManager | standalone | 0:00:55.469309 | 0.42s 2025-10-08 23:08:18.890212 | fa163e1d-9a4d-46c5-aea8-000000000059 | TASK | Ensure /var/lib/tripleo-config directory exists 2025-10-08 23:08:19.127253 | fa163e1d-9a4d-46c5-aea8-000000000059 | CHANGED | Ensure /var/lib/tripleo-config directory exists | standalone 2025-10-08 23:08:19.128747 | fa163e1d-9a4d-46c5-aea8-000000000059 | TIMING | tripleo_network_config : Ensure /var/lib/tripleo-config directory exists | standalone | 0:00:55.734808 | 0.24s 2025-10-08 23:08:19.154954 | fa163e1d-9a4d-46c5-aea8-00000000005a | TASK | Check for previous run of NetworkConfig 2025-10-08 23:08:19.384535 | fa163e1d-9a4d-46c5-aea8-00000000005a | OK | Check for previous run of NetworkConfig | standalone 2025-10-08 23:08:19.385772 | fa163e1d-9a4d-46c5-aea8-00000000005a | TIMING | tripleo_network_config : Check for previous run of NetworkConfig | standalone | 0:00:55.991838 | 0.23s 2025-10-08 23:08:19.411279 | fa163e1d-9a4d-46c5-aea8-00000000005b | TASK | Check result of previous run of NetworkConfig 2025-10-08 23:08:19.441497 | fa163e1d-9a4d-46c5-aea8-00000000005b | SKIPPED | Check result of previous run of NetworkConfig | standalone 2025-10-08 23:08:19.442581 | fa163e1d-9a4d-46c5-aea8-00000000005b | TIMING | tripleo_network_config : Check result of previous run of NetworkConfig | standalone | 0:00:56.048647 | 0.03s 2025-10-08 23:08:19.467684 | fa163e1d-9a4d-46c5-aea8-00000000005c | TASK | Ensure we get cloud-init 2025-10-08 23:08:19.702895 | fa163e1d-9a4d-46c5-aea8-00000000005c | OK | Ensure we get cloud-init | standalone 2025-10-08 23:08:19.704427 | fa163e1d-9a4d-46c5-aea8-00000000005c | TIMING | tripleo_network_config : Ensure we get cloud-init | standalone | 0:00:56.310492 | 0.24s 2025-10-08 23:08:19.730017 | fa163e1d-9a4d-46c5-aea8-00000000005e | TASK | Create /etc/os-net-config directory 2025-10-08 23:08:19.971274 | fa163e1d-9a4d-46c5-aea8-00000000005e | OK | Create /etc/os-net-config directory | standalone 2025-10-08 23:08:19.972632 | fa163e1d-9a4d-46c5-aea8-00000000005e | TIMING | tripleo_network_config : Create /etc/os-net-config directory | standalone | 0:00:56.578695 | 0.24s 2025-10-08 23:08:19.997829 | fa163e1d-9a4d-46c5-aea8-00000000005f | TASK | Create os-net-config mappings from lookup data 2025-10-08 23:08:20.397340 | fa163e1d-9a4d-46c5-aea8-00000000005f | OK | Create os-net-config mappings from lookup data | standalone 2025-10-08 23:08:20.398624 | fa163e1d-9a4d-46c5-aea8-00000000005f | TIMING | tripleo_network_config : Create os-net-config mappings from lookup data | standalone | 0:00:57.004686 | 0.40s 2025-10-08 23:08:20.423368 | fa163e1d-9a4d-46c5-aea8-000000000060 | TASK | Write os-net-config mappings file /etc/os-net-config/mapping.yaml 2025-10-08 23:08:20.493650 | fa163e1d-9a4d-46c5-aea8-000000000060 | SKIPPED | Write os-net-config mappings file /etc/os-net-config/mapping.yaml | standalone 2025-10-08 23:08:20.494813 | fa163e1d-9a4d-46c5-aea8-000000000060 | TIMING | tripleo_network_config : Write os-net-config mappings file /etc/os-net-config/mapping.yaml | standalone | 0:00:57.100878 | 0.07s 2025-10-08 23:08:20.520443 | fa163e1d-9a4d-46c5-aea8-000000000062 | TASK | Remove /var/lib/tripleo-config/scripts directory 2025-10-08 23:08:20.775865 | fa163e1d-9a4d-46c5-aea8-000000000062 | OK | Remove /var/lib/tripleo-config/scripts directory | standalone 2025-10-08 23:08:20.777136 | fa163e1d-9a4d-46c5-aea8-000000000062 | TIMING | tripleo_network_config : Remove /var/lib/tripleo-config/scripts directory | standalone | 0:00:57.383199 | 0.26s 2025-10-08 23:08:20.802829 | fa163e1d-9a4d-46c5-aea8-000000000063 | TASK | Run NetworkConfig with tripleo_os_net_config 2025-10-08 23:08:20.873330 | fa163e1d-9a4d-46c5-aea8-000000000063 | TIMING | tripleo_network_config : Run NetworkConfig with tripleo_os_net_config | standalone | 0:00:57.479387 | 0.07s 2025-10-08 23:08:20.898466 | e35bee86-00c6-4b95-bc4d-284b5b2656d8 | INCLUDED | /usr/share/ansible/roles/tripleo_network_config/tasks/os_net_config.yml | standalone 2025-10-08 23:08:20.930320 | fa163e1d-9a4d-46c5-aea8-000000000909 | TASK | Set nic_config_file fact 2025-10-08 23:08:21.012143 | fa163e1d-9a4d-46c5-aea8-000000000909 | OK | Set nic_config_file fact | standalone 2025-10-08 23:08:21.013442 | fa163e1d-9a4d-46c5-aea8-000000000909 | TIMING | tripleo_network_config : Set nic_config_file fact | standalone | 0:00:57.619506 | 0.08s 2025-10-08 23:08:21.039111 | fa163e1d-9a4d-46c5-aea8-00000000090a | TASK | Render overidden network config 2025-10-08 23:08:21.113451 | fa163e1d-9a4d-46c5-aea8-00000000090a | SKIPPED | Render overidden network config | standalone 2025-10-08 23:08:21.114559 | fa163e1d-9a4d-46c5-aea8-00000000090a | TIMING | tripleo_network_config : Render overidden network config | standalone | 0:00:57.720628 | 0.07s 2025-10-08 23:08:21.135258 | fa163e1d-9a4d-46c5-aea8-00000000090b | TASK | Render network_config 2025-10-08 23:08:21.196826 | fa163e1d-9a4d-46c5-aea8-00000000090b | SKIPPED | Render network_config | standalone 2025-10-08 23:08:21.197866 | fa163e1d-9a4d-46c5-aea8-00000000090b | TIMING | tripleo_network_config : Render network_config | standalone | 0:00:57.803938 | 0.06s 2025-10-08 23:08:21.218163 | fa163e1d-9a4d-46c5-aea8-00000000090c | TASK | Render network_config from template 2025-10-08 23:08:21.784872 | fa163e1d-9a4d-46c5-aea8-00000000090c | CHANGED | Render network_config from template | standalone 2025-10-08 23:08:21.785959 | fa163e1d-9a4d-46c5-aea8-00000000090c | TIMING | tripleo_network_config : Render network_config from template | standalone | 0:00:58.392028 | 0.57s 2025-10-08 23:08:21.806683 | fa163e1d-9a4d-46c5-aea8-00000000090d | TASK | Run tripleo_os_net_config_module with network_config ASYNC OK on standalone: jid=553323328207.45830 2025-10-08 23:08:25.752019 | fa163e1d-9a4d-46c5-aea8-00000000090d | OK | Run tripleo_os_net_config_module with network_config | standalone 2025-10-08 23:08:25.753889 | fa163e1d-9a4d-46c5-aea8-00000000090d | TIMING | tripleo_network_config : Run tripleo_os_net_config_module with network_config | standalone | 0:01:02.359954 | 3.95s 2025-10-08 23:08:25.782714 | fa163e1d-9a4d-46c5-aea8-000000000064 | TASK | Write rc of NetworkConfig script 2025-10-08 23:08:26.244904 | fa163e1d-9a4d-46c5-aea8-000000000064 | CHANGED | Write rc of NetworkConfig script | standalone 2025-10-08 23:08:26.246421 | fa163e1d-9a4d-46c5-aea8-000000000064 | TIMING | tripleo_network_config : Write rc of NetworkConfig script | standalone | 0:01:02.852483 | 0.46s 2025-10-08 23:08:26.273419 | fa163e1d-9a4d-46c5-aea8-000000000065 | TASK | Disable cloud-init network config 2025-10-08 23:08:26.779119 | fa163e1d-9a4d-46c5-aea8-000000000065 | CHANGED | Disable cloud-init network config | standalone 2025-10-08 23:08:26.780873 | fa163e1d-9a4d-46c5-aea8-000000000065 | TIMING | tripleo_network_config : Disable cloud-init network config | standalone | 0:01:03.386929 | 0.51s 2025-10-08 23:08:26.809767 | fa163e1d-9a4d-46c5-aea8-000000000066 | TASK | Ensure network service is enabled 2025-10-08 23:08:27.220022 | fa163e1d-9a4d-46c5-aea8-000000000066 | OK | Ensure network service is enabled | standalone 2025-10-08 23:08:27.221890 | fa163e1d-9a4d-46c5-aea8-000000000066 | TIMING | tripleo_network_config : Ensure network service is enabled | standalone | 0:01:03.827956 | 0.41s PLAY [Server network validation] *********************************************** 2025-10-08 23:08:27.400301 | fa163e1d-9a4d-46c5-aea8-000000000096 | TASK | Basic Network Validation 2025-10-08 23:08:27.427063 | fa163e1d-9a4d-46c5-aea8-000000000096 | TIMING | Basic Network Validation | standalone | 0:01:04.033123 | 0.03s 2025-10-08 23:08:27.470848 | fa163e1d-9a4d-46c5-aea8-000000000945 | TASK | Collect default network fact 2025-10-08 23:08:28.022873 | fa163e1d-9a4d-46c5-aea8-000000000945 | OK | Collect default network fact | standalone 2025-10-08 23:08:28.024342 | fa163e1d-9a4d-46c5-aea8-000000000945 | TIMING | tripleo_nodes_validation : Collect default network fact | standalone | 0:01:04.630403 | 0.55s 2025-10-08 23:08:28.049861 | fa163e1d-9a4d-46c5-aea8-000000000946 | TASK | Check Default IPv4 Gateway availability 2025-10-08 23:08:28.077970 | fa163e1d-9a4d-46c5-aea8-000000000946 | SKIPPED | Check Default IPv4 Gateway availability | standalone 2025-10-08 23:08:28.079277 | fa163e1d-9a4d-46c5-aea8-000000000946 | TIMING | tripleo_nodes_validation : Check Default IPv4 Gateway availability | standalone | 0:01:04.685334 | 0.03s 2025-10-08 23:08:28.104821 | fa163e1d-9a4d-46c5-aea8-000000000947 | TASK | Check all networks Gateway availability 2025-10-08 23:08:28.133704 | fa163e1d-9a4d-46c5-aea8-000000000947 | TIMING | tripleo_nodes_validation : Check all networks Gateway availability | standalone | 0:01:04.739762 | 0.03s 2025-10-08 23:08:28.158877 | fa163e1d-9a4d-46c5-aea8-000000000949 | TASK | Check Controllers availability 2025-10-08 23:08:28.221376 | fa163e1d-9a4d-46c5-aea8-000000000949 | SKIPPED | Check Controllers availability | standalone | item=192.168.122.100 2025-10-08 23:08:28.228103 | fa163e1d-9a4d-46c5-aea8-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.18.0.100 2025-10-08 23:08:28.235095 | fa163e1d-9a4d-46c5-aea8-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.20.0.100 2025-10-08 23:08:28.242609 | fa163e1d-9a4d-46c5-aea8-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.17.0.100 2025-10-08 23:08:28.249793 | fa163e1d-9a4d-46c5-aea8-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.19.0.100 2025-10-08 23:08:28.256790 | fa163e1d-9a4d-46c5-aea8-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.21.0.100 2025-10-08 23:08:28.263201 | fa163e1d-9a4d-46c5-aea8-000000000949 | TIMING | tripleo_nodes_validation : Check Controllers availability | standalone | 0:01:04.869251 | 0.10s 2025-10-08 23:08:28.288240 | fa163e1d-9a4d-46c5-aea8-00000000094b | TASK | Verify the configured FQDN vs /etc/hosts 2025-10-08 23:08:28.316944 | fa163e1d-9a4d-46c5-aea8-00000000094b | SKIPPED | Verify the configured FQDN vs /etc/hosts | standalone 2025-10-08 23:08:28.318111 | fa163e1d-9a4d-46c5-aea8-00000000094b | TIMING | tripleo_nodes_validation : Verify the configured FQDN vs /etc/hosts | standalone | 0:01:04.924173 | 0.03s PLAY [Server pre deployment steps] ********************************************* 2025-10-08 23:08:28.500775 | fa163e1d-9a4d-46c5-aea8-00000000009a | TASK | Server pre deployments 2025-10-08 23:08:28.530574 | fa163e1d-9a4d-46c5-aea8-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', 'fa163e1d-9a4d-46c5-aea8-00000000009a') missing from stats 2025-10-08 23:08:28.551504 | fa163e1d-9a4d-46c5-aea8-00000000009e | TASK | Hiera config 2025-10-08 23:08:28.577273 | fa163e1d-9a4d-46c5-aea8-00000000009e | TIMING | Hiera config | standalone | 0:01:05.183338 | 0.02s 2025-10-08 23:08:28.617316 | fa163e1d-9a4d-46c5-aea8-00000000099e | TASK | Create /etc/puppet/hieradata 2025-10-08 23:08:28.858030 | fa163e1d-9a4d-46c5-aea8-00000000099e | OK | Create /etc/puppet/hieradata | standalone 2025-10-08 23:08:28.859577 | fa163e1d-9a4d-46c5-aea8-00000000099e | TIMING | tripleo_hieradata : Create /etc/puppet/hieradata | standalone | 0:01:05.465634 | 0.24s 2025-10-08 23:08:28.885377 | fa163e1d-9a4d-46c5-aea8-00000000099f | TASK | Write hiera config 2025-10-08 23:08:29.341145 | fa163e1d-9a4d-46c5-aea8-00000000099f | OK | Write hiera config | standalone 2025-10-08 23:08:29.342491 | fa163e1d-9a4d-46c5-aea8-00000000099f | TIMING | tripleo_hieradata : Write hiera config | standalone | 0:01:05.948557 | 0.46s 2025-10-08 23:08:29.392321 | fa163e1d-9a4d-46c5-aea8-00000000009f | TASK | Hiera symlink 2025-10-08 23:08:29.623867 | fa163e1d-9a4d-46c5-aea8-00000000009f | OK | Hiera symlink | standalone 2025-10-08 23:08:29.625234 | fa163e1d-9a4d-46c5-aea8-00000000009f | TIMING | Hiera symlink | standalone | 0:01:06.231276 | 0.23s 2025-10-08 23:08:29.651166 | fa163e1d-9a4d-46c5-aea8-0000000000a0 | TASK | Hieradata from vars 2025-10-08 23:08:29.689980 | fa163e1d-9a4d-46c5-aea8-0000000000a0 | TIMING | Hieradata from vars | standalone | 0:01:06.296038 | 0.04s 2025-10-08 23:08:29.752465 | fa163e1d-9a4d-46c5-aea8-0000000009f9 | TASK | Copy overcloud.json to all_nodes.json 2025-10-08 23:08:30.143237 | fa163e1d-9a4d-46c5-aea8-0000000009f9 | OK | Copy overcloud.json to all_nodes.json | standalone 2025-10-08 23:08:30.144640 | fa163e1d-9a4d-46c5-aea8-0000000009f9 | TIMING | tripleo_hieradata : Copy overcloud.json to all_nodes.json | standalone | 0:01:06.750703 | 0.39s 2025-10-08 23:08:30.170599 | fa163e1d-9a4d-46c5-aea8-0000000009fa | TASK | Render hieradata from template 2025-10-08 23:08:30.653336 | fa163e1d-9a4d-46c5-aea8-0000000009fa | OK | Render hieradata from template | standalone | item=bootstrap_node 2025-10-08 23:08:30.654900 | fa163e1d-9a4d-46c5-aea8-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:07.260963 | 0.48s 2025-10-08 23:08:31.217587 | fa163e1d-9a4d-46c5-aea8-0000000009fa | OK | Render hieradata from template | standalone | item=vip_data 2025-10-08 23:08:31.219626 | fa163e1d-9a4d-46c5-aea8-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:07.825693 | 1.05s 2025-10-08 23:08:31.830685 | fa163e1d-9a4d-46c5-aea8-0000000009fa | OK | Render hieradata from template | standalone | item=net_ip_map 2025-10-08 23:08:31.831535 | fa163e1d-9a4d-46c5-aea8-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:08.437606 | 1.66s 2025-10-08 23:08:32.300975 | fa163e1d-9a4d-46c5-aea8-0000000009fa | OK | Render hieradata from template | standalone | item=cloud_domain 2025-10-08 23:08:32.302096 | fa163e1d-9a4d-46c5-aea8-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:08.908162 | 2.13s 2025-10-08 23:08:32.807626 | fa163e1d-9a4d-46c5-aea8-0000000009fa | OK | Render hieradata from template | standalone | item=fqdn 2025-10-08 23:08:32.809972 | fa163e1d-9a4d-46c5-aea8-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:09.416038 | 2.64s 2025-10-08 23:08:33.254808 | fa163e1d-9a4d-46c5-aea8-0000000009fa | OK | Render hieradata from template | standalone | item=service_names 2025-10-08 23:08:33.255918 | fa163e1d-9a4d-46c5-aea8-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:09.861984 | 3.08s 2025-10-08 23:08:33.679251 | fa163e1d-9a4d-46c5-aea8-0000000009fa | OK | Render hieradata from template | standalone | item=service_configs 2025-10-08 23:08:33.680350 | fa163e1d-9a4d-46c5-aea8-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:10.286417 | 3.51s 2025-10-08 23:08:34.162863 | fa163e1d-9a4d-46c5-aea8-0000000009fa | OK | Render hieradata from template | standalone | item=extraconfig 2025-10-08 23:08:34.163989 | fa163e1d-9a4d-46c5-aea8-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:10.770056 | 3.99s 2025-10-08 23:08:34.623939 | fa163e1d-9a4d-46c5-aea8-0000000009fa | OK | Render hieradata from template | standalone | item=role_extraconfig 2025-10-08 23:08:34.625856 | fa163e1d-9a4d-46c5-aea8-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:11.231922 | 4.45s 2025-10-08 23:08:35.104915 | fa163e1d-9a4d-46c5-aea8-0000000009fa | OK | Render hieradata from template | standalone | item=ovn_chassis_mac_map 2025-10-08 23:08:35.106049 | fa163e1d-9a4d-46c5-aea8-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:11.712114 | 4.93s 2025-10-08 23:08:35.114610 | fa163e1d-9a4d-46c5-aea8-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:11.720671 | 4.94s 2025-10-08 23:08:35.155554 | fa163e1d-9a4d-46c5-aea8-0000000000a1 | TASK | Ensure ansible_managed hieradata file exists 2025-10-08 23:08:35.184276 | fa163e1d-9a4d-46c5-aea8-0000000000a1 | TIMING | Ensure ansible_managed hieradata file exists | standalone | 0:01:11.790331 | 0.03s 2025-10-08 23:08:35.236690 | fa163e1d-9a4d-46c5-aea8-000000000a9e | TASK | Check for hieradata file 2025-10-08 23:08:35.465864 | fa163e1d-9a4d-46c5-aea8-000000000a9e | OK | Check for hieradata file | standalone 2025-10-08 23:08:35.467294 | fa163e1d-9a4d-46c5-aea8-000000000a9e | TIMING | tripleo_hieradata : Check for hieradata file | standalone | 0:01:12.073355 | 0.23s 2025-10-08 23:08:35.492980 | fa163e1d-9a4d-46c5-aea8-000000000aa0 | TASK | Get existing data 2025-10-08 23:08:35.531800 | fa163e1d-9a4d-46c5-aea8-000000000aa0 | SKIPPED | Get existing data | standalone 2025-10-08 23:08:35.533099 | fa163e1d-9a4d-46c5-aea8-000000000aa0 | TIMING | tripleo_hieradata : Get existing data | standalone | 0:01:12.139162 | 0.04s 2025-10-08 23:08:35.558856 | fa163e1d-9a4d-46c5-aea8-000000000aa1 | TASK | Set data fact 2025-10-08 23:08:35.608176 | fa163e1d-9a4d-46c5-aea8-000000000aa1 | SKIPPED | Set data fact | standalone 2025-10-08 23:08:35.609498 | fa163e1d-9a4d-46c5-aea8-000000000aa1 | TIMING | tripleo_hieradata : Set data fact | standalone | 0:01:12.215564 | 0.05s 2025-10-08 23:08:35.635350 | fa163e1d-9a4d-46c5-aea8-000000000aa3 | TASK | Write ansible hieradata file 2025-10-08 23:08:36.137422 | fa163e1d-9a4d-46c5-aea8-000000000aa3 | OK | Write ansible hieradata file | standalone 2025-10-08 23:08:36.138846 | fa163e1d-9a4d-46c5-aea8-000000000aa3 | TIMING | tripleo_hieradata : Write ansible hieradata file | standalone | 0:01:12.744910 | 0.50s 2025-10-08 23:08:36.240635 | fa163e1d-9a4d-46c5-aea8-0000000000a2 | TIMING | include_tasks | standalone | 0:01:12.846685 | 0.05s PLAY [Host prep steps] ********************************************************* 2025-10-08 23:08:36.399429 | fa163e1d-9a4d-46c5-aea8-0000000000a6 | TASK | Host prep steps 2025-10-08 23:08:36.429475 | fa163e1d-9a4d-46c5-aea8-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', 'fa163e1d-9a4d-46c5-aea8-0000000000a6') missing from stats 2025-10-08 23:08:36.505693 | fa163e1d-9a4d-46c5-aea8-0000000000a7 | TASK | Deploy Artifacts 2025-10-08 23:08:36.618899 | fa163e1d-9a4d-46c5-aea8-0000000000a7 | SKIPPED | Deploy Artifacts | standalone 2025-10-08 23:08:36.620271 | fa163e1d-9a4d-46c5-aea8-0000000000a7 | TIMING | Deploy Artifacts | standalone | 0:01:13.226333 | 0.11s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-10-08 23:08:36.684342 | fa163e1d-9a4d-46c5-aea8-0000000000a8 | TIMING | include_tasks | standalone | 0:01:13.290400 | 0.04s 2025-10-08 23:08:36.878292 | e9f725cc-c2ce-4c97-92e7-63553faed6a6 | INCLUDED | /root/standalone-ansible-93sz9flw/Standalone/host_prep_tasks.yaml | standalone 2025-10-08 23:08:36.931233 | fa163e1d-9a4d-46c5-aea8-000000000b1e | TASK | Run firewall role 2025-10-08 23:08:36.949789 | fa163e1d-9a4d-46c5-aea8-000000000b1e | TIMING | Run firewall role | standalone | 0:01:13.555858 | 0.02s 2025-10-08 23:08:37.001810 | fa163e1d-9a4d-46c5-aea8-000000000c1b | TASK | Gather variables for each operating system 2025-10-08 23:08:37.118684 | fa163e1d-9a4d-46c5-aea8-000000000c1b | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_firewall/vars/redhat.yml 2025-10-08 23:08:37.120071 | fa163e1d-9a4d-46c5-aea8-000000000c1b | TIMING | tripleo_firewall : Gather variables for each operating system | standalone | 0:01:13.726127 | 0.12s 2025-10-08 23:08:37.126070 | fa163e1d-9a4d-46c5-aea8-000000000c1b | TIMING | tripleo_firewall : Gather variables for each operating system | standalone | 0:01:13.732137 | 0.12s 2025-10-08 23:08:37.151353 | fa163e1d-9a4d-46c5-aea8-000000000c1c | TASK | Uninstall firewalld to prevent nftables conflicts 2025-10-08 23:08:39.986835 | fa163e1d-9a4d-46c5-aea8-000000000c1c | OK | Uninstall firewalld to prevent nftables conflicts | standalone 2025-10-08 23:08:39.987994 | fa163e1d-9a4d-46c5-aea8-000000000c1c | TIMING | tripleo_firewall : Uninstall firewalld to prevent nftables conflicts | standalone | 0:01:16.594064 | 2.84s 2025-10-08 23:08:40.008833 | fa163e1d-9a4d-46c5-aea8-000000000c20 | TASK | Create empty var for masquerade rules 2025-10-08 23:08:40.047107 | fa163e1d-9a4d-46c5-aea8-000000000c20 | OK | Create empty var for masquerade rules | standalone 2025-10-08 23:08:40.048185 | fa163e1d-9a4d-46c5-aea8-000000000c20 | TIMING | tripleo_firewall : Create empty var for masquerade rules | standalone | 0:01:16.654252 | 0.04s 2025-10-08 23:08:40.068579 | fa163e1d-9a4d-46c5-aea8-000000000c21 | TASK | Enable masquerade 2025-10-08 23:08:40.108385 | fa163e1d-9a4d-46c5-aea8-000000000c21 | SKIPPED | Enable masquerade | standalone 2025-10-08 23:08:40.109456 | fa163e1d-9a4d-46c5-aea8-000000000c21 | TIMING | tripleo_firewall : Enable masquerade | standalone | 0:01:16.715526 | 0.04s 2025-10-08 23:08:40.129243 | fa163e1d-9a4d-46c5-aea8-000000000c22 | TASK | Set the default frontend firewall rules 2025-10-08 23:08:40.168496 | fa163e1d-9a4d-46c5-aea8-000000000c22 | OK | Set the default frontend firewall rules | standalone 2025-10-08 23:08:40.169589 | fa163e1d-9a4d-46c5-aea8-000000000c22 | TIMING | tripleo_firewall : Set the default frontend firewall rules | standalone | 0:01:16.775658 | 0.04s 2025-10-08 23:08:40.189631 | fa163e1d-9a4d-46c5-aea8-000000000c25 | TASK | Set frontend rule fact (non-ssl rules) 2025-10-08 23:08:40.228391 | fa163e1d-9a4d-46c5-aea8-000000000c25 | OK | Set frontend rule fact (non-ssl rules) | standalone 2025-10-08 23:08:40.229664 | fa163e1d-9a4d-46c5-aea8-000000000c25 | TIMING | tripleo_firewall : Set frontend rule fact (non-ssl rules) | standalone | 0:01:16.835733 | 0.04s 2025-10-08 23:08:40.250265 | fa163e1d-9a4d-46c5-aea8-000000000c26 | TASK | Set frontend rule fact (ssl rules) 2025-10-08 23:08:40.291446 | fa163e1d-9a4d-46c5-aea8-000000000c26 | OK | Set frontend rule fact (ssl rules) | standalone 2025-10-08 23:08:40.292782 | fa163e1d-9a4d-46c5-aea8-000000000c26 | TIMING | tripleo_firewall : Set frontend rule fact (ssl rules) | standalone | 0:01:16.898851 | 0.04s 2025-10-08 23:08:40.313425 | fa163e1d-9a4d-46c5-aea8-000000000c28 | TASK | Set frontend rule fact (non-ssl rules) 2025-10-08 23:08:40.342738 | fa163e1d-9a4d-46c5-aea8-000000000c28 | SKIPPED | Set frontend rule fact (non-ssl rules) | standalone 2025-10-08 23:08:40.343521 | fa163e1d-9a4d-46c5-aea8-000000000c28 | TIMING | tripleo_firewall : Set frontend rule fact (non-ssl rules) | standalone | 0:01:16.949593 | 0.03s 2025-10-08 23:08:40.360904 | fa163e1d-9a4d-46c5-aea8-000000000c29 | TASK | Set frontend rule fact (ssl rules) 2025-10-08 23:08:40.389921 | fa163e1d-9a4d-46c5-aea8-000000000c29 | SKIPPED | Set frontend rule fact (ssl rules) | standalone 2025-10-08 23:08:40.390948 | fa163e1d-9a4d-46c5-aea8-000000000c29 | TIMING | tripleo_firewall : Set frontend rule fact (ssl rules) | standalone | 0:01:16.997018 | 0.03s 2025-10-08 23:08:40.411324 | fa163e1d-9a4d-46c5-aea8-000000000c2b | TASK | Enable LOG rules 2025-10-08 23:08:40.437695 | fa163e1d-9a4d-46c5-aea8-000000000c2b | SKIPPED | Enable LOG rules | standalone 2025-10-08 23:08:40.439902 | fa163e1d-9a4d-46c5-aea8-000000000c2b | TIMING | tripleo_firewall : Enable LOG rules | standalone | 0:01:17.045972 | 0.03s 2025-10-08 23:08:40.459845 | fa163e1d-9a4d-46c5-aea8-000000000c2c | TASK | Set rule fact 2025-10-08 23:08:40.555065 | fa163e1d-9a4d-46c5-aea8-000000000c2c | OK | Set rule fact | standalone 2025-10-08 23:08:40.558283 | fa163e1d-9a4d-46c5-aea8-000000000c2c | TIMING | tripleo_firewall : Set rule fact | standalone | 0:01:17.164345 | 0.10s 2025-10-08 23:08:40.587436 | fa163e1d-9a4d-46c5-aea8-000000000c2d | TASK | Manage rules via nftables 2025-10-08 23:08:40.617254 | fa163e1d-9a4d-46c5-aea8-000000000c2d | TIMING | Manage rules via nftables | standalone | 0:01:17.223305 | 0.03s 2025-10-08 23:08:40.704013 | fa163e1d-9a4d-46c5-aea8-000000000cc7 | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:17.310069 | 0.03s 2025-10-08 23:08:40.719391 | 10dffe84-edbe-49dc-acb1-109049d2a745 | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/service-bootstrap.yml | standalone 2025-10-08 23:08:40.746096 | fa163e1d-9a4d-46c5-aea8-000000000cf0 | TASK | Ensure legacy iptables services are off 2025-10-08 23:08:42.155971 | fa163e1d-9a4d-46c5-aea8-000000000cf0 | OK | Ensure legacy iptables services are off | standalone | item=iptables.service 2025-10-08 23:08:42.158157 | fa163e1d-9a4d-46c5-aea8-000000000cf0 | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:18.764214 | 1.41s 2025-10-08 23:08:42.477404 | fa163e1d-9a4d-46c5-aea8-000000000cf0 | OK | Ensure legacy iptables services are off | standalone | item=ip6tables.service 2025-10-08 23:08:42.478965 | fa163e1d-9a4d-46c5-aea8-000000000cf0 | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:19.085029 | 1.73s 2025-10-08 23:08:42.493416 | fa163e1d-9a4d-46c5-aea8-000000000cf0 | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:19.099473 | 1.75s 2025-10-08 23:08:42.524026 | fa163e1d-9a4d-46c5-aea8-000000000cf1 | TASK | Ensure nftables service is enabled and running 2025-10-08 23:08:43.173974 | fa163e1d-9a4d-46c5-aea8-000000000cf1 | CHANGED | Ensure nftables service is enabled and running | standalone 2025-10-08 23:08:43.175843 | fa163e1d-9a4d-46c5-aea8-000000000cf1 | TIMING | tripleo_nftables : Ensure nftables service is enabled and running | standalone | 0:01:19.781908 | 0.65s 2025-10-08 23:08:43.202865 | fa163e1d-9a4d-46c5-aea8-000000000cf2 | TASK | Empty nftables from anything that may lay around 2025-10-08 23:08:43.246155 | fa163e1d-9a4d-46c5-aea8-000000000cf2 | SKIPPED | Empty nftables from anything that may lay around | standalone 2025-10-08 23:08:43.247307 | fa163e1d-9a4d-46c5-aea8-000000000cf2 | TIMING | tripleo_nftables : Empty nftables from anything that may lay around | standalone | 0:01:19.853373 | 0.04s 2025-10-08 23:08:43.300705 | fa163e1d-9a4d-46c5-aea8-000000000cc8 | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:19.906764 | 0.03s 2025-10-08 23:08:43.338964 | e8f945a8-bc63-40b5-b62a-a249459dd722 | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/configure.yml | standalone 2025-10-08 23:08:43.374711 | fa163e1d-9a4d-46c5-aea8-000000000d21 | TASK | Push empty ruleset 2025-10-08 23:08:43.874292 | fa163e1d-9a4d-46c5-aea8-000000000d21 | CHANGED | Push empty ruleset | standalone 2025-10-08 23:08:43.875681 | fa163e1d-9a4d-46c5-aea8-000000000d21 | TIMING | tripleo_nftables : Push empty ruleset | standalone | 0:01:20.481745 | 0.50s 2025-10-08 23:08:43.901934 | fa163e1d-9a4d-46c5-aea8-000000000d22 | TASK | Load empty ruleset 2025-10-08 23:08:44.148600 | fa163e1d-9a4d-46c5-aea8-000000000d22 | CHANGED | Load empty ruleset | standalone 2025-10-08 23:08:44.149982 | fa163e1d-9a4d-46c5-aea8-000000000d22 | TIMING | tripleo_nftables : Load empty ruleset | standalone | 0:01:20.756046 | 0.25s 2025-10-08 23:08:44.175819 | fa163e1d-9a4d-46c5-aea8-000000000d24 | TASK | Use default rules 2025-10-08 23:08:44.272020 | fa163e1d-9a4d-46c5-aea8-000000000d24 | OK | Use default rules | standalone 2025-10-08 23:08:44.275268 | fa163e1d-9a4d-46c5-aea8-000000000d24 | TIMING | tripleo_nftables : Use default rules | standalone | 0:01:20.881331 | 0.10s 2025-10-08 23:08:44.305611 | fa163e1d-9a4d-46c5-aea8-000000000d25 | TASK | Enable LOG rules 2025-10-08 23:08:44.380398 | fa163e1d-9a4d-46c5-aea8-000000000d25 | OK | Enable LOG rules | standalone 2025-10-08 23:08:44.383781 | fa163e1d-9a4d-46c5-aea8-000000000d25 | TIMING | tripleo_nftables : Enable LOG rules | standalone | 0:01:20.989842 | 0.08s 2025-10-08 23:08:44.413734 | fa163e1d-9a4d-46c5-aea8-000000000d27 | TASK | Get current nftables content 2025-10-08 23:08:44.649126 | fa163e1d-9a4d-46c5-aea8-000000000d27 | CHANGED | Get current nftables content | standalone 2025-10-08 23:08:44.650524 | fa163e1d-9a4d-46c5-aea8-000000000d27 | TIMING | tripleo_nftables : Get current nftables content | standalone | 0:01:21.256587 | 0.24s 2025-10-08 23:08:44.676534 | fa163e1d-9a4d-46c5-aea8-000000000d29 | TASK | Generate chain jumps 2025-10-08 23:08:45.210364 | fa163e1d-9a4d-46c5-aea8-000000000d29 | CHANGED | Generate chain jumps | standalone 2025-10-08 23:08:45.211774 | fa163e1d-9a4d-46c5-aea8-000000000d29 | TIMING | tripleo_nftables : Generate chain jumps | standalone | 0:01:21.817838 | 0.53s 2025-10-08 23:08:45.237645 | fa163e1d-9a4d-46c5-aea8-000000000d2a | TASK | Generate chain jumps 2025-10-08 23:08:45.835450 | fa163e1d-9a4d-46c5-aea8-000000000d2a | CHANGED | Generate chain jumps | standalone 2025-10-08 23:08:45.836821 | fa163e1d-9a4d-46c5-aea8-000000000d2a | TIMING | tripleo_nftables : Generate chain jumps | standalone | 0:01:22.442884 | 0.60s 2025-10-08 23:08:45.863501 | fa163e1d-9a4d-46c5-aea8-000000000d2b | TASK | Generate nft flushes 2025-10-08 23:08:46.371736 | fa163e1d-9a4d-46c5-aea8-000000000d2b | CHANGED | Generate nft flushes | standalone 2025-10-08 23:08:46.373155 | fa163e1d-9a4d-46c5-aea8-000000000d2b | TIMING | tripleo_nftables : Generate nft flushes | standalone | 0:01:22.979217 | 0.51s 2025-10-08 23:08:46.401350 | fa163e1d-9a4d-46c5-aea8-000000000d2c | TASK | Generate nft tripleo chains 2025-10-08 23:08:46.841837 | fa163e1d-9a4d-46c5-aea8-000000000d2c | CHANGED | Generate nft tripleo chains | standalone 2025-10-08 23:08:46.843272 | fa163e1d-9a4d-46c5-aea8-000000000d2c | TIMING | tripleo_nftables : Generate nft tripleo chains | standalone | 0:01:23.449334 | 0.44s 2025-10-08 23:08:46.870280 | fa163e1d-9a4d-46c5-aea8-000000000d2d | TASK | Generate nft ruleset in static file 2025-10-08 23:08:48.535902 | fa163e1d-9a4d-46c5-aea8-000000000d2d | CHANGED | Generate nft ruleset in static file | standalone 2025-10-08 23:08:48.537669 | fa163e1d-9a4d-46c5-aea8-000000000d2d | TIMING | tripleo_nftables : Generate nft ruleset in static file | standalone | 0:01:25.143731 | 1.67s 2025-10-08 23:08:48.564553 | fa163e1d-9a4d-46c5-aea8-000000000d2f | TASK | Validate all of the generated content before loading 2025-10-08 23:08:49.080905 | fa163e1d-9a4d-46c5-aea8-000000000d2f | CHANGED | Validate all of the generated content before loading | standalone 2025-10-08 23:08:49.082699 | fa163e1d-9a4d-46c5-aea8-000000000d2f | TIMING | tripleo_nftables : Validate all of the generated content before loading | standalone | 0:01:25.688758 | 0.52s 2025-10-08 23:08:49.109054 | fa163e1d-9a4d-46c5-aea8-000000000d30 | TASK | Ensure we load our different nft rulesets on boot 2025-10-08 23:08:49.383398 | fa163e1d-9a4d-46c5-aea8-000000000d30 | CHANGED | Ensure we load our different nft rulesets on boot | standalone 2025-10-08 23:08:49.385108 | fa163e1d-9a4d-46c5-aea8-000000000d30 | TIMING | tripleo_nftables : Ensure we load our different nft rulesets on boot | standalone | 0:01:25.991171 | 0.27s 2025-10-08 23:08:49.441893 | fa163e1d-9a4d-46c5-aea8-000000000cc9 | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:26.047942 | 0.03s 2025-10-08 23:08:49.461768 | 635bc229-d963-4f2a-a17a-b2d03cae065c | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/run.yml | standalone 2025-10-08 23:08:49.514293 | fa163e1d-9a4d-46c5-aea8-000000000d98 | TASK | Inject our custom chains in nftables 2025-10-08 23:08:49.769697 | fa163e1d-9a4d-46c5-aea8-000000000d98 | CHANGED | Inject our custom chains in nftables | standalone 2025-10-08 23:08:49.771395 | fa163e1d-9a4d-46c5-aea8-000000000d98 | TIMING | tripleo_nftables : Inject our custom chains in nftables | standalone | 0:01:26.377453 | 0.26s 2025-10-08 23:08:49.798961 | fa163e1d-9a4d-46c5-aea8-000000000d99 | TASK | Reload custom nftables ruleset files 2025-10-08 23:08:50.099932 | fa163e1d-9a4d-46c5-aea8-000000000d99 | CHANGED | Reload custom nftables ruleset files | standalone 2025-10-08 23:08:50.101826 | fa163e1d-9a4d-46c5-aea8-000000000d99 | TIMING | tripleo_nftables : Reload custom nftables ruleset files | standalone | 0:01:26.707887 | 0.30s 2025-10-08 23:08:50.173516 | fa163e1d-9a4d-46c5-aea8-000000000b1f | TASK | create persistent logs directory 2025-10-08 23:08:50.445390 | fa163e1d-9a4d-46c5-aea8-000000000b1f | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/aodh', 'setype': 'container_file_t'} 2025-10-08 23:08:50.446846 | fa163e1d-9a4d-46c5-aea8-000000000b1f | TIMING | create persistent logs directory | standalone | 0:01:27.052912 | 0.27s 2025-10-08 23:08:50.676939 | fa163e1d-9a4d-46c5-aea8-000000000b1f | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/aodh-api', 'setype': 'container_file_t'} 2025-10-08 23:08:50.679110 | fa163e1d-9a4d-46c5-aea8-000000000b1f | TIMING | create persistent logs directory | standalone | 0:01:27.285172 | 0.50s 2025-10-08 23:08:50.689677 | fa163e1d-9a4d-46c5-aea8-000000000b1f | TIMING | create persistent logs directory | standalone | 0:01:27.295729 | 0.51s 2025-10-08 23:08:50.715660 | fa163e1d-9a4d-46c5-aea8-000000000b20 | TASK | create persistent directories 2025-10-08 23:08:50.981648 | fa163e1d-9a4d-46c5-aea8-000000000b20 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/aodh', 'setype': 'container_file_t'} 2025-10-08 23:08:50.983892 | fa163e1d-9a4d-46c5-aea8-000000000b20 | TIMING | create persistent directories | standalone | 0:01:27.589952 | 0.27s 2025-10-08 23:08:50.994226 | fa163e1d-9a4d-46c5-aea8-000000000b20 | TIMING | create persistent directories | standalone | 0:01:27.600240 | 0.28s 2025-10-08 23:08:51.021006 | fa163e1d-9a4d-46c5-aea8-000000000b21 | TASK | create persistent directories 2025-10-08 23:08:51.303535 | fa163e1d-9a4d-46c5-aea8-000000000b21 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/aodh', 'setype': 'container_file_t'} 2025-10-08 23:08:51.305245 | fa163e1d-9a4d-46c5-aea8-000000000b21 | TIMING | create persistent directories | standalone | 0:01:27.911304 | 0.28s 2025-10-08 23:08:51.537419 | fa163e1d-9a4d-46c5-aea8-000000000b21 | CHANGED | create persistent directories | standalone | item={'path': '/var/log/aodh', 'setype': 'container_file_t'} 2025-10-08 23:08:51.538925 | fa163e1d-9a4d-46c5-aea8-000000000b21 | TIMING | create persistent directories | standalone | 0:01:28.144984 | 0.52s 2025-10-08 23:08:51.551369 | fa163e1d-9a4d-46c5-aea8-000000000b21 | TIMING | create persistent directories | standalone | 0:01:28.157418 | 0.53s 2025-10-08 23:08:51.574573 | fa163e1d-9a4d-46c5-aea8-000000000b22 | TASK | create persistent directories 2025-10-08 23:08:51.827636 | fa163e1d-9a4d-46c5-aea8-000000000b22 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/ceilometer', 'setype': 'container_file_t'} 2025-10-08 23:08:51.829450 | fa163e1d-9a4d-46c5-aea8-000000000b22 | TIMING | create persistent directories | standalone | 0:01:28.435503 | 0.25s 2025-10-08 23:08:51.841971 | fa163e1d-9a4d-46c5-aea8-000000000b22 | TIMING | create persistent directories | standalone | 0:01:28.448024 | 0.27s 2025-10-08 23:08:51.871764 | fa163e1d-9a4d-46c5-aea8-000000000b23 | TASK | enable virt_sandbox_use_netlink for healthcheck 2025-10-08 23:08:53.027586 | fa163e1d-9a4d-46c5-aea8-000000000b23 | CHANGED | enable virt_sandbox_use_netlink for healthcheck | standalone 2025-10-08 23:08:53.029357 | fa163e1d-9a4d-46c5-aea8-000000000b23 | TIMING | enable virt_sandbox_use_netlink for healthcheck | standalone | 0:01:29.635418 | 1.15s 2025-10-08 23:08:53.054928 | fa163e1d-9a4d-46c5-aea8-000000000b24 | TASK | create persistent directories 2025-10-08 23:08:53.322360 | fa163e1d-9a4d-46c5-aea8-000000000b24 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2025-10-08 23:08:53.325231 | fa163e1d-9a4d-46c5-aea8-000000000b24 | TIMING | create persistent directories | standalone | 0:01:29.931254 | 0.27s 2025-10-08 23:08:53.519543 | fa163e1d-9a4d-46c5-aea8-000000000b24 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/cinder-api', 'setype': 'container_file_t'} 2025-10-08 23:08:53.521335 | fa163e1d-9a4d-46c5-aea8-000000000b24 | TIMING | create persistent directories | standalone | 0:01:30.127401 | 0.46s 2025-10-08 23:08:53.531726 | fa163e1d-9a4d-46c5-aea8-000000000b24 | TIMING | create persistent directories | standalone | 0:01:30.137792 | 0.48s 2025-10-08 23:08:53.557446 | fa163e1d-9a4d-46c5-aea8-000000000b25 | TASK | create fcontext entry for cinder data 2025-10-08 23:08:54.885575 | fa163e1d-9a4d-46c5-aea8-000000000b25 | CHANGED | create fcontext entry for cinder data | standalone 2025-10-08 23:08:54.887116 | fa163e1d-9a4d-46c5-aea8-000000000b25 | TIMING | create fcontext entry for cinder data | standalone | 0:01:31.493185 | 1.33s 2025-10-08 23:08:54.906962 | fa163e1d-9a4d-46c5-aea8-000000000b26 | TASK | create persistent directories 2025-10-08 23:08:55.146002 | fa163e1d-9a4d-46c5-aea8-000000000b26 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2025-10-08 23:08:55.148071 | fa163e1d-9a4d-46c5-aea8-000000000b26 | TIMING | create persistent directories | standalone | 0:01:31.754132 | 0.24s 2025-10-08 23:08:55.342986 | fa163e1d-9a4d-46c5-aea8-000000000b26 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/cinder', 'setype': 'container_file_t'} 2025-10-08 23:08:55.344165 | fa163e1d-9a4d-46c5-aea8-000000000b26 | TIMING | create persistent directories | standalone | 0:01:31.950232 | 0.44s 2025-10-08 23:08:55.350259 | fa163e1d-9a4d-46c5-aea8-000000000b26 | TIMING | create persistent directories | standalone | 0:01:31.956334 | 0.44s 2025-10-08 23:08:55.370703 | fa163e1d-9a4d-46c5-aea8-000000000b27 | TASK | ensure ceph configurations exist 2025-10-08 23:08:55.600755 | fa163e1d-9a4d-46c5-aea8-000000000b27 | CHANGED | ensure ceph configurations exist | standalone 2025-10-08 23:08:55.601866 | fa163e1d-9a4d-46c5-aea8-000000000b27 | TIMING | ensure ceph configurations exist | standalone | 0:01:32.207934 | 0.23s 2025-10-08 23:08:55.621724 | fa163e1d-9a4d-46c5-aea8-000000000b28 | TASK | create persistent directories 2025-10-08 23:08:55.850866 | fa163e1d-9a4d-46c5-aea8-000000000b28 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2025-10-08 23:08:55.852741 | fa163e1d-9a4d-46c5-aea8-000000000b28 | TIMING | create persistent directories | standalone | 0:01:32.458803 | 0.23s 2025-10-08 23:08:55.862321 | fa163e1d-9a4d-46c5-aea8-000000000b28 | TIMING | create persistent directories | standalone | 0:01:32.468395 | 0.24s 2025-10-08 23:08:55.882629 | fa163e1d-9a4d-46c5-aea8-000000000b2a | TASK | Create cinder image conversion directory 2025-10-08 23:08:55.910058 | fa163e1d-9a4d-46c5-aea8-000000000b2a | SKIPPED | Create cinder image conversion directory | standalone 2025-10-08 23:08:55.911084 | fa163e1d-9a4d-46c5-aea8-000000000b2a | TIMING | Create cinder image conversion directory | standalone | 0:01:32.517153 | 0.03s 2025-10-08 23:08:55.930566 | fa163e1d-9a4d-46c5-aea8-000000000b2b | TASK | Mount cinder's image conversion NFS share 2025-10-08 23:08:55.958414 | fa163e1d-9a4d-46c5-aea8-000000000b2b | SKIPPED | Mount cinder's image conversion NFS share | standalone 2025-10-08 23:08:55.959352 | fa163e1d-9a4d-46c5-aea8-000000000b2b | TIMING | Mount cinder's image conversion NFS share | standalone | 0:01:32.565423 | 0.03s 2025-10-08 23:08:55.978946 | fa163e1d-9a4d-46c5-aea8-000000000b2d | TASK | cinder_configure_lvm fact 2025-10-08 23:08:56.007585 | fa163e1d-9a4d-46c5-aea8-000000000b2d | OK | cinder_configure_lvm fact | standalone 2025-10-08 23:08:56.008521 | fa163e1d-9a4d-46c5-aea8-000000000b2d | TIMING | cinder_configure_lvm fact | standalone | 0:01:32.614591 | 0.03s 2025-10-08 23:08:56.027450 | fa163e1d-9a4d-46c5-aea8-000000000b2f | TASK | ensure LVM rpm dependencies are installed 2025-10-08 23:08:58.997537 | fa163e1d-9a4d-46c5-aea8-000000000b2f | OK | ensure LVM rpm dependencies are installed | standalone 2025-10-08 23:08:58.999095 | fa163e1d-9a4d-46c5-aea8-000000000b2f | TIMING | ensure LVM rpm dependencies are installed | standalone | 0:01:35.605158 | 2.97s 2025-10-08 23:08:59.024108 | fa163e1d-9a4d-46c5-aea8-000000000b30 | TASK | cinder create LVM volume group dd 2025-10-08 23:08:59.270453 | fa163e1d-9a4d-46c5-aea8-000000000b30 | CHANGED | cinder create LVM volume group dd | standalone 2025-10-08 23:08:59.271889 | fa163e1d-9a4d-46c5-aea8-000000000b30 | TIMING | cinder create LVM volume group dd | standalone | 0:01:35.877952 | 0.25s 2025-10-08 23:08:59.296717 | fa163e1d-9a4d-46c5-aea8-000000000b31 | TASK | Get or create LVM loopback device 2025-10-08 23:08:59.519691 | fa163e1d-9a4d-46c5-aea8-000000000b31 | CHANGED | Get or create LVM loopback device | standalone 2025-10-08 23:08:59.521188 | fa163e1d-9a4d-46c5-aea8-000000000b31 | TIMING | Get or create LVM loopback device | standalone | 0:01:36.127245 | 0.22s 2025-10-08 23:08:59.546896 | fa163e1d-9a4d-46c5-aea8-000000000b32 | TASK | Create LVM volume group 2025-10-08 23:09:00.131494 | fa163e1d-9a4d-46c5-aea8-000000000b32 | CHANGED | Create LVM volume group | standalone 2025-10-08 23:09:00.132974 | fa163e1d-9a4d-46c5-aea8-000000000b32 | TIMING | Create LVM volume group | standalone | 0:01:36.739035 | 0.58s 2025-10-08 23:09:00.159511 | fa163e1d-9a4d-46c5-aea8-000000000b33 | TASK | cinder create service to run losetup for LVM on startup 2025-10-08 23:09:00.646328 | fa163e1d-9a4d-46c5-aea8-000000000b33 | CHANGED | cinder create service to run losetup for LVM on startup | standalone 2025-10-08 23:09:00.647721 | fa163e1d-9a4d-46c5-aea8-000000000b33 | TIMING | cinder create service to run losetup for LVM on startup | standalone | 0:01:37.253784 | 0.49s 2025-10-08 23:09:00.673034 | fa163e1d-9a4d-46c5-aea8-000000000b34 | TASK | cinder enable the LVM losetup service 2025-10-08 23:09:01.539613 | fa163e1d-9a4d-46c5-aea8-000000000b34 | CHANGED | cinder enable the LVM losetup service | standalone 2025-10-08 23:09:01.541594 | fa163e1d-9a4d-46c5-aea8-000000000b34 | TIMING | cinder enable the LVM losetup service | standalone | 0:01:38.147658 | 0.87s 2025-10-08 23:09:01.567216 | fa163e1d-9a4d-46c5-aea8-000000000b36 | TASK | allow logrotate to read inside containers 2025-10-08 23:09:02.473773 | fa163e1d-9a4d-46c5-aea8-000000000b36 | CHANGED | allow logrotate to read inside containers | standalone 2025-10-08 23:09:02.475466 | fa163e1d-9a4d-46c5-aea8-000000000b36 | TIMING | allow logrotate to read inside containers | standalone | 0:01:39.081529 | 0.91s 2025-10-08 23:09:02.500567 | fa163e1d-9a4d-46c5-aea8-000000000b37 | TASK | authorize httpd to listen on registry ports 2025-10-08 23:09:04.600705 | fa163e1d-9a4d-46c5-aea8-000000000b37 | CHANGED | authorize httpd to listen on registry ports | standalone 2025-10-08 23:09:04.602076 | fa163e1d-9a4d-46c5-aea8-000000000b37 | TIMING | authorize httpd to listen on registry ports | standalone | 0:01:41.208142 | 2.10s 2025-10-08 23:09:04.638502 | fa163e1d-9a4d-46c5-aea8-000000000b39 | OK | set_fact | standalone 2025-10-08 23:09:04.639371 | fa163e1d-9a4d-46c5-aea8-000000000b39 | TIMING | set_fact | standalone | 0:01:41.245442 | 0.02s 2025-10-08 23:09:04.674604 | fa163e1d-9a4d-46c5-aea8-000000000b3a | TIMING | include_role : tripleo_image_serve | standalone | 0:01:41.280656 | 0.02s 2025-10-08 23:09:04.757651 | fa163e1d-9a4d-46c5-aea8-000000000edf | TASK | ensure apache is installed 2025-10-08 23:09:11.592335 | fa163e1d-9a4d-46c5-aea8-000000000edf | CHANGED | ensure apache is installed | standalone 2025-10-08 23:09:11.594042 | fa163e1d-9a4d-46c5-aea8-000000000edf | TIMING | tripleo_image_serve : ensure apache is installed | standalone | 0:01:48.200104 | 6.84s 2025-10-08 23:09:11.620132 | fa163e1d-9a4d-46c5-aea8-000000000ee0 | TASK | create image data directory 2025-10-08 23:09:11.874252 | fa163e1d-9a4d-46c5-aea8-000000000ee0 | CHANGED | create image data directory | standalone 2025-10-08 23:09:11.875833 | fa163e1d-9a4d-46c5-aea8-000000000ee0 | TIMING | tripleo_image_serve : create image data directory | standalone | 0:01:48.481900 | 0.25s 2025-10-08 23:09:11.901134 | fa163e1d-9a4d-46c5-aea8-000000000ee1 | TASK | create /v2/ response file 2025-10-08 23:09:12.416075 | fa163e1d-9a4d-46c5-aea8-000000000ee1 | CHANGED | create /v2/ response file | standalone 2025-10-08 23:09:12.417737 | fa163e1d-9a4d-46c5-aea8-000000000ee1 | TIMING | tripleo_image_serve : create /v2/ response file | standalone | 0:01:49.023793 | 0.52s 2025-10-08 23:09:12.444429 | fa163e1d-9a4d-46c5-aea8-000000000ee2 | TASK | Add listen line 2025-10-08 23:09:12.776423 | fa163e1d-9a4d-46c5-aea8-000000000ee2 | CHANGED | Add listen line | standalone 2025-10-08 23:09:12.777840 | fa163e1d-9a4d-46c5-aea8-000000000ee2 | TIMING | tripleo_image_serve : Add listen line | standalone | 0:01:49.383904 | 0.33s 2025-10-08 23:09:12.804404 | fa163e1d-9a4d-46c5-aea8-000000000ee3 | TASK | manage /etc/httpd/conf.d/image-serve.conf 2025-10-08 23:09:13.249514 | fa163e1d-9a4d-46c5-aea8-000000000ee3 | CHANGED | manage /etc/httpd/conf.d/image-serve.conf | standalone 2025-10-08 23:09:13.250883 | fa163e1d-9a4d-46c5-aea8-000000000ee3 | TIMING | tripleo_image_serve : manage /etc/httpd/conf.d/image-serve.conf | standalone | 0:01:49.856948 | 0.44s 2025-10-08 23:09:13.276764 | fa163e1d-9a4d-46c5-aea8-000000000ee4 | TASK | Image-Serve | restart httpd 2025-10-08 23:09:14.238898 | fa163e1d-9a4d-46c5-aea8-000000000ee4 | CHANGED | Image-Serve | restart httpd | standalone 2025-10-08 23:09:14.240923 | fa163e1d-9a4d-46c5-aea8-000000000ee4 | TIMING | tripleo_image_serve : Image-Serve | restart httpd | standalone | 0:01:50.846987 | 0.96s 2025-10-08 23:09:14.307361 | fa163e1d-9a4d-46c5-aea8-000000000b3c | TASK | create persistent logs directory 2025-10-08 23:09:14.565108 | fa163e1d-9a4d-46c5-aea8-000000000b3c | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/glance', 'setype': 'container_file_t'} 2025-10-08 23:09:14.567045 | fa163e1d-9a4d-46c5-aea8-000000000b3c | TIMING | create persistent logs directory | standalone | 0:01:51.173098 | 0.26s 2025-10-08 23:09:14.773034 | fa163e1d-9a4d-46c5-aea8-000000000b3c | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/glance', 'setype': 'container_file_t'} 2025-10-08 23:09:14.774361 | fa163e1d-9a4d-46c5-aea8-000000000b3c | TIMING | create persistent logs directory | standalone | 0:01:51.380432 | 0.47s 2025-10-08 23:09:14.785029 | fa163e1d-9a4d-46c5-aea8-000000000b3c | TIMING | create persistent logs directory | standalone | 0:01:51.391090 | 0.48s 2025-10-08 23:09:14.810122 | fa163e1d-9a4d-46c5-aea8-000000000b3d | TASK | Mount NFS on host 2025-10-08 23:09:14.837265 | fa163e1d-9a4d-46c5-aea8-000000000b3d | SKIPPED | Mount NFS on host | standalone 2025-10-08 23:09:14.838368 | fa163e1d-9a4d-46c5-aea8-000000000b3d | TIMING | Mount NFS on host | standalone | 0:01:51.444433 | 0.03s 2025-10-08 23:09:14.862554 | fa163e1d-9a4d-46c5-aea8-000000000b3e | TASK | Mount Node Staging Location 2025-10-08 23:09:14.881295 | fa163e1d-9a4d-46c5-aea8-000000000b3e | SKIPPED | Mount Node Staging Location | standalone 2025-10-08 23:09:14.882347 | fa163e1d-9a4d-46c5-aea8-000000000b3e | TIMING | Mount Node Staging Location | standalone | 0:01:51.488406 | 0.02s 2025-10-08 23:09:14.906631 | fa163e1d-9a4d-46c5-aea8-000000000b3f | TASK | ensure /var/lib/glance exists 2025-10-08 23:09:15.126489 | fa163e1d-9a4d-46c5-aea8-000000000b3f | CHANGED | ensure /var/lib/glance exists | standalone 2025-10-08 23:09:15.127918 | fa163e1d-9a4d-46c5-aea8-000000000b3f | TIMING | ensure /var/lib/glance exists | standalone | 0:01:51.733983 | 0.22s 2025-10-08 23:09:15.152538 | fa163e1d-9a4d-46c5-aea8-000000000b40 | TASK | create logs directory 2025-10-08 23:09:15.399235 | fa163e1d-9a4d-46c5-aea8-000000000b40 | CHANGED | create logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/gnocchi', 'setype': 'container_file_t'} 2025-10-08 23:09:15.400872 | fa163e1d-9a4d-46c5-aea8-000000000b40 | TIMING | create logs directory | standalone | 0:01:52.006930 | 0.25s 2025-10-08 23:09:15.621278 | fa163e1d-9a4d-46c5-aea8-000000000b40 | CHANGED | create logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/gnocchi-api', 'setype': 'container_file_t'} 2025-10-08 23:09:15.622469 | fa163e1d-9a4d-46c5-aea8-000000000b40 | TIMING | create logs directory | standalone | 0:01:52.228535 | 0.47s 2025-10-08 23:09:15.629050 | fa163e1d-9a4d-46c5-aea8-000000000b40 | TIMING | create logs directory | standalone | 0:01:52.235106 | 0.48s 2025-10-08 23:09:15.655394 | fa163e1d-9a4d-46c5-aea8-000000000b41 | TASK | Mount Gnocchi NFS on host 2025-10-08 23:09:15.684578 | fa163e1d-9a4d-46c5-aea8-000000000b41 | SKIPPED | Mount Gnocchi NFS on host | standalone 2025-10-08 23:09:15.685835 | fa163e1d-9a4d-46c5-aea8-000000000b41 | TIMING | Mount Gnocchi NFS on host | standalone | 0:01:52.291895 | 0.03s 2025-10-08 23:09:15.710627 | fa163e1d-9a4d-46c5-aea8-000000000b42 | TASK | ensure GnocchiFileBasePath exists 2025-10-08 23:09:15.945981 | fa163e1d-9a4d-46c5-aea8-000000000b42 | CHANGED | ensure GnocchiFileBasePath exists | standalone 2025-10-08 23:09:15.947441 | fa163e1d-9a4d-46c5-aea8-000000000b42 | TIMING | ensure GnocchiFileBasePath exists | standalone | 0:01:52.553506 | 0.24s 2025-10-08 23:09:15.973264 | fa163e1d-9a4d-46c5-aea8-000000000b43 | TASK | create persistent directories 2025-10-08 23:09:16.227646 | fa163e1d-9a4d-46c5-aea8-000000000b43 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/gnocchi', 'setype': 'container_file_t'} 2025-10-08 23:09:16.229665 | fa163e1d-9a4d-46c5-aea8-000000000b43 | TIMING | create persistent directories | standalone | 0:01:52.835726 | 0.25s 2025-10-08 23:09:16.239759 | fa163e1d-9a4d-46c5-aea8-000000000b43 | TIMING | create persistent directories | standalone | 0:01:52.845821 | 0.26s 2025-10-08 23:09:16.264752 | fa163e1d-9a4d-46c5-aea8-000000000b44 | TASK | create persistent data directory 2025-10-08 23:09:16.487706 | fa163e1d-9a4d-46c5-aea8-000000000b44 | OK | create persistent data directory | standalone 2025-10-08 23:09:16.488965 | fa163e1d-9a4d-46c5-aea8-000000000b44 | TIMING | create persistent data directory | standalone | 0:01:53.095029 | 0.22s 2025-10-08 23:09:16.514225 | fa163e1d-9a4d-46c5-aea8-000000000b45 | TASK | create persistent directories 2025-10-08 23:09:16.764916 | fa163e1d-9a4d-46c5-aea8-000000000b45 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/haproxy', 'setype': 'var_log_t'} 2025-10-08 23:09:16.766680 | fa163e1d-9a4d-46c5-aea8-000000000b45 | TIMING | create persistent directories | standalone | 0:01:53.372734 | 0.25s 2025-10-08 23:09:16.946903 | fa163e1d-9a4d-46c5-aea8-000000000b45 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/haproxy', 'setype': 'container_file_t'} 2025-10-08 23:09:16.948086 | fa163e1d-9a4d-46c5-aea8-000000000b45 | TIMING | create persistent directories | standalone | 0:01:53.554151 | 0.43s 2025-10-08 23:09:16.955228 | fa163e1d-9a4d-46c5-aea8-000000000b45 | TIMING | create persistent directories | standalone | 0:01:53.561259 | 0.44s 2025-10-08 23:09:16.982140 | fa163e1d-9a4d-46c5-aea8-000000000b46 | TASK | Run puppet on the host to apply IPtables rules 2025-10-08 23:09:24.029464 | fa163e1d-9a4d-46c5-aea8-000000000b46 | OK | Run puppet on the host to apply IPtables rules | standalone 2025-10-08 23:09:24.030751 | fa163e1d-9a4d-46c5-aea8-000000000b46 | TIMING | Run puppet on the host to apply IPtables rules | standalone | 0:02:00.636813 | 7.05s 2025-10-08 23:09:24.055237 | fa163e1d-9a4d-46c5-aea8-000000000b47 | TASK | Debug output for task: Run puppet on the host to apply IPtables rules 2025-10-08 23:09:24.135914 | fa163e1d-9a4d-46c5-aea8-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.77 seconds", "Notice: Applied catalog in 0.24 seconds", "Application:", " Initial environment: production", " Converged environment: production", " Run mode: user", "Changes:", "Events:", "Resources:", " Skipped: 56", " Total: 56", "Time:", " Transaction evaluation: 0.22", " Catalog application: 0.24", " Config retrieval: 0.84", " Last run: 1759964963", " Total: 0.24", "Version:", " Config: 1759964962", " Puppet: 7.10.0", "Warning: The function 'hiera' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/7.10/deprecated_language.html", " (file & line not available)", "Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", " (file: /etc/puppet/hiera.yaml)", "Warning: Undefined variable '::deploy_config_name'; ", "Warning: Scope(Haproxy::Config[haproxy]): haproxy: The $merge_options parameter will default to true in the next major release. Please review the documentation regarding the implications." ] } 2025-10-08 23:09:24.137056 | fa163e1d-9a4d-46c5-aea8-000000000b47 | TIMING | Debug output for task: Run puppet on the host to apply IPtables rules | standalone | 0:02:00.743120 | 0.08s 2025-10-08 23:09:24.161712 | fa163e1d-9a4d-46c5-aea8-000000000b48 | TASK | create persistent directories 2025-10-08 23:09:24.399194 | fa163e1d-9a4d-46c5-aea8-000000000b48 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2025-10-08 23:09:24.400019 | fa163e1d-9a4d-46c5-aea8-000000000b48 | TIMING | create persistent directories | standalone | 0:02:01.006092 | 0.24s 2025-10-08 23:09:24.609398 | fa163e1d-9a4d-46c5-aea8-000000000b48 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/heat-api', 'setype': 'container_file_t'} 2025-10-08 23:09:24.611236 | fa163e1d-9a4d-46c5-aea8-000000000b48 | TIMING | create persistent directories | standalone | 0:02:01.217301 | 0.45s 2025-10-08 23:09:24.621663 | fa163e1d-9a4d-46c5-aea8-000000000b48 | TIMING | create persistent directories | standalone | 0:02:01.227725 | 0.46s 2025-10-08 23:09:24.647065 | fa163e1d-9a4d-46c5-aea8-000000000b49 | TASK | create persistent directories 2025-10-08 23:09:24.903514 | fa163e1d-9a4d-46c5-aea8-000000000b49 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2025-10-08 23:09:24.904700 | fa163e1d-9a4d-46c5-aea8-000000000b49 | TIMING | create persistent directories | standalone | 0:02:01.510769 | 0.26s 2025-10-08 23:09:25.122086 | fa163e1d-9a4d-46c5-aea8-000000000b49 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/heat-api-cfn', 'setype': 'container_file_t'} 2025-10-08 23:09:25.123642 | fa163e1d-9a4d-46c5-aea8-000000000b49 | TIMING | create persistent directories | standalone | 0:02:01.729712 | 0.48s 2025-10-08 23:09:25.134556 | fa163e1d-9a4d-46c5-aea8-000000000b49 | TIMING | create persistent directories | standalone | 0:02:01.740616 | 0.49s 2025-10-08 23:09:25.161301 | fa163e1d-9a4d-46c5-aea8-000000000b4a | TASK | create persistent directories 2025-10-08 23:09:25.409904 | fa163e1d-9a4d-46c5-aea8-000000000b4a | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2025-10-08 23:09:25.411041 | fa163e1d-9a4d-46c5-aea8-000000000b4a | TIMING | create persistent directories | standalone | 0:02:02.017109 | 0.25s 2025-10-08 23:09:25.415556 | fa163e1d-9a4d-46c5-aea8-000000000b4a | TIMING | create persistent directories | standalone | 0:02:02.021616 | 0.25s 2025-10-08 23:09:25.446819 | fa163e1d-9a4d-46c5-aea8-000000000b4b | TASK | create persistent directories 2025-10-08 23:09:25.713933 | fa163e1d-9a4d-46c5-aea8-000000000b4b | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/horizon', 'setype': 'container_file_t'} 2025-10-08 23:09:25.715116 | fa163e1d-9a4d-46c5-aea8-000000000b4b | TIMING | create persistent directories | standalone | 0:02:02.321185 | 0.27s 2025-10-08 23:09:25.896086 | fa163e1d-9a4d-46c5-aea8-000000000b4b | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/horizon', 'setype': 'container_file_t'} 2025-10-08 23:09:25.896951 | fa163e1d-9a4d-46c5-aea8-000000000b4b | TIMING | create persistent directories | standalone | 0:02:02.503024 | 0.45s 2025-10-08 23:09:26.129974 | fa163e1d-9a4d-46c5-aea8-000000000b4b | CHANGED | create persistent directories | standalone | item={'path': '/var/www', 'setype': 'container_file_t'} 2025-10-08 23:09:26.131552 | fa163e1d-9a4d-46c5-aea8-000000000b4b | TIMING | create persistent directories | standalone | 0:02:02.737613 | 0.68s 2025-10-08 23:09:26.308296 | fa163e1d-9a4d-46c5-aea8-000000000b4b | CHANGED | create persistent directories | standalone | item={'mode': '01777', 'path': '/var/tmp/horizon', 'setype': 'container_file_t'} 2025-10-08 23:09:26.309872 | fa163e1d-9a4d-46c5-aea8-000000000b4b | TIMING | create persistent directories | standalone | 0:02:02.915941 | 0.86s 2025-10-08 23:09:26.320959 | fa163e1d-9a4d-46c5-aea8-000000000b4b | TIMING | create persistent directories | standalone | 0:02:02.927029 | 0.87s 2025-10-08 23:09:26.346654 | fa163e1d-9a4d-46c5-aea8-000000000b4c | TASK | ensure /var/tmp/horizon exists on boot 2025-10-08 23:09:26.815741 | fa163e1d-9a4d-46c5-aea8-000000000b4c | CHANGED | ensure /var/tmp/horizon exists on boot | standalone 2025-10-08 23:09:26.817125 | fa163e1d-9a4d-46c5-aea8-000000000b4c | TIMING | ensure /var/tmp/horizon exists on boot | standalone | 0:02:03.423191 | 0.47s 2025-10-08 23:09:26.842396 | fa163e1d-9a4d-46c5-aea8-000000000b4d | TASK | create fcontext entry for iscsi 2025-10-08 23:09:28.108820 | fa163e1d-9a4d-46c5-aea8-000000000b4d | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/etc/iscsi', 'setype': 'container_file_t'} 2025-10-08 23:09:28.110239 | fa163e1d-9a4d-46c5-aea8-000000000b4d | TIMING | create fcontext entry for iscsi | standalone | 0:02:04.716307 | 1.27s 2025-10-08 23:09:29.303909 | fa163e1d-9a4d-46c5-aea8-000000000b4d | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/etc/target', 'setype': 'container_file_t'} 2025-10-08 23:09:29.305834 | fa163e1d-9a4d-46c5-aea8-000000000b4d | TIMING | create fcontext entry for iscsi | standalone | 0:02:05.911900 | 2.46s 2025-10-08 23:09:30.593256 | fa163e1d-9a4d-46c5-aea8-000000000b4d | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/var/lib/iscsi', 'setype': 'container_file_t'} 2025-10-08 23:09:30.595133 | fa163e1d-9a4d-46c5-aea8-000000000b4d | TIMING | create fcontext entry for iscsi | standalone | 0:02:07.201198 | 3.75s 2025-10-08 23:09:30.605813 | fa163e1d-9a4d-46c5-aea8-000000000b4d | TIMING | create fcontext entry for iscsi | standalone | 0:02:07.211873 | 3.76s 2025-10-08 23:09:30.631118 | fa163e1d-9a4d-46c5-aea8-000000000b4e | TASK | create persistent directories 2025-10-08 23:09:30.881432 | fa163e1d-9a4d-46c5-aea8-000000000b4e | CHANGED | create persistent directories | standalone | item={'path': '/etc/iscsi', 'setype': 'container_file_t'} 2025-10-08 23:09:30.883170 | fa163e1d-9a4d-46c5-aea8-000000000b4e | TIMING | create persistent directories | standalone | 0:02:07.489228 | 0.25s 2025-10-08 23:09:31.093980 | fa163e1d-9a4d-46c5-aea8-000000000b4e | CHANGED | create persistent directories | standalone | item={'path': '/etc/target', 'setype': 'container_file_t'} 2025-10-08 23:09:31.095183 | fa163e1d-9a4d-46c5-aea8-000000000b4e | TIMING | create persistent directories | standalone | 0:02:07.701249 | 0.46s 2025-10-08 23:09:31.314180 | fa163e1d-9a4d-46c5-aea8-000000000b4e | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/iscsi', 'setype': 'container_file_t'} 2025-10-08 23:09:31.315135 | fa163e1d-9a4d-46c5-aea8-000000000b4e | TIMING | create persistent directories | standalone | 0:02:07.921206 | 0.68s 2025-10-08 23:09:31.322977 | fa163e1d-9a4d-46c5-aea8-000000000b4e | TIMING | create persistent directories | standalone | 0:02:07.929039 | 0.69s 2025-10-08 23:09:31.350103 | fa163e1d-9a4d-46c5-aea8-000000000b4f | TASK | stat /lib/systemd/system/iscsid.socket 2025-10-08 23:09:31.573981 | fa163e1d-9a4d-46c5-aea8-000000000b4f | OK | stat /lib/systemd/system/iscsid.socket | standalone 2025-10-08 23:09:31.574837 | fa163e1d-9a4d-46c5-aea8-000000000b4f | TIMING | stat /lib/systemd/system/iscsid.socket | standalone | 0:02:08.180912 | 0.22s 2025-10-08 23:09:31.591634 | fa163e1d-9a4d-46c5-aea8-000000000b50 | TASK | Stop and disable iscsid.socket service 2025-10-08 23:09:31.618733 | fa163e1d-9a4d-46c5-aea8-000000000b50 | SKIPPED | Stop and disable iscsid.socket service | standalone 2025-10-08 23:09:31.619335 | fa163e1d-9a4d-46c5-aea8-000000000b50 | TIMING | Stop and disable iscsid.socket service | standalone | 0:02:08.225410 | 0.03s 2025-10-08 23:09:31.635939 | fa163e1d-9a4d-46c5-aea8-000000000b51 | TASK | Check if iscsi.service is enabled 2025-10-08 23:09:31.877308 | fa163e1d-9a4d-46c5-aea8-000000000b51 | CHANGED | Check if iscsi.service is enabled | standalone 2025-10-08 23:09:31.878651 | fa163e1d-9a4d-46c5-aea8-000000000b51 | TIMING | Check if iscsi.service is enabled | standalone | 0:02:08.484717 | 0.24s 2025-10-08 23:09:31.903279 | fa163e1d-9a4d-46c5-aea8-000000000b52 | TASK | Stop iscsi.service 2025-10-08 23:09:31.942541 | fa163e1d-9a4d-46c5-aea8-000000000b52 | SKIPPED | Stop iscsi.service | standalone 2025-10-08 23:09:31.943992 | fa163e1d-9a4d-46c5-aea8-000000000b52 | TIMING | Stop iscsi.service | standalone | 0:02:08.550050 | 0.04s 2025-10-08 23:09:31.996171 | fa163e1d-9a4d-46c5-aea8-000000000b53 | TIMING | include_role : tripleo_kernel | standalone | 0:02:08.602226 | 0.03s 2025-10-08 23:09:32.098159 | fa163e1d-9a4d-46c5-aea8-00000000104a | TASK | Install additional packages 2025-10-08 23:09:32.123330 | fa163e1d-9a4d-46c5-aea8-00000000104a | TIMING | tripleo_kernel : Install additional packages | standalone | 0:02:08.729397 | 0.02s 2025-10-08 23:09:32.140750 | fa163e1d-9a4d-46c5-aea8-00000000104b | TASK | Remove dracut-config-generic 2025-10-08 23:09:35.943235 | fa163e1d-9a4d-46c5-aea8-00000000104b | CHANGED | Remove dracut-config-generic | standalone 2025-10-08 23:09:35.944591 | fa163e1d-9a4d-46c5-aea8-00000000104b | TIMING | tripleo_kernel : Remove dracut-config-generic | standalone | 0:02:12.550656 | 3.80s 2025-10-08 23:09:35.970061 | fa163e1d-9a4d-46c5-aea8-00000000104c | TASK | Ensure the /etc/modules-load.d/ directory exists 2025-10-08 23:09:36.212270 | fa163e1d-9a4d-46c5-aea8-00000000104c | OK | Ensure the /etc/modules-load.d/ directory exists | standalone 2025-10-08 23:09:36.213546 | fa163e1d-9a4d-46c5-aea8-00000000104c | TIMING | tripleo_kernel : Ensure the /etc/modules-load.d/ directory exists | standalone | 0:02:12.819611 | 0.24s 2025-10-08 23:09:36.238358 | fa163e1d-9a4d-46c5-aea8-00000000104d | TASK | Write list of modules to load at boot 2025-10-08 23:09:36.677558 | fa163e1d-9a4d-46c5-aea8-00000000104d | CHANGED | Write list of modules to load at boot | standalone 2025-10-08 23:09:36.679070 | fa163e1d-9a4d-46c5-aea8-00000000104d | TIMING | tripleo_kernel : Write list of modules to load at boot | standalone | 0:02:13.285133 | 0.44s 2025-10-08 23:09:36.710074 | fa163e1d-9a4d-46c5-aea8-00000000104e | TASK | Modules reload 2025-10-08 23:09:37.113606 | fa163e1d-9a4d-46c5-aea8-00000000104e | CHANGED | Modules reload | standalone 2025-10-08 23:09:37.115422 | fa163e1d-9a4d-46c5-aea8-00000000104e | TIMING | tripleo_kernel : Modules reload | standalone | 0:02:13.721486 | 0.40s 2025-10-08 23:09:37.142288 | fa163e1d-9a4d-46c5-aea8-00000000104f | TASK | Set default sysctl options 2025-10-08 23:09:37.647616 | fa163e1d-9a4d-46c5-aea8-00000000104f | CHANGED | Set default sysctl options | standalone 2025-10-08 23:09:37.648866 | fa163e1d-9a4d-46c5-aea8-00000000104f | TIMING | tripleo_kernel : Set default sysctl options | standalone | 0:02:14.254933 | 0.50s 2025-10-08 23:09:37.674227 | fa163e1d-9a4d-46c5-aea8-000000001050 | TASK | Set extra sysctl options 2025-10-08 23:09:38.080810 | fa163e1d-9a4d-46c5-aea8-000000001050 | CHANGED | Set extra sysctl options | standalone | item=fs.inotify.max_user_instances 2025-10-08 23:09:38.081821 | fa163e1d-9a4d-46c5-aea8-000000001050 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:14.687890 | 0.41s 2025-10-08 23:09:38.308105 | fa163e1d-9a4d-46c5-aea8-000000001050 | CHANGED | Set extra sysctl options | standalone | item=kernel.pid_max 2025-10-08 23:09:38.308838 | fa163e1d-9a4d-46c5-aea8-000000001050 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:14.914912 | 0.63s 2025-10-08 23:09:38.522663 | fa163e1d-9a4d-46c5-aea8-000000001050 | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-arptables 2025-10-08 23:09:38.523347 | fa163e1d-9a4d-46c5-aea8-000000001050 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:15.129421 | 0.85s 2025-10-08 23:09:38.710880 | fa163e1d-9a4d-46c5-aea8-000000001050 | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-ip6tables 2025-10-08 23:09:38.712734 | fa163e1d-9a4d-46c5-aea8-000000001050 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:15.318800 | 1.04s 2025-10-08 23:09:38.955346 | fa163e1d-9a4d-46c5-aea8-000000001050 | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-iptables 2025-10-08 23:09:38.956302 | fa163e1d-9a4d-46c5-aea8-000000001050 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:15.562368 | 1.28s 2025-10-08 23:09:39.155791 | fa163e1d-9a4d-46c5-aea8-000000001050 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.conf.all.rp_filter 2025-10-08 23:09:39.157886 | fa163e1d-9a4d-46c5-aea8-000000001050 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:15.763949 | 1.48s 2025-10-08 23:09:39.367723 | fa163e1d-9a4d-46c5-aea8-000000001050 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_forward 2025-10-08 23:09:39.368789 | fa163e1d-9a4d-46c5-aea8-000000001050 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:15.974855 | 1.69s 2025-10-08 23:09:39.581328 | fa163e1d-9a4d-46c5-aea8-000000001050 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_local_reserved_ports 2025-10-08 23:09:39.583179 | fa163e1d-9a4d-46c5-aea8-000000001050 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:16.189241 | 1.91s 2025-10-08 23:09:39.779518 | fa163e1d-9a4d-46c5-aea8-000000001050 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_nonlocal_bind 2025-10-08 23:09:39.780556 | fa163e1d-9a4d-46c5-aea8-000000001050 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:16.386619 | 2.10s 2025-10-08 23:09:39.960271 | fa163e1d-9a4d-46c5-aea8-000000001050 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh1 2025-10-08 23:09:39.961340 | fa163e1d-9a4d-46c5-aea8-000000001050 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:16.567400 | 2.29s 2025-10-08 23:09:40.184210 | fa163e1d-9a4d-46c5-aea8-000000001050 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh2 2025-10-08 23:09:40.185442 | fa163e1d-9a4d-46c5-aea8-000000001050 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:16.791503 | 2.51s 2025-10-08 23:09:40.431717 | fa163e1d-9a4d-46c5-aea8-000000001050 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh3 2025-10-08 23:09:40.432802 | fa163e1d-9a4d-46c5-aea8-000000001050 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:17.038863 | 2.76s 2025-10-08 23:09:40.670297 | fa163e1d-9a4d-46c5-aea8-000000001050 | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.all.disable_ipv6 2025-10-08 23:09:40.671833 | fa163e1d-9a4d-46c5-aea8-000000001050 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:17.277907 | 3.00s 2025-10-08 23:09:40.866222 | fa163e1d-9a4d-46c5-aea8-000000001050 | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.all.forwarding 2025-10-08 23:09:40.867945 | fa163e1d-9a4d-46c5-aea8-000000001050 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:17.474005 | 3.19s 2025-10-08 23:09:41.109303 | fa163e1d-9a4d-46c5-aea8-000000001050 | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.default.disable_ipv6 2025-10-08 23:09:41.110435 | fa163e1d-9a4d-46c5-aea8-000000001050 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:17.716498 | 3.43s 2025-10-08 23:09:41.301928 | fa163e1d-9a4d-46c5-aea8-000000001050 | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.lo.disable_ipv6 2025-10-08 23:09:41.303107 | fa163e1d-9a4d-46c5-aea8-000000001050 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:17.909168 | 3.63s 2025-10-08 23:09:41.519079 | fa163e1d-9a4d-46c5-aea8-000000001050 | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.ip_nonlocal_bind 2025-10-08 23:09:41.521267 | fa163e1d-9a4d-46c5-aea8-000000001050 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:18.127323 | 3.85s 2025-10-08 23:09:41.533822 | fa163e1d-9a4d-46c5-aea8-000000001050 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:18.139879 | 3.86s 2025-10-08 23:09:41.563388 | fa163e1d-9a4d-46c5-aea8-000000001052 | TASK | Sysctl reload 2025-10-08 23:09:41.968949 | fa163e1d-9a4d-46c5-aea8-000000001052 | CHANGED | Sysctl reload | standalone 2025-10-08 23:09:41.971037 | fa163e1d-9a4d-46c5-aea8-000000001052 | TIMING | tripleo_kernel : Sysctl reload | standalone | 0:02:18.577101 | 0.41s 2025-10-08 23:09:42.021523 | fa163e1d-9a4d-46c5-aea8-000000000b54 | TASK | create persistent directories 2025-10-08 23:09:42.272899 | fa163e1d-9a4d-46c5-aea8-000000000b54 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/keystone', 'setype': 'container_file_t'} 2025-10-08 23:09:42.275118 | fa163e1d-9a4d-46c5-aea8-000000000b54 | TIMING | create persistent directories | standalone | 0:02:18.881178 | 0.25s 2025-10-08 23:09:42.479897 | fa163e1d-9a4d-46c5-aea8-000000000b54 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/keystone', 'setype': 'container_file_t'} 2025-10-08 23:09:42.481895 | fa163e1d-9a4d-46c5-aea8-000000000b54 | TIMING | create persistent directories | standalone | 0:02:19.087955 | 0.46s 2025-10-08 23:09:42.492462 | fa163e1d-9a4d-46c5-aea8-000000000b54 | TIMING | create persistent directories | standalone | 0:02:19.098524 | 0.47s 2025-10-08 23:09:42.518835 | fa163e1d-9a4d-46c5-aea8-000000000b55 | TASK | Check if file certs_valid exist 2025-10-08 23:09:42.706612 | fa163e1d-9a4d-46c5-aea8-000000000b55 | OK | Check if file certs_valid exist | standalone 2025-10-08 23:09:42.707896 | fa163e1d-9a4d-46c5-aea8-000000000b55 | TIMING | Check if file certs_valid exist | standalone | 0:02:19.313960 | 0.19s 2025-10-08 23:09:42.733160 | fa163e1d-9a4d-46c5-aea8-000000000b56 | TASK | Check if file cert9.db exist 2025-10-08 23:09:42.914055 | fa163e1d-9a4d-46c5-aea8-000000000b56 | OK | Check if file cert9.db exist | standalone 2025-10-08 23:09:42.915375 | fa163e1d-9a4d-46c5-aea8-000000000b56 | TIMING | Check if file cert9.db exist | standalone | 0:02:19.521437 | 0.18s 2025-10-08 23:09:42.941894 | fa163e1d-9a4d-46c5-aea8-000000000b57 | TASK | Check if file key4.db exist 2025-10-08 23:09:43.162169 | fa163e1d-9a4d-46c5-aea8-000000000b57 | OK | Check if file key4.db exist | standalone 2025-10-08 23:09:43.163639 | fa163e1d-9a4d-46c5-aea8-000000000b57 | TIMING | Check if file key4.db exist | standalone | 0:02:19.769703 | 0.22s 2025-10-08 23:09:43.207803 | fa163e1d-9a4d-46c5-aea8-000000000b58 | SKIPPED | fail | standalone 2025-10-08 23:09:43.208990 | fa163e1d-9a4d-46c5-aea8-000000000b58 | TIMING | fail | standalone | 0:02:19.815055 | 0.02s 2025-10-08 23:09:43.234555 | fa163e1d-9a4d-46c5-aea8-000000000b59 | TASK | Create persistent directories 2025-10-08 23:09:43.484520 | fa163e1d-9a4d-46c5-aea8-000000000b59 | CHANGED | Create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2025-10-08 23:09:43.485458 | fa163e1d-9a4d-46c5-aea8-000000000b59 | TIMING | Create persistent directories | standalone | 0:02:20.091530 | 0.25s 2025-10-08 23:09:43.654877 | fa163e1d-9a4d-46c5-aea8-000000000b59 | CHANGED | Create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/manila-api', 'setype': 'container_file_t'} 2025-10-08 23:09:43.655585 | fa163e1d-9a4d-46c5-aea8-000000000b59 | TIMING | Create persistent directories | standalone | 0:02:20.261659 | 0.42s 2025-10-08 23:09:43.659397 | fa163e1d-9a4d-46c5-aea8-000000000b59 | TIMING | Create persistent directories | standalone | 0:02:20.265457 | 0.42s 2025-10-08 23:09:43.685758 | fa163e1d-9a4d-46c5-aea8-000000000b5a | TASK | create persistent directories 2025-10-08 23:09:43.922091 | fa163e1d-9a4d-46c5-aea8-000000000b5a | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2025-10-08 23:09:43.924083 | fa163e1d-9a4d-46c5-aea8-000000000b5a | TIMING | create persistent directories | standalone | 0:02:20.530144 | 0.24s 2025-10-08 23:09:43.934413 | fa163e1d-9a4d-46c5-aea8-000000000b5a | TIMING | create persistent directories | standalone | 0:02:20.540475 | 0.25s 2025-10-08 23:09:43.960126 | fa163e1d-9a4d-46c5-aea8-000000000b5b | TASK | create persistent directories 2025-10-08 23:09:44.214667 | fa163e1d-9a4d-46c5-aea8-000000000b5b | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2025-10-08 23:09:44.217311 | fa163e1d-9a4d-46c5-aea8-000000000b5b | TIMING | create persistent directories | standalone | 0:02:20.823361 | 0.26s 2025-10-08 23:09:44.447291 | fa163e1d-9a4d-46c5-aea8-000000000b5b | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/manila', 'setype': 'container_file_t'} 2025-10-08 23:09:44.448657 | fa163e1d-9a4d-46c5-aea8-000000000b5b | TIMING | create persistent directories | standalone | 0:02:21.054717 | 0.49s 2025-10-08 23:09:44.456268 | fa163e1d-9a4d-46c5-aea8-000000000b5b | TIMING | create persistent directories | standalone | 0:02:21.062324 | 0.49s 2025-10-08 23:09:44.482067 | fa163e1d-9a4d-46c5-aea8-000000000b5c | TASK | create persistent directories 2025-10-08 23:09:44.717601 | fa163e1d-9a4d-46c5-aea8-000000000b5c | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/memcached', 'setype': 'container_file_t'} 2025-10-08 23:09:44.719804 | fa163e1d-9a4d-46c5-aea8-000000000b5c | TIMING | create persistent directories | standalone | 0:02:21.325864 | 0.24s 2025-10-08 23:09:44.730111 | fa163e1d-9a4d-46c5-aea8-000000000b5c | TIMING | create persistent directories | standalone | 0:02:21.336169 | 0.25s 2025-10-08 23:09:44.755646 | fa163e1d-9a4d-46c5-aea8-000000000b5d | TASK | create persistent directories 2025-10-08 23:09:45.023345 | fa163e1d-9a4d-46c5-aea8-000000000b5d | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/mysql', 'setype': 'container_file_t'} 2025-10-08 23:09:45.025807 | fa163e1d-9a4d-46c5-aea8-000000000b5d | TIMING | create persistent directories | standalone | 0:02:21.631864 | 0.27s 2025-10-08 23:09:45.245719 | fa163e1d-9a4d-46c5-aea8-000000000b5d | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/mysql', 'setype': 'container_file_t'} 2025-10-08 23:09:45.246854 | fa163e1d-9a4d-46c5-aea8-000000000b5d | TIMING | create persistent directories | standalone | 0:02:21.852920 | 0.49s 2025-10-08 23:09:45.482787 | fa163e1d-9a4d-46c5-aea8-000000000b5d | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/mariadb', 'setype': 'container_file_t'} 2025-10-08 23:09:45.484666 | fa163e1d-9a4d-46c5-aea8-000000000b5d | TIMING | create persistent directories | standalone | 0:02:22.090733 | 0.73s 2025-10-08 23:09:45.495801 | fa163e1d-9a4d-46c5-aea8-000000000b5d | TIMING | create persistent directories | standalone | 0:02:22.101860 | 0.74s 2025-10-08 23:09:45.522063 | fa163e1d-9a4d-46c5-aea8-000000000b5e | TASK | create persistent directories 2025-10-08 23:09:45.763929 | fa163e1d-9a4d-46c5-aea8-000000000b5e | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/neutron', 'setype': 'container_file_t'} 2025-10-08 23:09:45.766269 | fa163e1d-9a4d-46c5-aea8-000000000b5e | TIMING | create persistent directories | standalone | 0:02:22.372323 | 0.24s 2025-10-08 23:09:45.948782 | fa163e1d-9a4d-46c5-aea8-000000000b5e | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/neutron-api', 'setype': 'container_file_t'} 2025-10-08 23:09:45.950717 | fa163e1d-9a4d-46c5-aea8-000000000b5e | TIMING | create persistent directories | standalone | 0:02:22.556778 | 0.43s 2025-10-08 23:09:45.961437 | fa163e1d-9a4d-46c5-aea8-000000000b5e | TIMING | create persistent directories | standalone | 0:02:22.567495 | 0.44s 2025-10-08 23:09:45.987475 | fa163e1d-9a4d-46c5-aea8-000000000b5f | TASK | create persistent directories 2025-10-08 23:09:46.170263 | fa163e1d-9a4d-46c5-aea8-000000000b5f | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/neutron', 'setype': 'container_file_t'} 2025-10-08 23:09:46.172853 | fa163e1d-9a4d-46c5-aea8-000000000b5f | TIMING | create persistent directories | standalone | 0:02:22.778904 | 0.18s 2025-10-08 23:09:46.182929 | fa163e1d-9a4d-46c5-aea8-000000000b5f | TIMING | create persistent directories | standalone | 0:02:22.788988 | 0.19s 2025-10-08 23:09:46.209246 | fa163e1d-9a4d-46c5-aea8-000000000b60 | TASK | creating directory 2025-10-08 23:09:46.419786 | fa163e1d-9a4d-46c5-aea8-000000000b60 | CHANGED | creating directory | standalone 2025-10-08 23:09:46.420597 | fa163e1d-9a4d-46c5-aea8-000000000b60 | TIMING | creating directory | standalone | 0:02:23.026670 | 0.21s 2025-10-08 23:09:46.437385 | fa163e1d-9a4d-46c5-aea8-000000000b61 | TASK | derive pci passthrough whitelist 2025-10-08 23:09:46.894516 | fa163e1d-9a4d-46c5-aea8-000000000b61 | CHANGED | derive pci passthrough whitelist | standalone 2025-10-08 23:09:46.895852 | fa163e1d-9a4d-46c5-aea8-000000000b61 | TIMING | derive pci passthrough whitelist | standalone | 0:02:23.501915 | 0.46s 2025-10-08 23:09:46.921497 | fa163e1d-9a4d-46c5-aea8-000000000b62 | TASK | run derive_pci_passthrough_whitelist.py 2025-10-08 23:09:47.691479 | fa163e1d-9a4d-46c5-aea8-000000000b62 | CHANGED | run derive_pci_passthrough_whitelist.py | standalone 2025-10-08 23:09:47.692724 | fa163e1d-9a4d-46c5-aea8-000000000b62 | TIMING | run derive_pci_passthrough_whitelist.py | standalone | 0:02:24.298787 | 0.77s 2025-10-08 23:09:47.712770 | fa163e1d-9a4d-46c5-aea8-000000000b63 | TASK | create /run/netns with temp namespace 2025-10-08 23:09:47.899598 | fa163e1d-9a4d-46c5-aea8-000000000b63 | CHANGED | create /run/netns with temp namespace | standalone 2025-10-08 23:09:47.900968 | fa163e1d-9a4d-46c5-aea8-000000000b63 | TIMING | create /run/netns with temp namespace | standalone | 0:02:24.507032 | 0.19s 2025-10-08 23:09:47.925929 | fa163e1d-9a4d-46c5-aea8-000000000b64 | TASK | remove temp namespace 2025-10-08 23:09:48.128339 | fa163e1d-9a4d-46c5-aea8-000000000b64 | CHANGED | remove temp namespace | standalone 2025-10-08 23:09:48.129644 | fa163e1d-9a4d-46c5-aea8-000000000b64 | TIMING | remove temp namespace | standalone | 0:02:24.735707 | 0.20s 2025-10-08 23:09:48.154283 | fa163e1d-9a4d-46c5-aea8-000000000b65 | TASK | create /var/lib/neutron 2025-10-08 23:09:48.345568 | fa163e1d-9a4d-46c5-aea8-000000000b65 | CHANGED | create /var/lib/neutron | standalone 2025-10-08 23:09:48.347052 | fa163e1d-9a4d-46c5-aea8-000000000b65 | TIMING | create /var/lib/neutron | standalone | 0:02:24.953113 | 0.19s 2025-10-08 23:09:48.372571 | fa163e1d-9a4d-46c5-aea8-000000000b66 | TASK | set conditions 2025-10-08 23:09:48.402845 | fa163e1d-9a4d-46c5-aea8-000000000b66 | OK | set conditions | standalone 2025-10-08 23:09:48.404095 | fa163e1d-9a4d-46c5-aea8-000000000b66 | TIMING | set conditions | standalone | 0:02:25.010160 | 0.03s 2025-10-08 23:09:48.429767 | fa163e1d-9a4d-46c5-aea8-000000000b67 | TASK | create kill_scripts directory within /var/lib/neutron 2025-10-08 23:09:48.664916 | fa163e1d-9a4d-46c5-aea8-000000000b67 | CHANGED | create kill_scripts directory within /var/lib/neutron | standalone 2025-10-08 23:09:48.666410 | fa163e1d-9a4d-46c5-aea8-000000000b67 | TIMING | create kill_scripts directory within /var/lib/neutron | standalone | 0:02:25.272474 | 0.24s 2025-10-08 23:09:48.690619 | fa163e1d-9a4d-46c5-aea8-000000000b68 | TASK | create dnsmasq dhcp kill script 2025-10-08 23:09:49.157982 | fa163e1d-9a4d-46c5-aea8-000000000b68 | CHANGED | create dnsmasq dhcp kill script | standalone 2025-10-08 23:09:49.159417 | fa163e1d-9a4d-46c5-aea8-000000000b68 | TIMING | create dnsmasq dhcp kill script | standalone | 0:02:25.765480 | 0.47s 2025-10-08 23:09:49.184032 | fa163e1d-9a4d-46c5-aea8-000000000b69 | TASK | create haproxy kill script 2025-10-08 23:09:49.614893 | fa163e1d-9a4d-46c5-aea8-000000000b69 | CHANGED | create haproxy kill script | standalone 2025-10-08 23:09:49.616324 | fa163e1d-9a4d-46c5-aea8-000000000b69 | TIMING | create haproxy kill script | standalone | 0:02:26.222389 | 0.43s 2025-10-08 23:09:49.641703 | fa163e1d-9a4d-46c5-aea8-000000000b6a | TASK | create persistent directories 2025-10-08 23:09:49.885539 | fa163e1d-9a4d-46c5-aea8-000000000b6a | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2025-10-08 23:09:49.887681 | fa163e1d-9a4d-46c5-aea8-000000000b6a | TIMING | create persistent directories | standalone | 0:02:26.493739 | 0.24s 2025-10-08 23:09:50.093758 | fa163e1d-9a4d-46c5-aea8-000000000b6a | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/nova-api', 'setype': 'container_file_t'} 2025-10-08 23:09:50.095433 | fa163e1d-9a4d-46c5-aea8-000000000b6a | TIMING | create persistent directories | standalone | 0:02:26.701497 | 0.45s 2025-10-08 23:09:50.104941 | fa163e1d-9a4d-46c5-aea8-000000000b6a | TIMING | create persistent directories | standalone | 0:02:26.711009 | 0.46s 2025-10-08 23:09:50.122577 | fa163e1d-9a4d-46c5-aea8-000000000b6b | TASK | create persistent directories 2025-10-08 23:09:50.369553 | fa163e1d-9a4d-46c5-aea8-000000000b6b | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2025-10-08 23:09:50.371232 | fa163e1d-9a4d-46c5-aea8-000000000b6b | TIMING | create persistent directories | standalone | 0:02:26.977262 | 0.25s 2025-10-08 23:09:50.383234 | fa163e1d-9a4d-46c5-aea8-000000000b6b | TIMING | create persistent directories | standalone | 0:02:26.989294 | 0.26s 2025-10-08 23:09:50.408717 | fa163e1d-9a4d-46c5-aea8-000000000b6c | TASK | create persistent directories 2025-10-08 23:09:50.648804 | fa163e1d-9a4d-46c5-aea8-000000000b6c | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2025-10-08 23:09:50.651063 | fa163e1d-9a4d-46c5-aea8-000000000b6c | TIMING | create persistent directories | standalone | 0:02:27.257121 | 0.24s 2025-10-08 23:09:50.854872 | fa163e1d-9a4d-46c5-aea8-000000000b6c | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/nova-metadata', 'setype': 'container_file_t'} 2025-10-08 23:09:50.856001 | fa163e1d-9a4d-46c5-aea8-000000000b6c | TIMING | create persistent directories | standalone | 0:02:27.462067 | 0.45s 2025-10-08 23:09:50.862340 | fa163e1d-9a4d-46c5-aea8-000000000b6c | TIMING | create persistent directories | standalone | 0:02:27.468400 | 0.45s 2025-10-08 23:09:50.888177 | fa163e1d-9a4d-46c5-aea8-000000000b6d | TASK | Check for /var/lib/nova/instances directory exitance 2025-10-08 23:09:51.097164 | fa163e1d-9a4d-46c5-aea8-000000000b6d | OK | Check for /var/lib/nova/instances directory exitance | standalone 2025-10-08 23:09:51.098640 | fa163e1d-9a4d-46c5-aea8-000000000b6d | TIMING | Check for /var/lib/nova/instances directory exitance | standalone | 0:02:27.704702 | 0.21s 2025-10-08 23:09:51.123327 | fa163e1d-9a4d-46c5-aea8-000000000b6e | TASK | create persistent directories 2025-10-08 23:09:51.389361 | fa163e1d-9a4d-46c5-aea8-000000000b6e | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/nova', 'setype': 'container_file_t'} 2025-10-08 23:09:51.391593 | fa163e1d-9a4d-46c5-aea8-000000000b6e | TIMING | create persistent directories | standalone | 0:02:27.997652 | 0.27s 2025-10-08 23:09:51.633882 | fa163e1d-9a4d-46c5-aea8-000000000b6e | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/_nova_secontext', 'setype': 'container_file_t'} 2025-10-08 23:09:51.635132 | fa163e1d-9a4d-46c5-aea8-000000000b6e | TIMING | create persistent directories | standalone | 0:02:28.241207 | 0.51s 2025-10-08 23:09:51.820724 | fa163e1d-9a4d-46c5-aea8-000000000b6e | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/nova/instances', 'setype': 'container_file_t'} 2025-10-08 23:09:51.821817 | fa163e1d-9a4d-46c5-aea8-000000000b6e | TIMING | create persistent directories | standalone | 0:02:28.427886 | 0.70s 2025-10-08 23:09:51.995160 | fa163e1d-9a4d-46c5-aea8-000000000b6e | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/libvirt', 'setype': 'container_file_t'} 2025-10-08 23:09:51.996247 | fa163e1d-9a4d-46c5-aea8-000000000b6e | TIMING | create persistent directories | standalone | 0:02:28.602315 | 0.87s 2025-10-08 23:09:52.163744 | fa163e1d-9a4d-46c5-aea8-000000000b6e | OK | create persistent directories | standalone | item={'path': '/etc/tmpfiles.d'} 2025-10-08 23:09:52.165097 | fa163e1d-9a4d-46c5-aea8-000000000b6e | TIMING | create persistent directories | standalone | 0:02:28.771160 | 1.04s 2025-10-08 23:09:52.177452 | fa163e1d-9a4d-46c5-aea8-000000000b6e | TIMING | create persistent directories | standalone | 0:02:28.783530 | 1.05s 2025-10-08 23:09:52.194777 | fa163e1d-9a4d-46c5-aea8-000000000b6f | TASK | ensure /run/nova is present upon reboot 2025-10-08 23:09:52.607936 | fa163e1d-9a4d-46c5-aea8-000000000b6f | CHANGED | ensure /run/nova is present upon reboot | standalone 2025-10-08 23:09:52.609257 | fa163e1d-9a4d-46c5-aea8-000000000b6f | TIMING | ensure /run/nova is present upon reboot | standalone | 0:02:29.215322 | 0.41s 2025-10-08 23:09:52.637396 | fa163e1d-9a4d-46c5-aea8-000000000b70 | TASK | create tempfiles 2025-10-08 23:09:52.901405 | fa163e1d-9a4d-46c5-aea8-000000000b70 | CHANGED | create tempfiles | standalone 2025-10-08 23:09:52.903167 | fa163e1d-9a4d-46c5-aea8-000000000b70 | TIMING | create tempfiles | standalone | 0:02:29.509225 | 0.26s 2025-10-08 23:09:52.928844 | fa163e1d-9a4d-46c5-aea8-000000000b71 | TASK | Mount Nova NFS Share 2025-10-08 23:09:52.958565 | fa163e1d-9a4d-46c5-aea8-000000000b71 | SKIPPED | Mount Nova NFS Share | standalone 2025-10-08 23:09:52.959967 | fa163e1d-9a4d-46c5-aea8-000000000b71 | TIMING | Mount Nova NFS Share | standalone | 0:02:29.566027 | 0.03s 2025-10-08 23:09:52.985761 | fa163e1d-9a4d-46c5-aea8-000000000b73 | TASK | check systemd-container package installed or not 2025-10-08 23:09:53.013977 | fa163e1d-9a4d-46c5-aea8-000000000b73 | SKIPPED | check systemd-container package installed or not | standalone 2025-10-08 23:09:53.015039 | fa163e1d-9a4d-46c5-aea8-000000000b73 | TIMING | check systemd-container package installed or not | standalone | 0:02:29.621104 | 0.03s 2025-10-08 23:09:53.040764 | fa163e1d-9a4d-46c5-aea8-000000000b74 | TASK | get latest package from downloaded package versions 2025-10-08 23:09:53.068577 | fa163e1d-9a4d-46c5-aea8-000000000b74 | SKIPPED | get latest package from downloaded package versions | standalone 2025-10-08 23:09:53.069608 | fa163e1d-9a4d-46c5-aea8-000000000b74 | TIMING | get latest package from downloaded package versions | standalone | 0:02:29.675674 | 0.03s 2025-10-08 23:09:53.093660 | fa163e1d-9a4d-46c5-aea8-000000000b75 | TASK | Install systemd-container package on boot 2025-10-08 23:09:53.122163 | fa163e1d-9a4d-46c5-aea8-000000000b75 | SKIPPED | Install systemd-container package on boot | standalone 2025-10-08 23:09:53.123340 | fa163e1d-9a4d-46c5-aea8-000000000b75 | TIMING | Install systemd-container package on boot | standalone | 0:02:29.729406 | 0.03s 2025-10-08 23:09:53.148062 | fa163e1d-9a4d-46c5-aea8-000000000b76 | TASK | enable install-systemd-container on compute boot 2025-10-08 23:09:53.177467 | fa163e1d-9a4d-46c5-aea8-000000000b76 | SKIPPED | enable install-systemd-container on compute boot | standalone 2025-10-08 23:09:53.178701 | fa163e1d-9a4d-46c5-aea8-000000000b76 | TIMING | enable install-systemd-container on compute boot | standalone | 0:02:29.784764 | 0.03s 2025-10-08 23:09:53.202984 | fa163e1d-9a4d-46c5-aea8-000000000b77 | TASK | check if install-systemd-container service exists 2025-10-08 23:09:53.231144 | fa163e1d-9a4d-46c5-aea8-000000000b77 | SKIPPED | check if install-systemd-container service exists | standalone 2025-10-08 23:09:53.232541 | fa163e1d-9a4d-46c5-aea8-000000000b77 | TIMING | check if install-systemd-container service exists | standalone | 0:02:29.838604 | 0.03s 2025-10-08 23:09:53.256879 | fa163e1d-9a4d-46c5-aea8-000000000b78 | TASK | disable and mask install-systemd-container on compute boot 2025-10-08 23:09:53.284785 | fa163e1d-9a4d-46c5-aea8-000000000b78 | SKIPPED | disable and mask install-systemd-container on compute boot | standalone 2025-10-08 23:09:53.285743 | fa163e1d-9a4d-46c5-aea8-000000000b78 | TIMING | disable and mask install-systemd-container on compute boot | standalone | 0:02:29.891813 | 0.03s 2025-10-08 23:09:53.306539 | fa163e1d-9a4d-46c5-aea8-000000000b7a | TASK | is Nova Resume Guests State On Host Boot enabled 2025-10-08 23:09:53.336591 | fa163e1d-9a4d-46c5-aea8-000000000b7a | OK | is Nova Resume Guests State On Host Boot enabled | standalone 2025-10-08 23:09:53.337371 | fa163e1d-9a4d-46c5-aea8-000000000b7a | TIMING | is Nova Resume Guests State On Host Boot enabled | standalone | 0:02:29.943442 | 0.03s 2025-10-08 23:09:53.357161 | fa163e1d-9a4d-46c5-aea8-000000000b7c | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs 2025-10-08 23:09:53.383131 | fa163e1d-9a4d-46c5-aea8-000000000b7c | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs | standalone 2025-10-08 23:09:53.384050 | fa163e1d-9a4d-46c5-aea8-000000000b7c | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs | standalone | 0:02:29.990120 | 0.03s 2025-10-08 23:09:53.403332 | fa163e1d-9a4d-46c5-aea8-000000000b7d | TASK | Making sure virt-guest-shutdown.target is present 2025-10-08 23:09:53.429874 | fa163e1d-9a4d-46c5-aea8-000000000b7d | SKIPPED | Making sure virt-guest-shutdown.target is present | standalone 2025-10-08 23:09:53.430616 | fa163e1d-9a4d-46c5-aea8-000000000b7d | TIMING | Making sure virt-guest-shutdown.target is present | standalone | 0:02:30.036688 | 0.03s 2025-10-08 23:09:53.449715 | fa163e1d-9a4d-46c5-aea8-000000000b7e | TASK | libvirt-guests enable VM shutdown on compute reboot/shutdown 2025-10-08 23:09:53.476225 | fa163e1d-9a4d-46c5-aea8-000000000b7e | SKIPPED | libvirt-guests enable VM shutdown on compute reboot/shutdown | standalone 2025-10-08 23:09:53.476924 | fa163e1d-9a4d-46c5-aea8-000000000b7e | TIMING | libvirt-guests enable VM shutdown on compute reboot/shutdown | standalone | 0:02:30.082995 | 0.03s 2025-10-08 23:09:53.496451 | fa163e1d-9a4d-46c5-aea8-000000000b80 | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) 2025-10-08 23:09:53.515018 | fa163e1d-9a4d-46c5-aea8-000000000b80 | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) | standalone 2025-10-08 23:09:53.515727 | fa163e1d-9a4d-46c5-aea8-000000000b80 | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) | standalone | 0:02:30.121801 | 0.02s 2025-10-08 23:09:53.533951 | fa163e1d-9a4d-46c5-aea8-000000000b81 | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) 2025-10-08 23:09:53.559688 | fa163e1d-9a4d-46c5-aea8-000000000b81 | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) | standalone 2025-10-08 23:09:53.560589 | fa163e1d-9a4d-46c5-aea8-000000000b81 | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) | standalone | 0:02:30.166662 | 0.03s 2025-10-08 23:09:53.579526 | fa163e1d-9a4d-46c5-aea8-000000000b82 | TASK | Making sure virt-guest-shutdown.target is present 2025-10-08 23:09:53.606621 | fa163e1d-9a4d-46c5-aea8-000000000b82 | SKIPPED | Making sure virt-guest-shutdown.target is present | standalone 2025-10-08 23:09:53.607424 | fa163e1d-9a4d-46c5-aea8-000000000b82 | TIMING | Making sure virt-guest-shutdown.target is present | standalone | 0:02:30.213496 | 0.03s 2025-10-08 23:09:53.626520 | fa163e1d-9a4d-46c5-aea8-000000000b83 | TASK | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown 2025-10-08 23:09:53.652817 | fa163e1d-9a4d-46c5-aea8-000000000b83 | SKIPPED | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown | standalone 2025-10-08 23:09:53.653570 | fa163e1d-9a4d-46c5-aea8-000000000b83 | TIMING | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown | standalone | 0:02:30.259642 | 0.03s 2025-10-08 23:09:53.673236 | fa163e1d-9a4d-46c5-aea8-000000000b85 | TASK | Do we prepend nova startup with a delay 2025-10-08 23:09:53.701500 | fa163e1d-9a4d-46c5-aea8-000000000b85 | OK | Do we prepend nova startup with a delay | standalone 2025-10-08 23:09:53.702653 | fa163e1d-9a4d-46c5-aea8-000000000b85 | TIMING | Do we prepend nova startup with a delay | standalone | 0:02:30.308718 | 0.03s 2025-10-08 23:09:53.726420 | fa163e1d-9a4d-46c5-aea8-000000000b86 | TASK | install nova-compute delay wrapper script 2025-10-08 23:09:53.754011 | fa163e1d-9a4d-46c5-aea8-000000000b86 | SKIPPED | install nova-compute delay wrapper script | standalone 2025-10-08 23:09:53.755020 | fa163e1d-9a4d-46c5-aea8-000000000b86 | TIMING | install nova-compute delay wrapper script | standalone | 0:02:30.361085 | 0.03s 2025-10-08 23:09:53.779498 | fa163e1d-9a4d-46c5-aea8-000000000b87 | TASK | Is irqbalance enabled 2025-10-08 23:09:53.810238 | fa163e1d-9a4d-46c5-aea8-000000000b87 | OK | Is irqbalance enabled | standalone 2025-10-08 23:09:53.811370 | fa163e1d-9a4d-46c5-aea8-000000000b87 | TIMING | Is irqbalance enabled | standalone | 0:02:30.417435 | 0.03s 2025-10-08 23:09:53.835712 | fa163e1d-9a4d-46c5-aea8-000000000b88 | TASK | disable irqbalance service on compute 2025-10-08 23:09:53.865120 | fa163e1d-9a4d-46c5-aea8-000000000b88 | SKIPPED | disable irqbalance service on compute | standalone 2025-10-08 23:09:53.866123 | fa163e1d-9a4d-46c5-aea8-000000000b88 | TIMING | disable irqbalance service on compute | standalone | 0:02:30.472191 | 0.03s 2025-10-08 23:09:53.889920 | fa163e1d-9a4d-46c5-aea8-000000000b89 | TASK | create persistent directories 2025-10-08 23:09:54.128435 | fa163e1d-9a4d-46c5-aea8-000000000b89 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/libvirt', 'setype': 'container_file_t'} 2025-10-08 23:09:54.129331 | fa163e1d-9a4d-46c5-aea8-000000000b89 | TIMING | create persistent directories | standalone | 0:02:30.735403 | 0.24s 2025-10-08 23:09:54.132481 | fa163e1d-9a4d-46c5-aea8-000000000b89 | TIMING | create persistent directories | standalone | 0:02:30.738551 | 0.24s 2025-10-08 23:09:54.158470 | fa163e1d-9a4d-46c5-aea8-000000000b8a | TASK | create libvirt persistent data directories 2025-10-08 23:09:54.458119 | fa163e1d-9a4d-46c5-aea8-000000000b8a | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt', 'setype': 'container_file_t'} 2025-10-08 23:09:54.459729 | fa163e1d-9a4d-46c5-aea8-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:31.065790 | 0.30s 2025-10-08 23:09:54.685292 | fa163e1d-9a4d-46c5-aea8-000000000b8a | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt/secrets', 'setype': 'container_file_t'} 2025-10-08 23:09:54.686366 | fa163e1d-9a4d-46c5-aea8-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:31.292434 | 0.53s 2025-10-08 23:09:54.933836 | fa163e1d-9a4d-46c5-aea8-000000000b8a | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt/qemu', 'setype': 'container_file_t'} 2025-10-08 23:09:54.935376 | fa163e1d-9a4d-46c5-aea8-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:31.541444 | 0.78s 2025-10-08 23:09:55.168470 | fa163e1d-9a4d-46c5-aea8-000000000b8a | OK | create libvirt persistent data directories | standalone | item={'path': '/var/lib/libvirt', 'setype': 'container_file_t'} 2025-10-08 23:09:55.170060 | fa163e1d-9a4d-46c5-aea8-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:31.776128 | 1.01s 2025-10-08 23:09:55.386329 | fa163e1d-9a4d-46c5-aea8-000000000b8a | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/var/cache/libvirt'} 2025-10-08 23:09:55.387489 | fa163e1d-9a4d-46c5-aea8-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:31.993555 | 1.23s 2025-10-08 23:09:55.649705 | fa163e1d-9a4d-46c5-aea8-000000000b8a | OK | create libvirt persistent data directories | standalone | item={'path': '/var/lib/nova', 'setype': 'container_file_t'} 2025-10-08 23:09:55.650912 | fa163e1d-9a4d-46c5-aea8-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:32.256979 | 1.49s 2025-10-08 23:09:55.909322 | fa163e1d-9a4d-46c5-aea8-000000000b8a | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/run/libvirt'} 2025-10-08 23:09:55.910796 | fa163e1d-9a4d-46c5-aea8-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:32.516864 | 1.75s 2025-10-08 23:09:56.124874 | fa163e1d-9a4d-46c5-aea8-000000000b8a | CHANGED | create libvirt persistent data directories | standalone | item={'mode': '0770', 'path': '/var/log/containers/libvirt/swtpm', 'setype': 'container_file_t'} 2025-10-08 23:09:56.126056 | fa163e1d-9a4d-46c5-aea8-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:32.732121 | 1.97s 2025-10-08 23:09:56.135314 | fa163e1d-9a4d-46c5-aea8-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:32.741376 | 1.98s 2025-10-08 23:09:56.162322 | fa163e1d-9a4d-46c5-aea8-000000000b8b | TASK | ensure qemu group is present on the host 2025-10-08 23:09:56.765609 | fa163e1d-9a4d-46c5-aea8-000000000b8b | CHANGED | ensure qemu group is present on the host | standalone 2025-10-08 23:09:56.766916 | fa163e1d-9a4d-46c5-aea8-000000000b8b | TIMING | ensure qemu group is present on the host | standalone | 0:02:33.372980 | 0.60s 2025-10-08 23:09:56.791942 | fa163e1d-9a4d-46c5-aea8-000000000b8c | TASK | ensure qemu user is present on the host 2025-10-08 23:09:57.506915 | fa163e1d-9a4d-46c5-aea8-000000000b8c | CHANGED | ensure qemu user is present on the host | standalone 2025-10-08 23:09:57.508007 | fa163e1d-9a4d-46c5-aea8-000000000b8c | TIMING | ensure qemu user is present on the host | standalone | 0:02:34.114076 | 0.71s 2025-10-08 23:09:57.529103 | fa163e1d-9a4d-46c5-aea8-000000000b8d | TASK | create directory for vhost-user sockets with qemu ownership 2025-10-08 23:09:57.754389 | fa163e1d-9a4d-46c5-aea8-000000000b8d | CHANGED | create directory for vhost-user sockets with qemu ownership | standalone 2025-10-08 23:09:57.755479 | fa163e1d-9a4d-46c5-aea8-000000000b8d | TIMING | create directory for vhost-user sockets with qemu ownership | standalone | 0:02:34.361547 | 0.23s 2025-10-08 23:09:57.776424 | fa163e1d-9a4d-46c5-aea8-000000000b8e | TASK | check if libvirt is installed 2025-10-08 23:09:57.998357 | fa163e1d-9a4d-46c5-aea8-000000000b8e | CHANGED | check if libvirt is installed | standalone 2025-10-08 23:09:57.999735 | fa163e1d-9a4d-46c5-aea8-000000000b8e | TIMING | check if libvirt is installed | standalone | 0:02:34.605798 | 0.22s 2025-10-08 23:09:58.024448 | fa163e1d-9a4d-46c5-aea8-000000000b8f | TASK | make sure libvirt services are disabled and masked 2025-10-08 23:09:58.066430 | fa163e1d-9a4d-46c5-aea8-000000000b8f | SKIPPED | make sure libvirt services are disabled and masked | standalone | item=libvirtd.service 2025-10-08 23:09:58.073524 | fa163e1d-9a4d-46c5-aea8-000000000b8f | SKIPPED | make sure libvirt services are disabled and masked | standalone | item=virtlogd.socket 2025-10-08 23:09:58.079883 | fa163e1d-9a4d-46c5-aea8-000000000b8f | TIMING | make sure libvirt services are disabled and masked | standalone | 0:02:34.685939 | 0.05s 2025-10-08 23:09:58.100628 | fa163e1d-9a4d-46c5-aea8-000000000b90 | TASK | ensure /run/libvirt is present upon reboot 2025-10-08 23:09:58.577376 | fa163e1d-9a4d-46c5-aea8-000000000b90 | CHANGED | ensure /run/libvirt is present upon reboot | standalone 2025-10-08 23:09:58.578291 | fa163e1d-9a4d-46c5-aea8-000000000b90 | TIMING | ensure /run/libvirt is present upon reboot | standalone | 0:02:35.184363 | 0.48s 2025-10-08 23:09:58.597584 | fa163e1d-9a4d-46c5-aea8-000000000b91 | TASK | Enable os_enable_vtpm SELinux boolean for vTPM 2025-10-08 23:09:59.550060 | fa163e1d-9a4d-46c5-aea8-000000000b91 | CHANGED | Enable os_enable_vtpm SELinux boolean for vTPM | standalone 2025-10-08 23:09:59.551363 | fa163e1d-9a4d-46c5-aea8-000000000b91 | TIMING | Enable os_enable_vtpm SELinux boolean for vTPM | standalone | 0:02:36.157434 | 0.95s 2025-10-08 23:09:59.571465 | fa163e1d-9a4d-46c5-aea8-000000000b92 | TASK | Create libvirt persistent data directories 2025-10-08 23:09:59.808790 | fa163e1d-9a4d-46c5-aea8-000000000b92 | OK | Create libvirt persistent data directories | standalone | item={'path': '/run/libvirt', 'setype': 'virt_var_run_t'} 2025-10-08 23:09:59.810812 | fa163e1d-9a4d-46c5-aea8-000000000b92 | TIMING | Create libvirt persistent data directories | standalone | 0:02:36.416874 | 0.24s 2025-10-08 23:09:59.820495 | fa163e1d-9a4d-46c5-aea8-000000000b92 | TIMING | Create libvirt persistent data directories | standalone | 0:02:36.426559 | 0.25s 2025-10-08 23:09:59.838829 | fa163e1d-9a4d-46c5-aea8-000000000b93 | TASK | create persistent directories 2025-10-08 23:10:00.052160 | fa163e1d-9a4d-46c5-aea8-000000000b93 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/openvswitch', 'setype': 'container_file_t'} 2025-10-08 23:10:00.053641 | fa163e1d-9a4d-46c5-aea8-000000000b93 | TIMING | create persistent directories | standalone | 0:02:36.659703 | 0.21s 2025-10-08 23:10:00.227866 | fa163e1d-9a4d-46c5-aea8-000000000b93 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/openvswitch/ovn', 'setype': 'container_file_t'} 2025-10-08 23:10:00.229627 | fa163e1d-9a4d-46c5-aea8-000000000b93 | TIMING | create persistent directories | standalone | 0:02:36.835695 | 0.39s 2025-10-08 23:10:00.239995 | fa163e1d-9a4d-46c5-aea8-000000000b93 | TIMING | create persistent directories | standalone | 0:02:36.846065 | 0.40s 2025-10-08 23:10:00.264842 | fa163e1d-9a4d-46c5-aea8-000000000b94 | TASK | Copy in cleanup script 2025-10-08 23:10:00.645088 | fa163e1d-9a4d-46c5-aea8-000000000b94 | CHANGED | Copy in cleanup script | standalone 2025-10-08 23:10:00.646461 | fa163e1d-9a4d-46c5-aea8-000000000b94 | TIMING | Copy in cleanup script | standalone | 0:02:37.252525 | 0.38s 2025-10-08 23:10:00.671456 | fa163e1d-9a4d-46c5-aea8-000000000b95 | TASK | Copy in cleanup service 2025-10-08 23:10:01.119305 | fa163e1d-9a4d-46c5-aea8-000000000b95 | CHANGED | Copy in cleanup service | standalone 2025-10-08 23:10:01.120282 | fa163e1d-9a4d-46c5-aea8-000000000b95 | TIMING | Copy in cleanup service | standalone | 0:02:37.726353 | 0.45s 2025-10-08 23:10:01.140265 | fa163e1d-9a4d-46c5-aea8-000000000b96 | TASK | Enabling the cleanup service 2025-10-08 23:10:01.806979 | fa163e1d-9a4d-46c5-aea8-000000000b96 | CHANGED | Enabling the cleanup service | standalone 2025-10-08 23:10:01.808866 | fa163e1d-9a4d-46c5-aea8-000000000b96 | TIMING | Enabling the cleanup service | standalone | 0:02:38.414929 | 0.67s 2025-10-08 23:10:01.834972 | fa163e1d-9a4d-46c5-aea8-000000000b97 | TASK | create persistent directories 2025-10-08 23:10:02.074721 | fa163e1d-9a4d-46c5-aea8-000000000b97 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/openvswitch', 'setype': 'container_file_t'} 2025-10-08 23:10:02.076950 | fa163e1d-9a4d-46c5-aea8-000000000b97 | TIMING | create persistent directories | standalone | 0:02:38.683011 | 0.24s 2025-10-08 23:10:02.303727 | fa163e1d-9a4d-46c5-aea8-000000000b97 | OK | create persistent directories | standalone | item={'path': '/var/lib/openvswitch/ovn', 'setype': 'container_file_t'} 2025-10-08 23:10:02.304881 | fa163e1d-9a4d-46c5-aea8-000000000b97 | TIMING | create persistent directories | standalone | 0:02:38.910947 | 0.47s 2025-10-08 23:10:02.311200 | fa163e1d-9a4d-46c5-aea8-000000000b97 | TIMING | create persistent directories | standalone | 0:02:38.917250 | 0.47s 2025-10-08 23:10:02.331676 | fa163e1d-9a4d-46c5-aea8-000000000b98 | TASK | set conditions 2025-10-08 23:10:02.361123 | fa163e1d-9a4d-46c5-aea8-000000000b98 | OK | set conditions | standalone 2025-10-08 23:10:02.362076 | fa163e1d-9a4d-46c5-aea8-000000000b98 | TIMING | set conditions | standalone | 0:02:38.968148 | 0.03s 2025-10-08 23:10:02.382013 | fa163e1d-9a4d-46c5-aea8-000000000b99 | TASK | create persistent directories 2025-10-08 23:10:02.628216 | fa163e1d-9a4d-46c5-aea8-000000000b99 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia', 'setype': 'container_file_t'} 2025-10-08 23:10:02.629740 | fa163e1d-9a4d-46c5-aea8-000000000b99 | TIMING | create persistent directories | standalone | 0:02:39.235799 | 0.25s 2025-10-08 23:10:02.864507 | fa163e1d-9a4d-46c5-aea8-000000000b99 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/octavia-api', 'setype': 'container_file_t'} 2025-10-08 23:10:02.866437 | fa163e1d-9a4d-46c5-aea8-000000000b99 | TIMING | create persistent directories | standalone | 0:02:39.472503 | 0.48s 2025-10-08 23:10:03.069431 | fa163e1d-9a4d-46c5-aea8-000000000b99 | CHANGED | create persistent directories | standalone | item={'mode': '0755', 'path': '/run/octavia', 'setype': 'container_file_t'} 2025-10-08 23:10:03.071128 | fa163e1d-9a4d-46c5-aea8-000000000b99 | TIMING | create persistent directories | standalone | 0:02:39.677193 | 0.69s 2025-10-08 23:10:03.081108 | fa163e1d-9a4d-46c5-aea8-000000000b99 | TIMING | create persistent directories | standalone | 0:02:39.687177 | 0.70s 2025-10-08 23:10:03.098633 | fa163e1d-9a4d-46c5-aea8-000000000b9a | TASK | ensure /run/octavia is present upon reboot 2025-10-08 23:10:03.588213 | fa163e1d-9a4d-46c5-aea8-000000000b9a | CHANGED | ensure /run/octavia is present upon reboot | standalone 2025-10-08 23:10:03.589958 | fa163e1d-9a4d-46c5-aea8-000000000b9a | TIMING | ensure /run/octavia is present upon reboot | standalone | 0:02:40.196014 | 0.49s 2025-10-08 23:10:03.621807 | fa163e1d-9a4d-46c5-aea8-000000000b9b | TASK | create persistent directories 2025-10-08 23:10:03.855759 | fa163e1d-9a4d-46c5-aea8-000000000b9b | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia', 'setype': 'container_file_t'} 2025-10-08 23:10:03.857915 | fa163e1d-9a4d-46c5-aea8-000000000b9b | TIMING | create persistent directories | standalone | 0:02:40.463972 | 0.23s 2025-10-08 23:10:04.040094 | fa163e1d-9a4d-46c5-aea8-000000000b9b | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia-amphorae', 'setype': 'container_file_t'} 2025-10-08 23:10:04.042078 | fa163e1d-9a4d-46c5-aea8-000000000b9b | TIMING | create persistent directories | standalone | 0:02:40.648142 | 0.42s 2025-10-08 23:10:04.052605 | fa163e1d-9a4d-46c5-aea8-000000000b9b | TIMING | create persistent directories | standalone | 0:02:40.658667 | 0.43s 2025-10-08 23:10:04.073959 | fa163e1d-9a4d-46c5-aea8-000000000b9c | TASK | create empty log files 2025-10-08 23:10:04.304621 | fa163e1d-9a4d-46c5-aea8-000000000b9c | CHANGED | create empty log files | standalone | item={'mode': '0644', 'path': '/var/log/containers/octavia-amphorae/octavia-tenant-traffic.log', 'setype': 'container_file_t'} 2025-10-08 23:10:04.306873 | fa163e1d-9a4d-46c5-aea8-000000000b9c | TIMING | create empty log files | standalone | 0:02:40.912932 | 0.23s 2025-10-08 23:10:04.479493 | fa163e1d-9a4d-46c5-aea8-000000000b9c | CHANGED | create empty log files | standalone | item={'mode': '0644', 'path': '/var/log/containers/octavia-amphorae/octavia-amphora.log', 'setype': 'container_file_t'} 2025-10-08 23:10:04.481594 | fa163e1d-9a4d-46c5-aea8-000000000b9c | TIMING | create empty log files | standalone | 0:02:41.087660 | 0.41s 2025-10-08 23:10:04.492406 | fa163e1d-9a4d-46c5-aea8-000000000b9c | TIMING | create empty log files | standalone | 0:02:41.098463 | 0.42s 2025-10-08 23:10:04.518126 | fa163e1d-9a4d-46c5-aea8-000000000b9d | TASK | create persistent directories 2025-10-08 23:10:04.762148 | fa163e1d-9a4d-46c5-aea8-000000000b9d | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia', 'setype': 'container_file_t'} 2025-10-08 23:10:04.764360 | fa163e1d-9a4d-46c5-aea8-000000000b9d | TIMING | create persistent directories | standalone | 0:02:41.370419 | 0.24s 2025-10-08 23:10:04.774807 | fa163e1d-9a4d-46c5-aea8-000000000b9d | TIMING | create persistent directories | standalone | 0:02:41.380866 | 0.26s 2025-10-08 23:10:04.800830 | fa163e1d-9a4d-46c5-aea8-000000000b9f | TASK | Ensure packages required for configuring octavia are present 2025-10-08 23:10:07.851146 | fa163e1d-9a4d-46c5-aea8-000000000b9f | OK | Ensure packages required for configuring octavia are present | standalone 2025-10-08 23:10:07.852751 | fa163e1d-9a4d-46c5-aea8-000000000b9f | TIMING | Ensure packages required for configuring octavia are present | standalone | 0:02:44.458813 | 3.05s 2025-10-08 23:10:07.907109 | fa163e1d-9a4d-46c5-aea8-000000000ba1 | TIMING | include_role : tripleo_clients_install | standalone | 0:02:44.513159 | 0.03s 2025-10-08 23:10:07.973407 | fa163e1d-9a4d-46c5-aea8-000000001298 | TASK | Gather variables for each operating system 2025-10-08 23:10:08.084994 | fa163e1d-9a4d-46c5-aea8-000000001298 | TIMING | tripleo_clients_install : Gather variables for each operating system | standalone | 0:02:44.691050 | 0.11s 2025-10-08 23:10:08.105531 | fa163e1d-9a4d-46c5-aea8-000000001299 | TASK | Set packages facts 2025-10-08 23:10:08.131154 | fa163e1d-9a4d-46c5-aea8-000000001299 | OK | Set packages facts | standalone 2025-10-08 23:10:08.131978 | fa163e1d-9a4d-46c5-aea8-000000001299 | TIMING | tripleo_clients_install : Set packages facts | standalone | 0:02:44.738050 | 0.03s 2025-10-08 23:10:08.151411 | fa163e1d-9a4d-46c5-aea8-00000000129a | TASK | Manage package 2025-10-08 23:10:08.210679 | fa163e1d-9a4d-46c5-aea8-00000000129a | SKIPPED | Manage package | standalone | item=[]: absent 2025-10-08 23:10:08.236921 | fa163e1d-9a4d-46c5-aea8-00000000129a | SKIPPED | Manage package | standalone | item=[]: installed 2025-10-08 23:10:08.254480 | fa163e1d-9a4d-46c5-aea8-00000000129a | SKIPPED | Manage package | standalone | item=[]: latest 2025-10-08 23:10:13.399128 | fa163e1d-9a4d-46c5-aea8-00000000129a | TIMING | tripleo_clients_install : Manage package | standalone | 0:02:50.005188 | 5.25s 2025-10-08 23:10:13.416156 | fa163e1d-9a4d-46c5-aea8-00000000129a | SKIPPED | Manage package | standalone | item=[]: removed 2025-10-08 23:10:13.429416 | fa163e1d-9a4d-46c5-aea8-00000000129a | TIMING | tripleo_clients_install : Manage package | standalone | 0:02:50.035473 | 5.28s 2025-10-08 23:10:13.478887 | fa163e1d-9a4d-46c5-aea8-000000000ba2 | TASK | create fcontext for rabbitmq data 2025-10-08 23:10:14.747673 | fa163e1d-9a4d-46c5-aea8-000000000ba2 | CHANGED | create fcontext for rabbitmq data | standalone 2025-10-08 23:10:14.749720 | fa163e1d-9a4d-46c5-aea8-000000000ba2 | TIMING | create fcontext for rabbitmq data | standalone | 0:02:51.355781 | 1.27s 2025-10-08 23:10:14.774679 | fa163e1d-9a4d-46c5-aea8-000000000ba3 | TASK | create persistent directories 2025-10-08 23:10:15.038034 | fa163e1d-9a4d-46c5-aea8-000000000ba3 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/rabbitmq', 'setype': 'container_file_t'} 2025-10-08 23:10:15.040373 | fa163e1d-9a4d-46c5-aea8-000000000ba3 | TIMING | create persistent directories | standalone | 0:02:51.646421 | 0.26s 2025-10-08 23:10:15.263614 | fa163e1d-9a4d-46c5-aea8-000000000ba3 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/rabbitmq', 'setype': 'container_file_t'} 2025-10-08 23:10:15.265521 | fa163e1d-9a4d-46c5-aea8-000000000ba3 | TIMING | create persistent directories | standalone | 0:02:51.871587 | 0.49s 2025-10-08 23:10:15.276419 | fa163e1d-9a4d-46c5-aea8-000000000ba3 | TIMING | create persistent directories | standalone | 0:02:51.882465 | 0.50s 2025-10-08 23:10:15.302768 | fa163e1d-9a4d-46c5-aea8-000000000ba4 | TASK | stop the Erlang port mapper on the host and make sure it cannot bind to the port used by container 2025-10-08 23:10:15.573315 | fa163e1d-9a4d-46c5-aea8-000000000ba4 | CHANGED | stop the Erlang port mapper on the host and make sure it cannot bind to the port used by container | standalone 2025-10-08 23:10:15.574971 | fa163e1d-9a4d-46c5-aea8-000000000ba4 | TIMING | stop the Erlang port mapper on the host and make sure it cannot bind to the port used by container | standalone | 0:02:52.181031 | 0.27s 2025-10-08 23:10:15.600533 | fa163e1d-9a4d-46c5-aea8-000000000ba5 | TASK | Make sure python3-novaclient is installed when IHA is enabled 2025-10-08 23:10:15.631234 | fa163e1d-9a4d-46c5-aea8-000000000ba5 | SKIPPED | Make sure python3-novaclient is installed when IHA is enabled | standalone 2025-10-08 23:10:15.632797 | fa163e1d-9a4d-46c5-aea8-000000000ba5 | TIMING | Make sure python3-novaclient is installed when IHA is enabled | standalone | 0:02:52.238856 | 0.03s 2025-10-08 23:10:15.658024 | fa163e1d-9a4d-46c5-aea8-000000000ba6 | TASK | Remove existing entries from logind conf 2025-10-08 23:10:15.905575 | fa163e1d-9a4d-46c5-aea8-000000000ba6 | CHANGED | Remove existing entries from logind conf | standalone 2025-10-08 23:10:15.907221 | fa163e1d-9a4d-46c5-aea8-000000000ba6 | TIMING | Remove existing entries from logind conf | standalone | 0:02:52.513258 | 0.25s 2025-10-08 23:10:15.932002 | fa163e1d-9a4d-46c5-aea8-000000000ba7 | TASK | Make sure systemd-logind ignores power off 2025-10-08 23:10:16.171174 | fa163e1d-9a4d-46c5-aea8-000000000ba7 | CHANGED | Make sure systemd-logind ignores power off | standalone 2025-10-08 23:10:16.173003 | fa163e1d-9a4d-46c5-aea8-000000000ba7 | TIMING | Make sure systemd-logind ignores power off | standalone | 0:02:52.779062 | 0.24s 2025-10-08 23:10:16.199015 | fa163e1d-9a4d-46c5-aea8-000000000ba8 | TASK | Restart systemd-logind 2025-10-08 23:10:16.707146 | fa163e1d-9a4d-46c5-aea8-000000000ba8 | CHANGED | Restart systemd-logind | standalone 2025-10-08 23:10:16.709536 | fa163e1d-9a4d-46c5-aea8-000000000ba8 | TIMING | Restart systemd-logind | standalone | 0:02:53.315595 | 0.51s 2025-10-08 23:10:16.736168 | fa163e1d-9a4d-46c5-aea8-000000000ba9 | TASK | Gather service_facts on pacemaker_bootstrap_node [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: {{(pacemaker_short_bootstrap_node_name|lower == ansible_facts['hostname']|lower)|bool}} 2025-10-08 23:10:16.810326 | fa163e1d-9a4d-46c5-aea8-000000000ba9 | SKIPPED | Gather service_facts on pacemaker_bootstrap_node | standalone 2025-10-08 23:10:16.811770 | fa163e1d-9a4d-46c5-aea8-000000000ba9 | TIMING | Gather service_facts on pacemaker_bootstrap_node | standalone | 0:02:53.417830 | 0.07s 2025-10-08 23:10:16.837525 | fa163e1d-9a4d-46c5-aea8-000000000baa | TASK | Check and eventually delete duplicate constraints (bootstrap node) [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: {{(pacemaker_short_bootstrap_node_name|lower == ansible_facts['hostname']|lower)|bool}} 2025-10-08 23:10:16.890234 | fa163e1d-9a4d-46c5-aea8-000000000baa | SKIPPED | Check and eventually delete duplicate constraints (bootstrap node) | standalone 2025-10-08 23:10:16.891516 | fa163e1d-9a4d-46c5-aea8-000000000baa | TIMING | Check and eventually delete duplicate constraints (bootstrap node) | standalone | 0:02:53.497576 | 0.05s 2025-10-08 23:10:16.917075 | fa163e1d-9a4d-46c5-aea8-000000000bab | TASK | create persistent logs directory 2025-10-08 23:10:17.172864 | fa163e1d-9a4d-46c5-aea8-000000000bab | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/placement', 'setype': 'container_file_t'} 2025-10-08 23:10:17.175490 | fa163e1d-9a4d-46c5-aea8-000000000bab | TIMING | create persistent logs directory | standalone | 0:02:53.781549 | 0.26s 2025-10-08 23:10:17.333668 | fa163e1d-9a4d-46c5-aea8-000000000bab | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/placement', 'setype': 'container_file_t'} 2025-10-08 23:10:17.334730 | fa163e1d-9a4d-46c5-aea8-000000000bab | TIMING | create persistent logs directory | standalone | 0:02:53.940799 | 0.42s 2025-10-08 23:10:17.347981 | fa163e1d-9a4d-46c5-aea8-000000000bab | TIMING | create persistent logs directory | standalone | 0:02:53.954026 | 0.43s 2025-10-08 23:10:17.374209 | fa163e1d-9a4d-46c5-aea8-000000000bad | TASK | Set login facts 2025-10-08 23:10:17.404769 | fa163e1d-9a4d-46c5-aea8-000000000bad | OK | Set login facts | standalone 2025-10-08 23:10:17.406312 | fa163e1d-9a4d-46c5-aea8-000000000bad | TIMING | Set login facts | standalone | 0:02:54.012372 | 0.03s 2025-10-08 23:10:17.431015 | fa163e1d-9a4d-46c5-aea8-000000000bae | TASK | Convert logins json to dict 2025-10-08 23:10:17.473422 | fa163e1d-9a4d-46c5-aea8-000000000bae | SKIPPED | Convert logins json to dict | standalone 2025-10-08 23:10:17.475091 | fa163e1d-9a4d-46c5-aea8-000000000bae | TIMING | Convert logins json to dict | standalone | 0:02:54.081153 | 0.04s 2025-10-08 23:10:17.500117 | fa163e1d-9a4d-46c5-aea8-000000000baf | TASK | Set registry logins 2025-10-08 23:10:17.551863 | fa163e1d-9a4d-46c5-aea8-000000000baf | SKIPPED | Set registry logins | standalone 2025-10-08 23:10:17.553489 | fa163e1d-9a4d-46c5-aea8-000000000baf | TIMING | Set registry logins | standalone | 0:02:54.159548 | 0.05s 2025-10-08 23:10:17.579580 | fa163e1d-9a4d-46c5-aea8-000000000bb0 | TASK | Run podman install 2025-10-08 23:10:17.609363 | fa163e1d-9a4d-46c5-aea8-000000000bb0 | TIMING | Run podman install | standalone | 0:02:54.215405 | 0.03s 2025-10-08 23:10:17.694025 | fa163e1d-9a4d-46c5-aea8-00000000132a | TASK | Gather variables for each operating system 2025-10-08 23:10:17.836585 | fa163e1d-9a4d-46c5-aea8-00000000132a | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_podman/vars/redhat-9.yml 2025-10-08 23:10:17.837791 | fa163e1d-9a4d-46c5-aea8-00000000132a | TIMING | tripleo_podman : Gather variables for each operating system | standalone | 0:02:54.443855 | 0.14s 2025-10-08 23:10:17.843542 | fa163e1d-9a4d-46c5-aea8-00000000132a | TIMING | tripleo_podman : Gather variables for each operating system | standalone | 0:02:54.449589 | 0.15s 2025-10-08 23:10:17.869632 | fa163e1d-9a4d-46c5-aea8-00000000132c | TASK | ensure podman and deps are installed 2025-10-08 23:10:20.736431 | fa163e1d-9a4d-46c5-aea8-00000000132c | OK | ensure podman and deps are installed | standalone 2025-10-08 23:10:20.737164 | fa163e1d-9a4d-46c5-aea8-00000000132c | TIMING | tripleo_podman : ensure podman and deps are installed | standalone | 0:02:57.343237 | 2.87s 2025-10-08 23:10:20.754625 | fa163e1d-9a4d-46c5-aea8-00000000132d | TASK | Ensure we get the ansible interfaces facts 2025-10-08 23:10:21.306982 | fa163e1d-9a4d-46c5-aea8-00000000132d | OK | Ensure we get the ansible interfaces facts | standalone 2025-10-08 23:10:21.307652 | fa163e1d-9a4d-46c5-aea8-00000000132d | TIMING | tripleo_podman : Ensure we get the ansible interfaces facts | standalone | 0:02:57.913727 | 0.55s 2025-10-08 23:10:21.324427 | fa163e1d-9a4d-46c5-aea8-00000000132e | TASK | Delete legacy cni0 interface (podman < 1.6) 2025-10-08 23:10:21.352807 | fa163e1d-9a4d-46c5-aea8-00000000132e | SKIPPED | Delete legacy cni0 interface (podman < 1.6) | standalone 2025-10-08 23:10:21.354050 | fa163e1d-9a4d-46c5-aea8-00000000132e | TIMING | tripleo_podman : Delete legacy cni0 interface (podman < 1.6) | standalone | 0:02:57.960113 | 0.03s 2025-10-08 23:10:21.379521 | fa163e1d-9a4d-46c5-aea8-000000001330 | TASK | Make sure /etc/cni/net.d folder exists 2025-10-08 23:10:21.417394 | fa163e1d-9a4d-46c5-aea8-000000001330 | SKIPPED | Make sure /etc/cni/net.d folder exists | standalone 2025-10-08 23:10:21.418569 | fa163e1d-9a4d-46c5-aea8-000000001330 | TIMING | tripleo_podman : Make sure /etc/cni/net.d folder exists | standalone | 0:02:58.024634 | 0.04s 2025-10-08 23:10:21.444558 | fa163e1d-9a4d-46c5-aea8-000000001331 | TASK | Update default network configuration if possible 2025-10-08 23:10:21.476017 | fa163e1d-9a4d-46c5-aea8-000000001331 | SKIPPED | Update default network configuration if possible | standalone 2025-10-08 23:10:21.477684 | fa163e1d-9a4d-46c5-aea8-000000001331 | TIMING | tripleo_podman : Update default network configuration if possible | standalone | 0:02:58.083742 | 0.03s 2025-10-08 23:10:21.505724 | fa163e1d-9a4d-46c5-aea8-000000001333 | TASK | Make sure /etc/containers/networks exists 2025-10-08 23:10:21.803607 | fa163e1d-9a4d-46c5-aea8-000000001333 | OK | Make sure /etc/containers/networks exists | standalone 2025-10-08 23:10:21.805021 | fa163e1d-9a4d-46c5-aea8-000000001333 | TIMING | tripleo_podman : Make sure /etc/containers/networks exists | standalone | 0:02:58.411085 | 0.30s 2025-10-08 23:10:21.829970 | fa163e1d-9a4d-46c5-aea8-000000001334 | TASK | Get current podman network 2025-10-08 23:10:22.135645 | fa163e1d-9a4d-46c5-aea8-000000001334 | CHANGED | Get current podman network | standalone 2025-10-08 23:10:22.137075 | fa163e1d-9a4d-46c5-aea8-000000001334 | TIMING | tripleo_podman : Get current podman network | standalone | 0:02:58.743138 | 0.31s 2025-10-08 23:10:22.166490 | fa163e1d-9a4d-46c5-aea8-000000001335 | TASK | Update the default network configuration 2025-10-08 23:10:22.804458 | fa163e1d-9a4d-46c5-aea8-000000001335 | CHANGED | Update the default network configuration | standalone 2025-10-08 23:10:22.805988 | fa163e1d-9a4d-46c5-aea8-000000001335 | TIMING | tripleo_podman : Update the default network configuration | standalone | 0:02:59.412051 | 0.64s 2025-10-08 23:10:22.831476 | fa163e1d-9a4d-46c5-aea8-000000001336 | TASK | Write containers registries.conf 2025-10-08 23:10:23.434388 | fa163e1d-9a4d-46c5-aea8-000000001336 | CHANGED | Write containers registries.conf | standalone 2025-10-08 23:10:23.435774 | fa163e1d-9a4d-46c5-aea8-000000001336 | TIMING | tripleo_podman : Write containers registries.conf | standalone | 0:03:00.041837 | 0.60s 2025-10-08 23:10:23.461041 | fa163e1d-9a4d-46c5-aea8-000000001337 | TASK | Write containers.conf 2025-10-08 23:10:23.709566 | fa163e1d-9a4d-46c5-aea8-000000001337 | CHANGED | Write containers.conf | standalone | item={'section': 'containers', 'option': 'pids_limit', 'value': '4096'} 2025-10-08 23:10:23.711326 | fa163e1d-9a4d-46c5-aea8-000000001337 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:03:00.317380 | 0.25s 2025-10-08 23:10:23.931035 | fa163e1d-9a4d-46c5-aea8-000000001337 | CHANGED | Write containers.conf | standalone | item={'section': 'engine', 'option': 'events_logger', 'value': '"journald"'} 2025-10-08 23:10:23.932993 | fa163e1d-9a4d-46c5-aea8-000000001337 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:03:00.539057 | 0.47s 2025-10-08 23:10:24.102822 | fa163e1d-9a4d-46c5-aea8-000000001337 | CHANGED | Write containers.conf | standalone | item={'section': 'engine', 'option': 'runtime', 'value': '"crun"'} 2025-10-08 23:10:24.103990 | fa163e1d-9a4d-46c5-aea8-000000001337 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:03:00.710055 | 0.64s 2025-10-08 23:10:24.269645 | fa163e1d-9a4d-46c5-aea8-000000001337 | CHANGED | Write containers.conf | standalone | item={'section': 'network', 'option': 'network_backend', 'value': '"netavark"'} 2025-10-08 23:10:24.270838 | fa163e1d-9a4d-46c5-aea8-000000001337 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:03:00.876903 | 0.81s 2025-10-08 23:10:24.278557 | fa163e1d-9a4d-46c5-aea8-000000001337 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:03:00.884619 | 0.82s 2025-10-08 23:10:24.304710 | fa163e1d-9a4d-46c5-aea8-000000001338 | TASK | Enable podman.socket service 2025-10-08 23:10:24.332969 | fa163e1d-9a4d-46c5-aea8-000000001338 | SKIPPED | Enable podman.socket service | standalone 2025-10-08 23:10:24.333718 | fa163e1d-9a4d-46c5-aea8-000000001338 | TIMING | tripleo_podman : Enable podman.socket service | standalone | 0:03:00.939790 | 0.03s 2025-10-08 23:10:24.367254 | fa163e1d-9a4d-46c5-aea8-000000000bb1 | TASK | Run podman login 2025-10-08 23:10:24.393047 | fa163e1d-9a4d-46c5-aea8-000000000bb1 | TIMING | Run podman login | standalone | 0:03:00.999097 | 0.02s 2025-10-08 23:10:24.474458 | fa163e1d-9a4d-46c5-aea8-000000001438 | TASK | Perform container registry login(s) with podman 2025-10-08 23:10:24.505668 | fa163e1d-9a4d-46c5-aea8-000000001438 | TIMING | tripleo_podman : Perform container registry login(s) with podman | standalone | 0:03:01.111717 | 0.03s 2025-10-08 23:10:24.546644 | fa163e1d-9a4d-46c5-aea8-000000000bb3 | TASK | Configure tripleo_container_manage to generate systemd drop-in dependencies 2025-10-08 23:10:25.062015 | fa163e1d-9a4d-46c5-aea8-000000000bb3 | CHANGED | Configure tripleo_container_manage to generate systemd drop-in dependencies | standalone 2025-10-08 23:10:25.063421 | fa163e1d-9a4d-46c5-aea8-000000000bb3 | TIMING | Configure tripleo_container_manage to generate systemd drop-in dependencies | standalone | 0:03:01.669487 | 0.52s 2025-10-08 23:10:25.087941 | fa163e1d-9a4d-46c5-aea8-000000000bb4 | TASK | create persistent directories 2025-10-08 23:10:25.363795 | fa163e1d-9a4d-46c5-aea8-000000000bb4 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/redis', 'setype': 'container_file_t'} 2025-10-08 23:10:25.366142 | fa163e1d-9a4d-46c5-aea8-000000000bb4 | TIMING | create persistent directories | standalone | 0:03:01.972201 | 0.28s 2025-10-08 23:10:25.550815 | fa163e1d-9a4d-46c5-aea8-000000000bb4 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/redis', 'setype': 'container_file_t'} 2025-10-08 23:10:25.552002 | fa163e1d-9a4d-46c5-aea8-000000000bb4 | TIMING | create persistent directories | standalone | 0:03:02.158068 | 0.46s 2025-10-08 23:10:25.742387 | fa163e1d-9a4d-46c5-aea8-000000000bb4 | CHANGED | create persistent directories | standalone | item={'path': '/run/redis', 'setype': 'container_file_t'} 2025-10-08 23:10:25.743732 | fa163e1d-9a4d-46c5-aea8-000000000bb4 | TIMING | create persistent directories | standalone | 0:03:02.349796 | 0.65s 2025-10-08 23:10:25.752845 | fa163e1d-9a4d-46c5-aea8-000000000bb4 | TIMING | create persistent directories | standalone | 0:03:02.358906 | 0.66s 2025-10-08 23:10:25.779119 | fa163e1d-9a4d-46c5-aea8-000000000bb5 | TASK | ensure /run/redis is present upon reboot 2025-10-08 23:10:26.261399 | fa163e1d-9a4d-46c5-aea8-000000000bb5 | CHANGED | ensure /run/redis is present upon reboot | standalone 2025-10-08 23:10:26.262454 | fa163e1d-9a4d-46c5-aea8-000000000bb5 | TIMING | ensure /run/redis is present upon reboot | standalone | 0:03:02.868523 | 0.48s 2025-10-08 23:10:26.281826 | fa163e1d-9a4d-46c5-aea8-000000000bb6 | TASK | Ensure rsyslog is installed 2025-10-08 23:10:29.144684 | fa163e1d-9a4d-46c5-aea8-000000000bb6 | OK | Ensure rsyslog is installed | standalone 2025-10-08 23:10:29.146081 | fa163e1d-9a4d-46c5-aea8-000000000bb6 | TIMING | Ensure rsyslog is installed | standalone | 0:03:05.752144 | 2.86s 2025-10-08 23:10:29.163958 | fa163e1d-9a4d-46c5-aea8-000000000bb7 | TASK | Ensure rsyslog is enabled and started 2025-10-08 23:10:29.530658 | fa163e1d-9a4d-46c5-aea8-000000000bb7 | OK | Ensure rsyslog is enabled and started | standalone 2025-10-08 23:10:29.532630 | fa163e1d-9a4d-46c5-aea8-000000000bb7 | TIMING | Ensure rsyslog is enabled and started | standalone | 0:03:06.138672 | 0.37s 2025-10-08 23:10:29.580839 | fa163e1d-9a4d-46c5-aea8-000000000bb8 | TIMING | include_role : tripleo_sshd | standalone | 0:03:06.186894 | 0.02s 2025-10-08 23:10:29.667940 | fa163e1d-9a4d-46c5-aea8-000000001553 | TASK | Gather variables for each operating system 2025-10-08 23:10:29.774311 | fa163e1d-9a4d-46c5-aea8-000000001553 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_sshd/vars/redhat.yml 2025-10-08 23:10:29.775356 | fa163e1d-9a4d-46c5-aea8-000000001553 | TIMING | tripleo_sshd : Gather variables for each operating system | standalone | 0:03:06.381422 | 0.11s 2025-10-08 23:10:29.778714 | fa163e1d-9a4d-46c5-aea8-000000001553 | TIMING | tripleo_sshd : Gather variables for each operating system | standalone | 0:03:06.384776 | 0.11s 2025-10-08 23:10:29.803769 | fa163e1d-9a4d-46c5-aea8-000000001555 | TASK | Install the OpenSSH server 2025-10-08 23:10:32.753652 | fa163e1d-9a4d-46c5-aea8-000000001555 | OK | Install the OpenSSH server | standalone 2025-10-08 23:10:32.754493 | fa163e1d-9a4d-46c5-aea8-000000001555 | TIMING | tripleo_sshd : Install the OpenSSH server | standalone | 0:03:09.360567 | 2.95s 2025-10-08 23:10:32.771601 | fa163e1d-9a4d-46c5-aea8-000000001556 | TASK | Start sshd 2025-10-08 23:10:32.800855 | fa163e1d-9a4d-46c5-aea8-000000001556 | SKIPPED | Start sshd | standalone 2025-10-08 23:10:32.801486 | fa163e1d-9a4d-46c5-aea8-000000001556 | TIMING | tripleo_sshd : Start sshd | standalone | 0:03:09.407561 | 0.03s 2025-10-08 23:10:32.819646 | fa163e1d-9a4d-46c5-aea8-000000001557 | TASK | PasswordAuthentication notice 2025-10-08 23:10:32.859757 | fa163e1d-9a4d-46c5-aea8-000000001557 | OK | PasswordAuthentication notice | standalone | result={ "changed": false, "msg": "Notice - The option `tripleo_sshd_password_authentication` is set to \"yes\" but `PermitRootLogin` is undefined. While this may be perfectly valid, the sshd_config options should be reviewed to ensure general user access is functional and meeting expectations." } 2025-10-08 23:10:32.860465 | fa163e1d-9a4d-46c5-aea8-000000001557 | TIMING | tripleo_sshd : PasswordAuthentication notice | standalone | 0:03:09.466538 | 0.04s 2025-10-08 23:10:32.879541 | fa163e1d-9a4d-46c5-aea8-000000001558 | TASK | PasswordAuthentication duplication notice 2025-10-08 23:10:32.905623 | fa163e1d-9a4d-46c5-aea8-000000001558 | SKIPPED | PasswordAuthentication duplication notice | standalone 2025-10-08 23:10:32.906863 | fa163e1d-9a4d-46c5-aea8-000000001558 | TIMING | tripleo_sshd : PasswordAuthentication duplication notice | standalone | 0:03:09.512927 | 0.03s 2025-10-08 23:10:32.932002 | fa163e1d-9a4d-46c5-aea8-000000001559 | TASK | Motd duplication notice 2025-10-08 23:10:32.972396 | fa163e1d-9a4d-46c5-aea8-000000001559 | OK | Motd duplication notice | standalone | result={ "changed": false, "msg": "WARNING - The Banner or PrintMotd has been configured in `tripleo_sshd_server_options`. These options may be ignored and configured using values from `tripleo_sshd_banner_enabled` and `tripleo_sshd_motd_enabled`" } 2025-10-08 23:10:32.973715 | fa163e1d-9a4d-46c5-aea8-000000001559 | TIMING | tripleo_sshd : Motd duplication notice | standalone | 0:03:09.579778 | 0.04s 2025-10-08 23:10:32.999061 | fa163e1d-9a4d-46c5-aea8-00000000155a | TASK | Configure the banner text 2025-10-08 23:10:33.019975 | fa163e1d-9a4d-46c5-aea8-00000000155a | SKIPPED | Configure the banner text | standalone 2025-10-08 23:10:33.021135 | fa163e1d-9a4d-46c5-aea8-00000000155a | TIMING | tripleo_sshd : Configure the banner text | standalone | 0:03:09.627201 | 0.02s 2025-10-08 23:10:33.045652 | fa163e1d-9a4d-46c5-aea8-00000000155b | TASK | Configure the motd banner 2025-10-08 23:10:33.067406 | fa163e1d-9a4d-46c5-aea8-00000000155b | SKIPPED | Configure the motd banner | standalone 2025-10-08 23:10:33.068871 | fa163e1d-9a4d-46c5-aea8-00000000155b | TIMING | tripleo_sshd : Configure the motd banner | standalone | 0:03:09.674936 | 0.02s 2025-10-08 23:10:33.093908 | fa163e1d-9a4d-46c5-aea8-00000000155c | TASK | Update sshd configuration options from vars 2025-10-08 23:10:33.121954 | fa163e1d-9a4d-46c5-aea8-00000000155c | OK | Update sshd configuration options from vars | standalone 2025-10-08 23:10:33.123345 | fa163e1d-9a4d-46c5-aea8-00000000155c | TIMING | tripleo_sshd : Update sshd configuration options from vars | standalone | 0:03:09.729408 | 0.03s 2025-10-08 23:10:33.148150 | fa163e1d-9a4d-46c5-aea8-00000000155d | TASK | Adjust ssh server configuration 2025-10-08 23:10:33.703787 | fa163e1d-9a4d-46c5-aea8-00000000155d | CHANGED | Adjust ssh server configuration | standalone 2025-10-08 23:10:33.705223 | fa163e1d-9a4d-46c5-aea8-00000000155d | TIMING | tripleo_sshd : Adjust ssh server configuration | standalone | 0:03:10.311250 | 0.56s 2025-10-08 23:10:33.733974 | fa163e1d-9a4d-46c5-aea8-00000000155e | TASK | Restart sshd 2025-10-08 23:10:35.167790 | fa163e1d-9a4d-46c5-aea8-00000000155e | CHANGED | Restart sshd | standalone 2025-10-08 23:10:35.170142 | fa163e1d-9a4d-46c5-aea8-00000000155e | TIMING | tripleo_sshd : Restart sshd | standalone | 0:03:11.776206 | 1.43s 2025-10-08 23:10:35.220227 | fa163e1d-9a4d-46c5-aea8-000000000bb9 | TASK | create persistent directories 2025-10-08 23:10:35.491985 | fa163e1d-9a4d-46c5-aea8-000000000bb9 | CHANGED | create persistent directories | standalone | item={'path': '/srv/node', 'setype': 'container_file_t'} 2025-10-08 23:10:35.494521 | fa163e1d-9a4d-46c5-aea8-000000000bb9 | TIMING | create persistent directories | standalone | 0:03:12.100563 | 0.27s 2025-10-08 23:10:35.671665 | fa163e1d-9a4d-46c5-aea8-000000000bb9 | CHANGED | create persistent directories | standalone | item={'path': '/var/log/swift', 'setype': 'container_file_t'} 2025-10-08 23:10:35.672613 | fa163e1d-9a4d-46c5-aea8-000000000bb9 | TIMING | create persistent directories | standalone | 0:03:12.278685 | 0.45s 2025-10-08 23:10:35.889852 | fa163e1d-9a4d-46c5-aea8-000000000bb9 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/swift', 'setype': 'container_file_t'} 2025-10-08 23:10:35.890750 | fa163e1d-9a4d-46c5-aea8-000000000bb9 | TIMING | create persistent directories | standalone | 0:03:12.496821 | 0.67s 2025-10-08 23:10:35.898624 | fa163e1d-9a4d-46c5-aea8-000000000bb9 | TIMING | create persistent directories | standalone | 0:03:12.504681 | 0.68s 2025-10-08 23:10:35.924912 | fa163e1d-9a4d-46c5-aea8-000000000bba | TASK | create persistent directories 2025-10-08 23:10:36.164593 | fa163e1d-9a4d-46c5-aea8-000000000bba | OK | create persistent directories | standalone | item={'path': '/srv/node', 'setype': 'container_file_t'} 2025-10-08 23:10:36.165800 | fa163e1d-9a4d-46c5-aea8-000000000bba | TIMING | create persistent directories | standalone | 0:03:12.771868 | 0.24s 2025-10-08 23:10:36.392828 | fa163e1d-9a4d-46c5-aea8-000000000bba | CHANGED | create persistent directories | standalone | item={'path': '/var/cache/swift', 'setype': 'container_file_t'} 2025-10-08 23:10:36.394833 | fa163e1d-9a4d-46c5-aea8-000000000bba | TIMING | create persistent directories | standalone | 0:03:13.000897 | 0.47s 2025-10-08 23:10:36.618799 | fa163e1d-9a4d-46c5-aea8-000000000bba | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/swift', 'setype': 'container_file_t'} 2025-10-08 23:10:36.620991 | fa163e1d-9a4d-46c5-aea8-000000000bba | TIMING | create persistent directories | standalone | 0:03:13.227053 | 0.69s 2025-10-08 23:10:36.631688 | fa163e1d-9a4d-46c5-aea8-000000000bba | TIMING | create persistent directories | standalone | 0:03:13.237745 | 0.71s 2025-10-08 23:10:36.659421 | fa163e1d-9a4d-46c5-aea8-000000000bbb | TASK | Set swift_use_local_disks fact 2025-10-08 23:10:36.690886 | fa163e1d-9a4d-46c5-aea8-000000000bbb | OK | Set swift_use_local_disks fact | standalone 2025-10-08 23:10:36.692095 | fa163e1d-9a4d-46c5-aea8-000000000bbb | TIMING | Set swift_use_local_disks fact | standalone | 0:03:13.298158 | 0.03s 2025-10-08 23:10:36.717525 | fa163e1d-9a4d-46c5-aea8-000000000bbc | TASK | Set use_node_data_lookup fact 2025-10-08 23:10:36.749994 | fa163e1d-9a4d-46c5-aea8-000000000bbc | OK | Set use_node_data_lookup fact | standalone 2025-10-08 23:10:36.751156 | fa163e1d-9a4d-46c5-aea8-000000000bbc | TIMING | Set use_node_data_lookup fact | standalone | 0:03:13.357219 | 0.03s 2025-10-08 23:10:36.776679 | fa163e1d-9a4d-46c5-aea8-000000000bbd | TASK | Create Swift d1 directory if needed 2025-10-08 23:10:37.088035 | fa163e1d-9a4d-46c5-aea8-000000000bbd | CHANGED | Create Swift d1 directory if needed | standalone 2025-10-08 23:10:37.089544 | fa163e1d-9a4d-46c5-aea8-000000000bbd | TIMING | Create Swift d1 directory if needed | standalone | 0:03:13.695607 | 0.31s 2025-10-08 23:10:37.113756 | fa163e1d-9a4d-46c5-aea8-000000000bbe | TASK | Set fact for SwiftRawDisks 2025-10-08 23:10:37.153826 | fa163e1d-9a4d-46c5-aea8-000000000bbe | OK | Set fact for SwiftRawDisks | standalone 2025-10-08 23:10:37.155140 | fa163e1d-9a4d-46c5-aea8-000000000bbe | TIMING | Set fact for SwiftRawDisks | standalone | 0:03:13.761205 | 0.04s 2025-10-08 23:10:37.180012 | fa163e1d-9a4d-46c5-aea8-000000000bbf | TASK | Get hiera swift::storage::disks::args 2025-10-08 23:10:37.209809 | fa163e1d-9a4d-46c5-aea8-000000000bbf | SKIPPED | Get hiera swift::storage::disks::args | standalone 2025-10-08 23:10:37.210907 | fa163e1d-9a4d-46c5-aea8-000000000bbf | TIMING | Get hiera swift::storage::disks::args | standalone | 0:03:13.816973 | 0.03s 2025-10-08 23:10:37.235489 | fa163e1d-9a4d-46c5-aea8-000000000bc0 | TASK | Set fact for swift_raw_disks 2025-10-08 23:10:37.266278 | fa163e1d-9a4d-46c5-aea8-000000000bc0 | SKIPPED | Set fact for swift_raw_disks | standalone 2025-10-08 23:10:37.267533 | fa163e1d-9a4d-46c5-aea8-000000000bc0 | TIMING | Set fact for swift_raw_disks | standalone | 0:03:13.873599 | 0.03s 2025-10-08 23:10:37.293585 | fa163e1d-9a4d-46c5-aea8-000000000bc1 | TASK | Format SwiftRawDisks 2025-10-08 23:10:37.322075 | fa163e1d-9a4d-46c5-aea8-000000000bc1 | TIMING | Format SwiftRawDisks | standalone | 0:03:13.928130 | 0.03s 2025-10-08 23:10:37.346851 | fa163e1d-9a4d-46c5-aea8-000000000bc2 | TASK | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions 2025-10-08 23:10:37.396367 | fa163e1d-9a4d-46c5-aea8-000000000bc2 | SKIPPED | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions | standalone 2025-10-08 23:10:37.397664 | fa163e1d-9a4d-46c5-aea8-000000000bc2 | TIMING | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions | standalone | 0:03:14.003727 | 0.05s 2025-10-08 23:10:37.423033 | fa163e1d-9a4d-46c5-aea8-000000000bc3 | TASK | Mount devices defined in SwiftRawDisks 2025-10-08 23:10:37.453047 | fa163e1d-9a4d-46c5-aea8-000000000bc3 | TIMING | Mount devices defined in SwiftRawDisks | standalone | 0:03:14.059105 | 0.03s 2025-10-08 23:10:37.477593 | fa163e1d-9a4d-46c5-aea8-000000000bc4 | TASK | Check for NTP service 2025-10-08 23:10:37.722665 | fa163e1d-9a4d-46c5-aea8-000000000bc4 | CHANGED | Check for NTP service | standalone 2025-10-08 23:10:37.723739 | fa163e1d-9a4d-46c5-aea8-000000000bc4 | TIMING | Check for NTP service | standalone | 0:03:14.329809 | 0.24s 2025-10-08 23:10:37.743144 | fa163e1d-9a4d-46c5-aea8-000000000bc5 | TASK | Disable NTP before configuring Chrony 2025-10-08 23:10:37.790102 | fa163e1d-9a4d-46c5-aea8-000000000bc5 | SKIPPED | Disable NTP before configuring Chrony | standalone 2025-10-08 23:10:37.790844 | fa163e1d-9a4d-46c5-aea8-000000000bc5 | TIMING | Disable NTP before configuring Chrony | standalone | 0:03:14.396915 | 0.05s 2025-10-08 23:10:37.815216 | fa163e1d-9a4d-46c5-aea8-000000000bc6 | TASK | Install, Configure and Run Chrony 2025-10-08 23:10:37.843550 | fa163e1d-9a4d-46c5-aea8-000000000bc6 | TIMING | Install, Configure and Run Chrony | standalone | 0:03:14.449606 | 0.03s 2025-10-08 23:10:37.938052 | fa163e1d-9a4d-46c5-aea8-0000000016ef | TASK | Load distro-specific variables 2025-10-08 23:10:37.963069 | fa163e1d-9a4d-46c5-aea8-0000000016ef | TIMING | chrony : Load distro-specific variables | standalone | 0:03:14.569138 | 0.02s 2025-10-08 23:10:37.970968 | 452604d4-6fc0-4e5d-8323-8b5d202d5f99 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2025-10-08 23:10:37.991512 | fa163e1d-9a4d-46c5-aea8-0000000017d4 | TASK | Load distro-specific variables 2025-10-08 23:10:38.044652 | fa163e1d-9a4d-46c5-aea8-0000000017d4 | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-08 23:10:38.045884 | fa163e1d-9a4d-46c5-aea8-0000000017d4 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:14.651947 | 0.05s 2025-10-08 23:10:38.051683 | fa163e1d-9a4d-46c5-aea8-0000000017d4 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:14.657752 | 0.06s 2025-10-08 23:10:38.076577 | fa163e1d-9a4d-46c5-aea8-0000000016f0 | TASK | Install chronyd 2025-10-08 23:10:38.105629 | fa163e1d-9a4d-46c5-aea8-0000000016f0 | TIMING | chrony : Install chronyd | standalone | 0:03:14.711681 | 0.03s 2025-10-08 23:10:38.128707 | 6a37ee6f-2324-407d-b2fe-be4e5d5c9001 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/install.yml | standalone 2025-10-08 23:10:38.159803 | fa163e1d-9a4d-46c5-aea8-00000000180d | TASK | Load distro-specific variables 2025-10-08 23:10:38.185164 | fa163e1d-9a4d-46c5-aea8-00000000180d | TIMING | chrony : Load distro-specific variables | standalone | 0:03:14.791225 | 0.02s 2025-10-08 23:10:38.195530 | 8c5e5e89-4d84-400d-834f-99b7e48aa2f3 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2025-10-08 23:10:38.219774 | fa163e1d-9a4d-46c5-aea8-000000001854 | TASK | Load distro-specific variables 2025-10-08 23:10:38.274268 | fa163e1d-9a4d-46c5-aea8-000000001854 | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-08 23:10:38.275737 | fa163e1d-9a4d-46c5-aea8-000000001854 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:14.881790 | 0.06s 2025-10-08 23:10:38.287525 | fa163e1d-9a4d-46c5-aea8-000000001854 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:14.893594 | 0.07s 2025-10-08 23:10:38.313507 | fa163e1d-9a4d-46c5-aea8-00000000180e | TASK | Check for NTP service 2025-10-08 23:10:38.558819 | fa163e1d-9a4d-46c5-aea8-00000000180e | CHANGED | Check for NTP service | standalone 2025-10-08 23:10:38.560576 | fa163e1d-9a4d-46c5-aea8-00000000180e | TIMING | chrony : Check for NTP service | standalone | 0:03:15.166633 | 0.25s 2025-10-08 23:10:38.591450 | fa163e1d-9a4d-46c5-aea8-00000000180f | TASK | Disable NTP before configuring Chrony 2025-10-08 23:10:38.643374 | fa163e1d-9a4d-46c5-aea8-00000000180f | SKIPPED | Disable NTP before configuring Chrony | standalone 2025-10-08 23:10:38.644680 | fa163e1d-9a4d-46c5-aea8-00000000180f | TIMING | chrony : Disable NTP before configuring Chrony | standalone | 0:03:15.250736 | 0.05s 2025-10-08 23:10:38.675647 | fa163e1d-9a4d-46c5-aea8-000000001810 | TASK | Install chronyd package 2025-10-08 23:10:41.539990 | fa163e1d-9a4d-46c5-aea8-000000001810 | OK | Install chronyd package | standalone 2025-10-08 23:10:41.541387 | fa163e1d-9a4d-46c5-aea8-000000001810 | TIMING | chrony : Install chronyd package | standalone | 0:03:18.147453 | 2.86s 2025-10-08 23:10:41.567241 | fa163e1d-9a4d-46c5-aea8-0000000016f1 | TASK | Upgrade chronyd 2025-10-08 23:10:41.587561 | fa163e1d-9a4d-46c5-aea8-0000000016f1 | SKIPPED | Upgrade chronyd | standalone 2025-10-08 23:10:41.588811 | fa163e1d-9a4d-46c5-aea8-0000000016f1 | TIMING | chrony : Upgrade chronyd | standalone | 0:03:18.194875 | 0.02s 2025-10-08 23:10:41.614601 | fa163e1d-9a4d-46c5-aea8-0000000016f2 | TASK | Configure chronyd 2025-10-08 23:10:41.643919 | fa163e1d-9a4d-46c5-aea8-0000000016f2 | TIMING | chrony : Configure chronyd | standalone | 0:03:18.249968 | 0.03s 2025-10-08 23:10:41.667710 | b107c880-9297-4b28-9cb5-5812ba4cc3f8 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/config.yml | standalone 2025-10-08 23:10:41.706341 | fa163e1d-9a4d-46c5-aea8-00000000188d | TASK | Load distro-specific variables 2025-10-08 23:10:41.733600 | fa163e1d-9a4d-46c5-aea8-00000000188d | TIMING | chrony : Load distro-specific variables | standalone | 0:03:18.339654 | 0.03s 2025-10-08 23:10:41.745618 | 355fdb44-2c61-4c04-bb21-8b172e692177 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2025-10-08 23:10:41.771057 | fa163e1d-9a4d-46c5-aea8-0000000018f9 | TASK | Load distro-specific variables 2025-10-08 23:10:41.826429 | fa163e1d-9a4d-46c5-aea8-0000000018f9 | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-08 23:10:41.827897 | fa163e1d-9a4d-46c5-aea8-0000000018f9 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:18.433955 | 0.06s 2025-10-08 23:10:41.834090 | fa163e1d-9a4d-46c5-aea8-0000000018f9 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:18.440144 | 0.06s 2025-10-08 23:10:41.860275 | fa163e1d-9a4d-46c5-aea8-00000000188e | TASK | Install chrony configuration file 2025-10-08 23:10:42.470979 | fa163e1d-9a4d-46c5-aea8-00000000188e | CHANGED | Install chrony configuration file | standalone 2025-10-08 23:10:42.472387 | fa163e1d-9a4d-46c5-aea8-00000000188e | TIMING | chrony : Install chrony configuration file | standalone | 0:03:19.078451 | 0.61s 2025-10-08 23:10:42.499285 | fa163e1d-9a4d-46c5-aea8-0000000016f3 | TASK | Run chronyd 2025-10-08 23:10:42.529024 | fa163e1d-9a4d-46c5-aea8-0000000016f3 | TIMING | chrony : Run chronyd | standalone | 0:03:19.135071 | 0.03s 2025-10-08 23:10:42.552081 | 1f42fc4a-3716-4e44-8957-d39b45d66ca7 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/run.yml | standalone 2025-10-08 23:10:42.594340 | fa163e1d-9a4d-46c5-aea8-00000000191c | TASK | Load distro-specific variables 2025-10-08 23:10:42.620224 | fa163e1d-9a4d-46c5-aea8-00000000191c | TIMING | chrony : Load distro-specific variables | standalone | 0:03:19.226256 | 0.02s 2025-10-08 23:10:42.631524 | d94f7713-edf6-455a-81bc-1c04a93587d0 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2025-10-08 23:10:42.655835 | fa163e1d-9a4d-46c5-aea8-0000000019a0 | TASK | Load distro-specific variables 2025-10-08 23:10:42.712332 | fa163e1d-9a4d-46c5-aea8-0000000019a0 | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-08 23:10:42.713708 | fa163e1d-9a4d-46c5-aea8-0000000019a0 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:19.319767 | 0.06s 2025-10-08 23:10:42.726345 | fa163e1d-9a4d-46c5-aea8-0000000019a0 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:19.332406 | 0.07s 2025-10-08 23:10:42.752957 | fa163e1d-9a4d-46c5-aea8-00000000191d | TASK | Ensure chronyd is running 2025-10-08 23:10:43.158753 | fa163e1d-9a4d-46c5-aea8-00000000191d | OK | Ensure chronyd is running | standalone 2025-10-08 23:10:43.161167 | fa163e1d-9a4d-46c5-aea8-00000000191d | TIMING | chrony : Ensure chronyd is running | standalone | 0:03:19.767226 | 0.41s 2025-10-08 23:10:43.188813 | fa163e1d-9a4d-46c5-aea8-00000000191e | TASK | Force chronyd restart 2025-10-08 23:10:43.682747 | fa163e1d-9a4d-46c5-aea8-00000000191e | CHANGED | Force chronyd restart | standalone 2025-10-08 23:10:43.684619 | fa163e1d-9a4d-46c5-aea8-00000000191e | TIMING | chrony : Force chronyd restart | standalone | 0:03:20.290679 | 0.49s 2025-10-08 23:10:43.711735 | fa163e1d-9a4d-46c5-aea8-0000000016f4 | TASK | Enable online service 2025-10-08 23:10:43.740438 | fa163e1d-9a4d-46c5-aea8-0000000016f4 | TIMING | chrony : Enable online service | standalone | 0:03:20.346491 | 0.03s 2025-10-08 23:10:43.760345 | 7c3d99f9-93e6-4c65-99fd-44effecbb7d1 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/online.yml | standalone 2025-10-08 23:10:43.805495 | fa163e1d-9a4d-46c5-aea8-0000000019cd | TASK | Create chrony-online.service unit file 2025-10-08 23:10:44.262961 | fa163e1d-9a4d-46c5-aea8-0000000019cd | CHANGED | Create chrony-online.service unit file | standalone 2025-10-08 23:10:44.264216 | fa163e1d-9a4d-46c5-aea8-0000000019cd | TIMING | chrony : Create chrony-online.service unit file | standalone | 0:03:20.870254 | 0.46s 2025-10-08 23:10:44.291220 | fa163e1d-9a4d-46c5-aea8-0000000019ce | TASK | Enable chrony-online.service 2025-10-08 23:10:45.200498 | fa163e1d-9a4d-46c5-aea8-0000000019ce | CHANGED | Enable chrony-online.service | standalone 2025-10-08 23:10:45.202505 | fa163e1d-9a4d-46c5-aea8-0000000019ce | TIMING | chrony : Enable chrony-online.service | standalone | 0:03:21.808568 | 0.91s 2025-10-08 23:10:45.229024 | fa163e1d-9a4d-46c5-aea8-0000000016f5 | TASK | Sync chronyc 2025-10-08 23:10:45.257601 | fa163e1d-9a4d-46c5-aea8-0000000016f5 | TIMING | chrony : Sync chronyc | standalone | 0:03:21.863648 | 0.03s 2025-10-08 23:10:45.276443 | d8afcb10-f82e-4bd3-81eb-093090b59cec | INCLUDED | /usr/share/ansible/roles/chrony/tasks/sync.yml | standalone 2025-10-08 23:10:45.325028 | fa163e1d-9a4d-46c5-aea8-000000001a73 | TASK | Force NTP sync 2025-10-08 23:10:45.567568 | fa163e1d-9a4d-46c5-aea8-000000001a73 | CHANGED | Force NTP sync | standalone 2025-10-08 23:10:45.568837 | fa163e1d-9a4d-46c5-aea8-000000001a73 | TIMING | chrony : Force NTP sync | standalone | 0:03:22.174898 | 0.24s 2025-10-08 23:10:45.594515 | fa163e1d-9a4d-46c5-aea8-000000001a74 | TASK | Ensure system is NTP time synced 2025-10-08 23:10:55.823350 | fa163e1d-9a4d-46c5-aea8-000000001a74 | CHANGED | Ensure system is NTP time synced | standalone 2025-10-08 23:10:55.824713 | fa163e1d-9a4d-46c5-aea8-000000001a74 | TIMING | chrony : Ensure system is NTP time synced | standalone | 0:03:32.430778 | 10.23s 2025-10-08 23:10:55.874127 | fa163e1d-9a4d-46c5-aea8-000000000bc7 | TASK | Force NTP sync 2025-10-08 23:10:56.116897 | fa163e1d-9a4d-46c5-aea8-000000000bc7 | CHANGED | Force NTP sync | standalone 2025-10-08 23:10:56.118384 | fa163e1d-9a4d-46c5-aea8-000000000bc7 | TIMING | Force NTP sync | standalone | 0:03:32.724443 | 0.24s 2025-10-08 23:10:56.143757 | fa163e1d-9a4d-46c5-aea8-000000000bc8 | TASK | Ensure system is NTP time synced 2025-10-08 23:10:56.375466 | fa163e1d-9a4d-46c5-aea8-000000000bc8 | CHANGED | Ensure system is NTP time synced | standalone 2025-10-08 23:10:56.376986 | fa163e1d-9a4d-46c5-aea8-000000000bc8 | TIMING | Ensure system is NTP time synced | standalone | 0:03:32.983048 | 0.23s 2025-10-08 23:10:56.402242 | fa163e1d-9a4d-46c5-aea8-000000000bc9 | TASK | Run timezone role 2025-10-08 23:10:56.431313 | fa163e1d-9a4d-46c5-aea8-000000000bc9 | TIMING | Run timezone role | standalone | 0:03:33.037361 | 0.03s 2025-10-08 23:10:56.533002 | fa163e1d-9a4d-46c5-aea8-000000001c34 | TASK | Set timezone 2025-10-08 23:10:57.081114 | fa163e1d-9a4d-46c5-aea8-000000001c34 | OK | Set timezone | standalone 2025-10-08 23:10:57.082223 | fa163e1d-9a4d-46c5-aea8-000000001c34 | TIMING | tripleo_timezone : Set timezone | standalone | 0:03:33.688291 | 0.55s 2025-10-08 23:10:57.103552 | fa163e1d-9a4d-46c5-aea8-000000001c35 | TASK | Restart time services 2025-10-08 23:10:57.142725 | fa163e1d-9a4d-46c5-aea8-000000001c35 | SKIPPED | Restart time services | standalone | item=rsyslog 2025-10-08 23:10:57.149637 | fa163e1d-9a4d-46c5-aea8-000000001c35 | SKIPPED | Restart time services | standalone | item=crond 2025-10-08 23:10:57.155518 | fa163e1d-9a4d-46c5-aea8-000000001c35 | TIMING | tripleo_timezone : Restart time services | standalone | 0:03:33.761576 | 0.05s 2025-10-08 23:10:57.195773 | fa163e1d-9a4d-46c5-aea8-000000000bca | TASK | install tmpwatch on the host 2025-10-08 23:11:00.083737 | fa163e1d-9a4d-46c5-aea8-000000000bca | OK | install tmpwatch on the host | standalone 2025-10-08 23:11:00.085037 | fa163e1d-9a4d-46c5-aea8-000000000bca | TIMING | install tmpwatch on the host | standalone | 0:03:36.691102 | 2.89s 2025-10-08 23:11:00.109108 | fa163e1d-9a4d-46c5-aea8-000000000bcb | TASK | Notice - ctlplane subnet is set 2025-10-08 23:11:00.139691 | fa163e1d-9a4d-46c5-aea8-000000000bcb | OK | Notice - ctlplane subnet is set | standalone | result={ "changed": false, "msg": "CIDRs found in the ctlplane network tags.\n" } 2025-10-08 23:11:00.140939 | fa163e1d-9a4d-46c5-aea8-000000000bcb | TIMING | Notice - ctlplane subnet is set | standalone | 0:03:36.747003 | 0.03s 2025-10-08 23:11:00.185727 | fa163e1d-9a4d-46c5-aea8-000000000bcc | TIMING | include_role : tuned | standalone | 0:03:36.791780 | 0.02s 2025-10-08 23:11:00.322371 | fa163e1d-9a4d-46c5-aea8-000000001e68 | TASK | Gather variables for each operating system 2025-10-08 23:11:00.426676 | fa163e1d-9a4d-46c5-aea8-000000001e68 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tuned/vars/redhat.yml 2025-10-08 23:11:00.427865 | fa163e1d-9a4d-46c5-aea8-000000001e68 | TIMING | tuned : Gather variables for each operating system | standalone | 0:03:37.033929 | 0.10s 2025-10-08 23:11:00.434167 | fa163e1d-9a4d-46c5-aea8-000000001e68 | TIMING | tuned : Gather variables for each operating system | standalone | 0:03:37.040228 | 0.11s 2025-10-08 23:11:00.521246 | fa163e1d-9a4d-46c5-aea8-000000001e69 | TIMING | tuned : include_tasks | standalone | 0:03:37.127265 | 0.06s 2025-10-08 23:11:00.544739 | 1c34a978-6b80-40ee-bce4-d67ba651229f | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_install.yml | standalone 2025-10-08 23:11:00.580646 | fa163e1d-9a4d-46c5-aea8-000000001f99 | TASK | Check tuned package is installed 2025-10-08 23:11:00.849019 | fa163e1d-9a4d-46c5-aea8-000000001f99 | CHANGED | Check tuned package is installed | standalone 2025-10-08 23:11:00.850399 | fa163e1d-9a4d-46c5-aea8-000000001f99 | TIMING | tuned : Check tuned package is installed | standalone | 0:03:37.456462 | 0.27s 2025-10-08 23:11:00.877430 | fa163e1d-9a4d-46c5-aea8-000000001f9a | TASK | Install tuned 2025-10-08 23:11:00.909514 | fa163e1d-9a4d-46c5-aea8-000000001f9a | SKIPPED | Install tuned | standalone 2025-10-08 23:11:00.910623 | fa163e1d-9a4d-46c5-aea8-000000001f9a | TIMING | tuned : Install tuned | standalone | 0:03:37.516687 | 0.03s 2025-10-08 23:11:00.937652 | fa163e1d-9a4d-46c5-aea8-000000001f9b | TASK | Restart tuned 2025-10-08 23:11:00.969645 | fa163e1d-9a4d-46c5-aea8-000000001f9b | SKIPPED | Restart tuned | standalone 2025-10-08 23:11:00.970755 | fa163e1d-9a4d-46c5-aea8-000000001f9b | TIMING | tuned : Restart tuned | standalone | 0:03:37.576818 | 0.03s 2025-10-08 23:11:00.996339 | fa163e1d-9a4d-46c5-aea8-000000001e6a | TASK | Check for tuned-adm 2025-10-08 23:11:01.202905 | fa163e1d-9a4d-46c5-aea8-000000001e6a | OK | Check for tuned-adm | standalone 2025-10-08 23:11:01.204327 | fa163e1d-9a4d-46c5-aea8-000000001e6a | TIMING | tuned : Check for tuned-adm | standalone | 0:03:37.810393 | 0.21s 2025-10-08 23:11:01.258014 | fa163e1d-9a4d-46c5-aea8-000000001e6b | TIMING | tuned : include_tasks | standalone | 0:03:37.864058 | 0.03s 2025-10-08 23:11:01.287557 | e0a267d3-1002-46fc-8acc-65fe68ad5875 | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_config.yml | standalone 2025-10-08 23:11:01.320463 | fa163e1d-9a4d-46c5-aea8-000000001fc6 | TASK | Ensure profile directory exists 2025-10-08 23:11:01.390396 | fa163e1d-9a4d-46c5-aea8-000000001fc6 | SKIPPED | Ensure profile directory exists | standalone 2025-10-08 23:11:01.391827 | fa163e1d-9a4d-46c5-aea8-000000001fc6 | TIMING | tuned : Ensure profile directory exists | standalone | 0:03:37.997882 | 0.07s 2025-10-08 23:11:01.419057 | fa163e1d-9a4d-46c5-aea8-000000001fc7 | TASK | Create custom tuned profile 2025-10-08 23:11:01.472072 | fa163e1d-9a4d-46c5-aea8-000000001fc7 | SKIPPED | Create custom tuned profile | standalone 2025-10-08 23:11:01.473625 | fa163e1d-9a4d-46c5-aea8-000000001fc7 | TIMING | tuned : Create custom tuned profile | standalone | 0:03:38.079680 | 0.05s 2025-10-08 23:11:01.500105 | fa163e1d-9a4d-46c5-aea8-000000001fc8 | TASK | Check tuned active profile 2025-10-08 23:11:01.722992 | fa163e1d-9a4d-46c5-aea8-000000001fc8 | OK | Check tuned active profile | standalone 2025-10-08 23:11:01.724564 | fa163e1d-9a4d-46c5-aea8-000000001fc8 | TIMING | tuned : Check tuned active profile | standalone | 0:03:38.330622 | 0.22s 2025-10-08 23:11:01.751716 | fa163e1d-9a4d-46c5-aea8-000000001fc9 | TASK | Check Tuned Configuration file exists 2025-10-08 23:11:01.942692 | fa163e1d-9a4d-46c5-aea8-000000001fc9 | OK | Check Tuned Configuration file exists | standalone 2025-10-08 23:11:01.944131 | fa163e1d-9a4d-46c5-aea8-000000001fc9 | TIMING | tuned : Check Tuned Configuration file exists | standalone | 0:03:38.550185 | 0.19s 2025-10-08 23:11:01.970613 | fa163e1d-9a4d-46c5-aea8-000000001fca | TASK | Fail if tuned profile conf is absent but isolated cores is provided 2025-10-08 23:11:02.043647 | fa163e1d-9a4d-46c5-aea8-000000001fca | SKIPPED | Fail if tuned profile conf is absent but isolated cores is provided | standalone 2025-10-08 23:11:02.045097 | fa163e1d-9a4d-46c5-aea8-000000001fca | TIMING | tuned : Fail if tuned profile conf is absent but isolated cores is provided | standalone | 0:03:38.651155 | 0.07s 2025-10-08 23:11:02.074712 | fa163e1d-9a4d-46c5-aea8-000000001fcb | TASK | Configure isolated cores for profile throughput-performance 2025-10-08 23:11:02.114475 | fa163e1d-9a4d-46c5-aea8-000000001fcb | SKIPPED | Configure isolated cores for profile throughput-performance | standalone 2025-10-08 23:11:02.115753 | fa163e1d-9a4d-46c5-aea8-000000001fcb | TIMING | tuned : Configure isolated cores for profile throughput-performance | standalone | 0:03:38.721818 | 0.04s 2025-10-08 23:11:02.140585 | fa163e1d-9a4d-46c5-aea8-000000001fcc | TASK | Enable tuned profile 2025-10-08 23:11:02.169282 | fa163e1d-9a4d-46c5-aea8-000000001fcc | SKIPPED | Enable tuned profile | standalone 2025-10-08 23:11:02.170367 | fa163e1d-9a4d-46c5-aea8-000000001fcc | TIMING | tuned : Enable tuned profile | standalone | 0:03:38.776432 | 0.03s PLAY [Overcloud container setup tasks] ***************************************** 2025-10-08 23:11:02.344745 | fa163e1d-9a4d-46c5-aea8-0000000000ac | TASK | Overcloud container setup tasks 2025-10-08 23:11:02.370692 | fa163e1d-9a4d-46c5-aea8-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', 'fa163e1d-9a4d-46c5-aea8-0000000000ac') missing from stats 2025-10-08 23:11:02.396542 | fa163e1d-9a4d-46c5-aea8-0000000000ad | TASK | Write config data 2025-10-08 23:11:02.447780 | fa163e1d-9a4d-46c5-aea8-0000000000ad | TIMING | Write config data | standalone | 0:03:39.053832 | 0.05s 2025-10-08 23:11:02.488933 | cdc1f10c-0825-4821-a082-c4fa7c9af62a | INCLUDED | /root/standalone-ansible-93sz9flw/common_container_setup_tasks.yaml | standalone 2025-10-08 23:11:02.513299 | fa163e1d-9a4d-46c5-aea8-00000000202a | TASK | Create and ensure setype for /var/log/containers directory 2025-10-08 23:11:02.742570 | fa163e1d-9a4d-46c5-aea8-00000000202a | OK | Create and ensure setype for /var/log/containers directory | standalone 2025-10-08 23:11:02.744063 | fa163e1d-9a4d-46c5-aea8-00000000202a | TIMING | Create and ensure setype for /var/log/containers directory | standalone | 0:03:39.350128 | 0.23s 2025-10-08 23:11:02.770031 | fa163e1d-9a4d-46c5-aea8-00000000202b | TASK | Create ContainerLogStdoutPath directory 2025-10-08 23:11:03.011857 | fa163e1d-9a4d-46c5-aea8-00000000202b | CHANGED | Create ContainerLogStdoutPath directory | standalone 2025-10-08 23:11:03.013612 | fa163e1d-9a4d-46c5-aea8-00000000202b | TIMING | Create ContainerLogStdoutPath directory | standalone | 0:03:39.619667 | 0.24s 2025-10-08 23:11:03.039610 | fa163e1d-9a4d-46c5-aea8-00000000202c | TASK | Create /var/lib/tripleo-config directory 2025-10-08 23:11:03.272266 | fa163e1d-9a4d-46c5-aea8-00000000202c | OK | Create /var/lib/tripleo-config directory | standalone 2025-10-08 23:11:03.273747 | fa163e1d-9a4d-46c5-aea8-00000000202c | TIMING | Create /var/lib/tripleo-config directory | standalone | 0:03:39.879802 | 0.23s 2025-10-08 23:11:03.300415 | fa163e1d-9a4d-46c5-aea8-00000000202d | TASK | Clean old /var/lib/container-startup-configs.json file 2025-10-08 23:11:03.520831 | fa163e1d-9a4d-46c5-aea8-00000000202d | OK | Clean old /var/lib/container-startup-configs.json file | standalone 2025-10-08 23:11:03.522447 | fa163e1d-9a4d-46c5-aea8-00000000202d | TIMING | Clean old /var/lib/container-startup-configs.json file | standalone | 0:03:40.128505 | 0.22s 2025-10-08 23:11:03.547349 | fa163e1d-9a4d-46c5-aea8-00000000202e | TASK | Clean old /var/lib/docker-container-startup-configs.json file 2025-10-08 23:11:03.769852 | fa163e1d-9a4d-46c5-aea8-00000000202e | OK | Clean old /var/lib/docker-container-startup-configs.json file | standalone 2025-10-08 23:11:03.771130 | fa163e1d-9a4d-46c5-aea8-00000000202e | TIMING | Clean old /var/lib/docker-container-startup-configs.json file | standalone | 0:03:40.377195 | 0.22s 2025-10-08 23:11:03.791684 | fa163e1d-9a4d-46c5-aea8-000000002032 | TASK | Create fcontext entry for container-config-scripts 2025-10-08 23:11:05.105402 | fa163e1d-9a4d-46c5-aea8-000000002032 | CHANGED | Create fcontext entry for container-config-scripts | standalone 2025-10-08 23:11:05.107053 | fa163e1d-9a4d-46c5-aea8-000000002032 | TIMING | Create fcontext entry for container-config-scripts | standalone | 0:03:41.713123 | 1.31s 2025-10-08 23:11:05.128858 | fa163e1d-9a4d-46c5-aea8-000000002033 | TASK | Create /var/lib/container-config-scripts 2025-10-08 23:11:05.376762 | fa163e1d-9a4d-46c5-aea8-000000002033 | CHANGED | Create /var/lib/container-config-scripts | standalone 2025-10-08 23:11:05.377932 | fa163e1d-9a4d-46c5-aea8-000000002033 | TIMING | Create /var/lib/container-config-scripts | standalone | 0:03:41.983999 | 0.25s 2025-10-08 23:11:05.399527 | fa163e1d-9a4d-46c5-aea8-000000002034 | TASK | Write container config scripts 2025-10-08 23:11:05.783593 | fa163e1d-9a4d-46c5-aea8-000000002034 | CHANGED | Write container config scripts | standalone 2025-10-08 23:11:05.784635 | fa163e1d-9a4d-46c5-aea8-000000002034 | TIMING | Write container config scripts | standalone | 0:03:42.390705 | 0.38s 2025-10-08 23:11:05.805682 | fa163e1d-9a4d-46c5-aea8-000000002035 | TASK | Write /var/lib/tripleo-config/container-startup-config-readme.txt 2025-10-08 23:11:06.276318 | fa163e1d-9a4d-46c5-aea8-000000002035 | CHANGED | Write /var/lib/tripleo-config/container-startup-config-readme.txt | standalone 2025-10-08 23:11:06.277586 | fa163e1d-9a4d-46c5-aea8-000000002035 | TIMING | Write /var/lib/tripleo-config/container-startup-config-readme.txt | standalone | 0:03:42.883651 | 0.47s 2025-10-08 23:11:06.302143 | fa163e1d-9a4d-46c5-aea8-000000002036 | TASK | Generate startup configs files per step and per container 2025-10-08 23:11:06.878444 | fa163e1d-9a4d-46c5-aea8-000000002036 | CHANGED | Generate startup configs files per step and per container | standalone 2025-10-08 23:11:06.888030 | fa163e1d-9a4d-46c5-aea8-000000002036 | TIMING | Generate startup configs files per step and per container | standalone | 0:03:43.494075 | 0.58s 2025-10-08 23:11:06.933895 | fa163e1d-9a4d-46c5-aea8-000000002037 | TASK | Create /var/lib/kolla/config_files directory 2025-10-08 23:11:07.188368 | fa163e1d-9a4d-46c5-aea8-000000002037 | CHANGED | Create /var/lib/kolla/config_files directory | standalone 2025-10-08 23:11:07.189707 | fa163e1d-9a4d-46c5-aea8-000000002037 | TIMING | Create /var/lib/kolla/config_files directory | standalone | 0:03:43.795771 | 0.25s 2025-10-08 23:11:07.215093 | fa163e1d-9a4d-46c5-aea8-000000002038 | TASK | Create /var/lib/config-data directory 2025-10-08 23:11:07.458947 | fa163e1d-9a4d-46c5-aea8-000000002038 | CHANGED | Create /var/lib/config-data directory | standalone 2025-10-08 23:11:07.460391 | fa163e1d-9a4d-46c5-aea8-000000002038 | TIMING | Create /var/lib/config-data directory | standalone | 0:03:44.066454 | 0.24s 2025-10-08 23:11:07.485768 | fa163e1d-9a4d-46c5-aea8-000000002039 | TASK | Write container config json files 2025-10-08 23:11:07.988897 | fa163e1d-9a4d-46c5-aea8-000000002039 | CHANGED | Write container config json files | standalone 2025-10-08 23:11:07.994388 | fa163e1d-9a4d-46c5-aea8-000000002039 | TIMING | Write container config json files | standalone | 0:03:44.600452 | 0.51s PLAY [Pre Deployment Step Tasks] *********************************************** 2025-10-08 23:11:08.133019 | fa163e1d-9a4d-46c5-aea8-0000000000b1 | TASK | Pre Deployment Step Tasks 2025-10-08 23:11:08.164254 | fa163e1d-9a4d-46c5-aea8-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', 'fa163e1d-9a4d-46c5-aea8-0000000000b1') missing from stats [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-10-08 23:11:08.226224 | fa163e1d-9a4d-46c5-aea8-0000000000b2 | TIMING | include_tasks | standalone | 0:03:44.832250 | 0.04s 2025-10-08 23:11:08.248027 | e32f10aa-e2cf-484f-98f4-e96906e7afb1 | INCLUDED | /root/standalone-ansible-93sz9flw/Standalone/pre_deploy_step_tasks.yaml | standalone 2025-10-08 23:11:08.286619 | fa163e1d-9a4d-46c5-aea8-00000000206d | TASK | Get undercloud FQDN 2025-10-08 23:11:08.336990 | fa163e1d-9a4d-46c5-aea8-00000000206d | OK | Get undercloud FQDN | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163e1d-9a4d-46c5-aea8-00000000206d') missing from stats 2025-10-08 23:11:08.386266 | fa163e1d-9a4d-46c5-aea8-00000000206e | TIMING | include_role : tripleo_ipa_registration | standalone | 0:03:44.992329 | 0.03s 2025-10-08 23:11:08.432349 | fa163e1d-9a4d-46c5-aea8-000000002092 | TASK | set main facts 2025-10-08 23:11:08.473545 | fa163e1d-9a4d-46c5-aea8-000000002092 | OK | set main facts | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163e1d-9a4d-46c5-aea8-000000002092') missing from stats 2025-10-08 23:11:08.510276 | fa163e1d-9a4d-46c5-aea8-000000002093 | TASK | get the default.conf file 2025-10-08 23:11:08.732104 | fa163e1d-9a4d-46c5-aea8-000000002093 | OK | get the default.conf file | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163e1d-9a4d-46c5-aea8-000000002093') missing from stats 2025-10-08 23:11:08.779499 | fa163e1d-9a4d-46c5-aea8-000000002094 | TASK | set the principal 2025-10-08 23:11:08.861551 | fa163e1d-9a4d-46c5-aea8-000000002094 | OK | set the principal | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163e1d-9a4d-46c5-aea8-000000002094') missing from stats 2025-10-08 23:11:08.908523 | fa163e1d-9a4d-46c5-aea8-000000002096 | TASK | add new host with one-time password 2025-10-08 23:11:10.022645 | fa163e1d-9a4d-46c5-aea8-000000002096 | OK | add new host with one-time password | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163e1d-9a4d-46c5-aea8-000000002096') missing from stats 2025-10-08 23:11:10.049793 | fa163e1d-9a4d-46c5-aea8-000000002097 | TASK | set otp as a host fact 2025-10-08 23:11:10.085507 | fa163e1d-9a4d-46c5-aea8-000000002097 | SKIPPED | set otp as a host fact | standalone 2025-10-08 23:11:10.086214 | fa163e1d-9a4d-46c5-aea8-000000002097 | TIMING | tripleo_ipa_registration : set otp as a host fact | standalone | 0:03:46.692282 | 0.04s 2025-10-08 23:11:10.119065 | fa163e1d-9a4d-46c5-aea8-000000002099 | TASK | add required services using custom module 2025-10-08 23:11:15.725435 | fa163e1d-9a4d-46c5-aea8-000000002099 | CHANGED | add required services using custom module | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163e1d-9a4d-46c5-aea8-000000002099') missing from stats 2025-10-08 23:11:15.792255 | fa163e1d-9a4d-46c5-aea8-000000002070 | TASK | check if default.conf exists 2025-10-08 23:11:16.035332 | fa163e1d-9a4d-46c5-aea8-000000002070 | OK | check if default.conf exists | standalone 2025-10-08 23:11:16.036678 | fa163e1d-9a4d-46c5-aea8-000000002070 | TIMING | check if default.conf exists | standalone | 0:03:52.642740 | 0.24s 2025-10-08 23:11:16.061655 | fa163e1d-9a4d-46c5-aea8-000000002071 | TASK | install openssl-perl 2025-10-08 23:11:16.094536 | fa163e1d-9a4d-46c5-aea8-000000002071 | SKIPPED | install openssl-perl | standalone 2025-10-08 23:11:16.095781 | fa163e1d-9a4d-46c5-aea8-000000002071 | TIMING | install openssl-perl | standalone | 0:03:52.701844 | 0.03s 2025-10-08 23:11:16.121145 | fa163e1d-9a4d-46c5-aea8-000000002072 | TASK | register as an ipa client 2025-10-08 23:11:16.160593 | fa163e1d-9a4d-46c5-aea8-000000002072 | SKIPPED | register as an ipa client | standalone 2025-10-08 23:11:16.161866 | fa163e1d-9a4d-46c5-aea8-000000002072 | TIMING | register as an ipa client | standalone | 0:03:52.767929 | 0.04s 2025-10-08 23:11:16.186258 | fa163e1d-9a4d-46c5-aea8-000000002073 | TASK | restart certmonger service 2025-10-08 23:11:16.223443 | fa163e1d-9a4d-46c5-aea8-000000002073 | SKIPPED | restart certmonger service | standalone 2025-10-08 23:11:16.224364 | fa163e1d-9a4d-46c5-aea8-000000002073 | TIMING | restart certmonger service | standalone | 0:03:52.830433 | 0.04s 2025-10-08 23:11:16.243768 | fa163e1d-9a4d-46c5-aea8-000000002074 | TASK | set discovered ipa realm 2025-10-08 23:11:16.284740 | fa163e1d-9a4d-46c5-aea8-000000002074 | OK | set discovered ipa realm | standalone 2025-10-08 23:11:16.285582 | fa163e1d-9a4d-46c5-aea8-000000002074 | TIMING | set discovered ipa realm | standalone | 0:03:52.891654 | 0.04s PLAY [External deployment step 1] ********************************************** 2025-10-08 23:11:16.400518 | fa163e1d-9a4d-46c5-aea8-0000000000b6 | TASK | External deployment step 1 2025-10-08 23:11:16.427608 | fa163e1d-9a4d-46c5-aea8-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', 'fa163e1d-9a4d-46c5-aea8-0000000000b6') missing from stats 2025-10-08 23:11:16.481597 | fa163e1d-9a4d-46c5-aea8-0000000000b7 | TIMING | include_tasks | undercloud | 0:03:53.087647 | 0.04s 2025-10-08 23:11:16.518076 | 8a47b53c-08b4-4907-9374-8769790fe52d | INCLUDED | /root/standalone-ansible-93sz9flw/external_deploy_steps_tasks_step1.yaml | undercloud 2025-10-08 23:11:16.536443 | fa163e1d-9a4d-46c5-aea8-0000000020ef | TASK | Container image prepare 2025-10-08 23:11:17.617826 | fa163e1d-9a4d-46c5-aea8-0000000020ef | CHANGED | Container image prepare | undercloud 2025-10-08 23:11:17.620160 | fa163e1d-9a4d-46c5-aea8-0000000020ef | TIMING | tripleo_container_image_prepare : Container image prepare | undercloud | 0:03:54.226226 | 1.08s 2025-10-08 23:11:17.688049 | fa163e1d-9a4d-46c5-aea8-0000000020f6 | TIMING | include_role : tripleo_ipa_dns | undercloud | 0:03:54.294099 | 0.03s 2025-10-08 23:11:17.734118 | fa163e1d-9a4d-46c5-aea8-000000002115 | TASK | get dns zones and entries to add 2025-10-08 23:11:17.797421 | fa163e1d-9a4d-46c5-aea8-000000002115 | OK | get dns zones and entries to add | undercloud 2025-10-08 23:11:17.798776 | fa163e1d-9a4d-46c5-aea8-000000002115 | TIMING | tripleo_ipa_dns : get dns zones and entries to add | undercloud | 0:03:54.404845 | 0.06s 2025-10-08 23:11:17.865683 | fa163e1d-9a4d-46c5-aea8-000000002116 | OK | tripleo_ipa_dns : debug | undercloud | result={ "changed": false, "dns_zones": [ "0.21.172.in-addr.arpa", "0.19.172.in-addr.arpa", "0.20.172.in-addr.arpa", "storage.ooo.test", "0.18.172.in-addr.arpa", "tenant.ooo.test", "internalapi.ooo.test", "122.168.192.in-addr.arpa", "external.ooo.test", "0.17.172.in-addr.arpa", "ctlplane.ooo.test", "ooo.test", "storagemgmt.ooo.test" ] } 2025-10-08 23:11:17.866817 | fa163e1d-9a4d-46c5-aea8-000000002116 | TIMING | tripleo_ipa_dns : debug | undercloud | 0:03:54.472885 | 0.05s 2025-10-08 23:11:17.933431 | fa163e1d-9a4d-46c5-aea8-000000002117 | OK | tripleo_ipa_dns : debug | undercloud | result={ "changed": false, "dns_entries": [ { "record_name": "overcloud", "record_type": "A", "record_value": "192.168.122.99", "zone_name": "ctlplane.ooo.test" }, { "record_name": "overcloud", "record_type": "A", "record_value": "172.18.0.2", "zone_name": "storage.ooo.test" }, { "record_name": "overcloud", "record_type": "A", "record_value": "172.20.0.2", "zone_name": "storagemgmt.ooo.test" }, { "record_name": "overcloud", "record_type": "A", "record_value": "172.17.0.2", "zone_name": "internalapi.ooo.test" }, { "record_name": "standalone", "record_type": "A", "record_value": "172.21.0.2", "zone_name": "ooo.test" }, { "record_name": "standalone", "record_type": "A", "record_value": "172.17.0.100", "zone_name": "ooo.test" }, { "record_name": "standalone", "record_type": "A", "record_value": "172.18.0.100", "zone_name": "storage.ooo.test" }, { "record_name": "standalone", "record_type": "A", "record_value": "172.20.0.100", "zone_name": "storagemgmt.ooo.test" }, { "record_name": "standalone", "record_type": "A", "record_value": "172.17.0.100", "zone_name": "internalapi.ooo.test" }, { "record_name": "standalone", "record_type": "A", "record_value": "172.19.0.100", "zone_name": "tenant.ooo.test" }, { "record_name": "standalone", "record_type": "A", "record_value": "172.21.0.100", "zone_name": "external.ooo.test" }, { "record_name": "standalone", "record_type": "A", "record_value": "192.168.122.100", "zone_name": "ctlplane.ooo.test" }, { "record_name": "100", "record_type": "PTR", "record_value": "standalone.ctlplane.ooo.test.", "zone_name": "122.168.192.in-addr.arpa" }, { "record_name": "100", "record_type": "PTR", "record_value": "standalone.external.ooo.test.", "zone_name": "0.21.172.in-addr.arpa" }, { "record_name": "100", "record_type": "PTR", "record_value": "standalone.tenant.ooo.test.", "zone_name": "0.19.172.in-addr.arpa" }, { "record_name": "100", "record_type": "PTR", "record_value": "standalone.internalapi.ooo.test.", "zone_name": "0.17.172.in-addr.arpa" }, { "record_name": "100", "record_type": "PTR", "record_value": "standalone.storagemgmt.ooo.test.", "zone_name": "0.20.172.in-addr.arpa" }, { "record_name": "100", "record_type": "PTR", "record_value": "standalone.storage.ooo.test.", "zone_name": "0.18.172.in-addr.arpa" }, { "record_name": "2", "record_type": "PTR", "record_value": "standalone.ooo.test.", "zone_name": "0.21.172.in-addr.arpa" }, { "record_name": "2", "record_type": "PTR", "record_value": "overcloud.internalapi.ooo.test.", "zone_name": "0.17.172.in-addr.arpa" }, { "record_name": "2", "record_type": "PTR", "record_value": "overcloud.storagemgmt.ooo.test.", "zone_name": "0.20.172.in-addr.arpa" }, { "record_name": "2", "record_type": "PTR", "record_value": "overcloud.storage.ooo.test.", "zone_name": "0.18.172.in-addr.arpa" }, { "record_name": "99", "record_type": "PTR", "record_value": "overcloud.ctlplane.ooo.test.", "zone_name": "122.168.192.in-addr.arpa" } ] } 2025-10-08 23:11:17.934736 | fa163e1d-9a4d-46c5-aea8-000000002117 | TIMING | tripleo_ipa_dns : debug | undercloud | 0:03:54.540802 | 0.05s 2025-10-08 23:11:17.951006 | fa163e1d-9a4d-46c5-aea8-000000002118 | TASK | add dns zones and records 2025-10-08 23:11:20.740819 | fa163e1d-9a4d-46c5-aea8-000000002118 | CHANGED | add dns zones and records | undercloud 2025-10-08 23:11:20.742473 | fa163e1d-9a4d-46c5-aea8-000000002118 | TIMING | tripleo_ipa_dns : add dns zones and records | undercloud | 0:03:57.348537 | 2.79s 2025-10-08 23:11:20.777824 | fa163e1d-9a4d-46c5-aea8-0000000020f8 | TASK | Create /etc/openstack directory if it does not exist 2025-10-08 23:11:21.041031 | fa163e1d-9a4d-46c5-aea8-0000000020f8 | CHANGED | Create /etc/openstack directory if it does not exist | undercloud 2025-10-08 23:11:21.042319 | fa163e1d-9a4d-46c5-aea8-0000000020f8 | TIMING | Create /etc/openstack directory if it does not exist | undercloud | 0:03:57.648382 | 0.26s 2025-10-08 23:11:21.060096 | fa163e1d-9a4d-46c5-aea8-0000000020f9 | TASK | Configure /etc/openstack/clouds.yaml 2025-10-08 23:11:21.099742 | fa163e1d-9a4d-46c5-aea8-0000000020f9 | TIMING | Configure /etc/openstack/clouds.yaml | undercloud | 0:03:57.705795 | 0.04s 2025-10-08 23:11:21.146466 | fa163e1d-9a4d-46c5-aea8-00000000214a | TASK | Check if /etc/openstack/clouds.yaml exists 2025-10-08 23:11:21.401491 | fa163e1d-9a4d-46c5-aea8-00000000214a | OK | Check if /etc/openstack/clouds.yaml exists | undercloud 2025-10-08 23:11:21.402734 | fa163e1d-9a4d-46c5-aea8-00000000214a | TIMING | tripleo_keystone_resources : Check if /etc/openstack/clouds.yaml exists | undercloud | 0:03:58.008796 | 0.25s 2025-10-08 23:11:21.422808 | fa163e1d-9a4d-46c5-aea8-00000000214b | TASK | Create empty /etc/openstack/clouds.yaml if it does not exist 2025-10-08 23:11:21.911513 | fa163e1d-9a4d-46c5-aea8-00000000214b | CHANGED | Create empty /etc/openstack/clouds.yaml if it does not exist | undercloud 2025-10-08 23:11:21.912991 | fa163e1d-9a4d-46c5-aea8-00000000214b | TIMING | tripleo_keystone_resources : Create empty /etc/openstack/clouds.yaml if it does not exist | undercloud | 0:03:58.519053 | 0.49s 2025-10-08 23:11:21.933343 | fa163e1d-9a4d-46c5-aea8-00000000214c | TASK | Configure /etc/openstack/clouds.yaml 2025-10-08 23:11:21.985237 | fa163e1d-9a4d-46c5-aea8-00000000214c | TIMING | Configure /etc/openstack/clouds.yaml | undercloud | 0:03:58.591293 | 0.05s 2025-10-08 23:11:22.032109 | fa163e1d-9a4d-46c5-aea8-000000002186 | TASK | Check for a configured destination 2025-10-08 23:11:22.094099 | fa163e1d-9a4d-46c5-aea8-000000002186 | SKIPPED | Check for a configured destination | undercloud 2025-10-08 23:11:22.095311 | fa163e1d-9a4d-46c5-aea8-000000002186 | TIMING | tripleo_config : Check for a configured destination | undercloud | 0:03:58.701370 | 0.06s 2025-10-08 23:11:22.131397 | fa163e1d-9a4d-46c5-aea8-000000002187 | TASK | Generate /etc/openstack/clouds.yaml config 2025-10-08 23:11:22.579535 | fa163e1d-9a4d-46c5-aea8-000000002187 | CHANGED | Generate /etc/openstack/clouds.yaml config | undercloud 2025-10-08 23:11:22.581083 | fa163e1d-9a4d-46c5-aea8-000000002187 | TIMING | tripleo_config : Generate /etc/openstack/clouds.yaml config | undercloud | 0:03:59.187140 | 0.45s PLAY [Deploy step tasks for 1] ************************************************* 2025-10-08 23:11:22.748080 | fa163e1d-9a4d-46c5-aea8-0000000000ba | TASK | Deploy step tasks for 1 2025-10-08 23:11:22.775746 | fa163e1d-9a4d-46c5-aea8-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', 'fa163e1d-9a4d-46c5-aea8-0000000000ba') missing from stats 2025-10-08 23:11:22.795493 | fa163e1d-9a4d-46c5-aea8-0000000000bb | TASK | Write the config_step hieradata for the deploy step 1 tasks 2025-10-08 23:11:23.319957 | fa163e1d-9a4d-46c5-aea8-0000000000bb | CHANGED | Write the config_step hieradata for the deploy step 1 tasks | standalone 2025-10-08 23:11:23.321357 | fa163e1d-9a4d-46c5-aea8-0000000000bb | TIMING | Write the config_step hieradata for the deploy step 1 tasks | standalone | 0:03:59.927420 | 0.53s 2025-10-08 23:11:23.348093 | fa163e1d-9a4d-46c5-aea8-0000000000bd | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists 2025-10-08 23:11:23.573819 | fa163e1d-9a4d-46c5-aea8-0000000000bd | OK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone 2025-10-08 23:11:23.575262 | fa163e1d-9a4d-46c5-aea8-0000000000bd | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone | 0:04:00.181324 | 0.23s 2025-10-08 23:11:23.600402 | fa163e1d-9a4d-46c5-aea8-0000000000be | TASK | Write config data at the start of step 1 2025-10-08 23:11:23.652130 | fa163e1d-9a4d-46c5-aea8-0000000000be | TIMING | Write config data at the start of step 1 | standalone | 0:04:00.258178 | 0.05s 2025-10-08 23:11:23.697214 | 92496ba0-9a35-4de4-9a2e-dce24d2389de | INCLUDED | /root/standalone-ansible-93sz9flw/common_deploy_steps_tasks_step_1.yaml | standalone 2025-10-08 23:11:23.722039 | fa163e1d-9a4d-46c5-aea8-0000000021c5 | TASK | Delete existing /var/lib/tripleo-config/check-mode directory for check mode 2025-10-08 23:11:23.749746 | fa163e1d-9a4d-46c5-aea8-0000000021c5 | SKIPPED | Delete existing /var/lib/tripleo-config/check-mode directory for check mode | standalone 2025-10-08 23:11:23.750618 | fa163e1d-9a4d-46c5-aea8-0000000021c5 | TIMING | Delete existing /var/lib/tripleo-config/check-mode directory for check mode | standalone | 0:04:00.356688 | 0.03s 2025-10-08 23:11:23.770485 | fa163e1d-9a4d-46c5-aea8-0000000021c6 | TASK | Create /var/lib/tripleo-config/check-mode directory for check mode 2025-10-08 23:11:23.798144 | fa163e1d-9a4d-46c5-aea8-0000000021c6 | SKIPPED | Create /var/lib/tripleo-config/check-mode directory for check mode | standalone 2025-10-08 23:11:23.799201 | fa163e1d-9a4d-46c5-aea8-0000000021c6 | TIMING | Create /var/lib/tripleo-config/check-mode directory for check mode | standalone | 0:04:00.405252 | 0.03s 2025-10-08 23:11:23.818809 | fa163e1d-9a4d-46c5-aea8-0000000021c7 | TASK | Write the puppet step_config manifest 2025-10-08 23:11:24.270282 | fa163e1d-9a4d-46c5-aea8-0000000021c7 | CHANGED | Write the puppet step_config manifest | standalone 2025-10-08 23:11:24.271326 | fa163e1d-9a4d-46c5-aea8-0000000021c7 | TIMING | Write the puppet step_config manifest | standalone | 0:04:00.877394 | 0.45s 2025-10-08 23:11:24.297249 | fa163e1d-9a4d-46c5-aea8-0000000021c8 | TASK | Diff puppet step_config manifest changes for check mode 2025-10-08 23:11:24.327996 | fa163e1d-9a4d-46c5-aea8-0000000021c8 | SKIPPED | Diff puppet step_config manifest changes for check mode | standalone 2025-10-08 23:11:24.329143 | fa163e1d-9a4d-46c5-aea8-0000000021c8 | TIMING | Diff puppet step_config manifest changes for check mode | standalone | 0:04:00.935206 | 0.03s 2025-10-08 23:11:24.354436 | fa163e1d-9a4d-46c5-aea8-0000000021c9 | TASK | Diff puppet step_config manifest changes for check mode 2025-10-08 23:11:24.386936 | fa163e1d-9a4d-46c5-aea8-0000000021c9 | SKIPPED | Diff puppet step_config manifest changes for check mode | standalone 2025-10-08 23:11:24.388077 | fa163e1d-9a4d-46c5-aea8-0000000021c9 | TIMING | Diff puppet step_config manifest changes for check mode | standalone | 0:04:00.994141 | 0.03s 2025-10-08 23:11:24.412464 | fa163e1d-9a4d-46c5-aea8-0000000021ca | TASK | Create /var/lib/container-puppet 2025-10-08 23:11:24.643705 | fa163e1d-9a4d-46c5-aea8-0000000021ca | OK | Create /var/lib/container-puppet | standalone 2025-10-08 23:11:24.644994 | fa163e1d-9a4d-46c5-aea8-0000000021ca | TIMING | Create /var/lib/container-puppet | standalone | 0:04:01.251058 | 0.23s 2025-10-08 23:11:24.669122 | fa163e1d-9a4d-46c5-aea8-0000000021cb | TASK | Delete existing /var/lib/container-puppet/check-mode for check mode 2025-10-08 23:11:24.688986 | fa163e1d-9a4d-46c5-aea8-0000000021cb | SKIPPED | Delete existing /var/lib/container-puppet/check-mode for check mode | standalone 2025-10-08 23:11:24.690319 | fa163e1d-9a4d-46c5-aea8-0000000021cb | TIMING | Delete existing /var/lib/container-puppet/check-mode for check mode | standalone | 0:04:01.296381 | 0.02s 2025-10-08 23:11:24.715872 | fa163e1d-9a4d-46c5-aea8-0000000021cc | TASK | Create /var/lib/container-puppet/check-mode for check mode 2025-10-08 23:11:24.742485 | fa163e1d-9a4d-46c5-aea8-0000000021cc | SKIPPED | Create /var/lib/container-puppet/check-mode for check mode | standalone 2025-10-08 23:11:24.743516 | fa163e1d-9a4d-46c5-aea8-0000000021cc | TIMING | Create /var/lib/container-puppet/check-mode for check mode | standalone | 0:04:01.349582 | 0.03s 2025-10-08 23:11:24.767484 | fa163e1d-9a4d-46c5-aea8-0000000021cd | TASK | Write container-puppet.json file 2025-10-08 23:11:25.347451 | fa163e1d-9a4d-46c5-aea8-0000000021cd | CHANGED | Write container-puppet.json file | standalone 2025-10-08 23:11:25.348763 | fa163e1d-9a4d-46c5-aea8-0000000021cd | TIMING | Write container-puppet.json file | standalone | 0:04:01.954828 | 0.58s 2025-10-08 23:11:25.374435 | fa163e1d-9a4d-46c5-aea8-0000000021ce | TASK | Diff container-puppet.json changes for check mode 2025-10-08 23:11:25.402751 | fa163e1d-9a4d-46c5-aea8-0000000021ce | SKIPPED | Diff container-puppet.json changes for check mode | standalone 2025-10-08 23:11:25.403850 | fa163e1d-9a4d-46c5-aea8-0000000021ce | TIMING | Diff container-puppet.json changes for check mode | standalone | 0:04:02.009913 | 0.03s 2025-10-08 23:11:25.428131 | fa163e1d-9a4d-46c5-aea8-0000000021cf | TASK | Diff container-puppet.json changes for check mode 2025-10-08 23:11:25.457247 | fa163e1d-9a4d-46c5-aea8-0000000021cf | SKIPPED | Diff container-puppet.json changes for check mode | standalone 2025-10-08 23:11:25.458437 | fa163e1d-9a4d-46c5-aea8-0000000021cf | TIMING | Diff container-puppet.json changes for check mode | standalone | 0:04:02.064500 | 0.03s 2025-10-08 23:11:25.482824 | fa163e1d-9a4d-46c5-aea8-0000000021d0 | TASK | Ensure config hashes are up-to-date for container startup configs 2025-10-08 23:11:25.819390 | fa163e1d-9a4d-46c5-aea8-0000000021d0 | OK | Ensure config hashes are up-to-date for container startup configs | standalone 2025-10-08 23:11:25.820751 | fa163e1d-9a4d-46c5-aea8-0000000021d0 | TIMING | Ensure config hashes are up-to-date for container startup configs | standalone | 0:04:02.426816 | 0.34s 2025-10-08 23:11:25.846547 | fa163e1d-9a4d-46c5-aea8-0000000021d1 | TASK | Set host puppet debugging fact string 2025-10-08 23:11:25.878533 | fa163e1d-9a4d-46c5-aea8-0000000021d1 | SKIPPED | Set host puppet debugging fact string | standalone 2025-10-08 23:11:25.879657 | fa163e1d-9a4d-46c5-aea8-0000000021d1 | TIMING | Set host puppet debugging fact string | standalone | 0:04:02.485722 | 0.03s 2025-10-08 23:11:25.904715 | fa163e1d-9a4d-46c5-aea8-0000000021d2 | TASK | Check for /etc/puppet/check-mode directory for check mode 2025-10-08 23:11:25.935366 | fa163e1d-9a4d-46c5-aea8-0000000021d2 | SKIPPED | Check for /etc/puppet/check-mode directory for check mode | standalone 2025-10-08 23:11:25.936661 | fa163e1d-9a4d-46c5-aea8-0000000021d2 | TIMING | Check for /etc/puppet/check-mode directory for check mode | standalone | 0:04:02.542718 | 0.03s 2025-10-08 23:11:25.962176 | fa163e1d-9a4d-46c5-aea8-0000000021d3 | TASK | Create /etc/puppet/check-mode/hieradata directory for check mode 2025-10-08 23:11:25.991610 | fa163e1d-9a4d-46c5-aea8-0000000021d3 | SKIPPED | Create /etc/puppet/check-mode/hieradata directory for check mode | standalone 2025-10-08 23:11:25.994214 | fa163e1d-9a4d-46c5-aea8-0000000021d3 | TIMING | Create /etc/puppet/check-mode/hieradata directory for check mode | standalone | 0:04:02.600253 | 0.03s 2025-10-08 23:11:26.017732 | fa163e1d-9a4d-46c5-aea8-0000000021d4 | TASK | Create puppet check-mode files if they don't exist for check mode 2025-10-08 23:11:26.045390 | fa163e1d-9a4d-46c5-aea8-0000000021d4 | SKIPPED | Create puppet check-mode files if they don't exist for check mode | standalone 2025-10-08 23:11:26.046558 | fa163e1d-9a4d-46c5-aea8-0000000021d4 | TIMING | Create puppet check-mode files if they don't exist for check mode | standalone | 0:04:02.652622 | 0.03s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-10-08 23:11:26.112057 | fa163e1d-9a4d-46c5-aea8-0000000000c0 | TIMING | include_tasks | standalone | 0:04:02.718114 | 0.04s 2025-10-08 23:11:26.248376 | 176b5b41-c794-4f75-adfd-0574377418fb | INCLUDED | /root/standalone-ansible-93sz9flw/Standalone/deploy_steps_tasks_step1.yaml | standalone 2025-10-08 23:11:26.295160 | fa163e1d-9a4d-46c5-aea8-0000000021ff | TASK | Create dirs for certificates and keys 2025-10-08 23:11:26.571665 | fa163e1d-9a4d-46c5-aea8-0000000021ff | CHANGED | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/certs/httpd 2025-10-08 23:11:26.574244 | fa163e1d-9a4d-46c5-aea8-0000000021ff | TIMING | Create dirs for certificates and keys | standalone | 0:04:03.180256 | 0.28s 2025-10-08 23:11:26.800434 | fa163e1d-9a4d-46c5-aea8-0000000021ff | CHANGED | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/private/httpd 2025-10-08 23:11:26.802584 | fa163e1d-9a4d-46c5-aea8-0000000021ff | TIMING | Create dirs for certificates and keys | standalone | 0:04:03.408650 | 0.51s 2025-10-08 23:11:26.813398 | fa163e1d-9a4d-46c5-aea8-0000000021ff | TIMING | Create dirs for certificates and keys | standalone | 0:04:03.419457 | 0.52s 2025-10-08 23:11:26.891561 | fa163e1d-9a4d-46c5-aea8-000000002200 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:03.497616 | 0.05s 2025-10-08 23:11:26.964635 | fa163e1d-9a4d-46c5-aea8-000000002316 | TASK | Set version specific variables 2025-10-08 23:11:27.015103 | fa163e1d-9a4d-46c5-aea8-000000002316 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:04:03.621162 | 0.05s 2025-10-08 23:11:27.027779 | 71a4458a-4828-4f51-b2ff-cfca93a5e4c8 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-10-08 23:11:27.050751 | fa163e1d-9a4d-46c5-aea8-000000002349 | TASK | Ensure ansible_facts used by role 2025-10-08 23:11:27.431920 | fa163e1d-9a4d-46c5-aea8-000000002349 | OK | Ensure ansible_facts used by role | standalone 2025-10-08 23:11:27.433504 | fa163e1d-9a4d-46c5-aea8-000000002349 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:04:04.039569 | 0.38s 2025-10-08 23:11:27.460174 | fa163e1d-9a4d-46c5-aea8-00000000234a | TASK | Set platform/version specific variables 2025-10-08 23:11:27.548158 | fa163e1d-9a4d-46c5-aea8-00000000234a | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-08 23:11:27.573013 | fa163e1d-9a4d-46c5-aea8-00000000234a | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-08 23:11:27.596317 | fa163e1d-9a4d-46c5-aea8-00000000234a | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-10-08 23:11:27.617981 | fa163e1d-9a4d-46c5-aea8-00000000234a | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-10-08 23:11:27.629968 | fa163e1d-9a4d-46c5-aea8-00000000234a | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:04:04.236020 | 0.17s 2025-10-08 23:11:27.655823 | fa163e1d-9a4d-46c5-aea8-000000002317 | TASK | Ensure certificate role dependencies are installed 2025-10-08 23:11:30.646013 | fa163e1d-9a4d-46c5-aea8-000000002317 | OK | Ensure certificate role dependencies are installed | standalone 2025-10-08 23:11:30.647820 | fa163e1d-9a4d-46c5-aea8-000000002317 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:04:07.253883 | 2.99s 2025-10-08 23:11:30.675936 | fa163e1d-9a4d-46c5-aea8-000000002319 | TASK | Ensure provider packages are installed 2025-10-08 23:11:33.691385 | fa163e1d-9a4d-46c5-aea8-000000002319 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:04:10.297446 | 3.01s 2025-10-08 23:11:33.695748 | fa163e1d-9a4d-46c5-aea8-000000002319 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:04:10.301808 | 3.02s 2025-10-08 23:11:33.722323 | fa163e1d-9a4d-46c5-aea8-00000000231b | TASK | Ensure pre-scripts hooks directory exists 2025-10-08 23:11:33.999033 | fa163e1d-9a4d-46c5-aea8-00000000231b | CHANGED | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-10-08 23:11:34.001351 | fa163e1d-9a4d-46c5-aea8-00000000231b | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:04:10.607412 | 0.28s 2025-10-08 23:11:34.011709 | fa163e1d-9a4d-46c5-aea8-00000000231b | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:04:10.617768 | 0.29s 2025-10-08 23:11:34.038369 | fa163e1d-9a4d-46c5-aea8-00000000231d | TASK | Ensure post-scripts hooks directory exists 2025-10-08 23:11:34.341380 | fa163e1d-9a4d-46c5-aea8-00000000231d | CHANGED | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-10-08 23:11:34.342290 | fa163e1d-9a4d-46c5-aea8-00000000231d | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:04:10.948361 | 0.30s 2025-10-08 23:11:34.345811 | fa163e1d-9a4d-46c5-aea8-00000000231d | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:04:10.951872 | 0.31s 2025-10-08 23:11:34.371824 | fa163e1d-9a4d-46c5-aea8-00000000231f | TASK | Ensure provider service is running 2025-10-08 23:11:35.158827 | fa163e1d-9a4d-46c5-aea8-00000000231f | CHANGED | Ensure provider service is running | standalone | item=certmonger 2025-10-08 23:11:35.160747 | fa163e1d-9a4d-46c5-aea8-00000000231f | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:04:11.766812 | 0.79s 2025-10-08 23:11:35.166012 | fa163e1d-9a4d-46c5-aea8-00000000231f | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:04:11.772074 | 0.79s 2025-10-08 23:11:35.189036 | fa163e1d-9a4d-46c5-aea8-000000002322 | TASK | Ensure certificate requests 2025-10-08 23:11:36.961717 | fa163e1d-9a4d-46c5-aea8-000000002322 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.ctlplane.ooo.test', 'key_size': '2048', 'name': 'httpd-ctlplane', 'principal': 'HTTP/standalone.ctlplane.ooo.test@OOO.TEST', 'run_after': 'cp /etc/pki/tls/certs/httpd-ctlplane.crt /etc/pki/tls/certs/httpd/httpd-ctlplane.crt\ncp /etc/pki/tls/private/httpd-ctlplane.key /etc/pki/tls/private/httpd/httpd-ctlplane.key\npkill -USR1 httpd\n'} 2025-10-08 23:11:36.964149 | fa163e1d-9a4d-46c5-aea8-000000002322 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:04:13.570211 | 1.77s 2025-10-08 23:11:38.297176 | fa163e1d-9a4d-46c5-aea8-000000002322 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.storage.ooo.test', 'key_size': '2048', 'name': 'httpd-storage', 'principal': 'HTTP/standalone.storage.ooo.test@OOO.TEST', 'run_after': 'cp /etc/pki/tls/certs/httpd-storage.crt /etc/pki/tls/certs/httpd/httpd-storage.crt\ncp /etc/pki/tls/private/httpd-storage.key /etc/pki/tls/private/httpd/httpd-storage.key\npkill -USR1 httpd\n'} 2025-10-08 23:11:38.298415 | fa163e1d-9a4d-46c5-aea8-000000002322 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:04:14.904476 | 3.11s 2025-10-08 23:11:40.265003 | fa163e1d-9a4d-46c5-aea8-000000002322 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.storagemgmt.ooo.test', 'key_size': '2048', 'name': 'httpd-storage_mgmt', 'principal': 'HTTP/standalone.storagemgmt.ooo.test@OOO.TEST', 'run_after': 'cp /etc/pki/tls/certs/httpd-storage_mgmt.crt /etc/pki/tls/certs/httpd/httpd-storage_mgmt.crt\ncp /etc/pki/tls/private/httpd-storage_mgmt.key /etc/pki/tls/private/httpd/httpd-storage_mgmt.key\npkill -USR1 httpd\n'} 2025-10-08 23:11:40.266296 | fa163e1d-9a4d-46c5-aea8-000000002322 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:04:16.872362 | 5.08s 2025-10-08 23:11:41.653791 | fa163e1d-9a4d-46c5-aea8-000000002322 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.internalapi.ooo.test', 'key_size': '2048', 'name': 'httpd-internal_api', 'principal': 'HTTP/standalone.internalapi.ooo.test@OOO.TEST', 'run_after': 'cp /etc/pki/tls/certs/httpd-internal_api.crt /etc/pki/tls/certs/httpd/httpd-internal_api.crt\ncp /etc/pki/tls/private/httpd-internal_api.key /etc/pki/tls/private/httpd/httpd-internal_api.key\npkill -USR1 httpd\n'} 2025-10-08 23:11:41.655072 | fa163e1d-9a4d-46c5-aea8-000000002322 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:04:18.261137 | 6.46s 2025-10-08 23:11:43.136452 | fa163e1d-9a4d-46c5-aea8-000000002322 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.external.ooo.test', 'key_size': '2048', 'name': 'httpd-external', 'principal': 'HTTP/standalone.external.ooo.test@OOO.TEST', 'run_after': 'cp /etc/pki/tls/certs/httpd-external.crt /etc/pki/tls/certs/httpd/httpd-external.crt\ncp /etc/pki/tls/private/httpd-external.key /etc/pki/tls/private/httpd/httpd-external.key\npkill -USR1 httpd\n'} 2025-10-08 23:11:43.138594 | fa163e1d-9a4d-46c5-aea8-000000002322 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:04:19.744660 | 7.95s 2025-10-08 23:11:43.149392 | fa163e1d-9a4d-46c5-aea8-000000002322 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:04:19.755461 | 7.96s 2025-10-08 23:11:43.184472 | fa163e1d-9a4d-46c5-aea8-000000002207 | TASK | Fail if container image is undefined 2025-10-08 23:11:43.241874 | fa163e1d-9a4d-46c5-aea8-000000002207 | SKIPPED | Fail if container image is undefined | standalone 2025-10-08 23:11:43.242689 | fa163e1d-9a4d-46c5-aea8-000000002207 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:19.848763 | 0.06s 2025-10-08 23:11:43.267423 | fa163e1d-9a4d-46c5-aea8-000000002208 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image 2025-10-08 23:12:00.516024 | fa163e1d-9a4d-46c5-aea8-000000002208 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone 2025-10-08 23:12:00.517083 | fa163e1d-9a4d-46c5-aea8-000000002208 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone | 0:04:37.123153 | 17.25s 2025-10-08 23:12:00.555823 | fa163e1d-9a4d-46c5-aea8-000000002209 | TASK | Tag cluster.common.tag/cinder-backup:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image 2025-10-08 23:12:00.880451 | fa163e1d-9a4d-46c5-aea8-000000002209 | CHANGED | Tag cluster.common.tag/cinder-backup:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone 2025-10-08 23:12:00.881495 | fa163e1d-9a4d-46c5-aea8-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:37.487566 | 0.32s 2025-10-08 23:12:00.938147 | fa163e1d-9a4d-46c5-aea8-000000002218 | TASK | Fail if container image is undefined 2025-10-08 23:12:00.977927 | fa163e1d-9a4d-46c5-aea8-000000002218 | SKIPPED | Fail if container image is undefined | standalone 2025-10-08 23:12:00.979219 | fa163e1d-9a4d-46c5-aea8-000000002218 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:37.585256 | 0.04s 2025-10-08 23:12:01.024836 | fa163e1d-9a4d-46c5-aea8-000000002219 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image 2025-10-08 23:12:06.546465 | fa163e1d-9a4d-46c5-aea8-000000002219 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone 2025-10-08 23:12:06.547853 | fa163e1d-9a4d-46c5-aea8-000000002219 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone | 0:04:43.153915 | 5.52s 2025-10-08 23:12:06.601754 | fa163e1d-9a4d-46c5-aea8-00000000221a | TASK | Tag cluster.common.tag/cinder-volume:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image 2025-10-08 23:12:06.967969 | fa163e1d-9a4d-46c5-aea8-00000000221a | CHANGED | Tag cluster.common.tag/cinder-volume:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone 2025-10-08 23:12:06.969578 | fa163e1d-9a4d-46c5-aea8-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:43.575643 | 0.37s 2025-10-08 23:12:07.018452 | fa163e1d-9a4d-46c5-aea8-000000002225 | TASK | Check if rsyslog exists 2025-10-08 23:12:07.281000 | fa163e1d-9a4d-46c5-aea8-000000002225 | CHANGED | Check if rsyslog exists | standalone 2025-10-08 23:12:07.282038 | fa163e1d-9a4d-46c5-aea8-000000002225 | TIMING | Check if rsyslog exists | standalone | 0:04:43.888109 | 0.26s 2025-10-08 23:12:07.302328 | fa163e1d-9a4d-46c5-aea8-000000002227 | TASK | Forward logging to haproxy.log file 2025-10-08 23:12:07.564242 | fa163e1d-9a4d-46c5-aea8-000000002227 | CHANGED | Forward logging to haproxy.log file | standalone 2025-10-08 23:12:07.565684 | fa163e1d-9a4d-46c5-aea8-000000002227 | TIMING | Forward logging to haproxy.log file | standalone | 0:04:44.171748 | 0.26s 2025-10-08 23:12:07.591176 | fa163e1d-9a4d-46c5-aea8-000000002228 | TASK | restart rsyslog service after logging conf change 2025-10-08 23:12:08.315043 | fa163e1d-9a4d-46c5-aea8-000000002228 | CHANGED | restart rsyslog service after logging conf change | standalone 2025-10-08 23:12:08.316896 | fa163e1d-9a4d-46c5-aea8-000000002228 | TIMING | restart rsyslog service after logging conf change | standalone | 0:04:44.922958 | 0.72s 2025-10-08 23:12:08.344048 | fa163e1d-9a4d-46c5-aea8-00000000222f | TASK | Fail if container image is undefined 2025-10-08 23:12:08.409307 | fa163e1d-9a4d-46c5-aea8-00000000222f | SKIPPED | Fail if container image is undefined | standalone 2025-10-08 23:12:08.410651 | fa163e1d-9a4d-46c5-aea8-00000000222f | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:45.016707 | 0.07s 2025-10-08 23:12:08.452313 | fa163e1d-9a4d-46c5-aea8-000000002230 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image 2025-10-08 23:12:14.207871 | fa163e1d-9a4d-46c5-aea8-000000002230 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone 2025-10-08 23:12:14.209096 | fa163e1d-9a4d-46c5-aea8-000000002230 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone | 0:04:50.815167 | 5.76s 2025-10-08 23:12:14.249639 | fa163e1d-9a4d-46c5-aea8-000000002231 | TASK | Tag cluster.common.tag/haproxy:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image 2025-10-08 23:12:14.605916 | fa163e1d-9a4d-46c5-aea8-000000002231 | CHANGED | Tag cluster.common.tag/haproxy:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone 2025-10-08 23:12:14.607316 | fa163e1d-9a4d-46c5-aea8-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:51.213378 | 0.36s 2025-10-08 23:12:14.658011 | fa163e1d-9a4d-46c5-aea8-00000000223c | TASK | make sure certmonger is installed 2025-10-08 23:12:17.651451 | fa163e1d-9a4d-46c5-aea8-00000000223c | OK | make sure certmonger is installed | standalone 2025-10-08 23:12:17.652512 | fa163e1d-9a4d-46c5-aea8-00000000223c | TIMING | make sure certmonger is installed | standalone | 0:04:54.258582 | 2.99s 2025-10-08 23:12:17.678541 | fa163e1d-9a4d-46c5-aea8-00000000223d | TASK | make sure certmonger service is started 2025-10-08 23:12:19.113754 | fa163e1d-9a4d-46c5-aea8-00000000223d | OK | make sure certmonger service is started | standalone 2025-10-08 23:12:19.115606 | fa163e1d-9a4d-46c5-aea8-00000000223d | TIMING | make sure certmonger service is started | standalone | 0:04:55.721668 | 1.44s 2025-10-08 23:12:19.141755 | fa163e1d-9a4d-46c5-aea8-00000000223e | TASK | Create dirs for certificates and keys 2025-10-08 23:12:19.420700 | fa163e1d-9a4d-46c5-aea8-00000000223e | CHANGED | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/certs/haproxy 2025-10-08 23:12:19.423117 | fa163e1d-9a4d-46c5-aea8-00000000223e | TIMING | Create dirs for certificates and keys | standalone | 0:04:56.029177 | 0.28s 2025-10-08 23:12:19.649840 | fa163e1d-9a4d-46c5-aea8-00000000223e | CHANGED | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/private/haproxy 2025-10-08 23:12:19.651507 | fa163e1d-9a4d-46c5-aea8-00000000223e | TIMING | Create dirs for certificates and keys | standalone | 0:04:56.257574 | 0.51s 2025-10-08 23:12:19.661467 | fa163e1d-9a4d-46c5-aea8-00000000223e | TIMING | Create dirs for certificates and keys | standalone | 0:04:56.267535 | 0.52s 2025-10-08 23:12:19.686635 | fa163e1d-9a4d-46c5-aea8-00000000223f | TASK | Extract and trust certmonger's local CA 2025-10-08 23:12:20.895008 | fa163e1d-9a4d-46c5-aea8-00000000223f | CHANGED | Extract and trust certmonger's local CA | standalone 2025-10-08 23:12:20.896451 | fa163e1d-9a4d-46c5-aea8-00000000223f | TIMING | Extract and trust certmonger's local CA | standalone | 0:04:57.502515 | 1.21s 2025-10-08 23:12:20.961790 | fa163e1d-9a4d-46c5-aea8-000000002240 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:57.567845 | 0.04s 2025-10-08 23:12:21.032922 | fa163e1d-9a4d-46c5-aea8-0000000023ca | TASK | Set version specific variables 2025-10-08 23:12:21.081185 | fa163e1d-9a4d-46c5-aea8-0000000023ca | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:04:57.687240 | 0.05s 2025-10-08 23:12:21.095000 | 3e221598-52bb-48f8-b433-aa57726a493d | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-10-08 23:12:21.120131 | fa163e1d-9a4d-46c5-aea8-000000002409 | TASK | Ensure ansible_facts used by role 2025-10-08 23:12:21.492246 | fa163e1d-9a4d-46c5-aea8-000000002409 | OK | Ensure ansible_facts used by role | standalone 2025-10-08 23:12:21.493046 | fa163e1d-9a4d-46c5-aea8-000000002409 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:04:58.099122 | 0.37s 2025-10-08 23:12:21.510917 | fa163e1d-9a4d-46c5-aea8-00000000240a | TASK | Set platform/version specific variables 2025-10-08 23:12:21.585324 | fa163e1d-9a4d-46c5-aea8-00000000240a | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-08 23:12:21.603114 | fa163e1d-9a4d-46c5-aea8-00000000240a | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-08 23:12:21.622740 | fa163e1d-9a4d-46c5-aea8-00000000240a | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-10-08 23:12:21.636676 | fa163e1d-9a4d-46c5-aea8-00000000240a | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-10-08 23:12:21.642570 | fa163e1d-9a4d-46c5-aea8-00000000240a | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:04:58.248621 | 0.13s 2025-10-08 23:12:21.668680 | fa163e1d-9a4d-46c5-aea8-0000000023cb | TASK | Ensure certificate role dependencies are installed 2025-10-08 23:12:24.652340 | fa163e1d-9a4d-46c5-aea8-0000000023cb | OK | Ensure certificate role dependencies are installed | standalone 2025-10-08 23:12:24.653170 | fa163e1d-9a4d-46c5-aea8-0000000023cb | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:05:01.259244 | 2.98s 2025-10-08 23:12:24.670243 | fa163e1d-9a4d-46c5-aea8-0000000023cd | TASK | Ensure provider packages are installed 2025-10-08 23:12:27.685749 | fa163e1d-9a4d-46c5-aea8-0000000023cd | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:04.291814 | 3.01s 2025-10-08 23:12:27.693338 | fa163e1d-9a4d-46c5-aea8-0000000023cd | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:04.299411 | 3.02s 2025-10-08 23:12:27.710833 | fa163e1d-9a4d-46c5-aea8-0000000023cf | TASK | Ensure pre-scripts hooks directory exists 2025-10-08 23:12:30.138153 | fa163e1d-9a4d-46c5-aea8-0000000023cf | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-10-08 23:12:30.139166 | fa163e1d-9a4d-46c5-aea8-0000000023cf | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:06.745235 | 2.43s 2025-10-08 23:12:30.144180 | fa163e1d-9a4d-46c5-aea8-0000000023cf | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:06.750238 | 2.43s 2025-10-08 23:12:30.171068 | fa163e1d-9a4d-46c5-aea8-0000000023d1 | TASK | Ensure post-scripts hooks directory exists 2025-10-08 23:12:30.494021 | fa163e1d-9a4d-46c5-aea8-0000000023d1 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-10-08 23:12:30.495420 | fa163e1d-9a4d-46c5-aea8-0000000023d1 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:07.101482 | 0.32s 2025-10-08 23:12:30.505248 | fa163e1d-9a4d-46c5-aea8-0000000023d1 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:07.111306 | 0.33s 2025-10-08 23:12:30.534488 | fa163e1d-9a4d-46c5-aea8-0000000023d3 | TASK | Ensure provider service is running 2025-10-08 23:12:30.975741 | fa163e1d-9a4d-46c5-aea8-0000000023d3 | OK | Ensure provider service is running | standalone | item=certmonger 2025-10-08 23:12:30.977520 | fa163e1d-9a4d-46c5-aea8-0000000023d3 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:07.583592 | 0.44s 2025-10-08 23:12:30.989292 | fa163e1d-9a4d-46c5-aea8-0000000023d3 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:07.595227 | 0.45s 2025-10-08 23:12:31.017833 | fa163e1d-9a4d-46c5-aea8-0000000023d6 | TASK | Ensure certificate requests 2025-10-08 23:12:32.789964 | fa163e1d-9a4d-46c5-aea8-0000000023d6 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.ooo.test', 'ip': [], 'key_size': '2048', 'name': 'haproxy-external-cert', 'principal': 'haproxy/standalone.ooo.test@OOO.TEST', 'run_after': '# Copy crt and key for backward compatibility\ncp "/etc/pki/tls/certs/haproxy-external-cert.crt" "/etc/pki/tls/certs/haproxy/overcloud-haproxy-external.crt"\ncp "/etc/pki/tls/private/haproxy-external-cert.key" "/etc/pki/tls/private/haproxy/overcloud-haproxy-external.key"\n\nca_type=ipa\nif [ "$ca_type" = "self-sign" ]; then\n # refresh the ca cert just in case the ca cert has been renewed\n ca_pem=\'/etc/pki/ca-trust/source/anchors/cm-local-ca.pem\'\n openssl pkcs12 -in /var/lib/certmonger/local/creds -out ${ca_pem} -nokeys -nodes -passin pass:\'\'\n chmod 0644 ${ca_pem}\n update-ca-trust extract\n test -e ${ca_pem} && openssl x509 -checkend 0 -noout -in ${ca_pem}\n openssl x509 -in ${ca_pem} -out /tmp/cm-local-ca.pem\n ca_path="/tmp/cm-local-ca.pem"\nelse\n ca_path="/etc/ipa/ca.crt"\nfi\n\nservice_crt="/etc/pki/tls/certs/haproxy/overcloud-haproxy-external.crt"\nservice_key="/etc/pki/tls/private/haproxy/overcloud-haproxy-external.key"\nservice_pem="/etc/pki/tls/private/overcloud_endpoint.pem"\n\ncat "$service_crt" "$ca_path" "$service_key" > "$service_pem"\n\ncontainer_name=$(podman ps --format=\\{\\{.Names\\}\\} | grep -w -E \'haproxy(-bundle-.*-[0-9]+)?\')\n# Inject the new pem into the running container\nif echo "$container_name" | grep -q "^haproxy-bundle"; then\n # lp#1917868: Do not use podman cp with HA containers as they get\n # frozen temporarily and that can make pacemaker operation fail.\n tar -c "$service_pem" | podman exec -i "$container_name" tar -C / -xv\n # no need to update the mount point, because pacemaker\n # recreates the container when it\'s restarted\nelse\n # Refresh the pem at the mount-point\n podman cp $service_pem "$container_name:/var/lib/kolla/config_files/src-tls/$service_pem"\n # Copy the new pem from the mount-point to the real path\n podman exec "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_pem" "$service_pem"\nfi\n# Set appropriate permissions\npodman exec "$container_name" chown haproxy:haproxy "$service_pem"\n# Trigger a reload for HAProxy to read the new certificates\npodman kill --signal HUP "$container_name"\n'} 2025-10-08 23:12:32.792650 | fa163e1d-9a4d-46c5-aea8-0000000023d6 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:09.398712 | 1.77s 2025-10-08 23:12:32.802483 | fa163e1d-9a4d-46c5-aea8-0000000023d6 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:09.408551 | 1.78s 2025-10-08 23:12:32.851095 | fa163e1d-9a4d-46c5-aea8-000000002242 | TASK | Create dirs for certificates and keys 2025-10-08 23:12:33.590100 | fa163e1d-9a4d-46c5-aea8-000000002242 | OK | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/certs/haproxy 2025-10-08 23:12:33.592647 | fa163e1d-9a4d-46c5-aea8-000000002242 | TIMING | Create dirs for certificates and keys | standalone | 0:05:10.198710 | 0.74s 2025-10-08 23:12:33.828896 | fa163e1d-9a4d-46c5-aea8-000000002242 | OK | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/private/haproxy 2025-10-08 23:12:33.829948 | fa163e1d-9a4d-46c5-aea8-000000002242 | TIMING | Create dirs for certificates and keys | standalone | 0:05:10.436013 | 0.98s 2025-10-08 23:12:33.836753 | fa163e1d-9a4d-46c5-aea8-000000002242 | TIMING | Create dirs for certificates and keys | standalone | 0:05:10.442813 | 0.98s 2025-10-08 23:12:33.913344 | fa163e1d-9a4d-46c5-aea8-000000002243 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:05:10.519400 | 0.05s 2025-10-08 23:12:33.977869 | fa163e1d-9a4d-46c5-aea8-000000002458 | TASK | Set version specific variables 2025-10-08 23:12:34.023913 | fa163e1d-9a4d-46c5-aea8-000000002458 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:05:10.629969 | 0.05s 2025-10-08 23:12:34.041991 | e09be88a-4e4c-4ecf-9e3f-5df41636705e | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-10-08 23:12:34.073339 | fa163e1d-9a4d-46c5-aea8-00000000248b | TASK | Ensure ansible_facts used by role 2025-10-08 23:12:34.477938 | fa163e1d-9a4d-46c5-aea8-00000000248b | OK | Ensure ansible_facts used by role | standalone 2025-10-08 23:12:34.479420 | fa163e1d-9a4d-46c5-aea8-00000000248b | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:05:11.085485 | 0.40s 2025-10-08 23:12:34.505268 | fa163e1d-9a4d-46c5-aea8-00000000248c | TASK | Set platform/version specific variables 2025-10-08 23:12:34.573947 | fa163e1d-9a4d-46c5-aea8-00000000248c | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-08 23:12:34.591445 | fa163e1d-9a4d-46c5-aea8-00000000248c | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-08 23:12:34.609943 | fa163e1d-9a4d-46c5-aea8-00000000248c | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-10-08 23:12:34.623805 | fa163e1d-9a4d-46c5-aea8-00000000248c | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-10-08 23:12:34.635551 | fa163e1d-9a4d-46c5-aea8-00000000248c | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:05:11.241615 | 0.13s 2025-10-08 23:12:34.660477 | fa163e1d-9a4d-46c5-aea8-000000002459 | TASK | Ensure certificate role dependencies are installed 2025-10-08 23:12:37.545688 | fa163e1d-9a4d-46c5-aea8-000000002459 | OK | Ensure certificate role dependencies are installed | standalone 2025-10-08 23:12:37.547028 | fa163e1d-9a4d-46c5-aea8-000000002459 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:05:14.153093 | 2.89s 2025-10-08 23:12:37.572220 | fa163e1d-9a4d-46c5-aea8-00000000245b | TASK | Ensure provider packages are installed 2025-10-08 23:12:40.564520 | fa163e1d-9a4d-46c5-aea8-00000000245b | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:17.170586 | 2.99s 2025-10-08 23:12:40.571082 | fa163e1d-9a4d-46c5-aea8-00000000245b | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:17.177152 | 3.00s 2025-10-08 23:12:40.596393 | fa163e1d-9a4d-46c5-aea8-00000000245d | TASK | Ensure pre-scripts hooks directory exists 2025-10-08 23:12:40.906686 | fa163e1d-9a4d-46c5-aea8-00000000245d | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-10-08 23:12:40.907824 | fa163e1d-9a4d-46c5-aea8-00000000245d | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:17.513893 | 0.31s 2025-10-08 23:12:40.913162 | fa163e1d-9a4d-46c5-aea8-00000000245d | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:17.519229 | 0.32s 2025-10-08 23:12:40.939931 | fa163e1d-9a4d-46c5-aea8-00000000245f | TASK | Ensure post-scripts hooks directory exists 2025-10-08 23:12:41.242036 | fa163e1d-9a4d-46c5-aea8-00000000245f | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-10-08 23:12:41.243610 | fa163e1d-9a4d-46c5-aea8-00000000245f | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:17.849679 | 0.30s 2025-10-08 23:12:41.254097 | fa163e1d-9a4d-46c5-aea8-00000000245f | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:17.860160 | 0.31s 2025-10-08 23:12:41.280383 | fa163e1d-9a4d-46c5-aea8-000000002461 | TASK | Ensure provider service is running 2025-10-08 23:12:41.709313 | fa163e1d-9a4d-46c5-aea8-000000002461 | OK | Ensure provider service is running | standalone | item=certmonger 2025-10-08 23:12:41.711957 | fa163e1d-9a4d-46c5-aea8-000000002461 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:18.318017 | 0.43s 2025-10-08 23:12:41.722818 | fa163e1d-9a4d-46c5-aea8-000000002461 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:18.328878 | 0.44s 2025-10-08 23:12:41.750523 | fa163e1d-9a4d-46c5-aea8-000000002464 | TASK | Ensure certificate requests 2025-10-08 23:12:43.805639 | fa163e1d-9a4d-46c5-aea8-000000002464 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': ['standalone.ctlplane.ooo.test', 'overcloud.ctlplane.ooo.test'], 'key_size': '2048', 'name': 'haproxy-ctlplane-cert', 'principal': 'haproxy/standalone.ctlplane.ooo.test@OOO.TEST', 'run_after': '# Copy crt and key for backward compatibility\ncp "/etc/pki/tls/certs/haproxy-ctlplane-cert.crt" "/etc/pki/tls/certs/haproxy/overcloud-haproxy-ctlplane.crt"\ncp "/etc/pki/tls/private/haproxy-ctlplane-cert.key" "/etc/pki/tls/private/haproxy/overcloud-haproxy-ctlplane.key"\n\nca_path="/etc/ipa/ca.crt"\nservice_crt="/etc/pki/tls/certs/haproxy/overcloud-haproxy-ctlplane.crt"\nservice_key="/etc/pki/tls/private/haproxy/overcloud-haproxy-ctlplane.key"\nservice_pem="/etc/pki/tls/certs/haproxy/overcloud-haproxy-ctlplane.pem"\n\ncat "$service_crt" "$ca_path" "$service_key" > "$service_pem"\n\ncontainer_name=$(podman ps --format=\\{\\{.Names\\}\\} | grep -w -E \'haproxy(-bundle-.*-[0-9]+)?\')\n# Inject the new pem into the running container\nif echo "$container_name" | grep -q "^haproxy-bundle"; then\n # lp#1917868: Do not use podman cp with HA containers as they get\n # frozen temporarily and that can make pacemaker operation fail.\n tar -c "$service_pem" | podman exec -i "$container_name" tar -C / -xv\n # no need to update the mount point, because pacemaker\n # recreates the container when it\'s restarted\nelse\n # Refresh the pem at the mount-point\n podman cp $service_pem "$container_name:/var/lib/kolla/config_files/src-tls/$service_pem"\n # Copy the new pem from the mount-point to the real path\n podman exec "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_pem" "$service_pem"\nfi\n# Set appropriate permissions\npodman exec "$container_name" chown haproxy:haproxy "$service_pem"\n# Trigger a reload for HAProxy to read the new certificates\npodman kill --signal HUP "$container_name"\n'} 2025-10-08 23:12:43.808354 | fa163e1d-9a4d-46c5-aea8-000000002464 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:20.414414 | 2.06s 2025-10-08 23:12:45.501782 | fa163e1d-9a4d-46c5-aea8-000000002464 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': ['standalone.storage.ooo.test', 'overcloud.storage.ooo.test'], 'key_size': '2048', 'name': 'haproxy-storage-cert', 'principal': 'haproxy/standalone.storage.ooo.test@OOO.TEST', 'run_after': '# Copy crt and key for backward compatibility\ncp "/etc/pki/tls/certs/haproxy-storage-cert.crt" "/etc/pki/tls/certs/haproxy/overcloud-haproxy-storage.crt"\ncp "/etc/pki/tls/private/haproxy-storage-cert.key" "/etc/pki/tls/private/haproxy/overcloud-haproxy-storage.key"\n\nca_path="/etc/ipa/ca.crt"\nservice_crt="/etc/pki/tls/certs/haproxy/overcloud-haproxy-storage.crt"\nservice_key="/etc/pki/tls/private/haproxy/overcloud-haproxy-storage.key"\nservice_pem="/etc/pki/tls/certs/haproxy/overcloud-haproxy-storage.pem"\n\ncat "$service_crt" "$ca_path" "$service_key" > "$service_pem"\n\ncontainer_name=$(podman ps --format=\\{\\{.Names\\}\\} | grep -w -E \'haproxy(-bundle-.*-[0-9]+)?\')\n# Inject the new pem into the running container\nif echo "$container_name" | grep -q "^haproxy-bundle"; then\n # lp#1917868: Do not use podman cp with HA containers as they get\n # frozen temporarily and that can make pacemaker operation fail.\n tar -c "$service_pem" | podman exec -i "$container_name" tar -C / -xv\n # no need to update the mount point, because pacemaker\n # recreates the container when it\'s restarted\nelse\n # Refresh the pem at the mount-point\n podman cp $service_pem "$container_name:/var/lib/kolla/config_files/src-tls/$service_pem"\n # Copy the new pem from the mount-point to the real path\n podman exec "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_pem" "$service_pem"\nfi\n# Set appropriate permissions\npodman exec "$container_name" chown haproxy:haproxy "$service_pem"\n# Trigger a reload for HAProxy to read the new certificates\npodman kill --signal HUP "$container_name"\n'} 2025-10-08 23:12:45.504195 | fa163e1d-9a4d-46c5-aea8-000000002464 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:22.110263 | 3.75s 2025-10-08 23:12:47.143030 | fa163e1d-9a4d-46c5-aea8-000000002464 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': ['standalone.storagemgmt.ooo.test', 'overcloud.storagemgmt.ooo.test'], 'key_size': '2048', 'name': 'haproxy-storage_mgmt-cert', 'principal': 'haproxy/standalone.storagemgmt.ooo.test@OOO.TEST', 'run_after': '# Copy crt and key for backward compatibility\ncp "/etc/pki/tls/certs/haproxy-storage_mgmt-cert.crt" "/etc/pki/tls/certs/haproxy/overcloud-haproxy-storage_mgmt.crt"\ncp "/etc/pki/tls/private/haproxy-storage_mgmt-cert.key" "/etc/pki/tls/private/haproxy/overcloud-haproxy-storage_mgmt.key"\n\nca_path="/etc/ipa/ca.crt"\nservice_crt="/etc/pki/tls/certs/haproxy/overcloud-haproxy-storage_mgmt.crt"\nservice_key="/etc/pki/tls/private/haproxy/overcloud-haproxy-storage_mgmt.key"\nservice_pem="/etc/pki/tls/certs/haproxy/overcloud-haproxy-storage_mgmt.pem"\n\ncat "$service_crt" "$ca_path" "$service_key" > "$service_pem"\n\ncontainer_name=$(podman ps --format=\\{\\{.Names\\}\\} | grep -w -E \'haproxy(-bundle-.*-[0-9]+)?\')\n# Inject the new pem into the running container\nif echo "$container_name" | grep -q "^haproxy-bundle"; then\n # lp#1917868: Do not use podman cp with HA containers as they get\n # frozen temporarily and that can make pacemaker operation fail.\n tar -c "$service_pem" | podman exec -i "$container_name" tar -C / -xv\n # no need to update the mount point, because pacemaker\n # recreates the container when it\'s restarted\nelse\n # Refresh the pem at the mount-point\n podman cp $service_pem "$container_name:/var/lib/kolla/config_files/src-tls/$service_pem"\n # Copy the new pem from the mount-point to the real path\n podman exec "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_pem" "$service_pem"\nfi\n# Set appropriate permissions\npodman exec "$container_name" chown haproxy:haproxy "$service_pem"\n# Trigger a reload for HAProxy to read the new certificates\npodman kill --signal HUP "$container_name"\n'} 2025-10-08 23:12:47.144813 | fa163e1d-9a4d-46c5-aea8-000000002464 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:23.750884 | 5.39s 2025-10-08 23:12:49.612829 | fa163e1d-9a4d-46c5-aea8-000000002464 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': ['standalone.internalapi.ooo.test', 'overcloud.internalapi.ooo.test'], 'key_size': '2048', 'name': 'haproxy-internal_api-cert', 'principal': 'haproxy/standalone.internalapi.ooo.test@OOO.TEST', 'run_after': '# Copy crt and key for backward compatibility\ncp "/etc/pki/tls/certs/haproxy-internal_api-cert.crt" "/etc/pki/tls/certs/haproxy/overcloud-haproxy-internal_api.crt"\ncp "/etc/pki/tls/private/haproxy-internal_api-cert.key" "/etc/pki/tls/private/haproxy/overcloud-haproxy-internal_api.key"\n\nca_path="/etc/ipa/ca.crt"\nservice_crt="/etc/pki/tls/certs/haproxy/overcloud-haproxy-internal_api.crt"\nservice_key="/etc/pki/tls/private/haproxy/overcloud-haproxy-internal_api.key"\nservice_pem="/etc/pki/tls/certs/haproxy/overcloud-haproxy-internal_api.pem"\n\ncat "$service_crt" "$ca_path" "$service_key" > "$service_pem"\n\ncontainer_name=$(podman ps --format=\\{\\{.Names\\}\\} | grep -w -E \'haproxy(-bundle-.*-[0-9]+)?\')\n# Inject the new pem into the running container\nif echo "$container_name" | grep -q "^haproxy-bundle"; then\n # lp#1917868: Do not use podman cp with HA containers as they get\n # frozen temporarily and that can make pacemaker operation fail.\n tar -c "$service_pem" | podman exec -i "$container_name" tar -C / -xv\n # no need to update the mount point, because pacemaker\n # recreates the container when it\'s restarted\nelse\n # Refresh the pem at the mount-point\n podman cp $service_pem "$container_name:/var/lib/kolla/config_files/src-tls/$service_pem"\n # Copy the new pem from the mount-point to the real path\n podman exec "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_pem" "$service_pem"\nfi\n# Set appropriate permissions\npodman exec "$container_name" chown haproxy:haproxy "$service_pem"\n# Trigger a reload for HAProxy to read the new certificates\npodman kill --signal HUP "$container_name"\n'} 2025-10-08 23:12:49.615107 | fa163e1d-9a4d-46c5-aea8-000000002464 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:26.221174 | 7.86s 2025-10-08 23:12:49.626936 | fa163e1d-9a4d-46c5-aea8-000000002464 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:26.233003 | 7.87s 2025-10-08 23:12:49.677338 | fa163e1d-9a4d-46c5-aea8-000000002245 | TASK | Run lvmfilter role 2025-10-08 23:12:49.726884 | fa163e1d-9a4d-46c5-aea8-000000002245 | TIMING | Run lvmfilter role | standalone | 0:05:26.332941 | 0.05s 2025-10-08 23:12:49.802035 | fa163e1d-9a4d-46c5-aea8-0000000024f8 | TASK | Check if lvm2 is installed 2025-10-08 23:12:50.011031 | fa163e1d-9a4d-46c5-aea8-0000000024f8 | CHANGED | Check if lvm2 is installed | standalone 2025-10-08 23:12:50.011890 | fa163e1d-9a4d-46c5-aea8-0000000024f8 | TIMING | tripleo_lvmfilter : Check if lvm2 is installed | standalone | 0:05:26.617961 | 0.21s 2025-10-08 23:12:50.029756 | fa163e1d-9a4d-46c5-aea8-0000000024fa | TASK | collect ansible devices 2025-10-08 23:12:50.079314 | fa163e1d-9a4d-46c5-aea8-0000000024fa | SKIPPED | collect ansible devices | standalone 2025-10-08 23:12:50.080090 | fa163e1d-9a4d-46c5-aea8-0000000024fa | TIMING | tripleo_lvmfilter : collect ansible devices | standalone | 0:05:26.686162 | 0.05s 2025-10-08 23:12:50.098513 | fa163e1d-9a4d-46c5-aea8-0000000024fb | TASK | collect in-use lvm2 devices list 2025-10-08 23:12:50.135758 | fa163e1d-9a4d-46c5-aea8-0000000024fb | SKIPPED | collect in-use lvm2 devices list | standalone 2025-10-08 23:12:50.136590 | fa163e1d-9a4d-46c5-aea8-0000000024fb | TIMING | tripleo_lvmfilter : collect in-use lvm2 devices list | standalone | 0:05:26.742663 | 0.04s 2025-10-08 23:12:50.154614 | fa163e1d-9a4d-46c5-aea8-0000000024fc | TASK | set allowed_devices 2025-10-08 23:12:50.201992 | fa163e1d-9a4d-46c5-aea8-0000000024fc | SKIPPED | set allowed_devices | standalone 2025-10-08 23:12:50.202930 | fa163e1d-9a4d-46c5-aea8-0000000024fc | TIMING | tripleo_lvmfilter : set allowed_devices | standalone | 0:05:26.809002 | 0.05s 2025-10-08 23:12:50.223224 | fa163e1d-9a4d-46c5-aea8-0000000024fd | TASK | build lvm2 allow list 2025-10-08 23:12:50.275718 | fa163e1d-9a4d-46c5-aea8-0000000024fd | SKIPPED | build lvm2 allow list | standalone 2025-10-08 23:12:50.276794 | fa163e1d-9a4d-46c5-aea8-0000000024fd | TIMING | tripleo_lvmfilter : build lvm2 allow list | standalone | 0:05:26.882864 | 0.05s 2025-10-08 23:12:50.297449 | fa163e1d-9a4d-46c5-aea8-0000000024fe | TASK | build lvm2 deny list 2025-10-08 23:12:50.345243 | fa163e1d-9a4d-46c5-aea8-0000000024fe | SKIPPED | build lvm2 deny list | standalone 2025-10-08 23:12:50.346052 | fa163e1d-9a4d-46c5-aea8-0000000024fe | TIMING | tripleo_lvmfilter : build lvm2 deny list | standalone | 0:05:26.952125 | 0.05s 2025-10-08 23:12:50.364224 | fa163e1d-9a4d-46c5-aea8-0000000024ff | TASK | build lvm2 filter 2025-10-08 23:12:50.414507 | fa163e1d-9a4d-46c5-aea8-0000000024ff | SKIPPED | build lvm2 filter | standalone 2025-10-08 23:12:50.415368 | fa163e1d-9a4d-46c5-aea8-0000000024ff | TIMING | tripleo_lvmfilter : build lvm2 filter | standalone | 0:05:27.021441 | 0.05s 2025-10-08 23:12:50.434818 | fa163e1d-9a4d-46c5-aea8-000000002500 | TASK | regenerate lvm config 2025-10-08 23:12:50.483950 | fa163e1d-9a4d-46c5-aea8-000000002500 | SKIPPED | regenerate lvm config | standalone 2025-10-08 23:12:50.484907 | fa163e1d-9a4d-46c5-aea8-000000002500 | TIMING | tripleo_lvmfilter : regenerate lvm config | standalone | 0:05:27.090980 | 0.05s 2025-10-08 23:12:50.503785 | fa163e1d-9a4d-46c5-aea8-000000002501 | TASK | copy new lvm.conf in place 2025-10-08 23:12:50.553957 | fa163e1d-9a4d-46c5-aea8-000000002501 | SKIPPED | copy new lvm.conf in place | standalone 2025-10-08 23:12:50.554978 | fa163e1d-9a4d-46c5-aea8-000000002501 | TIMING | tripleo_lvmfilter : copy new lvm.conf in place | standalone | 0:05:27.161048 | 0.05s 2025-10-08 23:12:50.592169 | fa163e1d-9a4d-46c5-aea8-00000000224b | TASK | Fail if container image is undefined 2025-10-08 23:12:50.663602 | fa163e1d-9a4d-46c5-aea8-00000000224b | SKIPPED | Fail if container image is undefined | standalone 2025-10-08 23:12:50.664487 | fa163e1d-9a4d-46c5-aea8-00000000224b | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:05:27.270560 | 0.07s 2025-10-08 23:12:50.689781 | fa163e1d-9a4d-46c5-aea8-00000000224c | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image 2025-10-08 23:13:00.018051 | fa163e1d-9a4d-46c5-aea8-00000000224c | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image | standalone 2025-10-08 23:13:00.019512 | fa163e1d-9a4d-46c5-aea8-00000000224c | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image | standalone | 0:05:36.625574 | 9.33s 2025-10-08 23:13:00.076956 | fa163e1d-9a4d-46c5-aea8-00000000224d | TASK | Tag cluster.common.tag/manila-share:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image 2025-10-08 23:13:00.404372 | fa163e1d-9a4d-46c5-aea8-00000000224d | CHANGED | Tag cluster.common.tag/manila-share:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image | standalone 2025-10-08 23:13:00.405627 | fa163e1d-9a4d-46c5-aea8-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:37.011690 | 0.33s 2025-10-08 23:13:00.504050 | fa163e1d-9a4d-46c5-aea8-000000002258 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:05:37.110110 | 0.05s 2025-10-08 23:13:00.566960 | fa163e1d-9a4d-46c5-aea8-000000002570 | TASK | Set version specific variables 2025-10-08 23:13:00.616420 | fa163e1d-9a4d-46c5-aea8-000000002570 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:05:37.222483 | 0.05s 2025-10-08 23:13:00.628141 | 2afbde2c-e908-4cee-8669-3538e37a7908 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-10-08 23:13:00.650748 | fa163e1d-9a4d-46c5-aea8-00000000259f | TASK | Ensure ansible_facts used by role 2025-10-08 23:13:01.048582 | fa163e1d-9a4d-46c5-aea8-00000000259f | OK | Ensure ansible_facts used by role | standalone 2025-10-08 23:13:01.050384 | fa163e1d-9a4d-46c5-aea8-00000000259f | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:05:37.656447 | 0.40s 2025-10-08 23:13:01.077834 | fa163e1d-9a4d-46c5-aea8-0000000025a0 | TASK | Set platform/version specific variables 2025-10-08 23:13:01.150619 | fa163e1d-9a4d-46c5-aea8-0000000025a0 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-08 23:13:01.170133 | fa163e1d-9a4d-46c5-aea8-0000000025a0 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-08 23:13:01.189009 | fa163e1d-9a4d-46c5-aea8-0000000025a0 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-10-08 23:13:01.203403 | fa163e1d-9a4d-46c5-aea8-0000000025a0 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-10-08 23:13:01.209177 | fa163e1d-9a4d-46c5-aea8-0000000025a0 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:05:37.815251 | 0.13s 2025-10-08 23:13:01.270926 | fa163e1d-9a4d-46c5-aea8-000000002571 | TASK | Ensure certificate role dependencies are installed 2025-10-08 23:13:04.211480 | fa163e1d-9a4d-46c5-aea8-000000002571 | OK | Ensure certificate role dependencies are installed | standalone 2025-10-08 23:13:04.212777 | fa163e1d-9a4d-46c5-aea8-000000002571 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:05:40.818842 | 2.94s 2025-10-08 23:13:04.238574 | fa163e1d-9a4d-46c5-aea8-000000002573 | TASK | Ensure provider packages are installed 2025-10-08 23:13:07.173935 | fa163e1d-9a4d-46c5-aea8-000000002573 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:43.779994 | 2.93s 2025-10-08 23:13:07.182378 | fa163e1d-9a4d-46c5-aea8-000000002573 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:43.788436 | 2.94s 2025-10-08 23:13:07.208999 | fa163e1d-9a4d-46c5-aea8-000000002575 | TASK | Ensure pre-scripts hooks directory exists 2025-10-08 23:13:07.477076 | fa163e1d-9a4d-46c5-aea8-000000002575 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-10-08 23:13:07.478387 | fa163e1d-9a4d-46c5-aea8-000000002575 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:44.084450 | 0.27s 2025-10-08 23:13:07.484317 | fa163e1d-9a4d-46c5-aea8-000000002575 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:44.090378 | 0.27s 2025-10-08 23:13:07.510402 | fa163e1d-9a4d-46c5-aea8-000000002577 | TASK | Ensure post-scripts hooks directory exists 2025-10-08 23:13:07.811685 | fa163e1d-9a4d-46c5-aea8-000000002577 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-10-08 23:13:07.812604 | fa163e1d-9a4d-46c5-aea8-000000002577 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:44.418675 | 0.30s 2025-10-08 23:13:07.817344 | fa163e1d-9a4d-46c5-aea8-000000002577 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:44.423397 | 0.31s 2025-10-08 23:13:07.843122 | fa163e1d-9a4d-46c5-aea8-000000002579 | TASK | Ensure provider service is running 2025-10-08 23:13:08.235495 | fa163e1d-9a4d-46c5-aea8-000000002579 | OK | Ensure provider service is running | standalone | item=certmonger 2025-10-08 23:13:08.237570 | fa163e1d-9a4d-46c5-aea8-000000002579 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:44.843639 | 0.39s 2025-10-08 23:13:08.248901 | fa163e1d-9a4d-46c5-aea8-000000002579 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:44.854960 | 0.40s 2025-10-08 23:13:08.277365 | fa163e1d-9a4d-46c5-aea8-00000000257c | TASK | Ensure certificate requests 2025-10-08 23:13:10.548563 | fa163e1d-9a4d-46c5-aea8-00000000257c | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.internalapi.ooo.test', 'key_size': '2048', 'name': 'memcached', 'principal': 'memcached/standalone.internalapi.ooo.test@OOO.TEST', 'run_after': 'container_name=$(podman ps --format=\\{\\{.Names\\}\\} | grep memcached)\nservice_crt="/etc/pki/tls/certs/memcached.crt"\nservice_key="/etc/pki/tls/private/memcached.key"\n# Copy the new cert from the mount-point to the real path\npodman exec -u root "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_crt" "$service_crt"\n# Copy the new key from the mount-point to the real path\npodman exec -u root "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_key" "$service_key"\n# Set appropriate permissions\npodman exec -u root "$container_name" chown memcached:memcached "$service_crt"\npodman exec -u root "$container_name" chown memcached:memcached "$service_key"\n# Send refresh_certs command to memcached to read the new certificate\nmemcached_ip="$(hiera -c /etc/puppet/hiera.yaml memcached::listen_ip.0 127.0.0.1)"\nmemcached_port="$(hiera -c /etc/puppet/hiera.yaml memcached::tcp_port 11211)"\necho refresh_certs | openssl s_client -connect $memcached_ip:$memcached_port\n'} 2025-10-08 23:13:10.550504 | fa163e1d-9a4d-46c5-aea8-00000000257c | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:47.156569 | 2.27s 2025-10-08 23:13:10.560147 | fa163e1d-9a4d-46c5-aea8-00000000257c | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:47.166222 | 2.28s 2025-10-08 23:13:10.658284 | fa163e1d-9a4d-46c5-aea8-00000000225a | TIMING | include_role : linux-system-roles.certificate | standalone | 0:05:47.264347 | 0.06s 2025-10-08 23:13:10.697718 | fa163e1d-9a4d-46c5-aea8-0000000025e4 | TASK | Set version specific variables 2025-10-08 23:13:10.747028 | fa163e1d-9a4d-46c5-aea8-0000000025e4 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:05:47.353086 | 0.05s 2025-10-08 23:13:10.757670 | 6049c235-dbec-472b-bcfd-8f8c7ca2e002 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-10-08 23:13:10.779554 | fa163e1d-9a4d-46c5-aea8-000000002613 | TASK | Ensure ansible_facts used by role 2025-10-08 23:13:11.152788 | fa163e1d-9a4d-46c5-aea8-000000002613 | OK | Ensure ansible_facts used by role | standalone 2025-10-08 23:13:11.153662 | fa163e1d-9a4d-46c5-aea8-000000002613 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:05:47.759737 | 0.37s 2025-10-08 23:13:11.172112 | fa163e1d-9a4d-46c5-aea8-000000002614 | TASK | Set platform/version specific variables 2025-10-08 23:13:11.247555 | fa163e1d-9a4d-46c5-aea8-000000002614 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-08 23:13:11.281782 | fa163e1d-9a4d-46c5-aea8-000000002614 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-08 23:13:11.306691 | fa163e1d-9a4d-46c5-aea8-000000002614 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-10-08 23:13:11.326562 | fa163e1d-9a4d-46c5-aea8-000000002614 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-10-08 23:13:11.332428 | fa163e1d-9a4d-46c5-aea8-000000002614 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:05:47.938496 | 0.16s 2025-10-08 23:13:11.355923 | fa163e1d-9a4d-46c5-aea8-0000000025e5 | TASK | Ensure certificate role dependencies are installed 2025-10-08 23:13:14.224138 | fa163e1d-9a4d-46c5-aea8-0000000025e5 | OK | Ensure certificate role dependencies are installed | standalone 2025-10-08 23:13:14.225425 | fa163e1d-9a4d-46c5-aea8-0000000025e5 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:05:50.831492 | 2.87s 2025-10-08 23:13:14.250724 | fa163e1d-9a4d-46c5-aea8-0000000025e7 | TASK | Ensure provider packages are installed 2025-10-08 23:13:17.197259 | fa163e1d-9a4d-46c5-aea8-0000000025e7 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:53.803308 | 2.95s 2025-10-08 23:13:17.209386 | fa163e1d-9a4d-46c5-aea8-0000000025e7 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:53.815446 | 2.96s 2025-10-08 23:13:17.235776 | fa163e1d-9a4d-46c5-aea8-0000000025e9 | TASK | Ensure pre-scripts hooks directory exists 2025-10-08 23:13:17.460386 | fa163e1d-9a4d-46c5-aea8-0000000025e9 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-10-08 23:13:17.461484 | fa163e1d-9a4d-46c5-aea8-0000000025e9 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:54.067552 | 0.22s 2025-10-08 23:13:17.473620 | fa163e1d-9a4d-46c5-aea8-0000000025e9 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:54.079678 | 0.24s 2025-10-08 23:13:17.496105 | fa163e1d-9a4d-46c5-aea8-0000000025eb | TASK | Ensure post-scripts hooks directory exists 2025-10-08 23:13:17.743291 | fa163e1d-9a4d-46c5-aea8-0000000025eb | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-10-08 23:13:17.745568 | fa163e1d-9a4d-46c5-aea8-0000000025eb | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:54.351629 | 0.25s 2025-10-08 23:13:17.755775 | fa163e1d-9a4d-46c5-aea8-0000000025eb | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:54.361839 | 0.26s 2025-10-08 23:13:17.783538 | fa163e1d-9a4d-46c5-aea8-0000000025ed | TASK | Ensure provider service is running 2025-10-08 23:13:18.189742 | fa163e1d-9a4d-46c5-aea8-0000000025ed | OK | Ensure provider service is running | standalone | item=certmonger 2025-10-08 23:13:18.192408 | fa163e1d-9a4d-46c5-aea8-0000000025ed | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:54.798468 | 0.41s 2025-10-08 23:13:18.203138 | fa163e1d-9a4d-46c5-aea8-0000000025ed | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:54.809131 | 0.42s 2025-10-08 23:13:18.230555 | fa163e1d-9a4d-46c5-aea8-0000000025f0 | TASK | Ensure certificate requests 2025-10-08 23:13:19.922613 | fa163e1d-9a4d-46c5-aea8-0000000025f0 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': ['standalone.internalapi.ooo.test', 'overcloud.internalapi.ooo.test'], 'key_size': '2048', 'name': 'mysql', 'principal': 'mysql/standalone.internalapi.ooo.test@OOO.TEST'} 2025-10-08 23:13:19.923769 | fa163e1d-9a4d-46c5-aea8-0000000025f0 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:56.529839 | 1.69s 2025-10-08 23:13:19.928582 | fa163e1d-9a4d-46c5-aea8-0000000025f0 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:56.534643 | 1.70s 2025-10-08 23:13:19.979358 | fa163e1d-9a4d-46c5-aea8-000000002261 | TASK | Fail if container image is undefined 2025-10-08 23:13:20.052007 | fa163e1d-9a4d-46c5-aea8-000000002261 | SKIPPED | Fail if container image is undefined | standalone 2025-10-08 23:13:20.053366 | fa163e1d-9a4d-46c5-aea8-000000002261 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:05:56.659423 | 0.07s 2025-10-08 23:13:20.098503 | fa163e1d-9a4d-46c5-aea8-000000002262 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image 2025-10-08 23:13:28.578692 | fa163e1d-9a4d-46c5-aea8-000000002262 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone 2025-10-08 23:13:28.580222 | fa163e1d-9a4d-46c5-aea8-000000002262 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone | 0:06:05.186285 | 8.48s 2025-10-08 23:13:28.638939 | fa163e1d-9a4d-46c5-aea8-000000002263 | TASK | Tag cluster.common.tag/mariadb:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image 2025-10-08 23:13:28.974573 | fa163e1d-9a4d-46c5-aea8-000000002263 | CHANGED | Tag cluster.common.tag/mariadb:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone 2025-10-08 23:13:28.975919 | fa163e1d-9a4d-46c5-aea8-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:05.581985 | 0.34s 2025-10-08 23:13:29.078140 | fa163e1d-9a4d-46c5-aea8-00000000226e | TIMING | include_role : linux-system-roles.certificate | standalone | 0:06:05.684194 | 0.05s 2025-10-08 23:13:29.144402 | fa163e1d-9a4d-46c5-aea8-00000000265e | TASK | Set version specific variables 2025-10-08 23:13:29.193021 | fa163e1d-9a4d-46c5-aea8-00000000265e | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:06:05.799067 | 0.05s 2025-10-08 23:13:29.212779 | 6ffa8670-ca2c-422b-a899-4a157ed5bcf9 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-10-08 23:13:29.245280 | fa163e1d-9a4d-46c5-aea8-00000000268d | TASK | Ensure ansible_facts used by role 2025-10-08 23:13:29.633818 | fa163e1d-9a4d-46c5-aea8-00000000268d | OK | Ensure ansible_facts used by role | standalone 2025-10-08 23:13:29.635370 | fa163e1d-9a4d-46c5-aea8-00000000268d | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:06:06.241434 | 0.39s 2025-10-08 23:13:29.662241 | fa163e1d-9a4d-46c5-aea8-00000000268e | TASK | Set platform/version specific variables 2025-10-08 23:13:29.735265 | fa163e1d-9a4d-46c5-aea8-00000000268e | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-08 23:13:29.752355 | fa163e1d-9a4d-46c5-aea8-00000000268e | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-08 23:13:29.770864 | fa163e1d-9a4d-46c5-aea8-00000000268e | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-10-08 23:13:29.784971 | fa163e1d-9a4d-46c5-aea8-00000000268e | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-10-08 23:13:29.797394 | fa163e1d-9a4d-46c5-aea8-00000000268e | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:06:06.403447 | 0.13s 2025-10-08 23:13:29.824477 | fa163e1d-9a4d-46c5-aea8-00000000265f | TASK | Ensure certificate role dependencies are installed 2025-10-08 23:13:32.767687 | fa163e1d-9a4d-46c5-aea8-00000000265f | OK | Ensure certificate role dependencies are installed | standalone 2025-10-08 23:13:32.768821 | fa163e1d-9a4d-46c5-aea8-00000000265f | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:06:09.374889 | 2.94s 2025-10-08 23:13:32.790154 | fa163e1d-9a4d-46c5-aea8-000000002661 | TASK | Ensure provider packages are installed 2025-10-08 23:13:35.708922 | fa163e1d-9a4d-46c5-aea8-000000002661 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:06:12.314954 | 2.92s 2025-10-08 23:13:35.722338 | fa163e1d-9a4d-46c5-aea8-000000002661 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:06:12.328397 | 2.93s 2025-10-08 23:13:35.744313 | fa163e1d-9a4d-46c5-aea8-000000002663 | TASK | Ensure pre-scripts hooks directory exists 2025-10-08 23:13:36.003253 | fa163e1d-9a4d-46c5-aea8-000000002663 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-10-08 23:13:36.004843 | fa163e1d-9a4d-46c5-aea8-000000002663 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:06:12.610910 | 0.26s 2025-10-08 23:13:36.014715 | fa163e1d-9a4d-46c5-aea8-000000002663 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:06:12.620781 | 0.27s 2025-10-08 23:13:36.032857 | fa163e1d-9a4d-46c5-aea8-000000002665 | TASK | Ensure post-scripts hooks directory exists 2025-10-08 23:13:36.328331 | fa163e1d-9a4d-46c5-aea8-000000002665 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-10-08 23:13:36.330228 | fa163e1d-9a4d-46c5-aea8-000000002665 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:06:12.936296 | 0.30s 2025-10-08 23:13:36.340707 | fa163e1d-9a4d-46c5-aea8-000000002665 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:06:12.946764 | 0.31s 2025-10-08 23:13:36.367143 | fa163e1d-9a4d-46c5-aea8-000000002667 | TASK | Ensure provider service is running 2025-10-08 23:13:36.792055 | fa163e1d-9a4d-46c5-aea8-000000002667 | OK | Ensure provider service is running | standalone | item=certmonger 2025-10-08 23:13:36.793397 | fa163e1d-9a4d-46c5-aea8-000000002667 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:06:13.399467 | 0.42s 2025-10-08 23:13:36.806348 | fa163e1d-9a4d-46c5-aea8-000000002667 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:06:13.412409 | 0.44s 2025-10-08 23:13:36.834481 | fa163e1d-9a4d-46c5-aea8-00000000266a | TASK | Ensure certificate requests 2025-10-08 23:13:38.396303 | fa163e1d-9a4d-46c5-aea8-00000000266a | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.internalapi.ooo.test', 'key_size': '2048', 'name': 'neutron_ovn', 'principal': 'neutron_ovn/standalone.internalapi.ooo.test@OOO.TEST'} 2025-10-08 23:13:38.398830 | fa163e1d-9a4d-46c5-aea8-00000000266a | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:15.004893 | 1.56s 2025-10-08 23:13:38.409118 | fa163e1d-9a4d-46c5-aea8-00000000266a | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:15.015179 | 1.57s 2025-10-08 23:13:38.535948 | fa163e1d-9a4d-46c5-aea8-000000002270 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:06:15.142013 | 0.05s 2025-10-08 23:13:38.593147 | fa163e1d-9a4d-46c5-aea8-0000000026d2 | TASK | Set version specific variables 2025-10-08 23:13:38.646085 | fa163e1d-9a4d-46c5-aea8-0000000026d2 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:06:15.252137 | 0.05s 2025-10-08 23:13:38.660716 | 155e2024-d502-4b5a-a308-ccd20ea8c2ab | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-10-08 23:13:38.686867 | fa163e1d-9a4d-46c5-aea8-000000002701 | TASK | Ensure ansible_facts used by role 2025-10-08 23:13:39.084699 | fa163e1d-9a4d-46c5-aea8-000000002701 | OK | Ensure ansible_facts used by role | standalone 2025-10-08 23:13:39.086349 | fa163e1d-9a4d-46c5-aea8-000000002701 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:06:15.692413 | 0.40s 2025-10-08 23:13:39.113726 | fa163e1d-9a4d-46c5-aea8-000000002702 | TASK | Set platform/version specific variables 2025-10-08 23:13:39.205702 | fa163e1d-9a4d-46c5-aea8-000000002702 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-08 23:13:39.240443 | fa163e1d-9a4d-46c5-aea8-000000002702 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-08 23:13:39.272288 | fa163e1d-9a4d-46c5-aea8-000000002702 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-10-08 23:13:39.294270 | fa163e1d-9a4d-46c5-aea8-000000002702 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-10-08 23:13:39.306688 | fa163e1d-9a4d-46c5-aea8-000000002702 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:06:15.912738 | 0.19s 2025-10-08 23:13:39.333349 | fa163e1d-9a4d-46c5-aea8-0000000026d3 | TASK | Ensure certificate role dependencies are installed 2025-10-08 23:13:42.169604 | fa163e1d-9a4d-46c5-aea8-0000000026d3 | OK | Ensure certificate role dependencies are installed | standalone 2025-10-08 23:13:42.171034 | fa163e1d-9a4d-46c5-aea8-0000000026d3 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:06:18.777098 | 2.84s 2025-10-08 23:13:42.197344 | fa163e1d-9a4d-46c5-aea8-0000000026d5 | TASK | Ensure provider packages are installed 2025-10-08 23:13:45.096176 | fa163e1d-9a4d-46c5-aea8-0000000026d5 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:06:21.702231 | 2.90s 2025-10-08 23:13:45.109240 | fa163e1d-9a4d-46c5-aea8-0000000026d5 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:06:21.715300 | 2.91s 2025-10-08 23:13:45.135325 | fa163e1d-9a4d-46c5-aea8-0000000026d7 | TASK | Ensure pre-scripts hooks directory exists 2025-10-08 23:13:45.431880 | fa163e1d-9a4d-46c5-aea8-0000000026d7 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-10-08 23:13:45.433938 | fa163e1d-9a4d-46c5-aea8-0000000026d7 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:06:22.039999 | 0.30s 2025-10-08 23:13:45.443865 | fa163e1d-9a4d-46c5-aea8-0000000026d7 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:06:22.049929 | 0.31s 2025-10-08 23:13:45.470944 | fa163e1d-9a4d-46c5-aea8-0000000026d9 | TASK | Ensure post-scripts hooks directory exists 2025-10-08 23:13:45.768222 | fa163e1d-9a4d-46c5-aea8-0000000026d9 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-10-08 23:13:45.770304 | fa163e1d-9a4d-46c5-aea8-0000000026d9 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:06:22.376366 | 0.30s 2025-10-08 23:13:45.780247 | fa163e1d-9a4d-46c5-aea8-0000000026d9 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:06:22.386310 | 0.31s 2025-10-08 23:13:45.806753 | fa163e1d-9a4d-46c5-aea8-0000000026db | TASK | Ensure provider service is running 2025-10-08 23:13:46.257832 | fa163e1d-9a4d-46c5-aea8-0000000026db | OK | Ensure provider service is running | standalone | item=certmonger 2025-10-08 23:13:46.260298 | fa163e1d-9a4d-46c5-aea8-0000000026db | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:06:22.866360 | 0.45s 2025-10-08 23:13:46.270696 | fa163e1d-9a4d-46c5-aea8-0000000026db | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:06:22.876765 | 0.46s 2025-10-08 23:13:46.297810 | fa163e1d-9a4d-46c5-aea8-0000000026de | TASK | Ensure certificate requests 2025-10-08 23:13:47.921780 | fa163e1d-9a4d-46c5-aea8-0000000026de | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.internalapi.ooo.test', 'key_size': '2048', 'name': 'neutron', 'principal': 'neutron/standalone.internalapi.ooo.test@OOO.TEST', 'run_after': 'container_name=$(podman ps --format=\\{\\{.Names\\}\\} | grep neutron_dhcp)\n# The certificate is also installed on the computes, but neutron_dhcp is only\n# present on the controllers, so we exit if the container could not be found.\n[[ -z $container_name ]] && exit 0\n\nservice_crt="/etc/pki/tls/certs/neutron.crt"\nservice_key="/etc/pki/tls/private/neutron.key"\n# Copy the new cert from the mount-point to the real path\npodman exec -u root "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_crt" "$service_crt"\n# Copy the new key from the mount-point to the real path\npodman exec -u root "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_key "$service_key"\n# No need to trigger a reload for neutron dhcpd since the cert is not cached\n'} 2025-10-08 23:13:47.924428 | fa163e1d-9a4d-46c5-aea8-0000000026de | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:24.530484 | 1.63s 2025-10-08 23:13:47.934342 | fa163e1d-9a4d-46c5-aea8-0000000026de | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:24.540411 | 1.64s 2025-10-08 23:13:47.982929 | fa163e1d-9a4d-46c5-aea8-000000002272 | TASK | install systemd-container for a greenfield 2025-10-08 23:14:05.759861 | fa163e1d-9a4d-46c5-aea8-000000002272 | CHANGED | install systemd-container for a greenfield | standalone 2025-10-08 23:14:05.761278 | fa163e1d-9a4d-46c5-aea8-000000002272 | TIMING | install systemd-container for a greenfield | standalone | 0:06:42.367347 | 17.78s 2025-10-08 23:14:05.782022 | fa163e1d-9a4d-46c5-aea8-000000002273 | TASK | manage PMEM namespaces for vPMEM 2025-10-08 23:14:05.821423 | fa163e1d-9a4d-46c5-aea8-000000002273 | SKIPPED | manage PMEM namespaces for vPMEM | standalone 2025-10-08 23:14:05.822492 | fa163e1d-9a4d-46c5-aea8-000000002273 | TIMING | manage PMEM namespaces for vPMEM | standalone | 0:06:42.428563 | 0.04s 2025-10-08 23:14:05.843139 | fa163e1d-9a4d-46c5-aea8-000000002275 | TASK | Enable post-copy by setting unprivileged_userfaultfd 2025-10-08 23:14:06.106171 | fa163e1d-9a4d-46c5-aea8-000000002275 | CHANGED | Enable post-copy by setting unprivileged_userfaultfd | standalone 2025-10-08 23:14:06.107217 | fa163e1d-9a4d-46c5-aea8-000000002275 | TIMING | Enable post-copy by setting unprivileged_userfaultfd | standalone | 0:06:42.713287 | 0.26s 2025-10-08 23:14:06.127499 | fa163e1d-9a4d-46c5-aea8-000000002277 | TASK | is KSM enabled 2025-10-08 23:14:06.158667 | fa163e1d-9a4d-46c5-aea8-000000002277 | OK | is KSM enabled | standalone 2025-10-08 23:14:06.159661 | fa163e1d-9a4d-46c5-aea8-000000002277 | TIMING | is KSM enabled | standalone | 0:06:42.765731 | 0.03s 2025-10-08 23:14:06.180094 | fa163e1d-9a4d-46c5-aea8-000000002279 | TASK | Check for ksm 2025-10-08 23:14:06.465869 | fa163e1d-9a4d-46c5-aea8-000000002279 | CHANGED | Check for ksm | standalone 2025-10-08 23:14:06.466914 | fa163e1d-9a4d-46c5-aea8-000000002279 | TIMING | Check for ksm | standalone | 0:06:43.072985 | 0.29s 2025-10-08 23:14:06.487609 | fa163e1d-9a4d-46c5-aea8-00000000227a | TASK | disable KSM services 2025-10-08 23:14:06.577392 | fa163e1d-9a4d-46c5-aea8-00000000227a | SKIPPED | disable KSM services | standalone | item=ksm.service 2025-10-08 23:14:06.613391 | fa163e1d-9a4d-46c5-aea8-00000000227a | SKIPPED | disable KSM services | standalone | item=ksmtuned.service 2025-10-08 23:14:06.625091 | fa163e1d-9a4d-46c5-aea8-00000000227a | TIMING | disable KSM services | standalone | 0:06:43.231148 | 0.14s 2025-10-08 23:14:06.646186 | fa163e1d-9a4d-46c5-aea8-00000000227b | TASK | delete PageKSM after disable ksm on compute 2025-10-08 23:14:06.697647 | fa163e1d-9a4d-46c5-aea8-00000000227b | SKIPPED | delete PageKSM after disable ksm on compute | standalone 2025-10-08 23:14:06.698687 | fa163e1d-9a4d-46c5-aea8-00000000227b | TIMING | delete PageKSM after disable ksm on compute | standalone | 0:06:43.304757 | 0.05s 2025-10-08 23:14:06.720344 | fa163e1d-9a4d-46c5-aea8-00000000227d | TASK | make sure package providing ksmtuned is installed (RHEL8 or CentOS8) 2025-10-08 23:14:06.770023 | fa163e1d-9a4d-46c5-aea8-00000000227d | SKIPPED | make sure package providing ksmtuned is installed (RHEL8 or CentOS8) | standalone 2025-10-08 23:14:06.771124 | fa163e1d-9a4d-46c5-aea8-00000000227d | TIMING | make sure package providing ksmtuned is installed (RHEL8 or CentOS8) | standalone | 0:06:43.377193 | 0.05s 2025-10-08 23:14:06.791674 | fa163e1d-9a4d-46c5-aea8-00000000227e | TASK | make sure package providing ksmtuned is installed (RHEL9 or CentOS9) 2025-10-08 23:14:06.842716 | fa163e1d-9a4d-46c5-aea8-00000000227e | SKIPPED | make sure package providing ksmtuned is installed (RHEL9 or CentOS9) | standalone 2025-10-08 23:14:06.843744 | fa163e1d-9a4d-46c5-aea8-00000000227e | TIMING | make sure package providing ksmtuned is installed (RHEL9 or CentOS9) | standalone | 0:06:43.449815 | 0.05s 2025-10-08 23:14:06.864420 | fa163e1d-9a4d-46c5-aea8-00000000227f | TASK | enable ksmtunded 2025-10-08 23:14:06.926896 | fa163e1d-9a4d-46c5-aea8-00000000227f | SKIPPED | enable ksmtunded | standalone | item=ksm.service 2025-10-08 23:14:06.950187 | fa163e1d-9a4d-46c5-aea8-00000000227f | SKIPPED | enable ksmtunded | standalone | item=ksmtuned.service 2025-10-08 23:14:06.961985 | fa163e1d-9a4d-46c5-aea8-00000000227f | TIMING | enable ksmtunded | standalone | 0:06:43.568046 | 0.10s 2025-10-08 23:14:06.983004 | fa163e1d-9a4d-46c5-aea8-000000002281 | TASK | Create dirs for certificates and keys 2025-10-08 23:14:07.263103 | fa163e1d-9a4d-46c5-aea8-000000002281 | CHANGED | Create dirs for certificates and keys | standalone | item=/etc/pki/libvirt 2025-10-08 23:14:07.264658 | fa163e1d-9a4d-46c5-aea8-000000002281 | TIMING | Create dirs for certificates and keys | standalone | 0:06:43.870721 | 0.28s 2025-10-08 23:14:07.490669 | fa163e1d-9a4d-46c5-aea8-000000002281 | CHANGED | Create dirs for certificates and keys | standalone | item=/etc/pki/libvirt/private 2025-10-08 23:14:07.492830 | fa163e1d-9a4d-46c5-aea8-000000002281 | TIMING | Create dirs for certificates and keys | standalone | 0:06:44.098895 | 0.51s 2025-10-08 23:14:07.672642 | fa163e1d-9a4d-46c5-aea8-000000002281 | CHANGED | Create dirs for certificates and keys | standalone | item=/etc/pki/qemu 2025-10-08 23:14:07.673761 | fa163e1d-9a4d-46c5-aea8-000000002281 | TIMING | Create dirs for certificates and keys | standalone | 0:06:44.279827 | 0.69s 2025-10-08 23:14:07.681128 | fa163e1d-9a4d-46c5-aea8-000000002281 | TIMING | Create dirs for certificates and keys | standalone | 0:06:44.287188 | 0.70s 2025-10-08 23:14:07.746967 | fa163e1d-9a4d-46c5-aea8-000000002282 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:06:44.353016 | 0.04s 2025-10-08 23:14:07.812960 | fa163e1d-9a4d-46c5-aea8-00000000276e | TASK | Set version specific variables 2025-10-08 23:14:07.861124 | fa163e1d-9a4d-46c5-aea8-00000000276e | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:06:44.467172 | 0.05s 2025-10-08 23:14:07.880777 | 301db41c-5024-47dd-954f-9c186173b044 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-10-08 23:14:07.911847 | fa163e1d-9a4d-46c5-aea8-0000000027a1 | TASK | Ensure ansible_facts used by role 2025-10-08 23:14:08.278370 | fa163e1d-9a4d-46c5-aea8-0000000027a1 | OK | Ensure ansible_facts used by role | standalone 2025-10-08 23:14:08.279879 | fa163e1d-9a4d-46c5-aea8-0000000027a1 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:06:44.885946 | 0.37s 2025-10-08 23:14:08.307571 | fa163e1d-9a4d-46c5-aea8-0000000027a2 | TASK | Set platform/version specific variables 2025-10-08 23:14:08.382957 | fa163e1d-9a4d-46c5-aea8-0000000027a2 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-08 23:14:08.402431 | fa163e1d-9a4d-46c5-aea8-0000000027a2 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-08 23:14:08.423526 | fa163e1d-9a4d-46c5-aea8-0000000027a2 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-10-08 23:14:08.439846 | fa163e1d-9a4d-46c5-aea8-0000000027a2 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-10-08 23:14:08.452314 | fa163e1d-9a4d-46c5-aea8-0000000027a2 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:06:45.058365 | 0.14s 2025-10-08 23:14:08.478609 | fa163e1d-9a4d-46c5-aea8-00000000276f | TASK | Ensure certificate role dependencies are installed 2025-10-08 23:14:11.346868 | fa163e1d-9a4d-46c5-aea8-00000000276f | OK | Ensure certificate role dependencies are installed | standalone 2025-10-08 23:14:11.348247 | fa163e1d-9a4d-46c5-aea8-00000000276f | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:06:47.954311 | 2.87s 2025-10-08 23:14:11.373833 | fa163e1d-9a4d-46c5-aea8-000000002771 | TASK | Ensure provider packages are installed 2025-10-08 23:14:14.331244 | fa163e1d-9a4d-46c5-aea8-000000002771 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:06:50.937296 | 2.96s 2025-10-08 23:14:14.337866 | fa163e1d-9a4d-46c5-aea8-000000002771 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:06:50.943925 | 2.96s 2025-10-08 23:14:14.364769 | fa163e1d-9a4d-46c5-aea8-000000002773 | TASK | Ensure pre-scripts hooks directory exists 2025-10-08 23:14:14.669679 | fa163e1d-9a4d-46c5-aea8-000000002773 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-10-08 23:14:14.670825 | fa163e1d-9a4d-46c5-aea8-000000002773 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:06:51.276893 | 0.30s 2025-10-08 23:14:14.677435 | fa163e1d-9a4d-46c5-aea8-000000002773 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:06:51.283483 | 0.31s 2025-10-08 23:14:14.706312 | fa163e1d-9a4d-46c5-aea8-000000002775 | TASK | Ensure post-scripts hooks directory exists 2025-10-08 23:14:14.999683 | fa163e1d-9a4d-46c5-aea8-000000002775 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-10-08 23:14:15.001497 | fa163e1d-9a4d-46c5-aea8-000000002775 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:06:51.607564 | 0.29s 2025-10-08 23:14:15.012033 | fa163e1d-9a4d-46c5-aea8-000000002775 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:06:51.618083 | 0.30s 2025-10-08 23:14:15.039493 | fa163e1d-9a4d-46c5-aea8-000000002777 | TASK | Ensure provider service is running 2025-10-08 23:14:15.456393 | fa163e1d-9a4d-46c5-aea8-000000002777 | OK | Ensure provider service is running | standalone | item=certmonger 2025-10-08 23:14:15.458296 | fa163e1d-9a4d-46c5-aea8-000000002777 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:06:52.064361 | 0.42s 2025-10-08 23:14:15.468356 | fa163e1d-9a4d-46c5-aea8-000000002777 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:06:52.074424 | 0.43s 2025-10-08 23:14:15.487068 | fa163e1d-9a4d-46c5-aea8-00000000277a | TASK | Ensure certificate requests 2025-10-08 23:14:16.960034 | fa163e1d-9a4d-46c5-aea8-00000000277a | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.internalapi.ooo.test', 'key_size': '2048', 'name': 'libvirt-server-cert', 'principal': 'libvirt/standalone.internalapi.ooo.test@OOO.TEST', 'run_after': '# Copy cert and key to libvirt dirs\ncp /etc/ipa/ca.crt /etc/pki/CA/cacert.pem\nchown root:root /etc/pki/CA/cacert.pem\nchmod 644 /etc/pki/CA/cacert.pem\ncp /etc/pki/tls/certs/libvirt-server-cert.crt /etc/pki/libvirt/servercert.pem\ncp /etc/pki/tls/private/libvirt-server-cert.key /etc/pki/libvirt/private/serverkey.pem\npodman exec nova_virtproxyd virt-admin server-update-tls virtproxyd || systemctl reload tripleo_nova_virtproxyd\n'} 2025-10-08 23:14:16.961690 | fa163e1d-9a4d-46c5-aea8-00000000277a | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:53.567750 | 1.47s 2025-10-08 23:14:18.501633 | fa163e1d-9a4d-46c5-aea8-00000000277a | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.internalapi.ooo.test', 'key_size': '2048', 'name': 'libvirt-client-cert', 'principal': 'libvirt/standalone.internalapi.ooo.test@OOO.TEST', 'run_after': '# Copy cert and key to libvirt dirs\ncp /etc/pki/tls/certs/libvirt-client-cert.crt /etc/pki/libvirt/clientcert.pem\ncp /etc/pki/tls/private/libvirt-client-cert.key /etc/pki/libvirt/private/clientkey.pem\npodman exec nova_virtproxyd virt-admin server-update-tls virtproxyd || systemctl reload tripleo_nova_virtproxyd\n'} 2025-10-08 23:14:18.504272 | fa163e1d-9a4d-46c5-aea8-00000000277a | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:55.110332 | 3.02s 2025-10-08 23:14:20.282752 | fa163e1d-9a4d-46c5-aea8-00000000277a | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.internalapi.ooo.test', 'group': 'qemu', 'key_size': '2048', 'name': 'qemu-server-cert', 'owner': 'root', 'principal': 'qemu/standalone.internalapi.ooo.test@OOO.TEST', 'run_after': '# Copy cert and key to qemu dir\ncp /etc/ipa/ca.crt /etc/pki/qemu/ca-cert.pem\nchown root:root /etc/pki/qemu/ca-cert.pem\nchmod 644 /etc/pki/qemu/ca-cert.pem\ncp -a /etc/pki/tls/certs/qemu-server-cert.crt /etc/pki/qemu/server-cert.pem\ncp -a /etc/pki/tls/private/qemu-server-cert.key /etc/pki/qemu/server-key.pem\nchgrp qemu /etc/pki/qemu/server-*\nchmod 0640 /etc/pki/qemu/server-cert.pem\nchmod 0640 /etc/pki/qemu/server-key.pem\n'} 2025-10-08 23:14:20.284037 | fa163e1d-9a4d-46c5-aea8-00000000277a | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:56.890103 | 4.80s 2025-10-08 23:14:21.784602 | fa163e1d-9a4d-46c5-aea8-00000000277a | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.internalapi.ooo.test', 'group': 'qemu', 'key_size': '2048', 'name': 'qemu-client-cert', 'owner': 'root', 'principal': 'qemu/standalone.internalapi.ooo.test@OOO.TEST', 'run_after': '# Copy cert and key to qemu dir\ncp -a /etc/pki/tls/certs/qemu-client-cert.crt /etc/pki/qemu/client-cert.pem\ncp -a /etc/pki/tls/private/qemu-client-cert.key /etc/pki/qemu/client-key.pem\nchgrp qemu /etc/pki/qemu/client-*\nchmod 0640 /etc/pki/qemu/client-cert.pem\nchmod 0640 /etc/pki/qemu/client-key.pem\n'} 2025-10-08 23:14:21.785781 | fa163e1d-9a4d-46c5-aea8-00000000277a | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:58.391847 | 6.30s 2025-10-08 23:14:21.793799 | fa163e1d-9a4d-46c5-aea8-00000000277a | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:58.399867 | 6.31s 2025-10-08 23:14:21.843667 | fa163e1d-9a4d-46c5-aea8-000000002284 | TASK | Execute system role for Nova/Libvirt VNC certs 2025-10-08 23:14:21.929614 | fa163e1d-9a4d-46c5-aea8-000000002284 | TIMING | Execute system role for Nova/Libvirt VNC certs | standalone | 0:06:58.535644 | 0.08s 2025-10-08 23:14:21.940915 | fa163e1d-9a4d-46c5-aea8-000000002284 | TIMING | Execute system role for Nova/Libvirt VNC certs | standalone | 0:06:58.546985 | 0.10s 2025-10-08 23:14:21.953363 | fa163e1d-9a4d-46c5-aea8-000000002284 | TIMING | Execute system role for Nova/Libvirt VNC certs | standalone | 0:06:58.559431 | 0.11s 2025-10-08 23:14:22.039240 | fa163e1d-9a4d-46c5-aea8-0000000027f8 | TASK | Set version specific variables 2025-10-08 23:14:22.088373 | fa163e1d-9a4d-46c5-aea8-0000000027f8 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:06:58.694435 | 0.05s 2025-10-08 23:14:22.100511 | 5a0274dc-81ea-4035-9932-890baecaaadf | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-10-08 23:14:22.123105 | fa163e1d-9a4d-46c5-aea8-000000002850 | TASK | Ensure ansible_facts used by role 2025-10-08 23:14:22.519258 | fa163e1d-9a4d-46c5-aea8-000000002850 | OK | Ensure ansible_facts used by role | standalone 2025-10-08 23:14:22.520405 | fa163e1d-9a4d-46c5-aea8-000000002850 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:06:59.126475 | 0.40s 2025-10-08 23:14:22.541654 | fa163e1d-9a4d-46c5-aea8-000000002851 | TASK | Set platform/version specific variables 2025-10-08 23:14:22.619716 | fa163e1d-9a4d-46c5-aea8-000000002851 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-08 23:14:22.639035 | fa163e1d-9a4d-46c5-aea8-000000002851 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-08 23:14:22.659225 | fa163e1d-9a4d-46c5-aea8-000000002851 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-10-08 23:14:22.674827 | fa163e1d-9a4d-46c5-aea8-000000002851 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-10-08 23:14:22.686400 | fa163e1d-9a4d-46c5-aea8-000000002851 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:06:59.292467 | 0.14s 2025-10-08 23:14:22.707110 | fa163e1d-9a4d-46c5-aea8-0000000027f9 | TASK | Ensure certificate role dependencies are installed 2025-10-08 23:14:25.587459 | fa163e1d-9a4d-46c5-aea8-0000000027f9 | OK | Ensure certificate role dependencies are installed | standalone 2025-10-08 23:14:25.588958 | fa163e1d-9a4d-46c5-aea8-0000000027f9 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:07:02.195021 | 2.88s 2025-10-08 23:14:25.614093 | fa163e1d-9a4d-46c5-aea8-0000000027fb | TASK | Ensure provider packages are installed 2025-10-08 23:14:28.586623 | fa163e1d-9a4d-46c5-aea8-0000000027fb | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:05.192676 | 2.97s 2025-10-08 23:14:28.598717 | fa163e1d-9a4d-46c5-aea8-0000000027fb | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:05.204775 | 2.98s 2025-10-08 23:14:28.619884 | fa163e1d-9a4d-46c5-aea8-0000000027fd | TASK | Ensure pre-scripts hooks directory exists 2025-10-08 23:14:28.950588 | fa163e1d-9a4d-46c5-aea8-0000000027fd | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-10-08 23:14:28.952389 | fa163e1d-9a4d-46c5-aea8-0000000027fd | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:05.558455 | 0.33s 2025-10-08 23:14:28.962617 | fa163e1d-9a4d-46c5-aea8-0000000027fd | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:05.568680 | 0.34s 2025-10-08 23:14:28.984026 | fa163e1d-9a4d-46c5-aea8-0000000027ff | TASK | Ensure post-scripts hooks directory exists 2025-10-08 23:14:29.252381 | fa163e1d-9a4d-46c5-aea8-0000000027ff | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-10-08 23:14:29.253937 | fa163e1d-9a4d-46c5-aea8-0000000027ff | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:05.859995 | 0.27s 2025-10-08 23:14:29.260140 | fa163e1d-9a4d-46c5-aea8-0000000027ff | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:05.866208 | 0.27s 2025-10-08 23:14:29.277845 | fa163e1d-9a4d-46c5-aea8-000000002801 | TASK | Ensure provider service is running 2025-10-08 23:14:29.742483 | fa163e1d-9a4d-46c5-aea8-000000002801 | OK | Ensure provider service is running | standalone | item=certmonger 2025-10-08 23:14:29.744646 | fa163e1d-9a4d-46c5-aea8-000000002801 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:06.350712 | 0.47s 2025-10-08 23:14:29.755437 | fa163e1d-9a4d-46c5-aea8-000000002801 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:06.361499 | 0.48s 2025-10-08 23:14:29.776572 | fa163e1d-9a4d-46c5-aea8-000000002804 | TASK | Ensure certificate requests 2025-10-08 23:14:31.640413 | fa163e1d-9a4d-46c5-aea8-000000002804 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.internalapi.ooo.test', 'key_size': '2048', 'name': 'libvirt-vnc-client-cert', 'principal': 'libvirt-vnc/standalone.internalapi.ooo.test@OOO.TEST', 'run_after': 'container_name=$(podman ps --format=\\{\\{.Names\\}\\} | grep nova_vnc_proxy)\nservice_crt="/etc/pki/tls/certs/libvirt-vnc-client-cert.crt"\nservice_key="/etc/pki/tls/private/libvirt-vnc-client-cert.key"\n# Copy the new cert from the mount-point to the real path\npodman exec -u root "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_crt" "$service_crt"\n# Copy the new key from the mount-point to the real path\npodman exec -u root "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_key" "$service_key"\n\n# Set permissions\npodman exec -u root "$container_name" chmod 0644 $service_crt\npodman exec -u root "$container_name" chmod 0640 $service_key\npodman exec -u root "$container_name" chgrp qemu $service_key\n\n# No need to trigger a reload for novnc proxy since the cert is not cached\n'} 2025-10-08 23:14:31.642280 | fa163e1d-9a4d-46c5-aea8-000000002804 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:08.248351 | 1.86s 2025-10-08 23:14:31.653051 | fa163e1d-9a4d-46c5-aea8-000000002804 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:08.259118 | 1.88s 2025-10-08 23:14:31.704539 | fa163e1d-9a4d-46c5-aea8-000000002821 | TASK | Set version specific variables 2025-10-08 23:14:31.755788 | fa163e1d-9a4d-46c5-aea8-000000002821 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:07:08.361837 | 0.05s 2025-10-08 23:14:31.776927 | c58c8db1-2c07-4b01-a29d-8f8b2b3daaec | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-10-08 23:14:31.808438 | fa163e1d-9a4d-46c5-aea8-00000000288a | TASK | Ensure ansible_facts used by role 2025-10-08 23:14:32.212528 | fa163e1d-9a4d-46c5-aea8-00000000288a | OK | Ensure ansible_facts used by role | standalone 2025-10-08 23:14:32.214111 | fa163e1d-9a4d-46c5-aea8-00000000288a | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:07:08.820177 | 0.40s 2025-10-08 23:14:32.240676 | fa163e1d-9a4d-46c5-aea8-00000000288b | TASK | Set platform/version specific variables 2025-10-08 23:14:32.313854 | fa163e1d-9a4d-46c5-aea8-00000000288b | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-08 23:14:32.332069 | fa163e1d-9a4d-46c5-aea8-00000000288b | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-08 23:14:32.351515 | fa163e1d-9a4d-46c5-aea8-00000000288b | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-10-08 23:14:32.365759 | fa163e1d-9a4d-46c5-aea8-00000000288b | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-10-08 23:14:32.370062 | fa163e1d-9a4d-46c5-aea8-00000000288b | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:07:08.976117 | 0.13s 2025-10-08 23:14:32.396006 | fa163e1d-9a4d-46c5-aea8-000000002822 | TASK | Ensure certificate role dependencies are installed 2025-10-08 23:14:35.260907 | fa163e1d-9a4d-46c5-aea8-000000002822 | OK | Ensure certificate role dependencies are installed | standalone 2025-10-08 23:14:35.262432 | fa163e1d-9a4d-46c5-aea8-000000002822 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:07:11.868498 | 2.86s 2025-10-08 23:14:35.287644 | fa163e1d-9a4d-46c5-aea8-000000002824 | TASK | Ensure provider packages are installed 2025-10-08 23:14:38.261306 | fa163e1d-9a4d-46c5-aea8-000000002824 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:14.867353 | 2.97s 2025-10-08 23:14:38.268277 | fa163e1d-9a4d-46c5-aea8-000000002824 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:14.874336 | 2.98s 2025-10-08 23:14:38.297344 | fa163e1d-9a4d-46c5-aea8-000000002826 | TASK | Ensure pre-scripts hooks directory exists 2025-10-08 23:14:38.597254 | fa163e1d-9a4d-46c5-aea8-000000002826 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-10-08 23:14:38.598112 | fa163e1d-9a4d-46c5-aea8-000000002826 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:15.204183 | 0.30s 2025-10-08 23:14:38.605259 | fa163e1d-9a4d-46c5-aea8-000000002826 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:15.211321 | 0.31s 2025-10-08 23:14:38.626374 | fa163e1d-9a4d-46c5-aea8-000000002828 | TASK | Ensure post-scripts hooks directory exists 2025-10-08 23:14:38.843681 | fa163e1d-9a4d-46c5-aea8-000000002828 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-10-08 23:14:38.845036 | fa163e1d-9a4d-46c5-aea8-000000002828 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:15.451098 | 0.22s 2025-10-08 23:14:38.856872 | fa163e1d-9a4d-46c5-aea8-000000002828 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:15.462935 | 0.23s 2025-10-08 23:14:38.878415 | fa163e1d-9a4d-46c5-aea8-00000000282a | TASK | Ensure provider service is running 2025-10-08 23:14:39.296680 | fa163e1d-9a4d-46c5-aea8-00000000282a | OK | Ensure provider service is running | standalone | item=certmonger 2025-10-08 23:14:39.299449 | fa163e1d-9a4d-46c5-aea8-00000000282a | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:15.905508 | 0.42s 2025-10-08 23:14:39.310137 | fa163e1d-9a4d-46c5-aea8-00000000282a | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:15.916198 | 0.43s 2025-10-08 23:14:39.337505 | fa163e1d-9a4d-46c5-aea8-00000000282d | TASK | Ensure certificate requests 2025-10-08 23:14:41.295667 | fa163e1d-9a4d-46c5-aea8-00000000282d | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.internalapi.ooo.test', 'key_size': '2048', 'name': 'novnc-proxy', 'principal': 'novnc-proxy/standalone.internalapi.ooo.test@OOO.TEST', 'run_after': 'container_name=$(podman ps --format=\\{\\{.Names\\}\\} | grep nova_vnc_proxy)\nservice_crt="/etc/pki/tls/certs/novnc-proxy.crt"\nservice_key="/etc/pki/tls/private/novnc-proxy.key"\n# Copy the new cert from the mount-point to the real path\npodman exec -u root "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_crt" "$service_crt"\n# Copy the new key from the mount-point to the real path\npodman exec -u root "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_key" "$service_key"\n\n# Set permissions\npodman exec -u root "$container_name" chmod 0644 $service_crt\npodman exec -u root "$container_name" chmod 0640 $service_key\npodman exec -u root "$container_name" chgrp qemu $service_key\n\n# No need to trigger a reload for novnc proxy since the cert is not cached\n'} 2025-10-08 23:14:41.298227 | fa163e1d-9a4d-46c5-aea8-00000000282d | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:17.904256 | 1.96s 2025-10-08 23:14:41.308732 | fa163e1d-9a4d-46c5-aea8-00000000282d | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:17.914791 | 1.97s 2025-10-08 23:14:41.412045 | fa163e1d-9a4d-46c5-aea8-000000002287 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:07:18.018094 | 0.05s 2025-10-08 23:14:41.476865 | fa163e1d-9a4d-46c5-aea8-0000000028cf | TASK | Set version specific variables 2025-10-08 23:14:41.528650 | fa163e1d-9a4d-46c5-aea8-0000000028cf | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:07:18.134700 | 0.05s 2025-10-08 23:14:41.548045 | 5fea1a14-9231-4148-8a06-f5dad9c9dbdc | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-10-08 23:14:41.579997 | fa163e1d-9a4d-46c5-aea8-0000000028fe | TASK | Ensure ansible_facts used by role 2025-10-08 23:14:41.969633 | fa163e1d-9a4d-46c5-aea8-0000000028fe | OK | Ensure ansible_facts used by role | standalone 2025-10-08 23:14:41.971478 | fa163e1d-9a4d-46c5-aea8-0000000028fe | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:07:18.577538 | 0.39s 2025-10-08 23:14:41.998802 | fa163e1d-9a4d-46c5-aea8-0000000028ff | TASK | Set platform/version specific variables 2025-10-08 23:14:42.088420 | fa163e1d-9a4d-46c5-aea8-0000000028ff | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-08 23:14:42.122104 | fa163e1d-9a4d-46c5-aea8-0000000028ff | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-08 23:14:42.153244 | fa163e1d-9a4d-46c5-aea8-0000000028ff | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-10-08 23:14:42.175616 | fa163e1d-9a4d-46c5-aea8-0000000028ff | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-10-08 23:14:42.181908 | fa163e1d-9a4d-46c5-aea8-0000000028ff | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:07:18.787964 | 0.18s 2025-10-08 23:14:42.207752 | fa163e1d-9a4d-46c5-aea8-0000000028d0 | TASK | Ensure certificate role dependencies are installed 2025-10-08 23:14:45.172124 | fa163e1d-9a4d-46c5-aea8-0000000028d0 | OK | Ensure certificate role dependencies are installed | standalone 2025-10-08 23:14:45.173711 | fa163e1d-9a4d-46c5-aea8-0000000028d0 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:07:21.779740 | 2.96s 2025-10-08 23:14:45.195861 | fa163e1d-9a4d-46c5-aea8-0000000028d2 | TASK | Ensure provider packages are installed 2025-10-08 23:14:48.088745 | fa163e1d-9a4d-46c5-aea8-0000000028d2 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:24.694784 | 2.89s 2025-10-08 23:14:48.095933 | fa163e1d-9a4d-46c5-aea8-0000000028d2 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:24.701992 | 2.90s 2025-10-08 23:14:48.122308 | fa163e1d-9a4d-46c5-aea8-0000000028d4 | TASK | Ensure pre-scripts hooks directory exists 2025-10-08 23:14:48.422549 | fa163e1d-9a4d-46c5-aea8-0000000028d4 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-10-08 23:14:48.423653 | fa163e1d-9a4d-46c5-aea8-0000000028d4 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:25.029718 | 0.30s 2025-10-08 23:14:48.429996 | fa163e1d-9a4d-46c5-aea8-0000000028d4 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:25.036058 | 0.31s 2025-10-08 23:14:48.456397 | fa163e1d-9a4d-46c5-aea8-0000000028d6 | TASK | Ensure post-scripts hooks directory exists 2025-10-08 23:14:48.760303 | fa163e1d-9a4d-46c5-aea8-0000000028d6 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-10-08 23:14:48.762493 | fa163e1d-9a4d-46c5-aea8-0000000028d6 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:25.368553 | 0.30s 2025-10-08 23:14:48.772833 | fa163e1d-9a4d-46c5-aea8-0000000028d6 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:25.378895 | 0.32s 2025-10-08 23:14:48.799800 | fa163e1d-9a4d-46c5-aea8-0000000028d8 | TASK | Ensure provider service is running 2025-10-08 23:14:49.239646 | fa163e1d-9a4d-46c5-aea8-0000000028d8 | OK | Ensure provider service is running | standalone | item=certmonger 2025-10-08 23:14:49.241475 | fa163e1d-9a4d-46c5-aea8-0000000028d8 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:25.847537 | 0.44s 2025-10-08 23:14:49.250110 | fa163e1d-9a4d-46c5-aea8-0000000028d8 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:25.856173 | 0.45s 2025-10-08 23:14:49.268790 | fa163e1d-9a4d-46c5-aea8-0000000028db | TASK | Ensure certificate requests 2025-10-08 23:14:50.659996 | fa163e1d-9a4d-46c5-aea8-0000000028db | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.internalapi.ooo.test', 'key_size': '2048', 'name': 'ovn_controller', 'principal': 'ovn_controller/standalone.internalapi.ooo.test@OOO.TEST'} 2025-10-08 23:14:50.661819 | fa163e1d-9a4d-46c5-aea8-0000000028db | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:27.267872 | 1.39s 2025-10-08 23:14:50.670072 | fa163e1d-9a4d-46c5-aea8-0000000028db | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:27.276128 | 1.40s 2025-10-08 23:14:50.718910 | fa163e1d-9a4d-46c5-aea8-000000002289 | TASK | set is_ovn_dbs_bootstrap_node fact 2025-10-08 23:14:50.800219 | fa163e1d-9a4d-46c5-aea8-000000002289 | OK | set is_ovn_dbs_bootstrap_node fact | standalone 2025-10-08 23:14:50.801255 | fa163e1d-9a4d-46c5-aea8-000000002289 | TIMING | set is_ovn_dbs_bootstrap_node fact | standalone | 0:07:27.407316 | 0.08s 2025-10-08 23:14:50.825828 | fa163e1d-9a4d-46c5-aea8-00000000228a | TASK | Populate ansible service facts so we can check for pacemaker service 2025-10-08 23:14:53.902831 | fa163e1d-9a4d-46c5-aea8-00000000228a | OK | Populate ansible service facts so we can check for pacemaker service | standalone 2025-10-08 23:14:53.907987 | fa163e1d-9a4d-46c5-aea8-00000000228a | TIMING | Populate ansible service facts so we can check for pacemaker service | standalone | 0:07:30.514053 | 3.08s 2025-10-08 23:14:53.942425 | fa163e1d-9a4d-46c5-aea8-00000000228c | TASK | Fetch ovn-dbs-bundle 2025-10-08 23:14:54.012518 | fa163e1d-9a4d-46c5-aea8-00000000228c | SKIPPED | Fetch ovn-dbs-bundle | standalone 2025-10-08 23:14:54.013799 | fa163e1d-9a4d-46c5-aea8-00000000228c | TIMING | Fetch ovn-dbs-bundle | standalone | 0:07:30.619863 | 0.07s 2025-10-08 23:14:54.042902 | fa163e1d-9a4d-46c5-aea8-00000000228d | TASK | Fetch ovn VIP 2025-10-08 23:14:54.132862 | fa163e1d-9a4d-46c5-aea8-00000000228d | SKIPPED | Fetch ovn VIP | standalone 2025-10-08 23:14:54.134135 | fa163e1d-9a4d-46c5-aea8-00000000228d | TIMING | Fetch ovn VIP | standalone | 0:07:30.740201 | 0.09s 2025-10-08 23:14:54.162741 | fa163e1d-9a4d-46c5-aea8-00000000228e | TASK | Remove OVNDBs from pacemaker 2025-10-08 23:14:54.235467 | fa163e1d-9a4d-46c5-aea8-00000000228e | SKIPPED | Remove OVNDBs from pacemaker | standalone 2025-10-08 23:14:54.236856 | fa163e1d-9a4d-46c5-aea8-00000000228e | TIMING | Remove OVNDBs from pacemaker | standalone | 0:07:30.842919 | 0.07s 2025-10-08 23:14:54.266125 | fa163e1d-9a4d-46c5-aea8-00000000228f | TASK | Remove OVNDBs VIP from pacemaker 2025-10-08 23:14:54.330716 | fa163e1d-9a4d-46c5-aea8-00000000228f | SKIPPED | Remove OVNDBs VIP from pacemaker | standalone 2025-10-08 23:14:54.332071 | fa163e1d-9a4d-46c5-aea8-00000000228f | TIMING | Remove OVNDBs VIP from pacemaker | standalone | 0:07:30.938135 | 0.06s 2025-10-08 23:14:54.361440 | fa163e1d-9a4d-46c5-aea8-000000002290 | TASK | Clean up pacemaker remote nodes cache 2025-10-08 23:14:54.413035 | fa163e1d-9a4d-46c5-aea8-000000002290 | SKIPPED | Clean up pacemaker remote nodes cache | standalone 2025-10-08 23:14:54.414621 | fa163e1d-9a4d-46c5-aea8-000000002290 | TIMING | Clean up pacemaker remote nodes cache | standalone | 0:07:31.020681 | 0.05s 2025-10-08 23:14:54.443624 | fa163e1d-9a4d-46c5-aea8-000000002291 | TASK | Remove pacemaker attributes 2025-10-08 23:14:54.516469 | fa163e1d-9a4d-46c5-aea8-000000002291 | SKIPPED | Remove pacemaker attributes | standalone | item=standalone 2025-10-08 23:14:54.529823 | fa163e1d-9a4d-46c5-aea8-000000002291 | TIMING | Remove pacemaker attributes | standalone | 0:07:31.135876 | 0.08s 2025-10-08 23:14:54.611974 | fa163e1d-9a4d-46c5-aea8-000000002294 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:07:31.218027 | 0.05s 2025-10-08 23:14:54.684414 | fa163e1d-9a4d-46c5-aea8-000000002957 | TASK | Set version specific variables 2025-10-08 23:14:54.735278 | fa163e1d-9a4d-46c5-aea8-000000002957 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:07:31.341324 | 0.05s 2025-10-08 23:14:54.758564 | a096b45c-9fb6-470e-beb1-ca04edeb1909 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-10-08 23:14:54.790391 | fa163e1d-9a4d-46c5-aea8-000000002988 | TASK | Ensure ansible_facts used by role 2025-10-08 23:14:55.141600 | fa163e1d-9a4d-46c5-aea8-000000002988 | OK | Ensure ansible_facts used by role | standalone 2025-10-08 23:14:55.142721 | fa163e1d-9a4d-46c5-aea8-000000002988 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:07:31.748791 | 0.35s 2025-10-08 23:14:55.165555 | fa163e1d-9a4d-46c5-aea8-000000002989 | TASK | Set platform/version specific variables 2025-10-08 23:14:55.259494 | fa163e1d-9a4d-46c5-aea8-000000002989 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-08 23:14:55.292513 | fa163e1d-9a4d-46c5-aea8-000000002989 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-08 23:14:55.321611 | fa163e1d-9a4d-46c5-aea8-000000002989 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-10-08 23:14:55.341671 | fa163e1d-9a4d-46c5-aea8-000000002989 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-10-08 23:14:55.347355 | fa163e1d-9a4d-46c5-aea8-000000002989 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:07:31.953423 | 0.18s 2025-10-08 23:14:55.370472 | fa163e1d-9a4d-46c5-aea8-000000002958 | TASK | Ensure certificate role dependencies are installed 2025-10-08 23:14:58.342706 | fa163e1d-9a4d-46c5-aea8-000000002958 | OK | Ensure certificate role dependencies are installed | standalone 2025-10-08 23:14:58.344111 | fa163e1d-9a4d-46c5-aea8-000000002958 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:07:34.950174 | 2.97s 2025-10-08 23:14:58.373609 | fa163e1d-9a4d-46c5-aea8-00000000295a | TASK | Ensure provider packages are installed 2025-10-08 23:15:01.288118 | fa163e1d-9a4d-46c5-aea8-00000000295a | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:37.894166 | 2.91s 2025-10-08 23:15:01.294794 | fa163e1d-9a4d-46c5-aea8-00000000295a | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:37.900852 | 2.92s 2025-10-08 23:15:01.318985 | fa163e1d-9a4d-46c5-aea8-00000000295c | TASK | Ensure pre-scripts hooks directory exists 2025-10-08 23:15:01.625781 | fa163e1d-9a4d-46c5-aea8-00000000295c | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-10-08 23:15:01.627856 | fa163e1d-9a4d-46c5-aea8-00000000295c | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:38.233918 | 0.31s 2025-10-08 23:15:01.638253 | fa163e1d-9a4d-46c5-aea8-00000000295c | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:38.244312 | 0.32s 2025-10-08 23:15:01.668402 | fa163e1d-9a4d-46c5-aea8-00000000295e | TASK | Ensure post-scripts hooks directory exists 2025-10-08 23:15:02.023096 | fa163e1d-9a4d-46c5-aea8-00000000295e | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-10-08 23:15:02.024245 | fa163e1d-9a4d-46c5-aea8-00000000295e | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:38.630311 | 0.35s 2025-10-08 23:15:02.030028 | fa163e1d-9a4d-46c5-aea8-00000000295e | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:38.636098 | 0.36s 2025-10-08 23:15:02.053075 | fa163e1d-9a4d-46c5-aea8-000000002960 | TASK | Ensure provider service is running 2025-10-08 23:15:02.476711 | fa163e1d-9a4d-46c5-aea8-000000002960 | OK | Ensure provider service is running | standalone | item=certmonger 2025-10-08 23:15:02.478748 | fa163e1d-9a4d-46c5-aea8-000000002960 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:39.084800 | 0.42s 2025-10-08 23:15:02.491873 | fa163e1d-9a4d-46c5-aea8-000000002960 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:39.097936 | 0.44s 2025-10-08 23:15:02.521571 | fa163e1d-9a4d-46c5-aea8-000000002963 | TASK | Ensure certificate requests 2025-10-08 23:15:03.920370 | fa163e1d-9a4d-46c5-aea8-000000002963 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.internalapi.ooo.test', 'key_size': '2048', 'name': 'ovn_dbs', 'principal': 'ovn_dbs/standalone.internalapi.ooo.test@OOO.TEST'} 2025-10-08 23:15:03.921742 | fa163e1d-9a4d-46c5-aea8-000000002963 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:40.527805 | 1.40s 2025-10-08 23:15:03.929148 | fa163e1d-9a4d-46c5-aea8-000000002963 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:40.535204 | 1.41s 2025-10-08 23:15:03.988167 | fa163e1d-9a4d-46c5-aea8-000000002296 | TASK | Configure OVN DBs and northd 2025-10-08 23:15:04.042531 | fa163e1d-9a4d-46c5-aea8-000000002296 | TIMING | Configure OVN DBs and northd | standalone | 0:07:40.648570 | 0.05s 2025-10-08 23:15:04.118765 | fa163e1d-9a4d-46c5-aea8-0000000029d2 | TASK | create directory /var/lib/config-data/ansible-generated/ovn 2025-10-08 23:15:04.366938 | fa163e1d-9a4d-46c5-aea8-0000000029d2 | CHANGED | create directory /var/lib/config-data/ansible-generated/ovn | standalone 2025-10-08 23:15:04.368333 | fa163e1d-9a4d-46c5-aea8-0000000029d2 | TIMING | tripleo_ovn_cluster : create directory /var/lib/config-data/ansible-generated/ovn | standalone | 0:07:40.974395 | 0.25s 2025-10-08 23:15:04.391726 | fa163e1d-9a4d-46c5-aea8-0000000029d3 | TASK | set is_ovn_dbs_bootstrap_node fact 2025-10-08 23:15:04.462559 | fa163e1d-9a4d-46c5-aea8-0000000029d3 | SKIPPED | set is_ovn_dbs_bootstrap_node fact | standalone 2025-10-08 23:15:04.463504 | fa163e1d-9a4d-46c5-aea8-0000000029d3 | TIMING | tripleo_ovn_cluster : set is_ovn_dbs_bootstrap_node fact | standalone | 0:07:41.069573 | 0.07s 2025-10-08 23:15:04.486652 | fa163e1d-9a4d-46c5-aea8-0000000029d4 | TASK | check ovsdb-tool election-timer options 2025-10-08 23:15:04.732209 | fa163e1d-9a4d-46c5-aea8-0000000029d4 | CHANGED | check ovsdb-tool election-timer options | standalone 2025-10-08 23:15:04.733748 | fa163e1d-9a4d-46c5-aea8-0000000029d4 | TIMING | tripleo_ovn_cluster : check ovsdb-tool election-timer options | standalone | 0:07:41.339810 | 0.25s 2025-10-08 23:15:04.762334 | fa163e1d-9a4d-46c5-aea8-0000000029d5 | TASK | set has_ovsdb_tool_election_timer fact 2025-10-08 23:15:04.827666 | fa163e1d-9a4d-46c5-aea8-0000000029d5 | OK | set has_ovsdb_tool_election_timer fact | standalone 2025-10-08 23:15:04.828908 | fa163e1d-9a4d-46c5-aea8-0000000029d5 | TIMING | tripleo_ovn_cluster : set has_ovsdb_tool_election_timer fact | standalone | 0:07:41.434965 | 0.07s 2025-10-08 23:15:04.859376 | fa163e1d-9a4d-46c5-aea8-0000000029d6 | TASK | render OVN cluster configuration 2025-10-08 23:15:05.454794 | fa163e1d-9a4d-46c5-aea8-0000000029d6 | CHANGED | render OVN cluster configuration | standalone 2025-10-08 23:15:05.455861 | fa163e1d-9a4d-46c5-aea8-0000000029d6 | TIMING | tripleo_ovn_cluster : render OVN cluster configuration | standalone | 0:07:42.061931 | 0.59s 2025-10-08 23:15:05.479726 | fa163e1d-9a4d-46c5-aea8-0000000029d7 | TASK | restart OVN northd and north and south databases 2025-10-08 23:15:05.516535 | fa163e1d-9a4d-46c5-aea8-0000000029d7 | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:07:42.122581 | 0.04s 2025-10-08 23:15:05.529991 | fa163e1d-9a4d-46c5-aea8-0000000029d7 | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:07:42.136051 | 0.05s 2025-10-08 23:15:05.540411 | fa163e1d-9a4d-46c5-aea8-0000000029d7 | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:07:42.146473 | 0.06s 2025-10-08 23:15:05.547160 | fa163e1d-9a4d-46c5-aea8-0000000029d7 | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:07:42.153217 | 0.07s 2025-10-08 23:15:05.572119 | b21b9788-ecf9-4732-babc-f543a79aa2e4 | INCLUDED | /usr/share/ansible/roles/tripleo_ovn_cluster/tasks/restart.yml | standalone 2025-10-08 23:15:05.580788 | 8c6499f3-a2bb-468d-81a3-fcfd89f56ca6 | INCLUDED | /usr/share/ansible/roles/tripleo_ovn_cluster/tasks/restart.yml | standalone 2025-10-08 23:15:05.586425 | e9462e6a-12ad-4274-ba31-0529324697aa | INCLUDED | /usr/share/ansible/roles/tripleo_ovn_cluster/tasks/restart.yml | standalone 2025-10-08 23:15:05.618468 | fa163e1d-9a4d-46c5-aea8-000000002a06 | TASK | check if tripleo_cluster_north_db_server systemd service is active 2025-10-08 23:15:05.850778 | fa163e1d-9a4d-46c5-aea8-000000002a06 | CHANGED | check if tripleo_cluster_north_db_server systemd service is active | standalone 2025-10-08 23:15:05.852130 | fa163e1d-9a4d-46c5-aea8-000000002a06 | TIMING | tripleo_ovn_cluster : check if tripleo_cluster_north_db_server systemd service is active | standalone | 0:07:42.458192 | 0.23s 2025-10-08 23:15:05.882917 | fa163e1d-9a4d-46c5-aea8-000000002a07 | TASK | restart tripleo_cluster_north_db_server systemd service 2025-10-08 23:15:05.914557 | fa163e1d-9a4d-46c5-aea8-000000002a07 | SKIPPED | restart tripleo_cluster_north_db_server systemd service | standalone 2025-10-08 23:15:05.916042 | fa163e1d-9a4d-46c5-aea8-000000002a07 | TIMING | tripleo_ovn_cluster : restart tripleo_cluster_north_db_server systemd service | standalone | 0:07:42.522104 | 0.03s 2025-10-08 23:15:05.948179 | fa163e1d-9a4d-46c5-aea8-000000002a0b | TASK | check if tripleo_cluster_south_db_server systemd service is active 2025-10-08 23:15:06.215660 | fa163e1d-9a4d-46c5-aea8-000000002a0b | CHANGED | check if tripleo_cluster_south_db_server systemd service is active | standalone 2025-10-08 23:15:06.216606 | fa163e1d-9a4d-46c5-aea8-000000002a0b | TIMING | tripleo_ovn_cluster : check if tripleo_cluster_south_db_server systemd service is active | standalone | 0:07:42.822678 | 0.27s 2025-10-08 23:15:06.237374 | fa163e1d-9a4d-46c5-aea8-000000002a0c | TASK | restart tripleo_cluster_south_db_server systemd service 2025-10-08 23:15:06.266606 | fa163e1d-9a4d-46c5-aea8-000000002a0c | SKIPPED | restart tripleo_cluster_south_db_server systemd service | standalone 2025-10-08 23:15:06.267373 | fa163e1d-9a4d-46c5-aea8-000000002a0c | TIMING | tripleo_ovn_cluster : restart tripleo_cluster_south_db_server systemd service | standalone | 0:07:42.873444 | 0.03s 2025-10-08 23:15:06.287950 | fa163e1d-9a4d-46c5-aea8-000000002a10 | TASK | check if tripleo_cluster_northd systemd service is active 2025-10-08 23:15:06.546606 | fa163e1d-9a4d-46c5-aea8-000000002a10 | CHANGED | check if tripleo_cluster_northd systemd service is active | standalone 2025-10-08 23:15:06.547910 | fa163e1d-9a4d-46c5-aea8-000000002a10 | TIMING | tripleo_ovn_cluster : check if tripleo_cluster_northd systemd service is active | standalone | 0:07:43.153975 | 0.26s 2025-10-08 23:15:06.573715 | fa163e1d-9a4d-46c5-aea8-000000002a11 | TASK | restart tripleo_cluster_northd systemd service 2025-10-08 23:15:06.613360 | fa163e1d-9a4d-46c5-aea8-000000002a11 | SKIPPED | restart tripleo_cluster_northd systemd service | standalone 2025-10-08 23:15:06.614539 | fa163e1d-9a4d-46c5-aea8-000000002a11 | TIMING | tripleo_ovn_cluster : restart tripleo_cluster_northd systemd service | standalone | 0:07:43.220608 | 0.04s 2025-10-08 23:15:06.705541 | fa163e1d-9a4d-46c5-aea8-000000002298 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:07:43.311596 | 0.05s 2025-10-08 23:15:06.770339 | fa163e1d-9a4d-46c5-aea8-000000002a5e | TASK | Set version specific variables 2025-10-08 23:15:06.819032 | fa163e1d-9a4d-46c5-aea8-000000002a5e | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:07:43.425086 | 0.05s 2025-10-08 23:15:06.835759 | 1b90ee67-3d92-4fdb-ac2d-b983883e3374 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-10-08 23:15:06.863326 | fa163e1d-9a4d-46c5-aea8-000000002a8d | TASK | Ensure ansible_facts used by role 2025-10-08 23:15:07.224048 | fa163e1d-9a4d-46c5-aea8-000000002a8d | OK | Ensure ansible_facts used by role | standalone 2025-10-08 23:15:07.225973 | fa163e1d-9a4d-46c5-aea8-000000002a8d | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:07:43.831874 | 0.36s 2025-10-08 23:15:07.250621 | fa163e1d-9a4d-46c5-aea8-000000002a8e | TASK | Set platform/version specific variables 2025-10-08 23:15:07.318698 | fa163e1d-9a4d-46c5-aea8-000000002a8e | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-08 23:15:07.341637 | fa163e1d-9a4d-46c5-aea8-000000002a8e | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-08 23:15:07.365084 | fa163e1d-9a4d-46c5-aea8-000000002a8e | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-10-08 23:15:07.386558 | fa163e1d-9a4d-46c5-aea8-000000002a8e | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-10-08 23:15:07.398242 | fa163e1d-9a4d-46c5-aea8-000000002a8e | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:07:44.004261 | 0.15s 2025-10-08 23:15:07.422502 | fa163e1d-9a4d-46c5-aea8-000000002a5f | TASK | Ensure certificate role dependencies are installed 2025-10-08 23:15:10.275397 | fa163e1d-9a4d-46c5-aea8-000000002a5f | OK | Ensure certificate role dependencies are installed | standalone 2025-10-08 23:15:10.276870 | fa163e1d-9a4d-46c5-aea8-000000002a5f | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:07:46.882933 | 2.85s 2025-10-08 23:15:10.305851 | fa163e1d-9a4d-46c5-aea8-000000002a61 | TASK | Ensure provider packages are installed 2025-10-08 23:15:13.226381 | fa163e1d-9a4d-46c5-aea8-000000002a61 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:49.832432 | 2.92s 2025-10-08 23:15:13.232999 | fa163e1d-9a4d-46c5-aea8-000000002a61 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:49.839056 | 2.93s 2025-10-08 23:15:13.262310 | fa163e1d-9a4d-46c5-aea8-000000002a63 | TASK | Ensure pre-scripts hooks directory exists 2025-10-08 23:15:13.546934 | fa163e1d-9a4d-46c5-aea8-000000002a63 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-10-08 23:15:13.549647 | fa163e1d-9a4d-46c5-aea8-000000002a63 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:50.155707 | 0.29s 2025-10-08 23:15:13.558908 | fa163e1d-9a4d-46c5-aea8-000000002a63 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:50.164972 | 0.30s 2025-10-08 23:15:13.582210 | fa163e1d-9a4d-46c5-aea8-000000002a65 | TASK | Ensure post-scripts hooks directory exists 2025-10-08 23:15:13.878846 | fa163e1d-9a4d-46c5-aea8-000000002a65 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-10-08 23:15:13.880977 | fa163e1d-9a4d-46c5-aea8-000000002a65 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:50.487039 | 0.30s 2025-10-08 23:15:13.890825 | fa163e1d-9a4d-46c5-aea8-000000002a65 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:50.496890 | 0.31s 2025-10-08 23:15:13.914228 | fa163e1d-9a4d-46c5-aea8-000000002a67 | TASK | Ensure provider service is running 2025-10-08 23:15:14.362650 | fa163e1d-9a4d-46c5-aea8-000000002a67 | OK | Ensure provider service is running | standalone | item=certmonger 2025-10-08 23:15:14.364494 | fa163e1d-9a4d-46c5-aea8-000000002a67 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:50.970554 | 0.45s 2025-10-08 23:15:14.377700 | fa163e1d-9a4d-46c5-aea8-000000002a67 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:50.983760 | 0.46s 2025-10-08 23:15:14.407664 | fa163e1d-9a4d-46c5-aea8-000000002a6a | TASK | Ensure certificate requests 2025-10-08 23:15:15.915817 | fa163e1d-9a4d-46c5-aea8-000000002a6a | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.internalapi.ooo.test', 'key_size': '2048', 'name': 'ovn_metadata', 'principal': 'ovn_metadata/standalone.internalapi.ooo.test@OOO.TEST'} 2025-10-08 23:15:15.918115 | fa163e1d-9a4d-46c5-aea8-000000002a6a | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:52.524171 | 1.51s 2025-10-08 23:15:15.927669 | fa163e1d-9a4d-46c5-aea8-000000002a6a | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:52.533741 | 1.52s 2025-10-08 23:15:16.020304 | fa163e1d-9a4d-46c5-aea8-00000000229a | TIMING | include_role : linux-system-roles.certificate | standalone | 0:07:52.626366 | 0.05s 2025-10-08 23:15:16.073322 | fa163e1d-9a4d-46c5-aea8-000000002ad2 | TASK | Set version specific variables 2025-10-08 23:15:16.121339 | fa163e1d-9a4d-46c5-aea8-000000002ad2 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:07:52.727397 | 0.05s 2025-10-08 23:15:16.136065 | 44eb4386-b5bf-4aff-a7df-99ae53e750f0 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-10-08 23:15:16.161123 | fa163e1d-9a4d-46c5-aea8-000000002b01 | TASK | Ensure ansible_facts used by role 2025-10-08 23:15:16.551220 | fa163e1d-9a4d-46c5-aea8-000000002b01 | OK | Ensure ansible_facts used by role | standalone 2025-10-08 23:15:16.552307 | fa163e1d-9a4d-46c5-aea8-000000002b01 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:07:53.158379 | 0.39s 2025-10-08 23:15:16.574926 | fa163e1d-9a4d-46c5-aea8-000000002b02 | TASK | Set platform/version specific variables 2025-10-08 23:15:16.635684 | fa163e1d-9a4d-46c5-aea8-000000002b02 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-08 23:15:16.655750 | fa163e1d-9a4d-46c5-aea8-000000002b02 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-08 23:15:16.669534 | fa163e1d-9a4d-46c5-aea8-000000002b02 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-10-08 23:15:16.680130 | fa163e1d-9a4d-46c5-aea8-000000002b02 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-10-08 23:15:16.691358 | fa163e1d-9a4d-46c5-aea8-000000002b02 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:07:53.297427 | 0.12s 2025-10-08 23:15:16.714238 | fa163e1d-9a4d-46c5-aea8-000000002ad3 | TASK | Ensure certificate role dependencies are installed 2025-10-08 23:15:19.689800 | fa163e1d-9a4d-46c5-aea8-000000002ad3 | OK | Ensure certificate role dependencies are installed | standalone 2025-10-08 23:15:19.691120 | fa163e1d-9a4d-46c5-aea8-000000002ad3 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:07:56.297184 | 2.98s 2025-10-08 23:15:19.720120 | fa163e1d-9a4d-46c5-aea8-000000002ad5 | TASK | Ensure provider packages are installed 2025-10-08 23:15:22.740103 | fa163e1d-9a4d-46c5-aea8-000000002ad5 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:59.346161 | 3.02s 2025-10-08 23:15:22.744776 | fa163e1d-9a4d-46c5-aea8-000000002ad5 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:59.350844 | 3.02s 2025-10-08 23:15:22.773941 | fa163e1d-9a4d-46c5-aea8-000000002ad7 | TASK | Ensure pre-scripts hooks directory exists 2025-10-08 23:15:23.066847 | fa163e1d-9a4d-46c5-aea8-000000002ad7 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-10-08 23:15:23.067919 | fa163e1d-9a4d-46c5-aea8-000000002ad7 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:59.673989 | 0.29s 2025-10-08 23:15:23.071844 | fa163e1d-9a4d-46c5-aea8-000000002ad7 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:59.677922 | 0.30s 2025-10-08 23:15:23.091030 | fa163e1d-9a4d-46c5-aea8-000000002ad9 | TASK | Ensure post-scripts hooks directory exists 2025-10-08 23:15:23.361418 | fa163e1d-9a4d-46c5-aea8-000000002ad9 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-10-08 23:15:23.363370 | fa163e1d-9a4d-46c5-aea8-000000002ad9 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:59.969430 | 0.27s 2025-10-08 23:15:23.372999 | fa163e1d-9a4d-46c5-aea8-000000002ad9 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:59.979075 | 0.28s 2025-10-08 23:15:23.394721 | fa163e1d-9a4d-46c5-aea8-000000002adb | TASK | Ensure provider service is running 2025-10-08 23:15:23.794886 | fa163e1d-9a4d-46c5-aea8-000000002adb | OK | Ensure provider service is running | standalone | item=certmonger 2025-10-08 23:15:23.797305 | fa163e1d-9a4d-46c5-aea8-000000002adb | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:08:00.403368 | 0.40s 2025-10-08 23:15:23.807657 | fa163e1d-9a4d-46c5-aea8-000000002adb | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:08:00.413725 | 0.41s 2025-10-08 23:15:23.837165 | fa163e1d-9a4d-46c5-aea8-000000002ade | TASK | Ensure certificate requests 2025-10-08 23:15:25.803452 | fa163e1d-9a4d-46c5-aea8-000000002ade | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.internalapi.ooo.test', 'key_size': '2048', 'name': 'ovn_octavia', 'principal': 'ovn_octavia/standalone.internalapi.ooo.test@OOO.TEST'} 2025-10-08 23:15:25.804960 | fa163e1d-9a4d-46c5-aea8-000000002ade | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:08:02.411021 | 1.97s 2025-10-08 23:15:25.811582 | fa163e1d-9a4d-46c5-aea8-000000002ade | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:08:02.417644 | 1.97s 2025-10-08 23:15:25.914816 | fa163e1d-9a4d-46c5-aea8-00000000229c | TIMING | include_role : linux-system-roles.certificate | standalone | 0:08:02.520871 | 0.05s 2025-10-08 23:15:25.981913 | fa163e1d-9a4d-46c5-aea8-000000002b46 | TASK | Set version specific variables 2025-10-08 23:15:26.031355 | fa163e1d-9a4d-46c5-aea8-000000002b46 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:08:02.637415 | 0.05s 2025-10-08 23:15:26.045692 | c3db4993-deb4-4d37-8c35-2ce85ebd2d0e | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-10-08 23:15:26.069782 | fa163e1d-9a4d-46c5-aea8-000000002b75 | TASK | Ensure ansible_facts used by role 2025-10-08 23:15:26.455997 | fa163e1d-9a4d-46c5-aea8-000000002b75 | OK | Ensure ansible_facts used by role | standalone 2025-10-08 23:15:26.457173 | fa163e1d-9a4d-46c5-aea8-000000002b75 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:08:03.063243 | 0.39s 2025-10-08 23:15:26.486079 | fa163e1d-9a4d-46c5-aea8-000000002b76 | TASK | Set platform/version specific variables 2025-10-08 23:15:26.581002 | fa163e1d-9a4d-46c5-aea8-000000002b76 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-08 23:15:26.614473 | fa163e1d-9a4d-46c5-aea8-000000002b76 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-08 23:15:26.643747 | fa163e1d-9a4d-46c5-aea8-000000002b76 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-10-08 23:15:26.667889 | fa163e1d-9a4d-46c5-aea8-000000002b76 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-10-08 23:15:26.679961 | fa163e1d-9a4d-46c5-aea8-000000002b76 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:08:03.286012 | 0.19s 2025-10-08 23:15:26.709264 | fa163e1d-9a4d-46c5-aea8-000000002b47 | TASK | Ensure certificate role dependencies are installed 2025-10-08 23:15:29.713236 | fa163e1d-9a4d-46c5-aea8-000000002b47 | OK | Ensure certificate role dependencies are installed | standalone 2025-10-08 23:15:29.714692 | fa163e1d-9a4d-46c5-aea8-000000002b47 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:08:06.320757 | 3.00s 2025-10-08 23:15:29.743056 | fa163e1d-9a4d-46c5-aea8-000000002b49 | TASK | Ensure provider packages are installed 2025-10-08 23:15:32.733044 | fa163e1d-9a4d-46c5-aea8-000000002b49 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:08:09.339094 | 2.99s 2025-10-08 23:15:32.739501 | fa163e1d-9a4d-46c5-aea8-000000002b49 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:08:09.345565 | 2.99s 2025-10-08 23:15:32.763448 | fa163e1d-9a4d-46c5-aea8-000000002b4b | TASK | Ensure pre-scripts hooks directory exists 2025-10-08 23:15:32.988922 | fa163e1d-9a4d-46c5-aea8-000000002b4b | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-10-08 23:15:32.990384 | fa163e1d-9a4d-46c5-aea8-000000002b4b | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:08:09.596445 | 0.23s 2025-10-08 23:15:33.001964 | fa163e1d-9a4d-46c5-aea8-000000002b4b | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:08:09.608028 | 0.24s 2025-10-08 23:15:33.025426 | fa163e1d-9a4d-46c5-aea8-000000002b4d | TASK | Ensure post-scripts hooks directory exists 2025-10-08 23:15:33.290180 | fa163e1d-9a4d-46c5-aea8-000000002b4d | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-10-08 23:15:33.291690 | fa163e1d-9a4d-46c5-aea8-000000002b4d | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:08:09.897749 | 0.27s 2025-10-08 23:15:33.297785 | fa163e1d-9a4d-46c5-aea8-000000002b4d | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:08:09.903851 | 0.27s 2025-10-08 23:15:33.320954 | fa163e1d-9a4d-46c5-aea8-000000002b4f | TASK | Ensure provider service is running 2025-10-08 23:15:34.773417 | fa163e1d-9a4d-46c5-aea8-000000002b4f | OK | Ensure provider service is running | standalone | item=certmonger 2025-10-08 23:15:34.775906 | fa163e1d-9a4d-46c5-aea8-000000002b4f | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:08:11.381966 | 1.45s 2025-10-08 23:15:34.786030 | fa163e1d-9a4d-46c5-aea8-000000002b4f | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:08:11.392091 | 1.46s 2025-10-08 23:15:34.810383 | fa163e1d-9a4d-46c5-aea8-000000002b52 | TASK | Ensure certificate requests 2025-10-08 23:15:36.980681 | fa163e1d-9a4d-46c5-aea8-000000002b52 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.internalapi.ooo.test', 'key_size': '2048', 'name': 'rabbitmq', 'principal': 'rabbitmq/standalone.internalapi.ooo.test@OOO.TEST', 'run_after': 'container_name=$(podman ps --format=\\{\\{.Names\\}\\} | grep -w -E \'rabbitmq(-bundle-.*-[0-9]+)?\')\nservice_crt="/etc/pki/tls/certs/rabbitmq.crt"\nservice_key="/etc/pki/tls/private/rabbitmq.key"\nif echo "$container_name" | grep -q "^rabbitmq-bundle"; then\n # lp#1917868: Do not use podman cp with HA containers as they get\n # frozen temporarily and that can make pacemaker operation fail.\n tar -c "$service_crt" "$service_key" | podman exec -i "$container_name" tar -C / -xv\n # no need to update the mount point, because pacemaker\n # recreates the container when it\'s restarted\nelse\n # Refresh the cert at the mount-point\n podman cp $service_crt "$container_name:/var/lib/kolla/config_files/src-tls/$service_crt"\n # Refresh the key at the mount-point\n podman cp $service_key "$container_name:/var/lib/kolla/config_files/src-tls/$service_key"\n # Copy the new cert from the mount-point to the real path\n podman exec -u root "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_crt" "$service_crt"\n # Copy the new key from the mount-point to the real path\n podman exec -u root "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_key" "$service_key"\nfi\n# Set appropriate permissions\npodman exec -u root "$container_name" chown rabbitmq:rabbitmq "$service_crt"\npodman exec -u root "$container_name" chown rabbitmq:rabbitmq "$service_key"\n# Trigger a pem cache clear in RabbitMQ to read the new certificates\npodman exec "$container_name" rabbitmqctl eval "ssl:clear_pem_cache()."\n'} 2025-10-08 23:15:36.982105 | fa163e1d-9a4d-46c5-aea8-000000002b52 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:08:13.588174 | 2.17s 2025-10-08 23:15:36.994822 | fa163e1d-9a4d-46c5-aea8-000000002b52 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:08:13.600882 | 2.18s 2025-10-08 23:15:37.051499 | fa163e1d-9a4d-46c5-aea8-0000000022a3 | TASK | Fail if container image is undefined 2025-10-08 23:15:37.116525 | fa163e1d-9a4d-46c5-aea8-0000000022a3 | SKIPPED | Fail if container image is undefined | standalone 2025-10-08 23:15:37.117781 | fa163e1d-9a4d-46c5-aea8-0000000022a3 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:08:13.723845 | 0.06s 2025-10-08 23:15:37.163132 | fa163e1d-9a4d-46c5-aea8-0000000022a4 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image 2025-10-08 23:15:44.488054 | fa163e1d-9a4d-46c5-aea8-0000000022a4 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone 2025-10-08 23:15:44.489497 | fa163e1d-9a4d-46c5-aea8-0000000022a4 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone | 0:08:21.095560 | 7.32s 2025-10-08 23:15:44.547491 | fa163e1d-9a4d-46c5-aea8-0000000022a5 | TASK | Tag cluster.common.tag/rabbitmq:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image 2025-10-08 23:15:44.900685 | fa163e1d-9a4d-46c5-aea8-0000000022a5 | CHANGED | Tag cluster.common.tag/rabbitmq:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone 2025-10-08 23:15:44.901597 | fa163e1d-9a4d-46c5-aea8-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:21.507669 | 0.35s 2025-10-08 23:15:44.955759 | fa163e1d-9a4d-46c5-aea8-0000000022b0 | TASK | Pre-fetch all the containers 2025-10-08 23:15:50.105657 | fa163e1d-9a4d-46c5-aea8-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-nb-db-server:17.1 2025-10-08 23:15:50.108822 | fa163e1d-9a4d-46c5-aea8-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:08:26.714884 | 5.15s 2025-10-08 23:15:55.933340 | fa163e1d-9a4d-46c5-aea8-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-northd:17.1 2025-10-08 23:15:55.935988 | fa163e1d-9a4d-46c5-aea8-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:08:32.542054 | 10.97s 2025-10-08 23:15:59.468937 | fa163e1d-9a4d-46c5-aea8-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-sb-db-server:17.1 2025-10-08 23:15:59.472806 | fa163e1d-9a4d-46c5-aea8-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:08:36.078872 | 14.51s 2025-10-08 23:16:04.030286 | fa163e1d-9a4d-46c5-aea8-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-memcached:17.1 2025-10-08 23:16:04.033894 | fa163e1d-9a4d-46c5-aea8-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:08:40.639957 | 19.07s 2025-10-08 23:16:06.722790 | fa163e1d-9a4d-46c5-aea8-0000000022b0 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 2025-10-08 23:16:06.725311 | fa163e1d-9a4d-46c5-aea8-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:08:43.331378 | 21.76s 2025-10-08 23:16:09.574465 | fa163e1d-9a4d-46c5-aea8-0000000022b0 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 2025-10-08 23:16:09.577853 | fa163e1d-9a4d-46c5-aea8-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:08:46.183916 | 24.62s 2025-10-08 23:16:15.722928 | fa163e1d-9a4d-46c5-aea8-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 2025-10-08 23:16:15.725716 | fa163e1d-9a4d-46c5-aea8-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:08:52.331780 | 30.76s 2025-10-08 23:16:21.319036 | fa163e1d-9a4d-46c5-aea8-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-api:17.1 2025-10-08 23:16:21.323052 | fa163e1d-9a4d-46c5-aea8-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:08:57.929117 | 36.36s 2025-10-08 23:16:26.579669 | fa163e1d-9a4d-46c5-aea8-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-api:17.1 2025-10-08 23:16:26.581224 | fa163e1d-9a4d-46c5-aea8-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:09:03.187297 | 41.62s 2025-10-08 23:16:29.777647 | fa163e1d-9a4d-46c5-aea8-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-scheduler:17.1 2025-10-08 23:16:29.780899 | fa163e1d-9a4d-46c5-aea8-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:09:06.386964 | 44.82s 2025-10-08 23:16:39.501843 | fa163e1d-9a4d-46c5-aea8-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-dhcp-agent:17.1 2025-10-08 23:16:39.506296 | fa163e1d-9a4d-46c5-aea8-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:09:16.112360 | 54.54s 2025-10-08 23:16:43.624233 | fa163e1d-9a4d-46c5-aea8-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-metadata-agent-ovn:17.1 2025-10-08 23:16:43.626972 | fa163e1d-9a4d-46c5-aea8-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:09:20.233043 | 58.66s 2025-10-08 23:17:04.576590 | fa163e1d-9a4d-46c5-aea8-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-libvirt:17.1 2025-10-08 23:17:04.580789 | fa163e1d-9a4d-46c5-aea8-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:09:41.186851 | 79.62s 2025-10-08 23:17:18.593703 | fa163e1d-9a4d-46c5-aea8-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-glance-api:17.1 2025-10-08 23:17:18.596592 | fa163e1d-9a4d-46c5-aea8-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:09:55.202655 | 93.63s 2025-10-08 23:17:29.126005 | fa163e1d-9a4d-46c5-aea8-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-gnocchi-api:17.1 2025-10-08 23:17:29.129875 | fa163e1d-9a4d-46c5-aea8-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:10:05.735941 | 104.17s 2025-10-08 23:17:36.819240 | fa163e1d-9a4d-46c5-aea8-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-heat-engine:17.1 2025-10-08 23:17:36.823276 | fa163e1d-9a4d-46c5-aea8-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:10:13.429341 | 111.86s 2025-10-08 23:17:45.277230 | fa163e1d-9a4d-46c5-aea8-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-horizon:17.1 2025-10-08 23:17:45.279121 | fa163e1d-9a4d-46c5-aea8-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:10:21.885193 | 120.32s 2025-10-08 23:17:50.709086 | fa163e1d-9a4d-46c5-aea8-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-keystone:17.1 2025-10-08 23:17:50.711280 | fa163e1d-9a4d-46c5-aea8-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:10:27.317351 | 125.75s 2025-10-08 23:17:55.376278 | fa163e1d-9a4d-46c5-aea8-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-manila-api:17.1 2025-10-08 23:17:55.379219 | fa163e1d-9a4d-46c5-aea8-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:10:31.985285 | 130.42s 2025-10-08 23:18:00.893981 | fa163e1d-9a4d-46c5-aea8-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-server:17.1 2025-10-08 23:18:00.898160 | fa163e1d-9a4d-46c5-aea8-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:10:37.504225 | 135.94s 2025-10-08 23:18:07.783355 | fa163e1d-9a4d-46c5-aea8-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-api:17.1 2025-10-08 23:18:07.786397 | fa163e1d-9a4d-46c5-aea8-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:10:44.392463 | 142.82s 2025-10-08 23:18:20.416348 | fa163e1d-9a4d-46c5-aea8-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-compute:17.1 2025-10-08 23:18:20.420637 | fa163e1d-9a4d-46c5-aea8-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:10:57.026701 | 155.46s 2025-10-08 23:18:24.300409 | fa163e1d-9a4d-46c5-aea8-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-conductor:17.1 2025-10-08 23:18:24.304130 | fa163e1d-9a4d-46c5-aea8-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:11:00.910196 | 159.34s 2025-10-08 23:18:33.426852 | fa163e1d-9a4d-46c5-aea8-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-api:17.1 2025-10-08 23:18:33.431021 | fa163e1d-9a4d-46c5-aea8-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:11:10.037088 | 168.47s 2025-10-08 23:18:37.714060 | fa163e1d-9a4d-46c5-aea8-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-health-manager:17.1 2025-10-08 23:18:37.716491 | fa163e1d-9a4d-46c5-aea8-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:11:14.322564 | 172.75s 2025-10-08 23:18:41.428012 | fa163e1d-9a4d-46c5-aea8-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-housekeeping:17.1 2025-10-08 23:18:41.430110 | fa163e1d-9a4d-46c5-aea8-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:11:18.036180 | 176.47s 2025-10-08 23:18:45.403878 | fa163e1d-9a4d-46c5-aea8-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-worker:17.1 2025-10-08 23:18:45.407977 | fa163e1d-9a4d-46c5-aea8-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:11:22.014043 | 180.45s 2025-10-08 23:18:49.890670 | fa163e1d-9a4d-46c5-aea8-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-placement-api:17.1 2025-10-08 23:18:49.893347 | fa163e1d-9a4d-46c5-aea8-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:11:26.499410 | 184.93s 2025-10-08 23:18:56.939907 | fa163e1d-9a4d-46c5-aea8-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ceilometer-notification:17.1 2025-10-08 23:18:56.941630 | fa163e1d-9a4d-46c5-aea8-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:11:33.547702 | 191.98s 2025-10-08 23:19:00.303562 | fa163e1d-9a4d-46c5-aea8-0000000022b0 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 2025-10-08 23:19:00.307235 | fa163e1d-9a4d-46c5-aea8-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:11:36.913301 | 195.34s 2025-10-08 23:19:05.095996 | fa163e1d-9a4d-46c5-aea8-0000000022b0 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 2025-10-08 23:19:05.099113 | fa163e1d-9a4d-46c5-aea8-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:11:41.705178 | 200.14s 2025-10-08 23:19:08.776322 | fa163e1d-9a4d-46c5-aea8-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-iscsid:17.1 2025-10-08 23:19:08.779813 | fa163e1d-9a4d-46c5-aea8-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:11:45.385879 | 203.82s 2025-10-08 23:19:11.345655 | fa163e1d-9a4d-46c5-aea8-0000000022b0 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 2025-10-08 23:19:11.348688 | fa163e1d-9a4d-46c5-aea8-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:11:47.954753 | 206.39s 2025-10-08 23:19:16.983797 | fa163e1d-9a4d-46c5-aea8-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-proxy-server:17.1 2025-10-08 23:19:16.986971 | fa163e1d-9a4d-46c5-aea8-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:11:53.593036 | 212.02s 2025-10-08 23:19:20.468919 | fa163e1d-9a4d-46c5-aea8-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-account:17.1 2025-10-08 23:19:20.471986 | fa163e1d-9a4d-46c5-aea8-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:11:57.078051 | 215.51s 2025-10-08 23:19:24.545959 | fa163e1d-9a4d-46c5-aea8-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-evaluator:17.1 2025-10-08 23:19:24.548092 | fa163e1d-9a4d-46c5-aea8-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:12:01.154164 | 219.59s 2025-10-08 23:19:27.924084 | fa163e1d-9a4d-46c5-aea8-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-listener:17.1 2025-10-08 23:19:27.927143 | fa163e1d-9a4d-46c5-aea8-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:12:04.533209 | 222.96s 2025-10-08 23:19:31.548905 | fa163e1d-9a4d-46c5-aea8-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-notifier:17.1 2025-10-08 23:19:31.552272 | fa163e1d-9a4d-46c5-aea8-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:12:08.158337 | 226.59s 2025-10-08 23:19:35.654312 | fa163e1d-9a4d-46c5-aea8-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ceilometer-central:17.1 2025-10-08 23:19:35.658739 | fa163e1d-9a4d-46c5-aea8-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:12:12.264802 | 230.70s 2025-10-08 23:19:39.401495 | fa163e1d-9a4d-46c5-aea8-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ceilometer-compute:17.1 2025-10-08 23:19:39.405242 | fa163e1d-9a4d-46c5-aea8-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:12:16.011307 | 234.44s 2025-10-08 23:19:43.141080 | fa163e1d-9a4d-46c5-aea8-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-controller:17.1 2025-10-08 23:19:43.144711 | fa163e1d-9a4d-46c5-aea8-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:12:19.750777 | 238.18s 2025-10-08 23:19:46.414386 | fa163e1d-9a4d-46c5-aea8-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-heat-api:17.1 2025-10-08 23:19:46.418498 | fa163e1d-9a4d-46c5-aea8-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:12:23.024562 | 241.46s 2025-10-08 23:19:50.010414 | fa163e1d-9a4d-46c5-aea8-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-heat-api-cfn:17.1 2025-10-08 23:19:50.014321 | fa163e1d-9a4d-46c5-aea8-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:12:26.620387 | 245.05s 2025-10-08 23:19:53.383435 | fa163e1d-9a4d-46c5-aea8-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cron:17.1 2025-10-08 23:19:53.385521 | fa163e1d-9a4d-46c5-aea8-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:12:29.991596 | 248.42s 2025-10-08 23:19:56.579661 | fa163e1d-9a4d-46c5-aea8-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-manila-scheduler:17.1 2025-10-08 23:19:56.582544 | fa163e1d-9a4d-46c5-aea8-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:12:33.188610 | 251.62s 2025-10-08 23:20:00.065961 | fa163e1d-9a4d-46c5-aea8-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-sriov-agent:17.1 2025-10-08 23:20:00.071053 | fa163e1d-9a4d-46c5-aea8-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:12:36.677114 | 255.11s 2025-10-08 23:20:04.018372 | fa163e1d-9a4d-46c5-aea8-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-scheduler:17.1 2025-10-08 23:20:04.021457 | fa163e1d-9a4d-46c5-aea8-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:12:40.627522 | 259.06s 2025-10-08 23:20:08.732786 | fa163e1d-9a4d-46c5-aea8-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-novncproxy:17.1 2025-10-08 23:20:08.736357 | fa163e1d-9a4d-46c5-aea8-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:12:45.342420 | 263.77s 2025-10-08 23:20:12.714951 | fa163e1d-9a4d-46c5-aea8-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-container:17.1 2025-10-08 23:20:12.719241 | fa163e1d-9a4d-46c5-aea8-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:12:49.325305 | 267.76s 2025-10-08 23:20:15.933030 | fa163e1d-9a4d-46c5-aea8-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-object:17.1 2025-10-08 23:20:15.935645 | fa163e1d-9a4d-46c5-aea8-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:12:52.541716 | 270.97s 2025-10-08 23:20:19.425808 | fa163e1d-9a4d-46c5-aea8-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-gnocchi-metricd:17.1 2025-10-08 23:20:19.429429 | fa163e1d-9a4d-46c5-aea8-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:12:56.035496 | 274.47s 2025-10-08 23:20:23.353948 | fa163e1d-9a4d-46c5-aea8-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-gnocchi-statsd:17.1 2025-10-08 23:20:23.358927 | fa163e1d-9a4d-46c5-aea8-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:12:59.964986 | 278.40s 2025-10-08 23:20:26.665334 | fa163e1d-9a4d-46c5-aea8-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-rsyslog:17.1 2025-10-08 23:20:26.668578 | fa163e1d-9a4d-46c5-aea8-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:13:03.274645 | 281.71s 2025-10-08 23:20:27.071412 | fa163e1d-9a4d-46c5-aea8-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:13:03.677477 | 282.11s 2025-10-08 23:20:27.287540 | fa163e1d-9a4d-46c5-aea8-0000000022b3 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:13:03.893596 | 0.06s 2025-10-08 23:20:27.344059 | fa163e1d-9a4d-46c5-aea8-000000002c2c | TASK | Set version specific variables 2025-10-08 23:20:27.393317 | fa163e1d-9a4d-46c5-aea8-000000002c2c | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:13:03.999380 | 0.05s 2025-10-08 23:20:27.408026 | 708934b2-689f-4a00-a66e-fea21f7aa343 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-10-08 23:20:27.433408 | fa163e1d-9a4d-46c5-aea8-000000002c5b | TASK | Ensure ansible_facts used by role 2025-10-08 23:20:27.834557 | fa163e1d-9a4d-46c5-aea8-000000002c5b | OK | Ensure ansible_facts used by role | standalone 2025-10-08 23:20:27.836285 | fa163e1d-9a4d-46c5-aea8-000000002c5b | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:13:04.442348 | 0.40s 2025-10-08 23:20:27.868317 | fa163e1d-9a4d-46c5-aea8-000000002c5c | TASK | Set platform/version specific variables 2025-10-08 23:20:27.926759 | fa163e1d-9a4d-46c5-aea8-000000002c5c | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-08 23:20:27.949399 | fa163e1d-9a4d-46c5-aea8-000000002c5c | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-08 23:20:27.973026 | fa163e1d-9a4d-46c5-aea8-000000002c5c | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-10-08 23:20:27.993785 | fa163e1d-9a4d-46c5-aea8-000000002c5c | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-10-08 23:20:27.998534 | fa163e1d-9a4d-46c5-aea8-000000002c5c | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:13:04.604590 | 0.13s 2025-10-08 23:20:28.028286 | fa163e1d-9a4d-46c5-aea8-000000002c2d | TASK | Ensure certificate role dependencies are installed 2025-10-08 23:20:30.910993 | fa163e1d-9a4d-46c5-aea8-000000002c2d | OK | Ensure certificate role dependencies are installed | standalone 2025-10-08 23:20:30.912408 | fa163e1d-9a4d-46c5-aea8-000000002c2d | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:13:07.518470 | 2.88s 2025-10-08 23:20:30.943706 | fa163e1d-9a4d-46c5-aea8-000000002c2f | TASK | Ensure provider packages are installed 2025-10-08 23:20:33.963890 | fa163e1d-9a4d-46c5-aea8-000000002c2f | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:13:10.569939 | 3.02s 2025-10-08 23:20:33.970450 | fa163e1d-9a4d-46c5-aea8-000000002c2f | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:13:10.576512 | 3.02s 2025-10-08 23:20:33.994139 | fa163e1d-9a4d-46c5-aea8-000000002c31 | TASK | Ensure pre-scripts hooks directory exists 2025-10-08 23:20:34.219598 | fa163e1d-9a4d-46c5-aea8-000000002c31 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-10-08 23:20:34.221040 | fa163e1d-9a4d-46c5-aea8-000000002c31 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:13:10.827100 | 0.23s 2025-10-08 23:20:34.227416 | fa163e1d-9a4d-46c5-aea8-000000002c31 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:13:10.833475 | 0.23s 2025-10-08 23:20:34.258100 | fa163e1d-9a4d-46c5-aea8-000000002c33 | TASK | Ensure post-scripts hooks directory exists 2025-10-08 23:20:34.561848 | fa163e1d-9a4d-46c5-aea8-000000002c33 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-10-08 23:20:34.563228 | fa163e1d-9a4d-46c5-aea8-000000002c33 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:13:11.169264 | 0.30s 2025-10-08 23:20:34.572798 | fa163e1d-9a4d-46c5-aea8-000000002c33 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:13:11.178868 | 0.31s 2025-10-08 23:20:34.601525 | fa163e1d-9a4d-46c5-aea8-000000002c35 | TASK | Ensure provider service is running 2025-10-08 23:20:35.027822 | fa163e1d-9a4d-46c5-aea8-000000002c35 | OK | Ensure provider service is running | standalone | item=certmonger 2025-10-08 23:20:35.030265 | fa163e1d-9a4d-46c5-aea8-000000002c35 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:13:11.636325 | 0.43s 2025-10-08 23:20:35.039808 | fa163e1d-9a4d-46c5-aea8-000000002c35 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:13:11.645879 | 0.44s 2025-10-08 23:20:35.059959 | fa163e1d-9a4d-46c5-aea8-000000002c38 | TASK | Ensure certificate requests 2025-10-08 23:20:37.031257 | fa163e1d-9a4d-46c5-aea8-000000002c38 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': ['standalone.internalapi.ooo.test', 'overcloud.internalapi.ooo.test'], 'key_size': '2048', 'name': 'redis', 'principal': 'redis/standalone.internalapi.ooo.test@OOO.TEST', 'run_after': 'container_name=$(podman ps --format=\\{\\{.Names\\}\\} | grep redis_tls_proxy)\nservice_crt="/etc/pki/tls/certs/redis.crt"\nservice_key="/etc/pki/tls/private/redis.key"\n# Copy the new cert from the mount-point to the real path\npodman exec "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_crt" "$service_crt"\n# Copy the new cert from the mount-point to the real path\npodman exec "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_key" "$service_key"\n# Set appropriate permissions\npodman exec "$container_name" chown memcached:memcached "$service_crt"\npodman exec "$container_name" chown memcached:memcached "$service_key"\n# Trigger a reload for stunnel to read the new certificate\npodman exec pkill -o -HUP stunnel\n'} 2025-10-08 23:20:37.034363 | fa163e1d-9a4d-46c5-aea8-000000002c38 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:13:13.640426 | 1.97s 2025-10-08 23:20:37.044103 | fa163e1d-9a4d-46c5-aea8-000000002c38 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:13:13.650164 | 1.98s 2025-10-08 23:20:37.099542 | fa163e1d-9a4d-46c5-aea8-0000000022ba | TASK | Fail if container image is undefined 2025-10-08 23:20:37.162905 | fa163e1d-9a4d-46c5-aea8-0000000022ba | SKIPPED | Fail if container image is undefined | standalone 2025-10-08 23:20:37.164050 | fa163e1d-9a4d-46c5-aea8-0000000022ba | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:13:13.770114 | 0.06s 2025-10-08 23:20:37.210161 | fa163e1d-9a4d-46c5-aea8-0000000022bb | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image 2025-10-08 23:20:40.228879 | fa163e1d-9a4d-46c5-aea8-0000000022bb | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone 2025-10-08 23:20:40.230267 | fa163e1d-9a4d-46c5-aea8-0000000022bb | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone | 0:13:16.836330 | 3.02s 2025-10-08 23:20:40.290361 | fa163e1d-9a4d-46c5-aea8-0000000022bc | TASK | Tag cluster.common.tag/redis:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image 2025-10-08 23:20:40.657147 | fa163e1d-9a4d-46c5-aea8-0000000022bc | CHANGED | Tag cluster.common.tag/redis:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone 2025-10-08 23:20:40.658503 | fa163e1d-9a4d-46c5-aea8-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:17.264568 | 0.37s 2025-10-08 23:20:40.713547 | fa163e1d-9a4d-46c5-aea8-0000000022c7 | TASK | Check if rsyslog exists 2025-10-08 23:20:40.966998 | fa163e1d-9a4d-46c5-aea8-0000000022c7 | CHANGED | Check if rsyslog exists | standalone 2025-10-08 23:20:40.968562 | fa163e1d-9a4d-46c5-aea8-0000000022c7 | TIMING | Check if rsyslog exists | standalone | 0:13:17.574624 | 0.25s 2025-10-08 23:20:41.004758 | fa163e1d-9a4d-46c5-aea8-0000000022c8 | TASK | Forward logging to swift.log file 2025-10-08 23:20:41.513393 | fa163e1d-9a4d-46c5-aea8-0000000022c8 | CHANGED | Forward logging to swift.log file | standalone 2025-10-08 23:20:41.514462 | fa163e1d-9a4d-46c5-aea8-0000000022c8 | TIMING | Forward logging to swift.log file | standalone | 0:13:18.120532 | 0.51s 2025-10-08 23:20:41.537046 | fa163e1d-9a4d-46c5-aea8-0000000022c9 | TASK | Restart rsyslogd service after logging conf change 2025-10-08 23:20:42.314007 | fa163e1d-9a4d-46c5-aea8-0000000022c9 | CHANGED | Restart rsyslogd service after logging conf change | standalone 2025-10-08 23:20:42.315992 | fa163e1d-9a4d-46c5-aea8-0000000022c9 | TIMING | Restart rsyslogd service after logging conf change | standalone | 0:13:18.922052 | 0.78s 2025-10-08 23:20:42.345906 | fa163e1d-9a4d-46c5-aea8-0000000000c2 | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists 2025-10-08 23:20:42.707107 | fa163e1d-9a4d-46c5-aea8-0000000000c2 | OK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone 2025-10-08 23:20:42.708824 | fa163e1d-9a4d-46c5-aea8-0000000000c2 | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone | 0:13:19.314887 | 0.36s 2025-10-08 23:20:42.808860 | fa163e1d-9a4d-46c5-aea8-0000000000c3 | TIMING | include_tasks | standalone | 0:13:19.414918 | 0.07s 2025-10-08 23:20:42.851017 | 4e965c27-90a3-4d51-a286-69100e76e3d3 | INCLUDED | /root/standalone-ansible-93sz9flw/common_deploy_steps_tasks.yaml | standalone 2025-10-08 23:20:42.877132 | fa163e1d-9a4d-46c5-aea8-000000002ca3 | TASK | Write the config_step hieradata 2025-10-08 23:20:43.360889 | fa163e1d-9a4d-46c5-aea8-000000002ca3 | OK | Write the config_step hieradata | standalone 2025-10-08 23:20:43.362129 | fa163e1d-9a4d-46c5-aea8-000000002ca3 | TIMING | Write the config_step hieradata | standalone | 0:13:19.968192 | 0.48s 2025-10-08 23:20:43.391979 | fa163e1d-9a4d-46c5-aea8-000000002ca4 | TASK | Run puppet host configuration for step 1 2025-10-08 23:20:43.725777 | fa163e1d-9a4d-46c5-aea8-000000002ca4 | CHANGED | Run puppet host configuration for step 1 | standalone 2025-10-08 23:20:43.727118 | fa163e1d-9a4d-46c5-aea8-000000002ca4 | TIMING | Run puppet host configuration for step 1 | standalone | 0:13:20.333180 | 0.33s 2025-10-08 23:20:43.757071 | fa163e1d-9a4d-46c5-aea8-000000002ca5 | TASK | Wait for puppet host configuration to finish 2025-10-08 23:20:44.012245 | fa163e1d-9a4d-46c5-aea8-000000002ca5 | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-10-08 23:20:54.240789 | fa163e1d-9a4d-46c5-aea8-000000002ca5 | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-10-08 23:21:04.448464 | fa163e1d-9a4d-46c5-aea8-000000002ca5 | WAITING | Wait for puppet host configuration to finish | standalone | 358 retries left 2025-10-08 23:21:14.674484 | fa163e1d-9a4d-46c5-aea8-000000002ca5 | WAITING | Wait for puppet host configuration to finish | standalone | 357 retries left 2025-10-08 23:21:24.882087 | fa163e1d-9a4d-46c5-aea8-000000002ca5 | WAITING | Wait for puppet host configuration to finish | standalone | 356 retries left 2025-10-08 23:21:35.096288 | fa163e1d-9a4d-46c5-aea8-000000002ca5 | WAITING | Wait for puppet host configuration to finish | standalone | 355 retries left 2025-10-08 23:21:45.338446 | fa163e1d-9a4d-46c5-aea8-000000002ca5 | WAITING | Wait for puppet host configuration to finish | standalone | 354 retries left 2025-10-08 23:21:55.528831 | fa163e1d-9a4d-46c5-aea8-000000002ca5 | CHANGED | Wait for puppet host configuration to finish | standalone 2025-10-08 23:21:55.529517 | fa163e1d-9a4d-46c5-aea8-000000002ca5 | TIMING | Wait for puppet host configuration to finish | standalone | 0:14:32.135592 | 71.77s 2025-10-08 23:21:55.553232 | fa163e1d-9a4d-46c5-aea8-000000002ca6 | TASK | Debug output for task: Run puppet host configuration for step 1 2025-10-08 23:21:55.642576 | fa163e1d-9a4d-46c5-aea8-000000002ca6 | CHANGED | Debug output for task: Run puppet host configuration for step 1 | standalone | result={ "changed": true, "failed_when_result": false, "puppet_host_outputs.stdout_lines | default([]) | union(puppet_host_outputs.stderr_lines | default([]))": [ "<13>Oct 8 23:20:43 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Oct 8 23:20:49 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Oct 8 23:20:49 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Oct 8 23:20:49 puppet-user: (file & line not available)", "<13>Oct 8 23:20:49 puppet-user: Warning: The function 'hiera' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/7.10/deprecated_language.html", "<13>Oct 8 23:20:49 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Oct 8 23:20:49 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Oct 8 23:20:49 puppet-user: Notice: Compiled catalog for standalone.ooo.test in environment production in 0.39 seconds", "<13>Oct 8 23:20:49 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Database::Mysql::Client/Exec[directory-create-etc-my.cnf.d]/returns: executed successfully", "<13>Oct 8 23:20:49 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Database::Mysql::Client/File[/etc/my.cnf.d/tripleo.cnf]/ensure: created", "<13>Oct 8 23:20:49 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Database::Mysql::Client/Augeas[tripleo-mysql-client-conf]/returns: executed successfully", "<13>Oct 8 23:21:01 puppet-user: Notice: /Stage[main]/Pacemaker::Install/Package[pacemaker]/ensure: created", "<13>Oct 8 23:21:10 puppet-user: Notice: /Stage[main]/Pacemaker::Install/Package[pcs]/ensure: created", "<13>Oct 8 23:21:10 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/File_line[pcsd_bind_addr]/ensure: created", "<13>Oct 8 23:21:11 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/User[hacluster]/password: changed [redacted] to [redacted]", "<13>Oct 8 23:21:11 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/User[hacluster]/groups: groups changed to ['haclient']", "<13>Oct 8 23:21:15 puppet-user: Notice: /Stage[main]/Pacemaker::Service/Service[pcsd]/ensure: ensure changed 'stopped' to 'running'", "<13>Oct 8 23:21:15 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[check-for-local-authentication]/returns: executed successfully", "<13>Oct 8 23:21:16 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[reauthenticate-across-all-nodes]: Triggered 'refresh' from 3 events", "<13>Oct 8 23:21:20 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[Create Cluster tripleo_cluster]/returns: executed successfully", "<13>Oct 8 23:21:22 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[Start Cluster tripleo_cluster]/returns: executed successfully", "<13>Oct 8 23:21:22 puppet-user: Notice: /Stage[main]/Pacemaker::Service/Service[corosync]/enable: enable changed 'false' to 'true'", "<13>Oct 8 23:21:23 puppet-user: Notice: /Stage[main]/Pacemaker::Service/Service[pacemaker]/enable: enable changed 'false' to 'true'", "<13>Oct 8 23:21:45 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[wait-for-settle]/returns: executed successfully", "<13>Oct 8 23:21:47 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Oct 8 23:21:49 puppet-user: Notice: /Stage[main]/Pacemaker::Stonith/Pacemaker::Property[Disable STONITH]/Pcmk_property[property--stonith-enabled]/ensure: created", "<13>Oct 8 23:21:49 puppet-user: Notice: Applied catalog in 59.48 seconds", "<13>Oct 8 23:21:49 puppet-user: Application:", "<13>Oct 8 23:21:49 puppet-user: Initial environment: production", "<13>Oct 8 23:21:49 puppet-user: Converged environment: production", "<13>Oct 8 23:21:49 puppet-user: Run mode: user", "<13>Oct 8 23:21:49 puppet-user: Changes:", "<13>Oct 8 23:21:49 puppet-user: Total: 17", "<13>Oct 8 23:21:49 puppet-user: Events:", "<13>Oct 8 23:21:49 puppet-user: Success: 17", "<13>Oct 8 23:21:49 puppet-user: Resources:", "<13>Oct 8 23:21:49 puppet-user: Restarted: 1", "<13>Oct 8 23:21:49 puppet-user: Changed: 16", "<13>Oct 8 23:21:49 puppet-user: Out of sync: 16", "<13>Oct 8 23:21:49 puppet-user: Total: 26", "<13>Oct 8 23:21:49 puppet-user: Time:", "<13>Oct 8 23:21:49 puppet-user: Filebucket: 0.00", "<13>Oct 8 23:21:49 puppet-user: Schedule: 0.00", "<13>Oct 8 23:21:49 puppet-user: File: 0.00", "<13>Oct 8 23:21:49 puppet-user: File line: 0.00", "<13>Oct 8 23:21:49 puppet-user: Augeas: 0.02", "<13>Oct 8 23:21:49 puppet-user: Config retrieval: 0.43", "<13>Oct 8 23:21:49 puppet-user: User: 0.58", "<13>Oct 8 23:21:49 puppet-user: Last run: 1759965709", "<13>Oct 8 23:21:49 puppet-user: Package: 20.89", "<13>Oct 8 23:21:49 puppet-user: Exec: 28.63", "<13>Oct 8 23:21:49 puppet-user: Pcmk property: 3.55", "<13>Oct 8 23:21:49 puppet-user: Service: 4.52", "<13>Oct 8 23:21:49 puppet-user: Transaction evaluation: 59.47", "<13>Oct 8 23:21:49 puppet-user: Catalog application: 59.48", "<13>Oct 8 23:21:49 puppet-user: Total: 59.48", "<13>Oct 8 23:21:49 puppet-user: Version:", "<13>Oct 8 23:21:49 puppet-user: Config: 1759965649", "<13>Oct 8 23:21:49 puppet-user: Puppet: 7.10.0" ] } 2025-10-08 23:21:55.643613 | fa163e1d-9a4d-46c5-aea8-000000002ca6 | TIMING | Debug output for task: Run puppet host configuration for step 1 | standalone | 0:14:32.249682 | 0.09s 2025-10-08 23:21:55.665619 | fa163e1d-9a4d-46c5-aea8-000000002ca7 | TASK | Pre-cache facts for puppet containers 2025-10-08 23:21:55.692349 | fa163e1d-9a4d-46c5-aea8-000000002ca7 | TIMING | Pre-cache facts for puppet containers | standalone | 0:14:32.298406 | 0.03s 2025-10-08 23:21:55.748280 | fa163e1d-9a4d-46c5-aea8-000000002cf0 | TASK | Gather variables for each operating system 2025-10-08 23:21:55.846274 | fa163e1d-9a4d-46c5-aea8-000000002cf0 | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:14:32.452338 | 0.10s 2025-10-08 23:21:55.866752 | fa163e1d-9a4d-46c5-aea8-000000002cf1 | TASK | Create puppet caching structures 2025-10-08 23:21:56.110369 | fa163e1d-9a4d-46c5-aea8-000000002cf1 | CHANGED | Create puppet caching structures | standalone 2025-10-08 23:21:56.111169 | fa163e1d-9a4d-46c5-aea8-000000002cf1 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:14:32.717242 | 0.24s 2025-10-08 23:21:56.130599 | fa163e1d-9a4d-46c5-aea8-000000002cf2 | TASK | Check for facter.conf 2025-10-08 23:21:56.349479 | fa163e1d-9a4d-46c5-aea8-000000002cf2 | OK | Check for facter.conf | standalone 2025-10-08 23:21:56.350744 | fa163e1d-9a4d-46c5-aea8-000000002cf2 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:14:32.956809 | 0.22s 2025-10-08 23:21:56.380973 | fa163e1d-9a4d-46c5-aea8-000000002cf3 | TASK | Remove facter.conf if directory 2025-10-08 23:21:56.419913 | fa163e1d-9a4d-46c5-aea8-000000002cf3 | SKIPPED | Remove facter.conf if directory | standalone 2025-10-08 23:21:56.421225 | fa163e1d-9a4d-46c5-aea8-000000002cf3 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:14:33.027248 | 0.04s 2025-10-08 23:21:56.450466 | fa163e1d-9a4d-46c5-aea8-000000002cf4 | TASK | Write facter cache config 2025-10-08 23:21:56.886237 | fa163e1d-9a4d-46c5-aea8-000000002cf4 | CHANGED | Write facter cache config | standalone 2025-10-08 23:21:56.887323 | fa163e1d-9a4d-46c5-aea8-000000002cf4 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:14:33.493392 | 0.44s 2025-10-08 23:21:56.910011 | fa163e1d-9a4d-46c5-aea8-000000002cf5 | TASK | Cleanup facter cache if exists 2025-10-08 23:21:57.152954 | fa163e1d-9a4d-46c5-aea8-000000002cf5 | OK | Cleanup facter cache if exists | standalone 2025-10-08 23:21:57.154000 | fa163e1d-9a4d-46c5-aea8-000000002cf5 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:14:33.760069 | 0.24s 2025-10-08 23:21:57.176646 | fa163e1d-9a4d-46c5-aea8-000000002cf6 | TASK | Pre-cache facts 2025-10-08 23:21:57.742729 | fa163e1d-9a4d-46c5-aea8-000000002cf6 | CHANGED | Pre-cache facts | standalone 2025-10-08 23:21:57.743980 | fa163e1d-9a4d-46c5-aea8-000000002cf6 | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:14:34.350044 | 0.57s 2025-10-08 23:21:57.775085 | fa163e1d-9a4d-46c5-aea8-000000002cf7 | TASK | Failed deployment if facter fails 2025-10-08 23:21:57.807421 | fa163e1d-9a4d-46c5-aea8-000000002cf7 | SKIPPED | Failed deployment if facter fails | standalone 2025-10-08 23:21:57.808644 | fa163e1d-9a4d-46c5-aea8-000000002cf7 | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:14:34.414708 | 0.03s 2025-10-08 23:21:57.862031 | fa163e1d-9a4d-46c5-aea8-000000002cf8 | TASK | Sync cached facts 2025-10-08 23:21:58.336306 | fa163e1d-9a4d-46c5-aea8-000000002cf8 | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163e1d-9a4d-46c5-aea8-000000002cf8') missing from stats 2025-10-08 23:21:58.380398 | fa163e1d-9a4d-46c5-aea8-000000002ca8 | TASK | Include container-puppet tasks (generate config) during step 1 2025-10-08 23:21:58.429992 | fa163e1d-9a4d-46c5-aea8-000000002ca8 | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:14:35.036051 | 0.05s 2025-10-08 23:21:58.450211 | b7131da0-9943-4866-a8c6-fb1b8065fa34 | INCLUDED | /root/standalone-ansible-93sz9flw/generate-config-tasks.yaml | standalone 2025-10-08 23:21:58.487216 | fa163e1d-9a4d-46c5-aea8-000000002d42 | TASK | Create base directory puppet configs 2025-10-08 23:21:58.727800 | fa163e1d-9a4d-46c5-aea8-000000002d42 | CHANGED | Create base directory puppet configs | standalone 2025-10-08 23:21:58.728906 | fa163e1d-9a4d-46c5-aea8-000000002d42 | TIMING | Create base directory puppet configs | standalone | 0:14:35.334973 | 0.24s 2025-10-08 23:21:58.753374 | fa163e1d-9a4d-46c5-aea8-000000002d43 | TASK | Generate container puppet configs for step 1 2025-10-08 23:21:59.048843 | fa163e1d-9a4d-46c5-aea8-000000002d43 | CHANGED | Generate container puppet configs for step 1 | standalone 2025-10-08 23:21:59.050248 | fa163e1d-9a4d-46c5-aea8-000000002d43 | TIMING | Generate container puppet configs for step 1 | standalone | 0:14:35.656243 | 0.30s 2025-10-08 23:21:59.081272 | fa163e1d-9a4d-46c5-aea8-000000002d44 | TASK | Manage Puppet containers (generate config) for step 1 with tripleo-ansible 2025-10-08 23:21:59.110887 | fa163e1d-9a4d-46c5-aea8-000000002d44 | TIMING | Manage Puppet containers (generate config) for step 1 with tripleo-ansible | standalone | 0:14:35.716939 | 0.03s 2025-10-08 23:21:59.188542 | fa163e1d-9a4d-46c5-aea8-000000002dce | TASK | Gather variables for each operating system 2025-10-08 23:21:59.312412 | fa163e1d-9a4d-46c5-aea8-000000002dce | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:14:35.918460 | 0.12s 2025-10-08 23:21:59.342677 | fa163e1d-9a4d-46c5-aea8-000000002dcf | TASK | Create container logs path 2025-10-08 23:21:59.586956 | fa163e1d-9a4d-46c5-aea8-000000002dcf | OK | Create container logs path | standalone 2025-10-08 23:21:59.588404 | fa163e1d-9a4d-46c5-aea8-000000002dcf | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:14:36.194467 | 0.24s 2025-10-08 23:21:59.621117 | fa163e1d-9a4d-46c5-aea8-000000002dd1 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-08 23:22:00.006966 | fa163e1d-9a4d-46c5-aea8-000000002dd1 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-10-08 23:22:00.007990 | fa163e1d-9a4d-46c5-aea8-000000002dd1 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:14:36.614059 | 0.38s 2025-10-08 23:22:00.033382 | fa163e1d-9a4d-46c5-aea8-000000002dd2 | TASK | Finalise hashes for all containers 2025-10-08 23:22:00.094606 | fa163e1d-9a4d-46c5-aea8-000000002dd2 | OK | Finalise hashes for all containers | standalone 2025-10-08 23:22:00.095601 | fa163e1d-9a4d-46c5-aea8-000000002dd2 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:14:36.701672 | 0.06s 2025-10-08 23:22:00.118518 | fa163e1d-9a4d-46c5-aea8-000000002dd4 | TASK | Manage systemd shutdown files 2025-10-08 23:22:00.150321 | fa163e1d-9a4d-46c5-aea8-000000002dd4 | SKIPPED | Manage systemd shutdown files | standalone 2025-10-08 23:22:00.151311 | fa163e1d-9a4d-46c5-aea8-000000002dd4 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:14:36.757383 | 0.03s 2025-10-08 23:22:00.174410 | fa163e1d-9a4d-46c5-aea8-000000002dd6 | TASK | Update container configs with new config hashes 2025-10-08 23:22:00.226520 | fa163e1d-9a4d-46c5-aea8-000000002dd6 | SKIPPED | Update container configs with new config hashes | standalone 2025-10-08 23:22:00.227575 | fa163e1d-9a4d-46c5-aea8-000000002dd6 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:14:36.833646 | 0.05s 2025-10-08 23:22:00.252320 | fa163e1d-9a4d-46c5-aea8-000000002dd7 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-08 23:22:00.304247 | fa163e1d-9a4d-46c5-aea8-000000002dd7 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:14:36.910306 | 0.05s 2025-10-08 23:22:00.321100 | 535aef81-dec0-49a8-84ff-ee408240ce4f | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-08 23:22:00.348624 | fa163e1d-9a4d-46c5-aea8-000000002e1b | TASK | Gather podman infos 2025-10-08 23:22:00.949664 | fa163e1d-9a4d-46c5-aea8-000000002e1b | OK | Gather podman infos | standalone 2025-10-08 23:22:00.951125 | fa163e1d-9a4d-46c5-aea8-000000002e1b | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:14:37.557186 | 0.60s 2025-10-08 23:22:00.985366 | fa163e1d-9a4d-46c5-aea8-000000002e1c | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-08 23:22:01.046394 | fa163e1d-9a4d-46c5-aea8-000000002e1c | SKIPPED | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-10-08 23:22:01.047555 | fa163e1d-9a4d-46c5-aea8-000000002e1c | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:14:37.653620 | 0.06s 2025-10-08 23:22:01.079239 | fa163e1d-9a4d-46c5-aea8-000000002dd8 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-08 23:22:01.135309 | fa163e1d-9a4d-46c5-aea8-000000002dd8 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:14:37.741359 | 0.05s 2025-10-08 23:22:01.159577 | 811df557-77ea-40b2-b8ba-4cf0530e294a | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-08 23:22:01.196242 | fa163e1d-9a4d-46c5-aea8-000000002e45 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-08 23:22:32.560625 | fa163e1d-9a4d-46c5-aea8-000000002e45 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-10-08 23:22:32.562067 | fa163e1d-9a4d-46c5-aea8-000000002e45 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:15:09.168132 | 31.36s 2025-10-08 23:22:32.637015 | fa163e1d-9a4d-46c5-aea8-000000002e46 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-08 23:22:32.696691 | fa163e1d-9a4d-46c5-aea8-000000002e46 | SKIPPED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-10-08 23:22:32.697558 | fa163e1d-9a4d-46c5-aea8-000000002e46 | 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:09.303629 | 0.06s 2025-10-08 23:22:32.739709 | fa163e1d-9a4d-46c5-aea8-000000002d46 | TASK | Diff puppet-generated changes for check mode 2025-10-08 23:22:32.766166 | fa163e1d-9a4d-46c5-aea8-000000002d46 | SKIPPED | Diff puppet-generated changes for check mode | standalone 2025-10-08 23:22:32.767098 | fa163e1d-9a4d-46c5-aea8-000000002d46 | TIMING | Diff puppet-generated changes for check mode | standalone | 0:15:09.373165 | 0.03s 2025-10-08 23:22:32.789425 | fa163e1d-9a4d-46c5-aea8-000000002d47 | TASK | Diff puppet-generated changes for check mode 2025-10-08 23:22:32.816256 | fa163e1d-9a4d-46c5-aea8-000000002d47 | SKIPPED | Diff puppet-generated changes for check mode | standalone 2025-10-08 23:22:32.817162 | fa163e1d-9a4d-46c5-aea8-000000002d47 | TIMING | Diff puppet-generated changes for check mode | standalone | 0:15:09.423232 | 0.03s 2025-10-08 23:22:32.840623 | fa163e1d-9a4d-46c5-aea8-000000002caa | TASK | Manage containers for step 1 with tripleo-ansible 2025-10-08 23:22:32.866680 | fa163e1d-9a4d-46c5-aea8-000000002caa | TIMING | Manage containers for step 1 with tripleo-ansible | standalone | 0:15:09.472745 | 0.03s 2025-10-08 23:22:32.922342 | fa163e1d-9a4d-46c5-aea8-000000002e9b | TASK | Gather variables for each operating system 2025-10-08 23:22:33.043515 | fa163e1d-9a4d-46c5-aea8-000000002e9b | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:15:09.649574 | 0.12s 2025-10-08 23:22:33.066051 | fa163e1d-9a4d-46c5-aea8-000000002e9c | TASK | Create container logs path 2025-10-08 23:22:33.368697 | fa163e1d-9a4d-46c5-aea8-000000002e9c | OK | Create container logs path | standalone 2025-10-08 23:22:33.369680 | fa163e1d-9a4d-46c5-aea8-000000002e9c | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:15:09.975753 | 0.30s 2025-10-08 23:22:33.393556 | fa163e1d-9a4d-46c5-aea8-000000002e9e | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_1 2025-10-08 23:22:33.663571 | fa163e1d-9a4d-46c5-aea8-000000002e9e | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_1 | standalone 2025-10-08 23:22:33.664436 | fa163e1d-9a4d-46c5-aea8-000000002e9e | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:15:10.270508 | 0.27s 2025-10-08 23:22:33.689476 | fa163e1d-9a4d-46c5-aea8-000000002e9f | TASK | Finalise hashes for all containers 2025-10-08 23:22:33.726068 | fa163e1d-9a4d-46c5-aea8-000000002e9f | OK | Finalise hashes for all containers | standalone 2025-10-08 23:22:33.726816 | fa163e1d-9a4d-46c5-aea8-000000002e9f | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:15:10.332886 | 0.04s 2025-10-08 23:22:33.748997 | fa163e1d-9a4d-46c5-aea8-000000002ea1 | TASK | Manage systemd shutdown files 2025-10-08 23:22:33.780545 | fa163e1d-9a4d-46c5-aea8-000000002ea1 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:15:10.386602 | 0.03s 2025-10-08 23:22:33.815751 | 1c27f7ce-d39a-48dc-84a6-22518ff50bd5 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-10-08 23:22:33.843746 | fa163e1d-9a4d-46c5-aea8-000000002ed4 | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-10-08 23:22:34.096602 | fa163e1d-9a4d-46c5-aea8-000000002ed4 | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-10-08 23:22:34.097940 | fa163e1d-9a4d-46c5-aea8-000000002ed4 | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:15:10.704006 | 0.25s 2025-10-08 23:22:34.120605 | fa163e1d-9a4d-46c5-aea8-000000002ed5 | TASK | Set podman_drop_in fact 2025-10-08 23:22:34.178638 | fa163e1d-9a4d-46c5-aea8-000000002ed5 | OK | Set podman_drop_in fact | standalone 2025-10-08 23:22:34.179521 | fa163e1d-9a4d-46c5-aea8-000000002ed5 | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:15:10.785592 | 0.06s 2025-10-08 23:22:34.202012 | fa163e1d-9a4d-46c5-aea8-000000002ed7 | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-10-08 23:22:34.686968 | fa163e1d-9a4d-46c5-aea8-000000002ed7 | CHANGED | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-10-08 23:22:34.687907 | fa163e1d-9a4d-46c5-aea8-000000002ed7 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:15:11.293977 | 0.48s 2025-10-08 23:22:35.099327 | fa163e1d-9a4d-46c5-aea8-000000002ed7 | CHANGED | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-10-08 23:22:35.100381 | fa163e1d-9a4d-46c5-aea8-000000002ed7 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:15:11.706446 | 0.90s 2025-10-08 23:22:35.106629 | fa163e1d-9a4d-46c5-aea8-000000002ed7 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:15:11.712691 | 0.90s 2025-10-08 23:22:35.136178 | fa163e1d-9a4d-46c5-aea8-000000002ed8 | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-10-08 23:22:35.655119 | fa163e1d-9a4d-46c5-aea8-000000002ed8 | CHANGED | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-10-08 23:22:35.656581 | fa163e1d-9a4d-46c5-aea8-000000002ed8 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:15:12.262644 | 0.52s 2025-10-08 23:22:35.686522 | fa163e1d-9a4d-46c5-aea8-000000002ed9 | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-10-08 23:22:36.198063 | fa163e1d-9a4d-46c5-aea8-000000002ed9 | CHANGED | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-10-08 23:22:36.199588 | fa163e1d-9a4d-46c5-aea8-000000002ed9 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:15:12.805651 | 0.51s 2025-10-08 23:22:36.230017 | fa163e1d-9a4d-46c5-aea8-000000002eda | TASK | Enable and start tripleo-container-shutdown 2025-10-08 23:22:37.199082 | fa163e1d-9a4d-46c5-aea8-000000002eda | CHANGED | Enable and start tripleo-container-shutdown | standalone 2025-10-08 23:22:37.201100 | fa163e1d-9a4d-46c5-aea8-000000002eda | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:15:13.807163 | 0.97s 2025-10-08 23:22:37.231294 | fa163e1d-9a4d-46c5-aea8-000000002edb | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-10-08 23:22:37.714162 | fa163e1d-9a4d-46c5-aea8-000000002edb | CHANGED | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-10-08 23:22:37.715094 | fa163e1d-9a4d-46c5-aea8-000000002edb | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:15:14.321165 | 0.48s 2025-10-08 23:22:37.737809 | fa163e1d-9a4d-46c5-aea8-000000002edc | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-10-08 23:22:38.206783 | fa163e1d-9a4d-46c5-aea8-000000002edc | CHANGED | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-10-08 23:22:38.207771 | fa163e1d-9a4d-46c5-aea8-000000002edc | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:15:14.813841 | 0.47s 2025-10-08 23:22:38.230492 | fa163e1d-9a4d-46c5-aea8-000000002edd | TASK | Enable and start netns-placeholder 2025-10-08 23:22:39.061891 | fa163e1d-9a4d-46c5-aea8-000000002edd | CHANGED | Enable and start netns-placeholder | standalone 2025-10-08 23:22:39.065257 | fa163e1d-9a4d-46c5-aea8-000000002edd | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:15:15.671255 | 0.83s 2025-10-08 23:22:39.098104 | fa163e1d-9a4d-46c5-aea8-000000002ea3 | TASK | Update container configs with new config hashes 2025-10-08 23:22:39.142333 | fa163e1d-9a4d-46c5-aea8-000000002ea3 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:15:15.748384 | 0.04s 2025-10-08 23:22:39.155818 | c96e2b7f-d187-43e6-aaef-5ea0be12b82d | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-10-08 23:22:39.178830 | fa163e1d-9a4d-46c5-aea8-000000002f05 | TASK | Update config hashes for container startup configs 2025-10-08 23:22:39.480767 | | WARNING | Config change detected for memcached, new hash: a226265c45722b4c809790869a4b047f 2025-10-08 23:22:39.481917 | | WARNING | Config change detected for mysql_bootstrap, new hash: 99aac907bad41d470512aceaea0b15e2 2025-10-08 23:22:39.482529 | | WARNING | Config change detected for rabbitmq_bootstrap, new hash: f997439c3366771a67b0d1d17639c477 2025-10-08 23:22:39.483109 | | WARNING | Config change detected for redis_tls_proxy, new hash: 03b516ffc9f6146d98fbd75bd409049b 2025-10-08 23:22:39.483650 | | WARNING | Config change detected for clustercheck, new hash: 6c4508a2e72ac49c7bd1976b73e6b804 2025-10-08 23:22:39.484179 | | WARNING | Config change detected for horizon_fix_perms, new hash: 94617b9b54da14dc9b3050f7523fafe5 2025-10-08 23:22:39.484709 | | WARNING | Config change detected for mysql_wait_bundle, new hash: 99aac907bad41d470512aceaea0b15e2 2025-10-08 23:22:39.485171 | | WARNING | Config change detected for octavia_api_init_dirs, new hash: f7eb05af015fb9dc6cf372b8b9086bb8 2025-10-08 23:22:39.485773 | | WARNING | Config change detected for octavia_health_manager_init_dirs, new hash: f7eb05af015fb9dc6cf372b8b9086bb8 2025-10-08 23:22:39.486299 | | WARNING | Config change detected for octavia_housekeeping_init_dirs, new hash: f7eb05af015fb9dc6cf372b8b9086bb8 2025-10-08 23:22:39.486776 | | WARNING | Config change detected for octavia_worker_init_dirs, new hash: f7eb05af015fb9dc6cf372b8b9086bb8 2025-10-08 23:22:39.487255 | | WARNING | Config change detected for aodh_db_sync, new hash: 3c3df6e2680c6e19f51a044fcecd7123 2025-10-08 23:22:39.487719 | | WARNING | Config change detected for cinder_api_db_sync, new hash: 2ed8009e4e42ab7f9b5dcabc006c98c1 2025-10-08 23:22:39.488166 | | WARNING | Config change detected for glance_api_db_sync, new hash: 0436a02299ae818e34665b21db9f2576-24a922a1f433c68ab792dc5720b19b56 2025-10-08 23:22:39.488662 | | WARNING | Config change detected for heat_engine_db_sync, new hash: 5ee483ead767f2f467cb8c58d926d7b8 2025-10-08 23:22:39.489135 | | WARNING | Config change detected for horizon, new hash: 94617b9b54da14dc9b3050f7523fafe5 2025-10-08 23:22:39.489654 | | WARNING | Config change detected for iscsid, new hash: 24a922a1f433c68ab792dc5720b19b56 2025-10-08 23:22:39.490123 | | WARNING | Config change detected for keystone, new hash: d2635bb4331959e1be0ff60f24e2121e 2025-10-08 23:22:39.490607 | | WARNING | Config change detected for keystone_cron, new hash: d2635bb4331959e1be0ff60f24e2121e 2025-10-08 23:22:39.491051 | | WARNING | Config change detected for keystone_db_sync, new hash: d2635bb4331959e1be0ff60f24e2121e 2025-10-08 23:22:39.491609 | | WARNING | Config change detected for manila_api_db_sync, new hash: 10e537ea5c5e456f05c7266b23c89c96 2025-10-08 23:22:39.492062 | | WARNING | Config change detected for neutron_db_sync, new hash: 51d448b03b161135b3bbca0d30430af8 2025-10-08 23:22:39.492562 | | WARNING | Config change detected for nova_api_db_sync, new hash: ebfb664c3dde6dd459472094ee115baa 2025-10-08 23:22:39.493072 | | WARNING | Config change detected for nova_api_ensure_default_cells, new hash: ebfb664c3dde6dd459472094ee115baa 2025-10-08 23:22:39.493577 | | WARNING | Config change detected for nova_db_sync, new hash: ebfb664c3dde6dd459472094ee115baa 2025-10-08 23:22:39.494022 | | WARNING | Config change detected for nova_virtlogd_wrapper, new hash: 627cb03893cd79d13df8568af935b2ba 2025-10-08 23:22:39.494565 | | WARNING | Config change detected for nova_virtnodedevd, new hash: 627cb03893cd79d13df8568af935b2ba 2025-10-08 23:22:39.495016 | | WARNING | Config change detected for nova_virtproxyd, new hash: 627cb03893cd79d13df8568af935b2ba 2025-10-08 23:22:39.495522 | | WARNING | Config change detected for nova_virtqemud, new hash: 627cb03893cd79d13df8568af935b2ba 2025-10-08 23:22:39.495987 | | WARNING | Config change detected for nova_virtsecretd, new hash: 627cb03893cd79d13df8568af935b2ba 2025-10-08 23:22:39.496531 | | WARNING | Config change detected for nova_virtstoraged, new hash: 627cb03893cd79d13df8568af935b2ba 2025-10-08 23:22:39.497010 | | WARNING | Config change detected for octavia_db_sync, new hash: f7eb05af015fb9dc6cf372b8b9086bb8 2025-10-08 23:22:39.497503 | | WARNING | Config change detected for placement_api_db_sync, new hash: f97a3d8310cd37cc45ac005df4bf1f9c 2025-10-08 23:22:39.498014 | | WARNING | Config change detected for swift_copy_rings, new hash: 19ae48814b6fd8f22649e21890a3455e-2e9a055b86ed374d07a3bf9db0388e6c 2025-10-08 23:22:39.498543 | | WARNING | Config change detected for aodh_api, new hash: 3c3df6e2680c6e19f51a044fcecd7123 2025-10-08 23:22:39.498993 | | WARNING | Config change detected for aodh_api_cron, new hash: 3c3df6e2680c6e19f51a044fcecd7123 2025-10-08 23:22:39.499508 | | WARNING | Config change detected for aodh_evaluator, new hash: 3c3df6e2680c6e19f51a044fcecd7123 2025-10-08 23:22:39.499951 | | WARNING | Config change detected for aodh_listener, new hash: 3c3df6e2680c6e19f51a044fcecd7123 2025-10-08 23:22:39.500434 | | WARNING | Config change detected for aodh_notifier, new hash: 3c3df6e2680c6e19f51a044fcecd7123 2025-10-08 23:22:39.500876 | | WARNING | Config change detected for ceilometer_agent_central, new hash: 10caef3f49d4f524c4327cc39ca37ec9 2025-10-08 23:22:39.501355 | | WARNING | Config change detected for ceilometer_agent_compute, new hash: 10caef3f49d4f524c4327cc39ca37ec9 2025-10-08 23:22:39.501793 | | WARNING | Config change detected for ceilometer_agent_notification, new hash: 10caef3f49d4f524c4327cc39ca37ec9 2025-10-08 23:22:39.502303 | | WARNING | Config change detected for cinder_api, new hash: 2ed8009e4e42ab7f9b5dcabc006c98c1 2025-10-08 23:22:39.502753 | | WARNING | Config change detected for cinder_api_cron, new hash: 2ed8009e4e42ab7f9b5dcabc006c98c1 2025-10-08 23:22:39.503229 | | WARNING | Config change detected for cinder_scheduler, new hash: 2ed8009e4e42ab7f9b5dcabc006c98c1 2025-10-08 23:22:39.503682 | | WARNING | Config change detected for glance_api, new hash: 0436a02299ae818e34665b21db9f2576-24a922a1f433c68ab792dc5720b19b56 2025-10-08 23:22:39.504120 | | WARNING | Config change detected for glance_api_cron, new hash: 0436a02299ae818e34665b21db9f2576 2025-10-08 23:22:39.504607 | | WARNING | Config change detected for glance_api_internal, new hash: 0287427d40beaa9f1a6ed9f3dd8cc782-24a922a1f433c68ab792dc5720b19b56 2025-10-08 23:22:39.505048 | | WARNING | Config change detected for glance_api_internal_tls_proxy, new hash: 0287427d40beaa9f1a6ed9f3dd8cc782 2025-10-08 23:22:39.505539 | | WARNING | Config change detected for glance_api_tls_proxy, new hash: 0436a02299ae818e34665b21db9f2576 2025-10-08 23:22:39.506004 | | WARNING | Config change detected for heat_api, new hash: 8929a8e6c0c300ab8b677506495b5799 2025-10-08 23:22:39.506570 | | WARNING | Config change detected for heat_api_cfn, new hash: e1f73aa808655163c3c696a873160710 2025-10-08 23:22:39.507008 | | WARNING | Config change detected for heat_api_cron, new hash: 8929a8e6c0c300ab8b677506495b5799 2025-10-08 23:22:39.507487 | | WARNING | Config change detected for heat_engine, new hash: 5ee483ead767f2f467cb8c58d926d7b8 2025-10-08 23:22:39.507925 | | WARNING | Config change detected for logrotate_crond, new hash: 53ed83bb0cae779ff95edb2002262c6f 2025-10-08 23:22:39.508408 | | WARNING | Config change detected for manila_api, new hash: 10e537ea5c5e456f05c7266b23c89c96 2025-10-08 23:22:39.508848 | | WARNING | Config change detected for manila_api_cron, new hash: 10e537ea5c5e456f05c7266b23c89c96 2025-10-08 23:22:39.509357 | | WARNING | Config change detected for manila_scheduler, new hash: 10e537ea5c5e456f05c7266b23c89c96 2025-10-08 23:22:39.509802 | | WARNING | Config change detected for neutron_api, new hash: 51d448b03b161135b3bbca0d30430af8 2025-10-08 23:22:39.510567 | | WARNING | Config change detected for neutron_dhcp, new hash: 51d448b03b161135b3bbca0d30430af8 2025-10-08 23:22:39.511053 | | WARNING | Config change detected for neutron_server_tls_proxy, new hash: 51d448b03b161135b3bbca0d30430af8 2025-10-08 23:22:39.511547 | | WARNING | Config change detected for neutron_sriov_agent, new hash: 51d448b03b161135b3bbca0d30430af8 2025-10-08 23:22:39.511991 | | WARNING | Config change detected for nova_api, new hash: ebfb664c3dde6dd459472094ee115baa 2025-10-08 23:22:39.512482 | | WARNING | Config change detected for nova_api_cron, new hash: ebfb664c3dde6dd459472094ee115baa 2025-10-08 23:22:39.512933 | | WARNING | Config change detected for nova_conductor, new hash: ebfb664c3dde6dd459472094ee115baa 2025-10-08 23:22:39.513429 | | WARNING | Config change detected for nova_metadata, new hash: f7eebcb2e4d8d14f598dd1657f1e5816 2025-10-08 23:22:39.513882 | | WARNING | Config change detected for nova_migration_target, new hash: 627cb03893cd79d13df8568af935b2ba 2025-10-08 23:22:39.514414 | | WARNING | Config change detected for nova_scheduler, new hash: ebfb664c3dde6dd459472094ee115baa 2025-10-08 23:22:39.514881 | | WARNING | Config change detected for nova_vnc_proxy, new hash: ebfb664c3dde6dd459472094ee115baa 2025-10-08 23:22:39.515371 | | WARNING | Config change detected for nova_wait_for_api_service, new hash: ebfb664c3dde6dd459472094ee115baa 2025-10-08 23:22:39.515877 | | WARNING | Config change detected for octavia_api, new hash: f7eb05af015fb9dc6cf372b8b9086bb8 2025-10-08 23:22:39.516409 | | WARNING | Config change detected for octavia_driver_agent, new hash: f7eb05af015fb9dc6cf372b8b9086bb8 2025-10-08 23:22:39.516880 | | WARNING | Config change detected for ovn_metadata_agent, new hash: 51d448b03b161135b3bbca0d30430af8 2025-10-08 23:22:39.517352 | | WARNING | Config change detected for placement_api, new hash: f97a3d8310cd37cc45ac005df4bf1f9c 2025-10-08 23:22:39.517792 | | WARNING | Config change detected for placement_wait_for_service, new hash: f97a3d8310cd37cc45ac005df4bf1f9c 2025-10-08 23:22:39.518331 | | WARNING | Config change detected for swift_account_reaper, new hash: 19ae48814b6fd8f22649e21890a3455e 2025-10-08 23:22:39.518836 | | WARNING | Config change detected for swift_account_server, new hash: 19ae48814b6fd8f22649e21890a3455e 2025-10-08 23:22:39.519325 | | WARNING | Config change detected for swift_container_server, new hash: 19ae48814b6fd8f22649e21890a3455e 2025-10-08 23:22:39.519766 | | WARNING | Config change detected for swift_container_updater, new hash: 19ae48814b6fd8f22649e21890a3455e 2025-10-08 23:22:39.520238 | | WARNING | Config change detected for swift_object_expirer, new hash: 19ae48814b6fd8f22649e21890a3455e 2025-10-08 23:22:39.520678 | | WARNING | Config change detected for swift_object_server, new hash: 19ae48814b6fd8f22649e21890a3455e 2025-10-08 23:22:39.521111 | | WARNING | Config change detected for swift_object_updater, new hash: 19ae48814b6fd8f22649e21890a3455e 2025-10-08 23:22:39.521617 | | WARNING | Config change detected for swift_proxy, new hash: 19ae48814b6fd8f22649e21890a3455e 2025-10-08 23:22:39.522060 | | WARNING | Config change detected for swift_proxy_tls_proxy, new hash: 19ae48814b6fd8f22649e21890a3455e 2025-10-08 23:22:39.522560 | | WARNING | Config change detected for ceilometer_gnocchi_upgrade, new hash: 10caef3f49d4f524c4327cc39ca37ec9 2025-10-08 23:22:39.523015 | | WARNING | Config change detected for gnocchi_api, new hash: 233b993635e98b248da45b50c05ab086 2025-10-08 23:22:39.523525 | | WARNING | Config change detected for gnocchi_db_sync, new hash: 233b993635e98b248da45b50c05ab086 2025-10-08 23:22:39.524004 | | WARNING | Config change detected for gnocchi_metricd, new hash: 233b993635e98b248da45b50c05ab086 2025-10-08 23:22:39.524504 | | WARNING | Config change detected for gnocchi_statsd, new hash: 233b993635e98b248da45b50c05ab086 2025-10-08 23:22:39.524953 | | WARNING | Config change detected for nova_compute, new hash: 24a922a1f433c68ab792dc5720b19b56-627cb03893cd79d13df8568af935b2ba 2025-10-08 23:22:39.525478 | | WARNING | Config change detected for nova_wait_for_compute_service, new hash: 627cb03893cd79d13df8568af935b2ba 2025-10-08 23:22:39.525929 | | WARNING | Config change detected for octavia_health_manager, new hash: f7eb05af015fb9dc6cf372b8b9086bb8 2025-10-08 23:22:39.526423 | | WARNING | Config change detected for octavia_housekeeping, new hash: f7eb05af015fb9dc6cf372b8b9086bb8 2025-10-08 23:22:39.526873 | | WARNING | Config change detected for octavia_rsyslog, new hash: f7eb05af015fb9dc6cf372b8b9086bb8 2025-10-08 23:22:39.527352 | | WARNING | Config change detected for octavia_worker, new hash: f7eb05af015fb9dc6cf372b8b9086bb8 2025-10-08 23:22:39.527821 | fa163e1d-9a4d-46c5-aea8-000000002f05 | CHANGED | Update config hashes for container startup configs | standalone 2025-10-08 23:22:39.528753 | fa163e1d-9a4d-46c5-aea8-000000002f05 | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:15:16.134814 | 0.35s 2025-10-08 23:22:39.553956 | fa163e1d-9a4d-46c5-aea8-000000002ea4 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_1 2025-10-08 23:22:39.611703 | fa163e1d-9a4d-46c5-aea8-000000002ea4 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:15:16.217757 | 0.06s 2025-10-08 23:22:39.634897 | 066ac7ec-db26-4b7e-8b56-f06043ce31e2 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-08 23:22:39.668571 | fa163e1d-9a4d-46c5-aea8-000000002f24 | TASK | Gather podman infos 2025-10-08 23:22:40.532872 | fa163e1d-9a4d-46c5-aea8-000000002f24 | OK | Gather podman infos | standalone 2025-10-08 23:22:40.534002 | fa163e1d-9a4d-46c5-aea8-000000002f24 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:15:17.140069 | 0.86s 2025-10-08 23:22:40.609517 | fa163e1d-9a4d-46c5-aea8-000000002f25 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 2025-10-08 23:22:40.673698 | fa163e1d-9a4d-46c5-aea8-000000002f25 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:15:17.279755 | 0.06s 2025-10-08 23:22:40.785569 | fa163e1d-9a4d-46c5-aea8-000000002f6e | TIMING | tripleo_container_rm : include_tasks | standalone | 0:15:17.391625 | 0.06s 2025-10-08 23:22:40.832054 | fa163e1d-9a4d-46c5-aea8-000000002ea5 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_1 2025-10-08 23:22:40.882795 | fa163e1d-9a4d-46c5-aea8-000000002ea5 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:15:17.488851 | 0.05s 2025-10-08 23:22:40.898523 | 2bd1deba-42e6-4642-9c91-b6837ab97178 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-08 23:22:40.931716 | fa163e1d-9a4d-46c5-aea8-000000002f94 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 2025-10-08 23:22:48.749703 | fa163e1d-9a4d-46c5-aea8-000000002f94 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 | standalone 2025-10-08 23:22:48.752179 | fa163e1d-9a4d-46c5-aea8-000000002f94 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:15:25.358237 | 7.82s 2025-10-08 23:22:48.783421 | fa163e1d-9a4d-46c5-aea8-000000002f95 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_1 2025-10-08 23:22:53.121373 | fa163e1d-9a4d-46c5-aea8-000000002f95 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_1 | standalone 2025-10-08 23:22:53.122913 | fa163e1d-9a4d-46c5-aea8-000000002f95 | 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:29.728976 | 4.34s 2025-10-08 23:22:53.199632 | fa163e1d-9a4d-46c5-aea8-000000002cac | TASK | Clean container_puppet_tasks for standalone step 1 2025-10-08 23:22:53.400018 | fa163e1d-9a4d-46c5-aea8-000000002cac | OK | Clean container_puppet_tasks for standalone step 1 | standalone 2025-10-08 23:22:53.401513 | fa163e1d-9a4d-46c5-aea8-000000002cac | TIMING | Clean container_puppet_tasks for standalone step 1 | standalone | 0:15:30.007572 | 0.20s 2025-10-08 23:22:53.452247 | fa163e1d-9a4d-46c5-aea8-000000002cad | TASK | Calculate container_puppet_tasks for standalone step 1 2025-10-08 23:22:53.514512 | fa163e1d-9a4d-46c5-aea8-000000002cad | TIMING | Calculate container_puppet_tasks for standalone step 1 | standalone | 0:15:30.120560 | 0.06s 2025-10-08 23:22:53.545665 | fa163e1d-9a4d-46c5-aea8-000000002cae | TASK | Include container-puppet tasks for step 1 2025-10-08 23:22:53.587531 | fa163e1d-9a4d-46c5-aea8-000000002cae | TIMING | Include container-puppet tasks for step 1 | standalone | 0:15:30.193578 | 0.04s 2025-10-08 23:22:53.616628 | 5d83f50d-d7a0-4263-8db2-00f5b26f6e3f | INCLUDED | /root/standalone-ansible-93sz9flw/host-container-puppet-tasks.yaml | standalone 2025-10-08 23:22:53.660210 | fa163e1d-9a4d-46c5-aea8-000000002fe0 | TASK | Write container-puppet-tasks json file for standalone step 1 2025-10-08 23:22:54.182505 | fa163e1d-9a4d-46c5-aea8-000000002fe0 | CHANGED | Write container-puppet-tasks json file for standalone step 1 | standalone 2025-10-08 23:22:54.183657 | fa163e1d-9a4d-46c5-aea8-000000002fe0 | TIMING | Write container-puppet-tasks json file for standalone step 1 | standalone | 0:15:30.789727 | 0.52s 2025-10-08 23:22:54.206833 | fa163e1d-9a4d-46c5-aea8-000000002fe2 | TASK | Generate container puppet configs for step 1 2025-10-08 23:22:54.501356 | fa163e1d-9a4d-46c5-aea8-000000002fe2 | OK | Generate container puppet configs for step 1 | standalone 2025-10-08 23:22:54.502442 | fa163e1d-9a4d-46c5-aea8-000000002fe2 | TIMING | Generate container puppet configs for step 1 | standalone | 0:15:31.108511 | 0.29s 2025-10-08 23:22:54.525870 | fa163e1d-9a4d-46c5-aea8-000000002fe3 | TASK | Manage Puppet containers (bootstrap tasks) for step 1 with tripleo-ansible 2025-10-08 23:22:54.552484 | fa163e1d-9a4d-46c5-aea8-000000002fe3 | TIMING | Manage Puppet containers (bootstrap tasks) for step 1 with tripleo-ansible | standalone | 0:15:31.158548 | 0.03s 2025-10-08 23:22:54.612653 | fa163e1d-9a4d-46c5-aea8-000000002dce | TASK | Gather variables for each operating system 2025-10-08 23:22:54.705346 | fa163e1d-9a4d-46c5-aea8-000000002dce | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:15:31.311400 | 0.09s 2025-10-08 23:22:54.728703 | fa163e1d-9a4d-46c5-aea8-000000002dcf | TASK | Create container logs path 2025-10-08 23:22:54.981011 | fa163e1d-9a4d-46c5-aea8-000000002dcf | OK | Create container logs path | standalone 2025-10-08 23:22:54.982042 | fa163e1d-9a4d-46c5-aea8-000000002dcf | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:15:31.588112 | 0.25s 2025-10-08 23:22:55.006153 | fa163e1d-9a4d-46c5-aea8-000000002dd1 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-08 23:22:55.274118 | fa163e1d-9a4d-46c5-aea8-000000002dd1 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-10-08 23:22:55.275420 | fa163e1d-9a4d-46c5-aea8-000000002dd1 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:15:31.881485 | 0.27s 2025-10-08 23:22:55.304308 | fa163e1d-9a4d-46c5-aea8-000000002dd2 | TASK | Finalise hashes for all containers 2025-10-08 23:22:55.343683 | fa163e1d-9a4d-46c5-aea8-000000002dd2 | OK | Finalise hashes for all containers | standalone 2025-10-08 23:22:55.344884 | fa163e1d-9a4d-46c5-aea8-000000002dd2 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:15:31.950949 | 0.04s 2025-10-08 23:22:55.374253 | fa163e1d-9a4d-46c5-aea8-000000002dd4 | TASK | Manage systemd shutdown files 2025-10-08 23:22:55.405513 | fa163e1d-9a4d-46c5-aea8-000000002dd4 | SKIPPED | Manage systemd shutdown files | standalone 2025-10-08 23:22:55.406856 | fa163e1d-9a4d-46c5-aea8-000000002dd4 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:15:32.012912 | 0.03s 2025-10-08 23:22:55.437688 | fa163e1d-9a4d-46c5-aea8-000000002dd6 | TASK | Update container configs with new config hashes 2025-10-08 23:22:55.488472 | fa163e1d-9a4d-46c5-aea8-000000002dd6 | SKIPPED | Update container configs with new config hashes | standalone 2025-10-08 23:22:55.489796 | fa163e1d-9a4d-46c5-aea8-000000002dd6 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:15:32.095853 | 0.05s 2025-10-08 23:22:55.521241 | fa163e1d-9a4d-46c5-aea8-000000002dd7 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-08 23:22:55.571467 | fa163e1d-9a4d-46c5-aea8-000000002dd7 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-10-08 23:22:55.572767 | fa163e1d-9a4d-46c5-aea8-000000002dd7 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:15:32.178831 | 0.05s 2025-10-08 23:22:55.604675 | fa163e1d-9a4d-46c5-aea8-000000002dd8 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-08 23:22:55.645322 | fa163e1d-9a4d-46c5-aea8-000000002dd8 | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-10-08 23:22:55.646628 | fa163e1d-9a4d-46c5-aea8-000000002dd8 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:15:32.252693 | 0.04s PLAY [External deployment step 2] ********************************************** 2025-10-08 23:22:55.815989 | fa163e1d-9a4d-46c5-aea8-0000000000c6 | TASK | External deployment step 2 2025-10-08 23:22:55.843521 | fa163e1d-9a4d-46c5-aea8-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', 'fa163e1d-9a4d-46c5-aea8-0000000000c6') missing from stats 2025-10-08 23:22:55.896701 | fa163e1d-9a4d-46c5-aea8-0000000000c7 | TIMING | include_tasks | undercloud | 0:15:32.502748 | 0.04s 2025-10-08 23:22:55.904154 | 2ed639bc-fe55-4a03-a088-b5b67a741cb4 | INCLUDED | /root/standalone-ansible-93sz9flw/external_deploy_steps_tasks_step2.yaml | undercloud PLAY [Deploy step tasks for 2] ************************************************* 2025-10-08 23:22:56.047656 | fa163e1d-9a4d-46c5-aea8-0000000000ca | TASK | Deploy step tasks for 2 2025-10-08 23:22:56.075903 | fa163e1d-9a4d-46c5-aea8-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', 'fa163e1d-9a4d-46c5-aea8-0000000000ca') missing from stats 2025-10-08 23:22:56.098428 | fa163e1d-9a4d-46c5-aea8-0000000000cb | TASK | Write the config_step hieradata for the deploy step 2 tasks 2025-10-08 23:22:56.545975 | fa163e1d-9a4d-46c5-aea8-0000000000cb | CHANGED | Write the config_step hieradata for the deploy step 2 tasks | standalone 2025-10-08 23:22:56.547440 | fa163e1d-9a4d-46c5-aea8-0000000000cb | TIMING | Write the config_step hieradata for the deploy step 2 tasks | standalone | 0:15:33.153501 | 0.45s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-10-08 23:22:56.604641 | fa163e1d-9a4d-46c5-aea8-0000000000cc | TIMING | include_tasks | standalone | 0:15:33.210698 | 0.03s 2025-10-08 23:22:56.701148 | 78a44594-0dfa-4271-b29d-e9c8bbd7e400 | INCLUDED | /root/standalone-ansible-93sz9flw/Standalone/deploy_steps_tasks_step2.yaml | standalone 2025-10-08 23:22:56.738415 | fa163e1d-9a4d-46c5-aea8-000000003071 | TASK | Push script 2025-10-08 23:22:57.288336 | fa163e1d-9a4d-46c5-aea8-000000003071 | CHANGED | Push script | standalone 2025-10-08 23:22:57.289178 | fa163e1d-9a4d-46c5-aea8-000000003071 | TIMING | Push script | standalone | 0:15:33.895250 | 0.55s 2025-10-08 23:22:57.309078 | fa163e1d-9a4d-46c5-aea8-000000003072 | TASK | Insert cronjob in root crontab 2025-10-08 23:22:57.770967 | fa163e1d-9a4d-46c5-aea8-000000003072 | CHANGED | Insert cronjob in root crontab | standalone 2025-10-08 23:22:57.771985 | fa163e1d-9a4d-46c5-aea8-000000003072 | TIMING | Insert cronjob in root crontab | standalone | 0:15:34.378059 | 0.46s 2025-10-08 23:22:57.791060 | fa163e1d-9a4d-46c5-aea8-000000003079 | TASK | Gather variables for each operating system 2025-10-08 23:22:57.890902 | fa163e1d-9a4d-46c5-aea8-000000003079 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:15:34.496963 | 0.10s 2025-10-08 23:22:57.911223 | fa163e1d-9a4d-46c5-aea8-00000000307a | TASK | Detect if resource is being created or already exists 2025-10-08 23:22:58.636672 | fa163e1d-9a4d-46c5-aea8-00000000307a | CHANGED | Detect if resource is being created or already exists | standalone 2025-10-08 23:22:58.637443 | fa163e1d-9a4d-46c5-aea8-00000000307a | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:15:35.243517 | 0.73s 2025-10-08 23:22:58.657874 | fa163e1d-9a4d-46c5-aea8-00000000307b | TASK | Run init bundle puppet on the host for haproxy 2025-10-08 23:24:44.679532 | fa163e1d-9a4d-46c5-aea8-00000000307b | CHANGED | Run init bundle puppet on the host for haproxy | standalone 2025-10-08 23:24:44.681232 | fa163e1d-9a4d-46c5-aea8-00000000307b | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for haproxy | standalone | 0:17:21.287255 | 106.02s 2025-10-08 23:24:44.712797 | fa163e1d-9a4d-46c5-aea8-00000000307c | TASK | Check if /var/lib/config-data/puppet-generated/haproxy exists 2025-10-08 23:24:44.975023 | fa163e1d-9a4d-46c5-aea8-00000000307c | OK | Check if /var/lib/config-data/puppet-generated/haproxy exists | standalone 2025-10-08 23:24:44.975854 | fa163e1d-9a4d-46c5-aea8-00000000307c | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/haproxy exists | standalone | 0:17:21.581928 | 0.26s 2025-10-08 23:24:44.996069 | fa163e1d-9a4d-46c5-aea8-00000000307d | TASK | Run pacemaker restart if the config file for the service changed 2025-10-08 23:24:45.578839 | fa163e1d-9a4d-46c5-aea8-00000000307d | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-10-08 23:24:45.580527 | fa163e1d-9a4d-46c5-aea8-00000000307d | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:17:22.186583 | 0.58s 2025-10-08 23:24:45.614506 | fa163e1d-9a4d-46c5-aea8-00000000307e | TASK | Check if an image update marker exists for bundle haproxy-bundle 2025-10-08 23:24:45.864796 | fa163e1d-9a4d-46c5-aea8-00000000307e | OK | Check if an image update marker exists for bundle haproxy-bundle | standalone 2025-10-08 23:24:45.866303 | fa163e1d-9a4d-46c5-aea8-00000000307e | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle haproxy-bundle | standalone | 0:17:22.472358 | 0.25s 2025-10-08 23:24:45.898753 | fa163e1d-9a4d-46c5-aea8-000000003080 | TASK | Get container image tag from marker for bundle haproxy-bundle 2025-10-08 23:24:45.931710 | fa163e1d-9a4d-46c5-aea8-000000003080 | SKIPPED | Get container image tag from marker for bundle haproxy-bundle | standalone 2025-10-08 23:24:45.933080 | fa163e1d-9a4d-46c5-aea8-000000003080 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle haproxy-bundle | standalone | 0:17:22.539137 | 0.03s 2025-10-08 23:24:45.967009 | fa163e1d-9a4d-46c5-aea8-000000003081 | TASK | Get container image tag from bundle haproxy-bundle 2025-10-08 23:24:45.999881 | fa163e1d-9a4d-46c5-aea8-000000003081 | SKIPPED | Get container image tag from bundle haproxy-bundle | standalone 2025-10-08 23:24:46.001245 | fa163e1d-9a4d-46c5-aea8-000000003081 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle haproxy-bundle | standalone | 0:17:22.607300 | 0.03s 2025-10-08 23:24:46.029953 | fa163e1d-9a4d-46c5-aea8-000000003082 | TASK | Compare tags between marker and bundle haproxy-bundle 2025-10-08 23:24:46.085624 | fa163e1d-9a4d-46c5-aea8-000000003082 | SKIPPED | Compare tags between marker and bundle haproxy-bundle | standalone 2025-10-08 23:24:46.086585 | fa163e1d-9a4d-46c5-aea8-000000003082 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle haproxy-bundle | standalone | 0:17:22.692653 | 0.06s 2025-10-08 23:24:46.113346 | fa163e1d-9a4d-46c5-aea8-000000003083 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-10-08 23:24:46.164288 | fa163e1d-9a4d-46c5-aea8-000000003083 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-10-08 23:24:46.165267 | fa163e1d-9a4d-46c5-aea8-000000003083 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:17:22.771337 | 0.05s 2025-10-08 23:24:46.190137 | fa163e1d-9a4d-46c5-aea8-000000003084 | TASK | Remove update marker for bundle haproxy-bundle 2025-10-08 23:24:46.242681 | fa163e1d-9a4d-46c5-aea8-000000003084 | SKIPPED | Remove update marker for bundle haproxy-bundle | standalone 2025-10-08 23:24:46.243939 | fa163e1d-9a4d-46c5-aea8-000000003084 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle haproxy-bundle | standalone | 0:17:22.850007 | 0.05s 2025-10-08 23:24:46.294551 | fa163e1d-9a4d-46c5-aea8-0000000030a5 | TASK | Gather variables for each operating system 2025-10-08 23:24:46.419418 | fa163e1d-9a4d-46c5-aea8-0000000030a5 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:17:23.025475 | 0.12s 2025-10-08 23:24:46.443871 | fa163e1d-9a4d-46c5-aea8-0000000030a6 | TASK | Detect if resource is being created or already exists 2025-10-08 23:24:47.200151 | fa163e1d-9a4d-46c5-aea8-0000000030a6 | CHANGED | Detect if resource is being created or already exists | standalone 2025-10-08 23:24:47.201565 | fa163e1d-9a4d-46c5-aea8-0000000030a6 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:17:23.807628 | 0.76s 2025-10-08 23:24:47.235105 | fa163e1d-9a4d-46c5-aea8-0000000030a7 | TASK | Run init bundle puppet on the host for mysql 2025-10-08 23:25:15.842661 | fa163e1d-9a4d-46c5-aea8-0000000030a7 | CHANGED | Run init bundle puppet on the host for mysql | standalone 2025-10-08 23:25:15.844535 | fa163e1d-9a4d-46c5-aea8-0000000030a7 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for mysql | standalone | 0:17:52.450593 | 28.61s 2025-10-08 23:25:15.875398 | fa163e1d-9a4d-46c5-aea8-0000000030a8 | TASK | Check if /var/lib/config-data/puppet-generated/mysql exists 2025-10-08 23:25:16.089801 | fa163e1d-9a4d-46c5-aea8-0000000030a8 | OK | Check if /var/lib/config-data/puppet-generated/mysql exists | standalone 2025-10-08 23:25:16.091239 | fa163e1d-9a4d-46c5-aea8-0000000030a8 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/mysql exists | standalone | 0:17:52.697261 | 0.21s 2025-10-08 23:25:16.125327 | fa163e1d-9a4d-46c5-aea8-0000000030a9 | TASK | Run pacemaker restart if the config file for the service changed 2025-10-08 23:25:16.539085 | fa163e1d-9a4d-46c5-aea8-0000000030a9 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-10-08 23:25:16.540363 | fa163e1d-9a4d-46c5-aea8-0000000030a9 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:17:53.146427 | 0.41s 2025-10-08 23:25:16.570841 | fa163e1d-9a4d-46c5-aea8-0000000030aa | TASK | Check if an image update marker exists for bundle galera-bundle 2025-10-08 23:25:16.819607 | fa163e1d-9a4d-46c5-aea8-0000000030aa | OK | Check if an image update marker exists for bundle galera-bundle | standalone 2025-10-08 23:25:16.820951 | fa163e1d-9a4d-46c5-aea8-0000000030aa | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle galera-bundle | standalone | 0:17:53.427015 | 0.25s 2025-10-08 23:25:16.852611 | fa163e1d-9a4d-46c5-aea8-0000000030ac | TASK | Get container image tag from marker for bundle galera-bundle 2025-10-08 23:25:16.905822 | fa163e1d-9a4d-46c5-aea8-0000000030ac | SKIPPED | Get container image tag from marker for bundle galera-bundle | standalone 2025-10-08 23:25:16.907545 | fa163e1d-9a4d-46c5-aea8-0000000030ac | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle galera-bundle | standalone | 0:17:53.513615 | 0.05s 2025-10-08 23:25:16.932781 | fa163e1d-9a4d-46c5-aea8-0000000030ad | TASK | Get container image tag from bundle galera-bundle 2025-10-08 23:25:16.992029 | fa163e1d-9a4d-46c5-aea8-0000000030ad | SKIPPED | Get container image tag from bundle galera-bundle | standalone 2025-10-08 23:25:16.993913 | fa163e1d-9a4d-46c5-aea8-0000000030ad | TIMING | tripleo_ha_wrapper : Get container image tag from bundle galera-bundle | standalone | 0:17:53.599980 | 0.06s 2025-10-08 23:25:17.021458 | fa163e1d-9a4d-46c5-aea8-0000000030ae | TASK | Compare tags between marker and bundle galera-bundle 2025-10-08 23:25:17.061140 | fa163e1d-9a4d-46c5-aea8-0000000030ae | SKIPPED | Compare tags between marker and bundle galera-bundle | standalone 2025-10-08 23:25:17.063686 | fa163e1d-9a4d-46c5-aea8-0000000030ae | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle galera-bundle | standalone | 0:17:53.669738 | 0.04s 2025-10-08 23:25:17.100054 | fa163e1d-9a4d-46c5-aea8-0000000030af | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-10-08 23:25:17.149358 | fa163e1d-9a4d-46c5-aea8-0000000030af | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-10-08 23:25:17.150276 | fa163e1d-9a4d-46c5-aea8-0000000030af | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:17:53.756347 | 0.05s 2025-10-08 23:25:17.173552 | fa163e1d-9a4d-46c5-aea8-0000000030b0 | TASK | Remove update marker for bundle galera-bundle 2025-10-08 23:25:17.221114 | fa163e1d-9a4d-46c5-aea8-0000000030b0 | SKIPPED | Remove update marker for bundle galera-bundle | standalone 2025-10-08 23:25:17.222005 | fa163e1d-9a4d-46c5-aea8-0000000030b0 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle galera-bundle | standalone | 0:17:53.828076 | 0.05s 2025-10-08 23:25:17.264176 | fa163e1d-9a4d-46c5-aea8-0000000030d1 | TASK | Gather variables for each operating system 2025-10-08 23:25:17.379714 | fa163e1d-9a4d-46c5-aea8-0000000030d1 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:17:53.985771 | 0.11s 2025-10-08 23:25:17.409485 | fa163e1d-9a4d-46c5-aea8-0000000030d2 | TASK | Detect if resource is being created or already exists 2025-10-08 23:25:18.111359 | fa163e1d-9a4d-46c5-aea8-0000000030d2 | CHANGED | Detect if resource is being created or already exists | standalone 2025-10-08 23:25:18.112748 | fa163e1d-9a4d-46c5-aea8-0000000030d2 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:17:54.718809 | 0.70s 2025-10-08 23:25:18.144975 | fa163e1d-9a4d-46c5-aea8-0000000030d3 | TASK | Run init bundle puppet on the host for oslo_messaging_rpc 2025-10-08 23:25:45.502012 | fa163e1d-9a4d-46c5-aea8-0000000030d3 | CHANGED | Run init bundle puppet on the host for oslo_messaging_rpc | standalone 2025-10-08 23:25:45.504893 | fa163e1d-9a4d-46c5-aea8-0000000030d3 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for oslo_messaging_rpc | standalone | 0:18:22.110944 | 27.36s 2025-10-08 23:25:45.538461 | fa163e1d-9a4d-46c5-aea8-0000000030d4 | TASK | Check if /var/lib/config-data/puppet-generated/rabbitmq exists 2025-10-08 23:25:45.800030 | fa163e1d-9a4d-46c5-aea8-0000000030d4 | OK | Check if /var/lib/config-data/puppet-generated/rabbitmq exists | standalone 2025-10-08 23:25:45.801301 | fa163e1d-9a4d-46c5-aea8-0000000030d4 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/rabbitmq exists | standalone | 0:18:22.407365 | 0.26s 2025-10-08 23:25:45.833339 | fa163e1d-9a4d-46c5-aea8-0000000030d5 | TASK | Run pacemaker restart if the config file for the service changed 2025-10-08 23:25:46.268041 | fa163e1d-9a4d-46c5-aea8-0000000030d5 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-10-08 23:25:46.269687 | fa163e1d-9a4d-46c5-aea8-0000000030d5 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:18:22.875742 | 0.43s 2025-10-08 23:25:46.304176 | fa163e1d-9a4d-46c5-aea8-0000000030d6 | TASK | Check if an image update marker exists for bundle rabbitmq-bundle 2025-10-08 23:25:46.536143 | fa163e1d-9a4d-46c5-aea8-0000000030d6 | OK | Check if an image update marker exists for bundle rabbitmq-bundle | standalone 2025-10-08 23:25:46.536915 | fa163e1d-9a4d-46c5-aea8-0000000030d6 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle rabbitmq-bundle | standalone | 0:18:23.142988 | 0.23s 2025-10-08 23:25:46.557274 | fa163e1d-9a4d-46c5-aea8-0000000030d8 | TASK | Get container image tag from marker for bundle rabbitmq-bundle 2025-10-08 23:25:46.608253 | fa163e1d-9a4d-46c5-aea8-0000000030d8 | SKIPPED | Get container image tag from marker for bundle rabbitmq-bundle | standalone 2025-10-08 23:25:46.608942 | fa163e1d-9a4d-46c5-aea8-0000000030d8 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle rabbitmq-bundle | standalone | 0:18:23.215016 | 0.05s 2025-10-08 23:25:46.628733 | fa163e1d-9a4d-46c5-aea8-0000000030d9 | TASK | Get container image tag from bundle rabbitmq-bundle 2025-10-08 23:25:46.674858 | fa163e1d-9a4d-46c5-aea8-0000000030d9 | SKIPPED | Get container image tag from bundle rabbitmq-bundle | standalone 2025-10-08 23:25:46.675637 | fa163e1d-9a4d-46c5-aea8-0000000030d9 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle rabbitmq-bundle | standalone | 0:18:23.281710 | 0.05s 2025-10-08 23:25:46.695999 | fa163e1d-9a4d-46c5-aea8-0000000030da | TASK | Compare tags between marker and bundle rabbitmq-bundle 2025-10-08 23:25:46.757293 | fa163e1d-9a4d-46c5-aea8-0000000030da | SKIPPED | Compare tags between marker and bundle rabbitmq-bundle | standalone 2025-10-08 23:25:46.757988 | fa163e1d-9a4d-46c5-aea8-0000000030da | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle rabbitmq-bundle | standalone | 0:18:23.364062 | 0.06s 2025-10-08 23:25:46.778616 | fa163e1d-9a4d-46c5-aea8-0000000030db | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-10-08 23:25:46.836253 | fa163e1d-9a4d-46c5-aea8-0000000030db | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-10-08 23:25:46.837083 | fa163e1d-9a4d-46c5-aea8-0000000030db | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:18:23.443154 | 0.06s 2025-10-08 23:25:46.868037 | fa163e1d-9a4d-46c5-aea8-0000000030dc | TASK | Remove update marker for bundle rabbitmq-bundle 2025-10-08 23:25:46.911438 | fa163e1d-9a4d-46c5-aea8-0000000030dc | SKIPPED | Remove update marker for bundle rabbitmq-bundle | standalone 2025-10-08 23:25:46.912247 | fa163e1d-9a4d-46c5-aea8-0000000030dc | TIMING | tripleo_ha_wrapper : Remove update marker for bundle rabbitmq-bundle | standalone | 0:18:23.518317 | 0.04s 2025-10-08 23:25:46.953945 | fa163e1d-9a4d-46c5-aea8-0000000030fd | TASK | Gather variables for each operating system 2025-10-08 23:25:47.046473 | fa163e1d-9a4d-46c5-aea8-0000000030fd | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:18:23.652533 | 0.09s 2025-10-08 23:25:47.070446 | fa163e1d-9a4d-46c5-aea8-0000000030fe | TASK | Detect if resource is being created or already exists 2025-10-08 23:25:47.807003 | fa163e1d-9a4d-46c5-aea8-0000000030fe | CHANGED | Detect if resource is being created or already exists | standalone 2025-10-08 23:25:47.808306 | fa163e1d-9a4d-46c5-aea8-0000000030fe | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:18:24.414369 | 0.74s 2025-10-08 23:25:47.840086 | fa163e1d-9a4d-46c5-aea8-0000000030ff | TASK | Run init bundle puppet on the host for redis 2025-10-08 23:26:16.031681 | fa163e1d-9a4d-46c5-aea8-0000000030ff | CHANGED | Run init bundle puppet on the host for redis | standalone 2025-10-08 23:26:16.032767 | fa163e1d-9a4d-46c5-aea8-0000000030ff | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for redis | standalone | 0:18:52.638839 | 28.19s 2025-10-08 23:26:16.053686 | fa163e1d-9a4d-46c5-aea8-000000003100 | TASK | Check if /var/lib/config-data/puppet-generated/redis exists 2025-10-08 23:26:16.288799 | fa163e1d-9a4d-46c5-aea8-000000003100 | OK | Check if /var/lib/config-data/puppet-generated/redis exists | standalone 2025-10-08 23:26:16.290033 | fa163e1d-9a4d-46c5-aea8-000000003100 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/redis exists | standalone | 0:18:52.896102 | 0.23s 2025-10-08 23:26:16.313887 | fa163e1d-9a4d-46c5-aea8-000000003101 | TASK | Run pacemaker restart if the config file for the service changed 2025-10-08 23:26:16.759725 | fa163e1d-9a4d-46c5-aea8-000000003101 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-10-08 23:26:16.760473 | fa163e1d-9a4d-46c5-aea8-000000003101 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:18:53.366546 | 0.45s 2025-10-08 23:26:16.780711 | fa163e1d-9a4d-46c5-aea8-000000003102 | TASK | Check if an image update marker exists for bundle redis-bundle 2025-10-08 23:26:17.001949 | fa163e1d-9a4d-46c5-aea8-000000003102 | OK | Check if an image update marker exists for bundle redis-bundle | standalone 2025-10-08 23:26:17.003277 | fa163e1d-9a4d-46c5-aea8-000000003102 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle redis-bundle | standalone | 0:18:53.609342 | 0.22s 2025-10-08 23:26:17.026722 | fa163e1d-9a4d-46c5-aea8-000000003104 | TASK | Get container image tag from marker for bundle redis-bundle 2025-10-08 23:26:17.068442 | fa163e1d-9a4d-46c5-aea8-000000003104 | SKIPPED | Get container image tag from marker for bundle redis-bundle | standalone 2025-10-08 23:26:17.070049 | fa163e1d-9a4d-46c5-aea8-000000003104 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle redis-bundle | standalone | 0:18:53.676111 | 0.04s 2025-10-08 23:26:17.096536 | fa163e1d-9a4d-46c5-aea8-000000003105 | TASK | Get container image tag from bundle redis-bundle 2025-10-08 23:26:17.159096 | fa163e1d-9a4d-46c5-aea8-000000003105 | SKIPPED | Get container image tag from bundle redis-bundle | standalone 2025-10-08 23:26:17.160508 | fa163e1d-9a4d-46c5-aea8-000000003105 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle redis-bundle | standalone | 0:18:53.766573 | 0.06s 2025-10-08 23:26:17.188947 | fa163e1d-9a4d-46c5-aea8-000000003106 | TASK | Compare tags between marker and bundle redis-bundle 2025-10-08 23:26:17.240499 | fa163e1d-9a4d-46c5-aea8-000000003106 | SKIPPED | Compare tags between marker and bundle redis-bundle | standalone 2025-10-08 23:26:17.241958 | fa163e1d-9a4d-46c5-aea8-000000003106 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle redis-bundle | standalone | 0:18:53.848022 | 0.05s 2025-10-08 23:26:17.270055 | fa163e1d-9a4d-46c5-aea8-000000003107 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-10-08 23:26:17.314476 | fa163e1d-9a4d-46c5-aea8-000000003107 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-10-08 23:26:17.315910 | fa163e1d-9a4d-46c5-aea8-000000003107 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:18:53.921969 | 0.04s 2025-10-08 23:26:17.344752 | fa163e1d-9a4d-46c5-aea8-000000003108 | TASK | Remove update marker for bundle redis-bundle 2025-10-08 23:26:17.387458 | fa163e1d-9a4d-46c5-aea8-000000003108 | SKIPPED | Remove update marker for bundle redis-bundle | standalone 2025-10-08 23:26:17.388378 | fa163e1d-9a4d-46c5-aea8-000000003108 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle redis-bundle | standalone | 0:18:53.994451 | 0.04s 2025-10-08 23:26:17.425081 | fa163e1d-9a4d-46c5-aea8-0000000000ce | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_2 already exists 2025-10-08 23:26:17.642876 | fa163e1d-9a4d-46c5-aea8-0000000000ce | OK | Check if /var/lib/tripleo-config/container-startup-config/step_2 already exists | standalone 2025-10-08 23:26:17.645489 | fa163e1d-9a4d-46c5-aea8-0000000000ce | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_2 already exists | standalone | 0:18:54.251530 | 0.22s 2025-10-08 23:26:17.740820 | fa163e1d-9a4d-46c5-aea8-0000000000cf | TIMING | include_tasks | standalone | 0:18:54.346874 | 0.06s 2025-10-08 23:26:17.784596 | dc17623b-cedf-4846-b705-661c9d3a02c8 | INCLUDED | /root/standalone-ansible-93sz9flw/common_deploy_steps_tasks.yaml | standalone 2025-10-08 23:26:17.812985 | fa163e1d-9a4d-46c5-aea8-00000000319d | TASK | Write the config_step hieradata 2025-10-08 23:26:18.251230 | fa163e1d-9a4d-46c5-aea8-00000000319d | OK | Write the config_step hieradata | standalone 2025-10-08 23:26:18.252228 | fa163e1d-9a4d-46c5-aea8-00000000319d | TIMING | Write the config_step hieradata | standalone | 0:18:54.858295 | 0.44s 2025-10-08 23:26:18.275920 | fa163e1d-9a4d-46c5-aea8-00000000319e | TASK | Run puppet host configuration for step 2 2025-10-08 23:26:18.539805 | fa163e1d-9a4d-46c5-aea8-00000000319e | CHANGED | Run puppet host configuration for step 2 | standalone 2025-10-08 23:26:18.540616 | fa163e1d-9a4d-46c5-aea8-00000000319e | TIMING | Run puppet host configuration for step 2 | standalone | 0:18:55.146688 | 0.26s 2025-10-08 23:26:18.561433 | fa163e1d-9a4d-46c5-aea8-00000000319f | TASK | Wait for puppet host configuration to finish 2025-10-08 23:26:18.786810 | fa163e1d-9a4d-46c5-aea8-00000000319f | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-10-08 23:26:29.037290 | fa163e1d-9a4d-46c5-aea8-00000000319f | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-10-08 23:26:39.263014 | fa163e1d-9a4d-46c5-aea8-00000000319f | CHANGED | Wait for puppet host configuration to finish | standalone 2025-10-08 23:26:39.264069 | fa163e1d-9a4d-46c5-aea8-00000000319f | TIMING | Wait for puppet host configuration to finish | standalone | 0:19:15.870137 | 20.70s 2025-10-08 23:26:39.296283 | fa163e1d-9a4d-46c5-aea8-0000000031a0 | TASK | Debug output for task: Run puppet host configuration for step 2 2025-10-08 23:26:39.379531 | fa163e1d-9a4d-46c5-aea8-0000000031a0 | CHANGED | Debug output for task: Run puppet host configuration for step 2 | standalone | result={ "changed": true, "failed_when_result": false, "puppet_host_outputs.stdout_lines | default([]) | union(puppet_host_outputs.stderr_lines | default([]))": [ "<13>Oct 8 23:26:18 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Oct 8 23:26:25 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Oct 8 23:26:25 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Oct 8 23:26:25 puppet-user: (file & line not available)", "<13>Oct 8 23:26:25 puppet-user: Warning: The function 'hiera' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/7.10/deprecated_language.html", "<13>Oct 8 23:26:25 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Oct 8 23:26:25 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Oct 8 23:26:25 puppet-user: Notice: Compiled catalog for standalone.ooo.test in environment production in 0.44 seconds", "<13>Oct 8 23:26:31 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Oct 8 23:26:34 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Oct 8 23:26:35 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Oct 8 23:26:35 puppet-user: Notice: Applied catalog in 10.28 seconds", "<13>Oct 8 23:26:35 puppet-user: Application:", "<13>Oct 8 23:26:35 puppet-user: Initial environment: production", "<13>Oct 8 23:26:35 puppet-user: Converged environment: production", "<13>Oct 8 23:26:35 puppet-user: Run mode: user", "<13>Oct 8 23:26:35 puppet-user: Changes:", "<13>Oct 8 23:26:35 puppet-user: Total: 2", "<13>Oct 8 23:26:35 puppet-user: Events:", "<13>Oct 8 23:26:35 puppet-user: Success: 2", "<13>Oct 8 23:26:35 puppet-user: Resources:", "<13>Oct 8 23:26:35 puppet-user: Changed: 2", "<13>Oct 8 23:26:35 puppet-user: Out of sync: 2", "<13>Oct 8 23:26:35 puppet-user: Total: 28", "<13>Oct 8 23:26:35 puppet-user: Time:", "<13>Oct 8 23:26:35 puppet-user: Schedule: 0.00", "<13>Oct 8 23:26:35 puppet-user: Package: 0.00", "<13>Oct 8 23:26:35 puppet-user: File line: 0.00", "<13>Oct 8 23:26:35 puppet-user: File: 0.00", "<13>Oct 8 23:26:35 puppet-user: Augeas: 0.01", "<13>Oct 8 23:26:35 puppet-user: User: 0.01", "<13>Oct 8 23:26:35 puppet-user: Service: 0.09", "<13>Oct 8 23:26:35 puppet-user: Config retrieval: 0.49", "<13>Oct 8 23:26:35 puppet-user: Pcmk property: 1.48", "<13>Oct 8 23:26:35 puppet-user: Exec: 1.86", "<13>Oct 8 23:26:35 puppet-user: Transaction evaluation: 10.26", "<13>Oct 8 23:26:35 puppet-user: Catalog application: 10.28", "<13>Oct 8 23:26:35 puppet-user: Last run: 1759965995", "<13>Oct 8 23:26:35 puppet-user: Pcmk resource default: 3.19", "<13>Oct 8 23:26:35 puppet-user: Pcmk resource op default: 3.38", "<13>Oct 8 23:26:35 puppet-user: Filebucket: 0.00", "<13>Oct 8 23:26:35 puppet-user: Total: 10.29", "<13>Oct 8 23:26:35 puppet-user: Version:", "<13>Oct 8 23:26:35 puppet-user: Config: 1759965985", "<13>Oct 8 23:26:35 puppet-user: Puppet: 7.10.0" ] } 2025-10-08 23:26:39.380433 | fa163e1d-9a4d-46c5-aea8-0000000031a0 | TIMING | Debug output for task: Run puppet host configuration for step 2 | standalone | 0:19:15.986504 | 0.08s 2025-10-08 23:26:39.402485 | fa163e1d-9a4d-46c5-aea8-0000000031a1 | TASK | Pre-cache facts for puppet containers 2025-10-08 23:26:39.428027 | fa163e1d-9a4d-46c5-aea8-0000000031a1 | TIMING | Pre-cache facts for puppet containers | standalone | 0:19:16.034093 | 0.02s 2025-10-08 23:26:39.482860 | fa163e1d-9a4d-46c5-aea8-0000000031e0 | TASK | Gather variables for each operating system 2025-10-08 23:26:39.603853 | fa163e1d-9a4d-46c5-aea8-0000000031e0 | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:19:16.209906 | 0.12s 2025-10-08 23:26:39.632895 | fa163e1d-9a4d-46c5-aea8-0000000031e1 | TASK | Create puppet caching structures 2025-10-08 23:26:39.863867 | fa163e1d-9a4d-46c5-aea8-0000000031e1 | CHANGED | Create puppet caching structures | standalone 2025-10-08 23:26:39.864915 | fa163e1d-9a4d-46c5-aea8-0000000031e1 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:19:16.470984 | 0.23s 2025-10-08 23:26:39.887583 | fa163e1d-9a4d-46c5-aea8-0000000031e2 | TASK | Check for facter.conf 2025-10-08 23:26:40.177176 | fa163e1d-9a4d-46c5-aea8-0000000031e2 | OK | Check for facter.conf | standalone 2025-10-08 23:26:40.178612 | fa163e1d-9a4d-46c5-aea8-0000000031e2 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:19:16.784673 | 0.29s 2025-10-08 23:26:40.210125 | fa163e1d-9a4d-46c5-aea8-0000000031e3 | TASK | Remove facter.conf if directory 2025-10-08 23:26:40.261292 | fa163e1d-9a4d-46c5-aea8-0000000031e3 | SKIPPED | Remove facter.conf if directory | standalone 2025-10-08 23:26:40.262621 | fa163e1d-9a4d-46c5-aea8-0000000031e3 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:19:16.868683 | 0.05s 2025-10-08 23:26:40.294125 | fa163e1d-9a4d-46c5-aea8-0000000031e4 | TASK | Write facter cache config 2025-10-08 23:26:40.734517 | fa163e1d-9a4d-46c5-aea8-0000000031e4 | CHANGED | Write facter cache config | standalone 2025-10-08 23:26:40.736156 | fa163e1d-9a4d-46c5-aea8-0000000031e4 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:19:17.342214 | 0.44s 2025-10-08 23:26:40.765685 | fa163e1d-9a4d-46c5-aea8-0000000031e5 | TASK | Cleanup facter cache if exists 2025-10-08 23:26:41.001703 | fa163e1d-9a4d-46c5-aea8-0000000031e5 | CHANGED | Cleanup facter cache if exists | standalone 2025-10-08 23:26:41.003103 | fa163e1d-9a4d-46c5-aea8-0000000031e5 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:19:17.609165 | 0.24s 2025-10-08 23:26:41.032668 | fa163e1d-9a4d-46c5-aea8-0000000031e6 | TASK | Pre-cache facts 2025-10-08 23:26:41.661281 | fa163e1d-9a4d-46c5-aea8-0000000031e6 | CHANGED | Pre-cache facts | standalone 2025-10-08 23:26:41.662544 | fa163e1d-9a4d-46c5-aea8-0000000031e6 | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:19:18.268605 | 0.63s 2025-10-08 23:26:41.693336 | fa163e1d-9a4d-46c5-aea8-0000000031e7 | TASK | Failed deployment if facter fails 2025-10-08 23:26:41.722325 | fa163e1d-9a4d-46c5-aea8-0000000031e7 | SKIPPED | Failed deployment if facter fails | standalone 2025-10-08 23:26:41.723432 | fa163e1d-9a4d-46c5-aea8-0000000031e7 | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:19:18.329495 | 0.03s 2025-10-08 23:26:41.767927 | fa163e1d-9a4d-46c5-aea8-0000000031e8 | TASK | Sync cached facts 2025-10-08 23:26:42.093083 | fa163e1d-9a4d-46c5-aea8-0000000031e8 | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163e1d-9a4d-46c5-aea8-0000000031e8') missing from stats 2025-10-08 23:26:42.139690 | fa163e1d-9a4d-46c5-aea8-0000000031a2 | TASK | Include container-puppet tasks (generate config) during step 1 2025-10-08 23:26:42.186416 | fa163e1d-9a4d-46c5-aea8-0000000031a2 | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2025-10-08 23:26:42.187138 | fa163e1d-9a4d-46c5-aea8-0000000031a2 | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:19:18.793211 | 0.05s 2025-10-08 23:26:42.209022 | fa163e1d-9a4d-46c5-aea8-0000000031a4 | TASK | Manage containers for step 2 with tripleo-ansible 2025-10-08 23:26:42.236245 | fa163e1d-9a4d-46c5-aea8-0000000031a4 | TIMING | Manage containers for step 2 with tripleo-ansible | standalone | 0:19:18.842309 | 0.03s 2025-10-08 23:26:42.289580 | fa163e1d-9a4d-46c5-aea8-00000000323f | TASK | Gather variables for each operating system 2025-10-08 23:26:42.413080 | fa163e1d-9a4d-46c5-aea8-00000000323f | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:19:19.019122 | 0.12s 2025-10-08 23:26:42.438808 | fa163e1d-9a4d-46c5-aea8-000000003240 | TASK | Create container logs path 2025-10-08 23:26:42.695132 | fa163e1d-9a4d-46c5-aea8-000000003240 | OK | Create container logs path | standalone 2025-10-08 23:26:42.696636 | fa163e1d-9a4d-46c5-aea8-000000003240 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:19:19.302695 | 0.26s 2025-10-08 23:26:42.731299 | fa163e1d-9a4d-46c5-aea8-000000003242 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_2 2025-10-08 23:26:43.019438 | fa163e1d-9a4d-46c5-aea8-000000003242 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_2 | standalone 2025-10-08 23:26:43.020793 | fa163e1d-9a4d-46c5-aea8-000000003242 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:19:19.626855 | 0.29s 2025-10-08 23:26:43.053108 | fa163e1d-9a4d-46c5-aea8-000000003243 | TASK | Finalise hashes for all containers 2025-10-08 23:26:43.124798 | fa163e1d-9a4d-46c5-aea8-000000003243 | OK | Finalise hashes for all containers | standalone 2025-10-08 23:26:43.126042 | fa163e1d-9a4d-46c5-aea8-000000003243 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:19:19.732105 | 0.07s 2025-10-08 23:26:43.155519 | fa163e1d-9a4d-46c5-aea8-000000003245 | TASK | Manage systemd shutdown files 2025-10-08 23:26:43.186672 | fa163e1d-9a4d-46c5-aea8-000000003245 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:19:19.792721 | 0.03s 2025-10-08 23:26:43.221630 | 37272ded-f0db-43df-8ffe-dc1bbb49fd53 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-10-08 23:26:43.249938 | fa163e1d-9a4d-46c5-aea8-000000003278 | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-10-08 23:26:43.526508 | fa163e1d-9a4d-46c5-aea8-000000003278 | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-10-08 23:26:43.528233 | fa163e1d-9a4d-46c5-aea8-000000003278 | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:19:20.134264 | 0.28s 2025-10-08 23:26:43.551260 | fa163e1d-9a4d-46c5-aea8-000000003279 | TASK | Set podman_drop_in fact 2025-10-08 23:26:43.588048 | fa163e1d-9a4d-46c5-aea8-000000003279 | OK | Set podman_drop_in fact | standalone 2025-10-08 23:26:43.589164 | fa163e1d-9a4d-46c5-aea8-000000003279 | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:19:20.195228 | 0.04s 2025-10-08 23:26:43.617961 | fa163e1d-9a4d-46c5-aea8-00000000327b | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-10-08 23:26:44.054851 | fa163e1d-9a4d-46c5-aea8-00000000327b | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-10-08 23:26:44.057658 | fa163e1d-9a4d-46c5-aea8-00000000327b | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:19:20.663706 | 0.44s 2025-10-08 23:26:44.508973 | fa163e1d-9a4d-46c5-aea8-00000000327b | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-10-08 23:26:44.509574 | fa163e1d-9a4d-46c5-aea8-00000000327b | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:19:21.115647 | 0.89s 2025-10-08 23:26:44.515401 | fa163e1d-9a4d-46c5-aea8-00000000327b | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:19:21.121460 | 0.90s 2025-10-08 23:26:44.548743 | fa163e1d-9a4d-46c5-aea8-00000000327c | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-10-08 23:26:44.970252 | fa163e1d-9a4d-46c5-aea8-00000000327c | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-10-08 23:26:44.971732 | fa163e1d-9a4d-46c5-aea8-00000000327c | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:19:21.577793 | 0.42s 2025-10-08 23:26:45.002847 | fa163e1d-9a4d-46c5-aea8-00000000327d | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-10-08 23:26:45.489356 | fa163e1d-9a4d-46c5-aea8-00000000327d | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-10-08 23:26:45.490786 | fa163e1d-9a4d-46c5-aea8-00000000327d | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:19:22.096850 | 0.49s 2025-10-08 23:26:45.520568 | fa163e1d-9a4d-46c5-aea8-00000000327e | TASK | Enable and start tripleo-container-shutdown 2025-10-08 23:26:46.179426 | fa163e1d-9a4d-46c5-aea8-00000000327e | OK | Enable and start tripleo-container-shutdown | standalone 2025-10-08 23:26:46.181412 | fa163e1d-9a4d-46c5-aea8-00000000327e | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:19:22.787474 | 0.66s 2025-10-08 23:26:46.210887 | fa163e1d-9a4d-46c5-aea8-00000000327f | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-10-08 23:26:46.751736 | fa163e1d-9a4d-46c5-aea8-00000000327f | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-10-08 23:26:46.753231 | fa163e1d-9a4d-46c5-aea8-00000000327f | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:19:23.359262 | 0.54s 2025-10-08 23:26:46.782488 | fa163e1d-9a4d-46c5-aea8-000000003280 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-10-08 23:26:47.288598 | fa163e1d-9a4d-46c5-aea8-000000003280 | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-10-08 23:26:47.289395 | fa163e1d-9a4d-46c5-aea8-000000003280 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:19:23.895468 | 0.51s 2025-10-08 23:26:47.312124 | fa163e1d-9a4d-46c5-aea8-000000003281 | TASK | Enable and start netns-placeholder 2025-10-08 23:26:48.090946 | fa163e1d-9a4d-46c5-aea8-000000003281 | CHANGED | Enable and start netns-placeholder | standalone 2025-10-08 23:26:48.092989 | fa163e1d-9a4d-46c5-aea8-000000003281 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:19:24.699051 | 0.78s 2025-10-08 23:26:48.123975 | fa163e1d-9a4d-46c5-aea8-000000003247 | TASK | Update container configs with new config hashes 2025-10-08 23:26:48.162634 | fa163e1d-9a4d-46c5-aea8-000000003247 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:19:24.768687 | 0.04s 2025-10-08 23:26:48.184116 | 5b8e7cb1-715a-4898-a942-84abb4195121 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-10-08 23:26:48.217392 | fa163e1d-9a4d-46c5-aea8-0000000032a9 | TASK | Update config hashes for container startup configs 2025-10-08 23:26:48.500385 | fa163e1d-9a4d-46c5-aea8-0000000032a9 | OK | Update config hashes for container startup configs | standalone 2025-10-08 23:26:48.501626 | fa163e1d-9a4d-46c5-aea8-0000000032a9 | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:19:25.107689 | 0.28s 2025-10-08 23:26:48.533457 | fa163e1d-9a4d-46c5-aea8-000000003248 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_2 2025-10-08 23:26:48.578381 | fa163e1d-9a4d-46c5-aea8-000000003248 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:19:25.184436 | 0.04s 2025-10-08 23:26:48.595199 | 6c221932-e608-454c-b9e5-bf0ffe284a54 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-08 23:26:48.703735 | fa163e1d-9a4d-46c5-aea8-0000000032c8 | TASK | Gather podman infos 2025-10-08 23:26:49.554001 | fa163e1d-9a4d-46c5-aea8-0000000032c8 | OK | Gather podman infos | standalone 2025-10-08 23:26:49.555245 | fa163e1d-9a4d-46c5-aea8-0000000032c8 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:19:26.161308 | 0.85s 2025-10-08 23:26:49.627538 | fa163e1d-9a4d-46c5-aea8-0000000032c9 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 2025-10-08 23:26:49.692966 | fa163e1d-9a4d-46c5-aea8-0000000032c9 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:19:26.299019 | 0.06s 2025-10-08 23:26:49.810166 | fa163e1d-9a4d-46c5-aea8-000000003312 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:19:26.416226 | 0.06s 2025-10-08 23:26:49.854089 | fa163e1d-9a4d-46c5-aea8-000000003249 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_2 2025-10-08 23:26:49.894267 | fa163e1d-9a4d-46c5-aea8-000000003249 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:19:26.500328 | 0.04s 2025-10-08 23:26:49.908819 | 4cb9a3bd-d484-45ad-9b24-9169781370da | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-08 23:26:49.940951 | fa163e1d-9a4d-46c5-aea8-000000003338 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 2025-10-08 23:27:09.640804 | fa163e1d-9a4d-46c5-aea8-000000003338 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | standalone 2025-10-08 23:27:09.642321 | fa163e1d-9a4d-46c5-aea8-000000003338 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:19:46.248381 | 19.70s 2025-10-08 23:27:09.674596 | fa163e1d-9a4d-46c5-aea8-000000003339 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_2 2025-10-08 23:27:12.401903 | fa163e1d-9a4d-46c5-aea8-000000003339 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_2 | standalone 2025-10-08 23:27:12.403349 | fa163e1d-9a4d-46c5-aea8-000000003339 | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:19:49.009413 | 2.73s 2025-10-08 23:27:12.478917 | fa163e1d-9a4d-46c5-aea8-0000000031a6 | TASK | Clean container_puppet_tasks for standalone step 2 2025-10-08 23:27:12.708117 | fa163e1d-9a4d-46c5-aea8-0000000031a6 | OK | Clean container_puppet_tasks for standalone step 2 | standalone 2025-10-08 23:27:12.709224 | fa163e1d-9a4d-46c5-aea8-0000000031a6 | TIMING | Clean container_puppet_tasks for standalone step 2 | standalone | 0:19:49.315290 | 0.23s 2025-10-08 23:27:12.745442 | fa163e1d-9a4d-46c5-aea8-0000000031a7 | TASK | Calculate container_puppet_tasks for standalone step 2 2025-10-08 23:27:12.785039 | fa163e1d-9a4d-46c5-aea8-0000000031a7 | TIMING | Calculate container_puppet_tasks for standalone step 2 | standalone | 0:19:49.391093 | 0.04s 2025-10-08 23:27:12.810236 | fa163e1d-9a4d-46c5-aea8-0000000031a8 | TASK | Include container-puppet tasks for step 2 2025-10-08 23:27:12.854159 | fa163e1d-9a4d-46c5-aea8-0000000031a8 | TIMING | Include container-puppet tasks for step 2 | standalone | 0:19:49.460214 | 0.04s 2025-10-08 23:27:12.869443 | 77af41db-ffcc-4ef9-ac9b-8aeb217e9bc1 | INCLUDED | /root/standalone-ansible-93sz9flw/host-container-puppet-tasks.yaml | standalone 2025-10-08 23:27:12.901452 | fa163e1d-9a4d-46c5-aea8-000000003384 | TASK | Write container-puppet-tasks json file for standalone step 2 2025-10-08 23:27:13.370285 | fa163e1d-9a4d-46c5-aea8-000000003384 | CHANGED | Write container-puppet-tasks json file for standalone step 2 | standalone 2025-10-08 23:27:13.371554 | fa163e1d-9a4d-46c5-aea8-000000003384 | TIMING | Write container-puppet-tasks json file for standalone step 2 | standalone | 0:19:49.977616 | 0.47s 2025-10-08 23:27:13.405466 | fa163e1d-9a4d-46c5-aea8-000000003386 | TASK | Generate container puppet configs for step 2 2025-10-08 23:27:13.671610 | fa163e1d-9a4d-46c5-aea8-000000003386 | OK | Generate container puppet configs for step 2 | standalone 2025-10-08 23:27:13.673072 | fa163e1d-9a4d-46c5-aea8-000000003386 | TIMING | Generate container puppet configs for step 2 | standalone | 0:19:50.279127 | 0.27s 2025-10-08 23:27:13.705904 | fa163e1d-9a4d-46c5-aea8-000000003387 | TASK | Manage Puppet containers (bootstrap tasks) for step 2 with tripleo-ansible 2025-10-08 23:27:13.727459 | fa163e1d-9a4d-46c5-aea8-000000003387 | TIMING | Manage Puppet containers (bootstrap tasks) for step 2 with tripleo-ansible | standalone | 0:19:50.333502 | 0.02s 2025-10-08 23:27:13.798159 | fa163e1d-9a4d-46c5-aea8-0000000033b6 | TASK | Gather variables for each operating system 2025-10-08 23:27:13.912722 | fa163e1d-9a4d-46c5-aea8-0000000033b6 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:19:50.518771 | 0.11s 2025-10-08 23:27:13.944974 | fa163e1d-9a4d-46c5-aea8-0000000033b7 | TASK | Create container logs path 2025-10-08 23:27:14.182621 | fa163e1d-9a4d-46c5-aea8-0000000033b7 | OK | Create container logs path | standalone 2025-10-08 23:27:14.184006 | fa163e1d-9a4d-46c5-aea8-0000000033b7 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:19:50.790069 | 0.24s 2025-10-08 23:27:14.218395 | fa163e1d-9a4d-46c5-aea8-0000000033b9 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_2 2025-10-08 23:27:14.492012 | fa163e1d-9a4d-46c5-aea8-0000000033b9 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_2 | standalone 2025-10-08 23:27:14.493159 | fa163e1d-9a4d-46c5-aea8-0000000033b9 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_2 | standalone | 0:19:51.099224 | 0.27s 2025-10-08 23:27:14.522332 | fa163e1d-9a4d-46c5-aea8-0000000033ba | TASK | Finalise hashes for all containers 2025-10-08 23:27:14.575559 | fa163e1d-9a4d-46c5-aea8-0000000033ba | OK | Finalise hashes for all containers | standalone 2025-10-08 23:27:14.576608 | fa163e1d-9a4d-46c5-aea8-0000000033ba | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:19:51.182672 | 0.05s 2025-10-08 23:27:14.605945 | fa163e1d-9a4d-46c5-aea8-0000000033bc | TASK | Manage systemd shutdown files 2025-10-08 23:27:14.646236 | fa163e1d-9a4d-46c5-aea8-0000000033bc | SKIPPED | Manage systemd shutdown files | standalone 2025-10-08 23:27:14.647334 | fa163e1d-9a4d-46c5-aea8-0000000033bc | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:19:51.253399 | 0.04s 2025-10-08 23:27:14.676407 | fa163e1d-9a4d-46c5-aea8-0000000033be | TASK | Update container configs with new config hashes 2025-10-08 23:27:14.736354 | fa163e1d-9a4d-46c5-aea8-0000000033be | SKIPPED | Update container configs with new config hashes | standalone 2025-10-08 23:27:14.737325 | fa163e1d-9a4d-46c5-aea8-0000000033be | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:19:51.343394 | 0.06s 2025-10-08 23:27:14.770725 | fa163e1d-9a4d-46c5-aea8-0000000033bf | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_2 2025-10-08 23:27:14.801071 | fa163e1d-9a4d-46c5-aea8-0000000033bf | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone 2025-10-08 23:27:14.802165 | fa163e1d-9a4d-46c5-aea8-0000000033bf | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone | 0:19:51.408229 | 0.03s 2025-10-08 23:27:14.833691 | fa163e1d-9a4d-46c5-aea8-0000000033c0 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_2 2025-10-08 23:27:14.879638 | fa163e1d-9a4d-46c5-aea8-0000000033c0 | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone 2025-10-08 23:27:14.882242 | fa163e1d-9a4d-46c5-aea8-0000000033c0 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone | 0:19:51.488307 | 0.05s PLAY [External deployment step 3] ********************************************** 2025-10-08 23:27:15.004448 | fa163e1d-9a4d-46c5-aea8-0000000000d2 | TASK | External deployment step 3 2025-10-08 23:27:15.040986 | fa163e1d-9a4d-46c5-aea8-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', 'fa163e1d-9a4d-46c5-aea8-0000000000d2') missing from stats 2025-10-08 23:27:15.094570 | fa163e1d-9a4d-46c5-aea8-0000000000d3 | TIMING | include_tasks | undercloud | 0:19:51.700629 | 0.04s 2025-10-08 23:27:15.098989 | 22d9ff21-8bbc-4f48-a90c-4f0ab7858596 | INCLUDED | /root/standalone-ansible-93sz9flw/external_deploy_steps_tasks_step3.yaml | undercloud PLAY [Deploy step tasks for 3] ************************************************* 2025-10-08 23:27:15.209602 | fa163e1d-9a4d-46c5-aea8-0000000000d6 | TASK | Deploy step tasks for 3 2025-10-08 23:27:15.251660 | fa163e1d-9a4d-46c5-aea8-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', 'fa163e1d-9a4d-46c5-aea8-0000000000d6') missing from stats 2025-10-08 23:27:15.282230 | fa163e1d-9a4d-46c5-aea8-0000000000d7 | TASK | Write the config_step hieradata for the deploy step 3 tasks 2025-10-08 23:27:15.780005 | fa163e1d-9a4d-46c5-aea8-0000000000d7 | CHANGED | Write the config_step hieradata for the deploy step 3 tasks | standalone 2025-10-08 23:27:15.781407 | fa163e1d-9a4d-46c5-aea8-0000000000d7 | TIMING | Write the config_step hieradata for the deploy step 3 tasks | standalone | 0:19:52.387470 | 0.50s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-10-08 23:27:15.852999 | fa163e1d-9a4d-46c5-aea8-0000000000d8 | TIMING | include_tasks | standalone | 0:19:52.459058 | 0.04s 2025-10-08 23:27:15.870804 | f3bd5777-02e0-4f91-bbc9-3cb9b96943fe | INCLUDED | /root/standalone-ansible-93sz9flw/Standalone/deploy_steps_tasks_step3.yaml | standalone 2025-10-08 23:27:15.893421 | fa163e1d-9a4d-46c5-aea8-000000003424 | TASK | Start OVN container 2025-10-08 23:27:15.966815 | fa163e1d-9a4d-46c5-aea8-000000003424 | TIMING | Start OVN container | standalone | 0:19:52.572858 | 0.07s 2025-10-08 23:27:15.997974 | fa163e1d-9a4d-46c5-aea8-000000003424 | TIMING | Start OVN container | standalone | 0:19:52.604040 | 0.10s 2025-10-08 23:27:16.022597 | fa163e1d-9a4d-46c5-aea8-000000003424 | TIMING | Start OVN container | standalone | 0:19:52.628656 | 0.13s 2025-10-08 23:27:16.034556 | fa163e1d-9a4d-46c5-aea8-000000003424 | TIMING | Start OVN container | standalone | 0:19:52.640619 | 0.14s 2025-10-08 23:27:16.143633 | fa163e1d-9a4d-46c5-aea8-00000000345c | TASK | Gather variables for each operating system 2025-10-08 23:27:16.258102 | fa163e1d-9a4d-46c5-aea8-00000000345c | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:19:52.864153 | 0.11s 2025-10-08 23:27:16.287747 | fa163e1d-9a4d-46c5-aea8-00000000345d | TASK | Create container logs path 2025-10-08 23:27:16.540363 | fa163e1d-9a4d-46c5-aea8-00000000345d | OK | Create container logs path | standalone 2025-10-08 23:27:16.541705 | fa163e1d-9a4d-46c5-aea8-00000000345d | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:19:53.147768 | 0.25s 2025-10-08 23:27:16.572290 | fa163e1d-9a4d-46c5-aea8-00000000345f | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 2025-10-08 23:27:16.883037 | fa163e1d-9a4d-46c5-aea8-00000000345f | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-08 23:27:16.884435 | fa163e1d-9a4d-46c5-aea8-00000000345f | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:53.490497 | 0.31s 2025-10-08 23:27:16.914093 | fa163e1d-9a4d-46c5-aea8-000000003460 | TASK | Finalise hashes for all containers 2025-10-08 23:27:17.020758 | fa163e1d-9a4d-46c5-aea8-000000003460 | OK | Finalise hashes for all containers | standalone 2025-10-08 23:27:17.021975 | fa163e1d-9a4d-46c5-aea8-000000003460 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:19:53.628041 | 0.11s 2025-10-08 23:27:17.048705 | fa163e1d-9a4d-46c5-aea8-000000003462 | TASK | Manage systemd shutdown files 2025-10-08 23:27:17.109539 | fa163e1d-9a4d-46c5-aea8-000000003462 | SKIPPED | Manage systemd shutdown files | standalone 2025-10-08 23:27:17.110986 | fa163e1d-9a4d-46c5-aea8-000000003462 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:19:53.717046 | 0.06s 2025-10-08 23:27:17.141934 | fa163e1d-9a4d-46c5-aea8-000000003464 | TASK | Update container configs with new config hashes 2025-10-08 23:27:17.219705 | fa163e1d-9a4d-46c5-aea8-000000003464 | SKIPPED | Update container configs with new config hashes | standalone 2025-10-08 23:27:17.221108 | fa163e1d-9a4d-46c5-aea8-000000003464 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:19:53.827171 | 0.08s 2025-10-08 23:27:17.252029 | fa163e1d-9a4d-46c5-aea8-000000003465 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-10-08 23:27:17.313256 | fa163e1d-9a4d-46c5-aea8-000000003465 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:53.919313 | 0.06s 2025-10-08 23:27:17.336885 | 339d066f-d859-4a8f-b3ab-95751e9b36fc | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-08 23:27:17.371598 | fa163e1d-9a4d-46c5-aea8-0000000034f1 | TASK | Gather podman infos 2025-10-08 23:27:18.542462 | fa163e1d-9a4d-46c5-aea8-0000000034f1 | OK | Gather podman infos | standalone 2025-10-08 23:27:18.543673 | fa163e1d-9a4d-46c5-aea8-0000000034f1 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:19:55.149739 | 1.17s 2025-10-08 23:27:18.627140 | fa163e1d-9a4d-46c5-aea8-0000000034f2 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-08 23:27:18.727445 | fa163e1d-9a4d-46c5-aea8-0000000034f2 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:55.333491 | 0.10s 2025-10-08 23:27:18.882694 | fa163e1d-9a4d-46c5-aea8-000000003533 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:19:55.488750 | 0.09s 2025-10-08 23:27:18.939698 | fa163e1d-9a4d-46c5-aea8-000000003466 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-10-08 23:27:19.015822 | fa163e1d-9a4d-46c5-aea8-000000003466 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:55.621877 | 0.07s 2025-10-08 23:27:19.038787 | 590638f7-eba0-4d22-927e-bd0c700e27d0 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-08 23:27:19.080448 | fa163e1d-9a4d-46c5-aea8-00000000355c | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-08 23:27:19.961531 | fa163e1d-9a4d-46c5-aea8-00000000355c | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-08 23:27:19.963172 | fa163e1d-9a4d-46c5-aea8-00000000355c | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:56.569230 | 0.88s 2025-10-08 23:27:19.994282 | fa163e1d-9a4d-46c5-aea8-00000000355d | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-08 23:27:23.743057 | fa163e1d-9a4d-46c5-aea8-00000000355d | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-08 23:27:23.747074 | fa163e1d-9a4d-46c5-aea8-00000000355d | 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:00.353127 | 3.75s 2025-10-08 23:27:23.804675 | fa163e1d-9a4d-46c5-aea8-000000003487 | TASK | Gather variables for each operating system 2025-10-08 23:27:23.933368 | fa163e1d-9a4d-46c5-aea8-000000003487 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:20:00.539424 | 0.13s 2025-10-08 23:27:23.963486 | fa163e1d-9a4d-46c5-aea8-000000003488 | TASK | Create container logs path 2025-10-08 23:27:24.209255 | fa163e1d-9a4d-46c5-aea8-000000003488 | OK | Create container logs path | standalone 2025-10-08 23:27:24.210555 | fa163e1d-9a4d-46c5-aea8-000000003488 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:20:00.816615 | 0.25s 2025-10-08 23:27:24.241120 | fa163e1d-9a4d-46c5-aea8-00000000348a | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 2025-10-08 23:27:24.539940 | fa163e1d-9a4d-46c5-aea8-00000000348a | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-08 23:27:24.541318 | fa163e1d-9a4d-46c5-aea8-00000000348a | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:20:01.147373 | 0.30s 2025-10-08 23:27:24.571801 | fa163e1d-9a4d-46c5-aea8-00000000348b | TASK | Finalise hashes for all containers 2025-10-08 23:27:24.678253 | fa163e1d-9a4d-46c5-aea8-00000000348b | OK | Finalise hashes for all containers | standalone 2025-10-08 23:27:24.679522 | fa163e1d-9a4d-46c5-aea8-00000000348b | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:20:01.285583 | 0.11s 2025-10-08 23:27:24.710459 | fa163e1d-9a4d-46c5-aea8-00000000348d | TASK | Manage systemd shutdown files 2025-10-08 23:27:24.766282 | fa163e1d-9a4d-46c5-aea8-00000000348d | SKIPPED | Manage systemd shutdown files | standalone 2025-10-08 23:27:24.767671 | fa163e1d-9a4d-46c5-aea8-00000000348d | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:20:01.373732 | 0.06s 2025-10-08 23:27:24.798894 | fa163e1d-9a4d-46c5-aea8-00000000348f | TASK | Update container configs with new config hashes 2025-10-08 23:27:24.873081 | fa163e1d-9a4d-46c5-aea8-00000000348f | SKIPPED | Update container configs with new config hashes | standalone 2025-10-08 23:27:24.874471 | fa163e1d-9a4d-46c5-aea8-00000000348f | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:20:01.480531 | 0.07s 2025-10-08 23:27:24.906981 | fa163e1d-9a4d-46c5-aea8-000000003490 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-10-08 23:27:24.974491 | fa163e1d-9a4d-46c5-aea8-000000003490 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:20:01.580539 | 0.07s 2025-10-08 23:27:24.999641 | 0d1d9846-2e2c-4080-aefa-ff91cce5a38d | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-08 23:27:25.037215 | fa163e1d-9a4d-46c5-aea8-0000000035a8 | TASK | Gather podman infos 2025-10-08 23:27:26.214137 | fa163e1d-9a4d-46c5-aea8-0000000035a8 | OK | Gather podman infos | standalone 2025-10-08 23:27:26.215636 | fa163e1d-9a4d-46c5-aea8-0000000035a8 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:20:02.821696 | 1.18s 2025-10-08 23:27:26.327238 | fa163e1d-9a4d-46c5-aea8-0000000035a9 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-08 23:27:26.418266 | fa163e1d-9a4d-46c5-aea8-0000000035a9 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:20:03.024305 | 0.08s 2025-10-08 23:27:26.568974 | fa163e1d-9a4d-46c5-aea8-000000003533 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:20:03.175023 | 0.09s 2025-10-08 23:27:26.622380 | fa163e1d-9a4d-46c5-aea8-000000003491 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-10-08 23:27:26.690773 | fa163e1d-9a4d-46c5-aea8-000000003491 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:20:03.296824 | 0.07s 2025-10-08 23:27:26.716864 | f52ad823-fa8f-4009-bfc6-b02c48021561 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-08 23:27:26.761383 | fa163e1d-9a4d-46c5-aea8-00000000360e | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-08 23:27:27.635799 | fa163e1d-9a4d-46c5-aea8-00000000360e | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-08 23:27:27.636886 | fa163e1d-9a4d-46c5-aea8-00000000360e | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:20:04.242957 | 0.87s 2025-10-08 23:27:27.658150 | fa163e1d-9a4d-46c5-aea8-00000000360f | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-08 23:27:30.487296 | fa163e1d-9a4d-46c5-aea8-00000000360f | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-08 23:27:30.488770 | fa163e1d-9a4d-46c5-aea8-00000000360f | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:20:07.094834 | 2.83s 2025-10-08 23:27:30.543841 | fa163e1d-9a4d-46c5-aea8-0000000034b2 | TASK | Gather variables for each operating system 2025-10-08 23:27:30.670267 | fa163e1d-9a4d-46c5-aea8-0000000034b2 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:20:07.276317 | 0.12s 2025-10-08 23:27:30.700865 | fa163e1d-9a4d-46c5-aea8-0000000034b3 | TASK | Create container logs path 2025-10-08 23:27:30.945743 | fa163e1d-9a4d-46c5-aea8-0000000034b3 | OK | Create container logs path | standalone 2025-10-08 23:27:30.947133 | fa163e1d-9a4d-46c5-aea8-0000000034b3 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:20:07.553196 | 0.24s 2025-10-08 23:27:30.978071 | fa163e1d-9a4d-46c5-aea8-0000000034b5 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 2025-10-08 23:27:31.269751 | fa163e1d-9a4d-46c5-aea8-0000000034b5 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-08 23:27:31.270996 | fa163e1d-9a4d-46c5-aea8-0000000034b5 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:20:07.877058 | 0.29s 2025-10-08 23:27:31.305469 | fa163e1d-9a4d-46c5-aea8-0000000034b6 | TASK | Finalise hashes for all containers 2025-10-08 23:27:31.413022 | fa163e1d-9a4d-46c5-aea8-0000000034b6 | OK | Finalise hashes for all containers | standalone 2025-10-08 23:27:31.414809 | fa163e1d-9a4d-46c5-aea8-0000000034b6 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:20:08.020866 | 0.11s 2025-10-08 23:27:31.447388 | fa163e1d-9a4d-46c5-aea8-0000000034b8 | TASK | Manage systemd shutdown files 2025-10-08 23:27:31.480441 | fa163e1d-9a4d-46c5-aea8-0000000034b8 | SKIPPED | Manage systemd shutdown files | standalone 2025-10-08 23:27:31.481745 | fa163e1d-9a4d-46c5-aea8-0000000034b8 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:20:08.087807 | 0.03s 2025-10-08 23:27:31.511993 | fa163e1d-9a4d-46c5-aea8-0000000034ba | TASK | Update container configs with new config hashes 2025-10-08 23:27:31.554676 | fa163e1d-9a4d-46c5-aea8-0000000034ba | SKIPPED | Update container configs with new config hashes | standalone 2025-10-08 23:27:31.556139 | fa163e1d-9a4d-46c5-aea8-0000000034ba | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:20:08.162197 | 0.04s 2025-10-08 23:27:31.588022 | fa163e1d-9a4d-46c5-aea8-0000000034bb | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-10-08 23:27:31.630858 | fa163e1d-9a4d-46c5-aea8-0000000034bb | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:20:08.236903 | 0.04s 2025-10-08 23:27:31.657355 | 0ba27c7c-fcf6-495f-b573-b5ffc7145c61 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-08 23:27:31.690075 | fa163e1d-9a4d-46c5-aea8-00000000365a | TASK | Gather podman infos 2025-10-08 23:27:32.876033 | fa163e1d-9a4d-46c5-aea8-00000000365a | OK | Gather podman infos | standalone 2025-10-08 23:27:32.877149 | fa163e1d-9a4d-46c5-aea8-00000000365a | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:20:09.483215 | 1.19s 2025-10-08 23:27:32.966461 | fa163e1d-9a4d-46c5-aea8-00000000365b | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-08 23:27:33.056504 | fa163e1d-9a4d-46c5-aea8-00000000365b | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:20:09.662568 | 0.08s 2025-10-08 23:27:33.143397 | fa163e1d-9a4d-46c5-aea8-000000003533 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:20:09.749450 | 0.05s 2025-10-08 23:27:33.201092 | fa163e1d-9a4d-46c5-aea8-0000000034bc | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-10-08 23:27:33.253708 | fa163e1d-9a4d-46c5-aea8-0000000034bc | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:20:09.859759 | 0.05s 2025-10-08 23:27:33.279107 | 201da2b8-12ac-43ed-b96c-cf8e531882a3 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-08 23:27:33.317282 | fa163e1d-9a4d-46c5-aea8-0000000036c0 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-08 23:27:34.290154 | fa163e1d-9a4d-46c5-aea8-0000000036c0 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-08 23:27:34.292827 | fa163e1d-9a4d-46c5-aea8-0000000036c0 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:20:10.898884 | 0.97s 2025-10-08 23:27:34.325922 | fa163e1d-9a4d-46c5-aea8-0000000036c1 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-08 23:27:38.170251 | fa163e1d-9a4d-46c5-aea8-0000000036c1 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-08 23:27:38.172638 | fa163e1d-9a4d-46c5-aea8-0000000036c1 | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:20:14.778702 | 3.84s 2025-10-08 23:27:38.228804 | fa163e1d-9a4d-46c5-aea8-000000003426 | TASK | Set NB connection 2025-10-08 23:27:38.688889 | fa163e1d-9a4d-46c5-aea8-000000003426 | CHANGED | Set NB connection | standalone 2025-10-08 23:27:38.690775 | fa163e1d-9a4d-46c5-aea8-000000003426 | TIMING | Set NB connection | standalone | 0:20:15.296831 | 0.46s 2025-10-08 23:27:38.719720 | fa163e1d-9a4d-46c5-aea8-000000003427 | TASK | Set SB connection 2025-10-08 23:27:39.196790 | fa163e1d-9a4d-46c5-aea8-000000003427 | CHANGED | Set SB connection | standalone 2025-10-08 23:27:39.197859 | fa163e1d-9a4d-46c5-aea8-000000003427 | TIMING | Set SB connection | standalone | 0:20:15.803929 | 0.48s 2025-10-08 23:27:39.220495 | fa163e1d-9a4d-46c5-aea8-0000000000da | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_3 already exists 2025-10-08 23:27:39.504059 | fa163e1d-9a4d-46c5-aea8-0000000000da | OK | Check if /var/lib/tripleo-config/container-startup-config/step_3 already exists | standalone 2025-10-08 23:27:39.504930 | fa163e1d-9a4d-46c5-aea8-0000000000da | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_3 already exists | standalone | 0:20:16.111002 | 0.28s 2025-10-08 23:27:39.606566 | fa163e1d-9a4d-46c5-aea8-0000000000db | TIMING | include_tasks | standalone | 0:20:16.212623 | 0.08s 2025-10-08 23:27:39.632572 | 2af415b2-7ce3-436b-9ff5-c3b8ea3d5bba | INCLUDED | /root/standalone-ansible-93sz9flw/common_deploy_steps_tasks.yaml | standalone 2025-10-08 23:27:39.658840 | fa163e1d-9a4d-46c5-aea8-000000003706 | TASK | Write the config_step hieradata 2025-10-08 23:27:40.104567 | fa163e1d-9a4d-46c5-aea8-000000003706 | OK | Write the config_step hieradata | standalone 2025-10-08 23:27:40.105762 | fa163e1d-9a4d-46c5-aea8-000000003706 | TIMING | Write the config_step hieradata | standalone | 0:20:16.711824 | 0.45s 2025-10-08 23:27:40.135693 | fa163e1d-9a4d-46c5-aea8-000000003707 | TASK | Run puppet host configuration for step 3 2025-10-08 23:27:40.455646 | fa163e1d-9a4d-46c5-aea8-000000003707 | CHANGED | Run puppet host configuration for step 3 | standalone 2025-10-08 23:27:40.456972 | fa163e1d-9a4d-46c5-aea8-000000003707 | TIMING | Run puppet host configuration for step 3 | standalone | 0:20:17.063033 | 0.32s 2025-10-08 23:27:40.485313 | fa163e1d-9a4d-46c5-aea8-000000003708 | TASK | Wait for puppet host configuration to finish 2025-10-08 23:27:40.683836 | fa163e1d-9a4d-46c5-aea8-000000003708 | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-10-08 23:27:50.924527 | fa163e1d-9a4d-46c5-aea8-000000003708 | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-10-08 23:28:01.172281 | fa163e1d-9a4d-46c5-aea8-000000003708 | CHANGED | Wait for puppet host configuration to finish | standalone 2025-10-08 23:28:01.173939 | fa163e1d-9a4d-46c5-aea8-000000003708 | TIMING | Wait for puppet host configuration to finish | standalone | 0:20:37.780001 | 20.69s 2025-10-08 23:28:01.207874 | fa163e1d-9a4d-46c5-aea8-000000003709 | TASK | Debug output for task: Run puppet host configuration for step 3 2025-10-08 23:28:01.293498 | fa163e1d-9a4d-46c5-aea8-000000003709 | CHANGED | Debug output for task: Run puppet host configuration for step 3 | standalone | result={ "changed": true, "failed_when_result": false, "puppet_host_outputs.stdout_lines | default([]) | union(puppet_host_outputs.stderr_lines | default([]))": [ "<13>Oct 8 23:27:40 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Oct 8 23:27:46 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Oct 8 23:27:46 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Oct 8 23:27:46 puppet-user: (file & line not available)", "<13>Oct 8 23:27:46 puppet-user: Warning: The function 'hiera' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/7.10/deprecated_language.html", "<13>Oct 8 23:27:46 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Oct 8 23:27:47 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Oct 8 23:27:47 puppet-user: Notice: Compiled catalog for standalone.ooo.test in environment production in 0.41 seconds", "<13>Oct 8 23:27:51 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Oct 8 23:27:53 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Oct 8 23:27:55 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Oct 8 23:27:55 puppet-user: Notice: Applied catalog in 7.80 seconds", "<13>Oct 8 23:27:55 puppet-user: Application:", "<13>Oct 8 23:27:55 puppet-user: Initial environment: production", "<13>Oct 8 23:27:55 puppet-user: Converged environment: production", "<13>Oct 8 23:27:55 puppet-user: Run mode: user", "<13>Oct 8 23:27:55 puppet-user: Changes:", "<13>Oct 8 23:27:55 puppet-user: Total: 2", "<13>Oct 8 23:27:55 puppet-user: Events:", "<13>Oct 8 23:27:55 puppet-user: Success: 2", "<13>Oct 8 23:27:55 puppet-user: Resources:", "<13>Oct 8 23:27:55 puppet-user: Changed: 2", "<13>Oct 8 23:27:55 puppet-user: Out of sync: 2", "<13>Oct 8 23:27:55 puppet-user: Total: 28", "<13>Oct 8 23:27:55 puppet-user: Time:", "<13>Oct 8 23:27:55 puppet-user: Schedule: 0.00", "<13>Oct 8 23:27:55 puppet-user: File line: 0.00", "<13>Oct 8 23:27:55 puppet-user: Package: 0.00", "<13>Oct 8 23:27:55 puppet-user: File: 0.00", "<13>Oct 8 23:27:55 puppet-user: Augeas: 0.01", "<13>Oct 8 23:27:55 puppet-user: User: 0.07", "<13>Oct 8 23:27:55 puppet-user: Service: 0.08", "<13>Oct 8 23:27:55 puppet-user: Config retrieval: 0.46", "<13>Oct 8 23:27:55 puppet-user: Pcmk property: 1.39", "<13>Oct 8 23:27:55 puppet-user: Exec: 1.92", "<13>Oct 8 23:27:55 puppet-user: Pcmk resource op default: 1.97", "<13>Oct 8 23:27:55 puppet-user: Last run: 1759966075", "<13>Oct 8 23:27:55 puppet-user: Pcmk resource default: 2.15", "<13>Oct 8 23:27:55 puppet-user: Filebucket: 0.00", "<13>Oct 8 23:27:55 puppet-user: Transaction evaluation: 7.79", "<13>Oct 8 23:27:55 puppet-user: Catalog application: 7.80", "<13>Oct 8 23:27:55 puppet-user: Total: 7.81", "<13>Oct 8 23:27:55 puppet-user: Version:", "<13>Oct 8 23:27:55 puppet-user: Config: 1759966066", "<13>Oct 8 23:27:55 puppet-user: Puppet: 7.10.0" ] } 2025-10-08 23:28:01.295313 | fa163e1d-9a4d-46c5-aea8-000000003709 | TIMING | Debug output for task: Run puppet host configuration for step 3 | standalone | 0:20:37.901373 | 0.09s 2025-10-08 23:28:01.325360 | fa163e1d-9a4d-46c5-aea8-00000000370a | TASK | Pre-cache facts for puppet containers 2025-10-08 23:28:01.354849 | fa163e1d-9a4d-46c5-aea8-00000000370a | TIMING | Pre-cache facts for puppet containers | standalone | 0:20:37.960902 | 0.03s 2025-10-08 23:28:01.425823 | fa163e1d-9a4d-46c5-aea8-000000003749 | TASK | Gather variables for each operating system 2025-10-08 23:28:01.532135 | fa163e1d-9a4d-46c5-aea8-000000003749 | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:20:38.138182 | 0.10s 2025-10-08 23:28:01.562416 | fa163e1d-9a4d-46c5-aea8-00000000374a | TASK | Create puppet caching structures 2025-10-08 23:28:01.805780 | fa163e1d-9a4d-46c5-aea8-00000000374a | CHANGED | Create puppet caching structures | standalone 2025-10-08 23:28:01.806998 | fa163e1d-9a4d-46c5-aea8-00000000374a | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:20:38.413065 | 0.24s 2025-10-08 23:28:01.829549 | fa163e1d-9a4d-46c5-aea8-00000000374b | TASK | Check for facter.conf 2025-10-08 23:28:02.069424 | fa163e1d-9a4d-46c5-aea8-00000000374b | OK | Check for facter.conf | standalone 2025-10-08 23:28:02.070440 | fa163e1d-9a4d-46c5-aea8-00000000374b | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:20:38.676509 | 0.24s 2025-10-08 23:28:02.093413 | fa163e1d-9a4d-46c5-aea8-00000000374c | TASK | Remove facter.conf if directory 2025-10-08 23:28:02.143471 | fa163e1d-9a4d-46c5-aea8-00000000374c | SKIPPED | Remove facter.conf if directory | standalone 2025-10-08 23:28:02.144796 | fa163e1d-9a4d-46c5-aea8-00000000374c | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:20:38.750860 | 0.05s 2025-10-08 23:28:02.173422 | fa163e1d-9a4d-46c5-aea8-00000000374d | TASK | Write facter cache config 2025-10-08 23:28:02.689207 | fa163e1d-9a4d-46c5-aea8-00000000374d | CHANGED | Write facter cache config | standalone 2025-10-08 23:28:02.690358 | fa163e1d-9a4d-46c5-aea8-00000000374d | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:20:39.296427 | 0.52s 2025-10-08 23:28:02.713149 | fa163e1d-9a4d-46c5-aea8-00000000374e | TASK | Cleanup facter cache if exists 2025-10-08 23:28:02.946220 | fa163e1d-9a4d-46c5-aea8-00000000374e | CHANGED | Cleanup facter cache if exists | standalone 2025-10-08 23:28:02.947347 | fa163e1d-9a4d-46c5-aea8-00000000374e | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:20:39.553415 | 0.23s 2025-10-08 23:28:02.970331 | fa163e1d-9a4d-46c5-aea8-00000000374f | TASK | Pre-cache facts 2025-10-08 23:28:03.580938 | fa163e1d-9a4d-46c5-aea8-00000000374f | CHANGED | Pre-cache facts | standalone 2025-10-08 23:28:03.582183 | fa163e1d-9a4d-46c5-aea8-00000000374f | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:20:40.188246 | 0.61s 2025-10-08 23:28:03.612491 | fa163e1d-9a4d-46c5-aea8-000000003750 | TASK | Failed deployment if facter fails 2025-10-08 23:28:03.646750 | fa163e1d-9a4d-46c5-aea8-000000003750 | SKIPPED | Failed deployment if facter fails | standalone 2025-10-08 23:28:03.648110 | fa163e1d-9a4d-46c5-aea8-000000003750 | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:20:40.254172 | 0.03s 2025-10-08 23:28:03.692286 | fa163e1d-9a4d-46c5-aea8-000000003751 | TASK | Sync cached facts 2025-10-08 23:28:04.015849 | fa163e1d-9a4d-46c5-aea8-000000003751 | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163e1d-9a4d-46c5-aea8-000000003751') missing from stats 2025-10-08 23:28:04.071957 | fa163e1d-9a4d-46c5-aea8-00000000370b | TASK | Include container-puppet tasks (generate config) during step 1 2025-10-08 23:28:04.122815 | fa163e1d-9a4d-46c5-aea8-00000000370b | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2025-10-08 23:28:04.123981 | fa163e1d-9a4d-46c5-aea8-00000000370b | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:20:40.730043 | 0.05s 2025-10-08 23:28:04.154745 | fa163e1d-9a4d-46c5-aea8-00000000370d | TASK | Manage containers for step 3 with tripleo-ansible 2025-10-08 23:28:04.184348 | fa163e1d-9a4d-46c5-aea8-00000000370d | TIMING | Manage containers for step 3 with tripleo-ansible | standalone | 0:20:40.790404 | 0.03s 2025-10-08 23:28:04.248850 | fa163e1d-9a4d-46c5-aea8-0000000037a8 | TASK | Gather variables for each operating system 2025-10-08 23:28:04.371784 | fa163e1d-9a4d-46c5-aea8-0000000037a8 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:20:40.977836 | 0.12s 2025-10-08 23:28:04.402808 | fa163e1d-9a4d-46c5-aea8-0000000037a9 | TASK | Create container logs path 2025-10-08 23:28:04.659042 | fa163e1d-9a4d-46c5-aea8-0000000037a9 | OK | Create container logs path | standalone 2025-10-08 23:28:04.661044 | fa163e1d-9a4d-46c5-aea8-0000000037a9 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:20:41.267107 | 0.26s 2025-10-08 23:28:04.693295 | fa163e1d-9a4d-46c5-aea8-0000000037ab | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_3 2025-10-08 23:28:04.961573 | fa163e1d-9a4d-46c5-aea8-0000000037ab | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_3 | standalone 2025-10-08 23:28:04.962982 | fa163e1d-9a4d-46c5-aea8-0000000037ab | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:20:41.569046 | 0.27s 2025-10-08 23:28:04.987656 | fa163e1d-9a4d-46c5-aea8-0000000037ac | TASK | Finalise hashes for all containers 2025-10-08 23:28:05.070451 | fa163e1d-9a4d-46c5-aea8-0000000037ac | OK | Finalise hashes for all containers | standalone 2025-10-08 23:28:05.071731 | fa163e1d-9a4d-46c5-aea8-0000000037ac | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:20:41.677787 | 0.08s 2025-10-08 23:28:05.101524 | fa163e1d-9a4d-46c5-aea8-0000000037ae | TASK | Manage systemd shutdown files 2025-10-08 23:28:05.135537 | fa163e1d-9a4d-46c5-aea8-0000000037ae | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:20:41.741586 | 0.03s 2025-10-08 23:28:05.171503 | f9911aa3-7af0-4b91-968b-2f080066d8cd | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-10-08 23:28:05.199770 | fa163e1d-9a4d-46c5-aea8-0000000037e1 | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-10-08 23:28:05.462706 | fa163e1d-9a4d-46c5-aea8-0000000037e1 | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-10-08 23:28:05.464070 | fa163e1d-9a4d-46c5-aea8-0000000037e1 | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:20:42.070131 | 0.26s 2025-10-08 23:28:05.494483 | fa163e1d-9a4d-46c5-aea8-0000000037e2 | TASK | Set podman_drop_in fact 2025-10-08 23:28:05.550264 | fa163e1d-9a4d-46c5-aea8-0000000037e2 | OK | Set podman_drop_in fact | standalone 2025-10-08 23:28:05.551498 | fa163e1d-9a4d-46c5-aea8-0000000037e2 | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:20:42.157562 | 0.06s 2025-10-08 23:28:05.581502 | fa163e1d-9a4d-46c5-aea8-0000000037e4 | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-10-08 23:28:06.077579 | fa163e1d-9a4d-46c5-aea8-0000000037e4 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-10-08 23:28:06.079416 | fa163e1d-9a4d-46c5-aea8-0000000037e4 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:20:42.685477 | 0.50s 2025-10-08 23:28:06.538947 | fa163e1d-9a4d-46c5-aea8-0000000037e4 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-10-08 23:28:06.540036 | fa163e1d-9a4d-46c5-aea8-0000000037e4 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:20:43.146103 | 0.96s 2025-10-08 23:28:06.546449 | fa163e1d-9a4d-46c5-aea8-0000000037e4 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:20:43.152518 | 0.96s 2025-10-08 23:28:06.575690 | fa163e1d-9a4d-46c5-aea8-0000000037e5 | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-10-08 23:28:07.054691 | fa163e1d-9a4d-46c5-aea8-0000000037e5 | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-10-08 23:28:07.056174 | fa163e1d-9a4d-46c5-aea8-0000000037e5 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:20:43.662236 | 0.48s 2025-10-08 23:28:07.085099 | fa163e1d-9a4d-46c5-aea8-0000000037e6 | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-10-08 23:28:07.601872 | fa163e1d-9a4d-46c5-aea8-0000000037e6 | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-10-08 23:28:07.603763 | fa163e1d-9a4d-46c5-aea8-0000000037e6 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:20:44.209824 | 0.52s 2025-10-08 23:28:07.637164 | fa163e1d-9a4d-46c5-aea8-0000000037e7 | TASK | Enable and start tripleo-container-shutdown 2025-10-08 23:28:08.312336 | fa163e1d-9a4d-46c5-aea8-0000000037e7 | OK | Enable and start tripleo-container-shutdown | standalone 2025-10-08 23:28:08.314174 | fa163e1d-9a4d-46c5-aea8-0000000037e7 | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:20:44.920238 | 0.68s 2025-10-08 23:28:08.344268 | fa163e1d-9a4d-46c5-aea8-0000000037e8 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-10-08 23:28:08.918963 | fa163e1d-9a4d-46c5-aea8-0000000037e8 | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-10-08 23:28:08.920339 | fa163e1d-9a4d-46c5-aea8-0000000037e8 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:20:45.526402 | 0.57s 2025-10-08 23:28:08.948953 | fa163e1d-9a4d-46c5-aea8-0000000037e9 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-10-08 23:28:09.458003 | fa163e1d-9a4d-46c5-aea8-0000000037e9 | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-10-08 23:28:09.458762 | fa163e1d-9a4d-46c5-aea8-0000000037e9 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:20:46.064837 | 0.51s 2025-10-08 23:28:09.477736 | fa163e1d-9a4d-46c5-aea8-0000000037ea | TASK | Enable and start netns-placeholder 2025-10-08 23:28:10.153141 | fa163e1d-9a4d-46c5-aea8-0000000037ea | CHANGED | Enable and start netns-placeholder | standalone 2025-10-08 23:28:10.154928 | fa163e1d-9a4d-46c5-aea8-0000000037ea | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:20:46.760959 | 0.68s 2025-10-08 23:28:10.185633 | fa163e1d-9a4d-46c5-aea8-0000000037b0 | TASK | Update container configs with new config hashes 2025-10-08 23:28:10.228925 | fa163e1d-9a4d-46c5-aea8-0000000037b0 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:20:46.834980 | 0.04s 2025-10-08 23:28:10.244283 | 92040101-2746-4bc4-abd9-beb7cc3042f0 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-10-08 23:28:10.276107 | fa163e1d-9a4d-46c5-aea8-000000003812 | TASK | Update config hashes for container startup configs 2025-10-08 23:28:10.553737 | fa163e1d-9a4d-46c5-aea8-000000003812 | OK | Update config hashes for container startup configs | standalone 2025-10-08 23:28:10.555287 | fa163e1d-9a4d-46c5-aea8-000000003812 | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:20:47.161343 | 0.28s 2025-10-08 23:28:10.591325 | fa163e1d-9a4d-46c5-aea8-0000000037b1 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_3 2025-10-08 23:28:10.660739 | fa163e1d-9a4d-46c5-aea8-0000000037b1 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:20:47.266786 | 0.07s 2025-10-08 23:28:10.686110 | 57f97803-9e60-4d88-a30d-fb1bd72a7e9b | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-08 23:28:10.718152 | fa163e1d-9a4d-46c5-aea8-000000003831 | TASK | Gather podman infos 2025-10-08 23:28:11.921929 | fa163e1d-9a4d-46c5-aea8-000000003831 | OK | Gather podman infos | standalone 2025-10-08 23:28:11.923001 | fa163e1d-9a4d-46c5-aea8-000000003831 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:20:48.529068 | 1.20s 2025-10-08 23:28:12.014616 | fa163e1d-9a4d-46c5-aea8-000000003832 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 2025-10-08 23:28:12.072761 | fa163e1d-9a4d-46c5-aea8-000000003832 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:20:48.678823 | 0.05s 2025-10-08 23:28:12.218120 | fa163e1d-9a4d-46c5-aea8-000000003533 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:20:48.824168 | 0.09s 2025-10-08 23:28:12.275130 | fa163e1d-9a4d-46c5-aea8-0000000037b2 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_3 2025-10-08 23:28:12.329719 | fa163e1d-9a4d-46c5-aea8-0000000037b2 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:20:48.935774 | 0.05s 2025-10-08 23:28:12.359150 | d8d34b5b-5187-4d38-a585-023682c13e82 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-08 23:28:12.394265 | fa163e1d-9a4d-46c5-aea8-00000000389c | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 2025-10-08 23:29:05.321973 | fa163e1d-9a4d-46c5-aea8-00000000389c | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | standalone 2025-10-08 23:29:05.323921 | fa163e1d-9a4d-46c5-aea8-00000000389c | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:21:41.929983 | 52.93s 2025-10-08 23:29:05.356951 | fa163e1d-9a4d-46c5-aea8-00000000389d | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_3 2025-10-08 23:29:31.581127 | fa163e1d-9a4d-46c5-aea8-00000000389d | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_3 | standalone 2025-10-08 23:29:31.583082 | fa163e1d-9a4d-46c5-aea8-00000000389d | 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:08.189082 | 26.22s 2025-10-08 23:29:31.630791 | fa163e1d-9a4d-46c5-aea8-00000000370f | TASK | Clean container_puppet_tasks for standalone step 3 2025-10-08 23:29:31.863895 | fa163e1d-9a4d-46c5-aea8-00000000370f | OK | Clean container_puppet_tasks for standalone step 3 | standalone 2025-10-08 23:29:31.864898 | fa163e1d-9a4d-46c5-aea8-00000000370f | TIMING | Clean container_puppet_tasks for standalone step 3 | standalone | 0:22:08.470966 | 0.23s 2025-10-08 23:29:31.900358 | fa163e1d-9a4d-46c5-aea8-000000003710 | TASK | Calculate container_puppet_tasks for standalone step 3 2025-10-08 23:29:31.958593 | fa163e1d-9a4d-46c5-aea8-000000003710 | TIMING | Calculate container_puppet_tasks for standalone step 3 | standalone | 0:22:08.564655 | 0.06s 2025-10-08 23:29:31.981886 | fa163e1d-9a4d-46c5-aea8-000000003711 | TASK | Include container-puppet tasks for step 3 2025-10-08 23:29:32.030157 | fa163e1d-9a4d-46c5-aea8-000000003711 | TIMING | Include container-puppet tasks for step 3 | standalone | 0:22:08.636215 | 0.05s 2025-10-08 23:29:32.046156 | d90a2e94-8638-413c-a488-852cd2170a0c | INCLUDED | /root/standalone-ansible-93sz9flw/host-container-puppet-tasks.yaml | standalone 2025-10-08 23:29:32.081329 | fa163e1d-9a4d-46c5-aea8-0000000038e8 | TASK | Write container-puppet-tasks json file for standalone step 3 2025-10-08 23:29:32.512999 | fa163e1d-9a4d-46c5-aea8-0000000038e8 | CHANGED | Write container-puppet-tasks json file for standalone step 3 | standalone 2025-10-08 23:29:32.514251 | fa163e1d-9a4d-46c5-aea8-0000000038e8 | TIMING | Write container-puppet-tasks json file for standalone step 3 | standalone | 0:22:09.120310 | 0.43s 2025-10-08 23:29:32.544419 | fa163e1d-9a4d-46c5-aea8-0000000038ea | TASK | Generate container puppet configs for step 3 2025-10-08 23:29:32.777530 | fa163e1d-9a4d-46c5-aea8-0000000038ea | OK | Generate container puppet configs for step 3 | standalone 2025-10-08 23:29:32.778858 | fa163e1d-9a4d-46c5-aea8-0000000038ea | TIMING | Generate container puppet configs for step 3 | standalone | 0:22:09.384919 | 0.23s 2025-10-08 23:29:32.810800 | fa163e1d-9a4d-46c5-aea8-0000000038eb | TASK | Manage Puppet containers (bootstrap tasks) for step 3 with tripleo-ansible 2025-10-08 23:29:32.840517 | fa163e1d-9a4d-46c5-aea8-0000000038eb | TIMING | Manage Puppet containers (bootstrap tasks) for step 3 with tripleo-ansible | standalone | 0:22:09.446565 | 0.03s 2025-10-08 23:29:32.912260 | fa163e1d-9a4d-46c5-aea8-00000000391a | TASK | Gather variables for each operating system 2025-10-08 23:29:33.036873 | fa163e1d-9a4d-46c5-aea8-00000000391a | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:22:09.642922 | 0.12s 2025-10-08 23:29:33.068984 | fa163e1d-9a4d-46c5-aea8-00000000391b | TASK | Create container logs path 2025-10-08 23:29:33.274971 | fa163e1d-9a4d-46c5-aea8-00000000391b | OK | Create container logs path | standalone 2025-10-08 23:29:33.276613 | fa163e1d-9a4d-46c5-aea8-00000000391b | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:22:09.882646 | 0.21s 2025-10-08 23:29:33.310800 | fa163e1d-9a4d-46c5-aea8-00000000391d | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_3 2025-10-08 23:29:33.574013 | fa163e1d-9a4d-46c5-aea8-00000000391d | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_3 | standalone 2025-10-08 23:29:33.575522 | fa163e1d-9a4d-46c5-aea8-00000000391d | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_3 | standalone | 0:22:10.181581 | 0.26s 2025-10-08 23:29:33.606697 | fa163e1d-9a4d-46c5-aea8-00000000391e | TASK | Finalise hashes for all containers 2025-10-08 23:29:33.660240 | fa163e1d-9a4d-46c5-aea8-00000000391e | OK | Finalise hashes for all containers | standalone 2025-10-08 23:29:33.661677 | fa163e1d-9a4d-46c5-aea8-00000000391e | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:22:10.267736 | 0.05s 2025-10-08 23:29:33.699626 | fa163e1d-9a4d-46c5-aea8-000000003920 | TASK | Manage systemd shutdown files 2025-10-08 23:29:33.739837 | fa163e1d-9a4d-46c5-aea8-000000003920 | SKIPPED | Manage systemd shutdown files | standalone 2025-10-08 23:29:33.741430 | fa163e1d-9a4d-46c5-aea8-000000003920 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:22:10.347486 | 0.04s 2025-10-08 23:29:33.779670 | fa163e1d-9a4d-46c5-aea8-000000003922 | TASK | Update container configs with new config hashes 2025-10-08 23:29:33.834634 | fa163e1d-9a4d-46c5-aea8-000000003922 | SKIPPED | Update container configs with new config hashes | standalone 2025-10-08 23:29:33.836402 | fa163e1d-9a4d-46c5-aea8-000000003922 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:22:10.442470 | 0.06s 2025-10-08 23:29:33.857944 | fa163e1d-9a4d-46c5-aea8-000000003923 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_3 2025-10-08 23:29:33.888154 | fa163e1d-9a4d-46c5-aea8-000000003923 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone 2025-10-08 23:29:33.888802 | fa163e1d-9a4d-46c5-aea8-000000003923 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone | 0:22:10.494876 | 0.03s 2025-10-08 23:29:33.909651 | fa163e1d-9a4d-46c5-aea8-000000003924 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_3 2025-10-08 23:29:33.957094 | fa163e1d-9a4d-46c5-aea8-000000003924 | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone 2025-10-08 23:29:33.957757 | fa163e1d-9a4d-46c5-aea8-000000003924 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone | 0:22:10.563830 | 0.05s PLAY [External deployment step 4] ********************************************** 2025-10-08 23:29:34.112862 | fa163e1d-9a4d-46c5-aea8-0000000000de | TASK | External deployment step 4 2025-10-08 23:29:34.156430 | fa163e1d-9a4d-46c5-aea8-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', 'fa163e1d-9a4d-46c5-aea8-0000000000de') missing from stats 2025-10-08 23:29:34.214502 | fa163e1d-9a4d-46c5-aea8-0000000000df | TIMING | include_tasks | undercloud | 0:22:10.820552 | 0.04s 2025-10-08 23:29:34.246749 | f5924133-f119-4385-9034-7b1cc4fc3e4e | INCLUDED | /root/standalone-ansible-93sz9flw/external_deploy_steps_tasks_step4.yaml | undercloud 2025-10-08 23:29:34.265157 | fa163e1d-9a4d-46c5-aea8-000000003973 | TASK | Clean up legacy Cinder keystone catalog entries 2025-10-08 23:29:36.064777 | fa163e1d-9a4d-46c5-aea8-000000003973 | OK | Clean up legacy Cinder keystone catalog entries | undercloud | item={'service_name': 'cinderv2', 'service_type': 'volumev2'} 2025-10-08 23:29:36.066452 | fa163e1d-9a4d-46c5-aea8-000000003973 | TIMING | Clean up legacy Cinder keystone catalog entries | undercloud | 0:22:12.672511 | 1.80s 2025-10-08 23:29:37.327223 | fa163e1d-9a4d-46c5-aea8-000000003973 | OK | Clean up legacy Cinder keystone catalog entries | undercloud | item={'service_name': 'cinderv3', 'service_type': 'volume'} 2025-10-08 23:29:37.328343 | fa163e1d-9a4d-46c5-aea8-000000003973 | TIMING | Clean up legacy Cinder keystone catalog entries | undercloud | 0:22:13.934403 | 3.06s 2025-10-08 23:29:37.333319 | fa163e1d-9a4d-46c5-aea8-000000003973 | TIMING | Clean up legacy Cinder keystone catalog entries | undercloud | 0:22:13.939378 | 3.07s 2025-10-08 23:29:37.351892 | fa163e1d-9a4d-46c5-aea8-000000003976 | TASK | Manage Keystone resources for OpenStack services 2025-10-08 23:29:37.402393 | fa163e1d-9a4d-46c5-aea8-000000003976 | TIMING | Manage Keystone resources for OpenStack services | undercloud | 0:22:14.008445 | 0.05s 2025-10-08 23:29:37.467529 | fa163e1d-9a4d-46c5-aea8-0000000039a2 | TASK | Create Keystone Admin resources 2025-10-08 23:29:37.510434 | fa163e1d-9a4d-46c5-aea8-0000000039a2 | TIMING | tripleo_keystone_resources : Create Keystone Admin resources | undercloud | 0:22:14.116495 | 0.04s 2025-10-08 23:29:37.535632 | c392d308-2f40-4447-8fb0-8eaa2e8853e1 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/admin.yml | undercloud 2025-10-08 23:29:37.563119 | fa163e1d-9a4d-46c5-aea8-0000000039e3 | TASK | Create admin and service projects 2025-10-08 23:29:37.617516 | fa163e1d-9a4d-46c5-aea8-0000000039e3 | TIMING | tripleo_keystone_resources : Create admin and service projects | undercloud | 0:22:14.223567 | 0.05s 2025-10-08 23:29:37.632656 | fe94dee9-80a4-4468-a5dd-1132a75cec26 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/projects.yml | undercloud 2025-10-08 23:29:37.667417 | fa163e1d-9a4d-46c5-aea8-000000003a34 | TASK | Async creation of Keystone project 2025-10-08 23:29:38.177803 | fa163e1d-9a4d-46c5-aea8-000000003a34 | CHANGED | Async creation of Keystone project | undercloud | item=admin 2025-10-08 23:29:38.179422 | fa163e1d-9a4d-46c5-aea8-000000003a34 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:22:14.785478 | 0.51s 2025-10-08 23:29:38.477834 | fa163e1d-9a4d-46c5-aea8-000000003a34 | CHANGED | Async creation of Keystone project | undercloud | item=service 2025-10-08 23:29:38.479475 | fa163e1d-9a4d-46c5-aea8-000000003a34 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:22:15.085542 | 0.81s 2025-10-08 23:29:38.490082 | fa163e1d-9a4d-46c5-aea8-000000003a34 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:22:15.096135 | 0.82s 2025-10-08 23:29:38.522441 | fa163e1d-9a4d-46c5-aea8-000000003a36 | TASK | Check Keystone project status 2025-10-08 23:29:38.803714 | fa163e1d-9a4d-46c5-aea8-000000003a36 | WAITING | Check Keystone project status | undercloud | 30 retries left 2025-10-08 23:29:44.031287 | fa163e1d-9a4d-46c5-aea8-000000003a36 | OK | Check Keystone project status | undercloud | item=admin 2025-10-08 23:29:44.033778 | fa163e1d-9a4d-46c5-aea8-000000003a36 | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:22:20.639835 | 5.51s 2025-10-08 23:29:44.281054 | fa163e1d-9a4d-46c5-aea8-000000003a36 | CHANGED | Check Keystone project status | undercloud | item=service 2025-10-08 23:29:44.283301 | fa163e1d-9a4d-46c5-aea8-000000003a36 | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:22:20.889363 | 5.76s 2025-10-08 23:29:44.293656 | fa163e1d-9a4d-46c5-aea8-000000003a36 | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:22:20.899717 | 5.77s 2025-10-08 23:29:44.311676 | fa163e1d-9a4d-46c5-aea8-0000000039e4 | TASK | Create admin role 2025-10-08 23:29:45.688251 | fa163e1d-9a4d-46c5-aea8-0000000039e4 | OK | Create admin role | undercloud 2025-10-08 23:29:45.689754 | fa163e1d-9a4d-46c5-aea8-0000000039e4 | TIMING | tripleo_keystone_resources : Create admin role | undercloud | 0:22:22.295815 | 1.37s 2025-10-08 23:29:45.709647 | fa163e1d-9a4d-46c5-aea8-0000000039e5 | TASK | Create _member_ role 2025-10-08 23:29:45.775758 | fa163e1d-9a4d-46c5-aea8-0000000039e5 | SKIPPED | Create _member_ role | undercloud 2025-10-08 23:29:45.777036 | fa163e1d-9a4d-46c5-aea8-0000000039e5 | TIMING | tripleo_keystone_resources : Create _member_ role | undercloud | 0:22:22.383098 | 0.07s 2025-10-08 23:29:45.796077 | fa163e1d-9a4d-46c5-aea8-0000000039e6 | TASK | Check admin password 2025-10-08 23:29:47.213441 | fa163e1d-9a4d-46c5-aea8-0000000039e6 | OK | Check admin password | undercloud 2025-10-08 23:29:47.215830 | fa163e1d-9a4d-46c5-aea8-0000000039e6 | TIMING | tripleo_keystone_resources : Check admin password | undercloud | 0:22:23.821876 | 1.42s 2025-10-08 23:29:47.236278 | fa163e1d-9a4d-46c5-aea8-0000000039e7 | TASK | Create admin user 2025-10-08 23:29:49.155414 | fa163e1d-9a4d-46c5-aea8-0000000039e7 | CHANGED | Create admin user | undercloud 2025-10-08 23:29:49.156992 | fa163e1d-9a4d-46c5-aea8-0000000039e7 | TIMING | tripleo_keystone_resources : Create admin user | undercloud | 0:22:25.763045 | 1.92s 2025-10-08 23:29:49.177127 | fa163e1d-9a4d-46c5-aea8-0000000039e8 | TASK | Assign admin role to admin project for admin user 2025-10-08 23:29:50.855648 | fa163e1d-9a4d-46c5-aea8-0000000039e8 | OK | Assign admin role to admin project for admin user | undercloud 2025-10-08 23:29:50.857488 | fa163e1d-9a4d-46c5-aea8-0000000039e8 | TIMING | tripleo_keystone_resources : Assign admin role to admin project for admin user | undercloud | 0:22:27.463548 | 1.68s 2025-10-08 23:29:50.877592 | fa163e1d-9a4d-46c5-aea8-0000000039e9 | TASK | Assign _member_ role to admin project for admin user 2025-10-08 23:29:50.930006 | fa163e1d-9a4d-46c5-aea8-0000000039e9 | SKIPPED | Assign _member_ role to admin project for admin user | undercloud 2025-10-08 23:29:50.931633 | fa163e1d-9a4d-46c5-aea8-0000000039e9 | TIMING | tripleo_keystone_resources : Assign _member_ role to admin project for admin user | undercloud | 0:22:27.537691 | 0.05s 2025-10-08 23:29:50.952002 | fa163e1d-9a4d-46c5-aea8-0000000039ea | TASK | Create identity service 2025-10-08 23:29:52.209328 | fa163e1d-9a4d-46c5-aea8-0000000039ea | OK | Create identity service | undercloud 2025-10-08 23:29:52.210483 | fa163e1d-9a4d-46c5-aea8-0000000039ea | TIMING | tripleo_keystone_resources : Create identity service | undercloud | 0:22:28.816549 | 1.26s 2025-10-08 23:29:52.226818 | fa163e1d-9a4d-46c5-aea8-0000000039eb | TASK | Create identity public endpoint 2025-10-08 23:29:53.602438 | fa163e1d-9a4d-46c5-aea8-0000000039eb | OK | Create identity public endpoint | undercloud 2025-10-08 23:29:53.604077 | fa163e1d-9a4d-46c5-aea8-0000000039eb | TIMING | tripleo_keystone_resources : Create identity public endpoint | undercloud | 0:22:30.210138 | 1.38s 2025-10-08 23:29:53.623029 | fa163e1d-9a4d-46c5-aea8-0000000039ec | TASK | Create identity internal endpoint 2025-10-08 23:29:54.871068 | fa163e1d-9a4d-46c5-aea8-0000000039ec | OK | Create identity internal endpoint | undercloud 2025-10-08 23:29:54.871892 | fa163e1d-9a4d-46c5-aea8-0000000039ec | TIMING | tripleo_keystone_resources : Create identity internal endpoint | undercloud | 0:22:31.477962 | 1.25s 2025-10-08 23:29:54.886320 | fa163e1d-9a4d-46c5-aea8-0000000039ed | TASK | Create identity admin endpoint 2025-10-08 23:29:56.118867 | fa163e1d-9a4d-46c5-aea8-0000000039ed | OK | Create identity admin endpoint | undercloud 2025-10-08 23:29:56.119843 | fa163e1d-9a4d-46c5-aea8-0000000039ed | TIMING | tripleo_keystone_resources : Create identity admin endpoint | undercloud | 0:22:32.725912 | 1.23s 2025-10-08 23:29:56.135723 | fa163e1d-9a4d-46c5-aea8-0000000039a3 | TASK | Create Keystone Projects 2025-10-08 23:29:56.222474 | fa163e1d-9a4d-46c5-aea8-0000000039a3 | TIMING | tripleo_keystone_resources : Create Keystone Projects | undercloud | 0:22:32.828511 | 0.09s 2025-10-08 23:29:56.230641 | fa163e1d-9a4d-46c5-aea8-0000000039a3 | TIMING | tripleo_keystone_resources : Create Keystone Projects | undercloud | 0:22:32.836700 | 0.09s 2025-10-08 23:29:56.243429 | d7544366-b22b-4e6e-ab60-a87198778f53 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/projects.yml | undercloud 2025-10-08 23:29:56.290322 | fa163e1d-9a4d-46c5-aea8-000000003ac0 | TASK | Async creation of Keystone project 2025-10-08 23:29:56.644157 | fa163e1d-9a4d-46c5-aea8-000000003ac0 | CHANGED | Async creation of Keystone project | undercloud | item=service 2025-10-08 23:29:56.647109 | fa163e1d-9a4d-46c5-aea8-000000003ac0 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:22:33.253163 | 0.36s 2025-10-08 23:29:56.654374 | fa163e1d-9a4d-46c5-aea8-000000003ac0 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:22:33.260433 | 0.36s 2025-10-08 23:29:56.673716 | fa163e1d-9a4d-46c5-aea8-000000003ac2 | TASK | Check Keystone project status 2025-10-08 23:29:56.954518 | fa163e1d-9a4d-46c5-aea8-000000003ac2 | WAITING | Check Keystone project status | undercloud | 30 retries left 2025-10-08 23:30:02.177469 | fa163e1d-9a4d-46c5-aea8-000000003ac2 | OK | Check Keystone project status | undercloud | item=service 2025-10-08 23:30:02.179639 | fa163e1d-9a4d-46c5-aea8-000000003ac2 | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:22:38.785684 | 5.50s 2025-10-08 23:30:02.190143 | fa163e1d-9a4d-46c5-aea8-000000003ac2 | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:22:38.796199 | 5.51s 2025-10-08 23:30:02.212689 | fa163e1d-9a4d-46c5-aea8-0000000039a5 | TASK | Create Keystone Domains 2025-10-08 23:30:02.318043 | fa163e1d-9a4d-46c5-aea8-0000000039a5 | TIMING | tripleo_keystone_resources : Create Keystone Domains | undercloud | 0:22:38.924088 | 0.10s 2025-10-08 23:30:02.324660 | fa163e1d-9a4d-46c5-aea8-0000000039a5 | TIMING | tripleo_keystone_resources : Create Keystone Domains | undercloud | 0:22:38.930715 | 0.11s 2025-10-08 23:30:02.334788 | 892a1a69-2172-4c69-9dda-81a7b1683aac | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/domains.yml | undercloud 2025-10-08 23:30:02.364681 | fa163e1d-9a4d-46c5-aea8-000000003b75 | TASK | Async creation of Keystone domains 2025-10-08 23:30:02.886218 | fa163e1d-9a4d-46c5-aea8-000000003b75 | CHANGED | Async creation of Keystone domains | undercloud | item=heat_stack 2025-10-08 23:30:02.887363 | fa163e1d-9a4d-46c5-aea8-000000003b75 | TIMING | tripleo_keystone_resources : Async creation of Keystone domains | undercloud | 0:22:39.493431 | 0.52s 2025-10-08 23:30:02.894712 | fa163e1d-9a4d-46c5-aea8-000000003b75 | TIMING | tripleo_keystone_resources : Async creation of Keystone domains | undercloud | 0:22:39.500766 | 0.53s 2025-10-08 23:30:02.913920 | fa163e1d-9a4d-46c5-aea8-000000003b77 | TASK | Check Keystone domain status 2025-10-08 23:30:03.174618 | fa163e1d-9a4d-46c5-aea8-000000003b77 | WAITING | Check Keystone domain status | undercloud | 30 retries left 2025-10-08 23:30:08.389692 | fa163e1d-9a4d-46c5-aea8-000000003b77 | CHANGED | Check Keystone domain status | undercloud | item=heat_stack 2025-10-08 23:30:08.390995 | fa163e1d-9a4d-46c5-aea8-000000003b77 | TIMING | tripleo_keystone_resources : Check Keystone domain status | undercloud | 0:22:44.997056 | 5.48s 2025-10-08 23:30:08.403045 | fa163e1d-9a4d-46c5-aea8-000000003b77 | TIMING | tripleo_keystone_resources : Check Keystone domain status | undercloud | 0:22:45.009105 | 5.49s 2025-10-08 23:30:08.419530 | fa163e1d-9a4d-46c5-aea8-0000000039a7 | TASK | Gather all OpenStack domains for Ansible >= 2.9.0 2025-10-08 23:30:08.469947 | fa163e1d-9a4d-46c5-aea8-0000000039a7 | TIMING | tripleo_keystone_resources : Gather all OpenStack domains for Ansible >= 2.9.0 | undercloud | 0:22:45.076000 | 0.05s 2025-10-08 23:30:08.479488 | 514d2ffa-bb47-43af-9e8c-a6f8e6844e0e | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/gather_domains.yml | undercloud 2025-10-08 23:30:08.525058 | fa163e1d-9a4d-46c5-aea8-000000003c3f | TASK | Collect OpenStack Keystone domains infos 2025-10-08 23:30:10.019549 | fa163e1d-9a4d-46c5-aea8-000000003c3f | OK | Collect OpenStack Keystone domains infos | undercloud 2025-10-08 23:30:10.020802 | fa163e1d-9a4d-46c5-aea8-000000003c3f | TIMING | tripleo_keystone_resources : Collect OpenStack Keystone domains infos | undercloud | 0:22:46.626867 | 1.49s 2025-10-08 23:30:10.035796 | fa163e1d-9a4d-46c5-aea8-000000003c40 | TASK | Set openstack_domains fact 2025-10-08 23:30:10.083083 | fa163e1d-9a4d-46c5-aea8-000000003c40 | OK | Set openstack_domains fact | undercloud 2025-10-08 23:30:10.083999 | fa163e1d-9a4d-46c5-aea8-000000003c40 | TIMING | tripleo_keystone_resources : Set openstack_domains fact | undercloud | 0:22:46.690071 | 0.05s 2025-10-08 23:30:10.098384 | fa163e1d-9a4d-46c5-aea8-0000000039a8 | TASK | Create Keystone Services 2025-10-08 23:30:10.185352 | fa163e1d-9a4d-46c5-aea8-0000000039a8 | TIMING | tripleo_keystone_resources : Create Keystone Services | undercloud | 0:22:46.791384 | 0.09s 2025-10-08 23:30:10.205924 | fa163e1d-9a4d-46c5-aea8-0000000039a8 | TIMING | tripleo_keystone_resources : Create Keystone Services | undercloud | 0:22:46.811974 | 0.11s 2025-10-08 23:30:10.215859 | fa163e1d-9a4d-46c5-aea8-0000000039a8 | TIMING | tripleo_keystone_resources : Create Keystone Services | undercloud | 0:22:46.821923 | 0.12s 2025-10-08 23:30:10.226172 | 7e81dd14-5ad0-4ffe-b27f-6e135cb41cb8 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/services.yml | undercloud 2025-10-08 23:30:10.230577 | 9af12feb-36ef-4453-9ba7-9d5a843c7b81 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/services.yml | undercloud 2025-10-08 23:30:10.270881 | fa163e1d-9a4d-46c5-aea8-000000003d1c | TASK | Async creation of Keystone service 2025-10-08 23:30:10.638959 | fa163e1d-9a4d-46c5-aea8-000000003d1c | CHANGED | Async creation of Keystone service | undercloud | item=aodh 2025-10-08 23:30:10.641526 | fa163e1d-9a4d-46c5-aea8-000000003d1c | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:47.247578 | 0.37s 2025-10-08 23:30:10.925348 | fa163e1d-9a4d-46c5-aea8-000000003d1c | CHANGED | Async creation of Keystone service | undercloud | item=cinderv3 2025-10-08 23:30:10.926058 | fa163e1d-9a4d-46c5-aea8-000000003d1c | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:47.532132 | 0.65s 2025-10-08 23:30:11.253244 | fa163e1d-9a4d-46c5-aea8-000000003d1c | CHANGED | Async creation of Keystone service | undercloud | item=glance 2025-10-08 23:30:11.254041 | fa163e1d-9a4d-46c5-aea8-000000003d1c | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:47.860112 | 0.98s 2025-10-08 23:30:11.581588 | fa163e1d-9a4d-46c5-aea8-000000003d1c | CHANGED | Async creation of Keystone service | undercloud | item=gnocchi 2025-10-08 23:30:11.582946 | fa163e1d-9a4d-46c5-aea8-000000003d1c | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:48.189011 | 1.31s 2025-10-08 23:30:11.883514 | fa163e1d-9a4d-46c5-aea8-000000003d1c | CHANGED | Async creation of Keystone service | undercloud | item=heat 2025-10-08 23:30:11.884440 | fa163e1d-9a4d-46c5-aea8-000000003d1c | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:48.490509 | 1.61s 2025-10-08 23:30:12.191815 | fa163e1d-9a4d-46c5-aea8-000000003d1c | CHANGED | Async creation of Keystone service | undercloud | item=heat-cfn 2025-10-08 23:30:12.192420 | fa163e1d-9a4d-46c5-aea8-000000003d1c | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:48.798496 | 1.92s 2025-10-08 23:30:12.454823 | fa163e1d-9a4d-46c5-aea8-000000003d1c | CHANGED | Async creation of Keystone service | undercloud | item=manila 2025-10-08 23:30:12.455460 | fa163e1d-9a4d-46c5-aea8-000000003d1c | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:49.061535 | 2.18s 2025-10-08 23:30:12.733818 | fa163e1d-9a4d-46c5-aea8-000000003d1c | CHANGED | Async creation of Keystone service | undercloud | item=manilav2 2025-10-08 23:30:12.734436 | fa163e1d-9a4d-46c5-aea8-000000003d1c | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:49.340511 | 2.46s 2025-10-08 23:30:12.981869 | fa163e1d-9a4d-46c5-aea8-000000003d1c | CHANGED | Async creation of Keystone service | undercloud | item=neutron 2025-10-08 23:30:12.982474 | fa163e1d-9a4d-46c5-aea8-000000003d1c | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:49.588549 | 2.71s 2025-10-08 23:30:13.278973 | fa163e1d-9a4d-46c5-aea8-000000003d1c | CHANGED | Async creation of Keystone service | undercloud | item=nova 2025-10-08 23:30:13.279562 | fa163e1d-9a4d-46c5-aea8-000000003d1c | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:49.885636 | 3.01s 2025-10-08 23:30:13.285644 | fa163e1d-9a4d-46c5-aea8-000000003d1c | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:49.891722 | 3.01s 2025-10-08 23:30:13.300608 | fa163e1d-9a4d-46c5-aea8-000000003d1e | TASK | Check Keystone service status 2025-10-08 23:30:13.548816 | fa163e1d-9a4d-46c5-aea8-000000003d1e | CHANGED | Check Keystone service status | undercloud | item=aodh 2025-10-08 23:30:13.550417 | fa163e1d-9a4d-46c5-aea8-000000003d1e | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:50.156471 | 0.25s 2025-10-08 23:30:13.799109 | fa163e1d-9a4d-46c5-aea8-000000003d1e | CHANGED | Check Keystone service status | undercloud | item=cinderv3 2025-10-08 23:30:13.800281 | fa163e1d-9a4d-46c5-aea8-000000003d1e | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:50.406348 | 0.50s 2025-10-08 23:30:14.048160 | fa163e1d-9a4d-46c5-aea8-000000003d1e | CHANGED | Check Keystone service status | undercloud | item=glance 2025-10-08 23:30:14.049534 | fa163e1d-9a4d-46c5-aea8-000000003d1e | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:50.655596 | 0.75s 2025-10-08 23:30:14.248713 | fa163e1d-9a4d-46c5-aea8-000000003d1e | CHANGED | Check Keystone service status | undercloud | item=gnocchi 2025-10-08 23:30:14.249796 | fa163e1d-9a4d-46c5-aea8-000000003d1e | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:50.855864 | 0.95s 2025-10-08 23:30:14.502798 | fa163e1d-9a4d-46c5-aea8-000000003d1e | CHANGED | Check Keystone service status | undercloud | item=heat 2025-10-08 23:30:14.504506 | fa163e1d-9a4d-46c5-aea8-000000003d1e | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:51.110573 | 1.20s 2025-10-08 23:30:14.737360 | fa163e1d-9a4d-46c5-aea8-000000003d1e | CHANGED | Check Keystone service status | undercloud | item=heat-cfn 2025-10-08 23:30:14.738524 | fa163e1d-9a4d-46c5-aea8-000000003d1e | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:51.344588 | 1.44s 2025-10-08 23:30:14.953046 | fa163e1d-9a4d-46c5-aea8-000000003d1e | CHANGED | Check Keystone service status | undercloud | item=manila 2025-10-08 23:30:14.954308 | fa163e1d-9a4d-46c5-aea8-000000003d1e | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:51.560371 | 1.65s 2025-10-08 23:30:15.202807 | fa163e1d-9a4d-46c5-aea8-000000003d1e | CHANGED | Check Keystone service status | undercloud | item=manilav2 2025-10-08 23:30:15.205023 | fa163e1d-9a4d-46c5-aea8-000000003d1e | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:51.811087 | 1.90s 2025-10-08 23:30:15.445596 | fa163e1d-9a4d-46c5-aea8-000000003d1e | CHANGED | Check Keystone service status | undercloud | item=neutron 2025-10-08 23:30:15.448084 | fa163e1d-9a4d-46c5-aea8-000000003d1e | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:52.054142 | 2.15s 2025-10-08 23:30:15.700884 | fa163e1d-9a4d-46c5-aea8-000000003d1e | CHANGED | Check Keystone service status | undercloud | item=nova 2025-10-08 23:30:15.702452 | fa163e1d-9a4d-46c5-aea8-000000003d1e | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:52.308510 | 2.40s 2025-10-08 23:30:15.713176 | fa163e1d-9a4d-46c5-aea8-000000003d1e | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:52.319237 | 2.41s 2025-10-08 23:30:15.731443 | fa163e1d-9a4d-46c5-aea8-000000003d23 | TASK | Async creation of Keystone service 2025-10-08 23:30:16.055286 | fa163e1d-9a4d-46c5-aea8-000000003d23 | CHANGED | Async creation of Keystone service | undercloud | item=octavia 2025-10-08 23:30:16.062999 | fa163e1d-9a4d-46c5-aea8-000000003d23 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:52.669055 | 0.33s 2025-10-08 23:30:16.321852 | fa163e1d-9a4d-46c5-aea8-000000003d23 | CHANGED | Async creation of Keystone service | undercloud | item=placement 2025-10-08 23:30:16.323693 | fa163e1d-9a4d-46c5-aea8-000000003d23 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:52.929758 | 0.59s 2025-10-08 23:30:16.558672 | fa163e1d-9a4d-46c5-aea8-000000003d23 | CHANGED | Async creation of Keystone service | undercloud | item=swift 2025-10-08 23:30:16.559718 | fa163e1d-9a4d-46c5-aea8-000000003d23 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:53.165780 | 0.83s 2025-10-08 23:30:16.567279 | fa163e1d-9a4d-46c5-aea8-000000003d23 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:53.173337 | 0.83s 2025-10-08 23:30:16.584768 | fa163e1d-9a4d-46c5-aea8-000000003d25 | TASK | Check Keystone service status 2025-10-08 23:30:16.851047 | fa163e1d-9a4d-46c5-aea8-000000003d25 | WAITING | Check Keystone service status | undercloud | 30 retries left 2025-10-08 23:30:22.093470 | fa163e1d-9a4d-46c5-aea8-000000003d25 | CHANGED | Check Keystone service status | undercloud | item=octavia 2025-10-08 23:30:22.094323 | fa163e1d-9a4d-46c5-aea8-000000003d25 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:58.700391 | 5.51s 2025-10-08 23:30:22.299082 | fa163e1d-9a4d-46c5-aea8-000000003d25 | CHANGED | Check Keystone service status | undercloud | item=placement 2025-10-08 23:30:22.299843 | fa163e1d-9a4d-46c5-aea8-000000003d25 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:58.905915 | 5.71s 2025-10-08 23:30:22.534476 | fa163e1d-9a4d-46c5-aea8-000000003d25 | CHANGED | Check Keystone service status | undercloud | item=swift 2025-10-08 23:30:22.536048 | fa163e1d-9a4d-46c5-aea8-000000003d25 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:59.142121 | 5.95s 2025-10-08 23:30:22.547868 | fa163e1d-9a4d-46c5-aea8-000000003d25 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:59.153921 | 5.96s 2025-10-08 23:30:22.568655 | fa163e1d-9a4d-46c5-aea8-0000000039aa | TASK | Create Keystone Endpoints 2025-10-08 23:30:22.630890 | fa163e1d-9a4d-46c5-aea8-0000000039aa | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:22:59.236928 | 0.06s 2025-10-08 23:30:22.652239 | fa163e1d-9a4d-46c5-aea8-0000000039aa | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:22:59.258309 | 0.08s 2025-10-08 23:30:22.676026 | fa163e1d-9a4d-46c5-aea8-0000000039aa | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:22:59.282095 | 0.11s 2025-10-08 23:30:22.688123 | fa163e1d-9a4d-46c5-aea8-0000000039aa | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:22:59.294182 | 0.12s 2025-10-08 23:30:22.701633 | 5e0a726d-3ddc-432f-a823-ad1b21edfb25 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/loop-endpoints.yml | undercloud 2025-10-08 23:30:22.708496 | 394aed76-1671-46e2-9f55-1e4dd05c1bd2 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/loop-endpoints.yml | undercloud 2025-10-08 23:30:22.715567 | 554cb2ee-11b0-4f82-b8cf-111958c9eb04 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/loop-endpoints.yml | undercloud 2025-10-08 23:30:22.772677 | fa163e1d-9a4d-46c5-aea8-000000003e55 | TASK | Create Keystone public endpoints 2025-10-08 23:30:22.892296 | fa163e1d-9a4d-46c5-aea8-000000003e55 | TIMING | tripleo_keystone_resources : Create Keystone public endpoints | undercloud | 0:22:59.498316 | 0.12s 2025-10-08 23:30:22.904674 | fa163e1d-9a4d-46c5-aea8-000000003e55 | TIMING | tripleo_keystone_resources : Create Keystone public endpoints | undercloud | 0:22:59.510741 | 0.13s 2025-10-08 23:30:22.915894 | fa163e1d-9a4d-46c5-aea8-000000003e55 | TIMING | tripleo_keystone_resources : Create Keystone public endpoints | undercloud | 0:22:59.521948 | 0.14s 2025-10-08 23:30:22.934891 | c52d1da2-ff6e-42d5-84b0-5ce9b4824b08 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-10-08 23:30:22.945319 | 86b8fc6e-f146-45d6-b8f7-c42881636b17 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-10-08 23:30:22.971562 | fa163e1d-9a4d-46c5-aea8-000000003f7d | TASK | Async creation of Keystone public endpoint 2025-10-08 23:30:23.355041 | fa163e1d-9a4d-46c5-aea8-000000003f7d | CHANGED | Async creation of Keystone public endpoint | undercloud | item=aodh 2025-10-08 23:30:23.357014 | fa163e1d-9a4d-46c5-aea8-000000003f7d | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:59.963064 | 0.38s 2025-10-08 23:30:23.621480 | fa163e1d-9a4d-46c5-aea8-000000003f7d | CHANGED | Async creation of Keystone public endpoint | undercloud | item=cinderv3 2025-10-08 23:30:23.622710 | fa163e1d-9a4d-46c5-aea8-000000003f7d | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:23:00.228775 | 0.65s 2025-10-08 23:30:23.925878 | fa163e1d-9a4d-46c5-aea8-000000003f7d | CHANGED | Async creation of Keystone public endpoint | undercloud | item=glance 2025-10-08 23:30:23.926877 | fa163e1d-9a4d-46c5-aea8-000000003f7d | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:23:00.532943 | 0.95s 2025-10-08 23:30:24.166259 | fa163e1d-9a4d-46c5-aea8-000000003f7d | CHANGED | Async creation of Keystone public endpoint | undercloud | item=gnocchi 2025-10-08 23:30:24.167011 | fa163e1d-9a4d-46c5-aea8-000000003f7d | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:23:00.773082 | 1.19s 2025-10-08 23:30:24.424919 | fa163e1d-9a4d-46c5-aea8-000000003f7d | CHANGED | Async creation of Keystone public endpoint | undercloud | item=heat 2025-10-08 23:30:24.426232 | fa163e1d-9a4d-46c5-aea8-000000003f7d | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:23:01.032302 | 1.45s 2025-10-08 23:30:24.695412 | fa163e1d-9a4d-46c5-aea8-000000003f7d | CHANGED | Async creation of Keystone public endpoint | undercloud | item=heat-cfn 2025-10-08 23:30:24.696000 | fa163e1d-9a4d-46c5-aea8-000000003f7d | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:23:01.302073 | 1.72s 2025-10-08 23:30:25.012478 | fa163e1d-9a4d-46c5-aea8-000000003f7d | CHANGED | Async creation of Keystone public endpoint | undercloud | item=manila 2025-10-08 23:30:25.015226 | fa163e1d-9a4d-46c5-aea8-000000003f7d | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:23:01.621255 | 2.04s 2025-10-08 23:30:25.263354 | fa163e1d-9a4d-46c5-aea8-000000003f7d | CHANGED | Async creation of Keystone public endpoint | undercloud | item=manilav2 2025-10-08 23:30:25.264196 | fa163e1d-9a4d-46c5-aea8-000000003f7d | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:23:01.870251 | 2.29s 2025-10-08 23:30:25.502482 | fa163e1d-9a4d-46c5-aea8-000000003f7d | CHANGED | Async creation of Keystone public endpoint | undercloud | item=neutron 2025-10-08 23:30:25.503833 | fa163e1d-9a4d-46c5-aea8-000000003f7d | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:23:02.109901 | 2.53s 2025-10-08 23:30:25.786012 | fa163e1d-9a4d-46c5-aea8-000000003f7d | CHANGED | Async creation of Keystone public endpoint | undercloud | item=nova 2025-10-08 23:30:25.787077 | fa163e1d-9a4d-46c5-aea8-000000003f7d | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:23:02.393142 | 2.81s 2025-10-08 23:30:25.793972 | fa163e1d-9a4d-46c5-aea8-000000003f7d | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:23:02.400036 | 2.82s 2025-10-08 23:30:25.814896 | fa163e1d-9a4d-46c5-aea8-000000003f7f | TASK | Check Keystone public endpoint status 2025-10-08 23:30:26.119999 | fa163e1d-9a4d-46c5-aea8-000000003f7f | CHANGED | Check Keystone public endpoint status | undercloud | item=aodh 2025-10-08 23:30:26.121094 | fa163e1d-9a4d-46c5-aea8-000000003f7f | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:23:02.727162 | 0.30s 2025-10-08 23:30:26.368673 | fa163e1d-9a4d-46c5-aea8-000000003f7f | CHANGED | Check Keystone public endpoint status | undercloud | item=cinderv3 2025-10-08 23:30:26.369499 | fa163e1d-9a4d-46c5-aea8-000000003f7f | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:23:02.975572 | 0.55s 2025-10-08 23:30:26.609209 | fa163e1d-9a4d-46c5-aea8-000000003f7f | CHANGED | Check Keystone public endpoint status | undercloud | item=glance 2025-10-08 23:30:26.611605 | fa163e1d-9a4d-46c5-aea8-000000003f7f | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:23:03.217660 | 0.80s 2025-10-08 23:30:26.938275 | fa163e1d-9a4d-46c5-aea8-000000003f7f | CHANGED | Check Keystone public endpoint status | undercloud | item=gnocchi 2025-10-08 23:30:26.939586 | fa163e1d-9a4d-46c5-aea8-000000003f7f | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:23:03.545646 | 1.12s 2025-10-08 23:30:27.228538 | fa163e1d-9a4d-46c5-aea8-000000003f7f | CHANGED | Check Keystone public endpoint status | undercloud | item=heat 2025-10-08 23:30:27.229882 | fa163e1d-9a4d-46c5-aea8-000000003f7f | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:23:03.835945 | 1.41s 2025-10-08 23:30:27.471284 | fa163e1d-9a4d-46c5-aea8-000000003f7f | CHANGED | Check Keystone public endpoint status | undercloud | item=heat-cfn 2025-10-08 23:30:27.472559 | fa163e1d-9a4d-46c5-aea8-000000003f7f | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:23:04.078623 | 1.66s 2025-10-08 23:30:27.702353 | fa163e1d-9a4d-46c5-aea8-000000003f7f | CHANGED | Check Keystone public endpoint status | undercloud | item=manila 2025-10-08 23:30:27.704517 | fa163e1d-9a4d-46c5-aea8-000000003f7f | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:23:04.310582 | 1.89s 2025-10-08 23:30:27.952241 | fa163e1d-9a4d-46c5-aea8-000000003f7f | CHANGED | Check Keystone public endpoint status | undercloud | item=manilav2 2025-10-08 23:30:27.954286 | fa163e1d-9a4d-46c5-aea8-000000003f7f | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:23:04.560349 | 2.14s 2025-10-08 23:30:28.210337 | fa163e1d-9a4d-46c5-aea8-000000003f7f | CHANGED | Check Keystone public endpoint status | undercloud | item=neutron 2025-10-08 23:30:28.211634 | fa163e1d-9a4d-46c5-aea8-000000003f7f | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:23:04.817697 | 2.40s 2025-10-08 23:30:28.459457 | fa163e1d-9a4d-46c5-aea8-000000003f7f | CHANGED | Check Keystone public endpoint status | undercloud | item=nova 2025-10-08 23:30:28.460689 | fa163e1d-9a4d-46c5-aea8-000000003f7f | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:23:05.066754 | 2.64s 2025-10-08 23:30:28.472509 | fa163e1d-9a4d-46c5-aea8-000000003f7f | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:23:05.078563 | 2.66s 2025-10-08 23:30:28.499985 | fa163e1d-9a4d-46c5-aea8-000000003f84 | TASK | Async creation of Keystone public endpoint 2025-10-08 23:30:28.857786 | fa163e1d-9a4d-46c5-aea8-000000003f84 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=octavia 2025-10-08 23:30:28.859400 | fa163e1d-9a4d-46c5-aea8-000000003f84 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:23:05.465455 | 0.36s 2025-10-08 23:30:29.146773 | fa163e1d-9a4d-46c5-aea8-000000003f84 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=placement 2025-10-08 23:30:29.147878 | fa163e1d-9a4d-46c5-aea8-000000003f84 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:23:05.753940 | 0.65s 2025-10-08 23:30:29.462116 | fa163e1d-9a4d-46c5-aea8-000000003f84 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=swift 2025-10-08 23:30:29.462900 | fa163e1d-9a4d-46c5-aea8-000000003f84 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:23:06.068970 | 0.96s 2025-10-08 23:30:29.467742 | fa163e1d-9a4d-46c5-aea8-000000003f84 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:23:06.073797 | 0.97s 2025-10-08 23:30:29.488949 | fa163e1d-9a4d-46c5-aea8-000000003f86 | TASK | Check Keystone public endpoint status 2025-10-08 23:30:29.722817 | fa163e1d-9a4d-46c5-aea8-000000003f86 | WAITING | Check Keystone public endpoint status | undercloud | 30 retries left 2025-10-08 23:30:34.950608 | fa163e1d-9a4d-46c5-aea8-000000003f86 | CHANGED | Check Keystone public endpoint status | undercloud | item=octavia 2025-10-08 23:30:34.951681 | fa163e1d-9a4d-46c5-aea8-000000003f86 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:23:11.557748 | 5.46s 2025-10-08 23:30:35.236888 | fa163e1d-9a4d-46c5-aea8-000000003f86 | CHANGED | Check Keystone public endpoint status | undercloud | item=placement 2025-10-08 23:30:35.239082 | fa163e1d-9a4d-46c5-aea8-000000003f86 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:23:11.845145 | 5.75s 2025-10-08 23:30:35.477806 | fa163e1d-9a4d-46c5-aea8-000000003f86 | CHANGED | Check Keystone public endpoint status | undercloud | item=swift 2025-10-08 23:30:35.479273 | fa163e1d-9a4d-46c5-aea8-000000003f86 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:23:12.085345 | 5.99s 2025-10-08 23:30:35.490780 | fa163e1d-9a4d-46c5-aea8-000000003f86 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:23:12.096837 | 6.00s 2025-10-08 23:30:35.514479 | fa163e1d-9a4d-46c5-aea8-000000003e5a | TASK | Create Keystone admin endpoints 2025-10-08 23:30:35.628672 | fa163e1d-9a4d-46c5-aea8-000000003e5a | TIMING | tripleo_keystone_resources : Create Keystone admin endpoints | undercloud | 0:23:12.234729 | 0.11s 2025-10-08 23:30:35.680711 | fa163e1d-9a4d-46c5-aea8-000000003e5a | TIMING | tripleo_keystone_resources : Create Keystone admin endpoints | undercloud | 0:23:12.286775 | 0.16s 2025-10-08 23:30:35.687377 | fa163e1d-9a4d-46c5-aea8-000000003e5a | TIMING | tripleo_keystone_resources : Create Keystone admin endpoints | undercloud | 0:23:12.293437 | 0.17s 2025-10-08 23:30:35.701422 | f46ddb05-5c84-48a3-964f-bc947e7dc9c2 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-10-08 23:30:35.709040 | 9d51724d-b643-4eda-b9cd-8cfa58cf6782 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-10-08 23:30:35.731737 | fa163e1d-9a4d-46c5-aea8-000000003fde | TASK | Async creation of Keystone admin endpoint 2025-10-08 23:30:36.026019 | fa163e1d-9a4d-46c5-aea8-000000003fde | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=aodh 2025-10-08 23:30:36.028531 | fa163e1d-9a4d-46c5-aea8-000000003fde | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:23:12.634582 | 0.30s 2025-10-08 23:30:36.351269 | fa163e1d-9a4d-46c5-aea8-000000003fde | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=cinderv3 2025-10-08 23:30:36.352992 | fa163e1d-9a4d-46c5-aea8-000000003fde | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:23:12.959058 | 0.62s 2025-10-08 23:30:36.668108 | fa163e1d-9a4d-46c5-aea8-000000003fde | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=glance 2025-10-08 23:30:36.669264 | fa163e1d-9a4d-46c5-aea8-000000003fde | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:23:13.275330 | 0.94s 2025-10-08 23:30:37.003059 | fa163e1d-9a4d-46c5-aea8-000000003fde | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=gnocchi 2025-10-08 23:30:37.004174 | fa163e1d-9a4d-46c5-aea8-000000003fde | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:23:13.610240 | 1.27s 2025-10-08 23:30:37.304675 | fa163e1d-9a4d-46c5-aea8-000000003fde | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=heat 2025-10-08 23:30:37.306277 | fa163e1d-9a4d-46c5-aea8-000000003fde | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:23:13.912338 | 1.57s 2025-10-08 23:30:37.602211 | fa163e1d-9a4d-46c5-aea8-000000003fde | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=heat-cfn 2025-10-08 23:30:37.603653 | fa163e1d-9a4d-46c5-aea8-000000003fde | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:23:14.209722 | 1.87s 2025-10-08 23:30:37.891263 | fa163e1d-9a4d-46c5-aea8-000000003fde | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=manila 2025-10-08 23:30:37.891949 | fa163e1d-9a4d-46c5-aea8-000000003fde | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:23:14.498022 | 2.16s 2025-10-08 23:30:38.187503 | fa163e1d-9a4d-46c5-aea8-000000003fde | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=manilav2 2025-10-08 23:30:38.188092 | fa163e1d-9a4d-46c5-aea8-000000003fde | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:23:14.794167 | 2.45s 2025-10-08 23:30:38.519522 | fa163e1d-9a4d-46c5-aea8-000000003fde | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=neutron 2025-10-08 23:30:38.521223 | fa163e1d-9a4d-46c5-aea8-000000003fde | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:23:15.127260 | 2.79s 2025-10-08 23:30:38.746169 | fa163e1d-9a4d-46c5-aea8-000000003fde | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=nova 2025-10-08 23:30:38.748037 | fa163e1d-9a4d-46c5-aea8-000000003fde | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:23:15.354107 | 3.01s 2025-10-08 23:30:38.758796 | fa163e1d-9a4d-46c5-aea8-000000003fde | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:23:15.364863 | 3.03s 2025-10-08 23:30:38.775482 | fa163e1d-9a4d-46c5-aea8-000000003fe0 | TASK | Check Keystone admin endpoint status 2025-10-08 23:30:39.072103 | fa163e1d-9a4d-46c5-aea8-000000003fe0 | CHANGED | Check Keystone admin endpoint status | undercloud | item=aodh 2025-10-08 23:30:39.074247 | fa163e1d-9a4d-46c5-aea8-000000003fe0 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:23:15.680314 | 0.30s 2025-10-08 23:30:39.277667 | fa163e1d-9a4d-46c5-aea8-000000003fe0 | CHANGED | Check Keystone admin endpoint status | undercloud | item=cinderv3 2025-10-08 23:30:39.278474 | fa163e1d-9a4d-46c5-aea8-000000003fe0 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:23:15.884547 | 0.50s 2025-10-08 23:30:39.591281 | fa163e1d-9a4d-46c5-aea8-000000003fe0 | CHANGED | Check Keystone admin endpoint status | undercloud | item=glance 2025-10-08 23:30:39.593119 | fa163e1d-9a4d-46c5-aea8-000000003fe0 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:23:16.199190 | 0.82s 2025-10-08 23:30:39.880141 | fa163e1d-9a4d-46c5-aea8-000000003fe0 | CHANGED | Check Keystone admin endpoint status | undercloud | item=gnocchi 2025-10-08 23:30:39.881088 | fa163e1d-9a4d-46c5-aea8-000000003fe0 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:23:16.487159 | 1.10s 2025-10-08 23:30:40.101242 | fa163e1d-9a4d-46c5-aea8-000000003fe0 | CHANGED | Check Keystone admin endpoint status | undercloud | item=heat 2025-10-08 23:30:40.102113 | fa163e1d-9a4d-46c5-aea8-000000003fe0 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:23:16.708183 | 1.33s 2025-10-08 23:30:40.384036 | fa163e1d-9a4d-46c5-aea8-000000003fe0 | CHANGED | Check Keystone admin endpoint status | undercloud | item=heat-cfn 2025-10-08 23:30:40.385939 | fa163e1d-9a4d-46c5-aea8-000000003fe0 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:23:16.992006 | 1.61s 2025-10-08 23:30:40.639670 | fa163e1d-9a4d-46c5-aea8-000000003fe0 | CHANGED | Check Keystone admin endpoint status | undercloud | item=manila 2025-10-08 23:30:40.640805 | fa163e1d-9a4d-46c5-aea8-000000003fe0 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:23:17.246872 | 1.86s 2025-10-08 23:30:40.907103 | fa163e1d-9a4d-46c5-aea8-000000003fe0 | CHANGED | Check Keystone admin endpoint status | undercloud | item=manilav2 2025-10-08 23:30:40.907844 | fa163e1d-9a4d-46c5-aea8-000000003fe0 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:23:17.513918 | 2.13s 2025-10-08 23:30:41.138119 | fa163e1d-9a4d-46c5-aea8-000000003fe0 | CHANGED | Check Keystone admin endpoint status | undercloud | item=neutron 2025-10-08 23:30:41.139323 | fa163e1d-9a4d-46c5-aea8-000000003fe0 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:23:17.745389 | 2.36s 2025-10-08 23:30:41.424924 | fa163e1d-9a4d-46c5-aea8-000000003fe0 | CHANGED | Check Keystone admin endpoint status | undercloud | item=nova 2025-10-08 23:30:41.425699 | fa163e1d-9a4d-46c5-aea8-000000003fe0 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:23:18.031772 | 2.65s 2025-10-08 23:30:41.434990 | fa163e1d-9a4d-46c5-aea8-000000003fe0 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:23:18.041045 | 2.66s 2025-10-08 23:30:41.462845 | fa163e1d-9a4d-46c5-aea8-000000003fe5 | TASK | Async creation of Keystone admin endpoint 2025-10-08 23:30:41.810378 | fa163e1d-9a4d-46c5-aea8-000000003fe5 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=octavia 2025-10-08 23:30:41.812683 | fa163e1d-9a4d-46c5-aea8-000000003fe5 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:23:18.418741 | 0.35s 2025-10-08 23:30:42.105562 | fa163e1d-9a4d-46c5-aea8-000000003fe5 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=placement 2025-10-08 23:30:42.107348 | fa163e1d-9a4d-46c5-aea8-000000003fe5 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:23:18.713413 | 0.64s 2025-10-08 23:30:42.413823 | fa163e1d-9a4d-46c5-aea8-000000003fe5 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=swift 2025-10-08 23:30:42.415663 | fa163e1d-9a4d-46c5-aea8-000000003fe5 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:23:19.021732 | 0.95s 2025-10-08 23:30:42.426646 | fa163e1d-9a4d-46c5-aea8-000000003fe5 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:23:19.032705 | 0.96s 2025-10-08 23:30:42.446351 | fa163e1d-9a4d-46c5-aea8-000000003fe7 | TASK | Check Keystone admin endpoint status 2025-10-08 23:30:42.723621 | fa163e1d-9a4d-46c5-aea8-000000003fe7 | WAITING | Check Keystone admin endpoint status | undercloud | 30 retries left 2025-10-08 23:30:47.946555 | fa163e1d-9a4d-46c5-aea8-000000003fe7 | CHANGED | Check Keystone admin endpoint status | undercloud | item=octavia 2025-10-08 23:30:47.948128 | fa163e1d-9a4d-46c5-aea8-000000003fe7 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:23:24.554173 | 5.50s 2025-10-08 23:30:48.153969 | fa163e1d-9a4d-46c5-aea8-000000003fe7 | CHANGED | Check Keystone admin endpoint status | undercloud | item=placement 2025-10-08 23:30:48.156106 | fa163e1d-9a4d-46c5-aea8-000000003fe7 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:23:24.762170 | 5.71s 2025-10-08 23:30:48.372700 | fa163e1d-9a4d-46c5-aea8-000000003fe7 | CHANGED | Check Keystone admin endpoint status | undercloud | item=swift 2025-10-08 23:30:48.373438 | fa163e1d-9a4d-46c5-aea8-000000003fe7 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:23:24.979512 | 5.93s 2025-10-08 23:30:48.382301 | fa163e1d-9a4d-46c5-aea8-000000003fe7 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:23:24.988357 | 5.93s 2025-10-08 23:30:48.404934 | fa163e1d-9a4d-46c5-aea8-000000003e5f | TASK | Create Keystone internal endpoints 2025-10-08 23:30:48.513136 | fa163e1d-9a4d-46c5-aea8-000000003e5f | TIMING | tripleo_keystone_resources : Create Keystone internal endpoints | undercloud | 0:23:25.119195 | 0.11s 2025-10-08 23:30:48.532150 | fa163e1d-9a4d-46c5-aea8-000000003e5f | TIMING | tripleo_keystone_resources : Create Keystone internal endpoints | undercloud | 0:23:25.138226 | 0.13s 2025-10-08 23:30:48.538870 | fa163e1d-9a4d-46c5-aea8-000000003e5f | TIMING | tripleo_keystone_resources : Create Keystone internal endpoints | undercloud | 0:23:25.144928 | 0.13s 2025-10-08 23:30:48.557131 | a3239368-1e68-4c57-aef4-2eb11cc387b7 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-10-08 23:30:48.566722 | 1ce19d3a-f290-4d52-9052-7b4d62efa2e1 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-10-08 23:30:48.593119 | fa163e1d-9a4d-46c5-aea8-00000000403f | TASK | Async creation of Keystone internal endpoint 2025-10-08 23:30:48.889386 | fa163e1d-9a4d-46c5-aea8-00000000403f | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=aodh 2025-10-08 23:30:48.891468 | fa163e1d-9a4d-46c5-aea8-00000000403f | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:25.497522 | 0.30s 2025-10-08 23:30:49.137308 | fa163e1d-9a4d-46c5-aea8-00000000403f | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=cinderv3 2025-10-08 23:30:49.138029 | fa163e1d-9a4d-46c5-aea8-00000000403f | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:25.744100 | 0.54s 2025-10-08 23:30:49.380022 | fa163e1d-9a4d-46c5-aea8-00000000403f | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=glance 2025-10-08 23:30:49.380782 | fa163e1d-9a4d-46c5-aea8-00000000403f | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:25.986858 | 0.79s 2025-10-08 23:30:49.625034 | fa163e1d-9a4d-46c5-aea8-00000000403f | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=gnocchi 2025-10-08 23:30:49.625639 | fa163e1d-9a4d-46c5-aea8-00000000403f | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:26.231713 | 1.03s 2025-10-08 23:30:49.901432 | fa163e1d-9a4d-46c5-aea8-00000000403f | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=heat 2025-10-08 23:30:49.902103 | fa163e1d-9a4d-46c5-aea8-00000000403f | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:26.508176 | 1.31s 2025-10-08 23:30:50.168261 | fa163e1d-9a4d-46c5-aea8-00000000403f | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=heat-cfn 2025-10-08 23:30:50.169006 | fa163e1d-9a4d-46c5-aea8-00000000403f | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:26.775068 | 1.57s 2025-10-08 23:30:50.419017 | fa163e1d-9a4d-46c5-aea8-00000000403f | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=manila 2025-10-08 23:30:50.419595 | fa163e1d-9a4d-46c5-aea8-00000000403f | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:27.025671 | 1.82s 2025-10-08 23:30:50.656063 | fa163e1d-9a4d-46c5-aea8-00000000403f | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=manilav2 2025-10-08 23:30:50.656751 | fa163e1d-9a4d-46c5-aea8-00000000403f | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:27.262825 | 2.06s 2025-10-08 23:30:50.932907 | fa163e1d-9a4d-46c5-aea8-00000000403f | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=neutron 2025-10-08 23:30:50.933939 | fa163e1d-9a4d-46c5-aea8-00000000403f | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:27.540011 | 2.34s 2025-10-08 23:30:51.188432 | fa163e1d-9a4d-46c5-aea8-00000000403f | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=nova 2025-10-08 23:30:51.189024 | fa163e1d-9a4d-46c5-aea8-00000000403f | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:27.795100 | 2.59s 2025-10-08 23:30:51.196881 | fa163e1d-9a4d-46c5-aea8-00000000403f | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:27.802955 | 2.60s 2025-10-08 23:30:51.213269 | fa163e1d-9a4d-46c5-aea8-000000004041 | TASK | Check Keystone internal endpoint status 2025-10-08 23:30:51.448342 | fa163e1d-9a4d-46c5-aea8-000000004041 | CHANGED | Check Keystone internal endpoint status | undercloud | item=aodh 2025-10-08 23:30:51.451813 | fa163e1d-9a4d-46c5-aea8-000000004041 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:28.057865 | 0.24s 2025-10-08 23:30:51.635568 | fa163e1d-9a4d-46c5-aea8-000000004041 | CHANGED | Check Keystone internal endpoint status | undercloud | item=cinderv3 2025-10-08 23:30:51.636538 | fa163e1d-9a4d-46c5-aea8-000000004041 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:28.242609 | 0.42s 2025-10-08 23:30:51.841298 | fa163e1d-9a4d-46c5-aea8-000000004041 | CHANGED | Check Keystone internal endpoint status | undercloud | item=glance 2025-10-08 23:30:51.842381 | fa163e1d-9a4d-46c5-aea8-000000004041 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:28.448456 | 0.63s 2025-10-08 23:30:52.061527 | fa163e1d-9a4d-46c5-aea8-000000004041 | WAITING | Check Keystone internal endpoint status | undercloud | 30 retries left 2025-10-08 23:30:57.328896 | fa163e1d-9a4d-46c5-aea8-000000004041 | CHANGED | Check Keystone internal endpoint status | undercloud | item=gnocchi 2025-10-08 23:30:57.330058 | fa163e1d-9a4d-46c5-aea8-000000004041 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:33.936128 | 6.12s 2025-10-08 23:30:57.589051 | fa163e1d-9a4d-46c5-aea8-000000004041 | CHANGED | Check Keystone internal endpoint status | undercloud | item=heat 2025-10-08 23:30:57.590651 | fa163e1d-9a4d-46c5-aea8-000000004041 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:34.196721 | 6.38s 2025-10-08 23:30:57.884125 | fa163e1d-9a4d-46c5-aea8-000000004041 | CHANGED | Check Keystone internal endpoint status | undercloud | item=heat-cfn 2025-10-08 23:30:57.885516 | fa163e1d-9a4d-46c5-aea8-000000004041 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:34.491580 | 6.67s 2025-10-08 23:30:58.167622 | fa163e1d-9a4d-46c5-aea8-000000004041 | CHANGED | Check Keystone internal endpoint status | undercloud | item=manila 2025-10-08 23:30:58.169504 | fa163e1d-9a4d-46c5-aea8-000000004041 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:34.775570 | 6.96s 2025-10-08 23:30:58.424793 | fa163e1d-9a4d-46c5-aea8-000000004041 | CHANGED | Check Keystone internal endpoint status | undercloud | item=manilav2 2025-10-08 23:30:58.426389 | fa163e1d-9a4d-46c5-aea8-000000004041 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:35.032457 | 7.21s 2025-10-08 23:30:58.681521 | fa163e1d-9a4d-46c5-aea8-000000004041 | CHANGED | Check Keystone internal endpoint status | undercloud | item=neutron 2025-10-08 23:30:58.682201 | fa163e1d-9a4d-46c5-aea8-000000004041 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:35.288263 | 7.47s 2025-10-08 23:30:58.943792 | fa163e1d-9a4d-46c5-aea8-000000004041 | CHANGED | Check Keystone internal endpoint status | undercloud | item=nova 2025-10-08 23:30:58.945338 | fa163e1d-9a4d-46c5-aea8-000000004041 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:35.551399 | 7.73s 2025-10-08 23:30:58.961723 | fa163e1d-9a4d-46c5-aea8-000000004041 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:35.567782 | 7.75s 2025-10-08 23:30:58.990584 | fa163e1d-9a4d-46c5-aea8-000000004046 | TASK | Async creation of Keystone internal endpoint 2025-10-08 23:30:59.339794 | fa163e1d-9a4d-46c5-aea8-000000004046 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=octavia 2025-10-08 23:30:59.341327 | fa163e1d-9a4d-46c5-aea8-000000004046 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:35.947385 | 0.35s 2025-10-08 23:30:59.646119 | fa163e1d-9a4d-46c5-aea8-000000004046 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=placement 2025-10-08 23:30:59.647803 | fa163e1d-9a4d-46c5-aea8-000000004046 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:36.253869 | 0.66s 2025-10-08 23:30:59.919248 | fa163e1d-9a4d-46c5-aea8-000000004046 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=swift 2025-10-08 23:30:59.919886 | fa163e1d-9a4d-46c5-aea8-000000004046 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:36.525961 | 0.93s 2025-10-08 23:30:59.926531 | fa163e1d-9a4d-46c5-aea8-000000004046 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:36.532592 | 0.93s 2025-10-08 23:30:59.949332 | fa163e1d-9a4d-46c5-aea8-000000004048 | TASK | Check Keystone internal endpoint status 2025-10-08 23:31:00.206555 | fa163e1d-9a4d-46c5-aea8-000000004048 | WAITING | Check Keystone internal endpoint status | undercloud | 30 retries left 2025-10-08 23:31:05.422786 | fa163e1d-9a4d-46c5-aea8-000000004048 | CHANGED | Check Keystone internal endpoint status | undercloud | item=octavia 2025-10-08 23:31:05.424871 | fa163e1d-9a4d-46c5-aea8-000000004048 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:42.030925 | 5.47s 2025-10-08 23:31:05.630138 | fa163e1d-9a4d-46c5-aea8-000000004048 | CHANGED | Check Keystone internal endpoint status | undercloud | item=placement 2025-10-08 23:31:05.634068 | fa163e1d-9a4d-46c5-aea8-000000004048 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:42.240135 | 5.68s 2025-10-08 23:31:05.849901 | fa163e1d-9a4d-46c5-aea8-000000004048 | CHANGED | Check Keystone internal endpoint status | undercloud | item=swift 2025-10-08 23:31:05.850834 | fa163e1d-9a4d-46c5-aea8-000000004048 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:42.456904 | 5.90s 2025-10-08 23:31:05.858252 | fa163e1d-9a4d-46c5-aea8-000000004048 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:42.464316 | 5.91s 2025-10-08 23:31:05.878637 | fa163e1d-9a4d-46c5-aea8-0000000039ac | TASK | Run cleanup tasks 2025-10-08 23:31:05.930637 | fa163e1d-9a4d-46c5-aea8-0000000039ac | TIMING | tripleo_keystone_resources : Run cleanup tasks | undercloud | 0:23:42.536683 | 0.05s 2025-10-08 23:31:05.944701 | 52437888-c4c1-400d-9df0-36ef46e46e9e | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/cleanup.yml | undercloud 2025-10-08 23:31:06.005126 | fa163e1d-9a4d-46c5-aea8-00000000409e | TASK | Get list of enabled services 2025-10-08 23:31:08.582224 | fa163e1d-9a4d-46c5-aea8-00000000409e | CHANGED | Get list of enabled services | undercloud 2025-10-08 23:31:08.583171 | fa163e1d-9a4d-46c5-aea8-00000000409e | TIMING | tripleo_keystone_resources : Get list of enabled services | undercloud | 0:23:45.189240 | 2.58s 2025-10-08 23:31:08.598610 | fa163e1d-9a4d-46c5-aea8-00000000409f | TASK | List services to be disabled 2025-10-08 23:31:08.688662 | fa163e1d-9a4d-46c5-aea8-00000000409f | SKIPPED | List services to be disabled | undercloud | item={'Name': 'aodh', 'Type': 'alarming'} 2025-10-08 23:31:08.733144 | fa163e1d-9a4d-46c5-aea8-00000000409f | SKIPPED | List services to be disabled | undercloud | item={'Name': 'swift', 'Type': 'object-store'} 2025-10-08 23:31:08.762252 | fa163e1d-9a4d-46c5-aea8-00000000409f | SKIPPED | List services to be disabled | undercloud | item={'Name': 'heat', 'Type': 'orchestration'} 2025-10-08 23:31:08.790480 | fa163e1d-9a4d-46c5-aea8-00000000409f | SKIPPED | List services to be disabled | undercloud | item={'Name': 'manilav2', 'Type': 'sharev2'} 2025-10-08 23:31:08.817140 | fa163e1d-9a4d-46c5-aea8-00000000409f | SKIPPED | List services to be disabled | undercloud | item={'Name': 'glance', 'Type': 'image'} 2025-10-08 23:31:08.844295 | fa163e1d-9a4d-46c5-aea8-00000000409f | SKIPPED | List services to be disabled | undercloud | item={'Name': 'cinderv3', 'Type': 'volumev3'} 2025-10-08 23:31:08.872356 | fa163e1d-9a4d-46c5-aea8-00000000409f | SKIPPED | List services to be disabled | undercloud | item={'Name': 'keystone', 'Type': 'identity'} 2025-10-08 23:31:08.899807 | fa163e1d-9a4d-46c5-aea8-00000000409f | SKIPPED | List services to be disabled | undercloud | item={'Name': 'placement', 'Type': 'placement'} 2025-10-08 23:31:08.926605 | fa163e1d-9a4d-46c5-aea8-00000000409f | SKIPPED | List services to be disabled | undercloud | item={'Name': 'neutron', 'Type': 'network'} 2025-10-08 23:31:08.951740 | fa163e1d-9a4d-46c5-aea8-00000000409f | SKIPPED | List services to be disabled | undercloud | item={'Name': 'nova', 'Type': 'compute'} 2025-10-08 23:31:08.978120 | fa163e1d-9a4d-46c5-aea8-00000000409f | SKIPPED | List services to be disabled | undercloud | item={'Name': 'octavia', 'Type': 'load-balancer'} 2025-10-08 23:31:09.004567 | fa163e1d-9a4d-46c5-aea8-00000000409f | SKIPPED | List services to be disabled | undercloud | item={'Name': 'manila', 'Type': 'share'} 2025-10-08 23:31:09.029238 | fa163e1d-9a4d-46c5-aea8-00000000409f | SKIPPED | List services to be disabled | undercloud | item={'Name': 'heat-cfn', 'Type': 'cloudformation'} 2025-10-08 23:31:09.051943 | fa163e1d-9a4d-46c5-aea8-00000000409f | SKIPPED | List services to be disabled | undercloud | item={'Name': 'gnocchi', 'Type': 'metric'} 2025-10-08 23:31:09.065258 | fa163e1d-9a4d-46c5-aea8-00000000409f | TIMING | tripleo_keystone_resources : List services to be disabled | undercloud | 0:23:45.671312 | 0.47s 2025-10-08 23:31:09.086464 | fa163e1d-9a4d-46c5-aea8-0000000040a0 | TASK | Delete keystone services not enabled 2025-10-08 23:31:09.117271 | fa163e1d-9a4d-46c5-aea8-0000000040a0 | TIMING | tripleo_keystone_resources : Delete keystone services not enabled | undercloud | 0:23:45.723321 | 0.03s 2025-10-08 23:31:09.136103 | fa163e1d-9a4d-46c5-aea8-0000000039ad | TASK | Create Keystone Roles 2025-10-08 23:31:09.261332 | fa163e1d-9a4d-46c5-aea8-0000000039ad | TIMING | tripleo_keystone_resources : Create Keystone Roles | undercloud | 0:23:45.867375 | 0.12s 2025-10-08 23:31:09.267874 | fa163e1d-9a4d-46c5-aea8-0000000039ad | TIMING | tripleo_keystone_resources : Create Keystone Roles | undercloud | 0:23:45.873932 | 0.13s 2025-10-08 23:31:09.282895 | 62c315c5-8d2b-4974-8468-9ccc59f28b1e | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/roles.yml | undercloud 2025-10-08 23:31:09.352973 | fa163e1d-9a4d-46c5-aea8-00000000420a | TASK | Async creation of Keystone role 2025-10-08 23:31:09.706091 | fa163e1d-9a4d-46c5-aea8-00000000420a | CHANGED | Async creation of Keystone role | undercloud | item=service 2025-10-08 23:31:09.708969 | fa163e1d-9a4d-46c5-aea8-00000000420a | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:23:46.315016 | 0.35s 2025-10-08 23:31:10.010017 | fa163e1d-9a4d-46c5-aea8-00000000420a | CHANGED | Async creation of Keystone role | undercloud | item=ResellerAdmin 2025-10-08 23:31:10.010831 | fa163e1d-9a4d-46c5-aea8-00000000420a | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:23:46.616903 | 0.66s 2025-10-08 23:31:10.293025 | fa163e1d-9a4d-46c5-aea8-00000000420a | CHANGED | Async creation of Keystone role | undercloud | item=heat_stack_user 2025-10-08 23:31:10.293902 | fa163e1d-9a4d-46c5-aea8-00000000420a | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:23:46.899976 | 0.94s 2025-10-08 23:31:10.585632 | fa163e1d-9a4d-46c5-aea8-00000000420a | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_admin 2025-10-08 23:31:10.586663 | fa163e1d-9a4d-46c5-aea8-00000000420a | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:23:47.192729 | 1.23s 2025-10-08 23:31:10.929883 | fa163e1d-9a4d-46c5-aea8-00000000420a | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_quota_admin 2025-10-08 23:31:10.930689 | fa163e1d-9a4d-46c5-aea8-00000000420a | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:23:47.536760 | 1.58s 2025-10-08 23:31:11.237459 | fa163e1d-9a4d-46c5-aea8-00000000420a | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_member 2025-10-08 23:31:11.238353 | fa163e1d-9a4d-46c5-aea8-00000000420a | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:23:47.844426 | 1.88s 2025-10-08 23:31:11.555306 | fa163e1d-9a4d-46c5-aea8-00000000420a | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_global_observer 2025-10-08 23:31:11.556992 | fa163e1d-9a4d-46c5-aea8-00000000420a | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:23:48.163056 | 2.20s 2025-10-08 23:31:11.829388 | fa163e1d-9a4d-46c5-aea8-00000000420a | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_observer 2025-10-08 23:31:11.831098 | fa163e1d-9a4d-46c5-aea8-00000000420a | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:23:48.437168 | 2.48s 2025-10-08 23:31:12.072360 | fa163e1d-9a4d-46c5-aea8-00000000420a | CHANGED | Async creation of Keystone role | undercloud | item=swiftoperator 2025-10-08 23:31:12.073649 | fa163e1d-9a4d-46c5-aea8-00000000420a | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:23:48.679723 | 2.72s 2025-10-08 23:31:12.084828 | fa163e1d-9a4d-46c5-aea8-00000000420a | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:23:48.690888 | 2.73s 2025-10-08 23:31:12.104229 | fa163e1d-9a4d-46c5-aea8-00000000420c | TASK | Check Keystone role status 2025-10-08 23:31:12.392166 | fa163e1d-9a4d-46c5-aea8-00000000420c | CHANGED | Check Keystone role status | undercloud | item=service 2025-10-08 23:31:12.393242 | fa163e1d-9a4d-46c5-aea8-00000000420c | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:23:48.999308 | 0.29s 2025-10-08 23:31:12.648455 | fa163e1d-9a4d-46c5-aea8-00000000420c | CHANGED | Check Keystone role status | undercloud | item=ResellerAdmin 2025-10-08 23:31:12.649920 | fa163e1d-9a4d-46c5-aea8-00000000420c | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:23:49.255991 | 0.54s 2025-10-08 23:31:12.907727 | fa163e1d-9a4d-46c5-aea8-00000000420c | CHANGED | Check Keystone role status | undercloud | item=heat_stack_user 2025-10-08 23:31:12.909786 | fa163e1d-9a4d-46c5-aea8-00000000420c | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:23:49.515851 | 0.80s 2025-10-08 23:31:13.155846 | fa163e1d-9a4d-46c5-aea8-00000000420c | CHANGED | Check Keystone role status | undercloud | item=load-balancer_admin 2025-10-08 23:31:13.157616 | fa163e1d-9a4d-46c5-aea8-00000000420c | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:23:49.763683 | 1.05s 2025-10-08 23:31:13.408842 | fa163e1d-9a4d-46c5-aea8-00000000420c | CHANGED | Check Keystone role status | undercloud | item=load-balancer_quota_admin 2025-10-08 23:31:13.410084 | fa163e1d-9a4d-46c5-aea8-00000000420c | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:23:50.016150 | 1.30s 2025-10-08 23:31:13.640175 | fa163e1d-9a4d-46c5-aea8-00000000420c | CHANGED | Check Keystone role status | undercloud | item=load-balancer_member 2025-10-08 23:31:13.642411 | fa163e1d-9a4d-46c5-aea8-00000000420c | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:23:50.248477 | 1.54s 2025-10-08 23:31:13.900911 | fa163e1d-9a4d-46c5-aea8-00000000420c | CHANGED | Check Keystone role status | undercloud | item=load-balancer_global_observer 2025-10-08 23:31:13.902074 | fa163e1d-9a4d-46c5-aea8-00000000420c | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:23:50.508139 | 1.80s 2025-10-08 23:31:14.181199 | fa163e1d-9a4d-46c5-aea8-00000000420c | CHANGED | Check Keystone role status | undercloud | item=load-balancer_observer 2025-10-08 23:31:14.181909 | fa163e1d-9a4d-46c5-aea8-00000000420c | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:23:50.787982 | 2.08s 2025-10-08 23:31:14.420822 | fa163e1d-9a4d-46c5-aea8-00000000420c | CHANGED | Check Keystone role status | undercloud | item=swiftoperator 2025-10-08 23:31:14.421583 | fa163e1d-9a4d-46c5-aea8-00000000420c | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:23:51.027656 | 2.32s 2025-10-08 23:31:14.429497 | fa163e1d-9a4d-46c5-aea8-00000000420c | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:23:51.035554 | 2.32s 2025-10-08 23:31:14.452915 | fa163e1d-9a4d-46c5-aea8-0000000039af | TASK | Create Keystone Users 2025-10-08 23:31:14.532895 | fa163e1d-9a4d-46c5-aea8-0000000039af | TIMING | tripleo_keystone_resources : Create Keystone Users | undercloud | 0:23:51.138947 | 0.08s 2025-10-08 23:31:14.551580 | fa163e1d-9a4d-46c5-aea8-0000000039af | TIMING | tripleo_keystone_resources : Create Keystone Users | undercloud | 0:23:51.157642 | 0.10s 2025-10-08 23:31:14.560158 | fa163e1d-9a4d-46c5-aea8-0000000039af | TIMING | tripleo_keystone_resources : Create Keystone Users | undercloud | 0:23:51.166215 | 0.11s 2025-10-08 23:31:14.582703 | 3dfb571a-2150-4ed1-9388-fa8966e7dbbb | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/users.yml | undercloud 2025-10-08 23:31:14.597223 | 29c60099-9539-48d5-963c-dd2fab677f39 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/users.yml | undercloud 2025-10-08 23:31:14.662280 | fa163e1d-9a4d-46c5-aea8-00000000439e | TASK | Check password of Keystone user 2025-10-08 23:31:15.677135 | fa163e1d-9a4d-46c5-aea8-00000000439e | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-08 23:31:15.678876 | fa163e1d-9a4d-46c5-aea8-00000000439e | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:52.284930 | 1.02s 2025-10-08 23:31:16.685709 | fa163e1d-9a4d-46c5-aea8-00000000439e | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-08 23:31:16.686436 | fa163e1d-9a4d-46c5-aea8-00000000439e | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:53.292507 | 2.02s 2025-10-08 23:31:17.593570 | fa163e1d-9a4d-46c5-aea8-00000000439e | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-08 23:31:17.594486 | fa163e1d-9a4d-46c5-aea8-00000000439e | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:54.200553 | 2.93s 2025-10-08 23:31:18.457615 | fa163e1d-9a4d-46c5-aea8-00000000439e | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-08 23:31:18.458535 | fa163e1d-9a4d-46c5-aea8-00000000439e | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:55.064601 | 3.80s 2025-10-08 23:31:19.337972 | fa163e1d-9a4d-46c5-aea8-00000000439e | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-08 23:31:19.339669 | fa163e1d-9a4d-46c5-aea8-00000000439e | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:55.945735 | 4.68s 2025-10-08 23:31:20.384174 | fa163e1d-9a4d-46c5-aea8-00000000439e | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-08 23:31:20.385111 | fa163e1d-9a4d-46c5-aea8-00000000439e | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:56.991179 | 5.72s 2025-10-08 23:31:21.315928 | fa163e1d-9a4d-46c5-aea8-00000000439e | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-08 23:31:21.316866 | fa163e1d-9a4d-46c5-aea8-00000000439e | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:57.922931 | 6.65s 2025-10-08 23:31:22.281833 | fa163e1d-9a4d-46c5-aea8-00000000439e | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-08 23:31:22.283607 | fa163e1d-9a4d-46c5-aea8-00000000439e | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:58.889673 | 7.62s 2025-10-08 23:31:23.251153 | fa163e1d-9a4d-46c5-aea8-00000000439e | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-08 23:31:23.252437 | fa163e1d-9a4d-46c5-aea8-00000000439e | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:59.858503 | 8.59s 2025-10-08 23:31:24.199137 | fa163e1d-9a4d-46c5-aea8-00000000439e | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-08 23:31:24.200483 | fa163e1d-9a4d-46c5-aea8-00000000439e | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:24:00.806549 | 9.54s 2025-10-08 23:31:24.210167 | fa163e1d-9a4d-46c5-aea8-00000000439e | IGNORED | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-08 23:31:24.210693 | fa163e1d-9a4d-46c5-aea8-00000000439e | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:24:00.816768 | 9.55s 2025-10-08 23:31:24.226164 | fa163e1d-9a4d-46c5-aea8-0000000043a0 | TASK | Async creation of Keystone user 2025-10-08 23:31:24.658276 | fa163e1d-9a4d-46c5-aea8-0000000043a0 | CHANGED | Async creation of Keystone user | undercloud 2025-10-08 23:31:24.659999 | fa163e1d-9a4d-46c5-aea8-0000000043a0 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:24:01.266066 | 0.43s 2025-10-08 23:31:24.994343 | fa163e1d-9a4d-46c5-aea8-0000000043a0 | CHANGED | Async creation of Keystone user | undercloud 2025-10-08 23:31:24.995104 | fa163e1d-9a4d-46c5-aea8-0000000043a0 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:24:01.601174 | 0.77s 2025-10-08 23:31:25.359358 | fa163e1d-9a4d-46c5-aea8-0000000043a0 | CHANGED | Async creation of Keystone user | undercloud 2025-10-08 23:31:25.361182 | fa163e1d-9a4d-46c5-aea8-0000000043a0 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:24:01.967248 | 1.13s 2025-10-08 23:31:25.686298 | fa163e1d-9a4d-46c5-aea8-0000000043a0 | CHANGED | Async creation of Keystone user | undercloud 2025-10-08 23:31:25.686962 | fa163e1d-9a4d-46c5-aea8-0000000043a0 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:24:02.293035 | 1.46s 2025-10-08 23:31:26.005599 | fa163e1d-9a4d-46c5-aea8-0000000043a0 | CHANGED | Async creation of Keystone user | undercloud 2025-10-08 23:31:26.007020 | fa163e1d-9a4d-46c5-aea8-0000000043a0 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:24:02.613085 | 1.78s 2025-10-08 23:31:26.334999 | fa163e1d-9a4d-46c5-aea8-0000000043a0 | CHANGED | Async creation of Keystone user | undercloud 2025-10-08 23:31:26.335576 | fa163e1d-9a4d-46c5-aea8-0000000043a0 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:24:02.941651 | 2.11s 2025-10-08 23:31:26.666642 | fa163e1d-9a4d-46c5-aea8-0000000043a0 | CHANGED | Async creation of Keystone user | undercloud 2025-10-08 23:31:26.667649 | fa163e1d-9a4d-46c5-aea8-0000000043a0 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:24:03.273713 | 2.44s 2025-10-08 23:31:26.981436 | fa163e1d-9a4d-46c5-aea8-0000000043a0 | CHANGED | Async creation of Keystone user | undercloud 2025-10-08 23:31:26.982300 | fa163e1d-9a4d-46c5-aea8-0000000043a0 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:24:03.588367 | 2.76s 2025-10-08 23:31:27.309286 | fa163e1d-9a4d-46c5-aea8-0000000043a0 | CHANGED | Async creation of Keystone user | undercloud 2025-10-08 23:31:27.310590 | fa163e1d-9a4d-46c5-aea8-0000000043a0 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:24:03.916662 | 3.08s 2025-10-08 23:31:27.643916 | fa163e1d-9a4d-46c5-aea8-0000000043a0 | CHANGED | Async creation of Keystone user | undercloud 2025-10-08 23:31:27.645113 | fa163e1d-9a4d-46c5-aea8-0000000043a0 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:24:04.251188 | 3.42s 2025-10-08 23:31:27.655648 | fa163e1d-9a4d-46c5-aea8-0000000043a0 | CHANGED | Async creation of Keystone user | undercloud 2025-10-08 23:31:27.656731 | fa163e1d-9a4d-46c5-aea8-0000000043a0 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:24:04.262796 | 3.43s 2025-10-08 23:31:27.706519 | fa163e1d-9a4d-46c5-aea8-0000000043a2 | TASK | Check Keystone user status 2025-10-08 23:31:27.981029 | fa163e1d-9a4d-46c5-aea8-0000000043a2 | CHANGED | Check Keystone user status | undercloud 2025-10-08 23:31:27.981832 | fa163e1d-9a4d-46c5-aea8-0000000043a2 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:24:04.587904 | 0.27s 2025-10-08 23:31:28.203536 | fa163e1d-9a4d-46c5-aea8-0000000043a2 | CHANGED | Check Keystone user status | undercloud 2025-10-08 23:31:28.204078 | fa163e1d-9a4d-46c5-aea8-0000000043a2 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:24:04.810155 | 0.50s 2025-10-08 23:31:28.495845 | fa163e1d-9a4d-46c5-aea8-0000000043a2 | CHANGED | Check Keystone user status | undercloud 2025-10-08 23:31:28.496843 | fa163e1d-9a4d-46c5-aea8-0000000043a2 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:24:05.102908 | 0.79s 2025-10-08 23:31:28.726330 | fa163e1d-9a4d-46c5-aea8-0000000043a2 | WAITING | Check Keystone user status | undercloud | 30 retries left 2025-10-08 23:31:33.950077 | fa163e1d-9a4d-46c5-aea8-0000000043a2 | CHANGED | Check Keystone user status | undercloud 2025-10-08 23:31:33.950774 | fa163e1d-9a4d-46c5-aea8-0000000043a2 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:24:10.556848 | 6.24s 2025-10-08 23:31:34.234489 | fa163e1d-9a4d-46c5-aea8-0000000043a2 | CHANGED | Check Keystone user status | undercloud 2025-10-08 23:31:34.235525 | fa163e1d-9a4d-46c5-aea8-0000000043a2 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:24:10.841593 | 6.53s 2025-10-08 23:31:34.508451 | fa163e1d-9a4d-46c5-aea8-0000000043a2 | CHANGED | Check Keystone user status | undercloud 2025-10-08 23:31:34.509413 | fa163e1d-9a4d-46c5-aea8-0000000043a2 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:24:11.115480 | 6.80s 2025-10-08 23:31:34.797358 | fa163e1d-9a4d-46c5-aea8-0000000043a2 | CHANGED | Check Keystone user status | undercloud 2025-10-08 23:31:34.798000 | fa163e1d-9a4d-46c5-aea8-0000000043a2 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:24:11.404074 | 7.09s 2025-10-08 23:31:35.096368 | fa163e1d-9a4d-46c5-aea8-0000000043a2 | CHANGED | Check Keystone user status | undercloud 2025-10-08 23:31:35.097696 | fa163e1d-9a4d-46c5-aea8-0000000043a2 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:24:11.703763 | 7.39s 2025-10-08 23:31:35.330681 | fa163e1d-9a4d-46c5-aea8-0000000043a2 | CHANGED | Check Keystone user status | undercloud 2025-10-08 23:31:35.331840 | fa163e1d-9a4d-46c5-aea8-0000000043a2 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:24:11.937901 | 7.62s 2025-10-08 23:31:35.605173 | fa163e1d-9a4d-46c5-aea8-0000000043a2 | CHANGED | Check Keystone user status | undercloud 2025-10-08 23:31:35.605770 | fa163e1d-9a4d-46c5-aea8-0000000043a2 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:24:12.211843 | 7.90s 2025-10-08 23:31:35.619797 | fa163e1d-9a4d-46c5-aea8-0000000043a2 | CHANGED | Check Keystone user status | undercloud 2025-10-08 23:31:35.621770 | fa163e1d-9a4d-46c5-aea8-0000000043a2 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:24:12.227833 | 7.91s 2025-10-08 23:31:35.644815 | fa163e1d-9a4d-46c5-aea8-0000000043a7 | TASK | Check password of Keystone user 2025-10-08 23:31:36.623704 | fa163e1d-9a4d-46c5-aea8-0000000043a7 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-08 23:31:36.626283 | fa163e1d-9a4d-46c5-aea8-0000000043a7 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:24:13.232343 | 0.98s 2025-10-08 23:31:37.608474 | fa163e1d-9a4d-46c5-aea8-0000000043a7 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-08 23:31:37.609118 | fa163e1d-9a4d-46c5-aea8-0000000043a7 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:24:14.215191 | 1.96s 2025-10-08 23:31:38.591822 | fa163e1d-9a4d-46c5-aea8-0000000043a7 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-08 23:31:38.593562 | fa163e1d-9a4d-46c5-aea8-0000000043a7 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:24:15.199621 | 2.95s 2025-10-08 23:31:39.532448 | fa163e1d-9a4d-46c5-aea8-0000000043a7 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-08 23:31:39.533748 | fa163e1d-9a4d-46c5-aea8-0000000043a7 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:24:16.139821 | 3.89s 2025-10-08 23:31:40.509868 | fa163e1d-9a4d-46c5-aea8-0000000043a7 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-08 23:31:40.511451 | fa163e1d-9a4d-46c5-aea8-0000000043a7 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:24:17.117512 | 4.86s 2025-10-08 23:31:41.416243 | fa163e1d-9a4d-46c5-aea8-0000000043a7 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-08 23:31:41.417363 | fa163e1d-9a4d-46c5-aea8-0000000043a7 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:24:18.023424 | 5.77s 2025-10-08 23:31:41.426737 | fa163e1d-9a4d-46c5-aea8-0000000043a7 | IGNORED | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-08 23:31:41.427711 | fa163e1d-9a4d-46c5-aea8-0000000043a7 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:24:18.033778 | 5.78s 2025-10-08 23:31:41.447110 | fa163e1d-9a4d-46c5-aea8-0000000043a9 | TASK | Async creation of Keystone user 2025-10-08 23:31:41.797010 | fa163e1d-9a4d-46c5-aea8-0000000043a9 | CHANGED | Async creation of Keystone user | undercloud 2025-10-08 23:31:41.799040 | fa163e1d-9a4d-46c5-aea8-0000000043a9 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:24:18.405099 | 0.35s 2025-10-08 23:31:42.164258 | fa163e1d-9a4d-46c5-aea8-0000000043a9 | CHANGED | Async creation of Keystone user | undercloud 2025-10-08 23:31:42.164855 | fa163e1d-9a4d-46c5-aea8-0000000043a9 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:24:18.770930 | 0.72s 2025-10-08 23:31:42.562841 | fa163e1d-9a4d-46c5-aea8-0000000043a9 | CHANGED | Async creation of Keystone user | undercloud 2025-10-08 23:31:42.563512 | fa163e1d-9a4d-46c5-aea8-0000000043a9 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:24:19.169586 | 1.11s 2025-10-08 23:31:42.933395 | fa163e1d-9a4d-46c5-aea8-0000000043a9 | CHANGED | Async creation of Keystone user | undercloud 2025-10-08 23:31:42.934993 | fa163e1d-9a4d-46c5-aea8-0000000043a9 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:24:19.541067 | 1.49s 2025-10-08 23:31:43.213583 | fa163e1d-9a4d-46c5-aea8-0000000043a9 | CHANGED | Async creation of Keystone user | undercloud 2025-10-08 23:31:43.214118 | fa163e1d-9a4d-46c5-aea8-0000000043a9 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:24:19.820194 | 1.77s 2025-10-08 23:31:43.559279 | fa163e1d-9a4d-46c5-aea8-0000000043a9 | CHANGED | Async creation of Keystone user | undercloud 2025-10-08 23:31:43.560052 | fa163e1d-9a4d-46c5-aea8-0000000043a9 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:24:20.166125 | 2.11s 2025-10-08 23:31:43.571617 | fa163e1d-9a4d-46c5-aea8-0000000043a9 | CHANGED | Async creation of Keystone user | undercloud 2025-10-08 23:31:43.572818 | fa163e1d-9a4d-46c5-aea8-0000000043a9 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:24:20.178885 | 2.12s 2025-10-08 23:31:43.591350 | fa163e1d-9a4d-46c5-aea8-0000000043ab | TASK | Check Keystone user status 2025-10-08 23:31:43.894645 | fa163e1d-9a4d-46c5-aea8-0000000043ab | CHANGED | Check Keystone user status | undercloud 2025-10-08 23:31:43.895968 | fa163e1d-9a4d-46c5-aea8-0000000043ab | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:24:20.502039 | 0.30s 2025-10-08 23:31:44.147142 | fa163e1d-9a4d-46c5-aea8-0000000043ab | CHANGED | Check Keystone user status | undercloud 2025-10-08 23:31:44.148028 | fa163e1d-9a4d-46c5-aea8-0000000043ab | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:24:20.754104 | 0.56s 2025-10-08 23:31:44.397569 | fa163e1d-9a4d-46c5-aea8-0000000043ab | CHANGED | Check Keystone user status | undercloud 2025-10-08 23:31:44.398526 | fa163e1d-9a4d-46c5-aea8-0000000043ab | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:24:21.004592 | 0.81s 2025-10-08 23:31:44.657446 | fa163e1d-9a4d-46c5-aea8-0000000043ab | WAITING | Check Keystone user status | undercloud | 30 retries left 2025-10-08 23:31:49.933814 | fa163e1d-9a4d-46c5-aea8-0000000043ab | CHANGED | Check Keystone user status | undercloud 2025-10-08 23:31:49.935708 | fa163e1d-9a4d-46c5-aea8-0000000043ab | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:24:26.541767 | 6.34s 2025-10-08 23:31:50.192540 | fa163e1d-9a4d-46c5-aea8-0000000043ab | CHANGED | Check Keystone user status | undercloud 2025-10-08 23:31:50.193590 | fa163e1d-9a4d-46c5-aea8-0000000043ab | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:24:26.799656 | 6.60s 2025-10-08 23:31:50.470275 | fa163e1d-9a4d-46c5-aea8-0000000043ab | CHANGED | Check Keystone user status | undercloud 2025-10-08 23:31:50.472023 | fa163e1d-9a4d-46c5-aea8-0000000043ab | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:24:27.078089 | 6.88s 2025-10-08 23:31:50.481906 | fa163e1d-9a4d-46c5-aea8-0000000043ab | CHANGED | Check Keystone user status | undercloud 2025-10-08 23:31:50.482750 | fa163e1d-9a4d-46c5-aea8-0000000043ab | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:24:27.088821 | 6.89s 2025-10-08 23:31:50.499792 | fa163e1d-9a4d-46c5-aea8-0000000039b1 | TASK | Assign Keystone Users to Roles 2025-10-08 23:31:50.589266 | fa163e1d-9a4d-46c5-aea8-0000000039b1 | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:24:27.195308 | 0.09s 2025-10-08 23:31:50.618682 | fa163e1d-9a4d-46c5-aea8-0000000039b1 | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:24:27.224741 | 0.12s 2025-10-08 23:31:50.643280 | fa163e1d-9a4d-46c5-aea8-0000000039b1 | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:24:27.249332 | 0.14s 2025-10-08 23:31:50.656990 | fa163e1d-9a4d-46c5-aea8-0000000039b1 | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:24:27.263049 | 0.16s 2025-10-08 23:31:50.671614 | 0bd2a901-d5e3-4ce7-b143-d9cc9cec4e9b | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_roles.yml | undercloud 2025-10-08 23:31:50.678149 | af203c70-287b-4395-aa4e-3d20633f42b4 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_roles.yml | undercloud 2025-10-08 23:31:50.683778 | edf24fef-1dbb-4d63-8bb2-de47241775df | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_roles.yml | undercloud 2025-10-08 23:31:50.756220 | fa163e1d-9a4d-46c5-aea8-00000000459e | TASK | Async assignment of Keystone user per role 2025-10-08 23:31:50.861163 | fa163e1d-9a4d-46c5-aea8-00000000459e | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:24:27.467194 | 0.10s 2025-10-08 23:31:50.889487 | fa163e1d-9a4d-46c5-aea8-00000000459e | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:24:27.495545 | 0.13s 2025-10-08 23:31:50.900672 | fa163e1d-9a4d-46c5-aea8-00000000459e | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:24:27.506733 | 0.14s 2025-10-08 23:31:50.911852 | 398f0524-42c8-4777-ba54-d0f2dc7cdcee | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2025-10-08 23:31:50.918296 | 8a65c1fb-d176-4e21-8c95-ddaf078826e8 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2025-10-08 23:31:50.938073 | fa163e1d-9a4d-46c5-aea8-000000004767 | TASK | Async assignment of Keystone user to roles 2025-10-08 23:31:51.331734 | fa163e1d-9a4d-46c5-aea8-000000004767 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=aodh 2025-10-08 23:31:51.333119 | fa163e1d-9a4d-46c5-aea8-000000004767 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:27.939180 | 0.39s 2025-10-08 23:31:51.605342 | fa163e1d-9a4d-46c5-aea8-000000004767 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=ceilometer 2025-10-08 23:31:51.607064 | fa163e1d-9a4d-46c5-aea8-000000004767 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:28.213130 | 0.67s 2025-10-08 23:31:51.871925 | fa163e1d-9a4d-46c5-aea8-000000004767 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinder 2025-10-08 23:31:51.873131 | fa163e1d-9a4d-46c5-aea8-000000004767 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:28.479194 | 0.93s 2025-10-08 23:31:52.171749 | fa163e1d-9a4d-46c5-aea8-000000004767 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinderv3 2025-10-08 23:31:52.173091 | fa163e1d-9a4d-46c5-aea8-000000004767 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:28.779157 | 1.23s 2025-10-08 23:31:52.490754 | fa163e1d-9a4d-46c5-aea8-000000004767 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=glance 2025-10-08 23:31:52.492101 | fa163e1d-9a4d-46c5-aea8-000000004767 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:29.098161 | 1.55s 2025-10-08 23:31:52.782837 | fa163e1d-9a4d-46c5-aea8-000000004767 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=gnocchi 2025-10-08 23:31:52.783906 | fa163e1d-9a4d-46c5-aea8-000000004767 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:29.389971 | 1.84s 2025-10-08 23:31:53.117566 | fa163e1d-9a4d-46c5-aea8-000000004767 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=heat 2025-10-08 23:31:53.119029 | fa163e1d-9a4d-46c5-aea8-000000004767 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:29.725094 | 2.18s 2025-10-08 23:31:53.409043 | fa163e1d-9a4d-46c5-aea8-000000004767 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=heat_stack_domain_admin 2025-10-08 23:31:53.410373 | fa163e1d-9a4d-46c5-aea8-000000004767 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:30.016439 | 2.47s 2025-10-08 23:31:53.701354 | fa163e1d-9a4d-46c5-aea8-000000004767 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=heat-cfn 2025-10-08 23:31:53.702115 | fa163e1d-9a4d-46c5-aea8-000000004767 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:30.308190 | 2.76s 2025-10-08 23:31:54.020770 | fa163e1d-9a4d-46c5-aea8-000000004767 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=manila 2025-10-08 23:31:54.021344 | fa163e1d-9a4d-46c5-aea8-000000004767 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:30.627419 | 3.08s 2025-10-08 23:31:54.025458 | fa163e1d-9a4d-46c5-aea8-000000004767 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:30.631526 | 3.09s 2025-10-08 23:31:54.040487 | fa163e1d-9a4d-46c5-aea8-000000004769 | TASK | Check Keystone user assignment to roles status 2025-10-08 23:31:54.308619 | fa163e1d-9a4d-46c5-aea8-000000004769 | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2025-10-08 23:31:59.499808 | fa163e1d-9a4d-46c5-aea8-000000004769 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=aodh 2025-10-08 23:31:59.502079 | fa163e1d-9a4d-46c5-aea8-000000004769 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:36.108138 | 5.46s 2025-10-08 23:31:59.715823 | fa163e1d-9a4d-46c5-aea8-000000004769 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=ceilometer 2025-10-08 23:31:59.717616 | fa163e1d-9a4d-46c5-aea8-000000004769 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:36.323682 | 5.68s 2025-10-08 23:31:59.985783 | fa163e1d-9a4d-46c5-aea8-000000004769 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinder 2025-10-08 23:31:59.987769 | fa163e1d-9a4d-46c5-aea8-000000004769 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:36.593832 | 5.95s 2025-10-08 23:32:00.179800 | fa163e1d-9a4d-46c5-aea8-000000004769 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinderv3 2025-10-08 23:32:00.180901 | fa163e1d-9a4d-46c5-aea8-000000004769 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:36.786968 | 6.14s 2025-10-08 23:32:00.396327 | fa163e1d-9a4d-46c5-aea8-000000004769 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=glance 2025-10-08 23:32:00.397705 | fa163e1d-9a4d-46c5-aea8-000000004769 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:37.003772 | 6.36s 2025-10-08 23:32:00.645384 | fa163e1d-9a4d-46c5-aea8-000000004769 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=gnocchi 2025-10-08 23:32:00.647021 | fa163e1d-9a4d-46c5-aea8-000000004769 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:37.253088 | 6.61s 2025-10-08 23:32:00.864084 | fa163e1d-9a4d-46c5-aea8-000000004769 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=heat 2025-10-08 23:32:00.865924 | fa163e1d-9a4d-46c5-aea8-000000004769 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:37.471990 | 6.82s 2025-10-08 23:32:01.095735 | fa163e1d-9a4d-46c5-aea8-000000004769 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=heat_stack_domain_admin 2025-10-08 23:32:01.096842 | fa163e1d-9a4d-46c5-aea8-000000004769 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:37.702909 | 7.06s 2025-10-08 23:32:01.330833 | fa163e1d-9a4d-46c5-aea8-000000004769 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=heat-cfn 2025-10-08 23:32:01.331911 | fa163e1d-9a4d-46c5-aea8-000000004769 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:37.937977 | 7.29s 2025-10-08 23:32:01.511823 | fa163e1d-9a4d-46c5-aea8-000000004769 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=manila 2025-10-08 23:32:01.513294 | fa163e1d-9a4d-46c5-aea8-000000004769 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:38.119360 | 7.47s 2025-10-08 23:32:01.524621 | fa163e1d-9a4d-46c5-aea8-000000004769 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:38.130692 | 7.48s 2025-10-08 23:32:01.544163 | fa163e1d-9a4d-46c5-aea8-00000000476e | TASK | Async assignment of Keystone user to roles 2025-10-08 23:32:01.835713 | fa163e1d-9a4d-46c5-aea8-00000000476e | CHANGED | Async assignment of Keystone user to roles | undercloud | item=manilav2 2025-10-08 23:32:01.837095 | fa163e1d-9a4d-46c5-aea8-00000000476e | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:38.443154 | 0.29s 2025-10-08 23:32:02.120561 | fa163e1d-9a4d-46c5-aea8-00000000476e | CHANGED | Async assignment of Keystone user to roles | undercloud | item=neutron 2025-10-08 23:32:02.121285 | fa163e1d-9a4d-46c5-aea8-00000000476e | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:38.727357 | 0.58s 2025-10-08 23:32:02.370828 | fa163e1d-9a4d-46c5-aea8-00000000476e | CHANGED | Async assignment of Keystone user to roles | undercloud | item=nova 2025-10-08 23:32:02.371594 | fa163e1d-9a4d-46c5-aea8-00000000476e | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:38.977666 | 0.83s 2025-10-08 23:32:02.624685 | fa163e1d-9a4d-46c5-aea8-00000000476e | CHANGED | Async assignment of Keystone user to roles | undercloud | item=octavia 2025-10-08 23:32:02.625288 | fa163e1d-9a4d-46c5-aea8-00000000476e | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:39.231364 | 1.08s 2025-10-08 23:32:02.928409 | fa163e1d-9a4d-46c5-aea8-00000000476e | CHANGED | Async assignment of Keystone user to roles | undercloud | item=placement 2025-10-08 23:32:02.929749 | fa163e1d-9a4d-46c5-aea8-00000000476e | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:39.535824 | 1.38s 2025-10-08 23:32:03.218309 | fa163e1d-9a4d-46c5-aea8-00000000476e | CHANGED | Async assignment of Keystone user to roles | undercloud | item=swift 2025-10-08 23:32:03.218857 | fa163e1d-9a4d-46c5-aea8-00000000476e | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:39.824932 | 1.67s 2025-10-08 23:32:03.226141 | fa163e1d-9a4d-46c5-aea8-00000000476e | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:39.832207 | 1.68s 2025-10-08 23:32:03.241490 | fa163e1d-9a4d-46c5-aea8-000000004770 | TASK | Check Keystone user assignment to roles status 2025-10-08 23:32:03.487754 | fa163e1d-9a4d-46c5-aea8-000000004770 | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2025-10-08 23:32:08.721536 | fa163e1d-9a4d-46c5-aea8-000000004770 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=manilav2 2025-10-08 23:32:08.722928 | fa163e1d-9a4d-46c5-aea8-000000004770 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:45.328984 | 5.48s 2025-10-08 23:32:08.952508 | fa163e1d-9a4d-46c5-aea8-000000004770 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=neutron 2025-10-08 23:32:08.954973 | fa163e1d-9a4d-46c5-aea8-000000004770 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:45.561038 | 5.71s 2025-10-08 23:32:09.173633 | fa163e1d-9a4d-46c5-aea8-000000004770 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=nova 2025-10-08 23:32:09.175733 | fa163e1d-9a4d-46c5-aea8-000000004770 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:45.781799 | 5.93s 2025-10-08 23:32:09.372972 | fa163e1d-9a4d-46c5-aea8-000000004770 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=octavia 2025-10-08 23:32:09.374911 | fa163e1d-9a4d-46c5-aea8-000000004770 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:45.980977 | 6.13s 2025-10-08 23:32:09.568934 | fa163e1d-9a4d-46c5-aea8-000000004770 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=placement 2025-10-08 23:32:09.571051 | fa163e1d-9a4d-46c5-aea8-000000004770 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:46.177117 | 6.33s 2025-10-08 23:32:09.820369 | fa163e1d-9a4d-46c5-aea8-000000004770 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=swift 2025-10-08 23:32:09.822353 | fa163e1d-9a4d-46c5-aea8-000000004770 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:46.428418 | 6.58s 2025-10-08 23:32:09.834150 | fa163e1d-9a4d-46c5-aea8-000000004770 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:46.440209 | 6.59s 2025-10-08 23:32:09.856146 | fa163e1d-9a4d-46c5-aea8-0000000045a3 | TASK | Async assignment of Keystone user per role 2025-10-08 23:32:09.956939 | fa163e1d-9a4d-46c5-aea8-0000000045a3 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:24:46.562991 | 0.10s 2025-10-08 23:32:09.962406 | fa163e1d-9a4d-46c5-aea8-0000000045a3 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:24:46.568467 | 0.10s 2025-10-08 23:32:09.976312 | 48820393-b80b-421d-a76a-5a48b90cfc0e | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2025-10-08 23:32:10.002011 | fa163e1d-9a4d-46c5-aea8-0000000047d4 | TASK | Async assignment of Keystone user to roles 2025-10-08 23:32:10.338376 | fa163e1d-9a4d-46c5-aea8-0000000047d4 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=ceilometer 2025-10-08 23:32:10.339219 | fa163e1d-9a4d-46c5-aea8-0000000047d4 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:46.945269 | 0.34s 2025-10-08 23:32:10.344733 | fa163e1d-9a4d-46c5-aea8-0000000047d4 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:46.950788 | 0.34s 2025-10-08 23:32:10.364574 | fa163e1d-9a4d-46c5-aea8-0000000047d6 | TASK | Check Keystone user assignment to roles status 2025-10-08 23:32:10.592403 | fa163e1d-9a4d-46c5-aea8-0000000047d6 | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2025-10-08 23:32:15.799900 | fa163e1d-9a4d-46c5-aea8-0000000047d6 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=ceilometer 2025-10-08 23:32:15.802339 | fa163e1d-9a4d-46c5-aea8-0000000047d6 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:52.408394 | 5.44s 2025-10-08 23:32:15.811791 | fa163e1d-9a4d-46c5-aea8-0000000047d6 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:52.417853 | 5.45s 2025-10-08 23:32:15.828924 | fa163e1d-9a4d-46c5-aea8-0000000045a8 | TASK | Async assignment of Keystone user per role 2025-10-08 23:32:15.923907 | fa163e1d-9a4d-46c5-aea8-0000000045a8 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:24:52.529955 | 0.09s 2025-10-08 23:32:15.936051 | fa163e1d-9a4d-46c5-aea8-0000000045a8 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:24:52.542114 | 0.11s 2025-10-08 23:32:15.945848 | c474aacb-74da-48df-a9c7-f88a245013a5 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2025-10-08 23:32:15.965758 | fa163e1d-9a4d-46c5-aea8-0000000047f8 | TASK | Async assignment of Keystone user to roles 2025-10-08 23:32:16.248054 | fa163e1d-9a4d-46c5-aea8-0000000047f8 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinder 2025-10-08 23:32:16.249304 | fa163e1d-9a4d-46c5-aea8-0000000047f8 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:52.855261 | 0.28s 2025-10-08 23:32:16.553050 | fa163e1d-9a4d-46c5-aea8-0000000047f8 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinderv3 2025-10-08 23:32:16.554566 | fa163e1d-9a4d-46c5-aea8-0000000047f8 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:53.160636 | 0.59s 2025-10-08 23:32:16.893929 | fa163e1d-9a4d-46c5-aea8-0000000047f8 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=nova 2025-10-08 23:32:16.894574 | fa163e1d-9a4d-46c5-aea8-0000000047f8 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:53.500648 | 0.93s 2025-10-08 23:32:16.899584 | fa163e1d-9a4d-46c5-aea8-0000000047f8 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:53.505653 | 0.93s 2025-10-08 23:32:16.914327 | fa163e1d-9a4d-46c5-aea8-0000000047fa | TASK | Check Keystone user assignment to roles status 2025-10-08 23:32:17.190118 | fa163e1d-9a4d-46c5-aea8-0000000047fa | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2025-10-08 23:32:22.414502 | fa163e1d-9a4d-46c5-aea8-0000000047fa | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinder 2025-10-08 23:32:22.416836 | fa163e1d-9a4d-46c5-aea8-0000000047fa | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:59.022898 | 5.50s 2025-10-08 23:32:22.666755 | fa163e1d-9a4d-46c5-aea8-0000000047fa | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinderv3 2025-10-08 23:32:22.668538 | fa163e1d-9a4d-46c5-aea8-0000000047fa | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:59.274608 | 5.75s 2025-10-08 23:32:22.889331 | fa163e1d-9a4d-46c5-aea8-0000000047fa | CHANGED | Check Keystone user assignment to roles status | undercloud | item=nova 2025-10-08 23:32:22.890223 | fa163e1d-9a4d-46c5-aea8-0000000047fa | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:59.496267 | 5.98s 2025-10-08 23:32:22.895218 | fa163e1d-9a4d-46c5-aea8-0000000047fa | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:59.501261 | 5.98s 2025-10-08 23:32:22.926044 | fa163e1d-9a4d-46c5-aea8-000000003977 | TASK | is Keystone LDAP enabled 2025-10-08 23:32:22.987286 | fa163e1d-9a4d-46c5-aea8-000000003977 | OK | is Keystone LDAP enabled | undercloud 2025-10-08 23:32:22.988396 | fa163e1d-9a4d-46c5-aea8-000000003977 | TIMING | is Keystone LDAP enabled | undercloud | 0:24:59.594465 | 0.06s 2025-10-08 23:32:23.003670 | fa163e1d-9a4d-46c5-aea8-000000003978 | TASK | Set fact for tripleo_keystone_ldap_domains 2025-10-08 23:32:23.056096 | fa163e1d-9a4d-46c5-aea8-000000003978 | SKIPPED | Set fact for tripleo_keystone_ldap_domains | undercloud 2025-10-08 23:32:23.057229 | fa163e1d-9a4d-46c5-aea8-000000003978 | TIMING | Set fact for tripleo_keystone_ldap_domains | undercloud | 0:24:59.663298 | 0.05s 2025-10-08 23:32:23.073275 | fa163e1d-9a4d-46c5-aea8-000000003979 | TASK | Manage Keystone domains from LDAP config 2025-10-08 23:32:23.139396 | fa163e1d-9a4d-46c5-aea8-000000003979 | SKIPPED | Manage Keystone domains from LDAP config | undercloud 2025-10-08 23:32:23.140407 | fa163e1d-9a4d-46c5-aea8-000000003979 | TIMING | Manage Keystone domains from LDAP config | undercloud | 0:24:59.746477 | 0.07s PLAY [Deploy step tasks for 4] ************************************************* 2025-10-08 23:32:23.259750 | fa163e1d-9a4d-46c5-aea8-0000000000e2 | TASK | Deploy step tasks for 4 2025-10-08 23:32:23.289174 | fa163e1d-9a4d-46c5-aea8-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', 'fa163e1d-9a4d-46c5-aea8-0000000000e2') missing from stats 2025-10-08 23:32:23.313271 | fa163e1d-9a4d-46c5-aea8-0000000000e3 | TASK | Write the config_step hieradata for the deploy step 4 tasks 2025-10-08 23:32:23.766304 | fa163e1d-9a4d-46c5-aea8-0000000000e3 | CHANGED | Write the config_step hieradata for the deploy step 4 tasks | standalone 2025-10-08 23:32:23.767697 | fa163e1d-9a4d-46c5-aea8-0000000000e3 | TIMING | Write the config_step hieradata for the deploy step 4 tasks | standalone | 0:25:00.373762 | 0.45s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-10-08 23:32:23.827869 | fa163e1d-9a4d-46c5-aea8-0000000000e4 | TIMING | include_tasks | standalone | 0:25:00.433923 | 0.03s 2025-10-08 23:32:23.872911 | 8fcfbeb5-f9ec-4f48-b364-0eb03c8d1ff5 | INCLUDED | /root/standalone-ansible-93sz9flw/Standalone/deploy_steps_tasks_step4.yaml | standalone 2025-10-08 23:32:23.901036 | fa163e1d-9a4d-46c5-aea8-00000000483c | TASK | Create virtqemud recovery script 2025-10-08 23:32:24.390635 | fa163e1d-9a4d-46c5-aea8-00000000483c | CHANGED | Create virtqemud recovery script | standalone 2025-10-08 23:32:24.391968 | fa163e1d-9a4d-46c5-aea8-00000000483c | TIMING | Create virtqemud recovery script | standalone | 0:25:00.998030 | 0.49s 2025-10-08 23:32:24.420387 | fa163e1d-9a4d-46c5-aea8-00000000483d | TASK | Create virtqemud recovery trigger service 2025-10-08 23:32:24.881136 | fa163e1d-9a4d-46c5-aea8-00000000483d | CHANGED | Create virtqemud recovery trigger service | standalone 2025-10-08 23:32:24.882634 | fa163e1d-9a4d-46c5-aea8-00000000483d | TIMING | Create virtqemud recovery trigger service | standalone | 0:25:01.488695 | 0.46s 2025-10-08 23:32:24.910413 | fa163e1d-9a4d-46c5-aea8-00000000483e | TASK | Create virtqemud recovery trigger timer 2025-10-08 23:32:25.421166 | fa163e1d-9a4d-46c5-aea8-00000000483e | CHANGED | Create virtqemud recovery trigger timer | standalone 2025-10-08 23:32:25.422701 | fa163e1d-9a4d-46c5-aea8-00000000483e | TIMING | Create virtqemud recovery trigger timer | standalone | 0:25:02.028764 | 0.51s 2025-10-08 23:32:25.450150 | fa163e1d-9a4d-46c5-aea8-00000000483f | TASK | Enable virtqemud recovery trigger service 2025-10-08 23:32:26.481868 | fa163e1d-9a4d-46c5-aea8-00000000483f | CHANGED | Enable virtqemud recovery trigger service | standalone 2025-10-08 23:32:26.484012 | fa163e1d-9a4d-46c5-aea8-00000000483f | TIMING | Enable virtqemud recovery trigger service | standalone | 0:25:03.090074 | 1.03s 2025-10-08 23:32:26.522117 | fa163e1d-9a4d-46c5-aea8-000000004840 | TASK | Enable virtqemud recovery trigger timer 2025-10-08 23:32:27.560454 | fa163e1d-9a4d-46c5-aea8-000000004840 | CHANGED | Enable virtqemud recovery trigger timer | standalone 2025-10-08 23:32:27.561715 | fa163e1d-9a4d-46c5-aea8-000000004840 | TIMING | Enable virtqemud recovery trigger timer | standalone | 0:25:04.167786 | 1.04s 2025-10-08 23:32:27.583042 | fa163e1d-9a4d-46c5-aea8-000000004841 | TASK | Really enable virtqemud recovery trigger timer 2025-10-08 23:32:28.193069 | fa163e1d-9a4d-46c5-aea8-000000004841 | CHANGED | Really enable virtqemud recovery trigger timer | standalone 2025-10-08 23:32:28.194412 | fa163e1d-9a4d-46c5-aea8-000000004841 | TIMING | Really enable virtqemud recovery trigger timer | standalone | 0:25:04.800475 | 0.61s 2025-10-08 23:32:28.222595 | fa163e1d-9a4d-46c5-aea8-000000004843 | TASK | Create systemd file 2025-10-08 23:32:28.683357 | fa163e1d-9a4d-46c5-aea8-000000004843 | CHANGED | Create systemd file | standalone 2025-10-08 23:32:28.684673 | fa163e1d-9a4d-46c5-aea8-000000004843 | TIMING | Create systemd file | standalone | 0:25:05.290736 | 0.46s 2025-10-08 23:32:28.712802 | fa163e1d-9a4d-46c5-aea8-000000004844 | TASK | Reload systemd 2025-10-08 23:32:29.499364 | fa163e1d-9a4d-46c5-aea8-000000004844 | CHANGED | Reload systemd | standalone 2025-10-08 23:32:29.501055 | fa163e1d-9a4d-46c5-aea8-000000004844 | TIMING | Reload systemd | standalone | 0:25:06.107120 | 0.79s 2025-10-08 23:32:29.529523 | fa163e1d-9a4d-46c5-aea8-000000004847 | TASK | Start OVN container 2025-10-08 23:32:29.581713 | fa163e1d-9a4d-46c5-aea8-000000004847 | SKIPPED | Start OVN container | standalone | item=ovn_cluster_north_db_server 2025-10-08 23:32:29.601660 | fa163e1d-9a4d-46c5-aea8-000000004847 | SKIPPED | Start OVN container | standalone | item=ovn_cluster_south_db_server 2025-10-08 23:32:29.613417 | fa163e1d-9a4d-46c5-aea8-000000004847 | SKIPPED | Start OVN container | standalone | item=ovn_cluster_northd 2025-10-08 23:32:29.631290 | fa163e1d-9a4d-46c5-aea8-000000004847 | TIMING | Start OVN container | standalone | 0:25:06.237121 | 0.10s 2025-10-08 23:32:29.659722 | fa163e1d-9a4d-46c5-aea8-000000004849 | TASK | Set NB connection 2025-10-08 23:32:29.710264 | fa163e1d-9a4d-46c5-aea8-000000004849 | SKIPPED | Set NB connection | standalone 2025-10-08 23:32:29.711613 | fa163e1d-9a4d-46c5-aea8-000000004849 | TIMING | Set NB connection | standalone | 0:25:06.317651 | 0.05s 2025-10-08 23:32:29.740060 | fa163e1d-9a4d-46c5-aea8-00000000484a | TASK | Set SB connection 2025-10-08 23:32:29.790125 | fa163e1d-9a4d-46c5-aea8-00000000484a | SKIPPED | Set SB connection | standalone 2025-10-08 23:32:29.791367 | fa163e1d-9a4d-46c5-aea8-00000000484a | TIMING | Set SB connection | standalone | 0:25:06.397431 | 0.05s 2025-10-08 23:32:29.819489 | fa163e1d-9a4d-46c5-aea8-0000000000e6 | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_4 already exists 2025-10-08 23:32:30.072058 | fa163e1d-9a4d-46c5-aea8-0000000000e6 | OK | Check if /var/lib/tripleo-config/container-startup-config/step_4 already exists | standalone 2025-10-08 23:32:30.073485 | fa163e1d-9a4d-46c5-aea8-0000000000e6 | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_4 already exists | standalone | 0:25:06.679548 | 0.25s 2025-10-08 23:32:30.187747 | fa163e1d-9a4d-46c5-aea8-0000000000e7 | TIMING | include_tasks | standalone | 0:25:06.793797 | 0.08s 2025-10-08 23:32:30.226296 | 36f1a380-e56b-4d6e-8d9c-6e1bb969ea02 | INCLUDED | /root/standalone-ansible-93sz9flw/common_deploy_steps_tasks.yaml | standalone 2025-10-08 23:32:30.253666 | fa163e1d-9a4d-46c5-aea8-000000004879 | TASK | Write the config_step hieradata 2025-10-08 23:32:30.739415 | fa163e1d-9a4d-46c5-aea8-000000004879 | OK | Write the config_step hieradata | standalone 2025-10-08 23:32:30.740405 | fa163e1d-9a4d-46c5-aea8-000000004879 | TIMING | Write the config_step hieradata | standalone | 0:25:07.346473 | 0.49s 2025-10-08 23:32:30.763545 | fa163e1d-9a4d-46c5-aea8-00000000487a | TASK | Run puppet host configuration for step 4 2025-10-08 23:32:31.064834 | fa163e1d-9a4d-46c5-aea8-00000000487a | CHANGED | Run puppet host configuration for step 4 | standalone 2025-10-08 23:32:31.066415 | fa163e1d-9a4d-46c5-aea8-00000000487a | TIMING | Run puppet host configuration for step 4 | standalone | 0:25:07.672477 | 0.30s 2025-10-08 23:32:31.094612 | fa163e1d-9a4d-46c5-aea8-00000000487b | TASK | Wait for puppet host configuration to finish 2025-10-08 23:32:31.311886 | fa163e1d-9a4d-46c5-aea8-00000000487b | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-10-08 23:32:41.528796 | fa163e1d-9a4d-46c5-aea8-00000000487b | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-10-08 23:32:51.743676 | fa163e1d-9a4d-46c5-aea8-00000000487b | WAITING | Wait for puppet host configuration to finish | standalone | 358 retries left 2025-10-08 23:33:01.933239 | fa163e1d-9a4d-46c5-aea8-00000000487b | CHANGED | Wait for puppet host configuration to finish | standalone 2025-10-08 23:33:01.934597 | fa163e1d-9a4d-46c5-aea8-00000000487b | TIMING | Wait for puppet host configuration to finish | standalone | 0:25:38.540662 | 30.84s 2025-10-08 23:33:01.964013 | fa163e1d-9a4d-46c5-aea8-00000000487c | TASK | Debug output for task: Run puppet host configuration for step 4 2025-10-08 23:33:02.024112 | fa163e1d-9a4d-46c5-aea8-00000000487c | CHANGED | Debug output for task: Run puppet host configuration for step 4 | standalone | result={ "changed": true, "failed_when_result": false, "puppet_host_outputs.stdout_lines | default([]) | union(puppet_host_outputs.stderr_lines | default([]))": [ "<13>Oct 8 23:32:31 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Oct 8 23:32:37 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Oct 8 23:32:37 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Oct 8 23:32:37 puppet-user: (file & line not available)", "<13>Oct 8 23:32:37 puppet-user: Warning: The function 'hiera' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/7.10/deprecated_language.html", "<13>Oct 8 23:32:37 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Oct 8 23:32:38 puppet-user: Warning: This method is deprecated, please use match expressions with Stdlib::Compat::String instead. They are described at https://docs.puppet.com/puppet/latest/reference/lang_data_type.html#match-expressions. at [\"/etc/puppet/modules/snmp/manifests/params.pp\", 310]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 7]", "<13>Oct 8 23:32:38 puppet-user: (location: /etc/puppet/modules/stdlib/lib/puppet/functions/deprecation.rb:34:in `deprecation')", "<13>Oct 8 23:32:38 puppet-user: Warning: This method is deprecated, please use the stdlib validate_legacy function,", "<13>Oct 8 23:32:38 puppet-user: with Stdlib::Compat::Bool. There is further documentation for validate_legacy function in the README. at [\"/etc/puppet/modules/snmp/manifests/init.pp\", 358]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 7]", "<13>Oct 8 23:32:38 puppet-user: with Stdlib::Compat::Array. There is further documentation for validate_legacy function in the README. at [\"/etc/puppet/modules/snmp/manifests/init.pp\", 367]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 7]", "<13>Oct 8 23:32:38 puppet-user: with Stdlib::Compat::String. There is further documentation for validate_legacy function in the README. at [\"/etc/puppet/modules/snmp/manifests/init.pp\", 382]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 7]", "<13>Oct 8 23:32:38 puppet-user: with Stdlib::Compat::Numeric. There is further documentation for validate_legacy function in the README. at [\"/etc/puppet/modules/snmp/manifests/init.pp\", 388]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 7]", "<13>Oct 8 23:32:38 puppet-user: with Pattern[]. There is further documentation for validate_legacy function in the README. at [\"/etc/puppet/modules/snmp/manifests/init.pp\", 393]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 7]", "<13>Oct 8 23:32:38 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Oct 8 23:32:38 puppet-user: Notice: Compiled catalog for standalone.ooo.test in environment production in 0.52 seconds", "<13>Oct 8 23:32:42 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Oct 8 23:32:44 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Oct 8 23:32:50 puppet-user: Notice: /Stage[main]/Snmp/Package[snmpd]/ensure: created", "<13>Oct 8 23:32:50 puppet-user: Notice: /Stage[main]/Snmp/File[snmpd.conf]/content: content changed '{sha256}2b743f970e80e2150759bfc66f2d8d0fbd8b31624f79e2991248d1a5ac57494e' to '{sha256}a955c4ed58d4633a7f020c3bc8b83773f77f454afd34ccf57320fcca2ef7d984'", "<13>Oct 8 23:32:50 puppet-user: Notice: /Stage[main]/Snmp/File[snmpd.sysconfig]/content: content changed '{sha256}b63afb2dee7419b6834471f88581d981c8ae5c8b27b9d329ba67a02f3ddd8221' to '{sha256}3917ee8bbc680ad50d77186ad4a1d2705c2025c32fc32f823abbda7f2328dfbd'", "<13>Oct 8 23:32:50 puppet-user: Notice: /Stage[main]/Snmp/File[snmptrapd.conf]/content: content changed '{sha256}2e1ca894d609ef337b6243909bf5623c87fd5df98ecbd00c7d4c12cf12f03c4e' to '{sha256}3ecf18da1ba84ea3932607f2b903ee6a038b6f9ac4e1e371e48f3ef61c5052ea'", "<13>Oct 8 23:32:50 puppet-user: Notice: /Stage[main]/Snmp/File[snmptrapd.sysconfig]/content: content changed '{sha256}86ee5797ad10cb1ea0f631e9dfa6ae278ecf4f4d16f4c80f831cdde45601b23c' to '{sha256}2244553364afcca151958f8e2003e4c182f5e2ecfbe55405cec73fd818581e97'", "<13>Oct 8 23:32:50 puppet-user: Notice: /Stage[main]/Snmp/Service[snmptrapd]: Triggered 'refresh' from 2 events", "<13>Oct 8 23:32:51 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Oct 8 23:32:56 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Snmp/Snmp::Snmpv3_user[ro_snmp_user]/Exec[create-snmpv3-user-ro_snmp_user]/returns: executed successfully", "<13>Oct 8 23:32:58 puppet-user: Notice: /Stage[main]/Snmp/Service[snmpd]/ensure: ensure changed 'stopped' to 'running'", "<13>Oct 8 23:32:58 puppet-user: Notice: Applied catalog in 19.85 seconds", "<13>Oct 8 23:32:58 puppet-user: Application:", "<13>Oct 8 23:32:58 puppet-user: Initial environment: production", "<13>Oct 8 23:32:58 puppet-user: Converged environment: production", "<13>Oct 8 23:32:58 puppet-user: Run mode: user", "<13>Oct 8 23:32:58 puppet-user: Changes:", "<13>Oct 8 23:32:58 puppet-user: Total: 10", "<13>Oct 8 23:32:58 puppet-user: Events:", "<13>Oct 8 23:32:58 puppet-user: Success: 10", "<13>Oct 8 23:32:58 puppet-user: Resources:", "<13>Oct 8 23:32:58 puppet-user: Restarted: 1", "<13>Oct 8 23:32:58 puppet-user: Changed: 10", "<13>Oct 8 23:32:58 puppet-user: Out of sync: 10", "<13>Oct 8 23:32:58 puppet-user: Total: 37", "<13>Oct 8 23:32:58 puppet-user: Time:", "<13>Oct 8 23:32:58 puppet-user: Schedule: 0.00", "<13>Oct 8 23:32:58 puppet-user: Augeas: 0.01", "<13>Oct 8 23:32:58 puppet-user: User: 0.01", "<13>Oct 8 23:32:58 puppet-user: File line: 0.01", "<13>Oct 8 23:32:58 puppet-user: File: 0.09", "<13>Oct 8 23:32:58 puppet-user: Config retrieval: 0.64", "<13>Oct 8 23:32:58 puppet-user: Service: 1.37", "<13>Oct 8 23:32:58 puppet-user: Pcmk property: 1.45", "<13>Oct 8 23:32:58 puppet-user: Last run: 1759966378", "<13>Oct 8 23:32:58 puppet-user: Transaction evaluation: 19.84", "<13>Oct 8 23:32:58 puppet-user: Catalog application: 19.85", "<13>Oct 8 23:32:58 puppet-user: Pcmk resource default: 2.02", "<13>Oct 8 23:32:58 puppet-user: Pcmk resource op default: 2.16", "<13>Oct 8 23:32:58 puppet-user: Filebucket: 0.00", "<13>Oct 8 23:32:58 puppet-user: Package: 5.53", "<13>Oct 8 23:32:58 puppet-user: Exec: 6.95", "<13>Oct 8 23:32:58 puppet-user: Total: 19.86", "<13>Oct 8 23:32:58 puppet-user: Version:", "<13>Oct 8 23:32:58 puppet-user: Config: 1759966357", "<13>Oct 8 23:32:58 puppet-user: Puppet: 7.10.0" ] } 2025-10-08 23:33:02.025488 | fa163e1d-9a4d-46c5-aea8-00000000487c | TIMING | Debug output for task: Run puppet host configuration for step 4 | standalone | 0:25:38.631553 | 0.06s 2025-10-08 23:33:02.053575 | fa163e1d-9a4d-46c5-aea8-00000000487d | TASK | Pre-cache facts for puppet containers 2025-10-08 23:33:02.081603 | fa163e1d-9a4d-46c5-aea8-00000000487d | TIMING | Pre-cache facts for puppet containers | standalone | 0:25:38.687664 | 0.03s 2025-10-08 23:33:02.148492 | fa163e1d-9a4d-46c5-aea8-0000000048be | TASK | Gather variables for each operating system 2025-10-08 23:33:02.269611 | fa163e1d-9a4d-46c5-aea8-0000000048be | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:25:38.875669 | 0.12s 2025-10-08 23:33:02.298361 | fa163e1d-9a4d-46c5-aea8-0000000048bf | TASK | Create puppet caching structures 2025-10-08 23:33:02.543236 | fa163e1d-9a4d-46c5-aea8-0000000048bf | CHANGED | Create puppet caching structures | standalone 2025-10-08 23:33:02.544514 | fa163e1d-9a4d-46c5-aea8-0000000048bf | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:25:39.150578 | 0.24s 2025-10-08 23:33:02.574026 | fa163e1d-9a4d-46c5-aea8-0000000048c0 | TASK | Check for facter.conf 2025-10-08 23:33:02.808821 | fa163e1d-9a4d-46c5-aea8-0000000048c0 | OK | Check for facter.conf | standalone 2025-10-08 23:33:02.810060 | fa163e1d-9a4d-46c5-aea8-0000000048c0 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:25:39.416125 | 0.23s 2025-10-08 23:33:02.838428 | fa163e1d-9a4d-46c5-aea8-0000000048c1 | TASK | Remove facter.conf if directory 2025-10-08 23:33:02.887845 | fa163e1d-9a4d-46c5-aea8-0000000048c1 | SKIPPED | Remove facter.conf if directory | standalone 2025-10-08 23:33:02.888927 | fa163e1d-9a4d-46c5-aea8-0000000048c1 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:25:39.494992 | 0.05s 2025-10-08 23:33:02.916778 | fa163e1d-9a4d-46c5-aea8-0000000048c2 | TASK | Write facter cache config 2025-10-08 23:33:03.359834 | fa163e1d-9a4d-46c5-aea8-0000000048c2 | CHANGED | Write facter cache config | standalone 2025-10-08 23:33:03.361152 | fa163e1d-9a4d-46c5-aea8-0000000048c2 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:25:39.967216 | 0.44s 2025-10-08 23:33:03.389567 | fa163e1d-9a4d-46c5-aea8-0000000048c3 | TASK | Cleanup facter cache if exists 2025-10-08 23:33:03.630763 | fa163e1d-9a4d-46c5-aea8-0000000048c3 | CHANGED | Cleanup facter cache if exists | standalone 2025-10-08 23:33:03.632065 | fa163e1d-9a4d-46c5-aea8-0000000048c3 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:25:40.238129 | 0.24s 2025-10-08 23:33:03.660025 | fa163e1d-9a4d-46c5-aea8-0000000048c4 | TASK | Pre-cache facts 2025-10-08 23:33:04.273060 | fa163e1d-9a4d-46c5-aea8-0000000048c4 | CHANGED | Pre-cache facts | standalone 2025-10-08 23:33:04.274260 | fa163e1d-9a4d-46c5-aea8-0000000048c4 | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:25:40.880324 | 0.61s 2025-10-08 23:33:04.306547 | fa163e1d-9a4d-46c5-aea8-0000000048c5 | TASK | Failed deployment if facter fails 2025-10-08 23:33:04.340493 | fa163e1d-9a4d-46c5-aea8-0000000048c5 | SKIPPED | Failed deployment if facter fails | standalone 2025-10-08 23:33:04.341663 | fa163e1d-9a4d-46c5-aea8-0000000048c5 | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:25:40.947728 | 0.03s 2025-10-08 23:33:04.385543 | fa163e1d-9a4d-46c5-aea8-0000000048c6 | TASK | Sync cached facts 2025-10-08 23:33:04.707594 | fa163e1d-9a4d-46c5-aea8-0000000048c6 | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163e1d-9a4d-46c5-aea8-0000000048c6') missing from stats 2025-10-08 23:33:04.751346 | fa163e1d-9a4d-46c5-aea8-00000000487e | TASK | Include container-puppet tasks (generate config) during step 1 2025-10-08 23:33:04.785524 | fa163e1d-9a4d-46c5-aea8-00000000487e | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2025-10-08 23:33:04.786731 | fa163e1d-9a4d-46c5-aea8-00000000487e | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:25:41.392793 | 0.03s 2025-10-08 23:33:04.819347 | fa163e1d-9a4d-46c5-aea8-000000004880 | TASK | Manage containers for step 4 with tripleo-ansible 2025-10-08 23:33:04.836467 | fa163e1d-9a4d-46c5-aea8-000000004880 | TIMING | Manage containers for step 4 with tripleo-ansible | standalone | 0:25:41.442533 | 0.02s 2025-10-08 23:33:04.877604 | fa163e1d-9a4d-46c5-aea8-00000000491d | TASK | Gather variables for each operating system 2025-10-08 23:33:04.997475 | fa163e1d-9a4d-46c5-aea8-00000000491d | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:25:41.603530 | 0.12s 2025-10-08 23:33:05.026496 | fa163e1d-9a4d-46c5-aea8-00000000491e | TASK | Create container logs path 2025-10-08 23:33:05.282171 | fa163e1d-9a4d-46c5-aea8-00000000491e | OK | Create container logs path | standalone 2025-10-08 23:33:05.283916 | fa163e1d-9a4d-46c5-aea8-00000000491e | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:25:41.889979 | 0.26s 2025-10-08 23:33:05.316662 | fa163e1d-9a4d-46c5-aea8-000000004920 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_4 2025-10-08 23:33:05.582294 | fa163e1d-9a4d-46c5-aea8-000000004920 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_4 | standalone 2025-10-08 23:33:05.583491 | fa163e1d-9a4d-46c5-aea8-000000004920 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:25:42.189556 | 0.26s 2025-10-08 23:33:05.614733 | fa163e1d-9a4d-46c5-aea8-000000004921 | TASK | Finalise hashes for all containers 2025-10-08 23:33:05.718541 | fa163e1d-9a4d-46c5-aea8-000000004921 | OK | Finalise hashes for all containers | standalone 2025-10-08 23:33:05.719666 | fa163e1d-9a4d-46c5-aea8-000000004921 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:25:42.325731 | 0.10s 2025-10-08 23:33:05.748146 | fa163e1d-9a4d-46c5-aea8-000000004923 | TASK | Manage systemd shutdown files 2025-10-08 23:33:05.782758 | fa163e1d-9a4d-46c5-aea8-000000004923 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:25:42.388808 | 0.03s 2025-10-08 23:33:05.818379 | d0e9d997-7c93-46cd-80ca-a30be6258117 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-10-08 23:33:05.848901 | fa163e1d-9a4d-46c5-aea8-000000004956 | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-10-08 23:33:06.125227 | fa163e1d-9a4d-46c5-aea8-000000004956 | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-10-08 23:33:06.126951 | fa163e1d-9a4d-46c5-aea8-000000004956 | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:25:42.733011 | 0.28s 2025-10-08 23:33:06.158801 | fa163e1d-9a4d-46c5-aea8-000000004957 | TASK | Set podman_drop_in fact 2025-10-08 23:33:06.222056 | fa163e1d-9a4d-46c5-aea8-000000004957 | OK | Set podman_drop_in fact | standalone 2025-10-08 23:33:06.223277 | fa163e1d-9a4d-46c5-aea8-000000004957 | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:25:42.829341 | 0.06s 2025-10-08 23:33:06.254122 | fa163e1d-9a4d-46c5-aea8-000000004959 | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-10-08 23:33:06.725382 | fa163e1d-9a4d-46c5-aea8-000000004959 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-10-08 23:33:06.727593 | fa163e1d-9a4d-46c5-aea8-000000004959 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:25:43.333644 | 0.47s 2025-10-08 23:33:07.216334 | fa163e1d-9a4d-46c5-aea8-000000004959 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-10-08 23:33:07.217240 | fa163e1d-9a4d-46c5-aea8-000000004959 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:25:43.823312 | 0.96s 2025-10-08 23:33:07.222875 | fa163e1d-9a4d-46c5-aea8-000000004959 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:25:43.828940 | 0.97s 2025-10-08 23:33:07.247159 | fa163e1d-9a4d-46c5-aea8-00000000495a | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-10-08 23:33:07.752312 | fa163e1d-9a4d-46c5-aea8-00000000495a | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-10-08 23:33:07.753810 | fa163e1d-9a4d-46c5-aea8-00000000495a | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:25:44.359874 | 0.51s 2025-10-08 23:33:07.782863 | fa163e1d-9a4d-46c5-aea8-00000000495b | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-10-08 23:33:08.253513 | fa163e1d-9a4d-46c5-aea8-00000000495b | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-10-08 23:33:08.254948 | fa163e1d-9a4d-46c5-aea8-00000000495b | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:25:44.861011 | 0.47s 2025-10-08 23:33:08.284356 | fa163e1d-9a4d-46c5-aea8-00000000495c | TASK | Enable and start tripleo-container-shutdown 2025-10-08 23:33:09.064032 | fa163e1d-9a4d-46c5-aea8-00000000495c | OK | Enable and start tripleo-container-shutdown | standalone 2025-10-08 23:33:09.066332 | fa163e1d-9a4d-46c5-aea8-00000000495c | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:25:45.672392 | 0.78s 2025-10-08 23:33:09.098463 | fa163e1d-9a4d-46c5-aea8-00000000495d | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-10-08 23:33:09.638855 | fa163e1d-9a4d-46c5-aea8-00000000495d | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-10-08 23:33:09.640353 | fa163e1d-9a4d-46c5-aea8-00000000495d | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:25:46.246415 | 0.54s 2025-10-08 23:33:09.670364 | fa163e1d-9a4d-46c5-aea8-00000000495e | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-10-08 23:33:10.175274 | fa163e1d-9a4d-46c5-aea8-00000000495e | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-10-08 23:33:10.176641 | fa163e1d-9a4d-46c5-aea8-00000000495e | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:25:46.782704 | 0.50s 2025-10-08 23:33:10.206879 | fa163e1d-9a4d-46c5-aea8-00000000495f | TASK | Enable and start netns-placeholder 2025-10-08 23:33:10.920512 | fa163e1d-9a4d-46c5-aea8-00000000495f | CHANGED | Enable and start netns-placeholder | standalone 2025-10-08 23:33:10.922000 | fa163e1d-9a4d-46c5-aea8-00000000495f | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:25:47.528067 | 0.71s 2025-10-08 23:33:10.946104 | fa163e1d-9a4d-46c5-aea8-000000004925 | TASK | Update container configs with new config hashes 2025-10-08 23:33:10.987894 | fa163e1d-9a4d-46c5-aea8-000000004925 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:25:47.593955 | 0.04s 2025-10-08 23:33:10.997799 | e50377e9-07de-475e-bc3c-4e3186c551cc | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-10-08 23:33:11.021733 | fa163e1d-9a4d-46c5-aea8-000000004987 | TASK | Update config hashes for container startup configs 2025-10-08 23:33:11.290658 | fa163e1d-9a4d-46c5-aea8-000000004987 | OK | Update config hashes for container startup configs | standalone 2025-10-08 23:33:11.291591 | fa163e1d-9a4d-46c5-aea8-000000004987 | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:25:47.897662 | 0.27s 2025-10-08 23:33:11.316687 | fa163e1d-9a4d-46c5-aea8-000000004926 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_4 2025-10-08 23:33:11.354786 | fa163e1d-9a4d-46c5-aea8-000000004926 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:25:47.960845 | 0.04s 2025-10-08 23:33:11.370658 | cdcdf08d-b2c9-4742-9939-43ff37517cbf | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-08 23:33:11.397992 | fa163e1d-9a4d-46c5-aea8-0000000049a6 | TASK | Gather podman infos 2025-10-08 23:33:12.864773 | fa163e1d-9a4d-46c5-aea8-0000000049a6 | OK | Gather podman infos | standalone 2025-10-08 23:33:12.865897 | fa163e1d-9a4d-46c5-aea8-0000000049a6 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:25:49.471963 | 1.47s 2025-10-08 23:33:12.963884 | fa163e1d-9a4d-46c5-aea8-0000000049a7 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 2025-10-08 23:33:13.012711 | fa163e1d-9a4d-46c5-aea8-0000000049a7 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:25:49.618750 | 0.04s 2025-10-08 23:33:13.161050 | fa163e1d-9a4d-46c5-aea8-0000000049f0 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:25:49.767106 | 0.09s 2025-10-08 23:33:13.221163 | fa163e1d-9a4d-46c5-aea8-000000004927 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_4 2025-10-08 23:33:13.281806 | fa163e1d-9a4d-46c5-aea8-000000004927 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:25:49.887862 | 0.06s 2025-10-08 23:33:13.297355 | 6355200a-55c3-4557-85f1-644682026253 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-08 23:33:13.328931 | fa163e1d-9a4d-46c5-aea8-000000004a16 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 2025-10-08 23:33:33.945796 | fa163e1d-9a4d-46c5-aea8-000000004a16 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | standalone 2025-10-08 23:33:33.946794 | fa163e1d-9a4d-46c5-aea8-000000004a16 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:26:10.552832 | 20.62s 2025-10-08 23:33:33.967167 | fa163e1d-9a4d-46c5-aea8-000000004a17 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 2025-10-08 23:35:46.709787 | fa163e1d-9a4d-46c5-aea8-000000004a17 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 | standalone 2025-10-08 23:35:46.711846 | fa163e1d-9a4d-46c5-aea8-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:23.317910 | 132.74s 2025-10-08 23:35:46.787482 | fa163e1d-9a4d-46c5-aea8-000000004882 | TASK | Clean container_puppet_tasks for standalone step 4 2025-10-08 23:35:47.031359 | fa163e1d-9a4d-46c5-aea8-000000004882 | OK | Clean container_puppet_tasks for standalone step 4 | standalone 2025-10-08 23:35:47.032823 | fa163e1d-9a4d-46c5-aea8-000000004882 | TIMING | Clean container_puppet_tasks for standalone step 4 | standalone | 0:28:23.638885 | 0.24s 2025-10-08 23:35:47.086830 | fa163e1d-9a4d-46c5-aea8-000000004883 | TASK | Calculate container_puppet_tasks for standalone step 4 2025-10-08 23:35:47.140608 | fa163e1d-9a4d-46c5-aea8-000000004883 | TIMING | Calculate container_puppet_tasks for standalone step 4 | standalone | 0:28:23.746659 | 0.05s 2025-10-08 23:35:47.163861 | fa163e1d-9a4d-46c5-aea8-000000004884 | TASK | Include container-puppet tasks for step 4 2025-10-08 23:35:47.217121 | fa163e1d-9a4d-46c5-aea8-000000004884 | TIMING | Include container-puppet tasks for step 4 | standalone | 0:28:23.823161 | 0.05s 2025-10-08 23:35:47.244607 | 9709e4e1-eb05-4e1a-9673-edfbac94a1cb | INCLUDED | /root/standalone-ansible-93sz9flw/host-container-puppet-tasks.yaml | standalone 2025-10-08 23:35:47.293582 | fa163e1d-9a4d-46c5-aea8-000000004a62 | TASK | Write container-puppet-tasks json file for standalone step 4 2025-10-08 23:35:47.861685 | fa163e1d-9a4d-46c5-aea8-000000004a62 | CHANGED | Write container-puppet-tasks json file for standalone step 4 | standalone 2025-10-08 23:35:47.863129 | fa163e1d-9a4d-46c5-aea8-000000004a62 | TIMING | Write container-puppet-tasks json file for standalone step 4 | standalone | 0:28:24.469154 | 0.57s 2025-10-08 23:35:47.893921 | fa163e1d-9a4d-46c5-aea8-000000004a64 | TASK | Generate container puppet configs for step 4 2025-10-08 23:35:48.160847 | fa163e1d-9a4d-46c5-aea8-000000004a64 | OK | Generate container puppet configs for step 4 | standalone 2025-10-08 23:35:48.162295 | fa163e1d-9a4d-46c5-aea8-000000004a64 | TIMING | Generate container puppet configs for step 4 | standalone | 0:28:24.768354 | 0.27s 2025-10-08 23:35:48.188916 | fa163e1d-9a4d-46c5-aea8-000000004a65 | TASK | Manage Puppet containers (bootstrap tasks) for step 4 with tripleo-ansible 2025-10-08 23:35:48.209660 | fa163e1d-9a4d-46c5-aea8-000000004a65 | TIMING | Manage Puppet containers (bootstrap tasks) for step 4 with tripleo-ansible | standalone | 0:28:24.815711 | 0.02s 2025-10-08 23:35:48.282542 | fa163e1d-9a4d-46c5-aea8-000000004a94 | TASK | Gather variables for each operating system 2025-10-08 23:35:48.405739 | fa163e1d-9a4d-46c5-aea8-000000004a94 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:28:25.011784 | 0.12s 2025-10-08 23:35:48.436443 | fa163e1d-9a4d-46c5-aea8-000000004a95 | TASK | Create container logs path 2025-10-08 23:35:48.679791 | fa163e1d-9a4d-46c5-aea8-000000004a95 | OK | Create container logs path | standalone 2025-10-08 23:35:48.680592 | fa163e1d-9a4d-46c5-aea8-000000004a95 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:28:25.286665 | 0.24s 2025-10-08 23:35:48.703473 | fa163e1d-9a4d-46c5-aea8-000000004a97 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_4 2025-10-08 23:35:48.914095 | fa163e1d-9a4d-46c5-aea8-000000004a97 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_4 | standalone 2025-10-08 23:35:48.915033 | fa163e1d-9a4d-46c5-aea8-000000004a97 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_4 | standalone | 0:28:25.521103 | 0.21s 2025-10-08 23:35:48.939305 | fa163e1d-9a4d-46c5-aea8-000000004a98 | TASK | Finalise hashes for all containers 2025-10-08 23:35:48.970623 | fa163e1d-9a4d-46c5-aea8-000000004a98 | OK | Finalise hashes for all containers | standalone 2025-10-08 23:35:48.971832 | fa163e1d-9a4d-46c5-aea8-000000004a98 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:28:25.577896 | 0.03s 2025-10-08 23:35:49.002431 | fa163e1d-9a4d-46c5-aea8-000000004a9a | TASK | Manage systemd shutdown files 2025-10-08 23:35:49.032169 | fa163e1d-9a4d-46c5-aea8-000000004a9a | SKIPPED | Manage systemd shutdown files | standalone 2025-10-08 23:35:49.033269 | fa163e1d-9a4d-46c5-aea8-000000004a9a | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:28:25.639339 | 0.03s 2025-10-08 23:35:49.062863 | fa163e1d-9a4d-46c5-aea8-000000004a9c | TASK | Update container configs with new config hashes 2025-10-08 23:35:49.101958 | fa163e1d-9a4d-46c5-aea8-000000004a9c | SKIPPED | Update container configs with new config hashes | standalone 2025-10-08 23:35:49.103031 | fa163e1d-9a4d-46c5-aea8-000000004a9c | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:28:25.709100 | 0.04s 2025-10-08 23:35:49.130670 | fa163e1d-9a4d-46c5-aea8-000000004a9d | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_4 2025-10-08 23:35:49.182674 | fa163e1d-9a4d-46c5-aea8-000000004a9d | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone 2025-10-08 23:35:49.183633 | fa163e1d-9a4d-46c5-aea8-000000004a9d | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone | 0:28:25.789703 | 0.05s 2025-10-08 23:35:49.205378 | fa163e1d-9a4d-46c5-aea8-000000004a9e | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_4 2025-10-08 23:35:49.233227 | fa163e1d-9a4d-46c5-aea8-000000004a9e | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone 2025-10-08 23:35:49.233799 | fa163e1d-9a4d-46c5-aea8-000000004a9e | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone | 0:28:25.839874 | 0.03s PLAY [External deployment step 5] ********************************************** 2025-10-08 23:35:49.368522 | fa163e1d-9a4d-46c5-aea8-0000000000ea | TASK | External deployment step 5 2025-10-08 23:35:49.413705 | fa163e1d-9a4d-46c5-aea8-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', 'fa163e1d-9a4d-46c5-aea8-0000000000ea') missing from stats 2025-10-08 23:35:49.472071 | fa163e1d-9a4d-46c5-aea8-0000000000eb | TIMING | include_tasks | undercloud | 0:28:26.078121 | 0.04s 2025-10-08 23:35:49.484251 | d2bda795-9a55-42b1-b4d1-bcb24a585829 | INCLUDED | /root/standalone-ansible-93sz9flw/external_deploy_steps_tasks_step5.yaml | undercloud 2025-10-08 23:35:49.502702 | fa163e1d-9a4d-46c5-aea8-000000004aed | TASK | Manage Cinder's default volume type 2025-10-08 23:36:02.848998 | fa163e1d-9a4d-46c5-aea8-000000004aed | OK | Manage Cinder's default volume type | undercloud 2025-10-08 23:36:02.850510 | fa163e1d-9a4d-46c5-aea8-000000004aed | TIMING | Manage Cinder's default volume type | undercloud | 0:28:39.456576 | 13.35s PLAY [Deploy step tasks for 5] ************************************************* 2025-10-08 23:36:02.990838 | fa163e1d-9a4d-46c5-aea8-0000000000ee | TASK | Deploy step tasks for 5 2025-10-08 23:36:03.022000 | fa163e1d-9a4d-46c5-aea8-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', 'fa163e1d-9a4d-46c5-aea8-0000000000ee') missing from stats 2025-10-08 23:36:03.044803 | fa163e1d-9a4d-46c5-aea8-0000000000ef | TASK | Write the config_step hieradata for the deploy step 5 tasks 2025-10-08 23:36:03.545989 | fa163e1d-9a4d-46c5-aea8-0000000000ef | CHANGED | Write the config_step hieradata for the deploy step 5 tasks | standalone 2025-10-08 23:36:03.548647 | fa163e1d-9a4d-46c5-aea8-0000000000ef | TIMING | Write the config_step hieradata for the deploy step 5 tasks | standalone | 0:28:40.154704 | 0.50s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-10-08 23:36:03.624120 | fa163e1d-9a4d-46c5-aea8-0000000000f0 | TIMING | include_tasks | standalone | 0:28:40.230178 | 0.04s 2025-10-08 23:36:03.700913 | 38ee8cfd-3e3c-4627-96c7-3927779d4b08 | INCLUDED | /root/standalone-ansible-93sz9flw/Standalone/deploy_steps_tasks_step5.yaml | standalone 2025-10-08 23:36:03.739299 | fa163e1d-9a4d-46c5-aea8-000000004b10 | TASK | Gather variables for each operating system 2025-10-08 23:36:03.842818 | fa163e1d-9a4d-46c5-aea8-000000004b10 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:28:40.448854 | 0.10s 2025-10-08 23:36:03.874856 | fa163e1d-9a4d-46c5-aea8-000000004b11 | TASK | Detect if resource is being created or already exists 2025-10-08 23:36:04.669208 | fa163e1d-9a4d-46c5-aea8-000000004b11 | CHANGED | Detect if resource is being created or already exists | standalone 2025-10-08 23:36:04.670684 | fa163e1d-9a4d-46c5-aea8-000000004b11 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:28:41.276748 | 0.79s 2025-10-08 23:36:04.704432 | fa163e1d-9a4d-46c5-aea8-000000004b12 | TASK | Run init bundle puppet on the host for cinder_backup 2025-10-08 23:36:28.996003 | fa163e1d-9a4d-46c5-aea8-000000004b12 | CHANGED | Run init bundle puppet on the host for cinder_backup | standalone 2025-10-08 23:36:28.997166 | fa163e1d-9a4d-46c5-aea8-000000004b12 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_backup | standalone | 0:29:05.603239 | 24.29s 2025-10-08 23:36:29.018262 | fa163e1d-9a4d-46c5-aea8-000000004b13 | TASK | Check if /var/lib/config-data/puppet-generated/cinder exists 2025-10-08 23:36:29.278469 | fa163e1d-9a4d-46c5-aea8-000000004b13 | OK | Check if /var/lib/config-data/puppet-generated/cinder exists | standalone 2025-10-08 23:36:29.279818 | fa163e1d-9a4d-46c5-aea8-000000004b13 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/cinder exists | standalone | 0:29:05.885888 | 0.26s 2025-10-08 23:36:29.303513 | fa163e1d-9a4d-46c5-aea8-000000004b14 | TASK | Run pacemaker restart if the config file for the service changed 2025-10-08 23:36:29.701469 | fa163e1d-9a4d-46c5-aea8-000000004b14 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-10-08 23:36:29.702482 | fa163e1d-9a4d-46c5-aea8-000000004b14 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:29:06.308552 | 0.40s 2025-10-08 23:36:29.726978 | fa163e1d-9a4d-46c5-aea8-000000004b15 | TASK | Check if an image update marker exists for bundle openstack-cinder-backup 2025-10-08 23:36:29.943735 | fa163e1d-9a4d-46c5-aea8-000000004b15 | OK | Check if an image update marker exists for bundle openstack-cinder-backup | standalone 2025-10-08 23:36:29.944667 | fa163e1d-9a4d-46c5-aea8-000000004b15 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle openstack-cinder-backup | standalone | 0:29:06.550740 | 0.22s 2025-10-08 23:36:29.965389 | fa163e1d-9a4d-46c5-aea8-000000004b17 | TASK | Get container image tag from marker for bundle openstack-cinder-backup 2025-10-08 23:36:29.994331 | fa163e1d-9a4d-46c5-aea8-000000004b17 | SKIPPED | Get container image tag from marker for bundle openstack-cinder-backup | standalone 2025-10-08 23:36:29.995299 | fa163e1d-9a4d-46c5-aea8-000000004b17 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle openstack-cinder-backup | standalone | 0:29:06.601371 | 0.03s 2025-10-08 23:36:30.015967 | fa163e1d-9a4d-46c5-aea8-000000004b18 | TASK | Get container image tag from bundle openstack-cinder-backup 2025-10-08 23:36:30.063544 | fa163e1d-9a4d-46c5-aea8-000000004b18 | SKIPPED | Get container image tag from bundle openstack-cinder-backup | standalone 2025-10-08 23:36:30.064310 | fa163e1d-9a4d-46c5-aea8-000000004b18 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle openstack-cinder-backup | standalone | 0:29:06.670383 | 0.05s 2025-10-08 23:36:30.084272 | fa163e1d-9a4d-46c5-aea8-000000004b19 | TASK | Compare tags between marker and bundle openstack-cinder-backup 2025-10-08 23:36:30.111217 | fa163e1d-9a4d-46c5-aea8-000000004b19 | SKIPPED | Compare tags between marker and bundle openstack-cinder-backup | standalone 2025-10-08 23:36:30.111989 | fa163e1d-9a4d-46c5-aea8-000000004b19 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle openstack-cinder-backup | standalone | 0:29:06.718061 | 0.03s 2025-10-08 23:36:30.133155 | fa163e1d-9a4d-46c5-aea8-000000004b1a | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-10-08 23:36:30.204740 | fa163e1d-9a4d-46c5-aea8-000000004b1a | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-10-08 23:36:30.205528 | fa163e1d-9a4d-46c5-aea8-000000004b1a | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:29:06.811601 | 0.07s 2025-10-08 23:36:30.226548 | fa163e1d-9a4d-46c5-aea8-000000004b1b | TASK | Remove update marker for bundle openstack-cinder-backup 2025-10-08 23:36:30.274913 | fa163e1d-9a4d-46c5-aea8-000000004b1b | SKIPPED | Remove update marker for bundle openstack-cinder-backup | standalone 2025-10-08 23:36:30.275687 | fa163e1d-9a4d-46c5-aea8-000000004b1b | TIMING | tripleo_ha_wrapper : Remove update marker for bundle openstack-cinder-backup | standalone | 0:29:06.881759 | 0.05s 2025-10-08 23:36:30.315236 | fa163e1d-9a4d-46c5-aea8-000000004b3c | TASK | Gather variables for each operating system 2025-10-08 23:36:30.398707 | fa163e1d-9a4d-46c5-aea8-000000004b3c | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:29:07.004758 | 0.08s 2025-10-08 23:36:30.428219 | fa163e1d-9a4d-46c5-aea8-000000004b3d | TASK | Detect if resource is being created or already exists 2025-10-08 23:36:31.199063 | fa163e1d-9a4d-46c5-aea8-000000004b3d | CHANGED | Detect if resource is being created or already exists | standalone 2025-10-08 23:36:31.200511 | fa163e1d-9a4d-46c5-aea8-000000004b3d | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:29:07.806573 | 0.77s 2025-10-08 23:36:31.233362 | fa163e1d-9a4d-46c5-aea8-000000004b3e | TASK | Run init bundle puppet on the host for cinder_volume 2025-10-08 23:36:55.229544 | fa163e1d-9a4d-46c5-aea8-000000004b3e | CHANGED | Run init bundle puppet on the host for cinder_volume | standalone 2025-10-08 23:36:55.231110 | fa163e1d-9a4d-46c5-aea8-000000004b3e | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_volume | standalone | 0:29:31.837172 | 23.99s 2025-10-08 23:36:55.263154 | fa163e1d-9a4d-46c5-aea8-000000004b3f | TASK | Check if /var/lib/config-data/puppet-generated/cinder exists 2025-10-08 23:36:55.500539 | fa163e1d-9a4d-46c5-aea8-000000004b3f | OK | Check if /var/lib/config-data/puppet-generated/cinder exists | standalone 2025-10-08 23:36:55.502076 | fa163e1d-9a4d-46c5-aea8-000000004b3f | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/cinder exists | standalone | 0:29:32.108139 | 0.24s 2025-10-08 23:36:55.532654 | fa163e1d-9a4d-46c5-aea8-000000004b40 | TASK | Run pacemaker restart if the config file for the service changed 2025-10-08 23:36:55.965470 | fa163e1d-9a4d-46c5-aea8-000000004b40 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-10-08 23:36:55.966316 | fa163e1d-9a4d-46c5-aea8-000000004b40 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:29:32.572387 | 0.43s 2025-10-08 23:36:55.987060 | fa163e1d-9a4d-46c5-aea8-000000004b41 | TASK | Check if an image update marker exists for bundle openstack-cinder-volume 2025-10-08 23:36:56.192679 | fa163e1d-9a4d-46c5-aea8-000000004b41 | OK | Check if an image update marker exists for bundle openstack-cinder-volume | standalone 2025-10-08 23:36:56.193417 | fa163e1d-9a4d-46c5-aea8-000000004b41 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle openstack-cinder-volume | standalone | 0:29:32.799490 | 0.21s 2025-10-08 23:36:56.215467 | fa163e1d-9a4d-46c5-aea8-000000004b43 | TASK | Get container image tag from marker for bundle openstack-cinder-volume 2025-10-08 23:36:56.255176 | fa163e1d-9a4d-46c5-aea8-000000004b43 | SKIPPED | Get container image tag from marker for bundle openstack-cinder-volume | standalone 2025-10-08 23:36:56.255894 | fa163e1d-9a4d-46c5-aea8-000000004b43 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle openstack-cinder-volume | standalone | 0:29:32.861967 | 0.04s 2025-10-08 23:36:56.276603 | fa163e1d-9a4d-46c5-aea8-000000004b44 | TASK | Get container image tag from bundle openstack-cinder-volume 2025-10-08 23:36:56.312592 | fa163e1d-9a4d-46c5-aea8-000000004b44 | SKIPPED | Get container image tag from bundle openstack-cinder-volume | standalone 2025-10-08 23:36:56.313307 | fa163e1d-9a4d-46c5-aea8-000000004b44 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle openstack-cinder-volume | standalone | 0:29:32.919381 | 0.04s 2025-10-08 23:36:56.334158 | fa163e1d-9a4d-46c5-aea8-000000004b45 | TASK | Compare tags between marker and bundle openstack-cinder-volume 2025-10-08 23:36:56.364296 | fa163e1d-9a4d-46c5-aea8-000000004b45 | SKIPPED | Compare tags between marker and bundle openstack-cinder-volume | standalone 2025-10-08 23:36:56.365309 | fa163e1d-9a4d-46c5-aea8-000000004b45 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle openstack-cinder-volume | standalone | 0:29:32.971378 | 0.03s 2025-10-08 23:36:56.392597 | fa163e1d-9a4d-46c5-aea8-000000004b46 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-10-08 23:36:56.439036 | fa163e1d-9a4d-46c5-aea8-000000004b46 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-10-08 23:36:56.439827 | fa163e1d-9a4d-46c5-aea8-000000004b46 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:29:33.045900 | 0.05s 2025-10-08 23:36:56.461368 | fa163e1d-9a4d-46c5-aea8-000000004b47 | TASK | Remove update marker for bundle openstack-cinder-volume 2025-10-08 23:36:56.504567 | fa163e1d-9a4d-46c5-aea8-000000004b47 | SKIPPED | Remove update marker for bundle openstack-cinder-volume | standalone 2025-10-08 23:36:56.505780 | fa163e1d-9a4d-46c5-aea8-000000004b47 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle openstack-cinder-volume | standalone | 0:29:33.111845 | 0.04s 2025-10-08 23:36:56.550161 | fa163e1d-9a4d-46c5-aea8-000000004b68 | TASK | Gather variables for each operating system 2025-10-08 23:36:56.684060 | fa163e1d-9a4d-46c5-aea8-000000004b68 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:29:33.290125 | 0.13s 2025-10-08 23:36:56.704948 | fa163e1d-9a4d-46c5-aea8-000000004b69 | TASK | Detect if resource is being created or already exists 2025-10-08 23:36:57.488992 | fa163e1d-9a4d-46c5-aea8-000000004b69 | CHANGED | Detect if resource is being created or already exists | standalone 2025-10-08 23:36:57.490098 | fa163e1d-9a4d-46c5-aea8-000000004b69 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:29:34.096168 | 0.78s 2025-10-08 23:36:57.514838 | fa163e1d-9a4d-46c5-aea8-000000004b6a | TASK | Run init bundle puppet on the host for manila_share 2025-10-08 23:37:21.557379 | fa163e1d-9a4d-46c5-aea8-000000004b6a | CHANGED | Run init bundle puppet on the host for manila_share | standalone 2025-10-08 23:37:21.558571 | fa163e1d-9a4d-46c5-aea8-000000004b6a | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for manila_share | standalone | 0:29:58.164636 | 24.04s 2025-10-08 23:37:21.584051 | fa163e1d-9a4d-46c5-aea8-000000004b6b | TASK | Check if /var/lib/config-data/puppet-generated/manila exists 2025-10-08 23:37:21.845946 | fa163e1d-9a4d-46c5-aea8-000000004b6b | OK | Check if /var/lib/config-data/puppet-generated/manila exists | standalone 2025-10-08 23:37:21.847126 | fa163e1d-9a4d-46c5-aea8-000000004b6b | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/manila exists | standalone | 0:29:58.453197 | 0.26s 2025-10-08 23:37:21.870074 | fa163e1d-9a4d-46c5-aea8-000000004b6c | TASK | Run pacemaker restart if the config file for the service changed 2025-10-08 23:37:22.320923 | fa163e1d-9a4d-46c5-aea8-000000004b6c | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-10-08 23:37:22.321707 | fa163e1d-9a4d-46c5-aea8-000000004b6c | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:29:58.927779 | 0.45s 2025-10-08 23:37:22.342066 | fa163e1d-9a4d-46c5-aea8-000000004b6d | TASK | Check if an image update marker exists for bundle openstack-manila-share 2025-10-08 23:37:22.573052 | fa163e1d-9a4d-46c5-aea8-000000004b6d | OK | Check if an image update marker exists for bundle openstack-manila-share | standalone 2025-10-08 23:37:22.575472 | fa163e1d-9a4d-46c5-aea8-000000004b6d | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle openstack-manila-share | standalone | 0:29:59.181534 | 0.23s 2025-10-08 23:37:22.608667 | fa163e1d-9a4d-46c5-aea8-000000004b6f | TASK | Get container image tag from marker for bundle openstack-manila-share 2025-10-08 23:37:22.668830 | fa163e1d-9a4d-46c5-aea8-000000004b6f | SKIPPED | Get container image tag from marker for bundle openstack-manila-share | standalone 2025-10-08 23:37:22.669727 | fa163e1d-9a4d-46c5-aea8-000000004b6f | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle openstack-manila-share | standalone | 0:29:59.275796 | 0.06s 2025-10-08 23:37:22.696747 | fa163e1d-9a4d-46c5-aea8-000000004b70 | TASK | Get container image tag from bundle openstack-manila-share 2025-10-08 23:37:22.756450 | fa163e1d-9a4d-46c5-aea8-000000004b70 | SKIPPED | Get container image tag from bundle openstack-manila-share | standalone 2025-10-08 23:37:22.757678 | fa163e1d-9a4d-46c5-aea8-000000004b70 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle openstack-manila-share | standalone | 0:29:59.363740 | 0.06s 2025-10-08 23:37:22.791834 | fa163e1d-9a4d-46c5-aea8-000000004b71 | TASK | Compare tags between marker and bundle openstack-manila-share 2025-10-08 23:37:22.840202 | fa163e1d-9a4d-46c5-aea8-000000004b71 | SKIPPED | Compare tags between marker and bundle openstack-manila-share | standalone 2025-10-08 23:37:22.841127 | fa163e1d-9a4d-46c5-aea8-000000004b71 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle openstack-manila-share | standalone | 0:29:59.447196 | 0.05s 2025-10-08 23:37:22.873362 | fa163e1d-9a4d-46c5-aea8-000000004b72 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-10-08 23:37:22.918804 | fa163e1d-9a4d-46c5-aea8-000000004b72 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-10-08 23:37:22.919727 | fa163e1d-9a4d-46c5-aea8-000000004b72 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:29:59.525798 | 0.05s 2025-10-08 23:37:22.944127 | fa163e1d-9a4d-46c5-aea8-000000004b73 | TASK | Remove update marker for bundle openstack-manila-share 2025-10-08 23:37:22.984639 | fa163e1d-9a4d-46c5-aea8-000000004b73 | SKIPPED | Remove update marker for bundle openstack-manila-share | standalone 2025-10-08 23:37:22.985520 | fa163e1d-9a4d-46c5-aea8-000000004b73 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle openstack-manila-share | standalone | 0:29:59.591592 | 0.04s 2025-10-08 23:37:23.030076 | fa163e1d-9a4d-46c5-aea8-000000004b94 | TASK | Run kolla_set_configs to copy ring files 2025-10-08 23:37:23.547038 | fa163e1d-9a4d-46c5-aea8-000000004b94 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_proxy 2025-10-08 23:37:23.548770 | fa163e1d-9a4d-46c5-aea8-000000004b94 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:30:00.154832 | 0.52s 2025-10-08 23:37:23.555293 | fa163e1d-9a4d-46c5-aea8-000000004b94 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:30:00.161356 | 0.52s 2025-10-08 23:37:23.583966 | fa163e1d-9a4d-46c5-aea8-000000004b95 | TASK | Run kolla_set_configs to copy ring files 2025-10-08 23:37:23.928167 | fa163e1d-9a4d-46c5-aea8-000000004b95 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_auditor 2025-10-08 23:37:23.930400 | fa163e1d-9a4d-46c5-aea8-000000004b95 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:30:00.536459 | 0.34s 2025-10-08 23:37:24.381946 | fa163e1d-9a4d-46c5-aea8-000000004b95 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_reaper 2025-10-08 23:37:24.383974 | fa163e1d-9a4d-46c5-aea8-000000004b95 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:30:00.990038 | 0.80s 2025-10-08 23:37:24.666444 | fa163e1d-9a4d-46c5-aea8-000000004b95 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_replicator 2025-10-08 23:37:24.668375 | fa163e1d-9a4d-46c5-aea8-000000004b95 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:30:01.274440 | 1.08s 2025-10-08 23:37:25.084012 | fa163e1d-9a4d-46c5-aea8-000000004b95 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_server 2025-10-08 23:37:25.085050 | fa163e1d-9a4d-46c5-aea8-000000004b95 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:30:01.691123 | 1.50s 2025-10-08 23:37:25.479000 | fa163e1d-9a4d-46c5-aea8-000000004b95 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_auditor 2025-10-08 23:37:25.481259 | fa163e1d-9a4d-46c5-aea8-000000004b95 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:30:02.087323 | 1.90s 2025-10-08 23:37:25.759750 | fa163e1d-9a4d-46c5-aea8-000000004b95 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_replicator 2025-10-08 23:37:25.760324 | fa163e1d-9a4d-46c5-aea8-000000004b95 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:30:02.366399 | 2.17s 2025-10-08 23:37:26.188855 | fa163e1d-9a4d-46c5-aea8-000000004b95 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_server 2025-10-08 23:37:26.190047 | fa163e1d-9a4d-46c5-aea8-000000004b95 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:30:02.796113 | 2.60s 2025-10-08 23:37:26.654644 | fa163e1d-9a4d-46c5-aea8-000000004b95 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_updater 2025-10-08 23:37:26.657730 | fa163e1d-9a4d-46c5-aea8-000000004b95 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:30:03.263795 | 3.07s 2025-10-08 23:37:26.902295 | fa163e1d-9a4d-46c5-aea8-000000004b95 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_auditor 2025-10-08 23:37:26.903923 | fa163e1d-9a4d-46c5-aea8-000000004b95 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:30:03.509988 | 3.32s 2025-10-08 23:37:27.454984 | fa163e1d-9a4d-46c5-aea8-000000004b95 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_expirer 2025-10-08 23:37:27.456771 | fa163e1d-9a4d-46c5-aea8-000000004b95 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:30:04.062838 | 3.87s 2025-10-08 23:37:27.765797 | fa163e1d-9a4d-46c5-aea8-000000004b95 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_replicator 2025-10-08 23:37:27.767465 | fa163e1d-9a4d-46c5-aea8-000000004b95 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:30:04.373531 | 4.18s 2025-10-08 23:37:28.240837 | fa163e1d-9a4d-46c5-aea8-000000004b95 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_server 2025-10-08 23:37:28.241764 | fa163e1d-9a4d-46c5-aea8-000000004b95 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:30:04.847837 | 4.66s 2025-10-08 23:37:28.609280 | fa163e1d-9a4d-46c5-aea8-000000004b95 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_updater 2025-10-08 23:37:28.610661 | fa163e1d-9a4d-46c5-aea8-000000004b95 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:30:05.216732 | 5.02s 2025-10-08 23:37:28.625388 | fa163e1d-9a4d-46c5-aea8-000000004b95 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:30:05.231448 | 5.04s 2025-10-08 23:37:28.660772 | fa163e1d-9a4d-46c5-aea8-0000000000f2 | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_5 already exists 2025-10-08 23:37:28.896212 | fa163e1d-9a4d-46c5-aea8-0000000000f2 | OK | Check if /var/lib/tripleo-config/container-startup-config/step_5 already exists | standalone 2025-10-08 23:37:28.898008 | fa163e1d-9a4d-46c5-aea8-0000000000f2 | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_5 already exists | standalone | 0:30:05.504071 | 0.24s 2025-10-08 23:37:29.016540 | fa163e1d-9a4d-46c5-aea8-0000000000f3 | TIMING | include_tasks | standalone | 0:30:05.622590 | 0.09s 2025-10-08 23:37:29.060887 | 5b38bffc-0f98-4dba-9659-32f10795d955 | INCLUDED | /root/standalone-ansible-93sz9flw/common_deploy_steps_tasks.yaml | standalone 2025-10-08 23:37:29.087227 | fa163e1d-9a4d-46c5-aea8-000000004c12 | TASK | Write the config_step hieradata 2025-10-08 23:37:29.551391 | fa163e1d-9a4d-46c5-aea8-000000004c12 | OK | Write the config_step hieradata | standalone 2025-10-08 23:37:29.554462 | fa163e1d-9a4d-46c5-aea8-000000004c12 | TIMING | Write the config_step hieradata | standalone | 0:30:06.160526 | 0.47s 2025-10-08 23:37:29.585811 | fa163e1d-9a4d-46c5-aea8-000000004c13 | TASK | Run puppet host configuration for step 5 2025-10-08 23:37:29.925433 | fa163e1d-9a4d-46c5-aea8-000000004c13 | CHANGED | Run puppet host configuration for step 5 | standalone 2025-10-08 23:37:29.926265 | fa163e1d-9a4d-46c5-aea8-000000004c13 | TIMING | Run puppet host configuration for step 5 | standalone | 0:30:06.532340 | 0.34s 2025-10-08 23:37:29.944905 | fa163e1d-9a4d-46c5-aea8-000000004c14 | TASK | Wait for puppet host configuration to finish 2025-10-08 23:37:30.176998 | fa163e1d-9a4d-46c5-aea8-000000004c14 | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-10-08 23:37:40.395635 | fa163e1d-9a4d-46c5-aea8-000000004c14 | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-10-08 23:37:50.624136 | fa163e1d-9a4d-46c5-aea8-000000004c14 | CHANGED | Wait for puppet host configuration to finish | standalone 2025-10-08 23:37:50.625694 | fa163e1d-9a4d-46c5-aea8-000000004c14 | TIMING | Wait for puppet host configuration to finish | standalone | 0:30:27.231750 | 20.68s 2025-10-08 23:37:50.657540 | fa163e1d-9a4d-46c5-aea8-000000004c15 | TASK | Debug output for task: Run puppet host configuration for step 5 2025-10-08 23:37:50.741270 | fa163e1d-9a4d-46c5-aea8-000000004c15 | CHANGED | Debug output for task: Run puppet host configuration for step 5 | standalone | result={ "changed": true, "failed_when_result": false, "puppet_host_outputs.stdout_lines | default([]) | union(puppet_host_outputs.stderr_lines | default([]))": [ "<13>Oct 8 23:37:30 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Oct 8 23:37:36 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Oct 8 23:37:36 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Oct 8 23:37:36 puppet-user: (file & line not available)", "<13>Oct 8 23:37:36 puppet-user: Warning: The function 'hiera' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/7.10/deprecated_language.html", "<13>Oct 8 23:37:36 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Oct 8 23:37:37 puppet-user: Warning: This method is deprecated, please use match expressions with Stdlib::Compat::String instead. They are described at https://docs.puppet.com/puppet/latest/reference/lang_data_type.html#match-expressions. at [\"/etc/puppet/modules/snmp/manifests/params.pp\", 310]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 7]", "<13>Oct 8 23:37:37 puppet-user: (location: /etc/puppet/modules/stdlib/lib/puppet/functions/deprecation.rb:34:in `deprecation')", "<13>Oct 8 23:37:37 puppet-user: Warning: This method is deprecated, please use the stdlib validate_legacy function,", "<13>Oct 8 23:37:37 puppet-user: with Stdlib::Compat::Bool. There is further documentation for validate_legacy function in the README. at [\"/etc/puppet/modules/snmp/manifests/init.pp\", 358]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 7]", "<13>Oct 8 23:37:37 puppet-user: with Stdlib::Compat::Array. There is further documentation for validate_legacy function in the README. at [\"/etc/puppet/modules/snmp/manifests/init.pp\", 367]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 7]", "<13>Oct 8 23:37:37 puppet-user: with Stdlib::Compat::String. There is further documentation for validate_legacy function in the README. at [\"/etc/puppet/modules/snmp/manifests/init.pp\", 382]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 7]", "<13>Oct 8 23:37:37 puppet-user: with Stdlib::Compat::Numeric. There is further documentation for validate_legacy function in the README. at [\"/etc/puppet/modules/snmp/manifests/init.pp\", 388]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 7]", "<13>Oct 8 23:37:37 puppet-user: with Pattern[]. There is further documentation for validate_legacy function in the README. at [\"/etc/puppet/modules/snmp/manifests/init.pp\", 393]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 7]", "<13>Oct 8 23:37:37 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Oct 8 23:37:37 puppet-user: Notice: Compiled catalog for standalone.ooo.test in environment production in 0.56 seconds", "<13>Oct 8 23:37:41 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Oct 8 23:37:43 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Oct 8 23:37:45 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Oct 8 23:37:45 puppet-user: Notice: Applied catalog in 8.23 seconds", "<13>Oct 8 23:37:45 puppet-user: Application:", "<13>Oct 8 23:37:45 puppet-user: Initial environment: production", "<13>Oct 8 23:37:45 puppet-user: Converged environment: production", "<13>Oct 8 23:37:45 puppet-user: Run mode: user", "<13>Oct 8 23:37:45 puppet-user: Changes:", "<13>Oct 8 23:37:45 puppet-user: Total: 2", "<13>Oct 8 23:37:45 puppet-user: Events:", "<13>Oct 8 23:37:45 puppet-user: Success: 2", "<13>Oct 8 23:37:45 puppet-user: Resources:", "<13>Oct 8 23:37:45 puppet-user: Changed: 2", "<13>Oct 8 23:37:45 puppet-user: Out of sync: 2", "<13>Oct 8 23:37:45 puppet-user: Total: 37", "<13>Oct 8 23:37:45 puppet-user: Time:", "<13>Oct 8 23:37:45 puppet-user: Schedule: 0.00", "<13>Oct 8 23:37:45 puppet-user: File line: 0.00", "<13>Oct 8 23:37:45 puppet-user: Package: 0.00", "<13>Oct 8 23:37:45 puppet-user: User: 0.01", "<13>Oct 8 23:37:45 puppet-user: Augeas: 0.01", "<13>Oct 8 23:37:45 puppet-user: File: 0.12", "<13>Oct 8 23:37:45 puppet-user: Service: 0.16", "<13>Oct 8 23:37:45 puppet-user: Config retrieval: 0.67", "<13>Oct 8 23:37:45 puppet-user: Pcmk property: 1.54", "<13>Oct 8 23:37:45 puppet-user: Exec: 2.00", "<13>Oct 8 23:37:45 puppet-user: Last run: 1759966665", "<13>Oct 8 23:37:45 puppet-user: Pcmk resource op default: 2.07", "<13>Oct 8 23:37:45 puppet-user: Pcmk resource default: 2.08", "<13>Oct 8 23:37:45 puppet-user: Transaction evaluation: 8.17", "<13>Oct 8 23:37:45 puppet-user: Catalog application: 8.23", "<13>Oct 8 23:37:45 puppet-user: Filebucket: 0.00", "<13>Oct 8 23:37:45 puppet-user: Total: 8.24", "<13>Oct 8 23:37:45 puppet-user: Version:", "<13>Oct 8 23:37:45 puppet-user: Config: 1759966656", "<13>Oct 8 23:37:45 puppet-user: Puppet: 7.10.0" ] } 2025-10-08 23:37:50.742736 | fa163e1d-9a4d-46c5-aea8-000000004c15 | TIMING | Debug output for task: Run puppet host configuration for step 5 | standalone | 0:30:27.348797 | 0.08s 2025-10-08 23:37:50.775043 | fa163e1d-9a4d-46c5-aea8-000000004c16 | TASK | Pre-cache facts for puppet containers 2025-10-08 23:37:50.804330 | fa163e1d-9a4d-46c5-aea8-000000004c16 | TIMING | Pre-cache facts for puppet containers | standalone | 0:30:27.410378 | 0.03s 2025-10-08 23:37:50.875208 | fa163e1d-9a4d-46c5-aea8-000000004c55 | TASK | Gather variables for each operating system 2025-10-08 23:37:50.996110 | fa163e1d-9a4d-46c5-aea8-000000004c55 | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:30:27.602172 | 0.12s 2025-10-08 23:37:51.020168 | fa163e1d-9a4d-46c5-aea8-000000004c56 | TASK | Create puppet caching structures 2025-10-08 23:37:51.255387 | fa163e1d-9a4d-46c5-aea8-000000004c56 | CHANGED | Create puppet caching structures | standalone 2025-10-08 23:37:51.256735 | fa163e1d-9a4d-46c5-aea8-000000004c56 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:30:27.862801 | 0.24s 2025-10-08 23:37:51.286502 | fa163e1d-9a4d-46c5-aea8-000000004c57 | TASK | Check for facter.conf 2025-10-08 23:37:51.537351 | fa163e1d-9a4d-46c5-aea8-000000004c57 | OK | Check for facter.conf | standalone 2025-10-08 23:37:51.539054 | fa163e1d-9a4d-46c5-aea8-000000004c57 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:30:28.145112 | 0.25s 2025-10-08 23:37:51.569420 | fa163e1d-9a4d-46c5-aea8-000000004c58 | TASK | Remove facter.conf if directory 2025-10-08 23:37:51.608021 | fa163e1d-9a4d-46c5-aea8-000000004c58 | SKIPPED | Remove facter.conf if directory | standalone 2025-10-08 23:37:51.609095 | fa163e1d-9a4d-46c5-aea8-000000004c58 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:30:28.215164 | 0.04s 2025-10-08 23:37:51.632681 | fa163e1d-9a4d-46c5-aea8-000000004c59 | TASK | Write facter cache config 2025-10-08 23:37:52.112612 | fa163e1d-9a4d-46c5-aea8-000000004c59 | CHANGED | Write facter cache config | standalone 2025-10-08 23:37:52.113800 | fa163e1d-9a4d-46c5-aea8-000000004c59 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:30:28.719869 | 0.48s 2025-10-08 23:37:52.137157 | fa163e1d-9a4d-46c5-aea8-000000004c5a | TASK | Cleanup facter cache if exists 2025-10-08 23:37:52.324726 | fa163e1d-9a4d-46c5-aea8-000000004c5a | CHANGED | Cleanup facter cache if exists | standalone 2025-10-08 23:37:52.326096 | fa163e1d-9a4d-46c5-aea8-000000004c5a | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:30:28.932162 | 0.19s 2025-10-08 23:37:52.356171 | fa163e1d-9a4d-46c5-aea8-000000004c5b | TASK | Pre-cache facts 2025-10-08 23:37:53.015581 | fa163e1d-9a4d-46c5-aea8-000000004c5b | CHANGED | Pre-cache facts | standalone 2025-10-08 23:37:53.016787 | fa163e1d-9a4d-46c5-aea8-000000004c5b | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:30:29.622851 | 0.66s 2025-10-08 23:37:53.052416 | fa163e1d-9a4d-46c5-aea8-000000004c5c | TASK | Failed deployment if facter fails 2025-10-08 23:37:53.093356 | fa163e1d-9a4d-46c5-aea8-000000004c5c | SKIPPED | Failed deployment if facter fails | standalone 2025-10-08 23:37:53.094511 | fa163e1d-9a4d-46c5-aea8-000000004c5c | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:30:29.700575 | 0.04s 2025-10-08 23:37:53.140529 | fa163e1d-9a4d-46c5-aea8-000000004c5d | TASK | Sync cached facts 2025-10-08 23:37:53.544959 | fa163e1d-9a4d-46c5-aea8-000000004c5d | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163e1d-9a4d-46c5-aea8-000000004c5d') missing from stats 2025-10-08 23:37:53.609027 | fa163e1d-9a4d-46c5-aea8-000000004c17 | TASK | Include container-puppet tasks (generate config) during step 1 2025-10-08 23:37:53.646759 | fa163e1d-9a4d-46c5-aea8-000000004c17 | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2025-10-08 23:37:53.647686 | fa163e1d-9a4d-46c5-aea8-000000004c17 | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:30:30.253755 | 0.04s 2025-10-08 23:37:53.671228 | fa163e1d-9a4d-46c5-aea8-000000004c19 | TASK | Manage containers for step 5 with tripleo-ansible 2025-10-08 23:37:53.698425 | fa163e1d-9a4d-46c5-aea8-000000004c19 | TIMING | Manage containers for step 5 with tripleo-ansible | standalone | 0:30:30.304485 | 0.03s 2025-10-08 23:37:53.758694 | fa163e1d-9a4d-46c5-aea8-000000004cb4 | TASK | Gather variables for each operating system 2025-10-08 23:37:53.850718 | fa163e1d-9a4d-46c5-aea8-000000004cb4 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:30:30.456775 | 0.09s 2025-10-08 23:37:53.874831 | fa163e1d-9a4d-46c5-aea8-000000004cb5 | TASK | Create container logs path 2025-10-08 23:37:54.101166 | fa163e1d-9a4d-46c5-aea8-000000004cb5 | OK | Create container logs path | standalone 2025-10-08 23:37:54.102502 | fa163e1d-9a4d-46c5-aea8-000000004cb5 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:30:30.708565 | 0.23s 2025-10-08 23:37:54.135920 | fa163e1d-9a4d-46c5-aea8-000000004cb7 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_5 2025-10-08 23:37:54.383680 | fa163e1d-9a4d-46c5-aea8-000000004cb7 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_5 | standalone 2025-10-08 23:37:54.384850 | fa163e1d-9a4d-46c5-aea8-000000004cb7 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:30:30.990914 | 0.25s 2025-10-08 23:37:54.415044 | fa163e1d-9a4d-46c5-aea8-000000004cb8 | TASK | Finalise hashes for all containers 2025-10-08 23:37:54.487595 | fa163e1d-9a4d-46c5-aea8-000000004cb8 | OK | Finalise hashes for all containers | standalone 2025-10-08 23:37:54.488943 | fa163e1d-9a4d-46c5-aea8-000000004cb8 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:30:31.095004 | 0.07s 2025-10-08 23:37:54.519388 | fa163e1d-9a4d-46c5-aea8-000000004cba | TASK | Manage systemd shutdown files 2025-10-08 23:37:54.552050 | fa163e1d-9a4d-46c5-aea8-000000004cba | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:30:31.158102 | 0.03s 2025-10-08 23:37:54.587387 | 39f9c388-18f8-4542-85c0-d13be01ac058 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-10-08 23:37:54.615927 | fa163e1d-9a4d-46c5-aea8-000000004ced | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-10-08 23:37:54.930173 | fa163e1d-9a4d-46c5-aea8-000000004ced | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-10-08 23:37:54.931301 | fa163e1d-9a4d-46c5-aea8-000000004ced | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:30:31.537369 | 0.31s 2025-10-08 23:37:54.955437 | fa163e1d-9a4d-46c5-aea8-000000004cee | TASK | Set podman_drop_in fact 2025-10-08 23:37:55.008416 | fa163e1d-9a4d-46c5-aea8-000000004cee | OK | Set podman_drop_in fact | standalone 2025-10-08 23:37:55.009416 | fa163e1d-9a4d-46c5-aea8-000000004cee | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:30:31.615487 | 0.05s 2025-10-08 23:37:55.033303 | fa163e1d-9a4d-46c5-aea8-000000004cf0 | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-10-08 23:37:55.641221 | fa163e1d-9a4d-46c5-aea8-000000004cf0 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-10-08 23:37:55.645071 | fa163e1d-9a4d-46c5-aea8-000000004cf0 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:30:32.251118 | 0.61s 2025-10-08 23:37:56.070376 | fa163e1d-9a4d-46c5-aea8-000000004cf0 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-10-08 23:37:56.072167 | fa163e1d-9a4d-46c5-aea8-000000004cf0 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:30:32.678233 | 1.04s 2025-10-08 23:37:56.081884 | fa163e1d-9a4d-46c5-aea8-000000004cf0 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:30:32.687953 | 1.05s 2025-10-08 23:37:56.102042 | fa163e1d-9a4d-46c5-aea8-000000004cf1 | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-10-08 23:37:56.632966 | fa163e1d-9a4d-46c5-aea8-000000004cf1 | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-10-08 23:37:56.635498 | fa163e1d-9a4d-46c5-aea8-000000004cf1 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:30:33.241560 | 0.53s 2025-10-08 23:37:56.665554 | fa163e1d-9a4d-46c5-aea8-000000004cf2 | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-10-08 23:37:57.184020 | fa163e1d-9a4d-46c5-aea8-000000004cf2 | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-10-08 23:37:57.186969 | fa163e1d-9a4d-46c5-aea8-000000004cf2 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:30:33.793027 | 0.52s 2025-10-08 23:37:57.218941 | fa163e1d-9a4d-46c5-aea8-000000004cf3 | TASK | Enable and start tripleo-container-shutdown 2025-10-08 23:37:58.197220 | fa163e1d-9a4d-46c5-aea8-000000004cf3 | OK | Enable and start tripleo-container-shutdown | standalone 2025-10-08 23:37:58.199965 | fa163e1d-9a4d-46c5-aea8-000000004cf3 | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:30:34.806019 | 0.98s 2025-10-08 23:37:58.234704 | fa163e1d-9a4d-46c5-aea8-000000004cf4 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-10-08 23:37:58.740613 | fa163e1d-9a4d-46c5-aea8-000000004cf4 | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-10-08 23:37:58.741867 | fa163e1d-9a4d-46c5-aea8-000000004cf4 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:30:35.347930 | 0.51s 2025-10-08 23:37:58.762126 | fa163e1d-9a4d-46c5-aea8-000000004cf5 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-10-08 23:37:59.187715 | fa163e1d-9a4d-46c5-aea8-000000004cf5 | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-10-08 23:37:59.188432 | fa163e1d-9a4d-46c5-aea8-000000004cf5 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:30:35.794506 | 0.43s 2025-10-08 23:37:59.207267 | fa163e1d-9a4d-46c5-aea8-000000004cf6 | TASK | Enable and start netns-placeholder 2025-10-08 23:38:00.150007 | fa163e1d-9a4d-46c5-aea8-000000004cf6 | CHANGED | Enable and start netns-placeholder | standalone 2025-10-08 23:38:00.152025 | fa163e1d-9a4d-46c5-aea8-000000004cf6 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:30:36.758085 | 0.94s 2025-10-08 23:38:00.182106 | fa163e1d-9a4d-46c5-aea8-000000004cbc | TASK | Update container configs with new config hashes 2025-10-08 23:38:00.242600 | fa163e1d-9a4d-46c5-aea8-000000004cbc | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:30:36.848655 | 0.06s 2025-10-08 23:38:00.263875 | 813756a4-ce12-46cb-a9d0-6d0fb99bf43e | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-10-08 23:38:00.310605 | fa163e1d-9a4d-46c5-aea8-000000004d1e | TASK | Update config hashes for container startup configs 2025-10-08 23:38:00.569432 | fa163e1d-9a4d-46c5-aea8-000000004d1e | OK | Update config hashes for container startup configs | standalone 2025-10-08 23:38:00.570935 | fa163e1d-9a4d-46c5-aea8-000000004d1e | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:30:37.176989 | 0.26s 2025-10-08 23:38:00.607316 | fa163e1d-9a4d-46c5-aea8-000000004cbd | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_5 2025-10-08 23:38:00.651165 | fa163e1d-9a4d-46c5-aea8-000000004cbd | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:30:37.257223 | 0.04s 2025-10-08 23:38:00.667273 | ffe921da-6954-425f-b0b3-b4157b54228f | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-08 23:38:00.693100 | fa163e1d-9a4d-46c5-aea8-000000004d3d | TASK | Gather podman infos 2025-10-08 23:38:02.638425 | fa163e1d-9a4d-46c5-aea8-000000004d3d | OK | Gather podman infos | standalone 2025-10-08 23:38:02.639286 | fa163e1d-9a4d-46c5-aea8-000000004d3d | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:30:39.245361 | 1.95s 2025-10-08 23:38:02.756105 | fa163e1d-9a4d-46c5-aea8-000000004d3e | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 2025-10-08 23:38:02.846339 | fa163e1d-9a4d-46c5-aea8-000000004d3e | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:30:39.452400 | 0.08s 2025-10-08 23:38:03.184025 | fa163e1d-9a4d-46c5-aea8-000000004d87 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:30:39.790080 | 0.14s 2025-10-08 23:38:03.250468 | fa163e1d-9a4d-46c5-aea8-000000004cbe | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_5 2025-10-08 23:38:03.308012 | fa163e1d-9a4d-46c5-aea8-000000004cbe | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:30:39.914056 | 0.06s 2025-10-08 23:38:03.331985 | 462c1c33-f557-4083-bdac-e5b83e7ac5a9 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-08 23:38:03.376937 | fa163e1d-9a4d-46c5-aea8-000000004dad | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 2025-10-08 23:38:28.163693 | fa163e1d-9a4d-46c5-aea8-000000004dad | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | standalone 2025-10-08 23:38:28.166610 | fa163e1d-9a4d-46c5-aea8-000000004dad | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:31:04.772669 | 24.79s 2025-10-08 23:38:28.198668 | fa163e1d-9a4d-46c5-aea8-000000004dae | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_5 2025-10-08 23:38:53.290909 | fa163e1d-9a4d-46c5-aea8-000000004dae | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_5 | standalone 2025-10-08 23:38:53.292297 | fa163e1d-9a4d-46c5-aea8-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:29.898366 | 25.09s 2025-10-08 23:38:53.355482 | fa163e1d-9a4d-46c5-aea8-000000004c1b | TASK | Clean container_puppet_tasks for standalone step 5 2025-10-08 23:38:53.549414 | fa163e1d-9a4d-46c5-aea8-000000004c1b | OK | Clean container_puppet_tasks for standalone step 5 | standalone 2025-10-08 23:38:53.550739 | fa163e1d-9a4d-46c5-aea8-000000004c1b | TIMING | Clean container_puppet_tasks for standalone step 5 | standalone | 0:31:30.156802 | 0.19s 2025-10-08 23:38:53.598692 | fa163e1d-9a4d-46c5-aea8-000000004c1c | TASK | Calculate container_puppet_tasks for standalone step 5 2025-10-08 23:38:53.632807 | fa163e1d-9a4d-46c5-aea8-000000004c1c | TIMING | Calculate container_puppet_tasks for standalone step 5 | standalone | 0:31:30.238860 | 0.03s 2025-10-08 23:38:53.658706 | fa163e1d-9a4d-46c5-aea8-000000004c1d | TASK | Include container-puppet tasks for step 5 2025-10-08 23:38:53.730236 | fa163e1d-9a4d-46c5-aea8-000000004c1d | TIMING | Include container-puppet tasks for step 5 | standalone | 0:31:30.336242 | 0.05s 2025-10-08 23:38:53.752529 | 2164f94f-4950-41b5-9383-89cf02d08b39 | INCLUDED | /root/standalone-ansible-93sz9flw/host-container-puppet-tasks.yaml | standalone 2025-10-08 23:38:53.792510 | fa163e1d-9a4d-46c5-aea8-000000004df9 | TASK | Write container-puppet-tasks json file for standalone step 5 2025-10-08 23:38:54.319004 | fa163e1d-9a4d-46c5-aea8-000000004df9 | CHANGED | Write container-puppet-tasks json file for standalone step 5 | standalone 2025-10-08 23:38:54.320411 | fa163e1d-9a4d-46c5-aea8-000000004df9 | TIMING | Write container-puppet-tasks json file for standalone step 5 | standalone | 0:31:30.926475 | 0.53s 2025-10-08 23:38:54.350781 | fa163e1d-9a4d-46c5-aea8-000000004dfb | TASK | Generate container puppet configs for step 5 2025-10-08 23:38:54.619571 | fa163e1d-9a4d-46c5-aea8-000000004dfb | OK | Generate container puppet configs for step 5 | standalone 2025-10-08 23:38:54.620819 | fa163e1d-9a4d-46c5-aea8-000000004dfb | TIMING | Generate container puppet configs for step 5 | standalone | 0:31:31.226883 | 0.27s 2025-10-08 23:38:54.652306 | fa163e1d-9a4d-46c5-aea8-000000004dfc | TASK | Manage Puppet containers (bootstrap tasks) for step 5 with tripleo-ansible 2025-10-08 23:38:54.693801 | fa163e1d-9a4d-46c5-aea8-000000004dfc | TIMING | Manage Puppet containers (bootstrap tasks) for step 5 with tripleo-ansible | standalone | 0:31:31.299856 | 0.04s 2025-10-08 23:38:54.763576 | fa163e1d-9a4d-46c5-aea8-000000004e2b | TASK | Gather variables for each operating system 2025-10-08 23:38:54.855539 | fa163e1d-9a4d-46c5-aea8-000000004e2b | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:31:31.461578 | 0.09s 2025-10-08 23:38:54.889709 | fa163e1d-9a4d-46c5-aea8-000000004e2c | TASK | Create container logs path 2025-10-08 23:38:55.122690 | fa163e1d-9a4d-46c5-aea8-000000004e2c | OK | Create container logs path | standalone 2025-10-08 23:38:55.123471 | fa163e1d-9a4d-46c5-aea8-000000004e2c | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:31:31.729544 | 0.23s 2025-10-08 23:38:55.144090 | fa163e1d-9a4d-46c5-aea8-000000004e2e | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_5 2025-10-08 23:38:55.355538 | fa163e1d-9a4d-46c5-aea8-000000004e2e | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_5 | standalone 2025-10-08 23:38:55.356303 | fa163e1d-9a4d-46c5-aea8-000000004e2e | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_5 | standalone | 0:31:31.962376 | 0.21s 2025-10-08 23:38:55.375885 | fa163e1d-9a4d-46c5-aea8-000000004e2f | TASK | Finalise hashes for all containers 2025-10-08 23:38:55.403317 | fa163e1d-9a4d-46c5-aea8-000000004e2f | OK | Finalise hashes for all containers | standalone 2025-10-08 23:38:55.404367 | fa163e1d-9a4d-46c5-aea8-000000004e2f | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:31:32.010434 | 0.03s 2025-10-08 23:38:55.438708 | fa163e1d-9a4d-46c5-aea8-000000004e31 | TASK | Manage systemd shutdown files 2025-10-08 23:38:55.487404 | fa163e1d-9a4d-46c5-aea8-000000004e31 | SKIPPED | Manage systemd shutdown files | standalone 2025-10-08 23:38:55.488516 | fa163e1d-9a4d-46c5-aea8-000000004e31 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:31:32.094578 | 0.05s 2025-10-08 23:38:55.512704 | fa163e1d-9a4d-46c5-aea8-000000004e33 | TASK | Update container configs with new config hashes 2025-10-08 23:38:55.564229 | fa163e1d-9a4d-46c5-aea8-000000004e33 | SKIPPED | Update container configs with new config hashes | standalone 2025-10-08 23:38:55.565166 | fa163e1d-9a4d-46c5-aea8-000000004e33 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:31:32.171239 | 0.05s 2025-10-08 23:38:55.586290 | fa163e1d-9a4d-46c5-aea8-000000004e34 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_5 2025-10-08 23:38:55.614413 | fa163e1d-9a4d-46c5-aea8-000000004e34 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone 2025-10-08 23:38:55.615296 | fa163e1d-9a4d-46c5-aea8-000000004e34 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone | 0:31:32.221366 | 0.03s 2025-10-08 23:38:55.638842 | fa163e1d-9a4d-46c5-aea8-000000004e35 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_5 2025-10-08 23:38:55.675314 | fa163e1d-9a4d-46c5-aea8-000000004e35 | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone 2025-10-08 23:38:55.676028 | fa163e1d-9a4d-46c5-aea8-000000004e35 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone | 0:31:32.282102 | 0.04s PLAY [Server Post Deployments] ************************************************* 2025-10-08 23:38:55.804844 | fa163e1d-9a4d-46c5-aea8-0000000000f7 | TASK | Server Post Deployments 2025-10-08 23:38:55.832992 | fa163e1d-9a4d-46c5-aea8-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', 'fa163e1d-9a4d-46c5-aea8-0000000000f7') missing from stats 2025-10-08 23:38:55.909098 | fa163e1d-9a4d-46c5-aea8-0000000000f8 | TIMING | include_tasks | standalone | 0:31:32.515161 | 0.06s PLAY [External deployment Post Deploy tasks] *********************************** 2025-10-08 23:38:56.015518 | fa163e1d-9a4d-46c5-aea8-0000000000fc | TASK | External deployment Post Deploy tasks 2025-10-08 23:38:56.041932 | fa163e1d-9a4d-46c5-aea8-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', 'fa163e1d-9a4d-46c5-aea8-0000000000fc') missing from stats 2025-10-08 23:38:56.056622 | fa163e1d-9a4d-46c5-aea8-000000000100 | TASK | is additonal Cell? 2025-10-08 23:38:56.087281 | fa163e1d-9a4d-46c5-aea8-000000000100 | OK | is additonal Cell? | undercloud 2025-10-08 23:38:56.088112 | fa163e1d-9a4d-46c5-aea8-000000000100 | TIMING | is additonal Cell? | undercloud | 0:31:32.694183 | 0.03s 2025-10-08 23:38:56.102134 | fa163e1d-9a4d-46c5-aea8-000000000102 | TASK | discover via nova_manager? 2025-10-08 23:38:56.173072 | fa163e1d-9a4d-46c5-aea8-000000000102 | SKIPPED | discover via nova_manager? | undercloud 2025-10-08 23:38:56.173913 | fa163e1d-9a4d-46c5-aea8-000000000102 | TIMING | discover via nova_manager? | undercloud | 0:31:32.779983 | 0.07s 2025-10-08 23:38:56.188621 | fa163e1d-9a4d-46c5-aea8-000000000103 | TASK | discover via nova_api? 2025-10-08 23:38:56.245204 | fa163e1d-9a4d-46c5-aea8-000000000103 | OK | discover via nova_api? | undercloud 2025-10-08 23:38:56.246173 | fa163e1d-9a4d-46c5-aea8-000000000103 | TIMING | discover via nova_api? | undercloud | 0:31:32.852241 | 0.06s 2025-10-08 23:38:56.261721 | fa163e1d-9a4d-46c5-aea8-000000000104 | TASK | Warn if no discovery host available 2025-10-08 23:38:56.309537 | fa163e1d-9a4d-46c5-aea8-000000000104 | SKIPPED | Warn if no discovery host available | undercloud 2025-10-08 23:38:56.311126 | fa163e1d-9a4d-46c5-aea8-000000000104 | TIMING | Warn if no discovery host available | undercloud | 0:31:32.917194 | 0.05s 2025-10-08 23:38:56.338124 | fa163e1d-9a4d-46c5-aea8-000000000105 | TASK | Discovering nova hosts 2025-10-08 23:38:59.117134 | fa163e1d-9a4d-46c5-aea8-000000000105 | OK | Discovering nova hosts | undercloud -> 192.168.122.100 [WARNING]: ('undercloud -> 192.168.122.100', 'fa163e1d-9a4d-46c5-aea8-000000000105') missing from stats 2025-10-08 23:38:59.179633 | fa163e1d-9a4d-46c5-aea8-000000000106 | OK | set_fact | undercloud 2025-10-08 23:38:59.180469 | fa163e1d-9a4d-46c5-aea8-000000000106 | TIMING | set_fact | undercloud | 0:31:35.786538 | 0.05s 2025-10-08 23:38:59.194291 | fa163e1d-9a4d-46c5-aea8-000000000108 | TASK | Set up group_vars 2025-10-08 23:38:59.220085 | fa163e1d-9a4d-46c5-aea8-000000000108 | OK | Set up group_vars | undercloud 2025-10-08 23:38:59.220787 | fa163e1d-9a4d-46c5-aea8-000000000108 | TIMING | Set up group_vars | undercloud | 0:31:35.826859 | 0.03s 2025-10-08 23:38:59.235704 | fa163e1d-9a4d-46c5-aea8-000000000109 | TASK | Make needed directories on the undercloud 2025-10-08 23:38:59.483787 | fa163e1d-9a4d-46c5-aea8-000000000109 | CHANGED | Make needed directories on the undercloud | undercloud | item=/root/standalone-ansible-93sz9flw/octavia-ansible 2025-10-08 23:38:59.486698 | fa163e1d-9a4d-46c5-aea8-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:31:36.092766 | 0.25s 2025-10-08 23:38:59.705820 | fa163e1d-9a4d-46c5-aea8-000000000109 | CHANGED | Make needed directories on the undercloud | undercloud | item=/root/standalone-ansible-93sz9flw/octavia-ansible/local_dir 2025-10-08 23:38:59.706947 | fa163e1d-9a4d-46c5-aea8-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:31:36.313013 | 0.47s 2025-10-08 23:38:59.904482 | fa163e1d-9a4d-46c5-aea8-000000000109 | CHANGED | Make needed directories on the undercloud | undercloud | item=/root/standalone-ansible-93sz9flw/octavia-ansible/group_vars 2025-10-08 23:38:59.906334 | fa163e1d-9a4d-46c5-aea8-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:31:36.512394 | 0.67s 2025-10-08 23:38:59.916212 | fa163e1d-9a4d-46c5-aea8-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:31:36.522255 | 0.68s 2025-10-08 23:38:59.932257 | fa163e1d-9a4d-46c5-aea8-00000000010a | TASK | Write group_vars file 2025-10-08 23:39:00.347693 | fa163e1d-9a4d-46c5-aea8-00000000010a | CHANGED | Write group_vars file | undercloud 2025-10-08 23:39:00.348626 | fa163e1d-9a4d-46c5-aea8-00000000010a | TIMING | Write group_vars file | undercloud | 0:31:36.954695 | 0.42s 2025-10-08 23:39:00.376254 | fa163e1d-9a4d-46c5-aea8-00000000010b | TASK | Gather missing facts 2025-10-08 23:39:00.766278 | fa163e1d-9a4d-46c5-aea8-00000000010b | OK | Gather missing facts | undercloud -> 192.168.122.100 | item=standalone [WARNING]: ('undercloud -> 192.168.122.100', 'fa163e1d-9a4d-46c5-aea8-00000000010b') missing from stats 2025-10-08 23:39:00.780851 | fa163e1d-9a4d-46c5-aea8-00000000010b | TIMING | Gather missing facts | undercloud | 0:31:37.386907 | 0.40s 2025-10-08 23:39:00.799513 | fa163e1d-9a4d-46c5-aea8-00000000010c | TASK | Write octavia inventory 2025-10-08 23:39:01.330094 | fa163e1d-9a4d-46c5-aea8-00000000010c | CHANGED | Write octavia inventory | undercloud 2025-10-08 23:39:01.331762 | fa163e1d-9a4d-46c5-aea8-00000000010c | TIMING | Write octavia inventory | undercloud | 0:31:37.937820 | 0.53s 2025-10-08 23:39:01.350479 | fa163e1d-9a4d-46c5-aea8-00000000010d | TASK | Check for ssh_private_key in working directory 2025-10-08 23:39:01.578019 | fa163e1d-9a4d-46c5-aea8-00000000010d | OK | Check for ssh_private_key in working directory | undercloud 2025-10-08 23:39:01.579923 | fa163e1d-9a4d-46c5-aea8-00000000010d | TIMING | Check for ssh_private_key in working directory | undercloud | 0:31:38.185977 | 0.23s 2025-10-08 23:39:01.595570 | fa163e1d-9a4d-46c5-aea8-00000000010e | TASK | Set private key location 2025-10-08 23:39:01.645868 | fa163e1d-9a4d-46c5-aea8-00000000010e | SKIPPED | Set private key location | undercloud 2025-10-08 23:39:01.646894 | fa163e1d-9a4d-46c5-aea8-00000000010e | TIMING | Set private key location | undercloud | 0:31:38.252960 | 0.05s 2025-10-08 23:39:01.662335 | fa163e1d-9a4d-46c5-aea8-00000000010f | TASK | Configure octavia command 2025-10-08 23:39:01.710593 | fa163e1d-9a4d-46c5-aea8-00000000010f | OK | Configure octavia command | undercloud 2025-10-08 23:39:01.711956 | fa163e1d-9a4d-46c5-aea8-00000000010f | TIMING | Configure octavia command | undercloud | 0:31:38.318017 | 0.05s 2025-10-08 23:39:01.771919 | fa163e1d-9a4d-46c5-aea8-000000000110 | OK | set_fact | undercloud 2025-10-08 23:39:01.773312 | fa163e1d-9a4d-46c5-aea8-000000000110 | TIMING | set_fact | undercloud | 0:31:38.379374 | 0.04s 2025-10-08 23:39:01.818984 | fa163e1d-9a4d-46c5-aea8-000000000111 | OK | debug | undercloud | result={ "changed": false, "msg": "Configure Octavia command is: ANSIBLE_CONFIG=\"/root/standalone-ansible-93sz9flw/ansible.cfg\" ansible-playbook -i \"/root/standalone-ansible-93sz9flw/octavia-ansible/inventory.yaml\" --extra-vars @/root/standalone-ansible-93sz9flw/octavia-ansible/group_vars/octavia_vars.yaml /usr/share/ansible/tripleo-playbooks/octavia-files.yaml" } 2025-10-08 23:39:01.820539 | fa163e1d-9a4d-46c5-aea8-000000000111 | TIMING | debug | undercloud | 0:31:38.426593 | 0.03s 2025-10-08 23:39:01.838621 | fa163e1d-9a4d-46c5-aea8-000000000112 | TASK | Configure octavia on overcloud 2025-10-08 23:42:18.225076 | fa163e1d-9a4d-46c5-aea8-000000000112 | CHANGED | Configure octavia on overcloud | undercloud 2025-10-08 23:42:18.228278 | fa163e1d-9a4d-46c5-aea8-000000000112 | TIMING | Configure octavia on overcloud | undercloud | 0:34:54.834326 | 196.39s 2025-10-08 23:42:18.248690 | fa163e1d-9a4d-46c5-aea8-000000000113 | TASK | Purge temp dirs 2025-10-08 23:42:18.488369 | fa163e1d-9a4d-46c5-aea8-000000000113 | CHANGED | Purge temp dirs | undercloud | item=/root/standalone-ansible-93sz9flw/octavia-ansible/local_dir 2025-10-08 23:42:18.489306 | fa163e1d-9a4d-46c5-aea8-000000000113 | TIMING | Purge temp dirs | undercloud | 0:34:55.095375 | 0.24s 2025-10-08 23:42:18.494229 | fa163e1d-9a4d-46c5-aea8-000000000113 | TIMING | Purge temp dirs | undercloud | 0:34:55.100263 | 0.24s PLAY RECAP ********************************************************************* localhost : ok=1 changed=0 unreachable=0 failed=0 skipped=2 rescued=0 ignored=0 standalone : ok=796 changed=346 unreachable=0 failed=0 skipped=317 rescued=0 ignored=0 undercloud : ok=130 changed=53 unreachable=0 failed=0 skipped=10 rescued=0 ignored=2 2025-10-08 23:42:18.550528 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-08 23:42:18.550838 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 1293 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-08 23:42:18.551076 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:34:55.157155 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-08 23:42:18.551430 | UUID | Info | Host | Task Name | Run Time 2025-10-08 23:42:18.551662 | fa163e1d-9a4d-46c5-aea8-0000000022b0 | SUMMARY | standalone | Pre-fetch all the containers | 282.11s 2025-10-08 23:42:18.551922 | fa163e1d-9a4d-46c5-aea8-000000000112 | SUMMARY | undercloud | Configure octavia on overcloud | 196.39s 2025-10-08 23:42:18.552141 | fa163e1d-9a4d-46c5-aea8-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 | 132.74s 2025-10-08 23:42:18.552409 | fa163e1d-9a4d-46c5-aea8-00000000307b | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for haproxy | 106.02s 2025-10-08 23:42:18.552638 | fa163e1d-9a4d-46c5-aea8-000000002ca5 | SUMMARY | standalone | Wait for puppet host configuration to finish | 71.77s 2025-10-08 23:42:18.552861 | fa163e1d-9a4d-46c5-aea8-00000000389c | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | 52.93s 2025-10-08 23:42:18.553147 | fa163e1d-9a4d-46c5-aea8-000000002e45 | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | 31.36s 2025-10-08 23:42:18.553390 | fa163e1d-9a4d-46c5-aea8-00000000487b | SUMMARY | standalone | Wait for puppet host configuration to finish | 30.84s 2025-10-08 23:42:18.553612 | fa163e1d-9a4d-46c5-aea8-0000000030a7 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for mysql | 28.61s 2025-10-08 23:42:18.553835 | fa163e1d-9a4d-46c5-aea8-0000000030ff | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for redis | 28.19s 2025-10-08 23:42:18.554058 | fa163e1d-9a4d-46c5-aea8-0000000030d3 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for oslo_messaging_rpc | 27.36s 2025-10-08 23:42:18.554333 | fa163e1d-9a4d-46c5-aea8-00000000389d | SUMMARY | standalone | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_3 | 26.22s 2025-10-08 23:42:18.554584 | fa163e1d-9a4d-46c5-aea8-000000004dae | SUMMARY | standalone | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_5 | 25.09s 2025-10-08 23:42:18.554811 | fa163e1d-9a4d-46c5-aea8-000000004dad | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | 24.79s 2025-10-08 23:42:18.555036 | fa163e1d-9a4d-46c5-aea8-000000004b12 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_backup | 24.29s 2025-10-08 23:42:18.555279 | fa163e1d-9a4d-46c5-aea8-000000004b6a | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for manila_share | 24.04s 2025-10-08 23:42:18.555540 | fa163e1d-9a4d-46c5-aea8-000000004b3e | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_volume | 23.99s 2025-10-08 23:42:18.555759 | fa163e1d-9a4d-46c5-aea8-00000000319f | SUMMARY | standalone | Wait for puppet host configuration to finish | 20.70s 2025-10-08 23:42:18.555987 | fa163e1d-9a4d-46c5-aea8-000000003708 | SUMMARY | standalone | Wait for puppet host configuration to finish | 20.69s 2025-10-08 23:42:18.556232 | fa163e1d-9a4d-46c5-aea8-000000004c14 | SUMMARY | standalone | Wait for puppet host configuration to finish | 20.68s 2025-10-08 23:42:18.556452 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ End Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Not cleaning working directory /root/tripleo-heat-installer-templates Not cleaning ansible directory /root/standalone-ansible-93sz9flw Install artifact is located at /root/standalone-install-20251008234219.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.pugl87jwpp + exit 0 ~/ci-framework-data/artifacts