~/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.1ItpF0pvuS + 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.1ItpF0pvuS/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=true + EDPM_COMPUTE_CEPH_NOVA=true + EDPM_COMPUTE_SRIOV_ENABLED=true + EDPM_COMPUTE_DHCP_AGENT_ENABLED=true + BARBICAN_ENABLED=true + MANILA_ENABLED=true + SWIFT_REPLICATED=false + TLSE_ENABLED=false + CLOUD_DOMAIN=localdomain + 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.1ItpF0pvuS/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.1ItpF0pvuS + J2_VARS_FILE=/tmp/tmp.1ItpF0pvuS/tmp.F90dHkLZVU.yaml + cat + jinja2_render standalone/network_data.j2 /tmp/tmp.1ItpF0pvuS/tmp.F90dHkLZVU.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/network_data.j2 + j2_vars_file=/tmp/tmp.1ItpF0pvuS/tmp.F90dHkLZVU.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.1ItpF0pvuS/tmp.F90dHkLZVU.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.1ItpF0pvuS/tmp.F90dHkLZVU.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/deployed_network.j2 + j2_vars_file=/tmp/tmp.1ItpF0pvuS/tmp.F90dHkLZVU.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.1ItpF0pvuS/tmp.F90dHkLZVU.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.1ItpF0pvuS/tmp.F90dHkLZVU.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/net_config.j2 + j2_vars_file=/tmp/tmp.1ItpF0pvuS/tmp.F90dHkLZVU.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.1ItpF0pvuS/tmp.F90dHkLZVU.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.1ItpF0pvuS/tmp.F90dHkLZVU.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/role.j2 + j2_vars_file=/tmp/tmp.1ItpF0pvuS/tmp.F90dHkLZVU.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.1ItpF0pvuS/tmp.F90dHkLZVU.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.1ItpF0pvuS/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.1ItpF0pvuS/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.1ItpF0pvuS/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.1ItpF0pvuS/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.1ItpF0pvuS/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. + [[ true == \t\r\u\e ]] + scp -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i /home/zuul/.ssh/id_rsa standalone/ceph.sh root@192.168.122.100:/tmp/ceph.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/openstack.sh root@192.168.122.100:/tmp/openstack.sh Warning: Permanently added '192.168.122.100' (ECDSA) to the list of known hosts. + scp -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i /home/zuul/.ssh/id_rsa standalone/post_config/ironic.sh root@192.168.122.100:/tmp/ironic_post.sh Warning: Permanently added '192.168.122.100' (ECDSA) to the list of known hosts. + '[' -f /home/zuul/.ssh/id_ecdsa.pub ']' + ssh-keygen -t ecdsa -f /home/zuul/.ssh/id_ecdsa -q -N '' + scp -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i /home/zuul/.ssh/id_rsa /home/zuul/.ssh/id_ecdsa.pub root@192.168.122.100:/root/.ssh/id_ecdsa.pub Warning: Permanently added '192.168.122.100' (ECDSA) to the list of known hosts. + [[ -f /home/zuul/containers-prepare-parameters.yaml ]] + [[ -z false ]] + [[ false == \f\a\l\s\e ]] + ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i /home/zuul/.ssh/id_rsa root@192.168.122.100 'bash /tmp/repo-setup.sh' Warning: Permanently added '192.168.122.100' (ECDSA) to the list of known hosts. Repository 'openstack-17.1-for-rhel-9-x86_64-rpms' is enabled for this system. Repository 'rhceph-7-tools-for-rhel-9-x86_64-rpms' is enabled for this system. Repository 'fast-datapath-for-rhel-9-x86_64-rpms' is enabled for this system. Repository 'rhel-9-for-x86_64-highavailability-eus-rpms' is enabled for this system. + ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i /home/zuul/.ssh/id_rsa root@192.168.122.100 'rm -f /tmp/repo-setup.sh' Warning: Permanently added '192.168.122.100' (ECDSA) to the list of known hosts. + [[ -n '' ]] + ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i /home/zuul/.ssh/id_rsa root@192.168.122.100 'bash /tmp/standalone-deploy.sh' Warning: Permanently added '192.168.122.100' (ECDSA) to the list of known hosts. + sudo dnf install -y podman python3-tripleoclient util-linux lvm2 cephadm Updating Subscription Management repositories. Red Hat Enterprise Linux 9 for x86_64 - High Av 6.0 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-340.el9cp rhceph-7-tools-for-rhel-9-x86_64-rpms 374 k lvm2 x86_64 9:2.03.17-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 1.5 M python3-tripleoclient noarch 16.5.1-17.1.20250523121326.f3599d0.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 553 k Upgrading: device-mapper x86_64 9:1.02.187-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 142 k device-mapper-libs x86_64 9:1.02.187-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 176 k libblkid x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 109 k libfdisk x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 156 k libmount x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 136 k libsmartcols x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 65 k libuuid x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 30 k util-linux x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 2.3 M util-linux-core x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 464 k Installing dependencies: ansible-collection-ansible-netcommon noarch 2.2.0-1.2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 181 k ansible-collection-ansible-posix noarch 1.2.0-1.3.el9ost rhceph-7-tools-for-rhel-9-x86_64-rpms 124 k ansible-collection-ansible-utils noarch 2.3.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 91 k ansible-collection-community-general noarch 4.0.0-1.1.el9ost rhceph-7-tools-for-rhel-9-x86_64-rpms 1.3 M ansible-collection-containers-podman noarch 1.9.4-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 243 k ansible-collections-openstack noarch 1.9.1-17.1.20250511000957.0e9a6f2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 146 k ansible-config_template noarch 2.0.1-17.1.20230621083924.7951228.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k ansible-freeipa noarch 1.9.2-3.el9_2 rhel-9-for-x86_64-appstream-eus-rpms 452 k ansible-pacemaker noarch 1.0.4-17.1.20231213170757.7c10fdb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k ansible-role-atos-hsm noarch 1.0.1-17.1.20230927001631.8618a22.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 17 k ansible-role-chrony noarch 1.3.1-17.1.20230621084226.0111661.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 22 k ansible-role-collectd-config noarch 0.0.3-17.1.20230620165926.1992666.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 53 k ansible-role-container-registry noarch 1.4.1-17.1.20230621045806.a091b9c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 24 k ansible-role-lunasa-hsm noarch 1.1.1-17.1.20250603180833.5b8127c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 19 k ansible-role-metalsmith-deployment noarch 1.4.4-17.1.20240522060758.5e7461e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k ansible-role-openstack-operations noarch 0.0.1-17.1.20230620170737.2ab288f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 30 k ansible-role-qdr-config noarch 0.0.2-17.1.20230620171136.b456651.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k ansible-role-redhat-subscription noarch 1.3.0-17.1.20230621033420.eefe501.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 28 k ansible-role-thales-hsm noarch 3.0.1-17.1.20231007220803.f95c0fc.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k ansible-role-tripleo-modify-image noarch 1.5.1-17.1.20230621064242.b6eedb6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 27 k ansible-tripleo-ipa noarch 0.3.1-17.1.20230627190951.8d29d9e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 36 k ansible-tripleo-ipsec noarch 11.0.1-17.1.20230620172008.b5559c8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 38 k augeas-libs x86_64 1.13.0-3.el9 rhel-9-for-x86_64-appstream-eus-rpms 459 k boost-atomic x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 19 k boost-chrono x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 26 k boost-filesystem x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 59 k boost-locale x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 216 k boost-log x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 410 k boost-nowide x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 17 k boost-program-options x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 108 k boost-regex x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 279 k boost-system x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 15 k boost-thread x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 57 k buildah x86_64 1:1.29.5-1.el9_2 rhel-9-for-x86_64-appstream-eus-rpms 8.6 M cpp-hocon x86_64 0.3.0-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 351 k device-mapper-event x86_64 9:1.02.187-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 32 k device-mapper-event-libs x86_64 9:1.02.187-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 31 k device-mapper-persistent-data x86_64 0.9.0-13.el9 rhel-9-for-x86_64-baseos-rpms 786 k dib-utils noarch 0.0.11-17.1.20230620173328.51661c3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 12 k facter x86_64 1:3.14.19-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 518 k glibc-langpack-en x86_64 2.34-60.el9 rhel-9-for-x86_64-baseos-rpms 675 k golang-github-vbatts-tar-split x86_64 0.11.1-9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.0 M heat-cfntools noarch 1.4.2-6.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 77 k hiera noarch 3.6.0-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 33 k ipa-client-common noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 44 k ipa-common noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 656 k ipa-selinux noarch 4.10.1-6.el9 rhel-9-for-x86_64-appstream-eus-rpms 40 k iptables-nft-services noarch 1.8.8-6.el9_1 rhel-9-for-x86_64-appstream-eus-rpms 28 k jq x86_64 1.6-14.el9 rhel-9-for-x86_64-appstream-eus-rpms 190 k krb5-pkinit x86_64 1.20.1-8.el9 rhel-9-for-x86_64-baseos-rpms 62 k krb5-workstation x86_64 1.20.1-8.el9 rhel-9-for-x86_64-baseos-rpms 542 k leatherman x86_64 1.12.6-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 405 k libaio x86_64 0.3.111-13.el9 rhel-9-for-x86_64-baseos-rpms 26 k libburn x86_64 1.5.4-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 175 k libipa_hbac x86_64 2.8.2-5.el9_2.5 rhel-9-for-x86_64-baseos-eus-rpms 36 k libisoburn x86_64 1.5.4-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 419 k libisofs x86_64 1.5.4-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 224 k libkadm5 x86_64 1.20.1-8.el9 rhel-9-for-x86_64-baseos-rpms 81 k libpkgconf x86_64 1.7.3-10.el9 rhel-9-for-x86_64-baseos-rpms 37 k libselinux-ruby x86_64 3.5-1.el9 rhel-9-for-x86_64-appstream-eus-rpms 59 k libsodium x86_64 1.0.18-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 162 k libunwind x86_64 1.6.2-1.el9cp rhceph-7-tools-for-rhel-9-x86_64-rpms 68 k libxslt x86_64 1.1.34-11.el9_2 rhel-9-for-x86_64-appstream-eus-rpms 245 k lvm2-libs x86_64 9:2.03.17-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 1.0 M oniguruma x86_64 6.9.6-1.el9.5 rhel-9-for-x86_64-appstream-eus-rpms 221 k openpgm x86_64 5.2.122-26.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 178 k openssl-perl x86_64 1:3.0.7-6.el9_2 rhel-9-for-x86_64-appstream-eus-rpms 42 k openstack-ansible-core x86_64 2.14.2-4.7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 2.3 M openstack-heat-agents noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 9.6 k openstack-heat-api noarch 1:16.1.1-17.1.20250703110808.edc6d60.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k openstack-heat-common noarch 1:16.1.1-17.1.20250703110808.edc6d60.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.6 M openstack-heat-engine noarch 1:16.1.1-17.1.20250703110808.edc6d60.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 15 k openstack-heat-monolith noarch 1:16.1.1-17.1.20250703110808.edc6d60.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k openstack-selinux noarch 0.8.37-17.1.20231107080825.05dd1b2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 221 k openstack-tripleo-common noarch 15.4.1-17.1.20250527161411.e5b18f2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 52 k openstack-tripleo-common-containers noarch 15.4.1-17.1.20250527161411.e5b18f2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 78 k openstack-tripleo-heat-templates noarch 14.3.1-17.1.20250704160749.e7c7ce3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 617 k openstack-tripleo-validations noarch 14.3.2-17.1.20250120160809.2b526f8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 204 k os-apply-config noarch 13.1.1-17.1.20231020001757.3c7f9b9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 54 k os-collect-config noarch 13.1.1-17.1.20231020001748.76173d8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 50 k os-refresh-config noarch 13.1.1-17.1.20231020000854.812905b.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k perl-AutoLoader noarch 5.74-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 23 k perl-B x86_64 1.80-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 185 k perl-Carp noarch 1.50-460.el9 rhel-9-for-x86_64-appstream-eus-rpms 31 k perl-Class-Struct noarch 0.66-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 24 k perl-Data-Dumper x86_64 2.174-462.el9 rhel-9-for-x86_64-appstream-eus-rpms 59 k perl-Digest noarch 1.19-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 29 k perl-Digest-MD5 x86_64 2.58-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 39 k perl-Encode x86_64 4:3.08-462.el9 rhel-9-for-x86_64-appstream-eus-rpms 1.7 M perl-Errno x86_64 1.30-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 17 k perl-Exporter noarch 5.74-461.el9 rhel-9-for-x86_64-appstream-eus-rpms 34 k perl-Fcntl x86_64 1.13-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 23 k perl-File-Basename noarch 2.85-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 19 k perl-File-Path noarch 2.18-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 38 k perl-File-Temp noarch 1:0.231.100-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 63 k perl-File-stat noarch 1.09-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 19 k perl-FileHandle noarch 2.03-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 17 k perl-Getopt-Long noarch 1:2.52-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 64 k perl-Getopt-Std noarch 1.12-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 17 k perl-HTTP-Tiny noarch 0.076-461.el9_2 rhel-9-for-x86_64-appstream-eus-rpms 57 k perl-IO x86_64 1.43-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 94 k perl-IO-Socket-IP noarch 0.41-5.el9 rhel-9-for-x86_64-appstream-eus-rpms 45 k perl-IO-Socket-SSL noarch 2.073-1.el9 rhel-9-for-x86_64-appstream-eus-rpms 223 k perl-IPC-Open3 noarch 1.21-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 25 k perl-MIME-Base64 x86_64 3.16-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 34 k perl-Mozilla-CA noarch 20200520-6.el9 rhel-9-for-x86_64-appstream-eus-rpms 14 k perl-Net-SSLeay x86_64 1.92-2.el9 rhel-9-for-x86_64-appstream-eus-rpms 392 k perl-POSIX x86_64 1.94-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 99 k perl-PathTools x86_64 3.78-461.el9 rhel-9-for-x86_64-appstream-eus-rpms 92 k perl-Pod-Escapes noarch 1:1.07-460.el9 rhel-9-for-x86_64-appstream-eus-rpms 22 k perl-Pod-Perldoc noarch 3.28.01-461.el9 rhel-9-for-x86_64-appstream-eus-rpms 92 k perl-Pod-Simple noarch 1:3.42-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 229 k perl-Pod-Usage noarch 4:2.01-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 43 k perl-Scalar-List-Utils x86_64 4:1.56-461.el9 rhel-9-for-x86_64-appstream-eus-rpms 77 k perl-SelectSaver noarch 1.02-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 13 k perl-Socket x86_64 4:2.031-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 58 k perl-Storable x86_64 1:3.21-460.el9 rhel-9-for-x86_64-appstream-eus-rpms 98 k perl-Symbol noarch 1.08-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 16 k perl-Term-ANSIColor noarch 5.01-461.el9 rhel-9-for-x86_64-appstream-eus-rpms 51 k perl-Term-Cap noarch 1.17-460.el9 rhel-9-for-x86_64-appstream-eus-rpms 24 k perl-Text-ParseWords noarch 3.30-460.el9 rhel-9-for-x86_64-appstream-eus-rpms 18 k perl-Text-Tabs+Wrap noarch 2013.0523-460.el9 rhel-9-for-x86_64-appstream-eus-rpms 25 k perl-Time-Local noarch 2:1.300-7.el9 rhel-9-for-x86_64-appstream-eus-rpms 37 k perl-URI noarch 5.09-3.el9 rhel-9-for-x86_64-appstream-eus-rpms 125 k perl-base noarch 2.27-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 18 k perl-constant noarch 1.33-461.el9 rhel-9-for-x86_64-appstream-eus-rpms 25 k perl-if noarch 0.60.800-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 16 k perl-interpreter x86_64 4:5.32.1-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 75 k perl-libnet noarch 3.13-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 134 k perl-libs x86_64 4:5.32.1-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 2.2 M perl-mro x86_64 1.23-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 31 k perl-overload noarch 1.31-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 47 k perl-overloading noarch 0.02-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 15 k perl-parent noarch 1:0.238-460.el9 rhel-9-for-x86_64-appstream-eus-rpms 16 k perl-podlators noarch 1:4.14-460.el9 rhel-9-for-x86_64-appstream-eus-rpms 118 k perl-subs noarch 1.03-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 13 k perl-vars noarch 1.05-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 15 k pkgconf x86_64 1.7.3-10.el9 rhel-9-for-x86_64-baseos-rpms 45 k pkgconf-m4 noarch 1.7.3-10.el9 rhel-9-for-x86_64-baseos-rpms 16 k pkgconf-pkg-config x86_64 1.7.3-10.el9 rhel-9-for-x86_64-baseos-rpms 12 k puppet noarch 7.10.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 11 k puppet-aodh noarch 18.4.2-17.1.20230620151218.3e47b5a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 62 k puppet-apache noarch 6.5.2-17.1.20230621001106.e4a1532.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 259 k puppet-archive noarch 4.6.1-17.1.20230620181607.bc7e4ff.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 44 k puppet-auditd noarch 2.2.1-17.1.20230620192453.189b22b.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 28 k puppet-barbican noarch 18.4.2-17.1.20250625204151.af6c77b.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 57 k puppet-ceilometer noarch 18.4.3-17.1.20230927010818.3838907.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 70 k puppet-certmonger noarch 2.7.1-17.1.20230620184730.3e2e660.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 26 k puppet-cinder noarch 18.5.2-17.1.20230621054224.6aa60e7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 120 k puppet-collectd noarch 13.0.1-17.1.20230620193147.ad138a7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 135 k puppet-concat noarch 6.2.1-17.1.20230620181556.dfeabb9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 41 k puppet-corosync noarch 8.0.1-17.1.20230621104908.6a9da9a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 68 k puppet-designate noarch 18.6.1-17.1.20230621061456.f4c0b89.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 69 k puppet-dns noarch 8.2.1-17.1.20230621002045.70f5b28.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 36 k puppet-etcd noarch 1.12.3-17.1.20230620193226.e143c2d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 25 k puppet-fdio noarch 18.2-1.20220727113954.6fd1c8e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 25 k puppet-firewall noarch 3.4.1-17.1.20230621022040.94f707c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 77 k puppet-git noarch 0.5.0-17.1.20230620193928.4e4498e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 23 k puppet-glance noarch 18.6.1-17.1.20250220151014.81b081d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 87 k puppet-gnocchi noarch 18.4.3-17.1.20230621061020.7584b94.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 58 k puppet-haproxy noarch 4.2.2-17.1.20230620193950.a797b8c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 52 k puppet-headless noarch 7.10.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.4 M puppet-heat noarch 18.4.1-17.1.20230621111632.3b41bb0.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 70 k puppet-horizon noarch 18.6.1-17.1.20230621075748.8074e69.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 63 k puppet-inifile noarch 4.2.1-17.1.20230620180624.df46d2a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 42 k puppet-ipaclient noarch 2.5.2-17.1.20230620194626.b086731.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 17 k puppet-ironic noarch 18.7.1-17.1.20240305210817.edf93f9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 121 k puppet-keepalived noarch 0.0.2-17.1.20230620194716.bbca37a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k puppet-keystone noarch 18.6.1-17.1.20250425111017.cb0adcb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 127 k puppet-kmod noarch 2.5.0-17.1.20230620190646.52e31e3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k puppet-manila noarch 18.5.2-17.1.20231102190827.a72a7d5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 81 k puppet-memcached noarch 6.0.0-17.1.20230620184630.4c70dbd.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 23 k puppet-module-data noarch 0.5.1-17.1.20230620195419.28dafce.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 13 k puppet-mysql noarch 10.6.1-17.1.20230621022141.937d044.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 99 k puppet-neutron noarch 18.6.1-17.1.20230621053056.c9d467f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 196 k puppet-nova noarch 18.6.1-17.1.20230621090443.a21eae4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 200 k puppet-nssdb noarch 1.0.2-17.1.20230620185645.2ed2a2d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 12 k puppet-octavia noarch 18.5.1-17.1.20230621062420.842492c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 76 k puppet-openstack_extras noarch 18.5.1-17.1.20230621042409.504e1a0.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 48 k puppet-openstacklib noarch 18.5.2-17.1.20230621052822.64d8ac6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 62 k puppet-oslo noarch 18.5.1-17.1.20230621052358.fe2a147.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 48 k puppet-ovn noarch 18.6.1-17.1.20240925094907.7805f7e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k puppet-pacemaker noarch 1.5.1-17.1.20250214161010.f10ce89.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 158 k puppet-placement noarch 5.4.3-17.1.20230621061610.e7557a5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 41 k puppet-qdr noarch 7.4.1-17.1.20230620195605.8a575de.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 31 k puppet-rabbitmq noarch 11.0.1-17.1.20230620182519.63fee2c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 266 k puppet-redis noarch 6.1.1-17.1.20230620191704.547105e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 51 k puppet-remote noarch 10.0.0-17.1.20230620192417.7420908.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k puppet-rsync noarch 1.1.4-17.1.20230621002829.ea6397e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 28 k puppet-rsyslog noarch 4.0.1-17.1.20230620200132.2548a0d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 58 k puppet-snmp noarch 3.9.1-17.1.20230620200411.5d73485.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 34 k puppet-ssh noarch 6.2.1-17.1.20230620190251.6e0f430.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k puppet-stdlib noarch 6.3.1-17.1.20230621000857.7c1ae25.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 160 k puppet-swift noarch 18.6.1-17.1.20230621052139.f105ffc.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 115 k puppet-sysctl noarch 0.0.13-17.1.20230620183456.847ec1c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k puppet-systemd noarch 2.12.1-17.1.20230620191611.8f68b0d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 42 k puppet-tripleo noarch 14.2.3-17.1.20250320101351.40278e1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 239 k puppet-vcsrepo noarch 3.1.1-17.1.20230620183456.a36ee18.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 50 k puppet-vswitch noarch 14.4.3-17.1.20230621043558.51e82ca.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 41 k puppet-xinetd noarch 3.3.1-17.1.20230620185435.8d460c4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 26 k python-openstackclient-lang noarch 5.5.2-17.1.20250616100909.42d9b6e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 58 k python-oslo-cache-lang noarch 2.7.1-17.1.20230621012756.d0252f6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 19 k python-oslo-db-lang noarch 8.5.2-17.1.20240820150750.26fd6fb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k python-oslo-log-lang noarch 4.4.0-17.1.20230620205407.9b29c90.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k python-oslo-middleware-lang noarch 4.2.1-17.1.20230621011225.b40ca5f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 13 k python-oslo-policy-lang noarch 3.7.1-17.1.20230621003949.639b471.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k python-oslo-versionedobjects-lang noarch 2.4.1-17.1.20230621010423.89ff171.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k python-pycadf-common noarch 3.1.1-17.1.20230620210757.4179996.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 15 k python3-GitPython noarch 3.1.14-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 238 k python3-PyMySQL noarch 0.10.1-6.el9 rhel-9-for-x86_64-appstream-eus-rpms 112 k python3-alembic noarch 1.7.5-3.el9 rhel-9-for-x86_64-appstream-eus-rpms 900 k python3-amqp noarch 5.0.6-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 92 k python3-ansible-runner noarch 2.0.0a1-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 122 k python3-aodhclient noarch 2.2.0-17.1.20230620222234.b747ae3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 56 k python3-appdirs noarch 1.4.4-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 27 k python3-augeas noarch 0.5.0-25.el9 rhel-9-for-x86_64-appstream-eus-rpms 31 k python3-barbicanclient noarch 5.3.0-17.1.20230620213453.ad49c40.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 127 k python3-bcrypt x86_64 3.1.7-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 44 k python3-beautifulsoup4 noarch 4.9.3-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 204 k python3-boto noarch 2.45.0-8.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.3 M python3-cachetools noarch 4.2.2-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 33 k python3-cinderclient noarch 7.4.1-17.1.20230620211836.4f72e6f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 218 k python3-cliff noarch 3.7.0-17.1.20230620172206.117a100.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 95 k python3-cmd2 noarch 1.4.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 284 k python3-colorama noarch 0.4.4-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 35 k python3-croniter noarch 0.3.35-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 49 k python3-daemon noarch 2.3.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 39 k python3-designateclient noarch 4.2.1-17.1.20230621023138.7a8d156.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 92 k python3-dns noarch 2.2.1-2.el9 rhel-9-for-x86_64-baseos-rpms 418 k python3-docutils noarch 0.16-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.5 M python3-dogpile-cache noarch 1.1.5-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 89 k python3-etcd3gw noarch 0.2.6-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 44 k python3-extras noarch 1.0.0-17.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k python3-fixtures noarch 3.0.0-24.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 93 k python3-futurist noarch 2.3.0-17.1.20230621104020.1a1c6f8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 64 k python3-gevent x86_64 21.1.2-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.6 M python3-gitdb noarch 4.0.5-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 107 k python3-glanceclient noarch 1:3.3.0-17.1.20240712170803.f802c71.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 143 k python3-gssapi x86_64 1.6.9-5.el9 rhel-9-for-x86_64-appstream-eus-rpms 489 k python3-heat-agent noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 19 k python3-heat-agent-ansible noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 11 k python3-heat-agent-apply-config noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 9.9 k python3-heat-agent-docker-cmd noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 12 k python3-heat-agent-hiera noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 10 k python3-heat-agent-json-file noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 9.8 k python3-heat-agent-puppet noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 11 k python3-heatclient noarch 2.3.1-17.1.20230621012952.d16c245.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 158 k python3-ipaclient noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 648 k python3-ipalib noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 663 k python3-ironic-inspector-client noarch 4.5.0-17.1.20230620205758.3c03e21.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 67 k python3-ironicclient noarch 4.6.4-17.1.20230621041552.09b78fa.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 342 k python3-jeepney noarch 0.6.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 284 k python3-jmespath noarch 0.10.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 46 k python3-jwcrypto noarch 0.8-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 76 k python3-keyring noarch 21.8.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 77 k python3-keystoneauth1 noarch 4.4.0-17.1.20240812145234.112bcae.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 409 k python3-keystoneclient noarch 1:4.3.0-17.1.20230621025111.d5cb761.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 239 k python3-keystonemiddleware noarch 9.2.0-17.1.20230620211753.3659bda.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 92 k python3-kombu noarch 1:5.0.2-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 313 k python3-ldap x86_64 3.4.3-2.el9 rhel-9-for-x86_64-appstream-eus-rpms 259 k python3-libipa_hbac x86_64 2.8.2-5.el9_2.5 rhel-9-for-x86_64-baseos-eus-rpms 30 k python3-lockfile noarch 1:0.12.2-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 31 k python3-logutils noarch 0.3.5-15.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 47 k python3-lxml x86_64 4.6.5-3.el9 rhel-9-for-x86_64-appstream-eus-rpms 1.2 M python3-magnumclient noarch 3.4.1-17.1.20230621053508.280acd2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 121 k python3-mako noarch 1.1.4-6.el9 rhel-9-for-x86_64-appstream-eus-rpms 176 k python3-manilaclient noarch 2.6.4-17.1.20240830140806.7f7d7d3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 528 k python3-memcached noarch 1.59-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 40 k python3-metalsmith noarch 1.4.4-17.1.20240522060758.5e7461e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 65 k python3-migrate noarch 0.13.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 224 k python3-mimeparse noarch 1.6.0-16.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k python3-mistralclient noarch 4.2.0-17.1.20230620220528.20a10f0.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 166 k python3-msgpack x86_64 1.0.2-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 87 k python3-munch noarch 2.5.0-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 25 k python3-natsort noarch 7.1.1-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 59 k python3-neutron-lib noarch 2.10.3-17.1.20231221164814.619c0fe.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 375 k python3-neutronclient noarch 7.3.1-17.1.20230621044049.29a9f5e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 298 k python3-novaclient noarch 1:17.4.1-17.1.20230621034300.5ee4427.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 201 k python3-octaviaclient noarch 2.3.1-17.1.20231106100828.51347bc.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 91 k python3-openstackclient noarch 5.5.2-17.1.20250616100909.42d9b6e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.1 M python3-openstacksdk noarch 0.55.1-17.1.20250516211008.f09ed4a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 735 k python3-openvswitch3.3 x86_64 3.3.4-110.el9fdp fast-datapath-for-rhel-9-x86_64-rpms 369 k python3-os-client-config noarch 2.1.0-17.1.20230620203151.bc96c23.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 55 k python3-os-ken noarch 1.4.1-17.1.20241205090937.018d755.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 2.1 M python3-os-service-types noarch 1.7.0-17.1.20230620201222.0b2f473.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 38 k python3-os-traits noarch 2.5.0-17.1.20230620221402.ac1b39e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 45 k python3-osc-lib noarch 2.3.1-17.1.20230620203400.2b7a679.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 78 k python3-oslo-cache noarch 2.7.1-17.1.20230621012756.d0252f6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 56 k python3-oslo-context noarch 3.2.1-17.1.20230620204857.b124eb7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 27 k python3-oslo-db noarch 8.5.2-17.1.20240820150750.26fd6fb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 144 k python3-oslo-log noarch 4.4.0-17.1.20230620205407.9b29c90.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 64 k python3-oslo-messaging noarch 12.7.3-17.1.20231219130800.5d6fd1a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 216 k python3-oslo-middleware noarch 4.2.1-17.1.20230621011225.b40ca5f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 55 k python3-oslo-policy noarch 3.7.1-17.1.20230621003949.639b471.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 76 k python3-oslo-reports noarch 2.2.0-17.1.20230620210621.bc631ae.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 59 k python3-oslo-rootwrap noarch 6.3.1-17.1.20230621110703.1b1b960.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 46 k python3-oslo-serialization noarch 4.1.1-17.1.20230621011445.bbe5d5a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 34 k python3-oslo-service noarch 2.5.1-17.1.20240821200745.c1e3398.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 71 k python3-oslo-upgradecheck noarch 1.3.1-17.1.20230621010138.9561ecb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k python3-oslo-versionedobjects noarch 2.4.1-17.1.20230621010423.89ff171.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 79 k python3-osprofiler noarch 3.4.0-17.1.20230620215259.5d82a02.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 130 k python3-paramiko noarch 2.11.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 299 k python3-passlib noarch 1.7.4-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 712 k python3-paste noarch 3.5.0-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 776 k python3-paste-deploy noarch 2.1.1-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 41 k python3-pecan noarch 1.4.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 273 k python3-psutil x86_64 5.8.0-12.el9 rhel-9-for-x86_64-appstream-eus-rpms 218 k python3-pyOpenSSL noarch 20.0.1-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 90 k python3-pyasn1 noarch 0.4.8-6.el9 rhel-9-for-x86_64-appstream-eus-rpms 163 k python3-pyasn1-modules noarch 0.4.8-6.el9 rhel-9-for-x86_64-appstream-eus-rpms 283 k python3-pycadf noarch 3.1.1-17.1.20230620210757.4179996.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 53 k python3-pynacl x86_64 1.4.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 111 k python3-pyperclip noarch 1.8.0-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 25 k python3-pystache noarch 0.5.4-15.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 132 k python3-pyusb noarch 1.0.2-13.el9 rhel-9-for-x86_64-appstream-eus-rpms 96 k python3-qrcode-core noarch 6.1-12.el9 rhel-9-for-x86_64-appstream-eus-rpms 61 k python3-repoze-lru noarch 0.7-12.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 32 k python3-requestsexceptions noarch 1.4.0-17.1.20230620164652.d7ac0ff.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 17 k python3-rhosp-openvswitch noarch 3.3-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 8.3 k python3-routes noarch 2.4.1-14.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 188 k python3-rsa noarch 4.6-3.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 57 k python3-saharaclient noarch 3.3.0-17.1.20230620222322.401e663.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 188 k python3-secretstorage noarch 3.3.1-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 36 k python3-setproctitle x86_64 1.2.2-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 23 k python3-shade noarch 1.33.0-17.1.20230620225148.e7c7f29.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 523 k python3-simplejson x86_64 3.17.5-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 266 k python3-smmap noarch 3.0.1-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 47 k python3-soupsieve noarch 2.2-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 67 k python3-sqlalchemy13 x86_64 1.3.24-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.7 M python3-sqlparse noarch 0.4.1-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 83 k python3-sss-murmur x86_64 2.8.2-5.el9_2.5 rhel-9-for-x86_64-baseos-eus-rpms 19 k python3-statsd noarch 3.2.1-20.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 35 k python3-swiftclient noarch 3.11.1-17.1.20230620204150.06b36ae.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 136 k python3-tempita noarch 0.5.1-27.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 36 k python3-tenacity noarch 6.3.1-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 51 k python3-testtools noarch 2.4.0-10.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 333 k python3-tinyrpc noarch 1.0.3-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 50 k python3-tripleo-common noarch 15.4.1-17.1.20250527161411.e5b18f2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 202 k python3-troveclient noarch 7.0.0-17.1.20230620220924.c7319d8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 344 k python3-urllib-gssapi noarch 1.0.2-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 24 k python3-validations-libs noarch 1.9.1-17.1.20230913020848.8d9e1b5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 137 k python3-vine noarch 5.0.0-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 26 k python3-waitress noarch 2.0.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 109 k python3-warlock noarch 1.3.3-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k python3-wcwidth noarch 0.2.5-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 48 k python3-webob noarch 1.8.7-2.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 230 k python3-webtest noarch 2.0.35-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 82 k python3-werkzeug noarch 2.0.1-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 427 k python3-yappi x86_64 1.3.1-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 56 k python3-yaql noarch 1.1.3-13.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 180 k python3-yubico noarch 1.3.3-7.el9 rhel-9-for-x86_64-appstream-eus-rpms 73 k python3-zaqarclient noarch 2.4.0-17.1.20230620214253.e388947.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 129 k python3-zope-event noarch 4.2.0-20.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 205 k python3-zope-interface x86_64 5.4.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 202 k qemu-img x86_64 17:7.2.0-14.el9_2.18 rhel-9-for-x86_64-appstream-eus-rpms 2.2 M rhel-system-roles noarch 1.21.2-1.el9_2 rhel-9-for-x86_64-appstream-eus-rpms 2.4 M ruby x86_64 3.0.4-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 41 k ruby-augeas x86_64 0.5.0-29.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k ruby-facter x86_64 1:3.14.19-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 9.5 k ruby-libs x86_64 3.0.4-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 3.3 M rubygem-concurrent-ruby noarch 1.1.5-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 243 k rubygem-deep_merge noarch 1.2.1-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k rubygem-fast_gettext noarch 1.2.0-9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 34 k rubygem-hocon noarch 1.3.1-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 90 k rubygem-json x86_64 2.5.1-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 59 k rubygem-multi_json noarch 1.15.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 22 k rubygem-psych x86_64 3.3.2-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 60 k rubygem-puppet-resource_api noarch 1.8.13-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 34 k rubygem-rexml noarch 3.2.5-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 110 k rubygem-ruby-shadow x86_64 2.5.0-15.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k rubygem-semantic_puppet noarch 1.0.4-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k rubygems noarch 3.2.33-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 306 k skopeo x86_64 2:1.11.2-0.1.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 7.9 M sshpass x86_64 1.09-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 30 k tripleo-ansible noarch 3.3.1-17.1.20250702110757.8debef3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 570 k validations-common noarch 1.9.1-17.1.20231006020828.f273ccb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 111 k xorriso x86_64 1.5.4-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 321 k yaml-cpp x86_64 0.6.3-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 123 k zeromq x86_64 4.3.4-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 433 k Installing weak dependencies: bash-completion noarch 1:2.11-4.el9 rhel-9-for-x86_64-baseos-rpms 459 k perl-NDBM_File x86_64 1.15-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 25 k python3-zmq x86_64 22.0.3-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 396 k ruby-default-gems noarch 3.0.4-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 46 k rubygem-bigdecimal x86_64 3.0.0-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 55 k rubygem-bundler noarch 2.2.33-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 456 k rubygem-io-console x86_64 0.5.7-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 26 k rubygem-rdoc noarch 6.3.3-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 441 k Transaction Summary ======================================================================================================================================== Install 390 Packages Upgrade 9 Packages Total download size: 97 M Downloading Packages: (1/399): bash-completion-2.11-4.el9.noarch.rpm 3.5 MB/s | 459 kB 00:00 (2/399): libaio-0.3.111-13.el9.x86_64.rpm 153 kB/s | 26 kB 00:00 (3/399): glibc-langpack-en-2.34-60.el9.x86_64.r 11 MB/s | 675 kB 00:00 (4/399): device-mapper-persistent-data-0.9.0-13 3.5 MB/s | 786 kB 00:00 (5/399): krb5-pkinit-1.20.1-8.el9.x86_64.rpm 879 kB/s | 62 kB 00:00 (6/399): libkadm5-1.20.1-8.el9.x86_64.rpm 1.1 MB/s | 81 kB 00:00 (7/399): libpkgconf-1.7.3-10.el9.x86_64.rpm 750 kB/s | 37 kB 00:00 (8/399): pkgconf-1.7.3-10.el9.x86_64.rpm 847 kB/s | 45 kB 00:00 (9/399): krb5-workstation-1.20.1-8.el9.x86_64.r 2.6 MB/s | 542 kB 00:00 (10/399): pkgconf-pkg-config-1.7.3-10.el9.x86_6 148 kB/s | 12 kB 00:00 (11/399): pkgconf-m4-1.7.3-10.el9.noarch.rpm 80 kB/s | 16 kB 00:00 (12/399): python3-dns-2.2.1-2.el9.noarch.rpm 3.1 MB/s | 418 kB 00:00 (13/399): libunwind-1.6.2-1.el9cp.x86_64.rpm 903 kB/s | 68 kB 00:00 (14/399): ansible-collection-ansible-posix-1.2. 2.4 MB/s | 124 kB 00:00 (15/399): ansible-collection-community-general- 7.6 MB/s | 1.3 MB 00:00 (16/399): libipa_hbac-2.8.2-5.el9_2.5.x86_64.rp 844 kB/s | 36 kB 00:00 (17/399): cephadm-18.2.1-340.el9cp.noarch.rpm 5.9 MB/s | 374 kB 00:00 (18/399): python3-libipa_hbac-2.8.2-5.el9_2.5.x 522 kB/s | 30 kB 00:00 (19/399): python3-sss-murmur-2.8.2-5.el9_2.5.x8 423 kB/s | 19 kB 00:00 (20/399): device-mapper-event-1.02.187-7.el9_2. 598 kB/s | 32 kB 00:00 (21/399): lvm2-libs-2.03.17-7.el9_2.2.x86_64.rp 13 MB/s | 1.0 MB 00:00 (22/399): device-mapper-event-libs-1.02.187-7.e 259 kB/s | 31 kB 00:00 (23/399): lvm2-2.03.17-7.el9_2.2.x86_64.rpm 8.8 MB/s | 1.5 MB 00:00 (24/399): ansible-collection-ansible-netcommon- 1.7 MB/s | 181 kB 00:00 (25/399): ansible-collection-ansible-utils-2.3. 644 kB/s | 91 kB 00:00 (26/399): golang-github-vbatts-tar-split-0.11.1 8.7 MB/s | 1.0 MB 00:00 (27/399): libsodium-1.0.18-7.el9ost.x86_64.rpm 3.0 MB/s | 162 kB 00:00 (28/399): heat-cfntools-1.4.2-6.1.el9ost.noarch 567 kB/s | 77 kB 00:00 (29/399): openpgm-5.2.122-26.el9ost.x86_64.rpm 3.4 MB/s | 178 kB 00:00 (30/399): python3-ansible-runner-2.0.0a1-3.el9o 1.8 MB/s | 122 kB 00:00 (31/399): puppet-fdio-18.2-1.20220727113954.6fd 223 kB/s | 25 kB 00:00 (32/399): python3-beautifulsoup4-4.9.3-2.el9ost 4.9 MB/s | 204 kB 00:00 (33/399): python3-bcrypt-3.1.7-7.el9ost.x86_64. 333 kB/s | 44 kB 00:00 (34/399): python3-daemon-2.3.0-1.el9ost.noarch. 451 kB/s | 39 kB 00:00 (35/399): python3-croniter-0.3.35-2.el9ost.noar 356 kB/s | 49 kB 00:00 (36/399): python3-docutils-0.16-6.el9ost.noarch 13 MB/s | 1.5 MB 00:00 (37/399): python3-etcd3gw-0.2.6-2.el9ost.noarch 512 kB/s | 44 kB 00:00 (38/399): python3-gevent-21.1.2-2.el9ost.x86_64 11 MB/s | 1.6 MB 00:00 (39/399): python3-jeepney-0.6.0-2.el9ost.noarch 3.1 MB/s | 284 kB 00:00 (40/399): python3-gitdb-4.0.5-2.el9ost.noarch.r 873 kB/s | 107 kB 00:00 (41/399): python3-lockfile-0.12.2-2.el9ost.noar 627 kB/s | 31 kB 00:00 (42/399): python3-logutils-0.3.5-15.el9ost.noar 761 kB/s | 47 kB 00:00 (43/399): python3-memcached-1.59-3.el9ost.noarc 794 kB/s | 40 kB 00:00 (44/399): python3-migrate-0.13.0-1.el9ost.noarc 4.2 MB/s | 224 kB 00:00 (45/399): python3-mimeparse-1.6.0-16.el9ost.noa 343 kB/s | 16 kB 00:00 (46/399): python3-jmespath-0.10.0-1.el9ost.noar 293 kB/s | 46 kB 00:00 (47/399): python3-natsort-7.1.1-2.el9ost.noarch 667 kB/s | 59 kB 00:00 (48/399): python3-passlib-1.7.4-3.el9ost.noarch 9.1 MB/s | 712 kB 00:00 (49/399): python3-pyOpenSSL-20.0.1-2.el9ost.noa 2.1 MB/s | 90 kB 00:00 (50/399): python3-pyperclip-1.8.0-3.el9ost.noar 683 kB/s | 25 kB 00:00 (51/399): python3-pecan-1.4.0-2.el9ost.noarch.r 1.8 MB/s | 273 kB 00:00 (52/399): python3-pynacl-1.4.0-1.el9ost.x86_64. 1.1 MB/s | 111 kB 00:00 (53/399): python3-setproctitle-1.2.2-1.el9ost.x 422 kB/s | 23 kB 00:00 (54/399): python3-smmap-3.0.1-4.el9ost.noarch.r 687 kB/s | 47 kB 00:00 (55/399): python3-soupsieve-2.2-1.el9ost.noarch 1.1 MB/s | 67 kB 00:00 (56/399): python3-sqlalchemy13-1.3.24-3.el9ost. 27 MB/s | 1.7 MB 00:00 (57/399): python3-webtest-2.0.35-6.el9ost.noarc 2.1 MB/s | 82 kB 00:00 (58/399): python3-zmq-22.0.3-1.el9ost.x86_64.rp 9.6 MB/s | 396 kB 00:00 (59/399): python3-zope-event-4.2.0-20.el9ost.no 3.8 MB/s | 205 kB 00:00 (60/399): python3-tenacity-6.3.1-1.el9ost.noarc 421 kB/s | 51 kB 00:00 (61/399): python3-zope-interface-5.4.0-1.el9ost 4.4 MB/s | 202 kB 00:00 (62/399): rubygem-concurrent-ruby-1.1.5-2.el9os 4.5 MB/s | 243 kB 00:00 (63/399): rubygem-fast_gettext-1.2.0-9.el9ost.n 606 kB/s | 34 kB 00:00 (64/399): rubygem-hocon-1.3.1-2.el9ost.noarch.r 2.2 MB/s | 90 kB 00:00 (65/399): rubygem-deep_merge-1.2.1-7.el9ost.noa 155 kB/s | 14 kB 00:00 (66/399): rubygem-multi_json-1.15.0-2.el9ost.no 431 kB/s | 22 kB 00:00 (67/399): rubygem-puppet-resource_api-1.8.13-1. 884 kB/s | 34 kB 00:00 (68/399): rubygem-ruby-shadow-2.5.0-15.el9ost.x 293 kB/s | 16 kB 00:00 (69/399): rubygem-semantic_puppet-1.0.4-2.el9os 535 kB/s | 21 kB 00:00 (70/399): zeromq-4.3.4-1.el9ost.x86_64.rpm 7.8 MB/s | 433 kB 00:00 (71/399): ansible-config_template-2.0.1-17.1.20 789 kB/s | 29 kB 00:00 (72/399): ansible-role-atos-hsm-1.0.1-17.1.2023 306 kB/s | 17 kB 00:00 (73/399): ansible-role-collectd-config-0.0.3-17 1.0 MB/s | 53 kB 00:00 (74/399): ansible-role-container-registry-1.4.1 558 kB/s | 24 kB 00:00 (75/399): ansible-role-chrony-1.3.1-17.1.202306 187 kB/s | 22 kB 00:00 (76/399): ansible-role-qdr-config-0.0.2-17.1.20 401 kB/s | 21 kB 00:00 (77/399): ansible-role-openstack-operations-0.0 406 kB/s | 30 kB 00:00 (78/399): ansible-role-redhat-subscription-1.3. 595 kB/s | 28 kB 00:00 (79/399): ansible-role-thales-hsm-3.0.1-17.1.20 410 kB/s | 21 kB 00:00 (80/399): ansible-tripleo-ipa-0.3.1-17.1.202306 706 kB/s | 36 kB 00:00 (81/399): ansible-role-tripleo-modify-image-1.5 325 kB/s | 27 kB 00:00 (82/399): ansible-tripleo-ipsec-11.0.1-17.1.202 466 kB/s | 38 kB 00:00 (83/399): openstack-heat-agents-2.2.1-17.1.2023 205 kB/s | 9.6 kB 00:00 (84/399): os-apply-config-13.1.1-17.1.202310200 986 kB/s | 54 kB 00:00 (85/399): os-refresh-config-13.1.1-17.1.2023102 220 kB/s | 21 kB 00:00 (86/399): dib-utils-0.0.11-17.1.20230620173328. 61 kB/s | 12 kB 00:00 (87/399): os-collect-config-13.1.1-17.1.2023102 319 kB/s | 50 kB 00:00 (88/399): puppet-archive-4.6.1-17.1.20230620181 1.2 MB/s | 44 kB 00:00 (89/399): puppet-aodh-18.4.2-17.1.2023062015121 798 kB/s | 62 kB 00:00 (90/399): puppet-apache-6.5.2-17.1.202306210011 2.8 MB/s | 259 kB 00:00 (91/399): puppet-auditd-2.2.1-17.1.202306201924 395 kB/s | 28 kB 00:00 (92/399): puppet-ceilometer-18.4.3-17.1.2023092 849 kB/s | 70 kB 00:00 (93/399): puppet-certmonger-2.7.1-17.1.20230620 337 kB/s | 26 kB 00:00 (94/399): puppet-cinder-18.5.2-17.1.20230621054 1.7 MB/s | 120 kB 00:00 (95/399): puppet-collectd-13.0.1-17.1.202306201 3.3 MB/s | 135 kB 00:00 (96/399): puppet-corosync-8.0.1-17.1.2023062110 1.7 MB/s | 68 kB 00:00 (97/399): puppet-designate-18.6.1-17.1.20230621 1.1 MB/s | 69 kB 00:00 (98/399): puppet-concat-6.2.1-17.1.202306201815 363 kB/s | 41 kB 00:00 (99/399): puppet-etcd-1.12.3-17.1.2023062019322 620 kB/s | 25 kB 00:00 (100/399): puppet-dns-8.2.1-17.1.20230621002045 315 kB/s | 36 kB 00:00 (101/399): puppet-firewall-3.4.1-17.1.202306210 801 kB/s | 77 kB 00:00 (102/399): puppet-gnocchi-18.4.3-17.1.202306210 1.3 MB/s | 58 kB 00:00 (103/399): puppet-git-0.5.0-17.1.20230620193928 215 kB/s | 23 kB 00:00 (104/399): puppet-heat-18.4.1-17.1.202306211116 1.8 MB/s | 70 kB 00:00 (105/399): puppet-haproxy-4.2.2-17.1.2023062019 764 kB/s | 52 kB 00:00 (106/399): puppet-inifile-4.2.1-17.1.2023062018 750 kB/s | 42 kB 00:00 (107/399): puppet-keepalived-0.0.2-17.1.2023062 381 kB/s | 14 kB 00:00 (108/399): puppet-ipaclient-2.5.2-17.1.20230620 233 kB/s | 17 kB 00:00 (109/399): puppet-horizon-18.6.1-17.1.202306210 478 kB/s | 63 kB 00:00 (110/399): puppet-manila-18.5.2-17.1.2023110219 1.2 MB/s | 81 kB 00:00 (111/399): puppet-kmod-2.5.0-17.1.2023062019064 272 kB/s | 21 kB 00:00 (112/399): puppet-memcached-6.0.0-17.1.20230620 379 kB/s | 23 kB 00:00 (113/399): puppet-module-data-0.5.1-17.1.202306 238 kB/s | 13 kB 00:00 (114/399): puppet-mysql-10.6.1-17.1.20230621022 1.8 MB/s | 99 kB 00:00 (115/399): puppet-neutron-18.6.1-17.1.202306210 3.0 MB/s | 196 kB 00:00 (116/399): puppet-nssdb-1.0.2-17.1.202306201856 217 kB/s | 12 kB 00:00 (117/399): puppet-octavia-18.5.1-17.1.202306210 1.9 MB/s | 76 kB 00:00 (118/399): puppet-nova-18.6.1-17.1.202306210904 2.5 MB/s | 200 kB 00:00 (119/399): puppet-openstacklib-18.5.2-17.1.2023 1.6 MB/s | 62 kB 00:00 (120/399): puppet-oslo-18.5.1-17.1.202306210523 1.2 MB/s | 48 kB 00:00 (121/399): puppet-openstack_extras-18.5.1-17.1. 717 kB/s | 48 kB 00:00 (122/399): puppet-placement-5.4.3-17.1.20230621 1.1 MB/s | 41 kB 00:00 (123/399): puppet-qdr-7.4.1-17.1.20230620195605 724 kB/s | 31 kB 00:00 (124/399): puppet-rabbitmq-11.0.1-17.1.20230620 4.1 MB/s | 266 kB 00:00 (125/399): puppet-redis-6.1.1-17.1.202306201917 921 kB/s | 51 kB 00:00 (126/399): puppet-remote-10.0.0-17.1.2023062019 417 kB/s | 16 kB 00:00 (127/399): puppet-rsync-1.1.4-17.1.202306210028 540 kB/s | 28 kB 00:00 (128/399): puppet-snmp-3.9.1-17.1.2023062020041 720 kB/s | 34 kB 00:00 (129/399): puppet-rsyslog-4.0.1-17.1.2023062020 1.0 MB/s | 58 kB 00:00 (130/399): puppet-stdlib-6.3.1-17.1.20230621000 3.7 MB/s | 160 kB 00:00 (131/399): puppet-swift-18.6.1-17.1.20230621052 1.7 MB/s | 115 kB 00:00 (132/399): puppet-sysctl-0.0.13-17.1.2023062018 313 kB/s | 16 kB 00:00 (133/399): puppet-systemd-2.12.1-17.1.202306201 1.0 MB/s | 42 kB 00:00 (134/399): puppet-vcsrepo-3.1.1-17.1.2023062018 1.4 MB/s | 50 kB 00:00 (135/399): puppet-xinetd-3.3.1-17.1.20230620185 585 kB/s | 26 kB 00:00 (136/399): puppet-vswitch-14.4.3-17.1.202306210 534 kB/s | 41 kB 00:00 (137/399): puppet-ssh-6.2.1-17.1.20230620190251 134 kB/s | 29 kB 00:00 (138/399): python-oslo-cache-lang-2.7.1-17.1.20 264 kB/s | 19 kB 00:00 (139/399): python-oslo-log-lang-4.4.0-17.1.2023 248 kB/s | 14 kB 00:00 (140/399): python-oslo-middleware-lang-4.2.1-17 327 kB/s | 13 kB 00:00 (141/399): python-oslo-versionedobjects-lang-2. 349 kB/s | 14 kB 00:00 (142/399): python-oslo-policy-lang-3.7.1-17.1.2 285 kB/s | 14 kB 00:00 (143/399): python-pycadf-common-3.1.1-17.1.2023 210 kB/s | 15 kB 00:00 (144/399): python3-GitPython-3.1.14-2.el9ost.no 5.6 MB/s | 238 kB 00:00 (145/399): python3-aodhclient-2.2.0-17.1.202306 723 kB/s | 56 kB 00:00 (146/399): python3-cinderclient-7.4.1-17.1.2023 4.4 MB/s | 218 kB 00:00 (147/399): python3-cliff-3.7.0-17.1.20230620172 2.3 MB/s | 95 kB 00:00 (148/399): python3-designateclient-4.2.1-17.1.2 2.3 MB/s | 92 kB 00:00 (149/399): python3-futurist-2.3.0-17.1.20230621 1.2 MB/s | 64 kB 00:00 (150/399): python3-heat-agent-2.2.1-17.1.202306 379 kB/s | 19 kB 00:00 (151/399): python3-heat-agent-ansible-2.2.1-17. 294 kB/s | 11 kB 00:00 (152/399): python3-heat-agent-apply-config-2.2. 234 kB/s | 9.9 kB 00:00 (153/399): python3-heat-agent-docker-cmd-2.2.1- 257 kB/s | 12 kB 00:00 (154/399): python3-heat-agent-hiera-2.2.1-17.1. 191 kB/s | 10 kB 00:00 (155/399): python3-heat-agent-json-file-2.2.1-1 267 kB/s | 9.8 kB 00:00 (156/399): python3-heat-agent-puppet-2.2.1-17.1 312 kB/s | 11 kB 00:00 (157/399): python3-heatclient-2.3.1-17.1.202306 3.9 MB/s | 158 kB 00:00 (158/399): python3-barbicanclient-5.3.0-17.1.20 415 kB/s | 127 kB 00:00 (159/399): python3-ironic-inspector-client-4.5. 1.4 MB/s | 67 kB 00:00 (160/399): python3-ironicclient-4.6.4-17.1.2023 8.0 MB/s | 342 kB 00:00 (161/399): python3-keystoneclient-4.3.0-17.1.20 4.3 MB/s | 239 kB 00:00 (162/399): python3-keystonemiddleware-9.2.0-17. 2.0 MB/s | 92 kB 00:00 (163/399): python3-magnumclient-3.4.1-17.1.2023 3.1 MB/s | 121 kB 00:00 (164/399): python3-mistralclient-4.2.0-17.1.202 3.3 MB/s | 166 kB 00:00 (165/399): python3-neutronclient-7.3.1-17.1.202 7.0 MB/s | 298 kB 00:00 (166/399): python3-novaclient-17.4.1-17.1.20230 4.6 MB/s | 201 kB 00:00 (167/399): python3-os-client-config-2.1.0-17.1. 1.5 MB/s | 55 kB 00:00 (168/399): python3-os-service-types-1.7.0-17.1. 1.1 MB/s | 38 kB 00:00 (169/399): python3-os-traits-2.5.0-17.1.2023062 1.2 MB/s | 45 kB 00:00 (170/399): python3-osc-lib-2.3.1-17.1.202306202 1.8 MB/s | 78 kB 00:00 (171/399): python3-oslo-context-3.2.1-17.1.2023 770 kB/s | 27 kB 00:00 (172/399): python3-oslo-cache-2.7.1-17.1.202306 1.1 MB/s | 56 kB 00:00 (173/399): python3-oslo-middleware-4.2.1-17.1.2 1.4 MB/s | 55 kB 00:00 (174/399): python3-oslo-log-4.4.0-17.1.20230620 995 kB/s | 64 kB 00:00 (175/399): python3-oslo-reports-2.2.0-17.1.2023 1.5 MB/s | 59 kB 00:00 (176/399): python3-oslo-rootwrap-6.3.1-17.1.202 1.1 MB/s | 46 kB 00:00 (177/399): python3-oslo-upgradecheck-1.3.1-17.1 521 kB/s | 29 kB 00:00 (178/399): python3-oslo-policy-3.7.1-17.1.20230 432 kB/s | 76 kB 00:00 (179/399): python3-oslo-serialization-4.1.1-17. 301 kB/s | 34 kB 00:00 (180/399): python3-oslo-versionedobjects-2.4.1- 1.8 MB/s | 79 kB 00:00 (181/399): python3-osprofiler-3.4.0-17.1.202306 3.1 MB/s | 130 kB 00:00 (182/399): python3-pycadf-3.1.1-17.1.2023062021 1.4 MB/s | 53 kB 00:00 (183/399): python3-requestsexceptions-1.4.0-17. 369 kB/s | 17 kB 00:00 (184/399): python3-shade-1.33.0-17.1.2023062022 11 MB/s | 523 kB 00:00 (185/399): python3-statsd-3.2.1-20.1.el9ost.noa 754 kB/s | 35 kB 00:00 (186/399): python3-saharaclient-3.3.0-17.1.2023 2.3 MB/s | 188 kB 00:00 (187/399): python3-swiftclient-3.11.1-17.1.2023 3.5 MB/s | 136 kB 00:00 (188/399): python3-tinyrpc-1.0.3-6.el9ost.noarc 713 kB/s | 50 kB 00:00 (189/399): python3-validations-libs-1.9.1-17.1. 2.5 MB/s | 137 kB 00:00 (190/399): python3-troveclient-7.0.0-17.1.20230 4.8 MB/s | 344 kB 00:00 (191/399): python3-paramiko-2.11.0-2.el9ost.noa 7.3 MB/s | 299 kB 00:00 (192/399): validations-common-1.9.1-17.1.202310 2.0 MB/s | 111 kB 00:00 (193/399): python3-zaqarclient-2.4.0-17.1.20230 1.6 MB/s | 129 kB 00:00 (194/399): python3-werkzeug-2.0.1-7.el9ost.noar 10 MB/s | 427 kB 00:00 (195/399): ansible-pacemaker-1.0.4-17.1.2023121 486 kB/s | 21 kB 00:00 (196/399): python3-manilaclient-2.6.4-17.1.2024 12 MB/s | 528 kB 00:00 (197/399): python3-webob-1.8.7-2.1.el9ost.noarc 5.8 MB/s | 230 kB 00:00 (198/399): python3-sqlparse-0.4.1-2.el9ost.noar 1.3 MB/s | 83 kB 00:00 (199/399): ansible-role-metalsmith-deployment-1 559 kB/s | 21 kB 00:00 (200/399): puppet-ironic-18.7.1-17.1.2024030521 3.2 MB/s | 121 kB 00:00 (201/399): python-oslo-db-lang-8.5.2-17.1.20240 400 kB/s | 14 kB 00:00 (202/399): openstack-selinux-0.8.37-17.1.202311 3.5 MB/s | 221 kB 00:00 (203/399): python3-glanceclient-3.3.0-17.1.2024 3.5 MB/s | 143 kB 00:00 (204/399): python3-keystoneauth1-4.4.0-17.1.202 5.4 MB/s | 409 kB 00:00 (205/399): python3-metalsmith-1.4.4-17.1.202405 887 kB/s | 65 kB 00:00 (206/399): python3-neutron-lib-2.10.3-17.1.2023 7.3 MB/s | 375 kB 00:00 (207/399): python3-octaviaclient-2.3.1-17.1.202 2.1 MB/s | 91 kB 00:00 (208/399): python3-oslo-messaging-12.7.3-17.1.2 5.3 MB/s | 216 kB 00:00 (209/399): python3-oslo-db-8.5.2-17.1.202408201 2.1 MB/s | 144 kB 00:00 (210/399): python3-oslo-service-2.5.1-17.1.2024 1.7 MB/s | 71 kB 00:00 (211/399): python3-rhosp-openvswitch-3.3-1.el9o 170 kB/s | 8.3 kB 00:00 (212/399): python3-waitress-2.0.0-4.el9ost.noar 2.1 MB/s | 109 kB 00:00 (213/399): openstack-ansible-core-2.14.2-4.7.el 32 MB/s | 2.3 MB 00:00 (214/399): openstack-tripleo-validations-14.3.2 3.3 MB/s | 204 kB 00:00 (215/399): puppet-glance-18.6.1-17.1.2025022015 1.8 MB/s | 87 kB 00:00 (216/399): puppet-ovn-18.6.1-17.1.2024092509490 803 kB/s | 29 kB 00:00 (217/399): puppet-pacemaker-1.5.1-17.1.20250214 3.8 MB/s | 158 kB 00:00 (218/399): puppet-tripleo-14.2.3-17.1.202503201 5.3 MB/s | 239 kB 00:00 (219/399): ansible-collection-containers-podman 5.2 MB/s | 243 kB 00:00 (220/399): python3-os-ken-1.4.1-17.1.2024120509 21 MB/s | 2.1 MB 00:00 (221/399): ansible-collections-openstack-1.9.1- 2.9 MB/s | 146 kB 00:00 (222/399): cpp-hocon-0.3.0-7.el9ost.x86_64.rpm 5.7 MB/s | 351 kB 00:00 (223/399): facter-3.14.19-3.el9ost.x86_64.rpm 9.7 MB/s | 518 kB 00:00 (224/399): hiera-3.6.0-6.el9ost.noarch.rpm 785 kB/s | 33 kB 00:00 (225/399): leatherman-1.12.6-5.el9ost.x86_64.rp 9.4 MB/s | 405 kB 00:00 (226/399): openstack-tripleo-common-containers- 2.0 MB/s | 78 kB 00:00 (227/399): openstack-tripleo-common-15.4.1-17.1 920 kB/s | 52 kB 00:00 (228/399): puppet-7.10.0-4.el9ost.noarch.rpm 295 kB/s | 11 kB 00:00 (229/399): puppet-keystone-18.6.1-17.1.20250425 2.8 MB/s | 127 kB 00:00 (230/399): python3-amqp-5.0.6-5.el9ost.noarch.r 2.4 MB/s | 92 kB 00:00 (231/399): python3-cachetools-4.2.2-3.el9ost.no 641 kB/s | 33 kB 00:00 (232/399): puppet-headless-7.10.0-4.el9ost.noar 8.8 MB/s | 1.4 MB 00:00 (233/399): python3-cmd2-1.4.0-4.el9ost.noarch.r 4.9 MB/s | 284 kB 00:00 (234/399): python3-boto-2.45.0-8.1.el9ost.noarc 9.8 MB/s | 1.3 MB 00:00 (235/399): python3-colorama-0.4.4-4.el9ost.noar 756 kB/s | 35 kB 00:00 (236/399): python3-dogpile-cache-1.1.5-5.el9ost 1.8 MB/s | 89 kB 00:00 (237/399): python3-fixtures-3.0.0-24.el9ost.noa 2.4 MB/s | 93 kB 00:00 (238/399): python3-keyring-21.8.0-4.el9ost.noar 2.0 MB/s | 77 kB 00:00 (239/399): python3-extras-1.0.0-17.el9ost.noarc 236 kB/s | 21 kB 00:00 (240/399): python3-msgpack-1.0.2-4.el9ost.x86_6 2.2 MB/s | 87 kB 00:00 (241/399): python3-kombu-5.0.2-3.el9ost.noarch. 5.6 MB/s | 313 kB 00:00 (242/399): python3-munch-2.5.0-6.el9ost.noarch. 688 kB/s | 25 kB 00:00 (243/399): python3-paste-3.5.0-5.el9ost.noarch. 16 MB/s | 776 kB 00:00 (244/399): python3-openstacksdk-0.55.1-17.1.202 11 MB/s | 735 kB 00:00 (245/399): python3-paste-deploy-2.1.1-4.el9ost. 805 kB/s | 41 kB 00:00 (246/399): python3-pystache-0.5.4-15.el9ost.noa 3.5 MB/s | 132 kB 00:00 (247/399): python3-repoze-lru-0.7-12.el9ost.noa 899 kB/s | 32 kB 00:00 (248/399): python3-routes-2.4.1-14.el9ost.noarc 4.8 MB/s | 188 kB 00:00 (249/399): python3-rsa-4.6-3.1.el9ost.noarch.rp 1.6 MB/s | 57 kB 00:00 (250/399): python3-tempita-0.5.1-27.el9ost.noar 956 kB/s | 36 kB 00:00 (251/399): python3-secretstorage-3.3.1-3.el9ost 551 kB/s | 36 kB 00:00 (252/399): python3-simplejson-3.17.5-3.el9ost.x 3.9 MB/s | 266 kB 00:00 (253/399): python3-testtools-2.4.0-10.el9ost.no 8.1 MB/s | 333 kB 00:00 (254/399): python3-tripleo-common-15.4.1-17.1.2 4.1 MB/s | 202 kB 00:00 (255/399): python3-tripleoclient-16.5.1-17.1.20 9.3 MB/s | 553 kB 00:00 (256/399): python3-warlock-1.3.3-7.el9ost.noarc 611 kB/s | 21 kB 00:00 (257/399): python3-vine-5.0.0-5.el9ost.noarch.r 522 kB/s | 26 kB 00:00 (258/399): python3-yappi-1.3.1-5.el9ost.x86_64. 1.2 MB/s | 56 kB 00:00 (259/399): ruby-augeas-0.5.0-29.el9ost.x86_64.r 806 kB/s | 29 kB 00:00 (260/399): ruby-facter-3.14.19-3.el9ost.x86_64. 255 kB/s | 9.5 kB 00:00 (261/399): yaml-cpp-0.6.3-6.el9ost.x86_64.rpm 3.2 MB/s | 123 kB 00:00 (262/399): python3-yaql-1.1.3-13.el9ost.noarch. 2.1 MB/s | 180 kB 00:00 (263/399): ansible-role-lunasa-hsm-1.1.1-17.1.2 550 kB/s | 19 kB 00:00 (264/399): openstack-heat-api-16.1.1-17.1.20250 482 kB/s | 16 kB 00:00 (265/399): openstack-heat-engine-16.1.1-17.1.20 427 kB/s | 15 kB 00:00 (266/399): openstack-heat-common-16.1.1-17.1.20 22 MB/s | 1.6 MB 00:00 (267/399): openstack-tripleo-heat-templates-14. 14 MB/s | 617 kB 00:00 (268/399): openstack-heat-monolith-16.1.1-17.1. 217 kB/s | 16 kB 00:00 (269/399): puppet-barbican-18.4.2-17.1.20250625 1.5 MB/s | 57 kB 00:00 (270/399): python-openstackclient-lang-5.5.2-17 1.1 MB/s | 58 kB 00:00 (271/399): python3-openstackclient-5.5.2-17.1.2 17 MB/s | 1.1 MB 00:00 (272/399): tripleo-ansible-3.3.1-17.1.202507021 9.2 MB/s | 570 kB 00:00 (273/399): boost-system-1.75.0-8.el9.x86_64.rpm 417 kB/s | 15 kB 00:00 (274/399): perl-Storable-3.21-460.el9.x86_64.rp 1.1 MB/s | 98 kB 00:00 (275/399): perl-IO-Socket-SSL-2.073-1.el9.noarc 1.4 MB/s | 223 kB 00:00 (276/399): perl-Getopt-Long-2.52-4.el9.noarch.r 480 kB/s | 64 kB 00:00 (277/399): python3-urllib-gssapi-1.0.2-4.el9.no 600 kB/s | 24 kB 00:00 (278/399): boost-locale-1.75.0-8.el9.x86_64.rpm 4.8 MB/s | 216 kB 00:00 (279/399): boost-nowide-1.75.0-8.el9.x86_64.rpm 426 kB/s | 17 kB 00:00 (280/399): boost-thread-1.75.0-8.el9.x86_64.rpm 1.1 MB/s | 57 kB 00:00 (281/399): perl-Data-Dumper-2.174-462.el9.x86_6 1.4 MB/s | 59 kB 00:00 (282/399): perl-Exporter-5.74-461.el9.noarch.rp 855 kB/s | 34 kB 00:00 (283/399): perl-File-Temp-0.231.100-4.el9.noarc 1.6 MB/s | 63 kB 00:00 (284/399): perl-Text-Tabs+Wrap-2013.0523-460.el 648 kB/s | 25 kB 00:00 (285/399): perl-parent-0.238-460.el9.noarch.rpm 379 kB/s | 16 kB 00:00 (286/399): xorriso-1.5.4-4.el9.x86_64.rpm 7.3 MB/s | 321 kB 00:00 (287/399): libisofs-1.5.4-4.el9.x86_64.rpm 5.0 MB/s | 224 kB 00:00 (288/399): python3-pyasn1-modules-0.4.8-6.el9.n 4.9 MB/s | 283 kB 00:00 (289/399): perl-IO-Socket-IP-0.41-5.el9.noarch. 1.2 MB/s | 45 kB 00:00 (290/399): perl-Net-SSLeay-1.92-2.el9.x86_64.rp 9.1 MB/s | 392 kB 00:00 (291/399): perl-PathTools-3.78-461.el9.x86_64.r 1.5 MB/s | 92 kB 00:00 (292/399): perl-Pod-Simple-3.42-4.el9.noarch.rp 5.3 MB/s | 229 kB 00:00 (293/399): perl-Term-ANSIColor-5.01-461.el9.noa 1.3 MB/s | 51 kB 00:00 (294/399): perl-URI-5.09-3.el9.noarch.rpm 3.1 MB/s | 125 kB 00:00 (295/399): perl-libnet-3.13-4.el9.noarch.rpm 3.4 MB/s | 134 kB 00:00 (296/399): perl-Text-ParseWords-3.30-460.el9.no 203 kB/s | 18 kB 00:00 (297/399): boost-chrono-1.75.0-8.el9.x86_64.rpm 662 kB/s | 26 kB 00:00 (298/399): python3-lxml-4.6.5-3.el9.x86_64.rpm 19 MB/s | 1.2 MB 00:00 (299/399): perl-Carp-1.50-460.el9.noarch.rpm 863 kB/s | 31 kB 00:00 (300/399): iptables-nft-services-1.8.8-6.el9_1. 648 kB/s | 28 kB 00:00 (301/399): perl-Encode-3.08-462.el9.x86_64.rpm 31 MB/s | 1.7 MB 00:00 (302/399): perl-Mozilla-CA-20200520-6.el9.noarc 357 kB/s | 14 kB 00:00 (303/399): perl-Term-Cap-1.17-460.el9.noarch.rp 626 kB/s | 24 kB 00:00 (304/399): python3-psutil-5.8.0-12.el9.x86_64.r 5.5 MB/s | 218 kB 00:00 (305/399): python3-yubico-1.3.3-7.el9.noarch.rp 1.7 MB/s | 73 kB 00:00 (306/399): perl-Time-Local-1.300-7.el9.noarch.r 639 kB/s | 37 kB 00:00 (307/399): perl-Pod-Escapes-1.07-460.el9.noarch 609 kB/s | 22 kB 00:00 (308/399): python3-jwcrypto-0.8-4.el9.noarch.rp 1.8 MB/s | 76 kB 00:00 (309/399): sshpass-1.09-4.el9.x86_64.rpm 745 kB/s | 30 kB 00:00 (310/399): boost-filesystem-1.75.0-8.el9.x86_64 1.4 MB/s | 59 kB 00:00 (311/399): boost-program-options-1.75.0-8.el9.x 2.7 MB/s | 108 kB 00:00 (312/399): libburn-1.5.4-4.el9.x86_64.rpm 3.5 MB/s | 175 kB 00:00 (313/399): boost-log-1.75.0-8.el9.x86_64.rpm 4.7 MB/s | 410 kB 00:00 (314/399): perl-Digest-MD5-2.58-4.el9.x86_64.rp 977 kB/s | 39 kB 00:00 (315/399): perl-MIME-Base64-3.16-4.el9.x86_64.r 770 kB/s | 34 kB 00:00 (316/399): boost-atomic-1.75.0-8.el9.x86_64.rpm 437 kB/s | 19 kB 00:00 (317/399): libisoburn-1.5.4-4.el9.x86_64.rpm 8.6 MB/s | 419 kB 00:00 (318/399): perl-File-Path-2.18-4.el9.noarch.rpm 1.0 MB/s | 38 kB 00:00 (319/399): perl-Digest-1.19-4.el9.noarch.rpm 515 kB/s | 29 kB 00:00 (320/399): perl-Pod-Perldoc-3.28.01-461.el9.noa 1.9 MB/s | 92 kB 00:00 (321/399): perl-Pod-Usage-2.01-4.el9.noarch.rpm 1.1 MB/s | 43 kB 00:00 (322/399): perl-Scalar-List-Utils-1.56-461.el9. 1.9 MB/s | 77 kB 00:00 (323/399): perl-Socket-2.031-4.el9.x86_64.rpm 1.5 MB/s | 58 kB 00:00 (324/399): perl-constant-1.33-461.el9.noarch.rp 630 kB/s | 25 kB 00:00 (325/399): perl-podlators-4.14-460.el9.noarch.r 2.3 MB/s | 118 kB 00:00 (326/399): python3-PyMySQL-0.10.1-6.el9.noarch. 2.1 MB/s | 112 kB 00:00 (327/399): python3-appdirs-1.4.4-4.el9.noarch.r 600 kB/s | 27 kB 00:00 (328/399): python3-pyasn1-0.4.8-6.el9.noarch.rp 2.9 MB/s | 163 kB 00:00 (329/399): python3-qrcode-core-6.1-12.el9.noarc 1.6 MB/s | 61 kB 00:00 (330/399): python3-pyusb-1.0.2-13.el9.noarch.rp 1.6 MB/s | 96 kB 00:00 (331/399): python3-wcwidth-0.2.5-8.el9.noarch.r 1.0 MB/s | 48 kB 00:00 (332/399): boost-regex-1.75.0-8.el9.x86_64.rpm 5.6 MB/s | 279 kB 00:00 (333/399): oniguruma-6.9.6-1.el9.5.x86_64.rpm 4.6 MB/s | 221 kB 00:00 (334/399): python3-augeas-0.5.0-25.el9.noarch.r 761 kB/s | 31 kB 00:00 (335/399): python3-alembic-1.7.5-3.el9.noarch.r 14 MB/s | 900 kB 00:00 (336/399): python3-gssapi-1.6.9-5.el9.x86_64.rp 8.0 MB/s | 489 kB 00:00 (337/399): augeas-libs-1.13.0-3.el9.x86_64.rpm 8.5 MB/s | 459 kB 00:00 (338/399): libselinux-ruby-3.5-1.el9.x86_64.rpm 1.4 MB/s | 59 kB 00:00 (339/399): jq-1.6-14.el9.x86_64.rpm 2.9 MB/s | 190 kB 00:00 (340/399): perl-AutoLoader-5.74-480.el9.noarch. 617 kB/s | 23 kB 00:00 (341/399): perl-B-1.80-480.el9.x86_64.rpm 4.6 MB/s | 185 kB 00:00 (342/399): perl-Class-Struct-0.66-480.el9.noarc 598 kB/s | 24 kB 00:00 (343/399): perl-Errno-1.30-480.el9.x86_64.rpm 373 kB/s | 17 kB 00:00 (344/399): perl-Fcntl-1.13-480.el9.x86_64.rpm 639 kB/s | 23 kB 00:00 (345/399): perl-File-Basename-2.85-480.el9.noar 469 kB/s | 19 kB 00:00 (346/399): perl-File-stat-1.09-480.el9.noarch.r 423 kB/s | 19 kB 00:00 (347/399): perl-FileHandle-2.03-480.el9.noarch. 429 kB/s | 17 kB 00:00 (348/399): perl-Getopt-Std-1.12-480.el9.noarch. 368 kB/s | 17 kB 00:00 (349/399): perl-POSIX-1.94-480.el9.x86_64.rpm 2.5 MB/s | 99 kB 00:00 (350/399): perl-IPC-Open3-1.21-480.el9.noarch.r 495 kB/s | 25 kB 00:00 (351/399): perl-SelectSaver-1.02-480.el9.noarch 324 kB/s | 13 kB 00:00 (352/399): perl-Symbol-1.08-480.el9.noarch.rpm 365 kB/s | 16 kB 00:00 (353/399): perl-interpreter-5.32.1-480.el9.x86_ 1.6 MB/s | 75 kB 00:00 (354/399): perl-overload-1.31-480.el9.noarch.rp 1.2 MB/s | 47 kB 00:00 (355/399): perl-overloading-0.02-480.el9.noarch 418 kB/s | 15 kB 00:00 (356/399): python3-ldap-3.4.3-2.el9.x86_64.rpm 4.5 MB/s | 259 kB 00:00 (357/399): ipa-selinux-4.10.1-6.el9.noarch.rpm 533 kB/s | 40 kB 00:00 (358/399): perl-libs-5.32.1-480.el9.x86_64.rpm 14 MB/s | 2.2 MB 00:00 (359/399): openssl-perl-3.0.7-6.el9_2.x86_64.rp 676 kB/s | 42 kB 00:00 (360/399): perl-IO-1.43-480.el9.x86_64.rpm 2.1 MB/s | 94 kB 00:00 (361/399): perl-NDBM_File-1.15-480.el9.x86_64.r 661 kB/s | 25 kB 00:00 (362/399): perl-base-2.27-480.el9.noarch.rpm 344 kB/s | 18 kB 00:00 (363/399): perl-mro-1.23-480.el9.x86_64.rpm 781 kB/s | 31 kB 00:00 (364/399): perl-if-0.60.800-480.el9.noarch.rpm 254 kB/s | 16 kB 00:00 (365/399): perl-subs-1.03-480.el9.noarch.rpm 313 kB/s | 13 kB 00:00 (366/399): perl-vars-1.05-480.el9.noarch.rpm 410 kB/s | 15 kB 00:00 (367/399): python3-mako-1.1.4-6.el9.noarch.rpm 4.1 MB/s | 176 kB 00:00 (368/399): ansible-freeipa-1.9.2-3.el9_2.noarch 10 MB/s | 452 kB 00:00 (369/399): ipa-client-common-4.10.1-12.el9_2.2. 1.1 MB/s | 44 kB 00:00 (370/399): rhel-system-roles-1.21.2-1.el9_2.noa 32 MB/s | 2.4 MB 00:00 (371/399): ipa-common-4.10.1-12.el9_2.2.noarch. 14 MB/s | 656 kB 00:00 (372/399): python3-ipaclient-4.10.1-12.el9_2.2. 10 MB/s | 648 kB 00:00 (373/399): perl-HTTP-Tiny-0.076-461.el9_2.noarc 1.4 MB/s | 57 kB 00:00 (374/399): ruby-3.0.4-161.el9_2.2.x86_64.rpm 706 kB/s | 41 kB 00:00 (375/399): python3-ipalib-4.10.1-12.el9_2.2.noa 5.3 MB/s | 663 kB 00:00 (376/399): skopeo-1.11.2-0.1.el9_2.2.x86_64.rpm 56 MB/s | 7.9 MB 00:00 (377/399): ruby-default-gems-3.0.4-161.el9_2.2. 599 kB/s | 46 kB 00:00 (378/399): ruby-libs-3.0.4-161.el9_2.2.x86_64.r 35 MB/s | 3.3 MB 00:00 (379/399): rubygem-bigdecimal-3.0.0-161.el9_2.2 1.4 MB/s | 55 kB 00:00 (380/399): rubygem-bundler-2.2.33-161.el9_2.2.n 10 MB/s | 456 kB 00:00 (381/399): rubygem-io-console-0.5.7-161.el9_2.2 720 kB/s | 26 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.5 MB/s | 60 kB 00:00 (384/399): rubygem-rdoc-6.3.3-161.el9_2.2.noarc 9.9 MB/s | 441 kB 00:00 (385/399): rubygem-rexml-3.2.5-161.el9_2.2.noar 2.6 MB/s | 110 kB 00:00 (386/399): rubygems-3.2.33-161.el9_2.2.noarch.r 6.8 MB/s | 306 kB 00:00 (387/399): libxslt-1.1.34-11.el9_2.x86_64.rpm 5.6 MB/s | 245 kB 00:00 (388/399): python3-openvswitch3.3-3.3.4-110.el9 8.1 MB/s | 369 kB 00:00 (389/399): qemu-img-7.2.0-14.el9_2.18.x86_64.rp 22 MB/s | 2.2 MB 00:00 (390/399): libfdisk-2.37.4-11.el9_2.x86_64.rpm 3.6 MB/s | 156 kB 00:00 (391/399): buildah-1.29.5-1.el9_2.x86_64.rpm 49 MB/s | 8.6 MB 00:00 (392/399): libuuid-2.37.4-11.el9_2.x86_64.rpm 657 kB/s | 30 kB 00:00 (393/399): libmount-2.37.4-11.el9_2.x86_64.rpm 1.9 MB/s | 136 kB 00:00 (394/399): libblkid-2.37.4-11.el9_2.x86_64.rpm 2.7 MB/s | 109 kB 00:00 (395/399): util-linux-core-2.37.4-11.el9_2.x86_ 8.1 MB/s | 464 kB 00:00 (396/399): util-linux-2.37.4-11.el9_2.x86_64.rp 29 MB/s | 2.3 MB 00:00 (397/399): libsmartcols-2.37.4-11.el9_2.x86_64. 1.5 MB/s | 65 kB 00:00 (398/399): device-mapper-1.02.187-7.el9_2.2.x86 3.5 MB/s | 142 kB 00:00 (399/399): device-mapper-libs-1.02.187-7.el9_2. 4.2 MB/s | 176 kB 00:00 -------------------------------------------------------------------------------- Total 12 MB/s | 97 MB 00:08 Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Running scriptlet: rhel-system-roles-1.21.2-1.el9_2.noarch 1/1 Preparing : 1/1 Installing : ruby-libs-3.0.4-161.el9_2.2.x86_64 1/408 Installing : python3-webob-1.8.7-2.1.el9ost.noarch 2/408 Installing : rubygem-bigdecimal-3.0.0-161.el9_2.2.x86_64 3/408 Installing : ruby-default-gems-3.0.4-161.el9_2.2.noarch 4/408 Installing : rubygem-bundler-2.2.33-161.el9_2.2.noarch 5/408 Installing : rubygem-io-console-0.5.7-161.el9_2.2.x86_64 6/408 Installing : rubygem-json-2.5.1-161.el9_2.2.x86_64 7/408 Installing : rubygem-psych-3.3.2-161.el9_2.2.x86_64 8/408 Installing : rubygem-rdoc-6.3.3-161.el9_2.2.noarch 9/408 Installing : rubygems-3.2.33-161.el9_2.2.noarch 10/408 Installing : ruby-3.0.4-161.el9_2.2.x86_64 11/408 Installing : python3-simplejson-3.17.5-3.el9ost.x86_64 12/408 Installing : python3-oslo-context-3.2.1-17.1.20230620204857.b 13/408 Upgrading : libuuid-2.37.4-11.el9_2.x86_64 14/408 Upgrading : libblkid-2.37.4-11.el9_2.x86_64 15/408 Running scriptlet: libblkid-2.37.4-11.el9_2.x86_64 15/408 Installing : python3-pyasn1-0.4.8-6.el9.noarch 16/408 Installing : python3-psutil-5.8.0-12.el9.x86_64 17/408 Installing : python3-sqlalchemy13-1.3.24-3.el9ost.x86_64 18/408 Installing : boost-regex-1.75.0-8.el9.x86_64 19/408 Installing : boost-system-1.75.0-8.el9.x86_64 20/408 Installing : boost-filesystem-1.75.0-8.el9.x86_64 21/408 Installing : libaio-0.3.111-13.el9.x86_64 22/408 Installing : boost-thread-1.75.0-8.el9.x86_64 23/408 Installing : python3-mako-1.1.4-6.el9.noarch 24/408 Installing : python3-dogpile-cache-1.1.5-5.el9ost.noarch 25/408 Installing : augeas-libs-1.13.0-3.el9.x86_64 26/408 Installing : boost-chrono-1.75.0-8.el9.x86_64 27/408 Installing : boost-locale-1.75.0-8.el9.x86_64 28/408 Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 29/408 Upgrading : libmount-2.37.4-11.el9_2.x86_64 30/408 Installing : perl-Digest-1.19-4.el9.noarch 31/408 Installing : perl-Digest-MD5-2.58-4.el9.x86_64 32/408 Installing : perl-B-1.80-480.el9.x86_64 33/408 Installing : perl-FileHandle-2.03-480.el9.noarch 34/408 Installing : perl-Data-Dumper-2.174-462.el9.x86_64 35/408 Installing : perl-libnet-3.13-4.el9.noarch 36/408 Installing : perl-AutoLoader-5.74-480.el9.noarch 37/408 Installing : perl-base-2.27-480.el9.noarch 38/408 Installing : perl-URI-5.09-3.el9.noarch 39/408 Installing : perl-Time-Local-2:1.300-7.el9.noarch 40/408 Installing : perl-Mozilla-CA-20200520-6.el9.noarch 41/408 Installing : perl-if-0.60.800-480.el9.noarch 42/408 Installing : perl-IO-Socket-IP-0.41-5.el9.noarch 43/408 Installing : perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch 44/408 Installing : perl-Net-SSLeay-1.92-2.el9.x86_64 45/408 Installing : perl-Pod-Escapes-1:1.07-460.el9.noarch 46/408 Installing : perl-File-Path-2.18-4.el9.noarch 47/408 Installing : perl-IO-Socket-SSL-2.073-1.el9.noarch 48/408 Installing : perl-Term-ANSIColor-5.01-461.el9.noarch 49/408 Installing : perl-Class-Struct-0.66-480.el9.noarch 50/408 Installing : perl-POSIX-1.94-480.el9.x86_64 51/408 Installing : perl-IPC-Open3-1.21-480.el9.noarch 52/408 Installing : perl-subs-1.03-480.el9.noarch 53/408 Installing : perl-Term-Cap-1.17-460.el9.noarch 54/408 Installing : perl-Pod-Simple-1:3.42-4.el9.noarch 55/408 Installing : perl-File-Temp-1:0.231.100-4.el9.noarch 56/408 Installing : perl-HTTP-Tiny-0.076-461.el9_2.noarch 57/408 Installing : perl-Socket-4:2.031-4.el9.x86_64 58/408 Installing : perl-SelectSaver-1.02-480.el9.noarch 59/408 Installing : perl-Symbol-1.08-480.el9.noarch 60/408 Installing : perl-File-stat-1.09-480.el9.noarch 61/408 Installing : perl-podlators-1:4.14-460.el9.noarch 62/408 Installing : perl-Pod-Perldoc-3.28.01-461.el9.noarch 63/408 Installing : perl-Text-ParseWords-3.30-460.el9.noarch 64/408 Installing : perl-Fcntl-1.13-480.el9.x86_64 65/408 Installing : perl-overloading-0.02-480.el9.noarch 66/408 Installing : perl-IO-1.43-480.el9.x86_64 67/408 Installing : perl-mro-1.23-480.el9.x86_64 68/408 Installing : perl-Pod-Usage-4:2.01-4.el9.noarch 69/408 Installing : perl-parent-1:0.238-460.el9.noarch 70/408 Installing : perl-MIME-Base64-3.16-4.el9.x86_64 71/408 Installing : perl-Scalar-List-Utils-4:1.56-461.el9.x86_64 72/408 Installing : perl-constant-1.33-461.el9.noarch 73/408 Installing : perl-Errno-1.30-480.el9.x86_64 74/408 Installing : perl-File-Basename-2.85-480.el9.noarch 75/408 Installing : perl-Getopt-Std-1.12-480.el9.noarch 76/408 Installing : perl-Storable-1:3.21-460.el9.x86_64 77/408 Installing : perl-overload-1.31-480.el9.noarch 78/408 Installing : perl-vars-1.05-480.el9.noarch 79/408 Installing : perl-Getopt-Long-1:2.52-4.el9.noarch 80/408 Installing : perl-Exporter-5.74-461.el9.noarch 81/408 Installing : perl-Carp-1.50-460.el9.noarch 82/408 Installing : perl-PathTools-3.78-461.el9.x86_64 83/408 Installing : perl-NDBM_File-1.15-480.el9.x86_64 84/408 Installing : perl-Encode-4:3.08-462.el9.x86_64 85/408 Installing : perl-libs-4:5.32.1-480.el9.x86_64 86/408 Installing : perl-interpreter-4:5.32.1-480.el9.x86_64 87/408 Upgrading : libsmartcols-2.37.4-11.el9_2.x86_64 88/408 Installing : python3-openvswitch3.3-3.3.4-110.el9fdp.x86_64 89/408 Installing : python3-gssapi-1.6.9-5.el9.x86_64 90/408 Installing : python3-qrcode-core-6.1-12.el9.noarch 91/408 Installing : python3-pyusb-1.0.2-13.el9.noarch 92/408 Installing : python3-appdirs-1.4.4-4.el9.noarch 93/408 Installing : python3-vine-5.0.0-5.el9ost.noarch 94/408 Installing : python3-amqp-5.0.6-5.el9ost.noarch 95/408 Installing : python3-tempita-0.5.1-27.el9ost.noarch 96/408 Installing : python3-munch-2.5.0-6.el9ost.noarch 97/408 Installing : python3-msgpack-1.0.2-4.el9ost.x86_64 98/408 Installing : python3-oslo-serialization-4.1.1-17.1.2023062101 99/408 Installing : python3-requestsexceptions-1.4.0-17.1.2023062016 100/408 Installing : python3-os-service-types-1.7.0-17.1.202306202012 101/408 Installing : python3-keystoneauth1-4.4.0-17.1.20240812145234. 102/408 Installing : python3-novaclient-1:17.4.1-17.1.20230621034300. 103/408 Installing : python3-cinderclient-7.4.1-17.1.20230620211836.4 104/408 Installing : python3-futurist-2.3.0-17.1.20230621104020.1a1c6 105/408 Installing : dib-utils-0.0.11-17.1.20230620173328.51661c3.el9 106/408 Installing : os-refresh-config-13.1.1-17.1.20231020000854.812 107/408 Installing : python3-zope-event-4.2.0-20.el9ost.noarch 108/408 Installing : python3-tenacity-6.3.1-1.el9ost.noarch 109/408 Installing : python3-pyOpenSSL-20.0.1-2.el9ost.noarch 110/408 Installing : python3-paste-3.5.0-5.el9ost.noarch 111/408 Installing : python3-paste-deploy-2.1.1-4.el9ost.noarch 112/408 Installing : python3-passlib-1.7.4-3.el9ost.noarch 113/408 Installing : python3-jmespath-0.10.0-1.el9ost.noarch 114/408 Installing : python3-openstacksdk-0.55.1-17.1.20250516211008. 115/408 Installing : python3-os-client-config-2.1.0-17.1.202306202031 116/408 Installing : python3-metalsmith-1.4.4-17.1.20240522060758.5e7 117/408 Installing : python3-jeepney-0.6.0-2.el9ost.noarch 118/408 Installing : libsodium-1.0.18-7.el9ost.x86_64 119/408 Installing : python3-dns-2.2.1-2.el9.noarch 120/408 Installing : python3-pynacl-1.4.0-1.el9ost.x86_64 121/408 Installing : python3-secretstorage-3.3.1-3.el9ost.noarch 122/408 Installing : python3-keyring-21.8.0-4.el9ost.noarch 123/408 Installing : python3-keystoneclient-1:4.3.0-17.1.202306210251 124/408 Installing : python3-swiftclient-3.11.1-17.1.20230620204150.0 125/408 Installing : python3-shade-1.33.0-17.1.20230620225148.e7c7f29 126/408 Installing : python3-zope-interface-5.4.0-1.el9ost.x86_64 127/408 Installing : python3-gevent-21.1.2-2.el9ost.x86_64 128/408 Installing : python3-etcd3gw-0.2.6-2.el9ost.noarch 129/408 Installing : python3-oslo-reports-2.2.0-17.1.20230620210621.b 130/408 Installing : python3-kombu-1:5.0.2-3.el9ost.noarch 131/408 Installing : python3-yubico-1.3.3-7.el9.noarch 132/408 Installing : python3-urllib-gssapi-1.0.2-4.el9.noarch 133/408 Installing : python3-rhosp-openvswitch-3.3-1.el9ost.noarch 134/408 Upgrading : util-linux-core-2.37.4-11.el9_2.x86_64 135/408 Running scriptlet: util-linux-core-2.37.4-11.el9_2.x86_64 135/408 Installing : openssl-perl-1:3.0.7-6.el9_2.x86_64 136/408 Installing : python3-ldap-3.4.3-2.el9.x86_64 137/408 Installing : ruby-augeas-0.5.0-29.el9ost.x86_64 138/408 Installing : python3-augeas-0.5.0-25.el9.noarch 139/408 Installing : python3-alembic-1.7.5-3.el9.noarch 140/408 Installing : device-mapper-persistent-data-0.9.0-13.el9.x86_6 141/408 Installing : qemu-img-17:7.2.0-14.el9_2.18.x86_64 142/408 Installing : python3-rsa-4.6-3.1.el9ost.noarch 143/408 Installing : python3-boto-2.45.0-8.1.el9ost.noarch 144/408 Installing : heat-cfntools-1.4.2-6.1.el9ost.noarch 145/408 Upgrading : libfdisk-2.37.4-11.el9_2.x86_64 146/408 Upgrading : util-linux-2.37.4-11.el9_2.x86_64 147/408 Upgrading : device-mapper-libs-9:1.02.187-7.el9_2.2.x86_64 148/408 Upgrading : device-mapper-9:1.02.187-7.el9_2.2.x86_64 149/408 Installing : 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 Running scriptlet: ipa-selinux-4.10.1-6.el9.noarch 170/408 Installing : ipa-selinux-4.10.1-6.el9.noarch 170/408 Running scriptlet: ipa-selinux-4.10.1-6.el9.noarch 170/408 Installing : ipa-common-4.10.1-12.el9_2.2.noarch 171/408 Installing : oniguruma-6.9.6-1.el9.5.x86_64 172/408 Installing : jq-1.6-14.el9.x86_64 173/408 Installing : python3-wcwidth-0.2.5-8.el9.noarch 174/408 Installing : python3-PyMySQL-0.10.1-6.el9.noarch 175/408 Installing : boost-atomic-1.75.0-8.el9.x86_64 176/408 Installing : boost-log-1.75.0-8.el9.x86_64 177/408 Installing : libburn-1.5.4-4.el9.x86_64 178/408 Installing : boost-program-options-1.75.0-8.el9.x86_64 179/408 Installing : sshpass-1.09-4.el9.x86_64 180/408 Installing : openstack-ansible-core-2.14.2-4.7.el9ost.x86_64 181/408 Installing : ansible-collection-community-general-4.0.0-1.1.e 182/408 Installing : ansible-collection-ansible-posix-1.2.0-1.3.el9os 183/408 Installing : ansible-role-chrony-1.3.1-17.1.20230621084226.01 184/408 Installing : ansible-role-container-registry-1.4.1-17.1.20230 185/408 Installing : ansible-role-redhat-subscription-1.3.0-17.1.2023 186/408 Installing : ansible-tripleo-ipsec-11.0.1-17.1.20230620172008 187/408 Installing : ansible-collection-containers-podman-1.9.4-5.el9 188/408 Installing : ansible-collections-openstack-1.9.1-17.1.2025051 189/408 Installing : ansible-role-metalsmith-deployment-1.4.4-17.1.20 190/408 Installing : ansible-collection-ansible-utils-2.3.0-2.el9ost. 191/408 Installing : ansible-collection-ansible-netcommon-2.2.0-1.2.e 192/408 Installing : ansible-config_template-2.0.1-17.1.2023062108392 193/408 Installing : ansible-role-atos-hsm-1.0.1-17.1.20230927001631. 194/408 Installing : ansible-role-collectd-config-0.0.3-17.1.20230620 195/408 Installing : ansible-role-qdr-config-0.0.2-17.1.2023062017113 196/408 Installing : ansible-role-thales-hsm-3.0.1-17.1.2023100722080 197/408 Installing : ansible-role-tripleo-modify-image-1.5.1-17.1.202 198/408 Installing : ansible-role-lunasa-hsm-1.1.1-17.1.2025060318083 199/408 Installing : ansible-freeipa-1.9.2-3.el9_2.noarch 200/408 Installing : rhel-system-roles-1.21.2-1.el9_2.noarch 201/408 Installing : python3-jwcrypto-0.8-4.el9.noarch 202/408 Installing : iptables-nft-services-1.8.8-6.el9_1.noarch 203/408 Running scriptlet: iptables-nft-services-1.8.8-6.el9_1.noarch 203/408 Installing : libisofs-1.5.4-4.el9.x86_64 204/408 Installing : libisoburn-1.5.4-4.el9.x86_64 205/408 Installing : xorriso-1.5.4-4.el9.x86_64 206/408 Running scriptlet: xorriso-1.5.4-4.el9.x86_64 206/408 Installing : boost-nowide-1.75.0-8.el9.x86_64 207/408 Installing : leatherman-1.12.6-5.el9ost.x86_64 208/408 Installing : cpp-hocon-0.3.0-7.el9ost.x86_64 209/408 Installing : python-openstackclient-lang-5.5.2-17.1.202506161 210/408 Installing : yaml-cpp-0.6.3-6.el9ost.x86_64 211/408 Installing : facter-1:3.14.19-3.el9ost.x86_64 212/408 Installing : ruby-facter-1:3.14.19-3.el9ost.x86_64 213/408 Installing : rubygem-puppet-resource_api-1.8.13-1.el9ost.noar 214/408 Running scriptlet: puppet-headless-7.10.0-4.el9ost.noarch 215/408 Installing : puppet-headless-7.10.0-4.el9ost.noarch 215/408 Installing : puppet-7.10.0-4.el9ost.noarch 216/408 Running scriptlet: puppet-7.10.0-4.el9ost.noarch 216/408 Installing : puppet-stdlib-6.3.1-17.1.20230621000857.7c1ae25. 217/408 Installing : puppet-inifile-4.2.1-17.1.20230620180624.df46d2a 218/408 Installing : puppet-concat-6.2.1-17.1.20230620181556.dfeabb9. 219/408 Installing : puppet-apache-6.5.2-17.1.20230621001106.e4a1532. 220/408 Installing : puppet-xinetd-3.3.1-17.1.20230620185435.8d460c4. 221/408 Installing : puppet-firewall-3.4.1-17.1.20230621022040.94f707 222/408 Installing : puppet-memcached-6.0.0-17.1.20230620184630.4c70d 223/408 Installing : puppet-sysctl-0.0.13-17.1.20230620183456.847ec1c 224/408 Installing : puppet-rsync-1.1.4-17.1.20230621002829.ea6397e.e 225/408 Installing : puppet-corosync-8.0.1-17.1.20230621104908.6a9da9 226/408 Installing : puppet-mysql-10.6.1-17.1.20230621022141.937d044. 227/408 Installing : puppet-systemd-2.12.1-17.1.20230620191611.8f68b0 228/408 Installing : puppet-redis-6.1.1-17.1.20230620191704.547105e.e 229/408 Installing : puppet-openstack_extras-18.5.1-17.1.202306210424 230/408 Installing : puppet-horizon-18.6.1-17.1.20230621075748.8074e6 231/408 Installing : puppet-pacemaker-1.5.1-17.1.20250214161010.f10ce 232/408 Installing : puppet-auditd-2.2.1-17.1.20230620192453.189b22b. 233/408 Installing : puppet-collectd-13.0.1-17.1.20230620193147.ad138 234/408 Installing : puppet-dns-8.2.1-17.1.20230621002045.70f5b28.el9 235/408 Installing : puppet-haproxy-4.2.2-17.1.20230620193950.a797b8c 236/408 Installing : puppet-keepalived-0.0.2-17.1.20230620194716.bbca 237/408 Installing : puppet-rsyslog-4.0.1-17.1.20230620200132.2548a0d 238/408 Installing : puppet-ssh-6.2.1-17.1.20230620190251.6e0f430.el9 239/408 Installing : puppet-fdio-18.2-1.20220727113954.6fd1c8e.el9ost 240/408 Installing : puppet-archive-4.6.1-17.1.20230620181607.bc7e4ff 241/408 Installing : puppet-rabbitmq-11.0.1-17.1.20230620182519.63fee 242/408 Installing : puppet-openstacklib-18.5.2-17.1.20230621052822.6 243/408 Installing : puppet-oslo-18.5.1-17.1.20230621052358.fe2a147.e 244/408 Installing : puppet-keystone-18.6.1-17.1.20250425111017.cb0ad 245/408 Installing : puppet-glance-18.6.1-17.1.20250220151014.81b081d 246/408 Installing : puppet-cinder-18.5.2-17.1.20230621054224.6aa60e7 247/408 Installing : puppet-nova-18.6.1-17.1.20230621090443.a21eae4.e 248/408 Installing : puppet-octavia-18.5.1-17.1.20230621062420.842492 249/408 Installing : puppet-manila-18.5.2-17.1.20231102190827.a72a7d5 250/408 Installing : puppet-ceilometer-18.4.3-17.1.20230927010818.383 251/408 Installing : puppet-designate-18.6.1-17.1.20230621061456.f4c0 252/408 Installing : puppet-gnocchi-18.4.3-17.1.20230621061020.7584b9 253/408 Installing : puppet-heat-18.4.1-17.1.20230621111632.3b41bb0.e 254/408 Installing : puppet-placement-5.4.3-17.1.20230621061610.e7557 255/408 Installing : puppet-swift-18.6.1-17.1.20230621052139.f105ffc. 256/408 Installing : puppet-barbican-18.4.2-17.1.20250625204151.af6c7 257/408 Installing : puppet-aodh-18.4.2-17.1.20230620151218.3e47b5a.e 258/408 Installing : puppet-certmonger-2.7.1-17.1.20230620184730.3e2e 259/408 Installing : puppet-etcd-1.12.3-17.1.20230620193226.e143c2d.e 260/408 Installing : puppet-git-0.5.0-17.1.20230620193928.4e4498e.el9 261/408 Installing : puppet-ipaclient-2.5.2-17.1.20230620194626.b0867 262/408 Installing : puppet-nssdb-1.0.2-17.1.20230620185645.2ed2a2d.e 263/408 Installing : puppet-qdr-7.4.1-17.1.20230620195605.8a575de.el9 264/408 Installing : puppet-snmp-3.9.1-17.1.20230620200411.5d73485.el 265/408 Installing : puppet-ovn-18.6.1-17.1.20240925094907.7805f7e.el 266/408 Installing : puppet-kmod-2.5.0-17.1.20230620190646.52e31e3.el 267/408 Installing : puppet-vswitch-14.4.3-17.1.20230621043558.51e82c 268/408 Installing : puppet-neutron-18.6.1-17.1.20230621053056.c9d467 269/408 Installing : puppet-module-data-0.5.1-17.1.20230620195419.28d 270/408 Installing : puppet-remote-10.0.0-17.1.20230620192417.7420908 271/408 Installing : puppet-vcsrepo-3.1.1-17.1.20230620183456.a36ee18 272/408 Installing : puppet-ironic-18.7.1-17.1.20240305210817.edf93f9 273/408 Installing : python3-yaql-1.1.3-13.el9ost.noarch 274/408 Installing : python3-yappi-1.3.1-5.el9ost.x86_64 275/408 Installing : python3-warlock-1.3.3-7.el9ost.noarch 276/408 Installing : python3-glanceclient-1:3.3.0-17.1.20240712170803 277/408 Installing : python3-repoze-lru-0.7-12.el9ost.noarch 278/408 Installing : python3-routes-2.4.1-14.el9ost.noarch 279/408 Installing : python3-extras-1.0.0-17.el9ost.noarch 280/408 Installing : python3-colorama-0.4.4-4.el9ost.noarch 281/408 Installing : python3-cachetools-4.2.2-3.el9ost.noarch 282/408 Installing : openstack-tripleo-common-containers-15.4.1-17.1. 283/408 Installing : python3-waitress-2.0.0-4.el9ost.noarch 284/408 Installing : python-oslo-db-lang-8.5.2-17.1.20240820150750.26 285/408 Installing : openstack-selinux-0.8.37-17.1.20231107080825.05d 286/408 Running scriptlet: openstack-selinux-0.8.37-17.1.20231107080825.05d 286/408 Installing : python3-sqlparse-0.4.1-2.el9ost.noarch 287/408 Installing : python3-migrate-0.13.0-1.el9ost.noarch 288/408 Installing : python3-oslo-db-8.5.2-17.1.20240820150750.26fd6f 289/408 Installing : python3-werkzeug-2.0.1-7.el9ost.noarch 290/408 Installing : python3-statsd-3.2.1-20.1.el9ost.noarch 291/408 Installing : python3-oslo-rootwrap-6.3.1-17.1.20230621110703. 292/408 Installing : python3-os-traits-2.5.0-17.1.20230620221402.ac1b 293/408 Installing : python-pycadf-common-3.1.1-17.1.20230620210757.4 294/408 Installing : python3-pycadf-3.1.1-17.1.20230620210757.4179996 295/408 Installing : python-oslo-versionedobjects-lang-2.4.1-17.1.202 296/408 Installing : python-oslo-policy-lang-3.7.1-17.1.2023062100394 297/408 Installing : python3-oslo-policy-3.7.1-17.1.20230621003949.63 298/408 Installing : python3-oslo-upgradecheck-1.3.1-17.1.20230621010 299/408 Installing : python-oslo-middleware-lang-4.2.1-17.1.202306210 300/408 Installing : python3-oslo-middleware-4.2.1-17.1.2023062101122 301/408 Installing : python-oslo-log-lang-4.4.0-17.1.20230620205407.9 302/408 Installing : python3-oslo-log-4.4.0-17.1.20230620205407.9b29c 303/408 Installing : python-oslo-cache-lang-2.7.1-17.1.20230621012756 304/408 Installing : python3-soupsieve-2.2-1.el9ost.noarch 305/408 Installing : python3-lxml-4.6.5-3.el9.x86_64 306/408 Installing : python3-beautifulsoup4-4.9.3-2.el9ost.noarch 307/408 Installing : ansible-pacemaker-1.0.4-17.1.20231213170757.7c10 308/408 Installing : ansible-role-openstack-operations-0.0.1-17.1.202 309/408 Installing : python3-webtest-2.0.35-6.el9ost.noarch 310/408 Installing : python3-smmap-3.0.1-4.el9ost.noarch 311/408 Installing : python3-gitdb-4.0.5-2.el9ost.noarch 312/408 Installing : python3-GitPython-3.1.14-2.el9ost.noarch 313/408 Installing : python3-setproctitle-1.2.2-1.el9ost.x86_64 314/408 Installing : python3-pyperclip-1.8.0-3.el9ost.noarch 315/408 Installing : python3-cmd2-1.4.0-4.el9ost.noarch 316/408 Installing : python3-cliff-3.7.0-17.1.20230620172206.117a100. 317/408 Installing : python3-osc-lib-2.3.1-17.1.20230620203400.2b7a67 318/408 Installing : python3-heatclient-2.3.1-17.1.20230621012952.d16 319/408 Installing : python3-neutronclient-7.3.1-17.1.20230621044049. 320/408 Installing : python3-zaqarclient-2.4.0-17.1.20230620214253.e3 321/408 Installing : python3-ironic-inspector-client-4.5.0-17.1.20230 322/408 Installing : python3-mistralclient-4.2.0-17.1.20230620220528. 323/408 Installing : python3-troveclient-7.0.0-17.1.20230620220924.c7 324/408 Installing : os-collect-config-13.1.1-17.1.20231020001748.761 325/408 Running scriptlet: os-collect-config-13.1.1-17.1.20231020001748.761 325/408 Installing : python3-heat-agent-2.2.1-17.1.20230620232028.ed1 326/408 Installing : python3-heat-agent-ansible-2.2.1-17.1.2023062023 327/408 Installing : python3-heat-agent-apply-config-2.2.1-17.1.20230 328/408 Installing : python3-heat-agent-docker-cmd-2.2.1-17.1.2023062 329/408 Installing : python3-heat-agent-hiera-2.2.1-17.1.202306202320 330/408 Installing : python3-heat-agent-json-file-2.2.1-17.1.20230620 331/408 Installing : python3-heat-agent-puppet-2.2.1-17.1.20230620232 332/408 Installing : openstack-heat-agents-2.2.1-17.1.20230620232028. 333/408 Installing : python3-designateclient-4.2.1-17.1.2023062102313 334/408 Installing : python3-magnumclient-3.4.1-17.1.20230621053508.2 335/408 Installing : python3-manilaclient-2.6.4-17.1.20240830140806.7 336/408 Installing : python3-barbicanclient-5.3.0-17.1.20230620213453 337/408 Installing : python3-natsort-7.1.1-2.el9ost.noarch 338/408 Installing : python3-croniter-0.3.35-2.el9ost.noarch 339/408 Installing : python3-mimeparse-1.6.0-16.el9ost.noarch 340/408 Installing : python3-fixtures-3.0.0-24.el9ost.noarch 341/408 Installing : python3-testtools-2.4.0-10.el9ost.noarch 342/408 Installing : python3-oslo-service-2.5.1-17.1.20240821200745.c 343/408 Installing : python3-oslo-messaging-12.7.3-17.1.2023121913080 344/408 Installing : python3-osprofiler-3.4.0-17.1.20230620215259.5d8 345/408 Installing : python3-oslo-versionedobjects-2.4.1-17.1.2023062 346/408 Installing : python3-aodhclient-2.2.0-17.1.20230620222234.b74 347/408 Installing : python3-memcached-1.59-3.el9ost.noarch 348/408 Installing : python3-oslo-cache-2.7.1-17.1.20230621012756.d02 349/408 Installing : python3-keystonemiddleware-9.2.0-17.1.2023062021 350/408 Installing : python3-logutils-0.3.5-15.el9ost.noarch 351/408 Installing : python3-pecan-1.4.0-2.el9ost.noarch 352/408 Installing : python3-lockfile-1:0.12.2-2.el9ost.noarch 353/408 Installing : python3-docutils-0.16-6.el9ost.noarch 354/408 Installing : python3-daemon-2.3.0-1.el9ost.noarch 355/408 Installing : python3-ansible-runner-2.0.0a1-3.el9ost.noarch 356/408 Installing : python3-validations-libs-1.9.1-17.1.202309130208 357/408 Installing : validations-common-1.9.1-17.1.20231006020828.f27 358/408 Installing : python3-bcrypt-3.1.7-7.el9ost.x86_64 359/408 Installing : python3-paramiko-2.11.0-2.el9ost.noarch 360/408 Installing : openpgm-5.2.122-26.el9ost.x86_64 361/408 Installing : golang-github-vbatts-tar-split-0.11.1-9.el9ost.x 362/408 Installing : python3-sss-murmur-2.8.2-5.el9_2.5.x86_64 363/408 Installing : libipa_hbac-2.8.2-5.el9_2.5.x86_64 364/408 Installing : python3-libipa_hbac-2.8.2-5.el9_2.5.x86_64 365/408 Installing : python3-ipalib-4.10.1-12.el9_2.2.noarch 366/408 Installing : python3-ipaclient-4.10.1-12.el9_2.2.noarch 367/408 Installing : libunwind-1.6.2-1.el9cp.x86_64 368/408 Installing : zeromq-4.3.4-1.el9ost.x86_64 369/408 Installing : python3-zmq-22.0.3-1.el9ost.x86_64 370/408 Installing : python3-tinyrpc-1.0.3-6.el9ost.noarch 371/408 Installing : python3-os-ken-1.4.1-17.1.20241205090937.018d755 372/408 warning: group neutron does not exist - using root Installing : python3-neutron-lib-2.10.3-17.1.20231221164814.6 373/408 Installing : pkgconf-m4-1.7.3-10.el9.noarch 374/408 Installing : libpkgconf-1.7.3-10.el9.x86_64 375/408 Installing : pkgconf-1.7.3-10.el9.x86_64 376/408 Installing : pkgconf-pkg-config-1.7.3-10.el9.x86_64 377/408 Installing : bash-completion-1:2.11-4.el9.noarch 378/408 Installing : python3-openstackclient-5.5.2-17.1.2025061610090 379/408 Running scriptlet: python3-openstackclient-5.5.2-17.1.2025061610090 379/408 The 'openstack bgp speaker show dragents' CLI is deprecated and will be removed in the future. Use 'openstack bgp dragent list' CLI instead. Installing : python3-ironicclient-4.6.4-17.1.20230621041552.0 380/408 Installing : python3-tripleo-common-15.4.1-17.1.2025052716141 381/408 Installing : tripleo-ansible-3.3.1-17.1.20250702110757.8debef 382/408 Installing : openstack-tripleo-validations-14.3.2-17.1.202501 383/408 Installing : python3-saharaclient-3.3.0-17.1.20230620222322.4 384/408 Installing : python3-octaviaclient-2.3.1-17.1.20231106100828. 385/408 Running scriptlet: openstack-heat-common-1:16.1.1-17.1.202507031108 386/408 Installing : openstack-heat-common-1:16.1.1-17.1.202507031108 386/408 Installing : openstack-heat-api-1:16.1.1-17.1.20250703110808. 387/408 Running scriptlet: openstack-heat-api-1:16.1.1-17.1.20250703110808. 387/408 Installing : openstack-heat-engine-1:16.1.1-17.1.202507031108 388/408 Running scriptlet: openstack-heat-engine-1:16.1.1-17.1.202507031108 388/408 Installing : openstack-heat-monolith-1:16.1.1-17.1.2025070311 389/408 Running scriptlet: openstack-heat-monolith-1:16.1.1-17.1.2025070311 389/408 Installing : libkadm5-1.20.1-8.el9.x86_64 390/408 Installing : krb5-pkinit-1.20.1-8.el9.x86_64 391/408 Installing : krb5-workstation-1.20.1-8.el9.x86_64 392/408 Installing : ansible-tripleo-ipa-0.3.1-17.1.20230627190951.8d 393/408 Installing : openstack-tripleo-common-15.4.1-17.1.20250527161 394/408 Installing : openstack-tripleo-heat-templates-14.3.1-17.1.202 395/408 Installing : glibc-langpack-en-2.34-60.el9.x86_64 396/408 Installing : puppet-tripleo-14.2.3-17.1.20250320101351.40278e 397/408 Installing : python3-tripleoclient-16.5.1-17.1.20250523121326 398/408 Running scriptlet: cephadm-2:18.2.1-340.el9cp.noarch 399/408 Installing : cephadm-2:18.2.1-340.el9cp.noarch 399/408 Cleanup : device-mapper-9:1.02.187-7.el9.x86_64 400/408 Cleanup : util-linux-2.37.4-10.el9.x86_64 401/408 Cleanup : util-linux-core-2.37.4-10.el9.x86_64 402/408 Cleanup : libfdisk-2.37.4-10.el9.x86_64 403/408 Cleanup : libmount-2.37.4-10.el9.x86_64 404/408 Cleanup : libblkid-2.37.4-10.el9.x86_64 405/408 Cleanup : libuuid-2.37.4-10.el9.x86_64 406/408 Cleanup : libsmartcols-2.37.4-10.el9.x86_64 407/408 Cleanup : device-mapper-libs-9:1.02.187-7.el9.x86_64 408/408 Running scriptlet: ipa-selinux-4.10.1-6.el9.noarch 408/408 Running scriptlet: device-mapper-libs-9:1.02.187-7.el9.x86_64 408/408 Verifying : bash-completion-1:2.11-4.el9.noarch 1/408 Verifying : device-mapper-persistent-data-0.9.0-13.el9.x86_6 2/408 Verifying : libaio-0.3.111-13.el9.x86_64 3/408 Verifying : glibc-langpack-en-2.34-60.el9.x86_64 4/408 Verifying : krb5-pkinit-1.20.1-8.el9.x86_64 5/408 Verifying : krb5-workstation-1.20.1-8.el9.x86_64 6/408 Verifying : libkadm5-1.20.1-8.el9.x86_64 7/408 Verifying : libpkgconf-1.7.3-10.el9.x86_64 8/408 Verifying : pkgconf-1.7.3-10.el9.x86_64 9/408 Verifying : pkgconf-m4-1.7.3-10.el9.noarch 10/408 Verifying : pkgconf-pkg-config-1.7.3-10.el9.x86_64 11/408 Verifying : python3-dns-2.2.1-2.el9.noarch 12/408 Verifying : ansible-collection-community-general-4.0.0-1.1.e 13/408 Verifying : libunwind-1.6.2-1.el9cp.x86_64 14/408 Verifying : ansible-collection-ansible-posix-1.2.0-1.3.el9os 15/408 Verifying : cephadm-2:18.2.1-340.el9cp.noarch 16/408 Verifying : libipa_hbac-2.8.2-5.el9_2.5.x86_64 17/408 Verifying : python3-libipa_hbac-2.8.2-5.el9_2.5.x86_64 18/408 Verifying : python3-sss-murmur-2.8.2-5.el9_2.5.x86_64 19/408 Verifying : device-mapper-event-9:1.02.187-7.el9_2.2.x86_64 20/408 Verifying : device-mapper-event-libs-9:1.02.187-7.el9_2.2.x8 21/408 Verifying : lvm2-9:2.03.17-7.el9_2.2.x86_64 22/408 Verifying : lvm2-libs-9:2.03.17-7.el9_2.2.x86_64 23/408 Verifying : ansible-collection-ansible-netcommon-2.2.0-1.2.e 24/408 Verifying : ansible-collection-ansible-utils-2.3.0-2.el9ost. 25/408 Verifying : golang-github-vbatts-tar-split-0.11.1-9.el9ost.x 26/408 Verifying : heat-cfntools-1.4.2-6.1.el9ost.noarch 27/408 Verifying : libsodium-1.0.18-7.el9ost.x86_64 28/408 Verifying : openpgm-5.2.122-26.el9ost.x86_64 29/408 Verifying : puppet-fdio-18.2-1.20220727113954.6fd1c8e.el9ost 30/408 Verifying : python3-ansible-runner-2.0.0a1-3.el9ost.noarch 31/408 Verifying : python3-bcrypt-3.1.7-7.el9ost.x86_64 32/408 Verifying : python3-beautifulsoup4-4.9.3-2.el9ost.noarch 33/408 Verifying : python3-croniter-0.3.35-2.el9ost.noarch 34/408 Verifying : python3-daemon-2.3.0-1.el9ost.noarch 35/408 Verifying : python3-docutils-0.16-6.el9ost.noarch 36/408 Verifying : python3-etcd3gw-0.2.6-2.el9ost.noarch 37/408 Verifying : python3-gevent-21.1.2-2.el9ost.x86_64 38/408 Verifying : python3-gitdb-4.0.5-2.el9ost.noarch 39/408 Verifying : python3-jeepney-0.6.0-2.el9ost.noarch 40/408 Verifying : python3-jmespath-0.10.0-1.el9ost.noarch 41/408 Verifying : python3-lockfile-1:0.12.2-2.el9ost.noarch 42/408 Verifying : python3-logutils-0.3.5-15.el9ost.noarch 43/408 Verifying : python3-memcached-1.59-3.el9ost.noarch 44/408 Verifying : python3-migrate-0.13.0-1.el9ost.noarch 45/408 Verifying : python3-mimeparse-1.6.0-16.el9ost.noarch 46/408 Verifying : python3-natsort-7.1.1-2.el9ost.noarch 47/408 Verifying : python3-passlib-1.7.4-3.el9ost.noarch 48/408 Verifying : python3-pecan-1.4.0-2.el9ost.noarch 49/408 Verifying : python3-pyOpenSSL-20.0.1-2.el9ost.noarch 50/408 Verifying : python3-pynacl-1.4.0-1.el9ost.x86_64 51/408 Verifying : python3-pyperclip-1.8.0-3.el9ost.noarch 52/408 Verifying : python3-setproctitle-1.2.2-1.el9ost.x86_64 53/408 Verifying : python3-smmap-3.0.1-4.el9ost.noarch 54/408 Verifying : python3-soupsieve-2.2-1.el9ost.noarch 55/408 Verifying : python3-sqlalchemy13-1.3.24-3.el9ost.x86_64 56/408 Verifying : python3-tenacity-6.3.1-1.el9ost.noarch 57/408 Verifying : python3-webtest-2.0.35-6.el9ost.noarch 58/408 Verifying : python3-zmq-22.0.3-1.el9ost.x86_64 59/408 Verifying : python3-zope-event-4.2.0-20.el9ost.noarch 60/408 Verifying : python3-zope-interface-5.4.0-1.el9ost.x86_64 61/408 Verifying : rubygem-concurrent-ruby-1.1.5-2.el9ost.noarch 62/408 Verifying : rubygem-deep_merge-1.2.1-7.el9ost.noarch 63/408 Verifying : rubygem-fast_gettext-1.2.0-9.el9ost.noarch 64/408 Verifying : rubygem-hocon-1.3.1-2.el9ost.noarch 65/408 Verifying : rubygem-multi_json-1.15.0-2.el9ost.noarch 66/408 Verifying : rubygem-puppet-resource_api-1.8.13-1.el9ost.noar 67/408 Verifying : rubygem-ruby-shadow-2.5.0-15.el9ost.x86_64 68/408 Verifying : rubygem-semantic_puppet-1.0.4-2.el9ost.noarch 69/408 Verifying : zeromq-4.3.4-1.el9ost.x86_64 70/408 Verifying : ansible-config_template-2.0.1-17.1.2023062108392 71/408 Verifying : ansible-role-atos-hsm-1.0.1-17.1.20230927001631. 72/408 Verifying : ansible-role-chrony-1.3.1-17.1.20230621084226.01 73/408 Verifying : ansible-role-collectd-config-0.0.3-17.1.20230620 74/408 Verifying : ansible-role-container-registry-1.4.1-17.1.20230 75/408 Verifying : ansible-role-openstack-operations-0.0.1-17.1.202 76/408 Verifying : ansible-role-qdr-config-0.0.2-17.1.2023062017113 77/408 Verifying : ansible-role-redhat-subscription-1.3.0-17.1.2023 78/408 Verifying : ansible-role-thales-hsm-3.0.1-17.1.2023100722080 79/408 Verifying : ansible-role-tripleo-modify-image-1.5.1-17.1.202 80/408 Verifying : ansible-tripleo-ipa-0.3.1-17.1.20230627190951.8d 81/408 Verifying : ansible-tripleo-ipsec-11.0.1-17.1.20230620172008 82/408 Verifying : dib-utils-0.0.11-17.1.20230620173328.51661c3.el9 83/408 Verifying : openstack-heat-agents-2.2.1-17.1.20230620232028. 84/408 Verifying : os-apply-config-13.1.1-17.1.20231020001757.3c7f9 85/408 Verifying : os-collect-config-13.1.1-17.1.20231020001748.761 86/408 Verifying : os-refresh-config-13.1.1-17.1.20231020000854.812 87/408 Verifying : puppet-aodh-18.4.2-17.1.20230620151218.3e47b5a.e 88/408 Verifying : puppet-apache-6.5.2-17.1.20230621001106.e4a1532. 89/408 Verifying : puppet-archive-4.6.1-17.1.20230620181607.bc7e4ff 90/408 Verifying : puppet-auditd-2.2.1-17.1.20230620192453.189b22b. 91/408 Verifying : puppet-ceilometer-18.4.3-17.1.20230927010818.383 92/408 Verifying : puppet-certmonger-2.7.1-17.1.20230620184730.3e2e 93/408 Verifying : puppet-cinder-18.5.2-17.1.20230621054224.6aa60e7 94/408 Verifying : puppet-collectd-13.0.1-17.1.20230620193147.ad138 95/408 Verifying : puppet-concat-6.2.1-17.1.20230620181556.dfeabb9. 96/408 Verifying : puppet-corosync-8.0.1-17.1.20230621104908.6a9da9 97/408 Verifying : puppet-designate-18.6.1-17.1.20230621061456.f4c0 98/408 Verifying : puppet-dns-8.2.1-17.1.20230621002045.70f5b28.el9 99/408 Verifying : puppet-etcd-1.12.3-17.1.20230620193226.e143c2d.e 100/408 Verifying : puppet-firewall-3.4.1-17.1.20230621022040.94f707 101/408 Verifying : puppet-git-0.5.0-17.1.20230620193928.4e4498e.el9 102/408 Verifying : puppet-gnocchi-18.4.3-17.1.20230621061020.7584b9 103/408 Verifying : puppet-haproxy-4.2.2-17.1.20230620193950.a797b8c 104/408 Verifying : puppet-heat-18.4.1-17.1.20230621111632.3b41bb0.e 105/408 Verifying : puppet-horizon-18.6.1-17.1.20230621075748.8074e6 106/408 Verifying : puppet-inifile-4.2.1-17.1.20230620180624.df46d2a 107/408 Verifying : puppet-ipaclient-2.5.2-17.1.20230620194626.b0867 108/408 Verifying : puppet-keepalived-0.0.2-17.1.20230620194716.bbca 109/408 Verifying : puppet-kmod-2.5.0-17.1.20230620190646.52e31e3.el 110/408 Verifying : puppet-manila-18.5.2-17.1.20231102190827.a72a7d5 111/408 Verifying : puppet-memcached-6.0.0-17.1.20230620184630.4c70d 112/408 Verifying : puppet-module-data-0.5.1-17.1.20230620195419.28d 113/408 Verifying : puppet-mysql-10.6.1-17.1.20230621022141.937d044. 114/408 Verifying : puppet-neutron-18.6.1-17.1.20230621053056.c9d467 115/408 Verifying : puppet-nova-18.6.1-17.1.20230621090443.a21eae4.e 116/408 Verifying : puppet-nssdb-1.0.2-17.1.20230620185645.2ed2a2d.e 117/408 Verifying : puppet-octavia-18.5.1-17.1.20230621062420.842492 118/408 Verifying : puppet-openstack_extras-18.5.1-17.1.202306210424 119/408 Verifying : puppet-openstacklib-18.5.2-17.1.20230621052822.6 120/408 Verifying : puppet-oslo-18.5.1-17.1.20230621052358.fe2a147.e 121/408 Verifying : puppet-placement-5.4.3-17.1.20230621061610.e7557 122/408 Verifying : puppet-qdr-7.4.1-17.1.20230620195605.8a575de.el9 123/408 Verifying : puppet-rabbitmq-11.0.1-17.1.20230620182519.63fee 124/408 Verifying : puppet-redis-6.1.1-17.1.20230620191704.547105e.e 125/408 Verifying : puppet-remote-10.0.0-17.1.20230620192417.7420908 126/408 Verifying : puppet-rsync-1.1.4-17.1.20230621002829.ea6397e.e 127/408 Verifying : puppet-rsyslog-4.0.1-17.1.20230620200132.2548a0d 128/408 Verifying : puppet-snmp-3.9.1-17.1.20230620200411.5d73485.el 129/408 Verifying : puppet-ssh-6.2.1-17.1.20230620190251.6e0f430.el9 130/408 Verifying : puppet-stdlib-6.3.1-17.1.20230621000857.7c1ae25. 131/408 Verifying : puppet-swift-18.6.1-17.1.20230621052139.f105ffc. 132/408 Verifying : puppet-sysctl-0.0.13-17.1.20230620183456.847ec1c 133/408 Verifying : puppet-systemd-2.12.1-17.1.20230620191611.8f68b0 134/408 Verifying : puppet-vcsrepo-3.1.1-17.1.20230620183456.a36ee18 135/408 Verifying : puppet-vswitch-14.4.3-17.1.20230621043558.51e82c 136/408 Verifying : puppet-xinetd-3.3.1-17.1.20230620185435.8d460c4. 137/408 Verifying : python-oslo-cache-lang-2.7.1-17.1.20230621012756 138/408 Verifying : python-oslo-log-lang-4.4.0-17.1.20230620205407.9 139/408 Verifying : python-oslo-middleware-lang-4.2.1-17.1.202306210 140/408 Verifying : python-oslo-policy-lang-3.7.1-17.1.2023062100394 141/408 Verifying : python-oslo-versionedobjects-lang-2.4.1-17.1.202 142/408 Verifying : python-pycadf-common-3.1.1-17.1.20230620210757.4 143/408 Verifying : python3-GitPython-3.1.14-2.el9ost.noarch 144/408 Verifying : python3-aodhclient-2.2.0-17.1.20230620222234.b74 145/408 Verifying : python3-barbicanclient-5.3.0-17.1.20230620213453 146/408 Verifying : python3-cinderclient-7.4.1-17.1.20230620211836.4 147/408 Verifying : python3-cliff-3.7.0-17.1.20230620172206.117a100. 148/408 Verifying : python3-designateclient-4.2.1-17.1.2023062102313 149/408 Verifying : python3-futurist-2.3.0-17.1.20230621104020.1a1c6 150/408 Verifying : python3-heat-agent-2.2.1-17.1.20230620232028.ed1 151/408 Verifying : python3-heat-agent-ansible-2.2.1-17.1.2023062023 152/408 Verifying : python3-heat-agent-apply-config-2.2.1-17.1.20230 153/408 Verifying : python3-heat-agent-docker-cmd-2.2.1-17.1.2023062 154/408 Verifying : python3-heat-agent-hiera-2.2.1-17.1.202306202320 155/408 Verifying : python3-heat-agent-json-file-2.2.1-17.1.20230620 156/408 Verifying : python3-heat-agent-puppet-2.2.1-17.1.20230620232 157/408 Verifying : python3-heatclient-2.3.1-17.1.20230621012952.d16 158/408 Verifying : python3-ironic-inspector-client-4.5.0-17.1.20230 159/408 Verifying : python3-ironicclient-4.6.4-17.1.20230621041552.0 160/408 Verifying : python3-keystoneclient-1:4.3.0-17.1.202306210251 161/408 Verifying : python3-keystonemiddleware-9.2.0-17.1.2023062021 162/408 Verifying : python3-magnumclient-3.4.1-17.1.20230621053508.2 163/408 Verifying : python3-mistralclient-4.2.0-17.1.20230620220528. 164/408 Verifying : python3-neutronclient-7.3.1-17.1.20230621044049. 165/408 Verifying : python3-novaclient-1:17.4.1-17.1.20230621034300. 166/408 Verifying : python3-os-client-config-2.1.0-17.1.202306202031 167/408 Verifying : python3-os-service-types-1.7.0-17.1.202306202012 168/408 Verifying : python3-os-traits-2.5.0-17.1.20230620221402.ac1b 169/408 Verifying : python3-osc-lib-2.3.1-17.1.20230620203400.2b7a67 170/408 Verifying : python3-oslo-cache-2.7.1-17.1.20230621012756.d02 171/408 Verifying : python3-oslo-context-3.2.1-17.1.20230620204857.b 172/408 Verifying : python3-oslo-log-4.4.0-17.1.20230620205407.9b29c 173/408 Verifying : python3-oslo-middleware-4.2.1-17.1.2023062101122 174/408 Verifying : python3-oslo-policy-3.7.1-17.1.20230621003949.63 175/408 Verifying : python3-oslo-reports-2.2.0-17.1.20230620210621.b 176/408 Verifying : python3-oslo-rootwrap-6.3.1-17.1.20230621110703. 177/408 Verifying : python3-oslo-serialization-4.1.1-17.1.2023062101 178/408 Verifying : python3-oslo-upgradecheck-1.3.1-17.1.20230621010 179/408 Verifying : python3-oslo-versionedobjects-2.4.1-17.1.2023062 180/408 Verifying : python3-osprofiler-3.4.0-17.1.20230620215259.5d8 181/408 Verifying : python3-pycadf-3.1.1-17.1.20230620210757.4179996 182/408 Verifying : python3-requestsexceptions-1.4.0-17.1.2023062016 183/408 Verifying : python3-saharaclient-3.3.0-17.1.20230620222322.4 184/408 Verifying : python3-shade-1.33.0-17.1.20230620225148.e7c7f29 185/408 Verifying : python3-statsd-3.2.1-20.1.el9ost.noarch 186/408 Verifying : python3-swiftclient-3.11.1-17.1.20230620204150.0 187/408 Verifying : python3-tinyrpc-1.0.3-6.el9ost.noarch 188/408 Verifying : python3-troveclient-7.0.0-17.1.20230620220924.c7 189/408 Verifying : python3-validations-libs-1.9.1-17.1.202309130208 190/408 Verifying : python3-zaqarclient-2.4.0-17.1.20230620214253.e3 191/408 Verifying : validations-common-1.9.1-17.1.20231006020828.f27 192/408 Verifying : python3-paramiko-2.11.0-2.el9ost.noarch 193/408 Verifying : python3-werkzeug-2.0.1-7.el9ost.noarch 194/408 Verifying : ansible-pacemaker-1.0.4-17.1.20231213170757.7c10 195/408 Verifying : python3-manilaclient-2.6.4-17.1.20240830140806.7 196/408 Verifying : python3-sqlparse-0.4.1-2.el9ost.noarch 197/408 Verifying : python3-webob-1.8.7-2.1.el9ost.noarch 198/408 Verifying : ansible-role-metalsmith-deployment-1.4.4-17.1.20 199/408 Verifying : openstack-selinux-0.8.37-17.1.20231107080825.05d 200/408 Verifying : puppet-ironic-18.7.1-17.1.20240305210817.edf93f9 201/408 Verifying : python-oslo-db-lang-8.5.2-17.1.20240820150750.26 202/408 Verifying : python3-glanceclient-1:3.3.0-17.1.20240712170803 203/408 Verifying : python3-keystoneauth1-4.4.0-17.1.20240812145234. 204/408 Verifying : python3-metalsmith-1.4.4-17.1.20240522060758.5e7 205/408 Verifying : python3-neutron-lib-2.10.3-17.1.20231221164814.6 206/408 Verifying : python3-octaviaclient-2.3.1-17.1.20231106100828. 207/408 Verifying : python3-oslo-db-8.5.2-17.1.20240820150750.26fd6f 208/408 Verifying : python3-oslo-messaging-12.7.3-17.1.2023121913080 209/408 Verifying : python3-oslo-service-2.5.1-17.1.20240821200745.c 210/408 Verifying : python3-rhosp-openvswitch-3.3-1.el9ost.noarch 211/408 Verifying : python3-waitress-2.0.0-4.el9ost.noarch 212/408 Verifying : openstack-ansible-core-2.14.2-4.7.el9ost.x86_64 213/408 Verifying : openstack-tripleo-validations-14.3.2-17.1.202501 214/408 Verifying : puppet-glance-18.6.1-17.1.20250220151014.81b081d 215/408 Verifying : puppet-ovn-18.6.1-17.1.20240925094907.7805f7e.el 216/408 Verifying : puppet-pacemaker-1.5.1-17.1.20250214161010.f10ce 217/408 Verifying : python3-os-ken-1.4.1-17.1.20241205090937.018d755 218/408 Verifying : puppet-tripleo-14.2.3-17.1.20250320101351.40278e 219/408 Verifying : ansible-collection-containers-podman-1.9.4-5.el9 220/408 Verifying : ansible-collections-openstack-1.9.1-17.1.2025051 221/408 Verifying : cpp-hocon-0.3.0-7.el9ost.x86_64 222/408 Verifying : facter-1:3.14.19-3.el9ost.x86_64 223/408 Verifying : hiera-3.6.0-6.el9ost.noarch 224/408 Verifying : leatherman-1.12.6-5.el9ost.x86_64 225/408 Verifying : openstack-tripleo-common-15.4.1-17.1.20250527161 226/408 Verifying : openstack-tripleo-common-containers-15.4.1-17.1. 227/408 Verifying : puppet-7.10.0-4.el9ost.noarch 228/408 Verifying : puppet-headless-7.10.0-4.el9ost.noarch 229/408 Verifying : puppet-keystone-18.6.1-17.1.20250425111017.cb0ad 230/408 Verifying : python3-amqp-5.0.6-5.el9ost.noarch 231/408 Verifying : python3-boto-2.45.0-8.1.el9ost.noarch 232/408 Verifying : python3-cachetools-4.2.2-3.el9ost.noarch 233/408 Verifying : python3-cmd2-1.4.0-4.el9ost.noarch 234/408 Verifying : python3-colorama-0.4.4-4.el9ost.noarch 235/408 Verifying : python3-dogpile-cache-1.1.5-5.el9ost.noarch 236/408 Verifying : python3-extras-1.0.0-17.el9ost.noarch 237/408 Verifying : python3-fixtures-3.0.0-24.el9ost.noarch 238/408 Verifying : python3-keyring-21.8.0-4.el9ost.noarch 239/408 Verifying : python3-kombu-1:5.0.2-3.el9ost.noarch 240/408 Verifying : python3-msgpack-1.0.2-4.el9ost.x86_64 241/408 Verifying : python3-munch-2.5.0-6.el9ost.noarch 242/408 Verifying : python3-openstacksdk-0.55.1-17.1.20250516211008. 243/408 Verifying : python3-paste-3.5.0-5.el9ost.noarch 244/408 Verifying : python3-paste-deploy-2.1.1-4.el9ost.noarch 245/408 Verifying : python3-pystache-0.5.4-15.el9ost.noarch 246/408 Verifying : python3-repoze-lru-0.7-12.el9ost.noarch 247/408 Verifying : python3-routes-2.4.1-14.el9ost.noarch 248/408 Verifying : python3-rsa-4.6-3.1.el9ost.noarch 249/408 Verifying : python3-secretstorage-3.3.1-3.el9ost.noarch 250/408 Verifying : python3-simplejson-3.17.5-3.el9ost.x86_64 251/408 Verifying : python3-tempita-0.5.1-27.el9ost.noarch 252/408 Verifying : python3-testtools-2.4.0-10.el9ost.noarch 253/408 Verifying : python3-tripleo-common-15.4.1-17.1.2025052716141 254/408 Verifying : python3-tripleoclient-16.5.1-17.1.20250523121326 255/408 Verifying : python3-vine-5.0.0-5.el9ost.noarch 256/408 Verifying : python3-warlock-1.3.3-7.el9ost.noarch 257/408 Verifying : python3-yappi-1.3.1-5.el9ost.x86_64 258/408 Verifying : python3-yaql-1.1.3-13.el9ost.noarch 259/408 Verifying : ruby-augeas-0.5.0-29.el9ost.x86_64 260/408 Verifying : ruby-facter-1:3.14.19-3.el9ost.x86_64 261/408 Verifying : yaml-cpp-0.6.3-6.el9ost.x86_64 262/408 Verifying : ansible-role-lunasa-hsm-1.1.1-17.1.2025060318083 263/408 Verifying : openstack-heat-api-1:16.1.1-17.1.20250703110808. 264/408 Verifying : openstack-heat-common-1:16.1.1-17.1.202507031108 265/408 Verifying : openstack-heat-engine-1:16.1.1-17.1.202507031108 266/408 Verifying : openstack-heat-monolith-1:16.1.1-17.1.2025070311 267/408 Verifying : openstack-tripleo-heat-templates-14.3.1-17.1.202 268/408 Verifying : puppet-barbican-18.4.2-17.1.20250625204151.af6c7 269/408 Verifying : python-openstackclient-lang-5.5.2-17.1.202506161 270/408 Verifying : python3-openstackclient-5.5.2-17.1.2025061610090 271/408 Verifying : tripleo-ansible-3.3.1-17.1.20250702110757.8debef 272/408 Verifying : perl-IO-Socket-SSL-2.073-1.el9.noarch 273/408 Verifying : boost-system-1.75.0-8.el9.x86_64 274/408 Verifying : perl-Getopt-Long-1:2.52-4.el9.noarch 275/408 Verifying : perl-Storable-1:3.21-460.el9.x86_64 276/408 Verifying : python3-urllib-gssapi-1.0.2-4.el9.noarch 277/408 Verifying : boost-locale-1.75.0-8.el9.x86_64 278/408 Verifying : boost-nowide-1.75.0-8.el9.x86_64 279/408 Verifying : boost-thread-1.75.0-8.el9.x86_64 280/408 Verifying : perl-Data-Dumper-2.174-462.el9.x86_64 281/408 Verifying : perl-Exporter-5.74-461.el9.noarch 282/408 Verifying : perl-File-Temp-1:0.231.100-4.el9.noarch 283/408 Verifying : perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch 284/408 Verifying : perl-parent-1:0.238-460.el9.noarch 285/408 Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 286/408 Verifying : xorriso-1.5.4-4.el9.x86_64 287/408 Verifying : libisofs-1.5.4-4.el9.x86_64 288/408 Verifying : perl-IO-Socket-IP-0.41-5.el9.noarch 289/408 Verifying : perl-Net-SSLeay-1.92-2.el9.x86_64 290/408 Verifying : perl-PathTools-3.78-461.el9.x86_64 291/408 Verifying : perl-Pod-Simple-1:3.42-4.el9.noarch 292/408 Verifying : perl-Term-ANSIColor-5.01-461.el9.noarch 293/408 Verifying : perl-Text-ParseWords-3.30-460.el9.noarch 294/408 Verifying : perl-URI-5.09-3.el9.noarch 295/408 Verifying : perl-libnet-3.13-4.el9.noarch 296/408 Verifying : python3-lxml-4.6.5-3.el9.x86_64 297/408 Verifying : boost-chrono-1.75.0-8.el9.x86_64 298/408 Verifying : iptables-nft-services-1.8.8-6.el9_1.noarch 299/408 Verifying : perl-Carp-1.50-460.el9.noarch 300/408 Verifying : perl-Encode-4:3.08-462.el9.x86_64 301/408 Verifying : perl-Mozilla-CA-20200520-6.el9.noarch 302/408 Verifying : perl-Term-Cap-1.17-460.el9.noarch 303/408 Verifying : perl-Time-Local-2:1.300-7.el9.noarch 304/408 Verifying : python3-psutil-5.8.0-12.el9.x86_64 305/408 Verifying : python3-yubico-1.3.3-7.el9.noarch 306/408 Verifying : perl-Pod-Escapes-1:1.07-460.el9.noarch 307/408 Verifying : python3-jwcrypto-0.8-4.el9.noarch 308/408 Verifying : sshpass-1.09-4.el9.x86_64 309/408 Verifying : boost-filesystem-1.75.0-8.el9.x86_64 310/408 Verifying : boost-log-1.75.0-8.el9.x86_64 311/408 Verifying : boost-program-options-1.75.0-8.el9.x86_64 312/408 Verifying : libburn-1.5.4-4.el9.x86_64 313/408 Verifying : perl-Digest-MD5-2.58-4.el9.x86_64 314/408 Verifying : perl-MIME-Base64-3.16-4.el9.x86_64 315/408 Verifying : boost-atomic-1.75.0-8.el9.x86_64 316/408 Verifying : libisoburn-1.5.4-4.el9.x86_64 317/408 Verifying : perl-Digest-1.19-4.el9.noarch 318/408 Verifying : perl-File-Path-2.18-4.el9.noarch 319/408 Verifying : perl-Pod-Perldoc-3.28.01-461.el9.noarch 320/408 Verifying : perl-Pod-Usage-4:2.01-4.el9.noarch 321/408 Verifying : perl-Scalar-List-Utils-4:1.56-461.el9.x86_64 322/408 Verifying : perl-Socket-4:2.031-4.el9.x86_64 323/408 Verifying : perl-constant-1.33-461.el9.noarch 324/408 Verifying : perl-podlators-1:4.14-460.el9.noarch 325/408 Verifying : python3-PyMySQL-0.10.1-6.el9.noarch 326/408 Verifying : python3-appdirs-1.4.4-4.el9.noarch 327/408 Verifying : python3-pyasn1-0.4.8-6.el9.noarch 328/408 Verifying : python3-pyusb-1.0.2-13.el9.noarch 329/408 Verifying : python3-qrcode-core-6.1-12.el9.noarch 330/408 Verifying : python3-wcwidth-0.2.5-8.el9.noarch 331/408 Verifying : boost-regex-1.75.0-8.el9.x86_64 332/408 Verifying : oniguruma-6.9.6-1.el9.5.x86_64 333/408 Verifying : python3-alembic-1.7.5-3.el9.noarch 334/408 Verifying : python3-augeas-0.5.0-25.el9.noarch 335/408 Verifying : python3-gssapi-1.6.9-5.el9.x86_64 336/408 Verifying : augeas-libs-1.13.0-3.el9.x86_64 337/408 Verifying : jq-1.6-14.el9.x86_64 338/408 Verifying : libselinux-ruby-3.5-1.el9.x86_64 339/408 Verifying : perl-AutoLoader-5.74-480.el9.noarch 340/408 Verifying : perl-B-1.80-480.el9.x86_64 341/408 Verifying : perl-Class-Struct-0.66-480.el9.noarch 342/408 Verifying : perl-Errno-1.30-480.el9.x86_64 343/408 Verifying : perl-Fcntl-1.13-480.el9.x86_64 344/408 Verifying : perl-File-Basename-2.85-480.el9.noarch 345/408 Verifying : perl-File-stat-1.09-480.el9.noarch 346/408 Verifying : perl-FileHandle-2.03-480.el9.noarch 347/408 Verifying : perl-Getopt-Std-1.12-480.el9.noarch 348/408 Verifying : perl-IPC-Open3-1.21-480.el9.noarch 349/408 Verifying : perl-POSIX-1.94-480.el9.x86_64 350/408 Verifying : perl-SelectSaver-1.02-480.el9.noarch 351/408 Verifying : perl-Symbol-1.08-480.el9.noarch 352/408 Verifying : perl-interpreter-4:5.32.1-480.el9.x86_64 353/408 Verifying : perl-libs-4:5.32.1-480.el9.x86_64 354/408 Verifying : perl-overload-1.31-480.el9.noarch 355/408 Verifying : perl-overloading-0.02-480.el9.noarch 356/408 Verifying : python3-ldap-3.4.3-2.el9.x86_64 357/408 Verifying : ipa-selinux-4.10.1-6.el9.noarch 358/408 Verifying : openssl-perl-1:3.0.7-6.el9_2.x86_64 359/408 Verifying : perl-IO-1.43-480.el9.x86_64 360/408 Verifying : perl-NDBM_File-1.15-480.el9.x86_64 361/408 Verifying : perl-base-2.27-480.el9.noarch 362/408 Verifying : perl-if-0.60.800-480.el9.noarch 363/408 Verifying : perl-mro-1.23-480.el9.x86_64 364/408 Verifying : perl-subs-1.03-480.el9.noarch 365/408 Verifying : perl-vars-1.05-480.el9.noarch 366/408 Verifying : python3-mako-1.1.4-6.el9.noarch 367/408 Verifying : ansible-freeipa-1.9.2-3.el9_2.noarch 368/408 Verifying : rhel-system-roles-1.21.2-1.el9_2.noarch 369/408 Verifying : ipa-client-common-4.10.1-12.el9_2.2.noarch 370/408 Verifying : ipa-common-4.10.1-12.el9_2.2.noarch 371/408 Verifying : python3-ipaclient-4.10.1-12.el9_2.2.noarch 372/408 Verifying : python3-ipalib-4.10.1-12.el9_2.2.noarch 373/408 Verifying : perl-HTTP-Tiny-0.076-461.el9_2.noarch 374/408 Verifying : skopeo-2:1.11.2-0.1.el9_2.2.x86_64 375/408 Verifying : ruby-3.0.4-161.el9_2.2.x86_64 376/408 Verifying : ruby-default-gems-3.0.4-161.el9_2.2.noarch 377/408 Verifying : ruby-libs-3.0.4-161.el9_2.2.x86_64 378/408 Verifying : rubygem-bigdecimal-3.0.0-161.el9_2.2.x86_64 379/408 Verifying : rubygem-bundler-2.2.33-161.el9_2.2.noarch 380/408 Verifying : rubygem-io-console-0.5.7-161.el9_2.2.x86_64 381/408 Verifying : rubygem-json-2.5.1-161.el9_2.2.x86_64 382/408 Verifying : rubygem-psych-3.3.2-161.el9_2.2.x86_64 383/408 Verifying : rubygem-rdoc-6.3.3-161.el9_2.2.noarch 384/408 Verifying : rubygem-rexml-3.2.5-161.el9_2.2.noarch 385/408 Verifying : rubygems-3.2.33-161.el9_2.2.noarch 386/408 Verifying : buildah-1:1.29.5-1.el9_2.x86_64 387/408 Verifying : libxslt-1.1.34-11.el9_2.x86_64 388/408 Verifying : qemu-img-17:7.2.0-14.el9_2.18.x86_64 389/408 Verifying : python3-openvswitch3.3-3.3.4-110.el9fdp.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-340.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.localdomain + sudo hostnamectl set-hostname standalone.localdomain --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=true + EDPM_COMPUTE_CEPH_ENABLED=true + export EDPM_COMPUTE_CEPH_NOVA=true + EDPM_COMPUTE_CEPH_NOVA=true + 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' + [[ true == \f\a\l\s\e ]] + export COMPUTE_DRIVER=libvirt + COMPUTE_DRIVER=libvirt + export IP=192.168.122.100 + IP=192.168.122.100 + export GATEWAY=192.168.122.10 + GATEWAY=192.168.122.10 + export STANDALONE_VM=false + STANDALONE_VM=false + export BARBICAN_ENABLED=true + BARBICAN_ENABLED=true + export MANILA_ENABLED=true + MANILA_ENABLED=true + export SWIFT_REPLICATED=false + SWIFT_REPLICATED=false + export TLSE_ENABLED=false + TLSE_ENABLED=false + export CLOUD_DOMAIN=localdomain + CLOUD_DOMAIN=localdomain + 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-09-30T14:02:56.098616 # # 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 + [[ true == \t\r\u\e ]] + /tmp/ceph.sh + export CEPH_IP=172.18.0.100 + CEPH_IP=172.18.0.100 + sudo dd if=/dev/zero of=/var/lib/ceph-osd.img bs=1 count=0 seek=7G 0+0 records in 0+0 records out 0 bytes copied, 5.0502e-05 s, 0.0 kB/s + sudo losetup /dev/loop3 /var/lib/ceph-osd.img + sudo pvcreate /dev/loop3 Physical volume "/dev/loop3" successfully created. Creating devices file /etc/lvm/devices/system.devices + sudo vgcreate vg2 /dev/loop3 Volume group "vg2" successfully created + sudo lvcreate -n data-lv2 -l +100%FREE vg2 Logical volume "data-lv2" created. + cat + sudo openstack overcloud ceph spec --standalone --mon-ip 172.18.0.100 --osd-spec /root/osd_spec.yaml --output /root/ceph_spec.yaml [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. PLAY [Create Ceph Spec for Standalone Deployment] ****************************** 2025-09-30 14:03:00.177173 | fa163eaa-657b-ecd4-ad0b-000000000005 | TASK | Fail if tripleo_cephadm_first_mon_ip is undefined 2025-09-30 14:03:00.216764 | fa163eaa-657b-ecd4-ad0b-000000000005 | SKIPPED | Fail if tripleo_cephadm_first_mon_ip is undefined | undercloud 2025-09-30 14:03:00.217722 | fa163eaa-657b-ecd4-ad0b-000000000005 | TIMING | Fail if tripleo_cephadm_first_mon_ip is undefined | undercloud | 0:00:00.088340 | 0.04s 2025-09-30 14:03:00.223996 | fa163eaa-657b-ecd4-ad0b-000000000006 | TASK | Ensure ceph_spec_path is defined 2025-09-30 14:03:00.263580 | fa163eaa-657b-ecd4-ad0b-000000000006 | SKIPPED | Ensure ceph_spec_path is defined | undercloud 2025-09-30 14:03:00.264606 | fa163eaa-657b-ecd4-ad0b-000000000006 | TIMING | Ensure ceph_spec_path is defined | undercloud | 0:00:00.135225 | 0.04s 2025-09-30 14:03:00.270413 | fa163eaa-657b-ecd4-ad0b-000000000007 | TASK | Override osd_spec if osd_spec_path is provided 2025-09-30 14:03:00.367078 | fa163eaa-657b-ecd4-ad0b-000000000007 | OK | Override osd_spec if osd_spec_path is provided | undercloud 2025-09-30 14:03:00.368126 | fa163eaa-657b-ecd4-ad0b-000000000007 | TIMING | Override osd_spec if osd_spec_path is provided | undercloud | 0:00:00.238745 | 0.10s 2025-09-30 14:03:00.374270 | fa163eaa-657b-ecd4-ad0b-000000000008 | TASK | Create Ceph spec for standalone deployment 2025-09-30 14:03:00.729154 | fa163eaa-657b-ecd4-ad0b-000000000008 | OK | Create Ceph spec for standalone deployment | undercloud 2025-09-30 14:03:00.730628 | fa163eaa-657b-ecd4-ad0b-000000000008 | TIMING | Create Ceph spec for standalone deployment | undercloud | 0:00:00.601244 | 0.35s PLAY RECAP ********************************************************************* undercloud : ok=2 changed=0 unreachable=0 failed=0 skipped=2 rescued=0 ignored=0 2025-09-30 14:03:00.753975 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-09-30 14:03:00.754586 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 4 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-09-30 14:03:00.755140 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:00:00.625767 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-09-30 14:03:00.755680 | UUID | Info | Host | Task Name | Run Time 2025-09-30 14:03:00.756203 | fa163eaa-657b-ecd4-ad0b-000000000008 | SUMMARY | undercloud | Create Ceph spec for standalone deployment | 0.35s 2025-09-30 14:03:00.756759 | fa163eaa-657b-ecd4-ad0b-000000000007 | SUMMARY | undercloud | Override osd_spec if osd_spec_path is provided | 0.10s 2025-09-30 14:03:00.757510 | fa163eaa-657b-ecd4-ad0b-000000000006 | SUMMARY | undercloud | Ensure ceph_spec_path is defined | 0.04s 2025-09-30 14:03:00.758033 | fa163eaa-657b-ecd4-ad0b-000000000005 | SUMMARY | undercloud | Fail if tripleo_cephadm_first_mon_ip is undefined | 0.04s 2025-09-30 14:03:00.758532 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ End Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + sudo openstack overcloud ceph user enable --standalone /root/ceph_spec.yaml [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. PLAY [undercloud] ************************************************************** 2025-09-30 14:03:03.223206 | fa163eaa-657b-17a1-4771-000000000005 | TASK | set ssh key path facts 2025-09-30 14:03:03.258575 | fa163eaa-657b-17a1-4771-000000000005 | OK | set ssh key path facts | undercloud 2025-09-30 14:03:03.259126 | fa163eaa-657b-17a1-4771-000000000005 | TIMING | set ssh key path facts | undercloud | 0:00:00.049792 | 0.04s 2025-09-30 14:03:03.262335 | fa163eaa-657b-17a1-4771-000000000006 | TASK | stat private key 2025-09-30 14:03:03.611377 | fa163eaa-657b-17a1-4771-000000000006 | OK | stat private key | undercloud 2025-09-30 14:03:03.612634 | fa163eaa-657b-17a1-4771-000000000006 | TIMING | stat private key | undercloud | 0:00:00.403290 | 0.35s 2025-09-30 14:03:03.619573 | fa163eaa-657b-17a1-4771-000000000007 | TASK | stat public key 2025-09-30 14:03:03.839404 | fa163eaa-657b-17a1-4771-000000000007 | OK | stat public key | undercloud 2025-09-30 14:03:03.840658 | fa163eaa-657b-17a1-4771-000000000007 | TIMING | stat public key | undercloud | 0:00:00.631315 | 0.22s 2025-09-30 14:03:03.847785 | fa163eaa-657b-17a1-4771-000000000008 | TASK | create private key if it does not exist 2025-09-30 14:03:05.417219 | fa163eaa-657b-17a1-4771-000000000008 | CHANGED | create private key if it does not exist | undercloud 2025-09-30 14:03:05.418596 | fa163eaa-657b-17a1-4771-000000000008 | TIMING | create private key if it does not exist | undercloud | 0:00:02.209251 | 1.57s 2025-09-30 14:03:05.424894 | fa163eaa-657b-17a1-4771-000000000009 | TASK | create public key if it does not exist 2025-09-30 14:03:05.655118 | fa163eaa-657b-17a1-4771-000000000009 | CHANGED | create public key if it does not exist | undercloud 2025-09-30 14:03:05.656465 | fa163eaa-657b-17a1-4771-000000000009 | TIMING | create public key if it does not exist | undercloud | 0:00:02.447121 | 0.23s PLAY [allovercloud] ************************************************************ 2025-09-30 14:03:05.708728 | fa163eaa-657b-17a1-4771-000000000023 | TASK | Get local private key 2025-09-30 14:03:06.043070 | fa163eaa-657b-17a1-4771-000000000023 | OK | Get local private key | undercloud -> localhost [WARNING]: ('undercloud -> localhost', 'fa163eaa-657b-17a1-4771-000000000023') missing from stats 2025-09-30 14:03:06.056049 | fa163eaa-657b-17a1-4771-000000000024 | TASK | Get local public key 2025-09-30 14:03:06.257985 | fa163eaa-657b-17a1-4771-000000000024 | OK | Get local public key | undercloud -> localhost [WARNING]: ('undercloud -> localhost', 'fa163eaa-657b-17a1-4771-000000000024') missing from stats 2025-09-30 14:03:06.273357 | fa163eaa-657b-17a1-4771-000000000012 | TASK | create user ceph-admin 2025-09-30 14:03:06.777183 | fa163eaa-657b-17a1-4771-000000000012 | CHANGED | create user ceph-admin | undercloud 2025-09-30 14:03:06.778521 | fa163eaa-657b-17a1-4771-000000000012 | TIMING | tripleo_create_admin : create user {{ tripleo_admin_user }} | undercloud | 0:00:03.569175 | 0.50s 2025-09-30 14:03:06.788140 | fa163eaa-657b-17a1-4771-000000000013 | TASK | grant admin rights to user ceph-admin 2025-09-30 14:03:07.373689 | fa163eaa-657b-17a1-4771-000000000013 | CHANGED | grant admin rights to user ceph-admin | undercloud 2025-09-30 14:03:07.375072 | fa163eaa-657b-17a1-4771-000000000013 | TIMING | tripleo_create_admin : grant admin rights to user {{ tripleo_admin_user }} | undercloud | 0:00:04.165726 | 0.59s 2025-09-30 14:03:07.384700 | fa163eaa-657b-17a1-4771-000000000014 | TASK | ensure home dir has the right owner/group for user ceph-admin 2025-09-30 14:03:07.697452 | fa163eaa-657b-17a1-4771-000000000014 | OK | ensure home dir has the right owner/group for user ceph-admin | undercloud 2025-09-30 14:03:07.698672 | fa163eaa-657b-17a1-4771-000000000014 | TIMING | tripleo_create_admin : ensure home dir has the right owner/group for user {{ tripleo_admin_user }} | undercloud | 0:00:04.489324 | 0.31s 2025-09-30 14:03:07.707565 | fa163eaa-657b-17a1-4771-000000000015 | TASK | ensure .ssh dir exists for user ceph-admin 2025-09-30 14:03:07.931525 | fa163eaa-657b-17a1-4771-000000000015 | CHANGED | ensure .ssh dir exists for user ceph-admin | undercloud 2025-09-30 14:03:07.932629 | fa163eaa-657b-17a1-4771-000000000015 | TIMING | tripleo_create_admin : ensure .ssh dir exists for user {{ tripleo_admin_user }} | undercloud | 0:00:04.723285 | 0.22s 2025-09-30 14:03:07.941439 | fa163eaa-657b-17a1-4771-000000000016 | TASK | ensure authorized_keys file exists for user ceph-admin 2025-09-30 14:03:08.162589 | fa163eaa-657b-17a1-4771-000000000016 | CHANGED | ensure authorized_keys file exists for user ceph-admin | undercloud 2025-09-30 14:03:08.163749 | fa163eaa-657b-17a1-4771-000000000016 | TIMING | tripleo_create_admin : ensure authorized_keys file exists for user {{ tripleo_admin_user }} | undercloud | 0:00:04.954406 | 0.22s 2025-09-30 14:03:08.172675 | fa163eaa-657b-17a1-4771-000000000017 | TASK | get remote ceph-admin public key 2025-09-30 14:03:08.230603 | fa163eaa-657b-17a1-4771-000000000017 | SKIPPED | get remote {{ tripleo_admin_user }} public key | undercloud 2025-09-30 14:03:08.231619 | fa163eaa-657b-17a1-4771-000000000017 | TIMING | tripleo_create_admin : get remote {{ tripleo_admin_user }} public key | undercloud | 0:00:05.022274 | 0.06s 2025-09-30 14:03:08.240332 | fa163eaa-657b-17a1-4771-000000000018 | TASK | append ceph-admin public key to authorized_keys 2025-09-30 14:03:08.297029 | fa163eaa-657b-17a1-4771-000000000018 | SKIPPED | append {{ tripleo_admin_user }} public key to authorized_keys | undercloud 2025-09-30 14:03:08.298118 | fa163eaa-657b-17a1-4771-000000000018 | TIMING | tripleo_create_admin : append {{ tripleo_admin_user }} public key to authorized_keys | undercloud | 0:00:05.088774 | 0.06s 2025-09-30 14:03:08.306789 | fa163eaa-657b-17a1-4771-00000000001c | TASK | authorize TripleO key for user ceph-admin 2025-09-30 14:03:08.649738 | fa163eaa-657b-17a1-4771-00000000001c | CHANGED | authorize TripleO key for user ceph-admin | undercloud 2025-09-30 14:03:08.650955 | fa163eaa-657b-17a1-4771-00000000001c | TIMING | tripleo_create_admin : authorize TripleO key for user {{ tripleo_admin_user }} | undercloud | 0:00:05.441606 | 0.34s 2025-09-30 14:03:08.659888 | fa163eaa-657b-17a1-4771-000000000020 | TASK | Install private key on nodes for user ceph-admin 2025-09-30 14:03:09.154231 | fa163eaa-657b-17a1-4771-000000000020 | CHANGED | Install private key on nodes for user ceph-admin | undercloud 2025-09-30 14:03:09.155437 | fa163eaa-657b-17a1-4771-000000000020 | TIMING | tripleo_create_admin : Install private key on nodes for user {{ tripleo_admin_user }} | undercloud | 0:00:05.946093 | 0.49s 2025-09-30 14:03:09.164116 | fa163eaa-657b-17a1-4771-000000000021 | TASK | Install public key on nodes for user ceph-admin 2025-09-30 14:03:09.649014 | fa163eaa-657b-17a1-4771-000000000021 | CHANGED | Install public key on nodes for user ceph-admin | undercloud 2025-09-30 14:03:09.650558 | fa163eaa-657b-17a1-4771-000000000021 | TIMING | tripleo_create_admin : Install public key on nodes for user {{ tripleo_admin_user }} | undercloud | 0:00:06.441213 | 0.49s PLAY RECAP ********************************************************************* undercloud : ok=15 changed=9 unreachable=0 failed=0 skipped=2 rescued=0 ignored=0 2025-09-30 14:03:09.678295 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-09-30 14:03:09.678897 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 17 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-09-30 14:03:09.679503 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:00:06.470167 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-09-30 14:03:09.680021 | UUID | Info | Host | Task Name | Run Time 2025-09-30 14:03:09.680654 | fa163eaa-657b-17a1-4771-000000000008 | SUMMARY | undercloud | create private key if it does not exist | 1.57s 2025-09-30 14:03:09.681202 | fa163eaa-657b-17a1-4771-000000000013 | SUMMARY | undercloud | tripleo_create_admin : grant admin rights to user {{ tripleo_admin_user }} | 0.59s 2025-09-30 14:03:09.681823 | fa163eaa-657b-17a1-4771-000000000012 | SUMMARY | undercloud | tripleo_create_admin : create user {{ tripleo_admin_user }} | 0.50s 2025-09-30 14:03:09.682430 | fa163eaa-657b-17a1-4771-000000000020 | SUMMARY | undercloud | tripleo_create_admin : Install private key on nodes for user {{ tripleo_admin_user }} | 0.49s 2025-09-30 14:03:09.682962 | fa163eaa-657b-17a1-4771-000000000021 | SUMMARY | undercloud | tripleo_create_admin : Install public key on nodes for user {{ tripleo_admin_user }} | 0.49s 2025-09-30 14:03:09.683534 | fa163eaa-657b-17a1-4771-000000000006 | SUMMARY | undercloud | stat private key | 0.35s 2025-09-30 14:03:09.684030 | fa163eaa-657b-17a1-4771-00000000001c | SUMMARY | undercloud | tripleo_create_admin : authorize TripleO key for user {{ tripleo_admin_user }} | 0.34s 2025-09-30 14:03:09.684604 | fa163eaa-657b-17a1-4771-000000000014 | SUMMARY | undercloud | tripleo_create_admin : ensure home dir has the right owner/group for user {{ tripleo_admin_user }} | 0.31s 2025-09-30 14:03:09.685148 | fa163eaa-657b-17a1-4771-000000000009 | SUMMARY | undercloud | create public key if it does not exist | 0.23s 2025-09-30 14:03:09.685751 | fa163eaa-657b-17a1-4771-000000000015 | SUMMARY | undercloud | tripleo_create_admin : ensure .ssh dir exists for user {{ tripleo_admin_user }} | 0.22s 2025-09-30 14:03:09.686376 | fa163eaa-657b-17a1-4771-000000000016 | SUMMARY | undercloud | tripleo_create_admin : ensure authorized_keys file exists for user {{ tripleo_admin_user }} | 0.22s 2025-09-30 14:03:09.686938 | fa163eaa-657b-17a1-4771-000000000007 | SUMMARY | undercloud | stat public key | 0.22s 2025-09-30 14:03:09.687484 | fa163eaa-657b-17a1-4771-000000000017 | SUMMARY | undercloud | tripleo_create_admin : get remote {{ tripleo_admin_user }} public key | 0.06s 2025-09-30 14:03:09.687959 | fa163eaa-657b-17a1-4771-000000000018 | SUMMARY | undercloud | tripleo_create_admin : append {{ tripleo_admin_user }} public key to authorized_keys | 0.06s 2025-09-30 14:03:09.688542 | fa163eaa-657b-17a1-4771-000000000005 | SUMMARY | undercloud | set ssh key path facts | 0.04s 2025-09-30 14:03:09.689053 | fa163eaa-657b-17a1-4771-000000000023 | SUMMARY | undercloud | Get local private key | 0.00s 2025-09-30 14:03:09.689639 | fa163eaa-657b-17a1-4771-000000000024 | SUMMARY | undercloud | Get local public key | 0.00s 2025-09-30 14:03:09.690186 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ End Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + cat + sudo sed -i /--yes-i-know/d /usr/share/ansible/roles/tripleo_cephadm/tasks/bootstrap.yaml + sudo openstack overcloud ceph deploy --mon-ip 172.18.0.100 --ceph-spec /root/ceph_spec.yaml --config /root/initial_ceph.conf --container-image-prepare /root/containers-prepare-parameters.yaml --standalone --single-host-defaults --skip-hosts-config --skip-container-registry-config --skip-user-create --network-data /tmp/network_data.yaml --ntp-server pool.ntp.org --output /root/deployed_ceph.yaml [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. PLAY [Configure chrony service] ************************************************ 2025-09-30 14:03:12.166894 | fa163eaa-657b-3fa1-2b46-000000000039 | TASK | Gathering Facts 2025-09-30 14:03:12.722016 | fa163eaa-657b-3fa1-2b46-000000000039 | OK | Gathering Facts | standalone.localdomain 2025-09-30 14:03:12.729390 | fa163eaa-657b-3fa1-2b46-000000000039 | TIMING | Gathering Facts | standalone.localdomain | 0:00:00.575185 | 0.56s 2025-09-30 14:03:12.732231 | fa163eaa-657b-3fa1-2b46-000000000039 | OK | Gathering Facts | undercloud 2025-09-30 14:03:12.733293 | fa163eaa-657b-3fa1-2b46-000000000039 | TIMING | Gathering Facts | undercloud | 0:00:00.579103 | 0.56s 2025-09-30 14:03:12.762649 | fa163eaa-657b-3fa1-2b46-00000000000a | TASK | Load distro-specific variables 2025-09-30 14:03:12.850067 | fa163eaa-657b-3fa1-2b46-00000000000a | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:00.695862 | 0.09s 2025-09-30 14:03:12.851041 | fa163eaa-657b-3fa1-2b46-00000000000a | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:00.696853 | 0.07s 2025-09-30 14:03:12.868151 | 513cdcd3-21ed-4faf-8b72-443b6023536d | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone.localdomain 2025-09-30 14:03:12.868817 | 513cdcd3-21ed-4faf-8b72-443b6023536d | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | undercloud 2025-09-30 14:03:12.890227 | fa163eaa-657b-3fa1-2b46-000000000052 | TASK | Load distro-specific variables 2025-09-30 14:03:13.001086 | fa163eaa-657b-3fa1-2b46-000000000052 | OK | Load distro-specific variables | standalone.localdomain | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-09-30 14:03:13.002876 | fa163eaa-657b-3fa1-2b46-000000000052 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:00.848686 | 0.11s 2025-09-30 14:03:13.011228 | fa163eaa-657b-3fa1-2b46-000000000052 | OK | Load distro-specific variables | undercloud | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-09-30 14:03:13.011963 | fa163eaa-657b-3fa1-2b46-000000000052 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:00.857773 | 0.11s 2025-09-30 14:03:13.017259 | fa163eaa-657b-3fa1-2b46-000000000052 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:00.863074 | 0.13s 2025-09-30 14:03:13.017930 | fa163eaa-657b-3fa1-2b46-000000000052 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:00.863746 | 0.12s 2025-09-30 14:03:13.023497 | fa163eaa-657b-3fa1-2b46-00000000000b | TASK | Install chronyd 2025-09-30 14:03:13.100624 | fa163eaa-657b-3fa1-2b46-00000000000b | TIMING | chrony : Install chronyd | standalone.localdomain | 0:00:00.946405 | 0.08s 2025-09-30 14:03:13.112048 | fa163eaa-657b-3fa1-2b46-00000000000b | TIMING | chrony : Install chronyd | undercloud | 0:00:00.957857 | 0.08s 2025-09-30 14:03:13.129788 | da5db40d-206f-492a-88bb-884a5911cd0f | INCLUDED | /usr/share/ansible/roles/chrony/tasks/install.yml | standalone.localdomain 2025-09-30 14:03:13.130296 | da5db40d-206f-492a-88bb-884a5911cd0f | INCLUDED | /usr/share/ansible/roles/chrony/tasks/install.yml | undercloud 2025-09-30 14:03:13.147786 | fa163eaa-657b-3fa1-2b46-0000000000a2 | TASK | Load distro-specific variables 2025-09-30 14:03:13.210208 | fa163eaa-657b-3fa1-2b46-0000000000a2 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:01.055987 | 0.06s 2025-09-30 14:03:13.232415 | fa163eaa-657b-3fa1-2b46-0000000000a2 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:01.078214 | 0.08s 2025-09-30 14:03:13.247960 | b1dbc3dd-cb5e-4d2e-8791-4c7a61f07f03 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone.localdomain 2025-09-30 14:03:13.248768 | b1dbc3dd-cb5e-4d2e-8791-4c7a61f07f03 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | undercloud 2025-09-30 14:03:13.262323 | fa163eaa-657b-3fa1-2b46-000000000102 | TASK | Load distro-specific variables 2025-09-30 14:03:13.361031 | fa163eaa-657b-3fa1-2b46-000000000102 | OK | Load distro-specific variables | standalone.localdomain | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-09-30 14:03:13.362610 | fa163eaa-657b-3fa1-2b46-000000000102 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:01.208402 | 0.10s 2025-09-30 14:03:13.374631 | fa163eaa-657b-3fa1-2b46-000000000102 | OK | Load distro-specific variables | undercloud | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-09-30 14:03:13.375805 | fa163eaa-657b-3fa1-2b46-000000000102 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:01.221617 | 0.10s 2025-09-30 14:03:13.381358 | fa163eaa-657b-3fa1-2b46-000000000102 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:01.227159 | 0.12s 2025-09-30 14:03:13.382617 | fa163eaa-657b-3fa1-2b46-000000000102 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:01.228428 | 0.11s 2025-09-30 14:03:13.390976 | fa163eaa-657b-3fa1-2b46-0000000000a3 | TASK | Check for NTP service 2025-09-30 14:03:13.800986 | fa163eaa-657b-3fa1-2b46-0000000000a3 | CHANGED | Check for NTP service | undercloud 2025-09-30 14:03:13.802753 | fa163eaa-657b-3fa1-2b46-0000000000a3 | TIMING | chrony : Check for NTP service | undercloud | 0:00:01.648542 | 0.40s 2025-09-30 14:03:13.804063 | fa163eaa-657b-3fa1-2b46-0000000000a3 | CHANGED | Check for NTP service | standalone.localdomain 2025-09-30 14:03:13.804818 | fa163eaa-657b-3fa1-2b46-0000000000a3 | TIMING | chrony : Check for NTP service | standalone.localdomain | 0:00:01.650629 | 0.41s 2025-09-30 14:03:13.815999 | fa163eaa-657b-3fa1-2b46-0000000000a4 | TASK | Disable NTP before configuring Chrony 2025-09-30 14:03:13.905331 | fa163eaa-657b-3fa1-2b46-0000000000a4 | SKIPPED | Disable NTP before configuring Chrony | standalone.localdomain 2025-09-30 14:03:13.906608 | fa163eaa-657b-3fa1-2b46-0000000000a4 | TIMING | chrony : Disable NTP before configuring Chrony | standalone.localdomain | 0:00:01.752398 | 0.09s 2025-09-30 14:03:13.917511 | fa163eaa-657b-3fa1-2b46-0000000000a4 | SKIPPED | Disable NTP before configuring Chrony | undercloud 2025-09-30 14:03:13.918177 | fa163eaa-657b-3fa1-2b46-0000000000a4 | TIMING | chrony : Disable NTP before configuring Chrony | undercloud | 0:00:01.763988 | 0.09s 2025-09-30 14:03:13.929165 | fa163eaa-657b-3fa1-2b46-0000000000a5 | TASK | Install chronyd package 2025-09-30 14:03:17.166046 | fa163eaa-657b-3fa1-2b46-0000000000a5 | OK | Install chronyd package | undercloud 2025-09-30 14:03:17.167335 | fa163eaa-657b-3fa1-2b46-0000000000a5 | TIMING | chrony : Install chronyd package | undercloud | 0:00:05.013108 | 3.22s 2025-09-30 14:03:18.900887 | fa163eaa-657b-3fa1-2b46-0000000000a5 | OK | Install chronyd package | standalone.localdomain 2025-09-30 14:03:18.901807 | fa163eaa-657b-3fa1-2b46-0000000000a5 | TIMING | chrony : Install chronyd package | standalone.localdomain | 0:00:06.747615 | 4.97s 2025-09-30 14:03:18.909799 | fa163eaa-657b-3fa1-2b46-00000000000c | TASK | Upgrade chronyd 2025-09-30 14:03:18.998237 | fa163eaa-657b-3fa1-2b46-00000000000c | SKIPPED | Upgrade chronyd | standalone.localdomain 2025-09-30 14:03:18.999497 | fa163eaa-657b-3fa1-2b46-00000000000c | TIMING | chrony : Upgrade chronyd | standalone.localdomain | 0:00:06.845291 | 0.09s 2025-09-30 14:03:19.010442 | fa163eaa-657b-3fa1-2b46-00000000000c | SKIPPED | Upgrade chronyd | undercloud 2025-09-30 14:03:19.011071 | fa163eaa-657b-3fa1-2b46-00000000000c | TIMING | chrony : Upgrade chronyd | undercloud | 0:00:06.856883 | 0.09s 2025-09-30 14:03:19.018698 | fa163eaa-657b-3fa1-2b46-00000000000d | TASK | Configure chronyd 2025-09-30 14:03:19.087264 | fa163eaa-657b-3fa1-2b46-00000000000d | TIMING | chrony : Configure chronyd | standalone.localdomain | 0:00:06.933055 | 0.07s 2025-09-30 14:03:19.108680 | fa163eaa-657b-3fa1-2b46-00000000000d | TIMING | chrony : Configure chronyd | undercloud | 0:00:06.954490 | 0.08s 2025-09-30 14:03:19.125881 | ce26ca7b-a347-488d-b5b3-b21b7b04d3e5 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/config.yml | standalone.localdomain 2025-09-30 14:03:19.126576 | ce26ca7b-a347-488d-b5b3-b21b7b04d3e5 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/config.yml | undercloud 2025-09-30 14:03:19.159073 | fa163eaa-657b-3fa1-2b46-000000000162 | TASK | Load distro-specific variables 2025-09-30 14:03:19.221940 | fa163eaa-657b-3fa1-2b46-000000000162 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:07.067726 | 0.06s 2025-09-30 14:03:19.233210 | fa163eaa-657b-3fa1-2b46-000000000162 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:07.079021 | 0.07s 2025-09-30 14:03:19.247282 | 551f1e9a-9994-42f9-9c59-1d692431c640 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone.localdomain 2025-09-30 14:03:19.247951 | 551f1e9a-9994-42f9-9c59-1d692431c640 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | undercloud 2025-09-30 14:03:19.263429 | fa163eaa-657b-3fa1-2b46-0000000001fa | TASK | Load distro-specific variables 2025-09-30 14:03:19.351808 | fa163eaa-657b-3fa1-2b46-0000000001fa | OK | Load distro-specific variables | standalone.localdomain | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-09-30 14:03:19.353433 | fa163eaa-657b-3fa1-2b46-0000000001fa | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:07.199226 | 0.09s 2025-09-30 14:03:19.363116 | fa163eaa-657b-3fa1-2b46-0000000001fa | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:07.208921 | 0.10s 2025-09-30 14:03:19.389058 | fa163eaa-657b-3fa1-2b46-0000000001fa | OK | Load distro-specific variables | undercloud | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-09-30 14:03:19.389843 | fa163eaa-657b-3fa1-2b46-0000000001fa | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:07.235653 | 0.11s 2025-09-30 14:03:19.394976 | fa163eaa-657b-3fa1-2b46-0000000001fa | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:07.240778 | 0.12s 2025-09-30 14:03:19.403450 | fa163eaa-657b-3fa1-2b46-000000000163 | TASK | Install chrony configuration file 2025-09-30 14:03:20.168065 | fa163eaa-657b-3fa1-2b46-000000000163 | CHANGED | Install chrony configuration file | standalone.localdomain 2025-09-30 14:03:20.169548 | fa163eaa-657b-3fa1-2b46-000000000163 | TIMING | chrony : Install chrony configuration file | standalone.localdomain | 0:00:08.015348 | 0.76s 2025-09-30 14:03:20.191120 | fa163eaa-657b-3fa1-2b46-000000000163 | OK | Install chrony configuration file | undercloud 2025-09-30 14:03:20.191898 | fa163eaa-657b-3fa1-2b46-000000000163 | TIMING | chrony : Install chrony configuration file | undercloud | 0:00:08.037709 | 0.77s 2025-09-30 14:03:20.199929 | fa163eaa-657b-3fa1-2b46-00000000000e | TASK | Run chronyd 2025-09-30 14:03:20.299026 | fa163eaa-657b-3fa1-2b46-00000000000e | TIMING | chrony : Run chronyd | standalone.localdomain | 0:00:08.144817 | 0.10s 2025-09-30 14:03:20.310272 | fa163eaa-657b-3fa1-2b46-00000000000e | TIMING | chrony : Run chronyd | undercloud | 0:00:08.156083 | 0.10s 2025-09-30 14:03:20.328757 | 62820e0b-8552-4f2c-b134-35640f88f923 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/run.yml | standalone.localdomain 2025-09-30 14:03:20.329434 | 62820e0b-8552-4f2c-b134-35640f88f923 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/run.yml | undercloud 2025-09-30 14:03:20.366198 | fa163eaa-657b-3fa1-2b46-000000000233 | TASK | Load distro-specific variables 2025-09-30 14:03:20.445698 | fa163eaa-657b-3fa1-2b46-000000000233 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:08.291491 | 0.08s 2025-09-30 14:03:20.467027 | fa163eaa-657b-3fa1-2b46-000000000233 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:08.312837 | 0.09s 2025-09-30 14:03:20.480692 | b6af4a99-7fdc-4550-94b8-ce105d164874 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone.localdomain 2025-09-30 14:03:20.481333 | b6af4a99-7fdc-4550-94b8-ce105d164874 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | undercloud 2025-09-30 14:03:20.498435 | fa163eaa-657b-3fa1-2b46-0000000002ee | TASK | Load distro-specific variables 2025-09-30 14:03:20.597192 | fa163eaa-657b-3fa1-2b46-0000000002ee | OK | Load distro-specific variables | standalone.localdomain | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-09-30 14:03:20.598861 | fa163eaa-657b-3fa1-2b46-0000000002ee | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:08.444650 | 0.10s 2025-09-30 14:03:20.607755 | fa163eaa-657b-3fa1-2b46-0000000002ee | OK | Load distro-specific variables | undercloud | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-09-30 14:03:20.608716 | fa163eaa-657b-3fa1-2b46-0000000002ee | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:08.454527 | 0.10s 2025-09-30 14:03:20.613700 | fa163eaa-657b-3fa1-2b46-0000000002ee | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:08.459504 | 0.11s 2025-09-30 14:03:20.614833 | fa163eaa-657b-3fa1-2b46-0000000002ee | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:08.460645 | 0.10s 2025-09-30 14:03:20.622903 | fa163eaa-657b-3fa1-2b46-000000000234 | TASK | Ensure chronyd is running 2025-09-30 14:03:21.264210 | fa163eaa-657b-3fa1-2b46-000000000234 | OK | Ensure chronyd is running | undercloud 2025-09-30 14:03:21.266070 | fa163eaa-657b-3fa1-2b46-000000000234 | TIMING | chrony : Ensure chronyd is running | undercloud | 0:00:09.111861 | 0.63s 2025-09-30 14:03:21.279131 | fa163eaa-657b-3fa1-2b46-000000000234 | OK | Ensure chronyd is running | standalone.localdomain 2025-09-30 14:03:21.280412 | fa163eaa-657b-3fa1-2b46-000000000234 | TIMING | chrony : Ensure chronyd is running | standalone.localdomain | 0:00:09.126223 | 0.66s 2025-09-30 14:03:21.289884 | fa163eaa-657b-3fa1-2b46-000000000235 | TASK | Force chronyd restart 2025-09-30 14:03:21.380708 | fa163eaa-657b-3fa1-2b46-000000000235 | SKIPPED | Force chronyd restart | undercloud 2025-09-30 14:03:21.381883 | fa163eaa-657b-3fa1-2b46-000000000235 | TIMING | chrony : Force chronyd restart | undercloud | 0:00:09.227679 | 0.08s 2025-09-30 14:03:21.804822 | fa163eaa-657b-3fa1-2b46-000000000235 | CHANGED | Force chronyd restart | standalone.localdomain 2025-09-30 14:03:21.806568 | fa163eaa-657b-3fa1-2b46-000000000235 | TIMING | chrony : Force chronyd restart | standalone.localdomain | 0:00:09.652374 | 0.52s 2025-09-30 14:03:21.816183 | fa163eaa-657b-3fa1-2b46-00000000000f | TASK | Enable online service 2025-09-30 14:03:21.896218 | fa163eaa-657b-3fa1-2b46-00000000000f | TIMING | chrony : Enable online service | standalone.localdomain | 0:00:09.742002 | 0.08s 2025-09-30 14:03:21.909289 | fa163eaa-657b-3fa1-2b46-00000000000f | TIMING | chrony : Enable online service | undercloud | 0:00:09.755098 | 0.08s 2025-09-30 14:03:21.927710 | f9f071b3-bdc1-4e42-ba43-26dabb2b8dc7 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/online.yml | standalone.localdomain 2025-09-30 14:03:21.928440 | f9f071b3-bdc1-4e42-ba43-26dabb2b8dc7 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/online.yml | undercloud 2025-09-30 14:03:21.971202 | fa163eaa-657b-3fa1-2b46-000000000338 | TASK | Create chrony-online.service unit file 2025-09-30 14:03:22.436260 | fa163eaa-657b-3fa1-2b46-000000000338 | CHANGED | Create chrony-online.service unit file | standalone.localdomain 2025-09-30 14:03:22.437844 | fa163eaa-657b-3fa1-2b46-000000000338 | TIMING | chrony : Create chrony-online.service unit file | standalone.localdomain | 0:00:10.283639 | 0.47s 2025-09-30 14:03:22.459264 | fa163eaa-657b-3fa1-2b46-000000000338 | OK | Create chrony-online.service unit file | undercloud 2025-09-30 14:03:22.460074 | fa163eaa-657b-3fa1-2b46-000000000338 | TIMING | chrony : Create chrony-online.service unit file | undercloud | 0:00:10.305884 | 0.48s 2025-09-30 14:03:22.468909 | fa163eaa-657b-3fa1-2b46-000000000339 | TASK | Enable chrony-online.service 2025-09-30 14:03:23.719666 | fa163eaa-657b-3fa1-2b46-000000000339 | CHANGED | Enable chrony-online.service | undercloud 2025-09-30 14:03:23.722951 | fa163eaa-657b-3fa1-2b46-000000000339 | TIMING | chrony : Enable chrony-online.service | undercloud | 0:00:11.568752 | 1.24s 2025-09-30 14:03:23.724760 | fa163eaa-657b-3fa1-2b46-000000000339 | CHANGED | Enable chrony-online.service | standalone.localdomain 2025-09-30 14:03:23.725567 | fa163eaa-657b-3fa1-2b46-000000000339 | TIMING | chrony : Enable chrony-online.service | standalone.localdomain | 0:00:11.571384 | 1.25s 2025-09-30 14:03:23.731458 | fa163eaa-657b-3fa1-2b46-000000000010 | TASK | Sync chronyc 2025-09-30 14:03:23.808340 | fa163eaa-657b-3fa1-2b46-000000000010 | TIMING | chrony : Sync chronyc | standalone.localdomain | 0:00:11.654117 | 0.08s 2025-09-30 14:03:23.809059 | fa163eaa-657b-3fa1-2b46-000000000010 | TIMING | chrony : Sync chronyc | undercloud | 0:00:11.654875 | 0.07s 2025-09-30 14:03:23.821882 | 7c2c5184-464d-4380-bfdb-41566b9ff9cc | INCLUDED | /usr/share/ansible/roles/chrony/tasks/sync.yml | standalone.localdomain 2025-09-30 14:03:23.822664 | 7c2c5184-464d-4380-bfdb-41566b9ff9cc | INCLUDED | /usr/share/ansible/roles/chrony/tasks/sync.yml | undercloud 2025-09-30 14:03:23.870782 | fa163eaa-657b-3fa1-2b46-00000000042a | TASK | Force NTP sync 2025-09-30 14:03:24.128592 | fa163eaa-657b-3fa1-2b46-00000000042a | CHANGED | Force NTP sync | undercloud 2025-09-30 14:03:24.129897 | fa163eaa-657b-3fa1-2b46-00000000042a | TIMING | chrony : Force NTP sync | undercloud | 0:00:11.975691 | 0.25s 2025-09-30 14:03:24.152125 | fa163eaa-657b-3fa1-2b46-00000000042a | CHANGED | Force NTP sync | standalone.localdomain 2025-09-30 14:03:24.152896 | fa163eaa-657b-3fa1-2b46-00000000042a | TIMING | chrony : Force NTP sync | standalone.localdomain | 0:00:11.998707 | 0.28s 2025-09-30 14:03:24.161077 | fa163eaa-657b-3fa1-2b46-00000000042b | TASK | Ensure system is NTP time synced 2025-09-30 14:03:34.456053 | fa163eaa-657b-3fa1-2b46-00000000042b | CHANGED | Ensure system is NTP time synced | standalone.localdomain 2025-09-30 14:03:34.457516 | fa163eaa-657b-3fa1-2b46-00000000042b | TIMING | chrony : Ensure system is NTP time synced | standalone.localdomain | 0:00:22.303315 | 10.30s 2025-09-30 14:03:34.458872 | fa163eaa-657b-3fa1-2b46-00000000042b | CHANGED | Ensure system is NTP time synced | undercloud 2025-09-30 14:03:34.459612 | fa163eaa-657b-3fa1-2b46-00000000042b | TIMING | chrony : Ensure system is NTP time synced | undercloud | 0:00:22.305422 | 10.29s 2025-09-30 14:03:34.481536 | fa163eaa-657b-3fa1-2b46-00000000002c | TASK | Set timezone 2025-09-30 14:03:34.951782 | fa163eaa-657b-3fa1-2b46-00000000002c | OK | Set timezone | undercloud 2025-09-30 14:03:34.957004 | fa163eaa-657b-3fa1-2b46-00000000002c | TIMING | tripleo_timezone : Set timezone | undercloud | 0:00:22.802802 | 0.46s 2025-09-30 14:03:34.958009 | fa163eaa-657b-3fa1-2b46-00000000002c | OK | Set timezone | standalone.localdomain 2025-09-30 14:03:34.958745 | fa163eaa-657b-3fa1-2b46-00000000002c | TIMING | tripleo_timezone : Set timezone | standalone.localdomain | 0:00:22.804556 | 0.48s 2025-09-30 14:03:34.966823 | fa163eaa-657b-3fa1-2b46-00000000002d | TASK | Restart time services 2025-09-30 14:03:35.005583 | fa163eaa-657b-3fa1-2b46-00000000002d | SKIPPED | Restart time services | standalone.localdomain | item=rsyslog 2025-09-30 14:03:35.011740 | fa163eaa-657b-3fa1-2b46-00000000002d | SKIPPED | Restart time services | standalone.localdomain | item=crond 2025-09-30 14:03:35.020659 | fa163eaa-657b-3fa1-2b46-00000000002d | SKIPPED | Restart time services | undercloud | item=rsyslog 2025-09-30 14:03:35.026098 | fa163eaa-657b-3fa1-2b46-00000000002d | TIMING | tripleo_timezone : Restart time services | standalone.localdomain | 0:00:22.871895 | 0.06s 2025-09-30 14:03:35.027100 | fa163eaa-657b-3fa1-2b46-00000000002d | SKIPPED | Restart time services | undercloud | item=crond 2025-09-30 14:03:35.037463 | fa163eaa-657b-3fa1-2b46-00000000002d | TIMING | tripleo_timezone : Restart time services | undercloud | 0:00:22.883272 | 0.06s 2025-09-30 14:03:35.078409 | fa163eaa-657b-3fa1-2b46-000000000012 | HANDLER | Restart chronyd 2025-09-30 14:03:35.543395 | fa163eaa-657b-3fa1-2b46-000000000012 | CHANGED | Restart chronyd | standalone.localdomain 2025-09-30 14:03:35.545132 | fa163eaa-657b-3fa1-2b46-000000000012 | TIMING | chrony : Restart chronyd | standalone.localdomain | 0:00:23.390933 | 0.47s PLAY RECAP ********************************************************************* standalone.localdomain : ok=25 changed=8 unreachable=0 failed=0 skipped=3 rescued=0 ignored=0 undercloud : ok=23 changed=4 unreachable=0 failed=0 skipped=4 rescued=0 ignored=0 2025-09-30 14:03:35.561343 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-09-30 14:03:35.561851 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 28 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-09-30 14:03:35.562371 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:00:23.408184 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-09-30 14:03:35.562867 | UUID | Info | Host | Task Name | Run Time 2025-09-30 14:03:35.563372 | fa163eaa-657b-3fa1-2b46-00000000042b | SUMMARY | standalone.localdomain | chrony : Ensure system is NTP time synced | 10.30s 2025-09-30 14:03:35.563872 | fa163eaa-657b-3fa1-2b46-00000000042b | SUMMARY | undercloud | chrony : Ensure system is NTP time synced | 10.29s 2025-09-30 14:03:35.564478 | fa163eaa-657b-3fa1-2b46-0000000000a5 | SUMMARY | standalone.localdomain | chrony : Install chronyd package | 4.97s 2025-09-30 14:03:35.564956 | fa163eaa-657b-3fa1-2b46-0000000000a5 | SUMMARY | undercloud | chrony : Install chronyd package | 3.22s 2025-09-30 14:03:35.565463 | fa163eaa-657b-3fa1-2b46-000000000339 | SUMMARY | standalone.localdomain | chrony : Enable chrony-online.service | 1.25s 2025-09-30 14:03:35.565945 | fa163eaa-657b-3fa1-2b46-000000000339 | SUMMARY | undercloud | chrony : Enable chrony-online.service | 1.24s 2025-09-30 14:03:35.566470 | fa163eaa-657b-3fa1-2b46-000000000163 | SUMMARY | undercloud | chrony : Install chrony configuration file | 0.77s 2025-09-30 14:03:35.566953 | fa163eaa-657b-3fa1-2b46-000000000163 | SUMMARY | standalone.localdomain | chrony : Install chrony configuration file | 0.76s 2025-09-30 14:03:35.567478 | fa163eaa-657b-3fa1-2b46-000000000234 | SUMMARY | standalone.localdomain | chrony : Ensure chronyd is running | 0.66s 2025-09-30 14:03:35.567994 | fa163eaa-657b-3fa1-2b46-000000000234 | SUMMARY | undercloud | chrony : Ensure chronyd is running | 0.63s 2025-09-30 14:03:35.568518 | fa163eaa-657b-3fa1-2b46-000000000039 | SUMMARY | standalone.localdomain | Gathering Facts | 0.56s 2025-09-30 14:03:35.568992 | fa163eaa-657b-3fa1-2b46-000000000039 | SUMMARY | undercloud | Gathering Facts | 0.56s 2025-09-30 14:03:35.569497 | fa163eaa-657b-3fa1-2b46-000000000235 | SUMMARY | standalone.localdomain | chrony : Force chronyd restart | 0.52s 2025-09-30 14:03:35.569981 | fa163eaa-657b-3fa1-2b46-000000000338 | SUMMARY | undercloud | chrony : Create chrony-online.service unit file | 0.48s 2025-09-30 14:03:35.570504 | fa163eaa-657b-3fa1-2b46-00000000002c | SUMMARY | standalone.localdomain | tripleo_timezone : Set timezone | 0.48s 2025-09-30 14:03:35.570993 | fa163eaa-657b-3fa1-2b46-000000000338 | SUMMARY | standalone.localdomain | chrony : Create chrony-online.service unit file | 0.47s 2025-09-30 14:03:35.571547 | fa163eaa-657b-3fa1-2b46-000000000012 | SUMMARY | standalone.localdomain | chrony : Restart chronyd | 0.47s 2025-09-30 14:03:35.572047 | fa163eaa-657b-3fa1-2b46-00000000002c | SUMMARY | undercloud | tripleo_timezone : Set timezone | 0.46s 2025-09-30 14:03:35.572548 | fa163eaa-657b-3fa1-2b46-0000000000a3 | SUMMARY | standalone.localdomain | chrony : Check for NTP service | 0.41s 2025-09-30 14:03:35.573027 | fa163eaa-657b-3fa1-2b46-0000000000a3 | SUMMARY | undercloud | chrony : Check for NTP service | 0.40s 2025-09-30 14:03:35.573530 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ End Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [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. PLAY [Create Ceph Spec] ******************************************************** 2025-09-30 14:03:36.466477 | fa163eaa-657b-dcc0-c3b5-000000000005 | SKIPPED | fail | undercloud 2025-09-30 14:03:36.467257 | fa163eaa-657b-dcc0-c3b5-000000000005 | TIMING | fail | undercloud | 0:00:00.075581 | 0.06s 2025-09-30 14:03:36.526633 | fa163eaa-657b-dcc0-c3b5-000000000006 | SKIPPED | fail | undercloud 2025-09-30 14:03:36.527661 | fa163eaa-657b-dcc0-c3b5-000000000006 | TIMING | fail | undercloud | 0:00:00.135980 | 0.06s 2025-09-30 14:03:36.534725 | fa163eaa-657b-dcc0-c3b5-000000000008 | TASK | Ensure working_dir is provided 2025-09-30 14:03:36.573270 | fa163eaa-657b-dcc0-c3b5-000000000008 | SKIPPED | Ensure working_dir is provided | undercloud 2025-09-30 14:03:36.574344 | fa163eaa-657b-dcc0-c3b5-000000000008 | TIMING | Ensure working_dir is provided | undercloud | 0:00:00.182663 | 0.04s 2025-09-30 14:03:36.593148 | fa163eaa-657b-dcc0-c3b5-00000000000a | TASK | ensure ceph_spec_path is defined 2025-09-30 14:03:36.631910 | fa163eaa-657b-dcc0-c3b5-00000000000a | SKIPPED | ensure ceph_spec_path is defined | undercloud 2025-09-30 14:03:36.632977 | fa163eaa-657b-dcc0-c3b5-00000000000a | TIMING | ensure ceph_spec_path is defined | undercloud | 0:00:00.241295 | 0.04s 2025-09-30 14:03:36.640053 | fa163eaa-657b-dcc0-c3b5-00000000000b | TASK | Override osd_spec if osd_spec_path is provided 2025-09-30 14:03:36.675829 | fa163eaa-657b-dcc0-c3b5-00000000000b | SKIPPED | Override osd_spec if osd_spec_path is provided | undercloud 2025-09-30 14:03:36.676836 | fa163eaa-657b-dcc0-c3b5-00000000000b | TIMING | Override osd_spec if osd_spec_path is provided | undercloud | 0:00:00.285155 | 0.04s 2025-09-30 14:03:36.683755 | fa163eaa-657b-dcc0-c3b5-00000000000c | TASK | Override crush hierarchy if a custom crush path is provided 2025-09-30 14:03:36.719607 | fa163eaa-657b-dcc0-c3b5-00000000000c | SKIPPED | Override crush hierarchy if a custom crush path is provided | undercloud 2025-09-30 14:03:36.720610 | fa163eaa-657b-dcc0-c3b5-00000000000c | TIMING | Override crush hierarchy if a custom crush path is provided | undercloud | 0:00:00.328929 | 0.04s 2025-09-30 14:03:36.728085 | fa163eaa-657b-dcc0-c3b5-00000000000d | TASK | Create Ceph spec based on baremetal_deployed_path and tripleo_roles 2025-09-30 14:03:36.777834 | fa163eaa-657b-dcc0-c3b5-00000000000d | SKIPPED | Create Ceph spec based on baremetal_deployed_path and tripleo_roles | undercloud 2025-09-30 14:03:36.779005 | fa163eaa-657b-dcc0-c3b5-00000000000d | TIMING | Create Ceph spec based on baremetal_deployed_path and tripleo_roles | undercloud | 0:00:00.387312 | 0.05s 2025-09-30 14:03:36.786166 | fa163eaa-657b-dcc0-c3b5-00000000000f | TASK | Add hosts with mon label to the cephadm_admin_hosts list 2025-09-30 14:03:36.912270 | fa163eaa-657b-dcc0-c3b5-00000000000f | OK | Add hosts with mon label to the cephadm_admin_hosts list | undercloud | item={'addr': '172.18.0.100', 'hostname': 'standalone.localdomain', 'labels': ['_admin', 'mgr', 'mon', 'osd'], 'service_type': 'host'} 2025-09-30 14:03:36.913800 | fa163eaa-657b-dcc0-c3b5-00000000000f | TIMING | Add hosts with mon label to the cephadm_admin_hosts list | undercloud | 0:00:00.522111 | 0.13s 2025-09-30 14:03:36.926407 | fa163eaa-657b-dcc0-c3b5-00000000000f | SKIPPED | Add hosts with mon label to the cephadm_admin_hosts list | undercloud | item={'data_devices': {'paths': ['/dev/vg2/data-lv2']}, 'placement': {'hosts': ['standalone.localdomain']}, 'service_id': 'default_drive_group', 'service_name': 'osd.default_drive_group', 'service_type': 'osd'} 2025-09-30 14:03:36.941217 | fa163eaa-657b-dcc0-c3b5-00000000000f | SKIPPED | Add hosts with mon label to the cephadm_admin_hosts list | undercloud | item={'placement': {'hosts': ['standalone.localdomain']}, 'service_id': 'mon', 'service_name': 'mon', 'service_type': 'mon'} 2025-09-30 14:03:36.953319 | fa163eaa-657b-dcc0-c3b5-00000000000f | SKIPPED | Add hosts with mon label to the cephadm_admin_hosts list | undercloud | item={'placement': {'hosts': ['standalone.localdomain']}, 'service_id': 'mgr', 'service_name': 'mgr', 'service_type': 'mgr'} 2025-09-30 14:03:36.959678 | fa163eaa-657b-dcc0-c3b5-00000000000f | TIMING | Add hosts with mon label to the cephadm_admin_hosts list | undercloud | 0:00:00.567999 | 0.17s 2025-09-30 14:03:36.967501 | fa163eaa-657b-dcc0-c3b5-000000000010 | TASK | Add hosts with other labels to the cephadm_non_admin_hosts list 2025-09-30 14:03:37.084618 | fa163eaa-657b-dcc0-c3b5-000000000010 | SKIPPED | Add hosts with other labels to the cephadm_non_admin_hosts list | undercloud | item={'addr': '172.18.0.100', 'hostname': 'standalone.localdomain', 'labels': ['_admin', 'mgr', 'mon', 'osd'], 'service_type': 'host'} 2025-09-30 14:03:37.097390 | fa163eaa-657b-dcc0-c3b5-000000000010 | SKIPPED | Add hosts with other labels to the cephadm_non_admin_hosts list | undercloud | item={'data_devices': {'paths': ['/dev/vg2/data-lv2']}, 'placement': {'hosts': ['standalone.localdomain']}, 'service_id': 'default_drive_group', 'service_name': 'osd.default_drive_group', 'service_type': 'osd'} 2025-09-30 14:03:37.112543 | fa163eaa-657b-dcc0-c3b5-000000000010 | SKIPPED | Add hosts with other labels to the cephadm_non_admin_hosts list | undercloud | item={'placement': {'hosts': ['standalone.localdomain']}, 'service_id': 'mon', 'service_name': 'mon', 'service_type': 'mon'} 2025-09-30 14:03:37.124604 | fa163eaa-657b-dcc0-c3b5-000000000010 | SKIPPED | Add hosts with other labels to the cephadm_non_admin_hosts list | undercloud | item={'placement': {'hosts': ['standalone.localdomain']}, 'service_id': 'mgr', 'service_name': 'mgr', 'service_type': 'mgr'} 2025-09-30 14:03:37.130575 | fa163eaa-657b-dcc0-c3b5-000000000010 | TIMING | Add hosts with other labels to the cephadm_non_admin_hosts list | undercloud | 0:00:00.738882 | 0.16s 2025-09-30 14:03:37.138607 | fa163eaa-657b-dcc0-c3b5-000000000012 | TASK | Ensure there is at least one monitor in the spec file 2025-09-30 14:03:37.187916 | fa163eaa-657b-dcc0-c3b5-000000000012 | SKIPPED | Ensure there is at least one monitor in the spec file | undercloud 2025-09-30 14:03:37.188965 | fa163eaa-657b-dcc0-c3b5-000000000012 | TIMING | Ensure there is at least one monitor in the spec file | undercloud | 0:00:00.797283 | 0.05s 2025-09-30 14:03:37.196967 | fa163eaa-657b-dcc0-c3b5-000000000013 | TASK | Add hosts with mon label to new ceph_mon inventory group for next play 2025-09-30 14:03:37.224498 | fa163eaa-657b-dcc0-c3b5-000000000013 | CHANGED | Add hosts with mon label to new ceph_mon inventory group for next play | undercloud | item=standalone.localdomain 2025-09-30 14:03:37.225512 | fa163eaa-657b-dcc0-c3b5-000000000013 | TIMING | Add hosts with mon label to new ceph_mon inventory group for next play | undercloud | 0:00:00.833831 | 0.03s 2025-09-30 14:03:37.226351 | fa163eaa-657b-dcc0-c3b5-000000000013 | TIMING | Add hosts with mon label to new ceph_mon inventory group for next play | undercloud | 0:00:00.834676 | 0.03s PLAY [Bootstrap Ceph and apply spec] ******************************************* 2025-09-30 14:03:37.290843 | fa163eaa-657b-dcc0-c3b5-000000000017 | TASK | Ensure ceph_spec_path is defined 2025-09-30 14:03:37.335411 | fa163eaa-657b-dcc0-c3b5-000000000017 | SKIPPED | Ensure ceph_spec_path is defined | standalone.localdomain 2025-09-30 14:03:37.336559 | fa163eaa-657b-dcc0-c3b5-000000000017 | TIMING | Ensure ceph_spec_path is defined | standalone.localdomain | 0:00:00.944877 | 0.05s 2025-09-30 14:03:37.344710 | fa163eaa-657b-dcc0-c3b5-000000000018 | TASK | Ensure public_network and cluster_network are defined 2025-09-30 14:03:37.512975 | fa163eaa-657b-dcc0-c3b5-000000000018 | SKIPPED | Ensure public_network and cluster_network are defined | standalone.localdomain 2025-09-30 14:03:37.513986 | fa163eaa-657b-dcc0-c3b5-000000000018 | TIMING | Ensure public_network and cluster_network are defined | standalone.localdomain | 0:00:01.122307 | 0.17s 2025-09-30 14:03:37.521534 | fa163eaa-657b-dcc0-c3b5-000000000019 | TASK | Set IP address of first monitor 2025-09-30 14:03:37.561179 | fa163eaa-657b-dcc0-c3b5-000000000019 | SKIPPED | Set IP address of first monitor | standalone.localdomain 2025-09-30 14:03:37.562194 | fa163eaa-657b-dcc0-c3b5-000000000019 | TIMING | Set IP address of first monitor | standalone.localdomain | 0:00:01.170516 | 0.04s 2025-09-30 14:03:37.583405 | fa163eaa-657b-dcc0-c3b5-000000000020 | TASK | Gather distribution facts if they don't exist 2025-09-30 14:03:37.630481 | fa163eaa-657b-dcc0-c3b5-000000000020 | SKIPPED | Gather distribution facts if they don't exist | standalone.localdomain 2025-09-30 14:03:37.631517 | fa163eaa-657b-dcc0-c3b5-000000000020 | TIMING | tripleo_cephadm : Gather distribution facts if they don't exist | standalone.localdomain | 0:00:01.239838 | 0.05s 2025-09-30 14:03:37.641633 | fa163eaa-657b-dcc0-c3b5-000000000021 | TASK | Install cephadm package 2025-09-30 14:03:40.617766 | fa163eaa-657b-dcc0-c3b5-000000000021 | OK | Install cephadm package | standalone.localdomain 2025-09-30 14:03:40.619210 | fa163eaa-657b-dcc0-c3b5-000000000021 | TIMING | tripleo_cephadm : Install cephadm package | standalone.localdomain | 0:00:04.227525 | 2.98s 2025-09-30 14:03:40.628350 | fa163eaa-657b-dcc0-c3b5-000000000022 | TASK | Stat cephadm file 2025-09-30 14:03:40.994605 | fa163eaa-657b-dcc0-c3b5-000000000022 | OK | Stat cephadm file | standalone.localdomain 2025-09-30 14:03:40.995805 | fa163eaa-657b-dcc0-c3b5-000000000022 | TIMING | tripleo_cephadm : Stat cephadm file | standalone.localdomain | 0:00:04.604124 | 0.37s 2025-09-30 14:03:41.007199 | fa163eaa-657b-dcc0-c3b5-000000000023 | TASK | Fail if cephadm is not available 2025-09-30 14:03:41.033372 | fa163eaa-657b-dcc0-c3b5-000000000023 | SKIPPED | Fail if cephadm is not available | standalone.localdomain 2025-09-30 14:03:41.034407 | fa163eaa-657b-dcc0-c3b5-000000000023 | TIMING | tripleo_cephadm : Fail if cephadm is not available | standalone.localdomain | 0:00:04.642724 | 0.03s 2025-09-30 14:03:41.044017 | fa163eaa-657b-dcc0-c3b5-000000000024 | TASK | List Ceph daemon instances on this host 2025-09-30 14:03:41.887677 | fa163eaa-657b-dcc0-c3b5-000000000024 | CHANGED | List Ceph daemon instances on this host | standalone.localdomain 2025-09-30 14:03:41.889140 | fa163eaa-657b-dcc0-c3b5-000000000024 | TIMING | tripleo_cephadm : List Ceph daemon instances on this host | standalone.localdomain | 0:00:05.497454 | 0.84s 2025-09-30 14:03:41.898890 | fa163eaa-657b-dcc0-c3b5-000000000026 | TASK | Set list of found FSIDs 2025-09-30 14:03:42.006805 | fa163eaa-657b-dcc0-c3b5-000000000026 | SKIPPED | Set list of found FSIDs | standalone.localdomain 2025-09-30 14:03:42.007883 | fa163eaa-657b-dcc0-c3b5-000000000026 | TIMING | tripleo_cephadm : Set list of found FSIDs | standalone.localdomain | 0:00:05.616203 | 0.11s 2025-09-30 14:03:42.016757 | fa163eaa-657b-dcc0-c3b5-000000000027 | TASK | Fail if >1 FSID was discovered 2025-09-30 14:03:42.103934 | fa163eaa-657b-dcc0-c3b5-000000000027 | SKIPPED | Fail if >1 FSID was discovered | standalone.localdomain 2025-09-30 14:03:42.105029 | fa163eaa-657b-dcc0-c3b5-000000000027 | TIMING | tripleo_cephadm : Fail if >1 FSID was discovered | standalone.localdomain | 0:00:05.713347 | 0.09s 2025-09-30 14:03:42.114051 | fa163eaa-657b-dcc0-c3b5-000000000028 | TASK | Set FSID to the discovered value 2025-09-30 14:03:42.191042 | fa163eaa-657b-dcc0-c3b5-000000000028 | SKIPPED | Set FSID to the discovered value | standalone.localdomain 2025-09-30 14:03:42.192148 | fa163eaa-657b-dcc0-c3b5-000000000028 | TIMING | tripleo_cephadm : Set FSID to the discovered value | standalone.localdomain | 0:00:05.800466 | 0.08s 2025-09-30 14:03:42.200832 | fa163eaa-657b-dcc0-c3b5-000000000029 | TASK | Set random tripleo_cephadm_fsid if no running ceph containers were found 2025-09-30 14:03:42.319003 | fa163eaa-657b-dcc0-c3b5-000000000029 | OK | Set random tripleo_cephadm_fsid if no running ceph containers were found | standalone.localdomain 2025-09-30 14:03:42.320083 | fa163eaa-657b-dcc0-c3b5-000000000029 | TIMING | tripleo_cephadm : Set random tripleo_cephadm_fsid if no running ceph containers were found | standalone.localdomain | 0:00:05.928402 | 0.12s 2025-09-30 14:03:42.328657 | fa163eaa-657b-dcc0-c3b5-00000000002b | TASK | Set first monitor IP if it was not passed 2025-09-30 14:03:42.428859 | fa163eaa-657b-dcc0-c3b5-00000000002b | SKIPPED | Set first monitor IP if it was not passed | standalone.localdomain 2025-09-30 14:03:42.429924 | fa163eaa-657b-dcc0-c3b5-00000000002b | TIMING | tripleo_cephadm : Set first monitor IP if it was not passed | standalone.localdomain | 0:00:06.038243 | 0.10s 2025-09-30 14:03:42.438751 | fa163eaa-657b-dcc0-c3b5-00000000002c | TASK | Ensure tripleo_cephadm_config_home (e.g. /etc/ceph) exists 2025-09-30 14:03:42.832886 | fa163eaa-657b-dcc0-c3b5-00000000002c | CHANGED | Ensure tripleo_cephadm_config_home (e.g. /etc/ceph) exists | standalone.localdomain 2025-09-30 14:03:42.834110 | fa163eaa-657b-dcc0-c3b5-00000000002c | TIMING | tripleo_cephadm : Ensure tripleo_cephadm_config_home (e.g. /etc/ceph) exists | standalone.localdomain | 0:00:06.442427 | 0.39s 2025-09-30 14:03:42.843285 | fa163eaa-657b-dcc0-c3b5-00000000002d | TASK | Ensure specs directory exists 2025-09-30 14:03:43.074335 | fa163eaa-657b-dcc0-c3b5-00000000002d | CHANGED | Ensure specs directory exists | standalone.localdomain 2025-09-30 14:03:43.075567 | fa163eaa-657b-dcc0-c3b5-00000000002d | TIMING | tripleo_cephadm : Ensure specs directory exists | standalone.localdomain | 0:00:06.683885 | 0.23s 2025-09-30 14:03:43.089726 | fa163eaa-657b-dcc0-c3b5-00000000002e | TASK | Stat spec file on ansible host 2025-09-30 14:03:43.315542 | fa163eaa-657b-dcc0-c3b5-00000000002e | OK | Stat spec file on ansible host | standalone.localdomain -> localhost [WARNING]: ('standalone.localdomain -> localhost', 'fa163eaa-657b-dcc0-c3b5-00000000002e') missing from stats 2025-09-30 14:03:43.327035 | fa163eaa-657b-dcc0-c3b5-00000000002f | TASK | push tripleo_cephadm_spec to bootstrap node if spec file exsits 2025-09-30 14:03:43.915800 | fa163eaa-657b-dcc0-c3b5-00000000002f | CHANGED | push tripleo_cephadm_spec to bootstrap node if spec file exsits | standalone.localdomain 2025-09-30 14:03:43.917176 | fa163eaa-657b-dcc0-c3b5-00000000002f | TIMING | tripleo_cephadm : push tripleo_cephadm_spec to bootstrap node if spec file exsits | standalone.localdomain | 0:00:07.525491 | 0.59s 2025-09-30 14:03:43.931002 | fa163eaa-657b-dcc0-c3b5-000000000031 | TASK | stat tripleo_cephadm_bootstrap_conf file 2025-09-30 14:03:44.228133 | fa163eaa-657b-dcc0-c3b5-000000000031 | OK | stat tripleo_cephadm_bootstrap_conf file | standalone.localdomain -> localhost [WARNING]: ('standalone.localdomain -> localhost', 'fa163eaa-657b-dcc0-c3b5-000000000031') missing from stats 2025-09-30 14:03:44.239634 | fa163eaa-657b-dcc0-c3b5-000000000032 | TASK | push it to tripleo_cephadm_assimilate_conf on bootstrap node 2025-09-30 14:03:44.757806 | fa163eaa-657b-dcc0-c3b5-000000000032 | CHANGED | push it to tripleo_cephadm_assimilate_conf on bootstrap node | standalone.localdomain 2025-09-30 14:03:44.759224 | fa163eaa-657b-dcc0-c3b5-000000000032 | TIMING | tripleo_cephadm : push it to tripleo_cephadm_assimilate_conf on bootstrap node | standalone.localdomain | 0:00:08.367538 | 0.52s 2025-09-30 14:03:44.782885 | fa163eaa-657b-dcc0-c3b5-000000000034 | TASK | generate tripleo_cephadm_assimilate_conf on bootstrap node 2025-09-30 14:03:44.903599 | fa163eaa-657b-dcc0-c3b5-000000000034 | SKIPPED | generate tripleo_cephadm_assimilate_conf on bootstrap node | standalone.localdomain 2025-09-30 14:03:44.905075 | fa163eaa-657b-dcc0-c3b5-000000000034 | TIMING | tripleo_cephadm : generate tripleo_cephadm_assimilate_conf on bootstrap node | standalone.localdomain | 0:00:08.513384 | 0.12s 2025-09-30 14:03:44.923753 | fa163eaa-657b-dcc0-c3b5-000000000063 | TASK | Add spec to necessary file list when using spec to bootstrap 2025-09-30 14:03:45.003138 | fa163eaa-657b-dcc0-c3b5-000000000063 | SKIPPED | Add spec to necessary file list when using spec to bootstrap | standalone.localdomain 2025-09-30 14:03:45.005003 | fa163eaa-657b-dcc0-c3b5-000000000063 | TIMING | tripleo_cephadm : Add spec to necessary file list when using spec to bootstrap | standalone.localdomain | 0:00:08.613309 | 0.08s 2025-09-30 14:03:45.015287 | fa163eaa-657b-dcc0-c3b5-000000000064 | TASK | Stat necessary files to bootstrap with cephadm 2025-09-30 14:03:45.263018 | fa163eaa-657b-dcc0-c3b5-000000000064 | OK | Stat necessary files to bootstrap with cephadm | standalone.localdomain | item=/home/ceph-admin/.ssh/id_rsa 2025-09-30 14:03:45.264633 | fa163eaa-657b-dcc0-c3b5-000000000064 | TIMING | tripleo_cephadm : Stat necessary files to bootstrap with cephadm | standalone.localdomain | 0:00:08.872940 | 0.25s 2025-09-30 14:03:45.471135 | fa163eaa-657b-dcc0-c3b5-000000000064 | OK | Stat necessary files to bootstrap with cephadm | standalone.localdomain | item=/home/ceph-admin/.ssh/id_rsa.pub 2025-09-30 14:03:45.472563 | fa163eaa-657b-dcc0-c3b5-000000000064 | TIMING | tripleo_cephadm : Stat necessary files to bootstrap with cephadm | standalone.localdomain | 0:00:09.080882 | 0.46s 2025-09-30 14:03:45.518765 | fa163eaa-657b-dcc0-c3b5-000000000064 | TIMING | tripleo_cephadm : Stat necessary files to bootstrap with cephadm | standalone.localdomain | 0:00:09.127074 | 0.50s 2025-09-30 14:03:45.529140 | fa163eaa-657b-dcc0-c3b5-000000000065 | TASK | Fail if necessary files are missing 2025-09-30 14:03:45.613136 | fa163eaa-657b-dcc0-c3b5-000000000065 | SKIPPED | Fail if necessary files are missing | standalone.localdomain | item={'changed': False, 'stat': {'exists': True, 'path': '/home/ceph-admin/.ssh/id_rsa', 'mode': '0600', 'isdir': False, 'ischr': False, 'isblk': False, 'isreg': True, 'isfifo': False, 'islnk': False, 'issock': False, 'uid': 1002, 'gid': 1002, 'size': 2622, 'inode': 142610753, 'dev': 64516, 'nlink': 1, 'atime': 1759240989.1193874, 'mtime': 1759240988.9343824, 'ctime': 1759240989.1213875, 'wusr': True, 'rusr': True, 'xusr': False, 'wgrp': False, 'rgrp': False, 'xgrp': False, 'woth': False, 'roth': False, 'xoth': False, 'isuid': False, 'isgid': False, 'blocks': 8, 'block_size': 4096, 'device_type': 0, 'readable': True, 'writeable': True, 'executable': False, 'pw_name': 'ceph-admin', 'gr_name': 'ceph-admin', 'checksum': 'bc39e1a5f6e1142102b26c00937f9a8c977c48e7', 'mimetype': 'text/plain', 'charset': 'us-ascii', 'version': '3867146108', 'attributes': [], 'attr_flags': ''}, 'invocation': {'module_args': {'path': '/home/ceph-admin/.ssh/id_rsa', 'follow': False, 'get_md5': False, 'get_checksum': True, 'get_mime': True, 'get_attributes': True, 'checksum_algorithm': 'sha1'}}, 'failed': False, 'item': '/home/ceph-admin/.ssh/id_rsa', 'ansible_loop_var': 'item'} 2025-09-30 14:03:45.620247 | fa163eaa-657b-dcc0-c3b5-000000000065 | SKIPPED | Fail if necessary files are missing | standalone.localdomain | item={'changed': False, 'stat': {'exists': True, 'path': '/home/ceph-admin/.ssh/id_rsa.pub', 'mode': '0644', 'isdir': False, 'ischr': False, 'isblk': False, 'isreg': True, 'isfifo': False, 'islnk': False, 'issock': False, 'uid': 1002, 'gid': 1002, 'size': 581, 'inode': 167776373, 'dev': 64516, 'nlink': 1, 'atime': 1759240989.6124008, 'mtime': 1759240989.4313958, 'ctime': 1759240989.6154008, 'wusr': True, 'rusr': True, 'xusr': False, 'wgrp': False, 'rgrp': True, 'xgrp': False, 'woth': False, 'roth': True, 'xoth': False, 'isuid': False, 'isgid': False, 'blocks': 8, 'block_size': 4096, 'device_type': 0, 'readable': True, 'writeable': True, 'executable': False, 'pw_name': 'ceph-admin', 'gr_name': 'ceph-admin', 'checksum': 'df776b9b344019740865e1bde9f9a0a256b59046', 'mimetype': 'text/plain', 'charset': 'us-ascii', 'version': '1287447461', 'attributes': [], 'attr_flags': ''}, 'invocation': {'module_args': {'path': '/home/ceph-admin/.ssh/id_rsa.pub', 'follow': False, 'get_md5': False, 'get_checksum': True, 'get_mime': True, 'get_attributes': True, 'checksum_algorithm': 'sha1'}}, 'failed': False, 'item': '/home/ceph-admin/.ssh/id_rsa.pub', 'ansible_loop_var': 'item'} 2025-09-30 14:03:45.632602 | fa163eaa-657b-dcc0-c3b5-000000000065 | TIMING | tripleo_cephadm : Fail if necessary files are missing | standalone.localdomain | 0:00:09.240902 | 0.10s 2025-09-30 14:03:45.643891 | fa163eaa-657b-dcc0-c3b5-000000000066 | TASK | Stat pre ceph conf file in case we should bootrap with it 2025-09-30 14:03:45.885850 | fa163eaa-657b-dcc0-c3b5-000000000066 | OK | Stat pre ceph conf file in case we should bootrap with it | standalone.localdomain 2025-09-30 14:03:45.887361 | fa163eaa-657b-dcc0-c3b5-000000000066 | TIMING | tripleo_cephadm : Stat pre ceph conf file in case we should bootrap with it | standalone.localdomain | 0:00:09.495675 | 0.24s 2025-09-30 14:03:45.897040 | fa163eaa-657b-dcc0-c3b5-000000000068 | TASK | Run cephadm bootstrap 2025-09-30 14:04:53.288570 | fa163eaa-657b-dcc0-c3b5-000000000068 | CHANGED | Run cephadm bootstrap | standalone.localdomain 2025-09-30 14:04:53.290124 | fa163eaa-657b-dcc0-c3b5-000000000068 | TIMING | tripleo_cephadm : Run cephadm bootstrap | standalone.localdomain | 0:01:16.898437 | 67.39s 2025-09-30 14:04:53.301091 | fa163eaa-657b-dcc0-c3b5-000000000069 | TASK | Show results of bootstrap 2025-09-30 14:04:53.349106 | fa163eaa-657b-dcc0-c3b5-000000000069 | SKIPPED | Show results of bootstrap | standalone.localdomain 2025-09-30 14:04:53.350241 | fa163eaa-657b-dcc0-c3b5-000000000069 | TIMING | tripleo_cephadm : Show results of bootstrap | standalone.localdomain | 0:01:16.958559 | 0.05s 2025-09-30 14:04:53.360589 | fa163eaa-657b-dcc0-c3b5-00000000006a | TASK | Ensure tripleo_cephadm_ceph_cli is set 2025-09-30 14:04:53.419273 | fa163eaa-657b-dcc0-c3b5-00000000006a | TIMING | tripleo_cephadm : Ensure tripleo_cephadm_ceph_cli is set | standalone.localdomain | 0:01:17.027580 | 0.06s 2025-09-30 14:04:53.432967 | 2b42a8b9-8f32-43fe-b4ba-627bb5f25628 | INCLUDED | /usr/share/ansible/roles/tripleo_cephadm/tasks/ceph_cli.yaml | standalone.localdomain 2025-09-30 14:04:53.449516 | fa163eaa-657b-dcc0-c3b5-00000000020b | TASK | Set ceph CLI 2025-09-30 14:04:53.660212 | fa163eaa-657b-dcc0-c3b5-00000000020b | OK | Set ceph CLI | standalone.localdomain 2025-09-30 14:04:53.660917 | fa163eaa-657b-dcc0-c3b5-00000000020b | TIMING | tripleo_cephadm : Set ceph CLI | standalone.localdomain | 0:01:17.269245 | 0.21s 2025-09-30 14:04:53.665504 | fa163eaa-657b-dcc0-c3b5-00000000006b | TASK | Ensure cephadm uses image tags instead of digests 2025-09-30 14:04:54.577105 | fa163eaa-657b-dcc0-c3b5-00000000006b | OK | Ensure cephadm uses image tags instead of digests | standalone.localdomain 2025-09-30 14:04:54.578427 | fa163eaa-657b-dcc0-c3b5-00000000006b | TIMING | tripleo_cephadm : Ensure cephadm uses image tags instead of digests | standalone.localdomain | 0:01:18.186744 | 0.91s 2025-09-30 14:04:54.587956 | fa163eaa-657b-dcc0-c3b5-00000000006c | TASK | Set the default container image in ceph configuration 2025-09-30 14:04:55.561258 | fa163eaa-657b-dcc0-c3b5-00000000006c | OK | Set the default container image in ceph configuration | standalone.localdomain 2025-09-30 14:04:55.561994 | fa163eaa-657b-dcc0-c3b5-00000000006c | TIMING | tripleo_cephadm : Set the default container image in ceph configuration | standalone.localdomain | 0:01:19.170322 | 0.97s 2025-09-30 14:04:55.566446 | fa163eaa-657b-dcc0-c3b5-00000000006e | TASK | If cephadm bootstrap was not run report the reason 2025-09-30 14:04:55.610447 | fa163eaa-657b-dcc0-c3b5-00000000006e | SKIPPED | If cephadm bootstrap was not run report the reason | standalone.localdomain 2025-09-30 14:04:55.611046 | fa163eaa-657b-dcc0-c3b5-00000000006e | TIMING | tripleo_cephadm : If cephadm bootstrap was not run report the reason | standalone.localdomain | 0:01:19.219374 | 0.04s 2025-09-30 14:04:55.618777 | fa163eaa-657b-dcc0-c3b5-00000000008d | TASK | Ensure tripleo_cephadm_ceph_cli is set 2025-09-30 14:04:55.662980 | fa163eaa-657b-dcc0-c3b5-00000000008d | SKIPPED | Ensure tripleo_cephadm_ceph_cli is set | standalone.localdomain 2025-09-30 14:04:55.664006 | fa163eaa-657b-dcc0-c3b5-00000000008d | TIMING | tripleo_cephadm : Ensure tripleo_cephadm_ceph_cli is set | standalone.localdomain | 0:01:19.272323 | 0.04s 2025-09-30 14:04:55.674397 | fa163eaa-657b-dcc0-c3b5-00000000008e | TASK | Define list of keys to search for in initial ceph conf file 2025-09-30 14:04:55.710998 | fa163eaa-657b-dcc0-c3b5-00000000008e | OK | Define list of keys to search for in initial ceph conf file | standalone.localdomain 2025-09-30 14:04:55.712066 | fa163eaa-657b-dcc0-c3b5-00000000008e | TIMING | tripleo_cephadm : Define list of keys to search for in initial ceph conf file | standalone.localdomain | 0:01:19.320385 | 0.04s 2025-09-30 14:04:55.721025 | fa163eaa-657b-dcc0-c3b5-00000000008f | TASK | Expand list of keys to include versions of themselves with spaces 2025-09-30 14:04:55.793331 | fa163eaa-657b-dcc0-c3b5-00000000008f | OK | Expand list of keys to include versions of themselves with spaces | standalone.localdomain | item=public_network 2025-09-30 14:04:55.794274 | fa163eaa-657b-dcc0-c3b5-00000000008f | TIMING | tripleo_cephadm : Expand list of keys to include versions of themselves with spaces | standalone.localdomain | 0:01:19.402594 | 0.07s 2025-09-30 14:04:55.810734 | fa163eaa-657b-dcc0-c3b5-00000000008f | OK | Expand list of keys to include versions of themselves with spaces | standalone.localdomain | item=cluster_network 2025-09-30 14:04:55.811359 | fa163eaa-657b-dcc0-c3b5-00000000008f | TIMING | tripleo_cephadm : Expand list of keys to include versions of themselves with spaces | standalone.localdomain | 0:01:19.419690 | 0.09s 2025-09-30 14:04:55.821395 | fa163eaa-657b-dcc0-c3b5-00000000008f | OK | Expand list of keys to include versions of themselves with spaces | standalone.localdomain | item=ms_bind_ipv4 2025-09-30 14:04:55.821921 | fa163eaa-657b-dcc0-c3b5-00000000008f | TIMING | tripleo_cephadm : Expand list of keys to include versions of themselves with spaces | standalone.localdomain | 0:01:19.430253 | 0.10s 2025-09-30 14:04:55.830967 | fa163eaa-657b-dcc0-c3b5-00000000008f | OK | Expand list of keys to include versions of themselves with spaces | standalone.localdomain | item=ms_bind_ipv6 2025-09-30 14:04:55.831391 | fa163eaa-657b-dcc0-c3b5-00000000008f | TIMING | tripleo_cephadm : Expand list of keys to include versions of themselves with spaces | standalone.localdomain | 0:01:19.439724 | 0.11s 2025-09-30 14:04:55.835042 | fa163eaa-657b-dcc0-c3b5-00000000008f | TIMING | tripleo_cephadm : Expand list of keys to include versions of themselves with spaces | standalone.localdomain | 0:01:19.443366 | 0.11s 2025-09-30 14:04:55.854720 | fa163eaa-657b-dcc0-c3b5-000000000091 | TASK | Build list of underscored keys found in initial ceph conf file 2025-09-30 14:04:56.007345 | fa163eaa-657b-dcc0-c3b5-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=public_network 2025-09-30 14:04:56.064681 | fa163eaa-657b-dcc0-c3b5-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=cluster_network 2025-09-30 14:04:56.129218 | fa163eaa-657b-dcc0-c3b5-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=ms_bind_ipv4 2025-09-30 14:04:56.190772 | fa163eaa-657b-dcc0-c3b5-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=ms_bind_ipv6 2025-09-30 14:04:56.251583 | fa163eaa-657b-dcc0-c3b5-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=public network 2025-09-30 14:04:56.312978 | fa163eaa-657b-dcc0-c3b5-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=cluster network 2025-09-30 14:04:56.422935 | fa163eaa-657b-dcc0-c3b5-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=ms bind ipv4 2025-09-30 14:04:56.478722 | fa163eaa-657b-dcc0-c3b5-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=ms bind ipv6 2025-09-30 14:04:56.489548 | fa163eaa-657b-dcc0-c3b5-000000000091 | TIMING | tripleo_cephadm : Build list of underscored keys found in initial ceph conf file | standalone.localdomain | 0:01:20.097867 | 0.63s 2025-09-30 14:04:56.495281 | fa163eaa-657b-dcc0-c3b5-000000000093 | TASK | Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf 2025-09-30 14:04:57.535608 | fa163eaa-657b-dcc0-c3b5-000000000093 | OK | Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | item={'key': 'public_network', 'value': '172.18.0.0/24'} 2025-09-30 14:04:57.537473 | fa163eaa-657b-dcc0-c3b5-000000000093 | TIMING | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | 0:01:21.145779 | 1.04s 2025-09-30 14:04:58.482667 | fa163eaa-657b-dcc0-c3b5-000000000093 | OK | Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | item={'key': 'cluster_network', 'value': '172.20.0.0/24'} 2025-09-30 14:04:58.484179 | fa163eaa-657b-dcc0-c3b5-000000000093 | TIMING | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | 0:01:22.092494 | 1.99s 2025-09-30 14:04:59.468349 | fa163eaa-657b-dcc0-c3b5-000000000093 | OK | Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | item={'key': 'ms_bind_ipv4', 'value': 'True'} 2025-09-30 14:04:59.469740 | fa163eaa-657b-dcc0-c3b5-000000000093 | TIMING | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | 0:01:23.078062 | 2.97s 2025-09-30 14:05:00.357461 | fa163eaa-657b-dcc0-c3b5-000000000093 | OK | Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | item={'key': 'ms_bind_ipv6', 'value': 'False'} 2025-09-30 14:05:00.358703 | fa163eaa-657b-dcc0-c3b5-000000000093 | TIMING | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | 0:01:23.967024 | 3.86s 2025-09-30 14:05:00.369686 | fa163eaa-657b-dcc0-c3b5-000000000093 | TIMING | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | 0:01:23.978001 | 3.87s 2025-09-30 14:05:00.388969 | fa163eaa-657b-dcc0-c3b5-0000000000a6 | TASK | Stat spec file on bootstrap node 2025-09-30 14:05:00.619618 | fa163eaa-657b-dcc0-c3b5-0000000000a6 | OK | Stat spec file on bootstrap node | standalone.localdomain | item=/home/ceph-admin/specs/ceph_spec.yaml 2025-09-30 14:05:00.620523 | fa163eaa-657b-dcc0-c3b5-0000000000a6 | TIMING | tripleo_cephadm : Stat spec file on bootstrap node | standalone.localdomain | 0:01:24.228848 | 0.23s 2025-09-30 14:05:00.623816 | fa163eaa-657b-dcc0-c3b5-0000000000a6 | TIMING | tripleo_cephadm : Stat spec file on bootstrap node | standalone.localdomain | 0:01:24.232130 | 0.23s 2025-09-30 14:05:00.634151 | fa163eaa-657b-dcc0-c3b5-0000000000a7 | TASK | Fail if spec file is missing 2025-09-30 14:05:00.713934 | fa163eaa-657b-dcc0-c3b5-0000000000a7 | SKIPPED | Fail if spec file is missing | standalone.localdomain | item={'changed': False, 'stat': {'exists': True, 'path': '/home/ceph-admin/specs/ceph_spec.yaml', 'mode': '0644', 'isdir': False, 'ischr': False, 'isblk': False, 'isreg': True, 'isfifo': False, 'islnk': False, 'issock': False, 'uid': 1002, 'gid': 1002, 'size': 500, 'inode': 780148116, 'dev': 64516, 'nlink': 1, 'atime': 1759241023.8717005, 'mtime': 1759241023.5386913, 'ctime': 1759241023.8747005, 'wusr': True, 'rusr': True, 'xusr': False, 'wgrp': False, 'rgrp': True, 'xgrp': False, 'woth': False, 'roth': True, 'xoth': False, 'isuid': False, 'isgid': False, 'blocks': 8, 'block_size': 4096, 'device_type': 0, 'readable': True, 'writeable': True, 'executable': False, 'pw_name': 'ceph-admin', 'gr_name': 'ceph-admin', 'checksum': '564ee6210847ce32ba177a8d2a653edb4981be0e', 'mimetype': 'text/plain', 'charset': 'us-ascii', 'version': '1633832325', 'attributes': [], 'attr_flags': ''}, 'invocation': {'module_args': {'path': '/home/ceph-admin/specs/ceph_spec.yaml', 'follow': False, 'get_md5': False, 'get_checksum': True, 'get_mime': True, 'get_attributes': True, 'checksum_algorithm': 'sha1'}}, 'failed': False, 'item': '/home/ceph-admin/specs/ceph_spec.yaml', 'ansible_loop_var': 'item'} 2025-09-30 14:05:00.725584 | fa163eaa-657b-dcc0-c3b5-0000000000a7 | TIMING | tripleo_cephadm : Fail if spec file is missing | standalone.localdomain | 0:01:24.333894 | 0.09s 2025-09-30 14:05:00.735754 | fa163eaa-657b-dcc0-c3b5-0000000000a8 | TASK | Get ceph_cli 2025-09-30 14:05:00.763088 | fa163eaa-657b-dcc0-c3b5-0000000000a8 | TIMING | tripleo_cephadm : Get ceph_cli | standalone.localdomain | 0:01:24.371392 | 0.03s 2025-09-30 14:05:00.774024 | acfe8f67-a469-466b-8e29-e42102ea8502 | INCLUDED | /usr/share/ansible/roles/tripleo_cephadm/tasks/ceph_cli.yaml | standalone.localdomain 2025-09-30 14:05:00.792049 | fa163eaa-657b-dcc0-c3b5-000000000270 | TASK | Set ceph CLI 2025-09-30 14:05:00.961561 | fa163eaa-657b-dcc0-c3b5-000000000270 | OK | Set ceph CLI | standalone.localdomain 2025-09-30 14:05:00.962762 | fa163eaa-657b-dcc0-c3b5-000000000270 | TIMING | tripleo_cephadm : Set ceph CLI | standalone.localdomain | 0:01:24.571076 | 0.17s 2025-09-30 14:05:00.971983 | fa163eaa-657b-dcc0-c3b5-0000000000a9 | TASK | Get the ceph orchestrator status 2025-09-30 14:05:01.956540 | fa163eaa-657b-dcc0-c3b5-0000000000a9 | CHANGED | Get the ceph orchestrator status | standalone.localdomain 2025-09-30 14:05:01.957861 | fa163eaa-657b-dcc0-c3b5-0000000000a9 | TIMING | tripleo_cephadm : Get the ceph orchestrator status | standalone.localdomain | 0:01:25.566176 | 0.98s 2025-09-30 14:05:01.967342 | fa163eaa-657b-dcc0-c3b5-0000000000aa | TASK | Fail if ceph orchestrator is not available 2025-09-30 14:05:02.035428 | fa163eaa-657b-dcc0-c3b5-0000000000aa | SKIPPED | Fail if ceph orchestrator is not available | standalone.localdomain 2025-09-30 14:05:02.036156 | fa163eaa-657b-dcc0-c3b5-0000000000aa | TIMING | tripleo_cephadm : Fail if ceph orchestrator is not available | standalone.localdomain | 0:01:25.644480 | 0.07s 2025-09-30 14:05:02.042274 | fa163eaa-657b-dcc0-c3b5-0000000000ab | TASK | Run ceph config set for parameters before applying the spec 2025-09-30 14:05:02.068847 | fa163eaa-657b-dcc0-c3b5-0000000000ab | TIMING | tripleo_cephadm : Run ceph config set for parameters before applying the spec | standalone.localdomain | 0:01:25.677168 | 0.03s 2025-09-30 14:05:02.085216 | 23ad7af8-81b0-42c6-8e2f-98b780eb87f7 | INCLUDED | /usr/share/ansible/roles/tripleo_cephadm/tasks/cephadm_config_set.yaml | standalone.localdomain 2025-09-30 14:05:02.099608 | fa163eaa-657b-dcc0-c3b5-0000000002a7 | TASK | Ensure tripleo_cephadm_ceph_cli is set 2025-09-30 14:05:02.146475 | fa163eaa-657b-dcc0-c3b5-0000000002a7 | SKIPPED | Ensure tripleo_cephadm_ceph_cli is set | standalone.localdomain 2025-09-30 14:05:02.147348 | fa163eaa-657b-dcc0-c3b5-0000000002a7 | TIMING | tripleo_cephadm : Ensure tripleo_cephadm_ceph_cli is set | standalone.localdomain | 0:01:25.755671 | 0.05s 2025-09-30 14:05:02.153625 | fa163eaa-657b-dcc0-c3b5-0000000002a8 | TASK | set cephadm debug level 2025-09-30 14:05:02.219606 | fa163eaa-657b-dcc0-c3b5-0000000002a8 | SKIPPED | set cephadm debug level | standalone.localdomain 2025-09-30 14:05:02.220444 | fa163eaa-657b-dcc0-c3b5-0000000002a8 | TIMING | tripleo_cephadm : set cephadm debug level | standalone.localdomain | 0:01:25.828769 | 0.07s 2025-09-30 14:05:02.226622 | fa163eaa-657b-dcc0-c3b5-0000000002a9 | TASK | enforce minimum ceph clients version 2025-09-30 14:05:02.290899 | fa163eaa-657b-dcc0-c3b5-0000000002a9 | SKIPPED | enforce minimum ceph clients version | standalone.localdomain 2025-09-30 14:05:02.292403 | fa163eaa-657b-dcc0-c3b5-0000000002a9 | TIMING | tripleo_cephadm : enforce minimum ceph clients version | standalone.localdomain | 0:01:25.900726 | 0.06s 2025-09-30 14:05:02.298320 | fa163eaa-657b-dcc0-c3b5-0000000002aa | TASK | set container image base in ceph configuration 2025-09-30 14:05:03.258530 | fa163eaa-657b-dcc0-c3b5-0000000002aa | OK | set container image base in ceph configuration | standalone.localdomain 2025-09-30 14:05:03.260364 | fa163eaa-657b-dcc0-c3b5-0000000002aa | TIMING | tripleo_cephadm : set container image base in ceph configuration | standalone.localdomain | 0:01:26.868670 | 0.96s 2025-09-30 14:05:03.271669 | fa163eaa-657b-dcc0-c3b5-0000000002ac | TASK | set alertmanager container image in ceph configuration 2025-09-30 14:05:03.339480 | fa163eaa-657b-dcc0-c3b5-0000000002ac | SKIPPED | set alertmanager container image in ceph configuration | standalone.localdomain 2025-09-30 14:05:03.341018 | fa163eaa-657b-dcc0-c3b5-0000000002ac | TIMING | tripleo_cephadm : set alertmanager container image in ceph configuration | standalone.localdomain | 0:01:26.949328 | 0.07s 2025-09-30 14:05:03.352542 | fa163eaa-657b-dcc0-c3b5-0000000002ad | TASK | set grafana container image in ceph configuration 2025-09-30 14:05:03.405628 | fa163eaa-657b-dcc0-c3b5-0000000002ad | SKIPPED | set grafana container image in ceph configuration | standalone.localdomain 2025-09-30 14:05:03.406849 | fa163eaa-657b-dcc0-c3b5-0000000002ad | TIMING | tripleo_cephadm : set grafana container image in ceph configuration | standalone.localdomain | 0:01:27.015163 | 0.05s 2025-09-30 14:05:03.416711 | fa163eaa-657b-dcc0-c3b5-0000000002ae | TASK | set node-exporter container image in ceph configuration 2025-09-30 14:05:03.472363 | fa163eaa-657b-dcc0-c3b5-0000000002ae | SKIPPED | set node-exporter container image in ceph configuration | standalone.localdomain 2025-09-30 14:05:03.473664 | fa163eaa-657b-dcc0-c3b5-0000000002ae | TIMING | tripleo_cephadm : set node-exporter container image in ceph configuration | standalone.localdomain | 0:01:27.081977 | 0.05s 2025-09-30 14:05:03.483768 | fa163eaa-657b-dcc0-c3b5-0000000002af | TASK | set prometheus container image in ceph configuration 2025-09-30 14:05:03.544896 | fa163eaa-657b-dcc0-c3b5-0000000002af | SKIPPED | set prometheus container image in ceph configuration | standalone.localdomain 2025-09-30 14:05:03.547787 | fa163eaa-657b-dcc0-c3b5-0000000002af | TIMING | tripleo_cephadm : set prometheus container image in ceph configuration | standalone.localdomain | 0:01:27.156099 | 0.06s 2025-09-30 14:05:03.561377 | fa163eaa-657b-dcc0-c3b5-0000000000ac | TASK | Apply spec 2025-09-30 14:05:05.145942 | fa163eaa-657b-dcc0-c3b5-0000000000ac | CHANGED | Apply spec | standalone.localdomain 2025-09-30 14:05:05.147491 | fa163eaa-657b-dcc0-c3b5-0000000000ac | TIMING | tripleo_cephadm : Apply spec | standalone.localdomain | 0:01:28.755805 | 1.58s 2025-09-30 14:05:05.156967 | fa163eaa-657b-dcc0-c3b5-0000000000ad | TASK | Show results of spec apply 2025-09-30 14:05:05.213797 | fa163eaa-657b-dcc0-c3b5-0000000000ad | SKIPPED | Show results of spec apply | standalone.localdomain 2025-09-30 14:05:05.215419 | fa163eaa-657b-dcc0-c3b5-0000000000ad | TIMING | tripleo_cephadm : Show results of spec apply | standalone.localdomain | 0:01:28.823714 | 0.06s 2025-09-30 14:05:05.224584 | fa163eaa-657b-dcc0-c3b5-0000000000ae | TASK | Wait for the expected number of osds to be running 2025-09-30 14:05:05.283092 | fa163eaa-657b-dcc0-c3b5-0000000000ae | TIMING | tripleo_cephadm : Wait for the expected number of osds to be running | standalone.localdomain | 0:01:28.891386 | 0.06s 2025-09-30 14:05:05.296606 | db8ffb53-8ccc-4eca-af14-49934426bdda | INCLUDED | /usr/share/ansible/roles/tripleo_cephadm/tasks/wait_for_expected_num_osds.yaml | standalone.localdomain 2025-09-30 14:05:05.329789 | fa163eaa-657b-dcc0-c3b5-000000000307 | TASK | Wait for expected number of osds to be running 2025-09-30 14:05:06.239521 | fa163eaa-657b-dcc0-c3b5-000000000307 | RETRY | Wait for expected number of osds to be running | standalone.localdomain | 40 retries left 2025-09-30 14:05:37.243347 | fa163eaa-657b-dcc0-c3b5-000000000307 | CHANGED | Wait for expected number of osds to be running | standalone.localdomain 2025-09-30 14:05:37.244590 | fa163eaa-657b-dcc0-c3b5-000000000307 | TIMING | tripleo_cephadm : Wait for expected number of osds to be running | standalone.localdomain | 0:02:00.852907 | 31.91s 2025-09-30 14:05:37.262538 | fa163eaa-657b-dcc0-c3b5-0000000000c9 | TASK | Get ceph_cli 2025-09-30 14:05:37.289428 | fa163eaa-657b-dcc0-c3b5-0000000000c9 | SKIPPED | Get ceph_cli | standalone.localdomain 2025-09-30 14:05:37.290469 | fa163eaa-657b-dcc0-c3b5-0000000000c9 | TIMING | tripleo_cephadm : Get ceph_cli | standalone.localdomain | 0:02:00.898784 | 0.03s 2025-09-30 14:05:37.300194 | fa163eaa-657b-dcc0-c3b5-0000000000ca | TASK | Collect ceph config dump 2025-09-30 14:05:37.343136 | fa163eaa-657b-dcc0-c3b5-0000000000ca | SKIPPED | Collect ceph config dump | standalone.localdomain 2025-09-30 14:05:37.344360 | fa163eaa-657b-dcc0-c3b5-0000000000ca | TIMING | tripleo_cephadm : Collect ceph config dump | standalone.localdomain | 0:02:00.952681 | 0.04s 2025-09-30 14:05:37.351229 | fa163eaa-657b-dcc0-c3b5-0000000000cb | TASK | Extract osd_pool_default_pg_num from ceph config 2025-09-30 14:05:37.407901 | fa163eaa-657b-dcc0-c3b5-0000000000cb | SKIPPED | Extract osd_pool_default_pg_num from ceph config | standalone.localdomain 2025-09-30 14:05:37.408837 | fa163eaa-657b-dcc0-c3b5-0000000000cb | TIMING | tripleo_cephadm : Extract osd_pool_default_pg_num from ceph config | standalone.localdomain | 0:02:01.017159 | 0.06s 2025-09-30 14:05:37.415204 | fa163eaa-657b-dcc0-c3b5-0000000000cc | TASK | Create pool 2025-09-30 14:05:37.482154 | fa163eaa-657b-dcc0-c3b5-0000000000cc | TIMING | tripleo_cephadm : Create pool | standalone.localdomain | 0:02:01.090473 | 0.07s 2025-09-30 14:05:37.488450 | fa163eaa-657b-dcc0-c3b5-0000000000cd | TASK | Enable application on Ceph pools 2025-09-30 14:05:37.545981 | fa163eaa-657b-dcc0-c3b5-0000000000cd | TIMING | tripleo_cephadm : Enable application on Ceph pools | standalone.localdomain | 0:02:01.154296 | 0.06s 2025-09-30 14:05:37.552432 | fa163eaa-657b-dcc0-c3b5-0000000000cf | TASK | Get the RBD ceph_cli 2025-09-30 14:05:37.582619 | fa163eaa-657b-dcc0-c3b5-0000000000cf | SKIPPED | Get the RBD ceph_cli | standalone.localdomain 2025-09-30 14:05:37.583552 | fa163eaa-657b-dcc0-c3b5-0000000000cf | TIMING | tripleo_cephadm : Get the RBD ceph_cli | standalone.localdomain | 0:02:01.191876 | 0.03s 2025-09-30 14:05:37.589598 | fa163eaa-657b-dcc0-c3b5-0000000000d0 | TASK | Set trash interval 2025-09-30 14:05:37.669860 | fa163eaa-657b-dcc0-c3b5-0000000000d0 | SKIPPED | Set trash interval | standalone.localdomain | item=volumes 2025-09-30 14:05:37.681599 | fa163eaa-657b-dcc0-c3b5-0000000000d0 | TIMING | tripleo_cephadm : Set trash interval | standalone.localdomain | 0:02:01.289915 | 0.09s 2025-09-30 14:05:37.694628 | fa163eaa-657b-dcc0-c3b5-0000000000e8 | TASK | Render cephx key(s) in tripleo_cephadm_config_home 2025-09-30 14:05:37.744523 | fa163eaa-657b-dcc0-c3b5-0000000000e8 | TIMING | tripleo_cephadm : Render cephx key(s) in tripleo_cephadm_config_home | standalone.localdomain | 0:02:01.352844 | 0.05s 2025-09-30 14:05:37.750763 | fa163eaa-657b-dcc0-c3b5-0000000000e9 | TASK | Get ceph_cli 2025-09-30 14:05:37.779257 | fa163eaa-657b-dcc0-c3b5-0000000000e9 | SKIPPED | Get ceph_cli | standalone.localdomain 2025-09-30 14:05:37.780036 | fa163eaa-657b-dcc0-c3b5-0000000000e9 | TIMING | tripleo_cephadm : Get ceph_cli | standalone.localdomain | 0:02:01.388360 | 0.03s 2025-09-30 14:05:37.786117 | fa163eaa-657b-dcc0-c3b5-0000000000ea | TASK | Import cephx key(s) within the Ceph cluster 2025-09-30 14:05:37.831861 | fa163eaa-657b-dcc0-c3b5-0000000000ea | TIMING | tripleo_cephadm : Import cephx key(s) within the Ceph cluster | standalone.localdomain | 0:02:01.440175 | 0.04s 2025-09-30 14:05:37.849007 | fa163eaa-657b-dcc0-c3b5-0000000000f9 | TASK | Get ceph_cli 2025-09-30 14:05:37.875181 | fa163eaa-657b-dcc0-c3b5-0000000000f9 | SKIPPED | Get ceph_cli | standalone.localdomain 2025-09-30 14:05:37.876425 | fa163eaa-657b-dcc0-c3b5-0000000000f9 | TIMING | tripleo_cephadm : Get ceph_cli | standalone.localdomain | 0:02:01.484740 | 0.03s 2025-09-30 14:05:37.885853 | fa163eaa-657b-dcc0-c3b5-0000000000fa | TASK | Wait for the expected number of monitors to be running 2025-09-30 14:05:37.912228 | fa163eaa-657b-dcc0-c3b5-0000000000fa | SKIPPED | Wait for the expected number of monitors to be running | standalone.localdomain 2025-09-30 14:05:37.913336 | fa163eaa-657b-dcc0-c3b5-0000000000fa | TIMING | tripleo_cephadm : Wait for the expected number of monitors to be running | standalone.localdomain | 0:02:01.521622 | 0.03s 2025-09-30 14:05:37.922759 | fa163eaa-657b-dcc0-c3b5-0000000000fb | TASK | Run ceph mon dump to get all monitors 2025-09-30 14:05:37.969411 | fa163eaa-657b-dcc0-c3b5-0000000000fb | SKIPPED | Run ceph mon dump to get all monitors | standalone.localdomain 2025-09-30 14:05:37.970773 | fa163eaa-657b-dcc0-c3b5-0000000000fb | TIMING | tripleo_cephadm : Run ceph mon dump to get all monitors | standalone.localdomain | 0:02:01.579087 | 0.05s 2025-09-30 14:05:37.980753 | fa163eaa-657b-dcc0-c3b5-0000000000fc | TASK | Extract mons_json 2025-09-30 14:05:38.020657 | fa163eaa-657b-dcc0-c3b5-0000000000fc | SKIPPED | Extract mons_json | standalone.localdomain 2025-09-30 14:05:38.021891 | fa163eaa-657b-dcc0-c3b5-0000000000fc | TIMING | tripleo_cephadm : Extract mons_json | standalone.localdomain | 0:02:01.630206 | 0.04s 2025-09-30 14:05:38.031347 | fa163eaa-657b-dcc0-c3b5-0000000000fd | TASK | Build mons_list 2025-09-30 14:05:38.072125 | fa163eaa-657b-dcc0-c3b5-0000000000fd | SKIPPED | Build mons_list | standalone.localdomain 2025-09-30 14:05:38.073522 | fa163eaa-657b-dcc0-c3b5-0000000000fd | TIMING | tripleo_cephadm : Build mons_list | standalone.localdomain | 0:02:01.681834 | 0.04s 2025-09-30 14:05:38.085948 | fa163eaa-657b-dcc0-c3b5-0000000000fe | TASK | Set external_cluster_mon_ips from mons_list 2025-09-30 14:05:38.126732 | fa163eaa-657b-dcc0-c3b5-0000000000fe | SKIPPED | Set external_cluster_mon_ips from mons_list | standalone.localdomain 2025-09-30 14:05:38.127631 | fa163eaa-657b-dcc0-c3b5-0000000000fe | TIMING | tripleo_cephadm : Set external_cluster_mon_ips from mons_list | standalone.localdomain | 0:02:01.735955 | 0.04s 2025-09-30 14:05:38.133974 | fa163eaa-657b-dcc0-c3b5-0000000000ff | TASK | Verify the keyring 2025-09-30 14:05:38.184658 | fa163eaa-657b-dcc0-c3b5-0000000000ff | TIMING | tripleo_cephadm : Verify the keyring | standalone.localdomain | 0:02:01.792962 | 0.05s 2025-09-30 14:05:38.201671 | fa163eaa-657b-dcc0-c3b5-000000000100 | TASK | Ensure tripleo_ceph_client_vars path exists 2025-09-30 14:05:38.241007 | fa163eaa-657b-dcc0-c3b5-000000000100 | SKIPPED | Ensure tripleo_ceph_client_vars path exists | standalone.localdomain 2025-09-30 14:05:38.242226 | fa163eaa-657b-dcc0-c3b5-000000000100 | TIMING | tripleo_cephadm : Ensure tripleo_ceph_client_vars path exists | standalone.localdomain | 0:02:01.850540 | 0.04s 2025-09-30 14:05:38.257080 | fa163eaa-657b-dcc0-c3b5-000000000101 | TASK | Save tripleo_ceph_client_vars file 2025-09-30 14:05:38.296880 | fa163eaa-657b-dcc0-c3b5-000000000101 | SKIPPED | Save tripleo_ceph_client_vars file | standalone.localdomain 2025-09-30 14:05:38.298017 | fa163eaa-657b-dcc0-c3b5-000000000101 | TIMING | tripleo_cephadm : Save tripleo_ceph_client_vars file | standalone.localdomain | 0:02:01.906332 | 0.04s 2025-09-30 14:05:38.322230 | fa163eaa-657b-dcc0-c3b5-00000000011c | TASK | Get ceph_cli 2025-09-30 14:05:38.348918 | fa163eaa-657b-dcc0-c3b5-00000000011c | TIMING | tripleo_cephadm : Get ceph_cli | standalone.localdomain | 0:02:01.957230 | 0.03s 2025-09-30 14:05:38.360109 | 4c1f7a3e-5126-48ad-85c0-8f95d7743d1e | INCLUDED | /usr/share/ansible/roles/tripleo_cephadm/tasks/ceph_cli.yaml | standalone.localdomain 2025-09-30 14:05:38.373357 | fa163eaa-657b-dcc0-c3b5-0000000003c0 | TASK | Set ceph CLI 2025-09-30 14:05:38.533503 | fa163eaa-657b-dcc0-c3b5-0000000003c0 | OK | Set ceph CLI | standalone.localdomain 2025-09-30 14:05:38.534860 | fa163eaa-657b-dcc0-c3b5-0000000003c0 | TIMING | tripleo_cephadm : Set ceph CLI | standalone.localdomain | 0:02:02.143174 | 0.16s 2025-09-30 14:05:38.543908 | fa163eaa-657b-dcc0-c3b5-00000000011d | TASK | Get the ceph orchestrator status 2025-09-30 14:05:39.424433 | fa163eaa-657b-dcc0-c3b5-00000000011d | CHANGED | Get the ceph orchestrator status | standalone.localdomain 2025-09-30 14:05:39.426160 | fa163eaa-657b-dcc0-c3b5-00000000011d | TIMING | tripleo_cephadm : Get the ceph orchestrator status | standalone.localdomain | 0:02:03.034473 | 0.88s 2025-09-30 14:05:39.435188 | fa163eaa-657b-dcc0-c3b5-00000000011e | TASK | Fail if ceph orchestrator is not available 2025-09-30 14:05:39.494340 | fa163eaa-657b-dcc0-c3b5-00000000011e | SKIPPED | Fail if ceph orchestrator is not available | standalone.localdomain 2025-09-30 14:05:39.495395 | fa163eaa-657b-dcc0-c3b5-00000000011e | TIMING | tripleo_cephadm : Fail if ceph orchestrator is not available | standalone.localdomain | 0:02:03.103713 | 0.06s 2025-09-30 14:05:39.504240 | fa163eaa-657b-dcc0-c3b5-000000000120 | TASK | Show the deployed daemons 2025-09-30 14:05:40.361478 | fa163eaa-657b-dcc0-c3b5-000000000120 | CHANGED | Show the deployed daemons | standalone.localdomain 2025-09-30 14:05:40.362859 | fa163eaa-657b-dcc0-c3b5-000000000120 | TIMING | tripleo_cephadm : Show the deployed daemons | standalone.localdomain | 0:02:03.971168 | 0.86s 2025-09-30 14:05:40.372503 | fa163eaa-657b-dcc0-c3b5-000000000121 | TASK | Deployed daemons 2025-09-30 14:05:40.432743 | fa163eaa-657b-dcc0-c3b5-000000000121 | SKIPPED | Deployed daemons | standalone.localdomain 2025-09-30 14:05:40.433973 | fa163eaa-657b-dcc0-c3b5-000000000121 | TIMING | tripleo_cephadm : Deployed daemons | standalone.localdomain | 0:02:04.042283 | 0.06s 2025-09-30 14:05:40.444828 | fa163eaa-657b-dcc0-c3b5-000000000122 | TASK | Print the status of the deployed Ceph cluster 2025-09-30 14:05:41.356882 | fa163eaa-657b-dcc0-c3b5-000000000122 | CHANGED | Print the status of the deployed Ceph cluster | standalone.localdomain 2025-09-30 14:05:41.358519 | fa163eaa-657b-dcc0-c3b5-000000000122 | TIMING | tripleo_cephadm : Print the status of the deployed Ceph cluster | standalone.localdomain | 0:02:04.966833 | 0.91s 2025-09-30 14:05:41.369250 | fa163eaa-657b-dcc0-c3b5-000000000123 | TASK | Ceph cluster status 2025-09-30 14:05:41.407017 | fa163eaa-657b-dcc0-c3b5-000000000123 | OK | Ceph cluster status | standalone.localdomain | result={ "changed": false, "msg": [ " cluster:", " id: f4027d8a-8ff9-5404-acb2-f9a30e2f5b6f", " health: HEALTH_WARN", " 1 stray daemon(s) not managed by cephadm", " ", " services:", " mon: 1 daemons, quorum standalone (age 79s)", " mgr: standalone.rxiggm(active, since 63s), standbys: standalone.nfgmlu", " osd: 1 osds: 1 up (since 14s), 1 in (since 30s)", " ", " data:", " pools: 1 pools, 1 pgs", " objects: 2 objects, 449 KiB", " usage: 27 MiB used, 7.0 GiB / 7.0 GiB avail", " pgs: 1 active+clean", " " ] } 2025-09-30 14:05:41.408230 | fa163eaa-657b-dcc0-c3b5-000000000123 | TIMING | tripleo_cephadm : Ceph cluster status | standalone.localdomain | 0:02:05.016547 | 0.04s 2025-09-30 14:05:41.432636 | fa163eaa-657b-dcc0-c3b5-00000000013b | TASK | Create Deployed Ceph Heat Environment file to pass to overcloud deploy 2025-09-30 14:05:42.043576 | fa163eaa-657b-dcc0-c3b5-00000000013b | CHANGED | Create Deployed Ceph Heat Environment file to pass to overcloud deploy | standalone.localdomain -> localhost [WARNING]: ('standalone.localdomain -> localhost', 'fa163eaa-657b-dcc0-c3b5-00000000013b') missing from stats PLAY RECAP ********************************************************************* standalone.localdomain : ok=36 changed=13 unreachable=0 failed=0 skipped=47 rescued=0 ignored=0 undercloud : ok=2 changed=1 unreachable=0 failed=0 skipped=9 rescued=0 ignored=0 2025-09-30 14:05:42.063053 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-09-30 14:05:42.063342 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 94 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-09-30 14:05:42.063586 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:02:05.671919 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-09-30 14:05:42.063828 | UUID | Info | Host | Task Name | Run Time 2025-09-30 14:05:42.064053 | fa163eaa-657b-dcc0-c3b5-000000000068 | SUMMARY | standalone.localdomain | tripleo_cephadm : Run cephadm bootstrap | 67.39s 2025-09-30 14:05:42.064270 | fa163eaa-657b-dcc0-c3b5-000000000307 | SUMMARY | standalone.localdomain | tripleo_cephadm : Wait for expected number of osds to be running | 31.91s 2025-09-30 14:05:42.064549 | fa163eaa-657b-dcc0-c3b5-000000000093 | SUMMARY | standalone.localdomain | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | 3.87s 2025-09-30 14:05:42.064766 | fa163eaa-657b-dcc0-c3b5-000000000021 | SUMMARY | standalone.localdomain | tripleo_cephadm : Install cephadm package | 2.98s 2025-09-30 14:05:42.065012 | fa163eaa-657b-dcc0-c3b5-0000000000ac | SUMMARY | standalone.localdomain | tripleo_cephadm : Apply spec | 1.58s 2025-09-30 14:05:42.065231 | fa163eaa-657b-dcc0-c3b5-0000000000a9 | SUMMARY | standalone.localdomain | tripleo_cephadm : Get the ceph orchestrator status | 0.98s 2025-09-30 14:05:42.065485 | fa163eaa-657b-dcc0-c3b5-00000000006c | SUMMARY | standalone.localdomain | tripleo_cephadm : Set the default container image in ceph configuration | 0.97s 2025-09-30 14:05:42.065703 | fa163eaa-657b-dcc0-c3b5-0000000002aa | SUMMARY | standalone.localdomain | tripleo_cephadm : set container image base in ceph configuration | 0.96s 2025-09-30 14:05:42.065933 | fa163eaa-657b-dcc0-c3b5-00000000006b | SUMMARY | standalone.localdomain | tripleo_cephadm : Ensure cephadm uses image tags instead of digests | 0.91s 2025-09-30 14:05:42.066151 | fa163eaa-657b-dcc0-c3b5-000000000122 | SUMMARY | standalone.localdomain | tripleo_cephadm : Print the status of the deployed Ceph cluster | 0.91s 2025-09-30 14:05:42.066392 | fa163eaa-657b-dcc0-c3b5-00000000011d | SUMMARY | standalone.localdomain | tripleo_cephadm : Get the ceph orchestrator status | 0.88s 2025-09-30 14:05:42.066622 | fa163eaa-657b-dcc0-c3b5-000000000120 | SUMMARY | standalone.localdomain | tripleo_cephadm : Show the deployed daemons | 0.86s 2025-09-30 14:05:42.066840 | fa163eaa-657b-dcc0-c3b5-000000000024 | SUMMARY | standalone.localdomain | tripleo_cephadm : List Ceph daemon instances on this host | 0.84s 2025-09-30 14:05:42.067054 | fa163eaa-657b-dcc0-c3b5-000000000091 | SUMMARY | standalone.localdomain | tripleo_cephadm : Build list of underscored keys found in initial ceph conf file | 0.63s 2025-09-30 14:05:42.067332 | fa163eaa-657b-dcc0-c3b5-00000000002f | SUMMARY | standalone.localdomain | tripleo_cephadm : push tripleo_cephadm_spec to bootstrap node if spec file exsits | 0.59s 2025-09-30 14:05:42.067558 | fa163eaa-657b-dcc0-c3b5-000000000032 | SUMMARY | standalone.localdomain | tripleo_cephadm : push it to tripleo_cephadm_assimilate_conf on bootstrap node | 0.52s 2025-09-30 14:05:42.067785 | fa163eaa-657b-dcc0-c3b5-000000000064 | SUMMARY | standalone.localdomain | tripleo_cephadm : Stat necessary files to bootstrap with cephadm | 0.50s 2025-09-30 14:05:42.068002 | fa163eaa-657b-dcc0-c3b5-00000000002c | SUMMARY | standalone.localdomain | tripleo_cephadm : Ensure tripleo_cephadm_config_home (e.g. /etc/ceph) exists | 0.39s 2025-09-30 14:05:42.068218 | fa163eaa-657b-dcc0-c3b5-000000000022 | SUMMARY | standalone.localdomain | tripleo_cephadm : Stat cephadm file | 0.37s 2025-09-30 14:05:42.068473 | fa163eaa-657b-dcc0-c3b5-000000000066 | SUMMARY | standalone.localdomain | tripleo_cephadm : Stat pre ceph conf file in case we should bootrap with it | 0.24s 2025-09-30 14:05:42.068691 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ End Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + /tmp/openstack.sh + EDPM_CONFIGURE_HUGEPAGES=false + EDPM_COMPUTE_CEPH_ENABLED=true + EDPM_COMPUTE_SRIOV_ENABLED=true + EDPM_COMPUTE_DHCP_AGENT_ENABLED=true + COMPUTE_DRIVER=libvirt + INTERFACE_MTU=1500 + BARBICAN_ENABLED=true + MANILA_ENABLED=true + SWIFT_REPLICATED=false + TLSE_ENABLED=false + CLOUD_DOMAIN=localdomain + 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' + '[' true = true ']' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/services/barbican.yaml' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/barbican-backend-simple-crypto.yaml' + '[' true = true ']' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/manila-cephfsnative-config.yaml' + '[' 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' + '[' false = true ']' + ENV_ARGS+=' -e /root/standalone_parameters.yaml' + '[' true = true ']' + CEPH_ARGS='-e /root/deployed_ceph.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/cephadm-rbd-only.yaml' + [[ true == \t\r\u\e ]] + CEPH_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/ceph-mds.yaml' + ENV_ARGS+=' -e /root/deployed_ceph.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/cephadm-rbd-only.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/ceph-mds.yaml' + ENV_ARGS+=' -e /root/containers-prepare-parameters.yaml' + ENV_ARGS+=' -e /root/deployed_network.yaml' + '[' true = true ']' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/services/neutron-ovn-sriov.yaml' + ENV_ARGS+=' -e /root/sriov_template.yaml' + '[' false = true ']' + '[' false = true ']' + '[' true = true ']' + ENV_ARGS+=' -e /root/dhcp_agent_template.yaml' + sudo openstack tripleo deploy --templates /usr/share/openstack-tripleo-heat-templates --local-ip=192.168.122.100/24 --control-virtual-ip=192.168.122.99 --output-dir /root --standalone-role Standalone -r /root/Standalone.yaml -n /root/network_data.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/standalone/standalone-tripleo.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/low-memory-usage.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/deployed-network-environment.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cinder-backup.yaml -e /root/enable_heat.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/services/barbican.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/barbican-backend-simple-crypto.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/manila-cephfsnative-config.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/services/octavia.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/enable-legacy-telemetry.yaml -e /root/standalone_parameters.yaml -e /root/deployed_ceph.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/cephadm-rbd-only.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/ceph-mds.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-09-30 14:05:45.063 42561 INFO migrate.versioning.api [-] 72 -> 73...  2025-09-30 14:05:45.086 42561 INFO migrate.versioning.api [-] done 2025-09-30 14:05:45.086 42561 INFO migrate.versioning.api [-] 73 -> 74...  2025-09-30 14:05:45.088 42561 INFO migrate.versioning.api [-] done 2025-09-30 14:05:45.088 42561 INFO migrate.versioning.api [-] 74 -> 75...  2025-09-30 14:05:45.090 42561 INFO migrate.versioning.api [-] done 2025-09-30 14:05:45.090 42561 INFO migrate.versioning.api [-] 75 -> 76...  2025-09-30 14:05:45.092 42561 INFO migrate.versioning.api [-] done 2025-09-30 14:05:45.092 42561 INFO migrate.versioning.api [-] 76 -> 77...  2025-09-30 14:05:45.093 42561 INFO migrate.versioning.api [-] done 2025-09-30 14:05:45.093 42561 INFO migrate.versioning.api [-] 77 -> 78...  2025-09-30 14:05:45.095 42561 INFO migrate.versioning.api [-] done 2025-09-30 14:05:45.095 42561 INFO migrate.versioning.api [-] 78 -> 79...  2025-09-30 14:05:45.119 42561 INFO migrate.versioning.api [-] done 2025-09-30 14:05:45.119 42561 INFO migrate.versioning.api [-] 79 -> 80...  2025-09-30 14:05:45.136 42561 INFO migrate.versioning.api [-] done 2025-09-30 14:05:45.136 42561 INFO migrate.versioning.api [-] 80 -> 81...  2025-09-30 14:05:45.138 42561 INFO migrate.versioning.api [-] done 2025-09-30 14:05:45.138 42561 INFO migrate.versioning.api [-] 81 -> 82...  2025-09-30 14:05:45.140 42561 INFO migrate.versioning.api [-] done 2025-09-30 14:05:45.140 42561 INFO migrate.versioning.api [-] 82 -> 83...  2025-09-30 14:05:45.142 42561 INFO migrate.versioning.api [-] done 2025-09-30 14:05:45.142 42561 INFO migrate.versioning.api [-] 83 -> 84...  2025-09-30 14:05:45.143 42561 INFO migrate.versioning.api [-] done 2025-09-30 14:05:45.144 42561 INFO migrate.versioning.api [-] 84 -> 85...  2025-09-30 14:05:45.145 42561 INFO migrate.versioning.api [-] done 2025-09-30 14:05:45.145 42561 INFO migrate.versioning.api [-] 85 -> 86...  2025-09-30 14:05:45.167 42561 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-09-30 14:05:53Z [standalone]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:05:54Z [standalone.NodeUserData]: CREATE_IN_PROGRESS state changed 2025-09-30 14:05:54Z [standalone.NodeUserData]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:05:54Z [standalone.NodeUserData.userdata]: CREATE_IN_PROGRESS state changed 2025-09-30 14:05:54Z [standalone.NodeUserData.userdata]: CREATE_COMPLETE state changed 2025-09-30 14:05:54Z [standalone.NodeUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:05:55Z [standalone.StandaloneRoleUserData]: CREATE_IN_PROGRESS state changed 2025-09-30 14:05:55Z [standalone.StandaloneRoleUserData]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:05:55Z [standalone.NodeUserData]: CREATE_COMPLETE state changed 2025-09-30 14:05:55Z [standalone.StandaloneRoleUserData.userdata]: CREATE_IN_PROGRESS state changed 2025-09-30 14:05:55Z [standalone.StandaloneRoleUserData.userdata]: CREATE_COMPLETE state changed 2025-09-30 14:05:55Z [standalone.StandaloneRoleUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:05:56Z [standalone.DeploymentServerBlacklistDict]: CREATE_IN_PROGRESS state changed 2025-09-30 14:05:56Z [standalone.DeploymentServerBlacklistDict]: CREATE_COMPLETE state changed 2025-09-30 14:05:56Z [standalone.StandaloneRoleUserData]: CREATE_COMPLETE state changed 2025-09-30 14:05:57Z [standalone.NodeAdminUserData]: CREATE_IN_PROGRESS state changed 2025-09-30 14:05:57Z [standalone.NodeAdminUserData]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:05:57Z [standalone.NodeAdminUserData.user_config]: CREATE_IN_PROGRESS state changed 2025-09-30 14:05:57Z [standalone.NodeAdminUserData.user_config]: CREATE_COMPLETE state changed 2025-09-30 14:05:57Z [standalone.NodeAdminUserData.userdata]: CREATE_IN_PROGRESS state changed 2025-09-30 14:05:57Z [standalone.NodeAdminUserData.userdata]: CREATE_COMPLETE state changed 2025-09-30 14:05:57Z [standalone.NodeAdminUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:05:58Z [standalone.ServiceNetMap]: CREATE_IN_PROGRESS state changed 2025-09-30 14:05:58Z [standalone.ServiceNetMap]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:05:58Z [standalone.NodeAdminUserData]: CREATE_COMPLETE state changed 2025-09-30 14:05:58Z [standalone.ServiceNetMap.ServiceNetMapValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:05:58Z [standalone.ServiceNetMap.ServiceNetMapValue]: CREATE_COMPLETE state changed 2025-09-30 14:05:58Z [standalone.ServiceNetMap]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:05:59Z [standalone.NodeTimesyncUserData]: CREATE_IN_PROGRESS state changed 2025-09-30 14:05:59Z [standalone.NodeTimesyncUserData]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:05:59Z [standalone.NodeTimesyncUserData.timesync_chrony]: CREATE_IN_PROGRESS state changed 2025-09-30 14:05:59Z [standalone.NodeTimesyncUserData.timesync_chrony]: CREATE_COMPLETE state changed 2025-09-30 14:05:59Z [standalone.ServiceNetMap]: CREATE_COMPLETE state changed 2025-09-30 14:05:59Z [standalone.ControlVirtualIP]: CREATE_IN_PROGRESS state changed 2025-09-30 14:06:00Z [standalone.CloudNames]: CREATE_IN_PROGRESS state changed 2025-09-30 14:06:00Z [standalone.CloudNames]: CREATE_COMPLETE state changed 2025-09-30 14:06:00Z [standalone.NodeTimesyncUserData.timesync_sync]: CREATE_IN_PROGRESS state changed 2025-09-30 14:06:00Z [standalone.NodeTimesyncUserData.timesync_sync]: CREATE_COMPLETE state changed 2025-09-30 14:06:00Z [standalone.NodeTimesyncUserData.userdata]: CREATE_IN_PROGRESS state changed 2025-09-30 14:06:00Z [standalone.NodeTimesyncUserData.userdata]: CREATE_COMPLETE state changed 2025-09-30 14:06:00Z [standalone.NodeTimesyncUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:06:00Z [standalone.ControlVirtualIP]: CREATE_COMPLETE state changed 2025-09-30 14:06:00Z [standalone.Networks]: CREATE_IN_PROGRESS state changed 2025-09-30 14:06:00Z [standalone.Networks]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:06:00Z [standalone.Networks.NetworkAttributesMap]: CREATE_IN_PROGRESS state changed 2025-09-30 14:06:00Z [standalone.Networks.NetworkAttributesMap]: CREATE_COMPLETE state changed 2025-09-30 14:06:01Z [standalone.NodeTimesyncUserData]: CREATE_COMPLETE state changed 2025-09-30 14:06:01Z [standalone.StandaloneUserData]: CREATE_IN_PROGRESS state changed 2025-09-30 14:06:01Z [standalone.StandaloneUserData]: CREATE_COMPLETE state changed 2025-09-30 14:06:01Z [standalone.Networks.NetworkExtraConfig]: CREATE_IN_PROGRESS state changed 2025-09-30 14:06:01Z [standalone.Networks.NetworkExtraConfig]: CREATE_COMPLETE state changed 2025-09-30 14:06:02Z [standalone.Networks.NetworkCidrMap]: CREATE_IN_PROGRESS state changed 2025-09-30 14:06:02Z [standalone.Networks.NetworkCidrMap]: CREATE_COMPLETE state changed 2025-09-30 14:06:03Z [standalone.Networks.NetworkIpVersionMap]: CREATE_IN_PROGRESS state changed 2025-09-30 14:06:03Z [standalone.Networks.NetworkIpVersionMap]: CREATE_COMPLETE state changed 2025-09-30 14:06:03Z [standalone.Networks]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:06:04Z [standalone.Networks]: CREATE_COMPLETE state changed 2025-09-30 14:06:05Z [standalone.StandaloneNetworkConfig]: CREATE_IN_PROGRESS state changed 2025-09-30 14:06:05Z [standalone.PublicVirtualIP]: CREATE_IN_PROGRESS state changed 2025-09-30 14:06:05Z [standalone.NetCidrMapValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:06:05Z [standalone.InternalApiVirtualIP]: CREATE_IN_PROGRESS state changed 2025-09-30 14:06:05Z [standalone.StorageMgmtVirtualIP]: CREATE_IN_PROGRESS state changed 2025-09-30 14:06:05Z [standalone.StorageVirtualIP]: CREATE_IN_PROGRESS state changed 2025-09-30 14:06:05Z [standalone.NetIpVersionMapValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:06:05Z [standalone.NetCidrMapValue]: CREATE_COMPLETE state changed 2025-09-30 14:06:05Z [standalone.StandaloneNetworkConfig]: CREATE_COMPLETE state changed 2025-09-30 14:06:05Z [standalone.NetIpVersionMapValue]: CREATE_COMPLETE state changed 2025-09-30 14:06:06Z [standalone.PublicVirtualIP]: CREATE_COMPLETE state changed 2025-09-30 14:06:06Z [standalone.InternalApiVirtualIP]: CREATE_COMPLETE state changed 2025-09-30 14:06:06Z [standalone.StorageMgmtVirtualIP]: CREATE_COMPLETE state changed 2025-09-30 14:06:06Z [standalone.StorageVirtualIP]: CREATE_COMPLETE state changed 2025-09-30 14:06:06Z [standalone.VipMap]: CREATE_IN_PROGRESS state changed 2025-09-30 14:06:06Z [standalone.VipMap]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:06:06Z [standalone.VipMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:06:06Z [standalone.VipMap.NetIpMapValue]: CREATE_COMPLETE state changed 2025-09-30 14:06:06Z [standalone.VipMap]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:06:07Z [standalone.VipMap]: CREATE_COMPLETE state changed 2025-09-30 14:06:07Z [standalone.EndpointMap]: CREATE_IN_PROGRESS state changed 2025-09-30 14:06:07Z [standalone.VipHosts]: CREATE_IN_PROGRESS state changed 2025-09-30 14:06:07Z [standalone.VipHosts]: CREATE_COMPLETE state changed 2025-09-30 14:06:08Z [standalone.EndpointMap]: CREATE_COMPLETE state changed 2025-09-30 14:06:09Z [standalone.EndpointMapData]: CREATE_IN_PROGRESS state changed 2025-09-30 14:06:09Z [standalone.EndpointMapData]: CREATE_COMPLETE state changed 2025-09-30 14:06:09Z [standalone.StandaloneServiceChain]: CREATE_IN_PROGRESS state changed 2025-09-30 14:06:09Z [standalone.StandaloneServiceChain]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:06:09Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_IN_PROGRESS state changed 2025-09-30 14:06:11Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:06:12Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_IN_PROGRESS state changed 2025-09-30 14:06:12Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:06:12Z [standalone.StandaloneServiceChain.ServiceChain.0.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-09-30 14:06:13Z [standalone.StandaloneServiceChain.ServiceChain.0.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:06:13Z [standalone.StandaloneServiceChain.ServiceChain.0.MySQLClient]: CREATE_COMPLETE state changed 2025-09-30 14:06:13Z [standalone.StandaloneServiceChain.ServiceChain.0.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 14:06:14Z [standalone.StandaloneServiceChain.ServiceChain.0.AodhBase]: CREATE_IN_PROGRESS state changed 2025-09-30 14:06:15Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-09-30 14:06:15Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:06:15Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-09-30 14:06:15Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-09-30 14:06:15Z [standalone.StandaloneServiceChain.ServiceChain.0.AodhBase]: CREATE_COMPLETE state changed 2025-09-30 14:06:15Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:06:16Z [standalone.StandaloneServiceChain.ServiceChain.0.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 14:06:16Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-09-30 14:06:17Z [standalone.StandaloneServiceChain.ServiceChain.0.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 14:06:17Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:06:18Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_COMPLETE state changed 2025-09-30 14:06:18Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_IN_PROGRESS state changed 2025-09-30 14:06:18Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:06:19Z [standalone.StandaloneServiceChain.ServiceChain.1.AodhBase]: CREATE_IN_PROGRESS state changed 2025-09-30 14:06:20Z [standalone.StandaloneServiceChain.ServiceChain.1.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:06:20Z [standalone.StandaloneServiceChain.ServiceChain.1.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 14:06:20Z [standalone.StandaloneServiceChain.ServiceChain.1.AodhBase]: CREATE_COMPLETE state changed 2025-09-30 14:06:21Z [standalone.StandaloneServiceChain.ServiceChain.1.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-09-30 14:06:22Z [standalone.StandaloneServiceChain.ServiceChain.1.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 14:06:22Z [standalone.StandaloneServiceChain.ServiceChain.1.MySQLClient]: CREATE_COMPLETE state changed 2025-09-30 14:06:23Z [standalone.StandaloneServiceChain.ServiceChain.1.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 14:06:23Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:06:23Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_COMPLETE state changed 2025-09-30 14:06:24Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_IN_PROGRESS state changed 2025-09-30 14:06:24Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:06:24Z [standalone.StandaloneServiceChain.ServiceChain.2.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-09-30 14:06:25Z [standalone.StandaloneServiceChain.ServiceChain.2.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 14:06:25Z [standalone.StandaloneServiceChain.ServiceChain.2.MySQLClient]: CREATE_COMPLETE state changed 2025-09-30 14:06:26Z [standalone.StandaloneServiceChain.ServiceChain.2.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:06:26Z [standalone.StandaloneServiceChain.ServiceChain.2.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 14:06:26Z [standalone.StandaloneServiceChain.ServiceChain.2.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 14:06:27Z [standalone.StandaloneServiceChain.ServiceChain.2.AodhBase]: CREATE_IN_PROGRESS state changed 2025-09-30 14:06:28Z [standalone.StandaloneServiceChain.ServiceChain.2.AodhBase]: CREATE_COMPLETE state changed 2025-09-30 14:06:28Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:06:29Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_COMPLETE state changed 2025-09-30 14:06:30Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_IN_PROGRESS state changed 2025-09-30 14:06:30Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:06:30Z [standalone.StandaloneServiceChain.ServiceChain.3.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:06:30Z [standalone.StandaloneServiceChain.ServiceChain.3.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 14:06:31Z [standalone.StandaloneServiceChain.ServiceChain.3.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-09-30 14:06:32Z [standalone.StandaloneServiceChain.ServiceChain.3.AodhBase]: CREATE_IN_PROGRESS state changed 2025-09-30 14:06:32Z [standalone.StandaloneServiceChain.ServiceChain.3.MySQLClient]: CREATE_COMPLETE state changed 2025-09-30 14:06:33Z [standalone.StandaloneServiceChain.ServiceChain.3.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 14:06:33Z [standalone.StandaloneServiceChain.ServiceChain.3.AodhBase]: CREATE_COMPLETE state changed 2025-09-30 14:06:34Z [standalone.StandaloneServiceChain.ServiceChain.3.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 14:06:34Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:06:35Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_COMPLETE state changed 2025-09-30 14:06:35Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_IN_PROGRESS state changed 2025-09-30 14:06:35Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:06:35Z [standalone.StandaloneServiceChain.ServiceChain.4.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:06:35Z [standalone.StandaloneServiceChain.ServiceChain.4.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 14:06:35Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:06:36Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_COMPLETE state changed 2025-09-30 14:06:37Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_IN_PROGRESS state changed 2025-09-30 14:06:37Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:06:37Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-09-30 14:06:37Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:06:37Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-09-30 14:06:37Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-09-30 14:06:37Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:06:38Z [standalone.StandaloneServiceChain.ServiceChain.5.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 14:06:38Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-09-30 14:06:39Z [standalone.StandaloneServiceChain.ServiceChain.5.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-09-30 14:06:39Z [standalone.StandaloneServiceChain.ServiceChain.5.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 14:06:40Z [standalone.StandaloneServiceChain.ServiceChain.5.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:06:40Z [standalone.StandaloneServiceChain.ServiceChain.5.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 14:06:40Z [standalone.StandaloneServiceChain.ServiceChain.5.MySQLClient]: CREATE_COMPLETE state changed 2025-09-30 14:06:41Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging]: CREATE_IN_PROGRESS state changed 2025-09-30 14:06:41Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:06:41Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:06:41Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 14:06:41Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:06:42Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanClient]: CREATE_IN_PROGRESS state changed 2025-09-30 14:06:42Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging]: CREATE_COMPLETE state changed 2025-09-30 14:06:43Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanClient]: CREATE_COMPLETE state changed 2025-09-30 14:06:43Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:06:44Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_COMPLETE state changed 2025-09-30 14:06:45Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_IN_PROGRESS state changed 2025-09-30 14:06:46Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_COMPLETE state changed 2025-09-30 14:06:46Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_IN_PROGRESS state changed 2025-09-30 14:06:47Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_COMPLETE state changed 2025-09-30 14:06:47Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_IN_PROGRESS state changed 2025-09-30 14:06:48Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:06:48Z [standalone.StandaloneServiceChain.ServiceChain.8.CeilometerServiceBase]: CREATE_IN_PROGRESS state changed 2025-09-30 14:06:49Z [standalone.StandaloneServiceChain.ServiceChain.8.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 14:06:49Z [standalone.StandaloneServiceChain.ServiceChain.8.CeilometerServiceBase]: CREATE_COMPLETE state changed 2025-09-30 14:06:50Z [standalone.StandaloneServiceChain.ServiceChain.8.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:06:50Z [standalone.StandaloneServiceChain.ServiceChain.8.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 14:06:50Z [standalone.StandaloneServiceChain.ServiceChain.8.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 14:06:50Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:06:51Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_COMPLETE state changed 2025-09-30 14:06:51Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_IN_PROGRESS state changed 2025-09-30 14:06:51Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:06:51Z [standalone.StandaloneServiceChain.ServiceChain.9.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:06:51Z [standalone.StandaloneServiceChain.ServiceChain.9.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 14:06:52Z [standalone.StandaloneServiceChain.ServiceChain.9.CeilometerServiceBase]: CREATE_IN_PROGRESS state changed 2025-09-30 14:06:53Z [standalone.StandaloneServiceChain.ServiceChain.9.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 14:06:53Z [standalone.StandaloneServiceChain.ServiceChain.9.CeilometerServiceBase]: CREATE_COMPLETE state changed 2025-09-30 14:06:54Z [standalone.StandaloneServiceChain.ServiceChain.9.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 14:06:54Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:06:55Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_COMPLETE state changed 2025-09-30 14:06:56Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_IN_PROGRESS state changed 2025-09-30 14:06:56Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:06:56Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase]: CREATE_IN_PROGRESS state changed 2025-09-30 14:06:56Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:06:56Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.DefaultCephConfigOverrides]: CREATE_IN_PROGRESS state changed 2025-09-30 14:06:56Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.DefaultCephConfigOverrides]: CREATE_COMPLETE state changed 2025-09-30 14:06:57Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.ContainerImageUrlParts]: CREATE_IN_PROGRESS state changed 2025-09-30 14:06:57Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.ContainerImageUrlParts]: CREATE_COMPLETE state changed 2025-09-30 14:06:57Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.CephAdmVars]: CREATE_IN_PROGRESS state changed 2025-09-30 14:06:57Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.CephAdmVars]: CREATE_COMPLETE state changed 2025-09-30 14:06:57Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:06:58Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase]: CREATE_COMPLETE state changed 2025-09-30 14:06:58Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:06:59Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_COMPLETE state changed 2025-09-30 14:06:59Z [standalone.StandaloneServiceChain.ServiceChain.11]: CREATE_IN_PROGRESS state changed 2025-09-30 14:07:00Z [standalone.StandaloneServiceChain.ServiceChain.11]: CREATE_COMPLETE state changed 2025-09-30 14:07:01Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_IN_PROGRESS state changed 2025-09-30 14:07:01Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:07:01Z [standalone.StandaloneServiceChain.ServiceChain.12.CephMgrAnsibleVars]: CREATE_IN_PROGRESS state changed 2025-09-30 14:07:01Z [standalone.StandaloneServiceChain.ServiceChain.12.CephMgrAnsibleVars]: CREATE_COMPLETE state changed 2025-09-30 14:07:02Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase]: CREATE_IN_PROGRESS state changed 2025-09-30 14:07:02Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:07:02Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.DefaultCephConfigOverrides]: CREATE_IN_PROGRESS state changed 2025-09-30 14:07:02Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.DefaultCephConfigOverrides]: CREATE_COMPLETE state changed 2025-09-30 14:07:03Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.ContainerImageUrlParts]: CREATE_IN_PROGRESS state changed 2025-09-30 14:07:03Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.ContainerImageUrlParts]: CREATE_COMPLETE state changed 2025-09-30 14:07:03Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.CephAdmVars]: CREATE_IN_PROGRESS state changed 2025-09-30 14:07:03Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.CephAdmVars]: CREATE_COMPLETE state changed 2025-09-30 14:07:03Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:07:04Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase]: CREATE_COMPLETE state changed 2025-09-30 14:07:04Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:07:05Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_COMPLETE state changed 2025-09-30 14:07:05Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_IN_PROGRESS state changed 2025-09-30 14:07:05Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:07:05Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase]: CREATE_IN_PROGRESS state changed 2025-09-30 14:07:05Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:07:06Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.ContainerImageUrlParts]: CREATE_IN_PROGRESS state changed 2025-09-30 14:07:06Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.ContainerImageUrlParts]: CREATE_COMPLETE state changed 2025-09-30 14:07:06Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.CephAdmVars]: CREATE_IN_PROGRESS state changed 2025-09-30 14:07:06Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.CephAdmVars]: CREATE_COMPLETE state changed 2025-09-30 14:07:07Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.DefaultCephConfigOverrides]: CREATE_IN_PROGRESS state changed 2025-09-30 14:07:07Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.DefaultCephConfigOverrides]: CREATE_COMPLETE state changed 2025-09-30 14:07:07Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:07:07Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase]: CREATE_COMPLETE state changed 2025-09-30 14:07:07Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:07:08Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_COMPLETE state changed 2025-09-30 14:07:09Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_IN_PROGRESS state changed 2025-09-30 14:07:09Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:07:09Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase]: CREATE_IN_PROGRESS state changed 2025-09-30 14:07:09Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:07:09Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.DefaultCephConfigOverrides]: CREATE_IN_PROGRESS state changed 2025-09-30 14:07:09Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.DefaultCephConfigOverrides]: CREATE_COMPLETE state changed 2025-09-30 14:07:10Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.ContainerImageUrlParts]: CREATE_IN_PROGRESS state changed 2025-09-30 14:07:10Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.ContainerImageUrlParts]: CREATE_COMPLETE state changed 2025-09-30 14:07:10Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.CephAdmVars]: CREATE_IN_PROGRESS state changed 2025-09-30 14:07:10Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.CephAdmVars]: CREATE_COMPLETE state changed 2025-09-30 14:07:10Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:07:11Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase]: CREATE_COMPLETE state changed 2025-09-30 14:07:11Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:07:12Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_COMPLETE state changed 2025-09-30 14:07:12Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_IN_PROGRESS state changed 2025-09-30 14:07:12Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:07:13Z [standalone.StandaloneServiceChain.ServiceChain.15.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 14:07:14Z [standalone.StandaloneServiceChain.ServiceChain.15.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-09-30 14:07:14Z [standalone.StandaloneServiceChain.ServiceChain.15.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 14:07:15Z [standalone.StandaloneServiceChain.ServiceChain.15.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:07:15Z [standalone.StandaloneServiceChain.ServiceChain.15.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 14:07:15Z [standalone.StandaloneServiceChain.ServiceChain.15.MySQLClient]: CREATE_COMPLETE state changed 2025-09-30 14:07:16Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderBase]: CREATE_IN_PROGRESS state changed 2025-09-30 14:07:17Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 14:07:17Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:07:17Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderBase]: CREATE_COMPLETE state changed 2025-09-30 14:07:17Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 14:07:18Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-09-30 14:07:18Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:07:18Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-09-30 14:07:18Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-09-30 14:07:18Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:07:18Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-09-30 14:07:18Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 14:07:19Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-09-30 14:07:19Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-09-30 14:07:19Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:07:20Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon]: CREATE_COMPLETE state changed 2025-09-30 14:07:20Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:07:21Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_COMPLETE state changed 2025-09-30 14:07:21Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_IN_PROGRESS state changed 2025-09-30 14:07:21Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:07:21Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 14:07:21Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:07:21Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 14:07:22Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase]: CREATE_IN_PROGRESS state changed 2025-09-30 14:07:22Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:07:22Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-09-30 14:07:23Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 14:07:23Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-09-30 14:07:23Z [standalone.StandaloneServiceChain.ServiceChain.16.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:07:23Z [standalone.StandaloneServiceChain.ServiceChain.16.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 14:07:24Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-09-30 14:07:24Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:07:24Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:07:24Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 14:07:24Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.MySQLClient]: CREATE_COMPLETE state changed 2025-09-30 14:07:24Z [standalone.StandaloneServiceChain.ServiceChain.16.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 14:07:24Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon]: CREATE_COMPLETE state changed 2025-09-30 14:07:25Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderBase]: CREATE_IN_PROGRESS state changed 2025-09-30 14:07:25Z [standalone.StandaloneServiceChain.ServiceChain.16.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-09-30 14:07:25Z [standalone.StandaloneServiceChain.ServiceChain.16.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 14:07:26Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 14:07:26Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderBase]: CREATE_COMPLETE state changed 2025-09-30 14:07:26Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:07:26Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-09-30 14:07:26Z [standalone.StandaloneServiceChain.ServiceChain.16.MySQLClient]: CREATE_COMPLETE state changed 2025-09-30 14:07:27Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 14:07:27Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 14:07:27Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-09-30 14:07:28Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 14:07:28Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 14:07:28Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:07:29Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon]: CREATE_COMPLETE state changed 2025-09-30 14:07:29Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:07:29Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase]: CREATE_COMPLETE state changed 2025-09-30 14:07:30Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:07:30Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_COMPLETE state changed 2025-09-30 14:07:31Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_IN_PROGRESS state changed 2025-09-30 14:07:31Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:07:32Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 14:07:32Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:07:32Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 14:07:33Z [standalone.StandaloneServiceChain.ServiceChain.17.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 14:07:33Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-09-30 14:07:33Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 14:07:34Z [standalone.StandaloneServiceChain.ServiceChain.17.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-09-30 14:07:34Z [standalone.StandaloneServiceChain.ServiceChain.17.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 14:07:34Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-09-30 14:07:34Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:07:35Z [standalone.StandaloneServiceChain.ServiceChain.17.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:07:35Z [standalone.StandaloneServiceChain.ServiceChain.17.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 14:07:35Z [standalone.StandaloneServiceChain.ServiceChain.17.MySQLClient]: CREATE_COMPLETE state changed 2025-09-30 14:07:35Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon]: CREATE_COMPLETE state changed 2025-09-30 14:07:36Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderBase]: CREATE_IN_PROGRESS state changed 2025-09-30 14:07:37Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderBase]: CREATE_COMPLETE state changed 2025-09-30 14:07:37Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:07:37Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_COMPLETE state changed 2025-09-30 14:07:38Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_IN_PROGRESS state changed 2025-09-30 14:07:38Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:07:38Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase]: CREATE_IN_PROGRESS state changed 2025-09-30 14:07:38Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:07:38Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderBase]: CREATE_IN_PROGRESS state changed 2025-09-30 14:07:39Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 14:07:39Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:07:40Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-09-30 14:07:40Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 14:07:40Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderBase]: CREATE_COMPLETE state changed 2025-09-30 14:07:40Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:07:40Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 14:07:40Z [standalone.StandaloneServiceChain.ServiceChain.18.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:07:40Z [standalone.StandaloneServiceChain.ServiceChain.18.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 14:07:41Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 14:07:41Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-09-30 14:07:41Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-09-30 14:07:41Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-09-30 14:07:41Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 14:07:41Z [standalone.StandaloneServiceChain.ServiceChain.18.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 14:07:41Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:07:42Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 14:07:42Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 14:07:42Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.MySQLClient]: CREATE_COMPLETE state changed 2025-09-30 14:07:42Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:07:42Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-09-30 14:07:42Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:07:42Z [standalone.StandaloneServiceChain.ServiceChain.18.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-09-30 14:07:42Z [standalone.StandaloneServiceChain.ServiceChain.18.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 14:07:42Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon]: CREATE_COMPLETE state changed 2025-09-30 14:07:42Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 14:07:43Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon]: CREATE_COMPLETE state changed 2025-09-30 14:07:43Z [standalone.StandaloneServiceChain.ServiceChain.18.MySQLClient]: CREATE_COMPLETE state changed 2025-09-30 14:07:44Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 14:07:44Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:07:44Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase]: CREATE_COMPLETE state changed 2025-09-30 14:07:44Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:07:45Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_COMPLETE state changed 2025-09-30 14:07:47Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_IN_PROGRESS state changed 2025-09-30 14:07:47Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:07:47Z [standalone.StandaloneServiceChain.ServiceChain.19.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 14:07:48Z [standalone.StandaloneServiceChain.ServiceChain.19.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:07:48Z [standalone.StandaloneServiceChain.ServiceChain.19.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 14:07:48Z [standalone.StandaloneServiceChain.ServiceChain.19.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 14:07:49Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase]: CREATE_IN_PROGRESS state changed 2025-09-30 14:07:49Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:07:49Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.MysqlBase]: CREATE_IN_PROGRESS state changed 2025-09-30 14:07:50Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 14:07:50Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.MysqlBase]: CREATE_COMPLETE state changed 2025-09-30 14:07:51Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:07:51Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 14:07:51Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 14:07:51Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:07:52Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase]: CREATE_COMPLETE state changed 2025-09-30 14:07:52Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:07:53Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_COMPLETE state changed 2025-09-30 14:07:53Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_IN_PROGRESS state changed 2025-09-30 14:07:53Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:07:53Z [standalone.StandaloneServiceChain.ServiceChain.20.CeilometerServiceBase]: CREATE_IN_PROGRESS state changed 2025-09-30 14:07:54Z [standalone.StandaloneServiceChain.ServiceChain.20.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 14:07:54Z [standalone.StandaloneServiceChain.ServiceChain.20.CeilometerServiceBase]: CREATE_COMPLETE state changed 2025-09-30 14:07:55Z [standalone.StandaloneServiceChain.ServiceChain.20.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:07:55Z [standalone.StandaloneServiceChain.ServiceChain.20.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 14:07:55Z [standalone.StandaloneServiceChain.ServiceChain.20.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 14:07:55Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:07:56Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_COMPLETE state changed 2025-09-30 14:07:57Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_IN_PROGRESS state changed 2025-09-30 14:07:58Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_COMPLETE state changed 2025-09-30 14:07:58Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_IN_PROGRESS state changed 2025-09-30 14:07:58Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:07:58Z [standalone.StandaloneServiceChain.ServiceChain.22.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 14:07:59Z [standalone.StandaloneServiceChain.ServiceChain.22.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:07:59Z [standalone.StandaloneServiceChain.ServiceChain.22.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 14:07:59Z [standalone.StandaloneServiceChain.ServiceChain.22.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 14:07:59Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:08:00Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_COMPLETE state changed 2025-09-30 14:08:01Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_IN_PROGRESS state changed 2025-09-30 14:08:02Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_COMPLETE state changed 2025-09-30 14:08:02Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_IN_PROGRESS state changed 2025-09-30 14:08:02Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:08:02Z [standalone.StandaloneServiceChain.ServiceChain.24.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2025-09-30 14:08:02Z [standalone.StandaloneServiceChain.ServiceChain.24.TLSProxyBase]: CREATE_COMPLETE state changed 2025-09-30 14:08:03Z [standalone.StandaloneServiceChain.ServiceChain.24.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 14:08:04Z [standalone.StandaloneServiceChain.ServiceChain.24.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-09-30 14:08:04Z [standalone.StandaloneServiceChain.ServiceChain.24.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 14:08:05Z [standalone.StandaloneServiceChain.ServiceChain.24.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-09-30 14:08:05Z [standalone.StandaloneServiceChain.ServiceChain.24.MySQLClient]: CREATE_COMPLETE state changed 2025-09-30 14:08:06Z [standalone.StandaloneServiceChain.ServiceChain.24.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:08:06Z [standalone.StandaloneServiceChain.ServiceChain.24.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 14:08:06Z [standalone.StandaloneServiceChain.ServiceChain.24.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-09-30 14:08:07Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging]: CREATE_IN_PROGRESS state changed 2025-09-30 14:08:07Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:08:08Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:08:08Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 14:08:08Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:08:08Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging]: CREATE_COMPLETE state changed 2025-09-30 14:08:08Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:08:09Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_COMPLETE state changed 2025-09-30 14:08:10Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_IN_PROGRESS state changed 2025-09-30 14:08:10Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:08:10Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging]: CREATE_IN_PROGRESS state changed 2025-09-30 14:08:10Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:08:10Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:08:10Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 14:08:10Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:08:11Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi]: CREATE_IN_PROGRESS state changed 2025-09-30 14:08:11Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging]: CREATE_COMPLETE state changed 2025-09-30 14:08:11Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:08:11Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging]: CREATE_IN_PROGRESS state changed 2025-09-30 14:08:11Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:08:11Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:08:11Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 14:08:11Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:08:12Z [standalone.StandaloneServiceChain.ServiceChain.25.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:08:12Z [standalone.StandaloneServiceChain.ServiceChain.25.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 14:08:12Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2025-09-30 14:08:12Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.TLSProxyBase]: CREATE_COMPLETE state changed 2025-09-30 14:08:12Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging]: CREATE_COMPLETE state changed 2025-09-30 14:08:13Z [standalone.StandaloneServiceChain.ServiceChain.25.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-09-30 14:08:13Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 14:08:14Z [standalone.StandaloneServiceChain.ServiceChain.25.MySQLClient]: CREATE_COMPLETE state changed 2025-09-30 14:08:14Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-09-30 14:08:14Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 14:08:15Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:08:15Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 14:08:15Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-09-30 14:08:16Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-09-30 14:08:17Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.MySQLClient]: CREATE_COMPLETE state changed 2025-09-30 14:08:17Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:08:18Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi]: CREATE_COMPLETE state changed 2025-09-30 14:08:18Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:08:19Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_COMPLETE state changed 2025-09-30 14:08:20Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_IN_PROGRESS state changed 2025-09-30 14:08:20Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:08:20Z [standalone.StandaloneServiceChain.ServiceChain.26.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:08:20Z [standalone.StandaloneServiceChain.ServiceChain.26.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 14:08:21Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-09-30 14:08:21Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:08:21Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-09-30 14:08:21Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-09-30 14:08:21Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:08:22Z [standalone.StandaloneServiceChain.ServiceChain.26.GnocchiServiceBase]: CREATE_IN_PROGRESS state changed 2025-09-30 14:08:22Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-09-30 14:08:23Z [standalone.StandaloneServiceChain.ServiceChain.26.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 14:08:23Z [standalone.StandaloneServiceChain.ServiceChain.26.GnocchiServiceBase]: CREATE_COMPLETE state changed 2025-09-30 14:08:24Z [standalone.StandaloneServiceChain.ServiceChain.26.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-09-30 14:08:24Z [standalone.StandaloneServiceChain.ServiceChain.26.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 14:08:25Z [standalone.StandaloneServiceChain.ServiceChain.26.MySQLClient]: CREATE_COMPLETE state changed 2025-09-30 14:08:25Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:08:26Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_COMPLETE state changed 2025-09-30 14:08:26Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_IN_PROGRESS state changed 2025-09-30 14:08:26Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:08:27Z [standalone.StandaloneServiceChain.ServiceChain.27.GnocchiServiceBase]: CREATE_IN_PROGRESS state changed 2025-09-30 14:08:28Z [standalone.StandaloneServiceChain.ServiceChain.27.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-09-30 14:08:28Z [standalone.StandaloneServiceChain.ServiceChain.27.GnocchiServiceBase]: CREATE_COMPLETE state changed 2025-09-30 14:08:29Z [standalone.StandaloneServiceChain.ServiceChain.27.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 14:08:29Z [standalone.StandaloneServiceChain.ServiceChain.27.MySQLClient]: CREATE_COMPLETE state changed 2025-09-30 14:08:30Z [standalone.StandaloneServiceChain.ServiceChain.27.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:08:30Z [standalone.StandaloneServiceChain.ServiceChain.27.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 14:08:30Z [standalone.StandaloneServiceChain.ServiceChain.27.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 14:08:30Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:08:31Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_COMPLETE state changed 2025-09-30 14:08:31Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_IN_PROGRESS state changed 2025-09-30 14:08:31Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:08:31Z [standalone.StandaloneServiceChain.ServiceChain.28.GnocchiServiceBase]: CREATE_IN_PROGRESS state changed 2025-09-30 14:08:32Z [standalone.StandaloneServiceChain.ServiceChain.28.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:08:32Z [standalone.StandaloneServiceChain.ServiceChain.28.GnocchiServiceBase]: CREATE_COMPLETE state changed 2025-09-30 14:08:32Z [standalone.StandaloneServiceChain.ServiceChain.28.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 14:08:33Z [standalone.StandaloneServiceChain.ServiceChain.28.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-09-30 14:08:34Z [standalone.StandaloneServiceChain.ServiceChain.28.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 14:08:34Z [standalone.StandaloneServiceChain.ServiceChain.28.MySQLClient]: CREATE_COMPLETE state changed 2025-09-30 14:08:35Z [standalone.StandaloneServiceChain.ServiceChain.28.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 14:08:35Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:08:36Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_COMPLETE state changed 2025-09-30 14:08:37Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_IN_PROGRESS state changed 2025-09-30 14:08:37Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:08:37Z [standalone.StandaloneServiceChain.ServiceChain.29.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 14:08:38Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyInternalTLS]: CREATE_IN_PROGRESS state changed 2025-09-30 14:08:38Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyInternalTLS]: CREATE_COMPLETE state changed 2025-09-30 14:08:38Z [standalone.StandaloneServiceChain.ServiceChain.29.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 14:08:39Z [standalone.StandaloneServiceChain.ServiceChain.29.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:08:39Z [standalone.StandaloneServiceChain.ServiceChain.29.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 14:08:40Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase]: CREATE_IN_PROGRESS state changed 2025-09-30 14:08:40Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:08:40Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 14:08:41Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyPublicTLS]: CREATE_IN_PROGRESS state changed 2025-09-30 14:08:41Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyInternalTLS]: CREATE_IN_PROGRESS state changed 2025-09-30 14:08:41Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyInternalTLS]: CREATE_COMPLETE state changed 2025-09-30 14:08:41Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 14:08:42Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyPublicTLS]: CREATE_COMPLETE state changed 2025-09-30 14:08:42Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:08:42Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 14:08:43Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyLogging]: CREATE_IN_PROGRESS state changed 2025-09-30 14:08:44Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyPublicTLS]: CREATE_IN_PROGRESS state changed 2025-09-30 14:08:44Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyLogging]: CREATE_COMPLETE state changed 2025-09-30 14:08:45Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyPublicTLS]: CREATE_COMPLETE state changed 2025-09-30 14:08:45Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:08:46Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase]: CREATE_COMPLETE state changed 2025-09-30 14:08:46Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:08:47Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_COMPLETE state changed 2025-09-30 14:08:48Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_IN_PROGRESS state changed 2025-09-30 14:08:48Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:08:48Z [standalone.StandaloneServiceChain.ServiceChain.30.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 14:08:49Z [standalone.StandaloneServiceChain.ServiceChain.30.HeatBase]: CREATE_IN_PROGRESS state changed 2025-09-30 14:08:49Z [standalone.StandaloneServiceChain.ServiceChain.30.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 14:08:50Z [standalone.StandaloneServiceChain.ServiceChain.30.HeatApiLogging]: CREATE_IN_PROGRESS state changed 2025-09-30 14:08:50Z [standalone.StandaloneServiceChain.ServiceChain.30.HeatBase]: CREATE_COMPLETE state changed 2025-09-30 14:08:51Z [standalone.StandaloneServiceChain.ServiceChain.30.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:08:51Z [standalone.StandaloneServiceChain.ServiceChain.30.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 14:08:51Z [standalone.StandaloneServiceChain.ServiceChain.30.HeatApiLogging]: CREATE_COMPLETE state changed 2025-09-30 14:08:52Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-09-30 14:08:52Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:08:52Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-09-30 14:08:52Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-09-30 14:08:52Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:08:53Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-09-30 14:08:53Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:08:54Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_COMPLETE state changed 2025-09-30 14:08:54Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_IN_PROGRESS state changed 2025-09-30 14:08:54Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:08:54Z [standalone.StandaloneServiceChain.ServiceChain.31.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 14:08:55Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-09-30 14:08:56Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:08:56Z [standalone.StandaloneServiceChain.ServiceChain.31.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 14:08:56Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-09-30 14:08:56Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-09-30 14:08:56Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:08:57Z [standalone.StandaloneServiceChain.ServiceChain.31.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:08:57Z [standalone.StandaloneServiceChain.ServiceChain.31.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 14:08:57Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-09-30 14:08:57Z [standalone.StandaloneServiceChain.ServiceChain.31.HeatApiCfnLogging]: CREATE_IN_PROGRESS state changed 2025-09-30 14:08:58Z [standalone.StandaloneServiceChain.ServiceChain.31.HeatBase]: CREATE_IN_PROGRESS state changed 2025-09-30 14:08:59Z [standalone.StandaloneServiceChain.ServiceChain.31.HeatApiCfnLogging]: CREATE_COMPLETE state changed 2025-09-30 14:09:00Z [standalone.StandaloneServiceChain.ServiceChain.31.HeatBase]: CREATE_COMPLETE state changed 2025-09-30 14:09:00Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:09:00Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_COMPLETE state changed 2025-09-30 14:09:01Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_IN_PROGRESS state changed 2025-09-30 14:09:01Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:09:01Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging]: CREATE_IN_PROGRESS state changed 2025-09-30 14:09:01Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:09:01Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:09:01Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 14:09:01Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:09:02Z [standalone.StandaloneServiceChain.ServiceChain.32.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:09:02Z [standalone.StandaloneServiceChain.ServiceChain.32.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 14:09:02Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging]: CREATE_COMPLETE state changed 2025-09-30 14:09:03Z [standalone.StandaloneServiceChain.ServiceChain.32.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 14:09:04Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatBase]: CREATE_IN_PROGRESS state changed 2025-09-30 14:09:04Z [standalone.StandaloneServiceChain.ServiceChain.32.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 14:09:05Z [standalone.StandaloneServiceChain.ServiceChain.32.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-09-30 14:09:05Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatBase]: CREATE_COMPLETE state changed 2025-09-30 14:09:06Z [standalone.StandaloneServiceChain.ServiceChain.32.MySQLClient]: CREATE_COMPLETE state changed 2025-09-30 14:09:06Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:09:07Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_COMPLETE state changed 2025-09-30 14:09:08Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_IN_PROGRESS state changed 2025-09-30 14:09:08Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:09:08Z [standalone.StandaloneServiceChain.ServiceChain.33.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:09:08Z [standalone.StandaloneServiceChain.ServiceChain.33.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 14:09:09Z [standalone.StandaloneServiceChain.ServiceChain.33.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 14:09:10Z [standalone.StandaloneServiceChain.ServiceChain.33.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 14:09:10Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:09:11Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_COMPLETE state changed 2025-09-30 14:09:11Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_IN_PROGRESS state changed 2025-09-30 14:09:11Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:09:11Z [standalone.StandaloneServiceChain.ServiceChain.34.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 14:09:12Z [standalone.StandaloneServiceChain.ServiceChain.34.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:09:12Z [standalone.StandaloneServiceChain.ServiceChain.34.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 14:09:12Z [standalone.StandaloneServiceChain.ServiceChain.34.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 14:09:12Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:09:13Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_COMPLETE state changed 2025-09-30 14:09:14Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_IN_PROGRESS state changed 2025-09-30 14:09:14Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:09:14Z [standalone.StandaloneServiceChain.ServiceChain.35.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:09:14Z [standalone.StandaloneServiceChain.ServiceChain.35.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 14:09:14Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:09:15Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_COMPLETE state changed 2025-09-30 14:09:15Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_IN_PROGRESS state changed 2025-09-30 14:09:15Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:09:15Z [standalone.StandaloneServiceChain.ServiceChain.36.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-09-30 14:09:16Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging]: CREATE_IN_PROGRESS state changed 2025-09-30 14:09:16Z [standalone.StandaloneServiceChain.ServiceChain.36.MySQLClient]: CREATE_COMPLETE state changed 2025-09-30 14:09:16Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:09:16Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:09:16Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 14:09:16Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:09:17Z [standalone.StandaloneServiceChain.ServiceChain.36.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 14:09:17Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging]: CREATE_COMPLETE state changed 2025-09-30 14:09:18Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-09-30 14:09:18Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:09:18Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-09-30 14:09:18Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-09-30 14:09:18Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:09:18Z [standalone.StandaloneServiceChain.ServiceChain.36.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 14:09:19Z [standalone.StandaloneServiceChain.ServiceChain.36.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:09:19Z [standalone.StandaloneServiceChain.ServiceChain.36.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 14:09:19Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-09-30 14:09:19Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:09:20Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_COMPLETE state changed 2025-09-30 14:09:21Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_IN_PROGRESS state changed 2025-09-30 14:09:21Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:09:21Z [standalone.StandaloneServiceChain.ServiceChain.37.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 14:09:22Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-09-30 14:09:22Z [standalone.StandaloneServiceChain.ServiceChain.37.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 14:09:22Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:09:22Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-09-30 14:09:22Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-09-30 14:09:22Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:09:23Z [standalone.StandaloneServiceChain.ServiceChain.37.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-09-30 14:09:23Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-09-30 14:09:24Z [standalone.StandaloneServiceChain.ServiceChain.37.ManilaBase]: CREATE_IN_PROGRESS state changed 2025-09-30 14:09:24Z [standalone.StandaloneServiceChain.ServiceChain.37.MySQLClient]: CREATE_COMPLETE state changed 2025-09-30 14:09:25Z [standalone.StandaloneServiceChain.ServiceChain.37.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:09:25Z [standalone.StandaloneServiceChain.ServiceChain.37.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 14:09:25Z [standalone.StandaloneServiceChain.ServiceChain.37.ManilaBase]: CREATE_COMPLETE state changed 2025-09-30 14:09:25Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:09:26Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_COMPLETE state changed 2025-09-30 14:09:26Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_IN_PROGRESS state changed 2025-09-30 14:09:28Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_COMPLETE state changed 2025-09-30 14:09:28Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_IN_PROGRESS state changed 2025-09-30 14:09:28Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:09:28Z [standalone.StandaloneServiceChain.ServiceChain.39.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-09-30 14:09:29Z [standalone.StandaloneServiceChain.ServiceChain.39.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 14:09:29Z [standalone.StandaloneServiceChain.ServiceChain.39.MySQLClient]: CREATE_COMPLETE state changed 2025-09-30 14:09:30Z [standalone.StandaloneServiceChain.ServiceChain.39.ManilaBase]: CREATE_IN_PROGRESS state changed 2025-09-30 14:09:30Z [standalone.StandaloneServiceChain.ServiceChain.39.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 14:09:31Z [standalone.StandaloneServiceChain.ServiceChain.39.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:09:31Z [standalone.StandaloneServiceChain.ServiceChain.39.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 14:09:31Z [standalone.StandaloneServiceChain.ServiceChain.39.ManilaBase]: CREATE_COMPLETE state changed 2025-09-30 14:09:31Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:09:32Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_COMPLETE state changed 2025-09-30 14:09:33Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_IN_PROGRESS state changed 2025-09-30 14:09:33Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:09:33Z [standalone.StandaloneServiceChain.ServiceChain.40.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:09:33Z [standalone.StandaloneServiceChain.ServiceChain.40.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 14:09:34Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 14:09:34Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:09:34Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 14:09:35Z [standalone.StandaloneServiceChain.ServiceChain.40.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-09-30 14:09:35Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 14:09:35Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:09:36Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase]: CREATE_IN_PROGRESS state changed 2025-09-30 14:09:36Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon]: CREATE_COMPLETE state changed 2025-09-30 14:09:36Z [standalone.StandaloneServiceChain.ServiceChain.40.MySQLClient]: CREATE_COMPLETE state changed 2025-09-30 14:09:36Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:09:36Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 14:09:37Z [standalone.StandaloneServiceChain.ServiceChain.40.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 14:09:37Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-09-30 14:09:37Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 14:09:38Z [standalone.StandaloneServiceChain.ServiceChain.40.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 14:09:38Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:09:38Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 14:09:38Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.MySQLClient]: CREATE_COMPLETE state changed 2025-09-30 14:09:39Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaBase]: CREATE_IN_PROGRESS state changed 2025-09-30 14:09:40Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 14:09:40Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:09:40Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaBase]: CREATE_COMPLETE state changed 2025-09-30 14:09:40Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 14:09:41Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 14:09:41Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:09:42Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon]: CREATE_COMPLETE state changed 2025-09-30 14:09:42Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:09:43Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase]: CREATE_COMPLETE state changed 2025-09-30 14:09:43Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:09:44Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_COMPLETE state changed 2025-09-30 14:09:45Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_IN_PROGRESS state changed 2025-09-30 14:09:45Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:09:45Z [standalone.StandaloneServiceChain.ServiceChain.41.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 14:09:46Z [standalone.StandaloneServiceChain.ServiceChain.41.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:09:46Z [standalone.StandaloneServiceChain.ServiceChain.41.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 14:09:46Z [standalone.StandaloneServiceChain.ServiceChain.41.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 14:09:46Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:09:47Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_COMPLETE state changed 2025-09-30 14:09:47Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_IN_PROGRESS state changed 2025-09-30 14:09:47Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:09:47Z [standalone.StandaloneServiceChain.ServiceChain.42.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 14:09:48Z [standalone.StandaloneServiceChain.ServiceChain.42.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:09:48Z [standalone.StandaloneServiceChain.ServiceChain.42.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 14:09:48Z [standalone.StandaloneServiceChain.ServiceChain.42.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 14:09:49Z [standalone.StandaloneServiceChain.ServiceChain.42.MysqlBase]: CREATE_IN_PROGRESS state changed 2025-09-30 14:09:51Z [standalone.StandaloneServiceChain.ServiceChain.42.MysqlBase]: CREATE_COMPLETE state changed 2025-09-30 14:09:51Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:09:51Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_COMPLETE state changed 2025-09-30 14:09:52Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_IN_PROGRESS state changed 2025-09-30 14:09:53Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_COMPLETE state changed 2025-09-30 14:09:53Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_IN_PROGRESS state changed 2025-09-30 14:09:53Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:09:53Z [standalone.StandaloneServiceChain.ServiceChain.44.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2025-09-30 14:09:53Z [standalone.StandaloneServiceChain.ServiceChain.44.TLSProxyBase]: CREATE_COMPLETE state changed 2025-09-30 14:09:54Z [standalone.StandaloneServiceChain.ServiceChain.44.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 14:09:55Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-09-30 14:09:55Z [standalone.StandaloneServiceChain.ServiceChain.44.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 14:09:56Z [standalone.StandaloneServiceChain.ServiceChain.44.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:09:56Z [standalone.StandaloneServiceChain.ServiceChain.44.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 14:09:57Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronBase]: CREATE_COMPLETE state changed 2025-09-30 14:09:57Z [standalone.StandaloneServiceChain.ServiceChain.44.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-09-30 14:09:58Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging]: CREATE_IN_PROGRESS state changed 2025-09-30 14:09:58Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:09:59Z [standalone.StandaloneServiceChain.ServiceChain.44.MySQLClient]: CREATE_COMPLETE state changed 2025-09-30 14:09:59Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:09:59Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 14:09:59Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:09:59Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging]: CREATE_COMPLETE state changed 2025-09-30 14:09:59Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:10:00Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_COMPLETE state changed 2025-09-30 14:10:01Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_IN_PROGRESS state changed 2025-09-30 14:10:01Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:10:01Z [standalone.StandaloneServiceChain.ServiceChain.45.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:10:01Z [standalone.StandaloneServiceChain.ServiceChain.45.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 14:10:02Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-09-30 14:10:02Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:10:02Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base]: CREATE_IN_PROGRESS state changed 2025-09-30 14:10:02Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:10:02Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-09-30 14:10:03Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base.NeutronBase]: CREATE_COMPLETE state changed 2025-09-30 14:10:03Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:10:04Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base]: CREATE_COMPLETE state changed 2025-09-30 14:10:04Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:10:05Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase]: CREATE_COMPLETE state changed 2025-09-30 14:10:05Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:10:06Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_COMPLETE state changed 2025-09-30 14:10:07Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_IN_PROGRESS state changed 2025-09-30 14:10:07Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:10:07Z [standalone.StandaloneServiceChain.ServiceChain.46.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-09-30 14:10:08Z [standalone.StandaloneServiceChain.ServiceChain.46.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 14:10:08Z [standalone.StandaloneServiceChain.ServiceChain.46.NeutronBase]: CREATE_COMPLETE state changed 2025-09-30 14:10:09Z [standalone.StandaloneServiceChain.ServiceChain.46.NeutronLogging]: CREATE_IN_PROGRESS state changed 2025-09-30 14:10:09Z [standalone.StandaloneServiceChain.ServiceChain.46.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 14:10:10Z [standalone.StandaloneServiceChain.ServiceChain.46.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:10:10Z [standalone.StandaloneServiceChain.ServiceChain.46.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 14:10:10Z [standalone.StandaloneServiceChain.ServiceChain.46.NeutronLogging]: CREATE_COMPLETE state changed 2025-09-30 14:10:10Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:10:11Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_COMPLETE state changed 2025-09-30 14:10:11Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_IN_PROGRESS state changed 2025-09-30 14:10:11Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:10:11Z [standalone.StandaloneServiceChain.ServiceChain.47.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-09-30 14:10:12Z [standalone.StandaloneServiceChain.ServiceChain.47.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:10:12Z [standalone.StandaloneServiceChain.ServiceChain.47.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 14:10:13Z [standalone.StandaloneServiceChain.ServiceChain.47.NeutronBase]: CREATE_COMPLETE state changed 2025-09-30 14:10:13Z [standalone.StandaloneServiceChain.ServiceChain.47.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 14:10:14Z [standalone.StandaloneServiceChain.ServiceChain.47.NeutronLogging]: CREATE_IN_PROGRESS state changed 2025-09-30 14:10:14Z [standalone.StandaloneServiceChain.ServiceChain.47.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 14:10:15Z [standalone.StandaloneServiceChain.ServiceChain.47.NeutronLogging]: CREATE_COMPLETE state changed 2025-09-30 14:10:15Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:10:16Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_COMPLETE state changed 2025-09-30 14:10:17Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_IN_PROGRESS state changed 2025-09-30 14:10:17Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:10:17Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-09-30 14:10:18Z [standalone.StandaloneServiceChain.ServiceChain.48.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-09-30 14:10:18Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaDBClient]: CREATE_COMPLETE state changed 2025-09-30 14:10:19Z [standalone.StandaloneServiceChain.ServiceChain.48.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 14:10:19Z [standalone.StandaloneServiceChain.ServiceChain.48.MySQLClient]: CREATE_COMPLETE state changed 2025-09-30 14:10:20Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-09-30 14:10:20Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:10:20Z [standalone.StandaloneServiceChain.ServiceChain.48.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 14:10:20Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-09-30 14:10:20Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-09-30 14:10:20Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:10:21Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2025-09-30 14:10:21Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-09-30 14:10:22Z [standalone.StandaloneServiceChain.ServiceChain.48.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:10:22Z [standalone.StandaloneServiceChain.ServiceChain.48.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 14:10:22Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiDBClient]: CREATE_COMPLETE state changed 2025-09-30 14:10:23Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase]: CREATE_IN_PROGRESS state changed 2025-09-30 14:10:23Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:10:23Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:10:23Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 14:10:23Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:10:24Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging]: CREATE_IN_PROGRESS state changed 2025-09-30 14:10:24Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:10:24Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase]: CREATE_COMPLETE state changed 2025-09-30 14:10:24Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:10:24Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 14:10:24Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:10:25Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging]: CREATE_COMPLETE state changed 2025-09-30 14:10:25Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:10:26Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_COMPLETE state changed 2025-09-30 14:10:27Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_IN_PROGRESS state changed 2025-09-30 14:10:27Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:10:27Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-09-30 14:10:28Z [standalone.StandaloneServiceChain.ServiceChain.49.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:10:28Z [standalone.StandaloneServiceChain.ServiceChain.49.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 14:10:28Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_IN_PROGRESS state changed 2025-09-30 14:10:28Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaDBClient]: CREATE_COMPLETE state changed 2025-09-30 14:10:28Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:10:28Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2025-09-30 14:10:28Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2025-09-30 14:10:29Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_IN_PROGRESS state changed 2025-09-30 14:10:29Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:10:29Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:10:29Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 14:10:29Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:10:29Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:10:29Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 14:10:29Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:10:30Z [standalone.StandaloneServiceChain.ServiceChain.49.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-09-30 14:10:30Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_COMPLETE state changed 2025-09-30 14:10:30Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_COMPLETE state changed 2025-09-30 14:10:31Z [standalone.StandaloneServiceChain.ServiceChain.49.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 14:10:31Z [standalone.StandaloneServiceChain.ServiceChain.49.MySQLClient]: CREATE_COMPLETE state changed 2025-09-30 14:10:32Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2025-09-30 14:10:32Z [standalone.StandaloneServiceChain.ServiceChain.49.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 14:10:33Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaApiDBClient]: CREATE_COMPLETE state changed 2025-09-30 14:10:33Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:10:34Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_COMPLETE state changed 2025-09-30 14:10:34Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_IN_PROGRESS state changed 2025-09-30 14:10:35Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:10:35Z [standalone.StandaloneServiceChain.ServiceChain.50.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-09-30 14:10:35Z [standalone.StandaloneServiceChain.ServiceChain.50.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:10:35Z [standalone.StandaloneServiceChain.ServiceChain.50.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-09-30 14:10:35Z [standalone.StandaloneServiceChain.ServiceChain.50.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-09-30 14:10:35Z [standalone.StandaloneServiceChain.ServiceChain.50.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:10:36Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-09-30 14:10:36Z [standalone.StandaloneServiceChain.ServiceChain.50.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-09-30 14:10:37Z [standalone.StandaloneServiceChain.ServiceChain.50.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-09-30 14:10:37Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaDBClient]: CREATE_COMPLETE state changed 2025-09-30 14:10:38Z [standalone.StandaloneServiceChain.ServiceChain.50.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 14:10:38Z [standalone.StandaloneServiceChain.ServiceChain.50.MySQLClient]: CREATE_COMPLETE state changed 2025-09-30 14:10:39Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2025-09-30 14:10:39Z [standalone.StandaloneServiceChain.ServiceChain.50.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 14:10:40Z [standalone.StandaloneServiceChain.ServiceChain.50.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:10:40Z [standalone.StandaloneServiceChain.ServiceChain.50.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 14:10:40Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaApiDBClient]: CREATE_COMPLETE state changed 2025-09-30 14:10:41Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase]: CREATE_IN_PROGRESS state changed 2025-09-30 14:10:41Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:10:41Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:10:41Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 14:10:41Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:10:42Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging]: CREATE_IN_PROGRESS state changed 2025-09-30 14:10:42Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:10:42Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase]: CREATE_COMPLETE state changed 2025-09-30 14:10:42Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:10:42Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 14:10:42Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:10:43Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging]: CREATE_COMPLETE state changed 2025-09-30 14:10:43Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:10:44Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_COMPLETE state changed 2025-09-30 14:10:44Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_IN_PROGRESS state changed 2025-09-30 14:10:44Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:10:44Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-09-30 14:10:45Z [standalone.StandaloneServiceChain.ServiceChain.51.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:10:45Z [standalone.StandaloneServiceChain.ServiceChain.51.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 14:10:46Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging]: CREATE_IN_PROGRESS state changed 2025-09-30 14:10:46Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaDBClient]: CREATE_COMPLETE state changed 2025-09-30 14:10:46Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:10:46Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:10:46Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 14:10:46Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase]: CREATE_IN_PROGRESS state changed 2025-09-30 14:10:47Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:10:47Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:10:47Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2025-09-30 14:10:47Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 14:10:47Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2025-09-30 14:10:47Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:10:47Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:10:47Z [standalone.StandaloneServiceChain.ServiceChain.51.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-09-30 14:10:48Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase]: CREATE_COMPLETE state changed 2025-09-30 14:10:48Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging]: CREATE_COMPLETE state changed 2025-09-30 14:10:49Z [standalone.StandaloneServiceChain.ServiceChain.51.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 14:10:49Z [standalone.StandaloneServiceChain.ServiceChain.51.MySQLClient]: CREATE_COMPLETE state changed 2025-09-30 14:10:49Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2025-09-30 14:10:50Z [standalone.StandaloneServiceChain.ServiceChain.51.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 14:10:51Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaApiDBClient]: CREATE_COMPLETE state changed 2025-09-30 14:10:51Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:10:51Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_COMPLETE state changed 2025-09-30 14:10:52Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_IN_PROGRESS state changed 2025-09-30 14:10:52Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:10:52Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaComputeCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 14:10:53Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase]: CREATE_IN_PROGRESS state changed 2025-09-30 14:10:53Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:10:53Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaComputeCommon]: CREATE_COMPLETE state changed 2025-09-30 14:10:53Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:10:53Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 14:10:53Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:10:54Z [standalone.StandaloneServiceChain.ServiceChain.52.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 14:10:54Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase]: CREATE_COMPLETE state changed 2025-09-30 14:10:55Z [standalone.StandaloneServiceChain.ServiceChain.52.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-09-30 14:10:55Z [standalone.StandaloneServiceChain.ServiceChain.52.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 14:10:56Z [standalone.StandaloneServiceChain.ServiceChain.52.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:10:56Z [standalone.StandaloneServiceChain.ServiceChain.52.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 14:10:56Z [standalone.StandaloneServiceChain.ServiceChain.52.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-09-30 14:10:56Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging]: CREATE_IN_PROGRESS state changed 2025-09-30 14:10:56Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:10:57Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:10:57Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 14:10:57Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2025-09-30 14:10:58Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2025-09-30 14:10:58Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:10:58Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging]: CREATE_COMPLETE state changed 2025-09-30 14:10:58Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:10:59Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_COMPLETE state changed 2025-09-30 14:11:00Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_IN_PROGRESS state changed 2025-09-30 14:11:00Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:11:00Z [standalone.StandaloneServiceChain.ServiceChain.53.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:11:00Z [standalone.StandaloneServiceChain.ServiceChain.53.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 14:11:01Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 14:11:01Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:11:01Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:11:01Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 14:11:01Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:11:02Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtLogging]: CREATE_IN_PROGRESS state changed 2025-09-30 14:11:02Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon]: CREATE_COMPLETE state changed 2025-09-30 14:11:03Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase]: CREATE_IN_PROGRESS state changed 2025-09-30 14:11:03Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:11:03Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtLogging]: CREATE_COMPLETE state changed 2025-09-30 14:11:03Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:11:03Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 14:11:03Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:11:04Z [standalone.StandaloneServiceChain.ServiceChain.53.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 14:11:04Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase]: CREATE_COMPLETE state changed 2025-09-30 14:11:05Z [standalone.StandaloneServiceChain.ServiceChain.53.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 14:11:05Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:11:06Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_COMPLETE state changed 2025-09-30 14:11:07Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_IN_PROGRESS state changed 2025-09-30 14:11:07Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:11:07Z [standalone.StandaloneServiceChain.ServiceChain.54.SshdBase]: CREATE_IN_PROGRESS state changed 2025-09-30 14:11:08Z [standalone.StandaloneServiceChain.ServiceChain.54.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 14:11:08Z [standalone.StandaloneServiceChain.ServiceChain.54.SshdBase]: CREATE_COMPLETE state changed 2025-09-30 14:11:09Z [standalone.StandaloneServiceChain.ServiceChain.54.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:11:09Z [standalone.StandaloneServiceChain.ServiceChain.54.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 14:11:09Z [standalone.StandaloneServiceChain.ServiceChain.54.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 14:11:09Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:11:10Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_COMPLETE state changed 2025-09-30 14:11:10Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_IN_PROGRESS state changed 2025-09-30 14:11:10Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:11:10Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-09-30 14:11:12Z [standalone.StandaloneServiceChain.ServiceChain.55.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-09-30 14:11:12Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaDBClient]: CREATE_COMPLETE state changed 2025-09-30 14:11:12Z [standalone.StandaloneServiceChain.ServiceChain.55.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:11:12Z [standalone.StandaloneServiceChain.ServiceChain.55.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 14:11:13Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging]: CREATE_IN_PROGRESS state changed 2025-09-30 14:11:13Z [standalone.StandaloneServiceChain.ServiceChain.55.MySQLClient]: CREATE_COMPLETE state changed 2025-09-30 14:11:13Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:11:13Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2025-09-30 14:11:13Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2025-09-30 14:11:14Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase]: CREATE_IN_PROGRESS state changed 2025-09-30 14:11:14Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:11:14Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:11:14Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 14:11:14Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:11:14Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:11:14Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 14:11:14Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:11:14Z [standalone.StandaloneServiceChain.ServiceChain.55.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 14:11:15Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging]: CREATE_COMPLETE state changed 2025-09-30 14:11:15Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase]: CREATE_COMPLETE state changed 2025-09-30 14:11:16Z [standalone.StandaloneServiceChain.ServiceChain.55.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 14:11:16Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:11:16Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_COMPLETE state changed 2025-09-30 14:11:17Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_IN_PROGRESS state changed 2025-09-30 14:11:17Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:11:17Z [standalone.StandaloneServiceChain.ServiceChain.56.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 14:11:18Z [standalone.StandaloneServiceChain.ServiceChain.56.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:11:18Z [standalone.StandaloneServiceChain.ServiceChain.56.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 14:11:18Z [standalone.StandaloneServiceChain.ServiceChain.56.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 14:11:19Z [standalone.StandaloneServiceChain.ServiceChain.56.OVNBridgeMappingsValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:11:19Z [standalone.StandaloneServiceChain.ServiceChain.56.OVNBridgeMappingsValue]: CREATE_COMPLETE state changed 2025-09-30 14:11:19Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:11:20Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_COMPLETE state changed 2025-09-30 14:11:21Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_IN_PROGRESS state changed 2025-09-30 14:11:21Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:11:21Z [standalone.StandaloneServiceChain.ServiceChain.57.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 14:11:22Z [standalone.StandaloneServiceChain.ServiceChain.57.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:11:22Z [standalone.StandaloneServiceChain.ServiceChain.57.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 14:11:22Z [standalone.StandaloneServiceChain.ServiceChain.57.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 14:11:22Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:11:23Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_COMPLETE state changed 2025-09-30 14:11:23Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_IN_PROGRESS state changed 2025-09-30 14:11:23Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:11:23Z [standalone.StandaloneServiceChain.ServiceChain.58.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-09-30 14:11:24Z [standalone.StandaloneServiceChain.ServiceChain.58.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:11:24Z [standalone.StandaloneServiceChain.ServiceChain.58.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 14:11:24Z [standalone.StandaloneServiceChain.ServiceChain.58.NeutronBase]: CREATE_COMPLETE state changed 2025-09-30 14:11:25Z [standalone.StandaloneServiceChain.ServiceChain.58.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 14:11:26Z [standalone.StandaloneServiceChain.ServiceChain.58.NeutronLogging]: CREATE_IN_PROGRESS state changed 2025-09-30 14:11:26Z [standalone.StandaloneServiceChain.ServiceChain.58.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 14:11:27Z [standalone.StandaloneServiceChain.ServiceChain.58.NeutronLogging]: CREATE_COMPLETE state changed 2025-09-30 14:11:27Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:11:28Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_COMPLETE state changed 2025-09-30 14:11:29Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_IN_PROGRESS state changed 2025-09-30 14:11:29Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:11:29Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaProviderConfig]: CREATE_IN_PROGRESS state changed 2025-09-30 14:11:30Z [standalone.StandaloneServiceChain.ServiceChain.59.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 14:11:30Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaProviderConfig]: CREATE_COMPLETE state changed 2025-09-30 14:11:31Z [standalone.StandaloneServiceChain.ServiceChain.59.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-09-30 14:11:31Z [standalone.StandaloneServiceChain.ServiceChain.59.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 14:11:32Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker]: CREATE_IN_PROGRESS state changed 2025-09-30 14:11:32Z [standalone.StandaloneServiceChain.ServiceChain.59.MySQLClient]: CREATE_COMPLETE state changed 2025-09-30 14:11:32Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:11:32Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.OctaviaBase]: CREATE_IN_PROGRESS state changed 2025-09-30 14:11:33Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaBase]: CREATE_IN_PROGRESS state changed 2025-09-30 14:11:33Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 14:11:33Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.OctaviaBase]: CREATE_COMPLETE state changed 2025-09-30 14:11:34Z [standalone.StandaloneServiceChain.ServiceChain.59.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:11:34Z [standalone.StandaloneServiceChain.ServiceChain.59.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 14:11:34Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaBase]: CREATE_COMPLETE state changed 2025-09-30 14:11:34Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-09-30 14:11:34Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 14:11:35Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:11:35Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 14:11:35Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.MySQLClient]: CREATE_COMPLETE state changed 2025-09-30 14:11:35Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:11:36Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker]: CREATE_COMPLETE state changed 2025-09-30 14:11:36Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:11:37Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_COMPLETE state changed 2025-09-30 14:11:38Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_IN_PROGRESS state changed 2025-09-30 14:11:38Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:11:38Z [standalone.StandaloneServiceChain.ServiceChain.60.OctaviaVars]: CREATE_IN_PROGRESS state changed 2025-09-30 14:11:38Z [standalone.StandaloneServiceChain.ServiceChain.60.OctaviaVars]: CREATE_COMPLETE state changed 2025-09-30 14:11:38Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:11:39Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_COMPLETE state changed 2025-09-30 14:11:39Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_IN_PROGRESS state changed 2025-09-30 14:11:39Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:11:39Z [standalone.StandaloneServiceChain.ServiceChain.61.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 14:11:40Z [standalone.StandaloneServiceChain.ServiceChain.61.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-09-30 14:11:40Z [standalone.StandaloneServiceChain.ServiceChain.61.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 14:11:41Z [standalone.StandaloneServiceChain.ServiceChain.61.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:11:41Z [standalone.StandaloneServiceChain.ServiceChain.61.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 14:11:41Z [standalone.StandaloneServiceChain.ServiceChain.61.MySQLClient]: CREATE_COMPLETE state changed 2025-09-30 14:11:42Z [standalone.StandaloneServiceChain.ServiceChain.61.OctaviaBase]: CREATE_IN_PROGRESS state changed 2025-09-30 14:11:43Z [standalone.StandaloneServiceChain.ServiceChain.61.OctaviaBase]: CREATE_COMPLETE state changed 2025-09-30 14:11:43Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:11:44Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_COMPLETE state changed 2025-09-30 14:11:45Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_IN_PROGRESS state changed 2025-09-30 14:11:45Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:11:45Z [standalone.StandaloneServiceChain.ServiceChain.62.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-09-30 14:11:46Z [standalone.StandaloneServiceChain.ServiceChain.62.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:11:46Z [standalone.StandaloneServiceChain.ServiceChain.62.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 14:11:46Z [standalone.StandaloneServiceChain.ServiceChain.62.MySQLClient]: CREATE_COMPLETE state changed 2025-09-30 14:11:47Z [standalone.StandaloneServiceChain.ServiceChain.62.OctaviaBase]: CREATE_IN_PROGRESS state changed 2025-09-30 14:11:48Z [standalone.StandaloneServiceChain.ServiceChain.62.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 14:11:48Z [standalone.StandaloneServiceChain.ServiceChain.62.OctaviaBase]: CREATE_COMPLETE state changed 2025-09-30 14:11:49Z [standalone.StandaloneServiceChain.ServiceChain.62.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 14:11:49Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:11:50Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_COMPLETE state changed 2025-09-30 14:11:51Z [standalone.StandaloneServiceChain.ServiceChain.63]: CREATE_IN_PROGRESS state changed 2025-09-30 14:11:51Z [standalone.StandaloneServiceChain.ServiceChain.63]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:11:51Z [standalone.StandaloneServiceChain.ServiceChain.63.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-09-30 14:11:52Z [standalone.StandaloneServiceChain.ServiceChain.63.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 14:11:52Z [standalone.StandaloneServiceChain.ServiceChain.63.MySQLClient]: CREATE_COMPLETE state changed 2025-09-30 14:11:53Z [standalone.StandaloneServiceChain.ServiceChain.63.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:11:53Z [standalone.StandaloneServiceChain.ServiceChain.63.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 14:11:53Z [standalone.StandaloneServiceChain.ServiceChain.63.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 14:11:54Z [standalone.StandaloneServiceChain.ServiceChain.63.OctaviaBase]: CREATE_IN_PROGRESS state changed 2025-09-30 14:11:55Z [standalone.StandaloneServiceChain.ServiceChain.63.OctaviaBase]: CREATE_COMPLETE state changed 2025-09-30 14:11:55Z [standalone.StandaloneServiceChain.ServiceChain.63]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:11:56Z [standalone.StandaloneServiceChain.ServiceChain.63]: CREATE_COMPLETE state changed 2025-09-30 14:11:56Z [standalone.StandaloneServiceChain.ServiceChain.64]: CREATE_IN_PROGRESS state changed 2025-09-30 14:11:57Z [standalone.StandaloneServiceChain.ServiceChain.64]: CREATE_COMPLETE state changed 2025-09-30 14:11:58Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_IN_PROGRESS state changed 2025-09-30 14:11:58Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:11:58Z [standalone.StandaloneServiceChain.ServiceChain.65.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 14:11:59Z [standalone.StandaloneServiceChain.ServiceChain.65.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 14:11:59Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:12:00Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_COMPLETE state changed 2025-09-30 14:12:00Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_IN_PROGRESS state changed 2025-09-30 14:12:00Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:12:00Z [standalone.StandaloneServiceChain.ServiceChain.66.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 14:12:01Z [standalone.StandaloneServiceChain.ServiceChain.66.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:12:01Z [standalone.StandaloneServiceChain.ServiceChain.66.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 14:12:01Z [standalone.StandaloneServiceChain.ServiceChain.66.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 14:12:02Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase]: CREATE_IN_PROGRESS state changed 2025-09-30 14:12:02Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:12:02Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 14:12:03Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:12:03Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 14:12:04Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 14:12:04Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase]: CREATE_IN_PROGRESS state changed 2025-09-30 14:12:05Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:12:05Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 14:12:06Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:12:06Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 14:12:06Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 14:12:06Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:12:07Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase]: CREATE_COMPLETE state changed 2025-09-30 14:12:07Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:12:07Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase]: CREATE_COMPLETE state changed 2025-09-30 14:12:07Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:12:08Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_COMPLETE state changed 2025-09-30 14:12:09Z [standalone.StandaloneServiceChain.ServiceChain.67]: CREATE_IN_PROGRESS state changed 2025-09-30 14:12:10Z [standalone.StandaloneServiceChain.ServiceChain.67]: CREATE_COMPLETE state changed 2025-09-30 14:12:10Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_IN_PROGRESS state changed 2025-09-30 14:12:10Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:12:10Z [standalone.StandaloneServiceChain.ServiceChain.68.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 14:12:12Z [standalone.StandaloneServiceChain.ServiceChain.68.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-09-30 14:12:12Z [standalone.StandaloneServiceChain.ServiceChain.68.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 14:12:13Z [standalone.StandaloneServiceChain.ServiceChain.68.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:12:13Z [standalone.StandaloneServiceChain.ServiceChain.68.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 14:12:13Z [standalone.StandaloneServiceChain.ServiceChain.68.MySQLClient]: CREATE_COMPLETE state changed 2025-09-30 14:12:14Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging]: CREATE_IN_PROGRESS state changed 2025-09-30 14:12:14Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:12:14Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:12:14Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 14:12:14Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:12:15Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-09-30 14:12:15Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:12:15Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging]: CREATE_COMPLETE state changed 2025-09-30 14:12:15Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-09-30 14:12:15Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-09-30 14:12:15Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:12:16Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-09-30 14:12:16Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:12:16Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_COMPLETE state changed 2025-09-30 14:12:17Z [standalone.StandaloneServiceChain.ServiceChain.69]: CREATE_IN_PROGRESS state changed 2025-09-30 14:12:18Z [standalone.StandaloneServiceChain.ServiceChain.69]: CREATE_COMPLETE state changed 2025-09-30 14:12:19Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_IN_PROGRESS state changed 2025-09-30 14:12:19Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:12:19Z [standalone.StandaloneServiceChain.ServiceChain.70.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:12:19Z [standalone.StandaloneServiceChain.ServiceChain.70.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 14:12:20Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase]: CREATE_IN_PROGRESS state changed 2025-09-30 14:12:20Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:12:20Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:12:20Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 14:12:21Z [standalone.StandaloneServiceChain.ServiceChain.70.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 14:12:21Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.RedisBase]: CREATE_IN_PROGRESS state changed 2025-09-30 14:12:22Z [standalone.StandaloneServiceChain.ServiceChain.70.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 14:12:22Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 14:12:22Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.RedisBase]: CREATE_COMPLETE state changed 2025-09-30 14:12:23Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 14:12:23Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:12:24Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase]: CREATE_COMPLETE state changed 2025-09-30 14:12:24Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:12:25Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_COMPLETE state changed 2025-09-30 14:12:25Z [standalone.StandaloneServiceChain.ServiceChain.71]: CREATE_IN_PROGRESS state changed 2025-09-30 14:12:26Z [standalone.StandaloneServiceChain.ServiceChain.71]: CREATE_COMPLETE state changed 2025-09-30 14:12:27Z [standalone.StandaloneServiceChain.ServiceChain.72]: CREATE_IN_PROGRESS state changed 2025-09-30 14:12:28Z [standalone.StandaloneServiceChain.ServiceChain.72]: CREATE_COMPLETE state changed 2025-09-30 14:12:28Z [standalone.StandaloneServiceChain.ServiceChain.73]: CREATE_IN_PROGRESS state changed 2025-09-30 14:12:29Z [standalone.StandaloneServiceChain.ServiceChain.73]: CREATE_COMPLETE state changed 2025-09-30 14:12:29Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_IN_PROGRESS state changed 2025-09-30 14:12:30Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:12:30Z [standalone.StandaloneServiceChain.ServiceChain.74.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:12:30Z [standalone.StandaloneServiceChain.ServiceChain.74.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 14:12:31Z [standalone.StandaloneServiceChain.ServiceChain.74.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2025-09-30 14:12:31Z [standalone.StandaloneServiceChain.ServiceChain.74.TLSProxyBase]: CREATE_COMPLETE state changed 2025-09-30 14:12:32Z [standalone.StandaloneServiceChain.ServiceChain.74.SwiftBase]: CREATE_IN_PROGRESS state changed 2025-09-30 14:12:33Z [standalone.StandaloneServiceChain.ServiceChain.74.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 14:12:33Z [standalone.StandaloneServiceChain.ServiceChain.74.SwiftBase]: CREATE_COMPLETE state changed 2025-09-30 14:12:34Z [standalone.StandaloneServiceChain.ServiceChain.74.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 14:12:34Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:12:35Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_COMPLETE state changed 2025-09-30 14:12:35Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_IN_PROGRESS state changed 2025-09-30 14:12:35Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:12:35Z [standalone.StandaloneServiceChain.ServiceChain.75.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:12:35Z [standalone.StandaloneServiceChain.ServiceChain.75.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 14:12:35Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:12:36Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_COMPLETE state changed 2025-09-30 14:12:37Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_IN_PROGRESS state changed 2025-09-30 14:12:37Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:12:37Z [standalone.StandaloneServiceChain.ServiceChain.76.SwiftBase]: CREATE_IN_PROGRESS state changed 2025-09-30 14:12:38Z [standalone.StandaloneServiceChain.ServiceChain.76.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 14:12:38Z [standalone.StandaloneServiceChain.ServiceChain.76.SwiftBase]: CREATE_COMPLETE state changed 2025-09-30 14:12:39Z [standalone.StandaloneServiceChain.ServiceChain.76.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:12:39Z [standalone.StandaloneServiceChain.ServiceChain.76.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 14:12:39Z [standalone.StandaloneServiceChain.ServiceChain.76.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 14:12:39Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:12:40Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_COMPLETE state changed 2025-09-30 14:12:40Z [standalone.StandaloneServiceChain.ServiceChain.77]: CREATE_IN_PROGRESS state changed 2025-09-30 14:12:41Z [standalone.StandaloneServiceChain.ServiceChain.77]: CREATE_COMPLETE state changed 2025-09-30 14:12:42Z [standalone.StandaloneServiceChain.ServiceChain.78]: CREATE_IN_PROGRESS state changed 2025-09-30 14:12:43Z [standalone.StandaloneServiceChain.ServiceChain.78]: CREATE_COMPLETE state changed 2025-09-30 14:12:43Z [standalone.StandaloneServiceChain.ServiceChain.79]: CREATE_IN_PROGRESS state changed 2025-09-30 14:12:44Z [standalone.StandaloneServiceChain.ServiceChain.79]: CREATE_COMPLETE state changed 2025-09-30 14:12:44Z [standalone.StandaloneServiceChain.ServiceChain.80]: CREATE_IN_PROGRESS state changed 2025-09-30 14:12:44Z [standalone.StandaloneServiceChain.ServiceChain.80]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:12:44Z [standalone.StandaloneServiceChain.ServiceChain.80.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:12:44Z [standalone.StandaloneServiceChain.ServiceChain.80.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 14:12:44Z [standalone.StandaloneServiceChain.ServiceChain.80]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:12:45Z [standalone.StandaloneServiceChain.ServiceChain.80]: CREATE_COMPLETE state changed 2025-09-30 14:12:46Z [standalone.StandaloneServiceChain.ServiceChain.81]: CREATE_IN_PROGRESS state changed 2025-09-30 14:12:46Z [standalone.StandaloneServiceChain.ServiceChain.81]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:12:46Z [standalone.StandaloneServiceChain.ServiceChain.81.Podman]: CREATE_IN_PROGRESS state changed 2025-09-30 14:12:47Z [standalone.StandaloneServiceChain.ServiceChain.81.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:12:47Z [standalone.StandaloneServiceChain.ServiceChain.81.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 14:12:47Z [standalone.StandaloneServiceChain.ServiceChain.81.Podman]: CREATE_COMPLETE state changed 2025-09-30 14:12:47Z [standalone.StandaloneServiceChain.ServiceChain.81]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:12:48Z [standalone.StandaloneServiceChain.ServiceChain.81]: CREATE_COMPLETE state changed 2025-09-30 14:12:48Z [standalone.StandaloneServiceChain.ServiceChain.82]: CREATE_IN_PROGRESS state changed 2025-09-30 14:12:48Z [standalone.StandaloneServiceChain.ServiceChain.82]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:12:48Z [standalone.StandaloneServiceChain.ServiceChain.82.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:12:48Z [standalone.StandaloneServiceChain.ServiceChain.82.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 14:12:48Z [standalone.StandaloneServiceChain.ServiceChain.82]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:12:49Z [standalone.StandaloneServiceChain.ServiceChain.82]: CREATE_COMPLETE state changed 2025-09-30 14:12:49Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:12:50Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_COMPLETE state changed 2025-09-30 14:12:52Z [standalone.StandaloneServiceChain.ExternalPostDeployTasks]: CREATE_IN_PROGRESS state changed 2025-09-30 14:12:52Z [standalone.StandaloneServiceChain.ExternalUpgradeTasks]: CREATE_IN_PROGRESS state changed 2025-09-30 14:12:52Z [standalone.StandaloneServiceChain.IpaRegistrationTasks]: CREATE_IN_PROGRESS state changed 2025-09-30 14:12:53Z [standalone.StandaloneServiceChain.ExternalPostDeployTasks]: CREATE_COMPLETE state changed 2025-09-30 14:12:53Z [standalone.StandaloneServiceChain.PuppetStepConfig]: CREATE_IN_PROGRESS state changed 2025-09-30 14:12:53Z [standalone.StandaloneServiceChain.ExternalUpgradeTasks]: CREATE_COMPLETE state changed 2025-09-30 14:12:53Z [standalone.StandaloneServiceChain.FirewallRules]: CREATE_IN_PROGRESS state changed 2025-09-30 14:12:53Z [standalone.StandaloneServiceChain.IpaRegistrationTasks]: CREATE_COMPLETE state changed 2025-09-30 14:12:53Z [standalone.StandaloneServiceChain.ScaleTasks]: CREATE_IN_PROGRESS state changed 2025-09-30 14:12:53Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook]: CREATE_IN_PROGRESS state changed 2025-09-30 14:12:53Z [standalone.StandaloneServiceChain.PuppetStepConfig]: CREATE_COMPLETE state changed 2025-09-30 14:12:54Z [standalone.StandaloneServiceChain.FirewallRules]: CREATE_COMPLETE state changed 2025-09-30 14:12:54Z [standalone.StandaloneServiceChain.HostFirewallTasks]: CREATE_IN_PROGRESS state changed 2025-09-30 14:12:54Z [standalone.StandaloneServiceChain.ScaleTasks]: CREATE_COMPLETE state changed 2025-09-30 14:12:54Z [standalone.StandaloneServiceChain.PostUpdateTasks]: CREATE_IN_PROGRESS state changed 2025-09-30 14:12:54Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook]: CREATE_COMPLETE state changed 2025-09-30 14:12:54Z [standalone.StandaloneServiceChain.KeystoneResourcesConfigs]: CREATE_IN_PROGRESS state changed 2025-09-30 14:12:54Z [standalone.StandaloneServiceChain.HostFirewallTasks]: CREATE_COMPLETE state changed 2025-09-30 14:12:55Z [standalone.StandaloneServiceChain.PostUpgradeTasks]: CREATE_IN_PROGRESS state changed 2025-09-30 14:12:55Z [standalone.StandaloneServiceChain.PostUpdateTasks]: CREATE_COMPLETE state changed 2025-09-30 14:12:55Z [standalone.StandaloneServiceChain.UpdateTasks]: CREATE_IN_PROGRESS state changed 2025-09-30 14:12:55Z [standalone.StandaloneServiceChain.KeystoneResourcesConfigs]: CREATE_COMPLETE state changed 2025-09-30 14:12:55Z [standalone.StandaloneServiceChain.PreDeployStepTasks]: CREATE_IN_PROGRESS state changed 2025-09-30 14:12:55Z [standalone.StandaloneServiceChain.PostUpgradeTasks]: CREATE_COMPLETE state changed 2025-09-30 14:12:56Z [standalone.StandaloneServiceChain.DeployStepsTasks]: CREATE_IN_PROGRESS state changed 2025-09-30 14:12:56Z [standalone.StandaloneServiceChain.UpdateTasks]: CREATE_COMPLETE state changed 2025-09-30 14:12:56Z [standalone.StandaloneServiceChain.UpgradeBatchTasks]: CREATE_IN_PROGRESS state changed 2025-09-30 14:12:56Z [standalone.StandaloneServiceChain.PreDeployStepTasks]: CREATE_COMPLETE state changed 2025-09-30 14:12:56Z [standalone.StandaloneServiceChain.ServiceNames]: CREATE_IN_PROGRESS state changed 2025-09-30 14:12:56Z [standalone.StandaloneServiceChain.DeployStepsTasks]: CREATE_COMPLETE state changed 2025-09-30 14:12:56Z [standalone.StandaloneServiceChain.ServiceConfigSettings]: CREATE_IN_PROGRESS state changed 2025-09-30 14:12:57Z [standalone.StandaloneServiceChain.UpgradeBatchTasks]: CREATE_COMPLETE state changed 2025-09-30 14:12:57Z [standalone.StandaloneServiceChain.ExternalUpdateTasks]: CREATE_IN_PROGRESS state changed 2025-09-30 14:12:57Z [standalone.StandaloneServiceChain.ServiceNames]: CREATE_COMPLETE state changed 2025-09-30 14:12:57Z [standalone.StandaloneServiceChain.MonitoringSubscriptionsConfig]: CREATE_IN_PROGRESS state changed 2025-09-30 14:12:57Z [standalone.StandaloneServiceChain.ServiceConfigSettings]: CREATE_COMPLETE state changed 2025-09-30 14:12:57Z [standalone.StandaloneServiceChain.FirewallFrontendRules]: CREATE_IN_PROGRESS state changed 2025-09-30 14:12:58Z [standalone.StandaloneServiceChain.ExternalUpdateTasks]: CREATE_COMPLETE state changed 2025-09-30 14:12:58Z [standalone.StandaloneServiceChain.DockerConfigScripts]: CREATE_IN_PROGRESS state changed 2025-09-30 14:12:58Z [standalone.StandaloneServiceChain.MonitoringSubscriptionsConfig]: CREATE_COMPLETE state changed 2025-09-30 14:12:58Z [standalone.StandaloneServiceChain.HostPrepTasks]: CREATE_IN_PROGRESS state changed 2025-09-30 14:12:58Z [standalone.StandaloneServiceChain.FirewallFrontendRules]: CREATE_COMPLETE state changed 2025-09-30 14:12:59Z [standalone.StandaloneServiceChain.GlobalConfigSettings]: CREATE_IN_PROGRESS state changed 2025-09-30 14:12:59Z [standalone.StandaloneServiceChain.DockerConfigScripts]: CREATE_COMPLETE state changed 2025-09-30 14:12:59Z [standalone.StandaloneServiceChain.PuppetConfig]: CREATE_IN_PROGRESS state changed 2025-09-30 14:12:59Z [standalone.StandaloneServiceChain.HostPrepTasks]: CREATE_COMPLETE state changed 2025-09-30 14:12:59Z [standalone.StandaloneServiceChain.ContainerPuppetTasks]: CREATE_IN_PROGRESS state changed 2025-09-30 14:12:59Z [standalone.StandaloneServiceChain.GlobalConfigSettings]: CREATE_COMPLETE state changed 2025-09-30 14:13:00Z [standalone.StandaloneServiceChain.UpgradeTasks]: CREATE_IN_PROGRESS state changed 2025-09-30 14:13:00Z [standalone.StandaloneServiceChain.PreUpgradeRollingTasks]: CREATE_IN_PROGRESS state changed 2025-09-30 14:13:00Z [standalone.StandaloneServiceChain.PuppetConfig]: CREATE_COMPLETE state changed 2025-09-30 14:13:00Z [standalone.StandaloneServiceChain.ContainerPuppetTasks]: CREATE_COMPLETE state changed 2025-09-30 14:13:00Z [standalone.StandaloneServiceChain.KollaConfig]: CREATE_IN_PROGRESS state changed 2025-09-30 14:13:01Z [standalone.StandaloneServiceChain.UpgradeTasks]: CREATE_COMPLETE state changed 2025-09-30 14:13:01Z [standalone.StandaloneServiceChain.ExternalDeployTasks]: CREATE_IN_PROGRESS state changed 2025-09-30 14:13:01Z [standalone.StandaloneServiceChain.PreUpgradeRollingTasks]: CREATE_COMPLETE state changed 2025-09-30 14:13:01Z [standalone.StandaloneServiceChain.DockerPuppetTasks]: CREATE_IN_PROGRESS state changed 2025-09-30 14:13:01Z [standalone.StandaloneServiceChain.KollaConfig]: CREATE_COMPLETE state changed 2025-09-30 14:13:01Z [standalone.StandaloneServiceChain.AnsibleGroupVars]: CREATE_IN_PROGRESS state changed 2025-09-30 14:13:01Z [standalone.StandaloneServiceChain.ExternalDeployTasks]: CREATE_COMPLETE state changed 2025-09-30 14:13:01Z [standalone.StandaloneServiceChain.DockerConfig]: CREATE_IN_PROGRESS state changed 2025-09-30 14:13:02Z [standalone.StandaloneServiceChain.DockerPuppetTasks]: CREATE_COMPLETE state changed 2025-09-30 14:13:02Z [standalone.StandaloneServiceChain.AnsibleGroupVars]: CREATE_COMPLETE state changed 2025-09-30 14:13:02Z [standalone.StandaloneServiceChain.DockerConfig]: CREATE_COMPLETE state changed 2025-09-30 14:13:02Z [standalone.StandaloneServiceChain]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:13:02Z [standalone.StandaloneServiceChain]: CREATE_COMPLETE state changed 2025-09-30 14:13:03Z [standalone.StandaloneServiceChainRoleData]: CREATE_IN_PROGRESS state changed 2025-09-30 14:13:03Z [standalone.StandaloneServiceChainRoleData]: CREATE_COMPLETE state changed 2025-09-30 14:13:03Z [standalone.FirewallFrontendRules]: CREATE_IN_PROGRESS state changed 2025-09-30 14:13:03Z [standalone.StandaloneServiceNames]: CREATE_IN_PROGRESS state changed 2025-09-30 14:13:03Z [standalone.FirewallFrontendRules]: CREATE_COMPLETE state changed 2025-09-30 14:13:03Z [standalone.GlobalConfig]: CREATE_IN_PROGRESS state changed 2025-09-30 14:13:04Z [standalone.StandaloneServiceNames]: CREATE_COMPLETE state changed 2025-09-30 14:13:04Z [standalone.GlobalConfig]: CREATE_COMPLETE state changed 2025-09-30 14:13:04Z [standalone.StandaloneGroupVars]: CREATE_IN_PROGRESS state changed 2025-09-30 14:13:04Z [standalone.StandaloneServiceConfigSettings]: CREATE_IN_PROGRESS state changed 2025-09-30 14:13:04Z [standalone.StandaloneGroupVars]: CREATE_COMPLETE state changed 2025-09-30 14:13:04Z [standalone.Standalone]: CREATE_IN_PROGRESS state changed 2025-09-30 14:13:04Z [standalone.StandaloneServiceConfigSettings]: CREATE_COMPLETE state changed 2025-09-30 14:13:04Z [standalone.StandaloneConfigData]: CREATE_IN_PROGRESS state changed 2025-09-30 14:13:04Z [standalone.Standalone]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:13:04Z [standalone.StandaloneConfigData]: CREATE_COMPLETE state changed 2025-09-30 14:13:04Z [standalone.Standalone]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:13:05Z [standalone.Standalone]: UPDATE_IN_PROGRESS Stack UPDATE started 2025-09-30 14:13:05Z [standalone.Standalone.0]: CREATE_IN_PROGRESS state changed 2025-09-30 14:13:05Z [standalone.Standalone.0]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:13:06Z [standalone.Standalone.0.DeploymentActions]: CREATE_IN_PROGRESS state changed 2025-09-30 14:13:06Z [standalone.Standalone.0.DeploymentActions]: CREATE_COMPLETE state changed 2025-09-30 14:13:07Z [standalone.Standalone.0.Standalone]: CREATE_IN_PROGRESS state changed 2025-09-30 14:13:07Z [standalone.Standalone.0.Standalone]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:13:07Z [standalone.Standalone.0.Standalone.deployed-server]: CREATE_IN_PROGRESS state changed 2025-09-30 14:13:07Z [standalone.Standalone.0.Standalone.deployed-server]: CREATE_COMPLETE state changed 2025-09-30 14:13:08Z [standalone.Standalone.0.Standalone.ControlPlanePort]: CREATE_IN_PROGRESS state changed 2025-09-30 14:13:09Z [standalone.Standalone.0.Standalone.ControlPlanePort]: CREATE_COMPLETE state changed 2025-09-30 14:13:09Z [standalone.Standalone.0.Standalone]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:13:10Z [standalone.Standalone.0.Standalone]: CREATE_COMPLETE state changed 2025-09-30 14:13:10Z [standalone.Standalone.0.NodeTLSCAData]: CREATE_IN_PROGRESS state changed 2025-09-30 14:13:10Z [standalone.Standalone.0.PreNetworkConfig]: CREATE_IN_PROGRESS state changed 2025-09-30 14:13:10Z [standalone.Standalone.0.NetHostMap]: CREATE_IN_PROGRESS state changed 2025-09-30 14:13:10Z [standalone.Standalone.0.ExternalPort]: CREATE_IN_PROGRESS state changed 2025-09-30 14:13:10Z [standalone.Standalone.0.StoragePort]: CREATE_IN_PROGRESS state changed 2025-09-30 14:13:10Z [standalone.Standalone.0.InternalApiPort]: CREATE_IN_PROGRESS state changed 2025-09-30 14:13:10Z [standalone.Standalone.0.NetHostMap]: CREATE_COMPLETE state changed 2025-09-30 14:13:10Z [standalone.Standalone.0.NodeTLSCAData]: CREATE_COMPLETE state changed 2025-09-30 14:13:10Z [standalone.Standalone.0.PreNetworkConfig]: CREATE_COMPLETE state changed 2025-09-30 14:13:10Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_IN_PROGRESS state changed 2025-09-30 14:13:10Z [standalone.Standalone.0.ExternalPort]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:13:10Z [standalone.Standalone.0.StoragePort]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:13:10Z [standalone.Standalone.0.TenantPort]: CREATE_IN_PROGRESS state changed 2025-09-30 14:13:10Z [standalone.Standalone.0.StandaloneExtraConfigPre]: CREATE_IN_PROGRESS state changed 2025-09-30 14:13:10Z [standalone.Standalone.0.InternalApiPort]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:13:10Z [standalone.Standalone.0.StandaloneAnsibleHostVars]: CREATE_IN_PROGRESS state changed 2025-09-30 14:13:10Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:13:10Z [standalone.Standalone.0.StandaloneAnsibleHostVars]: CREATE_COMPLETE state changed 2025-09-30 14:13:10Z [standalone.Standalone.0.TenantPort]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:13:10Z [standalone.Standalone.0.ExternalPort.ExternalDeployedPort]: CREATE_IN_PROGRESS state changed 2025-09-30 14:13:10Z [standalone.Standalone.0.StoragePort.StorageDeployedPort]: CREATE_IN_PROGRESS state changed 2025-09-30 14:13:10Z [standalone.Standalone.0.InternalApiPort.InternalApiDeployedPort]: CREATE_IN_PROGRESS state changed 2025-09-30 14:13:11Z [standalone.Standalone.0.ExternalPort.ExternalDeployedPort]: CREATE_COMPLETE state changed 2025-09-30 14:13:11Z [standalone.Standalone.0.StoragePort.StorageDeployedPort]: CREATE_COMPLETE state changed 2025-09-30 14:13:11Z [standalone.Standalone.0.InternalApiPort.InternalApiDeployedPort]: CREATE_COMPLETE state changed 2025-09-30 14:13:11Z [standalone.Standalone.0.StorageMgmtPort.StorageMgmtDeployedPort]: CREATE_IN_PROGRESS state changed 2025-09-30 14:13:11Z [standalone.Standalone.0.TenantPort.TenantDeployedPort]: CREATE_IN_PROGRESS state changed 2025-09-30 14:13:11Z [standalone.Standalone.0.ExternalPort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:13:11Z [standalone.Standalone.0.StoragePort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:13:11Z [standalone.Standalone.0.InternalApiPort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:13:11Z [standalone.Standalone.0.StorageMgmtPort.StorageMgmtDeployedPort]: CREATE_COMPLETE state changed 2025-09-30 14:13:11Z [standalone.Standalone.0.TenantPort.TenantDeployedPort]: CREATE_COMPLETE state changed 2025-09-30 14:13:11Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:13:11Z [standalone.Standalone.0.TenantPort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:13:11Z [standalone.Standalone.0.ExternalPort]: CREATE_COMPLETE state changed 2025-09-30 14:13:11Z [standalone.Standalone.0.StoragePort]: CREATE_COMPLETE state changed 2025-09-30 14:13:11Z [standalone.Standalone.0.InternalApiPort]: CREATE_COMPLETE state changed 2025-09-30 14:13:11Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_COMPLETE state changed 2025-09-30 14:13:11Z [standalone.Standalone.0.StandaloneExtraConfigPre]: CREATE_COMPLETE state changed 2025-09-30 14:13:11Z [standalone.Standalone.0.TenantPort]: CREATE_COMPLETE state changed 2025-09-30 14:13:12Z [standalone.Standalone.0.NodeExtraConfig]: CREATE_IN_PROGRESS state changed 2025-09-30 14:13:12Z [standalone.Standalone.0.NetIpMap]: CREATE_IN_PROGRESS state changed 2025-09-30 14:13:12Z [standalone.Standalone.0.NetIpMap]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:13:12Z [standalone.Standalone.0.NetIpMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:13:12Z [standalone.Standalone.0.NetIpMap.NetIpMapValue]: CREATE_COMPLETE state changed 2025-09-30 14:13:12Z [standalone.Standalone.0.NetIpMap]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:13:13Z [standalone.Standalone.0.NodeExtraConfig]: CREATE_COMPLETE state changed 2025-09-30 14:13:13Z [standalone.Standalone.0.NetIpMap]: CREATE_COMPLETE state changed 2025-09-30 14:13:13Z [standalone.Standalone.0]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:13:14Z [standalone.Standalone.0]: CREATE_COMPLETE state changed 2025-09-30 14:13:14Z [standalone.Standalone]: UPDATE_COMPLETE Stack UPDATE completed successfully 2025-09-30 14:13:14Z [standalone.Standalone]: CREATE_COMPLETE state changed 2025-09-30 14:13:15Z [standalone.BlacklistedIpAddresses]: CREATE_IN_PROGRESS state changed 2025-09-30 14:13:15Z [standalone.BlacklistedHostnames]: CREATE_IN_PROGRESS state changed 2025-09-30 14:13:15Z [standalone.StandaloneServers]: CREATE_IN_PROGRESS state changed 2025-09-30 14:13:15Z [standalone.ServerIdMap]: CREATE_IN_PROGRESS state changed 2025-09-30 14:13:15Z [standalone.HostsEntryValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:13:15Z [standalone.BlacklistedIpAddresses]: CREATE_COMPLETE state changed 2025-09-30 14:13:15Z [standalone.BlacklistedHostnames]: CREATE_COMPLETE state changed 2025-09-30 14:13:15Z [standalone.StandaloneServers]: CREATE_COMPLETE state changed 2025-09-30 14:13:15Z [standalone.AnsibleHostVars]: CREATE_IN_PROGRESS state changed 2025-09-30 14:13:15Z [standalone.ServerIdMap]: CREATE_COMPLETE state changed 2025-09-30 14:13:15Z [standalone.HostsEntryValue]: CREATE_COMPLETE state changed 2025-09-30 14:13:15Z [standalone.StandaloneNetworkHostnameMap]: CREATE_IN_PROGRESS state changed 2025-09-30 14:13:15Z [standalone.AnsibleHostVars]: CREATE_COMPLETE state changed 2025-09-30 14:13:15Z [standalone.AllNodesExtraConfig]: CREATE_IN_PROGRESS state changed 2025-09-30 14:13:15Z [standalone.StandaloneNetworkHostnameMap]: CREATE_COMPLETE state changed 2025-09-30 14:13:15Z [standalone.AllNodesExtraConfig]: CREATE_COMPLETE state changed 2025-09-30 14:13:15Z [standalone.StandaloneIpListMap]: CREATE_IN_PROGRESS state changed 2025-09-30 14:13:15Z [standalone.AllNodesDeploySteps]: CREATE_IN_PROGRESS state changed 2025-09-30 14:13:15Z [standalone.StandaloneIpListMap]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:13:16Z [standalone.AllNodesDeploySteps]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:13:16Z [standalone.StandaloneIpListMap.EnabledServicesValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:13:16Z [standalone.StandaloneIpListMap.EnabledServicesValue]: CREATE_COMPLETE state changed 2025-09-30 14:13:16Z [standalone.AllNodesDeploySteps.ExternalUpgradeTasks]: CREATE_IN_PROGRESS state changed 2025-09-30 14:13:16Z [standalone.AllNodesDeploySteps.ExternalUpgradeTasks]: CREATE_COMPLETE state changed 2025-09-30 14:13:17Z [standalone.StandaloneIpListMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:13:17Z [standalone.StandaloneIpListMap.NetIpMapValue]: CREATE_COMPLETE state changed 2025-09-30 14:13:17Z [standalone.AllNodesDeploySteps.BootstrapServerId]: CREATE_IN_PROGRESS state changed 2025-09-30 14:13:17Z [standalone.StandaloneIpListMap]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:13:17Z [standalone.AllNodesDeploySteps.BootstrapServerId]: CREATE_COMPLETE state changed 2025-09-30 14:13:18Z [standalone.StandaloneIpListMap]: CREATE_COMPLETE state changed 2025-09-30 14:13:18Z [standalone.AllNodesDeploySteps.ExternalPostDeployTasks]: CREATE_IN_PROGRESS state changed 2025-09-30 14:13:18Z [standalone.AllNodesDeploySteps.ExternalPostDeployTasks]: CREATE_COMPLETE state changed 2025-09-30 14:13:19Z [standalone.AllNodesDeploySteps.ScaleTasks]: CREATE_IN_PROGRESS state changed 2025-09-30 14:13:19Z [standalone.AllNodesDeploySteps.ScaleTasks]: CREATE_COMPLETE state changed 2025-09-30 14:13:20Z [standalone.AllNodesDeploySteps.StandaloneExtraConfigPost]: CREATE_IN_PROGRESS state changed 2025-09-30 14:13:21Z [standalone.AllNodesDeploySteps.ExternalUpdateTasks]: CREATE_IN_PROGRESS state changed 2025-09-30 14:13:21Z [standalone.AllNodesDeploySteps.ExternalUpdateTasks]: CREATE_COMPLETE state changed 2025-09-30 14:13:21Z [standalone.AllNodesDeploySteps.StandaloneExtraConfigPost]: CREATE_COMPLETE state changed 2025-09-30 14:13:21Z [standalone.AllNodesDeploySteps.StandalonePostConfig]: CREATE_IN_PROGRESS state changed 2025-09-30 14:13:21Z [standalone.AllNodesDeploySteps.StandalonePostConfig]: CREATE_COMPLETE state changed 2025-09-30 14:13:22Z [standalone.AllNodesDeploySteps.ExternalDeployTasks]: CREATE_IN_PROGRESS state changed 2025-09-30 14:13:22Z [standalone.AllNodesDeploySteps.ExternalDeployTasks]: CREATE_COMPLETE state changed 2025-09-30 14:13:23Z [standalone.AllNodesDeploySteps.PreDeployStepTasks]: CREATE_IN_PROGRESS state changed 2025-09-30 14:13:23Z [standalone.AllNodesDeploySteps.PreDeployStepTasks]: CREATE_COMPLETE state changed 2025-09-30 14:13:23Z [standalone.AllNodesDeploySteps]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:13:24Z [standalone.AllNodesDeploySteps]: CREATE_COMPLETE state changed 2025-09-30 14:13:24Z [standalone]: CREATE_COMPLETE Stack CREATE completed successfully Stack standalone/cb08993b-77bf-4bd8-9a99-6bf32a5e6725 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-09-30 14:13:46.168114 | fa163eaa-657b-f732-44a0-000000000006 | TASK | External deployment step 0 2025-09-30 14:13:46.192995 | fa163eaa-657b-f732-44a0-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', 'fa163eaa-657b-f732-44a0-000000000006') missing from stats 2025-09-30 14:13:46.238559 | fa163eaa-657b-f732-44a0-000000000007 | TIMING | include_tasks | undercloud | 0:00:00.123365 | 0.03s 2025-09-30 14:13:46.245419 | 0ec0d950-889f-4433-927c-c32ffd826ffe | INCLUDED | /root/standalone-ansible-elkr9mpa/external_deploy_steps_tasks_step0.yaml | undercloud 2025-09-30 14:13:46.260833 | fa163eaa-657b-f732-44a0-000000000127 | TASK | create ovn mac address for Standalone role nodes 2025-09-30 14:13:47.114772 | fa163eaa-657b-f732-44a0-000000000127 | OK | create ovn mac address for Standalone role nodes | undercloud 2025-09-30 14:13:47.116116 | fa163eaa-657b-f732-44a0-000000000127 | TIMING | create ovn mac address for Standalone role nodes | undercloud | 0:00:01.000921 | 0.85s 2025-09-30 14:13:47.134616 | fa163eaa-657b-f732-44a0-000000000129 | TASK | create redis virtual ip 2025-09-30 14:13:48.079823 | fa163eaa-657b-f732-44a0-000000000129 | CHANGED | create redis virtual ip | undercloud 2025-09-30 14:13:48.081352 | fa163eaa-657b-f732-44a0-000000000129 | TIMING | create redis virtual ip | undercloud | 0:00:01.966121 | 0.95s PLAY [Check if required variables are defined] ********************************* 2025-09-30 14:13:48.164296 | fa163eaa-657b-f732-44a0-000000000138 | TASK | Gathering Facts 2025-09-30 14:13:48.734688 | fa163eaa-657b-f732-44a0-000000000138 | OK | Gathering Facts | localhost 2025-09-30 14:13:48.736223 | fa163eaa-657b-f732-44a0-000000000138 | TIMING | Gathering Facts | localhost | 0:00:02.621023 | 0.57s 2025-09-30 14:13:48.788958 | fa163eaa-657b-f732-44a0-00000000000b | SKIPPED | ansible.builtin.fail | localhost 2025-09-30 14:13:48.790009 | fa163eaa-657b-f732-44a0-00000000000b | TIMING | ansible.builtin.fail | localhost | 0:00:02.674813 | 0.04s 2025-09-30 14:13:48.825430 | fa163eaa-657b-f732-44a0-00000000000c | SKIPPED | ansible.builtin.fail | localhost 2025-09-30 14:13:48.826649 | fa163eaa-657b-f732-44a0-00000000000c | TIMING | ansible.builtin.fail | localhost | 0:00:02.711451 | 0.03s PLAY [Clear cached facts] ****************************************************** PLAY [Gather facts] ************************************************************ 2025-09-30 14:13:48.938518 | fa163eaa-657b-f732-44a0-000000000160 | TASK | Gathering Facts 2025-09-30 14:13:48.948817 | fa163eaa-657b-f732-44a0-000000000160 | TASK | Gathering Facts 2025-09-30 14:13:49.328459 | fa163eaa-657b-f732-44a0-000000000160 | OK | Gathering Facts | undercloud 2025-09-30 14:13:49.329909 | fa163eaa-657b-f732-44a0-000000000160 | TIMING | Gathering Facts | undercloud | 0:00:03.214713 | 0.39s 2025-09-30 14:13:49.332676 | fa163eaa-657b-f732-44a0-000000000160 | OK | Gathering Facts | standalone 2025-09-30 14:13:49.333726 | fa163eaa-657b-f732-44a0-000000000160 | TIMING | Gathering Facts | standalone | 0:00:03.218536 | 0.38s 2025-09-30 14:13:49.395044 | fa163eaa-657b-f732-44a0-000000000012 | TASK | Set legacy facts 2025-09-30 14:13:49.415520 | fa163eaa-657b-f732-44a0-000000000012 | TASK | Set legacy facts 2025-09-30 14:13:49.432117 | fa163eaa-657b-f732-44a0-000000000012 | OK | Set legacy facts | undercloud 2025-09-30 14:13:49.433021 | fa163eaa-657b-f732-44a0-000000000012 | TIMING | Set legacy facts | undercloud | 0:00:03.317828 | 0.04s 2025-09-30 14:13:49.458180 | fa163eaa-657b-f732-44a0-000000000012 | OK | Set legacy facts | standalone 2025-09-30 14:13:49.458767 | fa163eaa-657b-f732-44a0-000000000012 | TIMING | Set legacy facts | standalone | 0:00:03.343579 | 0.04s PLAY [Load global variables] *************************************************** 2025-09-30 14:13:49.620870 | fa163eaa-657b-f732-44a0-000000000015 | OK | ansible.builtin.include_vars | undercloud 2025-09-30 14:13:49.621855 | fa163eaa-657b-f732-44a0-000000000015 | TIMING | ansible.builtin.include_vars | undercloud | 0:00:03.506660 | 0.04s 2025-09-30 14:13:49.632482 | fa163eaa-657b-f732-44a0-000000000015 | OK | ansible.builtin.include_vars | standalone 2025-09-30 14:13:49.632879 | fa163eaa-657b-f732-44a0-000000000015 | TIMING | ansible.builtin.include_vars | standalone | 0:00:03.517695 | 0.04s PLAY [Include extra variables from files] ************************************** 2025-09-30 14:13:49.706321 | fa163eaa-657b-f732-44a0-000000000018 | TASK | Include Service VIP vars 2025-09-30 14:13:49.733098 | fa163eaa-657b-f732-44a0-000000000018 | OK | Include Service VIP vars | undercloud 2025-09-30 14:13:49.733877 | fa163eaa-657b-f732-44a0-000000000018 | TIMING | Include Service VIP vars | undercloud | 0:00:03.618688 | 0.03s 2025-09-30 14:13:49.744386 | fa163eaa-657b-f732-44a0-000000000018 | OK | Include Service VIP vars | standalone 2025-09-30 14:13:49.744713 | fa163eaa-657b-f732-44a0-000000000018 | TIMING | Include Service VIP vars | standalone | 0:00:03.629530 | 0.03s 2025-09-30 14:13:49.747791 | fa163eaa-657b-f732-44a0-000000000019 | TASK | Include OVN bridge MAC address variables 2025-09-30 14:13:49.781379 | fa163eaa-657b-f732-44a0-000000000019 | OK | Include OVN bridge MAC address variables | undercloud 2025-09-30 14:13:49.782343 | fa163eaa-657b-f732-44a0-000000000019 | TIMING | Include OVN bridge MAC address variables | undercloud | 0:00:03.667149 | 0.03s 2025-09-30 14:13:49.793033 | fa163eaa-657b-f732-44a0-000000000019 | OK | Include OVN bridge MAC address variables | standalone 2025-09-30 14:13:49.793545 | fa163eaa-657b-f732-44a0-000000000019 | TIMING | Include OVN bridge MAC address variables | standalone | 0:00:03.678360 | 0.04s PLAY [Render all_nodes data as group_vars for overcloud] *********************** 2025-09-30 14:13:49.884124 | fa163eaa-657b-f732-44a0-00000000001c | TASK | Render all_nodes data as group_vars for overcloud 2025-09-30 14:13:50.622841 | fa163eaa-657b-f732-44a0-00000000001c | OK | Render all_nodes data as group_vars for overcloud | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163eaa-657b-f732-44a0-00000000001c') missing from stats PLAY [Set all_nodes data as group_vars for overcloud] ************************** 2025-09-30 14:13:50.710981 | fa163eaa-657b-f732-44a0-00000000001f | TASK | Set all_nodes data as group_vars for overcloud 2025-09-30 14:13:50.738616 | fa163eaa-657b-f732-44a0-00000000001f | OK | Set all_nodes data as group_vars for overcloud | standalone 2025-09-30 14:13:50.739119 | fa163eaa-657b-f732-44a0-00000000001f | TIMING | Set all_nodes data as group_vars for overcloud | standalone | 0:00:04.623931 | 0.03s PLAY [Manage SELinux] ********************************************************** 2025-09-30 14:13:50.800211 | fa163eaa-657b-f732-44a0-000000000023 | TASK | Set selinux state 2025-09-30 14:13:51.325602 | fa163eaa-657b-f732-44a0-000000000023 | OK | Set selinux state | standalone 2025-09-30 14:13:51.327502 | fa163eaa-657b-f732-44a0-000000000023 | TIMING | Set selinux state | standalone | 0:00:05.212294 | 0.53s PLAY [Generate /etc/hosts] ***************************************************** 2025-09-30 14:13:51.468464 | fa163eaa-657b-f732-44a0-000000000026 | TASK | Configure Hosts Entries 2025-09-30 14:13:51.499929 | fa163eaa-657b-f732-44a0-000000000026 | TIMING | Configure Hosts Entries | undercloud | 0:00:05.384697 | 0.03s 2025-09-30 14:13:51.517780 | fa163eaa-657b-f732-44a0-000000000026 | TIMING | Configure Hosts Entries | standalone | 0:00:05.402587 | 0.02s 2025-09-30 14:13:51.569881 | fa163eaa-657b-f732-44a0-0000000001f1 | TASK | Create temporary file for hosts 2025-09-30 14:13:51.907089 | fa163eaa-657b-f732-44a0-0000000001f1 | CHANGED | Create temporary file for hosts | undercloud 2025-09-30 14:13:51.908754 | fa163eaa-657b-f732-44a0-0000000001f1 | TIMING | tripleo_hosts_entries : Create temporary file for hosts | undercloud | 0:00:05.793551 | 0.34s 2025-09-30 14:13:51.951230 | fa163eaa-657b-f732-44a0-0000000001f1 | CHANGED | Create temporary file for hosts | standalone 2025-09-30 14:13:51.951953 | fa163eaa-657b-f732-44a0-0000000001f1 | TIMING | tripleo_hosts_entries : Create temporary file for hosts | standalone | 0:00:05.836763 | 0.37s 2025-09-30 14:13:51.970276 | fa163eaa-657b-f732-44a0-0000000001f2 | TASK | Prepare temporary /etc/hosts 2025-09-30 14:13:52.372712 | fa163eaa-657b-f732-44a0-0000000001f2 | CHANGED | Prepare temporary /etc/hosts | undercloud 2025-09-30 14:13:52.374527 | fa163eaa-657b-f732-44a0-0000000001f2 | TIMING | tripleo_hosts_entries : Prepare temporary /etc/hosts | undercloud | 0:00:06.259324 | 0.40s 2025-09-30 14:13:52.385759 | fa163eaa-657b-f732-44a0-0000000001f2 | CHANGED | Prepare temporary /etc/hosts | standalone 2025-09-30 14:13:52.386519 | fa163eaa-657b-f732-44a0-0000000001f2 | TIMING | tripleo_hosts_entries : Prepare temporary /etc/hosts | standalone | 0:00:06.271303 | 0.40s 2025-09-30 14:13:52.404113 | fa163eaa-657b-f732-44a0-0000000001f3 | TASK | Remove old Heat hosts configuration (if present) 2025-09-30 14:13:52.759461 | fa163eaa-657b-f732-44a0-0000000001f3 | OK | Remove old Heat hosts configuration (if present) | undercloud 2025-09-30 14:13:52.761016 | fa163eaa-657b-f732-44a0-0000000001f3 | TIMING | tripleo_hosts_entries : Remove old Heat hosts configuration (if present) | undercloud | 0:00:06.645814 | 0.36s 2025-09-30 14:13:52.772659 | fa163eaa-657b-f732-44a0-0000000001f3 | OK | Remove old Heat hosts configuration (if present) | standalone 2025-09-30 14:13:52.773450 | fa163eaa-657b-f732-44a0-0000000001f3 | TIMING | tripleo_hosts_entries : Remove old Heat hosts configuration (if present) | standalone | 0:00:06.658259 | 0.35s 2025-09-30 14:13:52.790835 | fa163eaa-657b-f732-44a0-0000000001f4 | TASK | Render out the hosts entries 2025-09-30 14:13:52.899186 | fa163eaa-657b-f732-44a0-0000000001f4 | OK | Render out the hosts entries | undercloud 2025-09-30 14:13:52.900202 | fa163eaa-657b-f732-44a0-0000000001f4 | TIMING | tripleo_hosts_entries : Render out the hosts entries | undercloud | 0:00:06.785005 | 0.11s 2025-09-30 14:13:52.917522 | fa163eaa-657b-f732-44a0-0000000001f5 | TASK | Prepare new /etc/hosts 2025-09-30 14:13:53.202369 | fa163eaa-657b-f732-44a0-0000000001f5 | CHANGED | Prepare new /etc/hosts | undercloud 2025-09-30 14:13:53.203827 | fa163eaa-657b-f732-44a0-0000000001f5 | TIMING | tripleo_hosts_entries : Prepare new /etc/hosts | undercloud | 0:00:07.088626 | 0.29s 2025-09-30 14:13:53.235587 | fa163eaa-657b-f732-44a0-0000000001f5 | CHANGED | Prepare new /etc/hosts | standalone 2025-09-30 14:13:53.236371 | fa163eaa-657b-f732-44a0-0000000001f5 | TIMING | tripleo_hosts_entries : Prepare new /etc/hosts | standalone | 0:00:07.121179 | 0.30s 2025-09-30 14:13:53.254205 | fa163eaa-657b-f732-44a0-0000000001f6 | TASK | Update /etc/hosts contents (if changed) 2025-09-30 14:13:53.612985 | fa163eaa-657b-f732-44a0-0000000001f6 | CHANGED | Update /etc/hosts contents (if changed) | undercloud 2025-09-30 14:13:53.614588 | fa163eaa-657b-f732-44a0-0000000001f6 | TIMING | tripleo_hosts_entries : Update /etc/hosts contents (if changed) | undercloud | 0:00:07.499398 | 0.36s 2025-09-30 14:13:53.614988 | fa163eaa-657b-f732-44a0-0000000001f6 | CHANGED | Update /etc/hosts contents (if changed) | standalone 2025-09-30 14:13:53.615394 | fa163eaa-657b-f732-44a0-0000000001f6 | TIMING | tripleo_hosts_entries : Update /etc/hosts contents (if changed) | standalone | 0:00:07.500211 | 0.34s 2025-09-30 14:13:53.629329 | fa163eaa-657b-f732-44a0-0000000001f7 | TASK | Clean up temporary hosts file 2025-09-30 14:13:53.989544 | fa163eaa-657b-f732-44a0-0000000001f7 | CHANGED | Clean up temporary hosts file | standalone 2025-09-30 14:13:53.990785 | fa163eaa-657b-f732-44a0-0000000001f7 | TIMING | tripleo_hosts_entries : Clean up temporary hosts file | standalone | 0:00:07.875589 | 0.35s 2025-09-30 14:13:53.991861 | fa163eaa-657b-f732-44a0-0000000001f7 | CHANGED | Clean up temporary hosts file | undercloud 2025-09-30 14:13:53.992663 | fa163eaa-657b-f732-44a0-0000000001f7 | TIMING | tripleo_hosts_entries : Clean up temporary hosts file | undercloud | 0:00:07.877474 | 0.36s PLAY [Common roles for TripleO servers] **************************************** 2025-09-30 14:13:54.111456 | fa163eaa-657b-f732-44a0-00000000002a | TASK | Common roles for TripleO servers 2025-09-30 14:13:54.137814 | fa163eaa-657b-f732-44a0-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', 'fa163eaa-657b-f732-44a0-00000000002a') missing from stats 2025-09-30 14:13:54.227548 | fa163eaa-657b-f732-44a0-00000000002c | TIMING | include_role : tripleo_bootstrap | standalone | 0:00:08.112335 | 0.03s 2025-09-30 14:13:54.301837 | fa163eaa-657b-f732-44a0-000000000254 | TASK | Gather variables for each operating system 2025-09-30 14:13:54.413477 | fa163eaa-657b-f732-44a0-000000000254 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2025-09-30 14:13:54.415330 | fa163eaa-657b-f732-44a0-000000000254 | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:08.300092 | 0.11s 2025-09-30 14:13:54.424213 | fa163eaa-657b-f732-44a0-000000000254 | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:08.309011 | 0.12s 2025-09-30 14:13:54.449657 | fa163eaa-657b-f732-44a0-000000000256 | TASK | Check release version package is installed 2025-09-30 14:13:54.774614 | fa163eaa-657b-f732-44a0-000000000256 | CHANGED | Check release version package is installed | standalone 2025-09-30 14:13:54.776251 | fa163eaa-657b-f732-44a0-000000000256 | TIMING | tripleo_bootstrap : Check release version package is installed | standalone | 0:00:08.661046 | 0.33s 2025-09-30 14:13:54.804568 | fa163eaa-657b-f732-44a0-000000000257 | TASK | Deploy release version package 2025-09-30 14:13:58.933729 | fa163eaa-657b-f732-44a0-000000000257 | CHANGED | Deploy release version package | standalone 2025-09-30 14:13:58.935243 | fa163eaa-657b-f732-44a0-000000000257 | TIMING | tripleo_bootstrap : Deploy release version package | standalone | 0:00:12.820042 | 4.13s 2025-09-30 14:13:58.960252 | fa163eaa-657b-f732-44a0-000000000259 | TASK | Include packages tasks 2025-09-30 14:13:58.980711 | fa163eaa-657b-f732-44a0-000000000259 | TIMING | tripleo_bootstrap : Include packages tasks | standalone | 0:00:12.865509 | 0.02s 2025-09-30 14:13:59.006387 | f515b21e-dbb6-478c-9f84-840425c0a052 | INCLUDED | /usr/share/ansible/roles/tripleo_bootstrap/tasks/packages.yml | standalone 2025-09-30 14:13:59.038546 | fa163eaa-657b-f732-44a0-0000000002ad | TASK | Gather facts if they don't exist 2025-09-30 14:13:59.068833 | fa163eaa-657b-f732-44a0-0000000002ad | SKIPPED | Gather facts if they don't exist | standalone 2025-09-30 14:13:59.070041 | fa163eaa-657b-f732-44a0-0000000002ad | TIMING | tripleo_bootstrap : Gather facts if they don't exist | standalone | 0:00:12.954839 | 0.03s 2025-09-30 14:13:59.095538 | fa163eaa-657b-f732-44a0-0000000002ae | TASK | Gather variables for each operating system 2025-09-30 14:13:59.189213 | fa163eaa-657b-f732-44a0-0000000002ae | SKIPPED | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2025-09-30 14:13:59.195571 | fa163eaa-657b-f732-44a0-0000000002ae | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:13.080365 | 0.10s 2025-09-30 14:13:59.221247 | fa163eaa-657b-f732-44a0-0000000002b0 | TASK | Check required packages to bootstrap TripleO is installed 2025-09-30 14:13:59.492233 | fa163eaa-657b-f732-44a0-0000000002b0 | CHANGED | Check required packages to bootstrap TripleO is installed | standalone 2025-09-30 14:13:59.493803 | fa163eaa-657b-f732-44a0-0000000002b0 | TIMING | tripleo_bootstrap : Check required packages to bootstrap TripleO is installed | standalone | 0:00:13.378604 | 0.27s 2025-09-30 14:13:59.520493 | fa163eaa-657b-f732-44a0-0000000002b1 | TASK | Deploy required packages to bootstrap TripleO 2025-09-30 14:14:05.125246 | fa163eaa-657b-f732-44a0-0000000002b1 | CHANGED | Deploy required packages to bootstrap TripleO | standalone 2025-09-30 14:14:05.126766 | fa163eaa-657b-f732-44a0-0000000002b1 | TIMING | tripleo_bootstrap : Deploy required packages to bootstrap TripleO | standalone | 0:00:19.011568 | 5.60s 2025-09-30 14:14:05.152545 | fa163eaa-657b-f732-44a0-0000000002b2 | TASK | Ensure packages are actually well installed 2025-09-30 14:14:06.224538 | fa163eaa-657b-f732-44a0-0000000002b2 | CHANGED | Ensure packages are actually well installed | standalone 2025-09-30 14:14:06.225994 | fa163eaa-657b-f732-44a0-0000000002b2 | TIMING | tripleo_bootstrap : Ensure packages are actually well installed | standalone | 0:00:20.110794 | 1.07s 2025-09-30 14:14:06.252103 | fa163eaa-657b-f732-44a0-00000000025a | TASK | Enable openvswitch service if installed 2025-09-30 14:14:07.171594 | fa163eaa-657b-f732-44a0-00000000025a | CHANGED | Enable openvswitch service if installed | standalone 2025-09-30 14:14:07.173500 | fa163eaa-657b-f732-44a0-00000000025a | TIMING | tripleo_bootstrap : Enable openvswitch service if installed | standalone | 0:00:21.058300 | 0.92s 2025-09-30 14:14:07.200149 | fa163eaa-657b-f732-44a0-00000000025b | TASK | Create /var/lib/heat-config/tripleo-config-download directory for deployment data 2025-09-30 14:14:07.430927 | fa163eaa-657b-f732-44a0-00000000025b | CHANGED | Create /var/lib/heat-config/tripleo-config-download directory for deployment data | standalone 2025-09-30 14:14:07.432259 | fa163eaa-657b-f732-44a0-00000000025b | TIMING | tripleo_bootstrap : Create /var/lib/heat-config/tripleo-config-download directory for deployment data | standalone | 0:00:21.317060 | 0.23s 2025-09-30 14:14:07.456765 | fa163eaa-657b-f732-44a0-00000000025d | TASK | Check required legacy network packages for bootstrap TripleO is installed 2025-09-30 14:14:07.738652 | fa163eaa-657b-f732-44a0-00000000025d | CHANGED | Check required legacy network packages for bootstrap TripleO is installed | standalone 2025-09-30 14:14:07.740091 | fa163eaa-657b-f732-44a0-00000000025d | TIMING | tripleo_bootstrap : Check required legacy network packages for bootstrap TripleO is installed | standalone | 0:00:21.624892 | 0.28s 2025-09-30 14:14:07.766014 | fa163eaa-657b-f732-44a0-00000000025e | TASK | Deploy network-scripts required for deprecated network service 2025-09-30 14:14:07.823774 | fa163eaa-657b-f732-44a0-00000000025e | SKIPPED | Deploy network-scripts required for deprecated network service | standalone 2025-09-30 14:14:07.824920 | fa163eaa-657b-f732-44a0-00000000025e | TIMING | tripleo_bootstrap : Deploy network-scripts required for deprecated network service | standalone | 0:00:21.709719 | 0.06s 2025-09-30 14:14:07.849441 | fa163eaa-657b-f732-44a0-00000000025f | TASK | Ensure network service is enabled 2025-09-30 14:14:08.259393 | fa163eaa-657b-f732-44a0-00000000025f | OK | Ensure network service is enabled | standalone 2025-09-30 14:14:08.261217 | fa163eaa-657b-f732-44a0-00000000025f | TIMING | tripleo_bootstrap : Ensure network service is enabled | standalone | 0:00:22.146016 | 0.41s 2025-09-30 14:14:08.287450 | fa163eaa-657b-f732-44a0-000000000261 | TASK | Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf 2025-09-30 14:14:08.631955 | fa163eaa-657b-f732-44a0-000000000261 | CHANGED | Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf | standalone 2025-09-30 14:14:08.633274 | fa163eaa-657b-f732-44a0-000000000261 | TIMING | tripleo_bootstrap : Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:00:22.518074 | 0.34s 2025-09-30 14:14:08.658722 | fa163eaa-657b-f732-44a0-000000000262 | TASK | Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf 2025-09-30 14:14:08.889702 | fa163eaa-657b-f732-44a0-000000000262 | CHANGED | Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf | standalone 2025-09-30 14:14:08.891034 | fa163eaa-657b-f732-44a0-000000000262 | TIMING | tripleo_bootstrap : Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:00:22.775835 | 0.23s 2025-09-30 14:14:08.915694 | fa163eaa-657b-f732-44a0-000000000263 | TASK | Reload NetworkManager 2025-09-30 14:14:09.323549 | fa163eaa-657b-f732-44a0-000000000263 | CHANGED | Reload NetworkManager | standalone 2025-09-30 14:14:09.324880 | fa163eaa-657b-f732-44a0-000000000263 | TIMING | tripleo_bootstrap : Reload NetworkManager | standalone | 0:00:23.209686 | 0.41s 2025-09-30 14:14:09.345553 | fa163eaa-657b-f732-44a0-000000000265 | TASK | Symlink puppet modules under /etc/puppet/modules 2025-09-30 14:14:09.596530 | fa163eaa-657b-f732-44a0-000000000265 | CHANGED | Symlink puppet modules under /etc/puppet/modules | standalone 2025-09-30 14:14:09.597911 | fa163eaa-657b-f732-44a0-000000000265 | TIMING | tripleo_bootstrap : Symlink puppet modules under /etc/puppet/modules | standalone | 0:00:23.482709 | 0.25s 2025-09-30 14:14:09.623363 | fa163eaa-657b-f732-44a0-000000000266 | TASK | Check if /usr/bin/ansible-playbook exists 2025-09-30 14:14:09.962014 | fa163eaa-657b-f732-44a0-000000000266 | OK | Check if /usr/bin/ansible-playbook exists | standalone 2025-09-30 14:14:09.963462 | fa163eaa-657b-f732-44a0-000000000266 | TIMING | tripleo_bootstrap : Check if /usr/bin/ansible-playbook exists | standalone | 0:00:23.848261 | 0.34s 2025-09-30 14:14:09.988826 | fa163eaa-657b-f732-44a0-000000000267 | TASK | Check if /usr/bin/ansible-playbook-3 exists 2025-09-30 14:14:10.191661 | fa163eaa-657b-f732-44a0-000000000267 | OK | Check if /usr/bin/ansible-playbook-3 exists | standalone 2025-09-30 14:14:10.192975 | fa163eaa-657b-f732-44a0-000000000267 | TIMING | tripleo_bootstrap : Check if /usr/bin/ansible-playbook-3 exists | standalone | 0:00:24.077772 | 0.20s 2025-09-30 14:14:10.218134 | fa163eaa-657b-f732-44a0-000000000268 | TASK | Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook 2025-09-30 14:14:10.449683 | fa163eaa-657b-f732-44a0-000000000268 | CHANGED | Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook | standalone 2025-09-30 14:14:10.450546 | fa163eaa-657b-f732-44a0-000000000268 | TIMING | tripleo_bootstrap : Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook | standalone | 0:00:24.335357 | 0.23s 2025-09-30 14:14:10.511249 | fa163eaa-657b-f732-44a0-00000000002d | TIMING | include_role : tripleo_ssh_known_hosts | standalone | 0:00:24.396042 | 0.02s 2025-09-30 14:14:10.586851 | fa163eaa-657b-f732-44a0-000000000361 | TASK | Create temporary file for ssh_known_hosts 2025-09-30 14:14:10.794747 | fa163eaa-657b-f732-44a0-000000000361 | CHANGED | Create temporary file for ssh_known_hosts | standalone 2025-09-30 14:14:10.796028 | fa163eaa-657b-f732-44a0-000000000361 | TIMING | tripleo_ssh_known_hosts : Create temporary file for ssh_known_hosts | standalone | 0:00:24.680829 | 0.21s 2025-09-30 14:14:10.820948 | fa163eaa-657b-f732-44a0-000000000362 | TASK | Check for ssh_known_hosts file 2025-09-30 14:14:11.023878 | fa163eaa-657b-f732-44a0-000000000362 | OK | Check for ssh_known_hosts file | standalone 2025-09-30 14:14:11.025201 | fa163eaa-657b-f732-44a0-000000000362 | TIMING | tripleo_ssh_known_hosts : Check for ssh_known_hosts file | standalone | 0:00:24.910003 | 0.20s 2025-09-30 14:14:11.050679 | fa163eaa-657b-f732-44a0-000000000363 | TASK | Create a temporary copy of ssh_known_hosts 2025-09-30 14:14:11.087325 | fa163eaa-657b-f732-44a0-000000000363 | SKIPPED | Create a temporary copy of ssh_known_hosts | standalone 2025-09-30 14:14:11.088440 | fa163eaa-657b-f732-44a0-000000000363 | TIMING | tripleo_ssh_known_hosts : Create a temporary copy of ssh_known_hosts | standalone | 0:00:24.973241 | 0.04s 2025-09-30 14:14:11.113912 | fa163eaa-657b-f732-44a0-000000000364 | TASK | Write temporary file 2025-09-30 14:14:11.157422 | fa163eaa-657b-f732-44a0-000000000364 | SKIPPED | Write temporary file | standalone 2025-09-30 14:14:11.158501 | fa163eaa-657b-f732-44a0-000000000364 | TIMING | tripleo_ssh_known_hosts : Write temporary file | standalone | 0:00:25.043304 | 0.04s 2025-09-30 14:14:11.182740 | fa163eaa-657b-f732-44a0-000000000365 | TASK | Set ssh_known_hosts fact 2025-09-30 14:14:11.262583 | fa163eaa-657b-f732-44a0-000000000365 | OK | Set ssh_known_hosts fact | standalone 2025-09-30 14:14:11.263870 | fa163eaa-657b-f732-44a0-000000000365 | TIMING | tripleo_ssh_known_hosts : Set ssh_known_hosts fact | standalone | 0:00:25.148670 | 0.08s 2025-09-30 14:14:11.289678 | fa163eaa-657b-f732-44a0-000000000366 | TASK | Add host keys to temporary ssh_known_hosts 2025-09-30 14:14:11.503911 | fa163eaa-657b-f732-44a0-000000000366 | CHANGED | Add host keys to temporary ssh_known_hosts | standalone 2025-09-30 14:14:11.505200 | fa163eaa-657b-f732-44a0-000000000366 | TIMING | tripleo_ssh_known_hosts : Add host keys to temporary ssh_known_hosts | standalone | 0:00:25.390002 | 0.21s 2025-09-30 14:14:11.530717 | fa163eaa-657b-f732-44a0-000000000367 | TASK | In-place update of /etc/ssh_known_hosts 2025-09-30 14:14:11.761285 | fa163eaa-657b-f732-44a0-000000000367 | CHANGED | In-place update of /etc/ssh_known_hosts | standalone 2025-09-30 14:14:11.762575 | fa163eaa-657b-f732-44a0-000000000367 | TIMING | tripleo_ssh_known_hosts : In-place update of /etc/ssh_known_hosts | standalone | 0:00:25.647377 | 0.23s 2025-09-30 14:14:11.787493 | fa163eaa-657b-f732-44a0-000000000368 | TASK | Remove temp file 2025-09-30 14:14:12.019545 | fa163eaa-657b-f732-44a0-000000000368 | CHANGED | Remove temp file | standalone 2025-09-30 14:14:12.020847 | fa163eaa-657b-f732-44a0-000000000368 | TIMING | tripleo_ssh_known_hosts : Remove temp file | standalone | 0:00:25.905651 | 0.23s PLAY [Deploy step tasks for step 0] ******************************************** 2025-09-30 14:14:12.206747 | fa163eaa-657b-f732-44a0-000000000034 | TASK | Deploy step tasks for step 0 2025-09-30 14:14:12.267013 | fa163eaa-657b-f732-44a0-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', 'fa163eaa-657b-f732-44a0-000000000034') missing from stats 2025-09-30 14:14:12.294459 | fa163eaa-657b-f732-44a0-000000000035 | TASK | Ensure /var/log/journal exists 2025-09-30 14:14:12.526053 | fa163eaa-657b-f732-44a0-000000000035 | CHANGED | Ensure /var/log/journal exists | standalone 2025-09-30 14:14:12.527574 | fa163eaa-657b-f732-44a0-000000000035 | TIMING | Ensure /var/log/journal exists | standalone | 0:00:26.412371 | 0.23s 2025-09-30 14:14:12.554106 | fa163eaa-657b-f732-44a0-000000000036 | TASK | Check cloud-init status 2025-09-30 14:14:12.800811 | fa163eaa-657b-f732-44a0-000000000036 | CHANGED | Check cloud-init status | standalone 2025-09-30 14:14:12.802341 | fa163eaa-657b-f732-44a0-000000000036 | TIMING | Check cloud-init status | standalone | 0:00:26.687111 | 0.25s 2025-09-30 14:14:12.828603 | fa163eaa-657b-f732-44a0-000000000037 | TASK | Check if cloud-init is disabled via kernel args 2025-09-30 14:14:13.050742 | fa163eaa-657b-f732-44a0-000000000037 | CHANGED | Check if cloud-init is disabled via kernel args | standalone 2025-09-30 14:14:13.052190 | fa163eaa-657b-f732-44a0-000000000037 | TIMING | Check if cloud-init is disabled via kernel args | standalone | 0:00:26.936989 | 0.22s 2025-09-30 14:14:13.078913 | fa163eaa-657b-f732-44a0-000000000038 | TASK | Wait for cloud-init to finish, if enabled 2025-09-30 14:14:13.479501 | fa163eaa-657b-f732-44a0-000000000038 | OK | Wait for cloud-init to finish, if enabled | standalone 2025-09-30 14:14:13.480830 | fa163eaa-657b-f732-44a0-000000000038 | TIMING | Wait for cloud-init to finish, if enabled | standalone | 0:00:27.365634 | 0.40s 2025-09-30 14:14:13.508357 | fa163eaa-657b-f732-44a0-000000000039 | TASK | Create /var/lib/container-puppet 2025-09-30 14:14:13.797660 | fa163eaa-657b-f732-44a0-000000000039 | CHANGED | Create /var/lib/container-puppet | standalone 2025-09-30 14:14:13.798862 | fa163eaa-657b-f732-44a0-000000000039 | TIMING | Create /var/lib/container-puppet | standalone | 0:00:27.683664 | 0.29s 2025-09-30 14:14:13.823498 | fa163eaa-657b-f732-44a0-00000000003a | TASK | Write container-puppet.sh 2025-09-30 14:14:14.249578 | fa163eaa-657b-f732-44a0-00000000003a | CHANGED | Write container-puppet.sh | standalone 2025-09-30 14:14:14.250830 | fa163eaa-657b-f732-44a0-00000000003a | TIMING | Write container-puppet.sh | standalone | 0:00:28.135633 | 0.43s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-09-30 14:14:14.307357 | fa163eaa-657b-f732-44a0-00000000003b | TIMING | include_tasks | standalone | 0:00:28.192158 | 0.03s 2025-09-30 14:14:14.327059 | 1be3b660-c4d6-45c1-8c03-baa2648abeaf | INCLUDED | /root/standalone-ansible-elkr9mpa/Standalone/deploy_steps_tasks_step0.yaml | standalone 2025-09-30 14:14:14.360573 | fa163eaa-657b-f732-44a0-000000000416 | TASK | Configure tuned before reboot 2025-09-30 14:14:14.409898 | fa163eaa-657b-f732-44a0-000000000416 | TIMING | Configure tuned before reboot | standalone | 0:00:28.294694 | 0.05s 2025-09-30 14:14:14.467664 | fa163eaa-657b-f732-44a0-000000000455 | TASK | Gather variables for each operating system 2025-09-30 14:14:14.584962 | fa163eaa-657b-f732-44a0-000000000455 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tuned/vars/redhat.yml 2025-09-30 14:14:14.586247 | fa163eaa-657b-f732-44a0-000000000455 | TIMING | tuned : Gather variables for each operating system | standalone | 0:00:28.471045 | 0.12s 2025-09-30 14:14:14.592150 | fa163eaa-657b-f732-44a0-000000000455 | TIMING | tuned : Gather variables for each operating system | standalone | 0:00:28.476955 | 0.12s 2025-09-30 14:14:14.679598 | fa163eaa-657b-f732-44a0-000000000456 | TIMING | tuned : include_tasks | standalone | 0:00:28.564398 | 0.06s 2025-09-30 14:14:14.701694 | bdb4bfb3-9c77-4026-b504-8ace8f1bff05 | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_install.yml | standalone 2025-09-30 14:14:14.737751 | fa163eaa-657b-f732-44a0-00000000047f | TASK | Check tuned package is installed 2025-09-30 14:14:15.005882 | fa163eaa-657b-f732-44a0-00000000047f | CHANGED | Check tuned package is installed | standalone 2025-09-30 14:14:15.007343 | fa163eaa-657b-f732-44a0-00000000047f | TIMING | tuned : Check tuned package is installed | standalone | 0:00:28.892107 | 0.27s 2025-09-30 14:14:15.035066 | fa163eaa-657b-f732-44a0-000000000480 | TASK | Install tuned 2025-09-30 14:14:21.654024 | fa163eaa-657b-f732-44a0-000000000480 | CHANGED | Install tuned | standalone 2025-09-30 14:14:21.655405 | fa163eaa-657b-f732-44a0-000000000480 | TIMING | tuned : Install tuned | standalone | 0:00:35.540210 | 6.62s 2025-09-30 14:14:21.682948 | fa163eaa-657b-f732-44a0-000000000481 | TASK | Restart tuned 2025-09-30 14:14:24.575320 | fa163eaa-657b-f732-44a0-000000000481 | CHANGED | Restart tuned | standalone 2025-09-30 14:14:24.577336 | fa163eaa-657b-f732-44a0-000000000481 | TIMING | tuned : Restart tuned | standalone | 0:00:38.462118 | 2.89s 2025-09-30 14:14:24.604977 | fa163eaa-657b-f732-44a0-000000000457 | TASK | Check for tuned-adm 2025-09-30 14:14:24.842094 | fa163eaa-657b-f732-44a0-000000000457 | OK | Check for tuned-adm | standalone 2025-09-30 14:14:24.843440 | fa163eaa-657b-f732-44a0-000000000457 | TIMING | tuned : Check for tuned-adm | standalone | 0:00:38.728244 | 0.24s 2025-09-30 14:14:24.908844 | fa163eaa-657b-f732-44a0-000000000458 | TIMING | tuned : include_tasks | standalone | 0:00:38.793642 | 0.04s 2025-09-30 14:14:24.941451 | 2ea3fe7a-4e15-45dd-87f8-9fb9b9f0dd48 | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_config.yml | standalone 2025-09-30 14:14:24.976554 | fa163eaa-657b-f732-44a0-0000000004b6 | TASK | Ensure profile directory exists 2025-09-30 14:14:25.045797 | fa163eaa-657b-f732-44a0-0000000004b6 | SKIPPED | Ensure profile directory exists | standalone 2025-09-30 14:14:25.046545 | fa163eaa-657b-f732-44a0-0000000004b6 | TIMING | tuned : Ensure profile directory exists | standalone | 0:00:38.931354 | 0.07s 2025-09-30 14:14:25.066846 | fa163eaa-657b-f732-44a0-0000000004b7 | TASK | Create custom tuned profile 2025-09-30 14:14:25.125728 | fa163eaa-657b-f732-44a0-0000000004b7 | SKIPPED | Create custom tuned profile | standalone 2025-09-30 14:14:25.126742 | fa163eaa-657b-f732-44a0-0000000004b7 | TIMING | tuned : Create custom tuned profile | standalone | 0:00:39.011548 | 0.06s 2025-09-30 14:14:25.152936 | fa163eaa-657b-f732-44a0-0000000004b8 | TASK | Check tuned active profile 2025-09-30 14:14:25.512145 | fa163eaa-657b-f732-44a0-0000000004b8 | OK | Check tuned active profile | standalone 2025-09-30 14:14:25.513567 | fa163eaa-657b-f732-44a0-0000000004b8 | TIMING | tuned : Check tuned active profile | standalone | 0:00:39.398367 | 0.36s 2025-09-30 14:14:25.542962 | fa163eaa-657b-f732-44a0-0000000004b9 | TASK | Check Tuned Configuration file exists 2025-09-30 14:14:25.769351 | fa163eaa-657b-f732-44a0-0000000004b9 | OK | Check Tuned Configuration file exists | standalone 2025-09-30 14:14:25.770705 | fa163eaa-657b-f732-44a0-0000000004b9 | TIMING | tuned : Check Tuned Configuration file exists | standalone | 0:00:39.655506 | 0.23s 2025-09-30 14:14:25.796678 | fa163eaa-657b-f732-44a0-0000000004ba | TASK | Fail if tuned profile conf is absent but isolated cores is provided 2025-09-30 14:14:25.859524 | fa163eaa-657b-f732-44a0-0000000004ba | SKIPPED | Fail if tuned profile conf is absent but isolated cores is provided | standalone 2025-09-30 14:14:25.860815 | fa163eaa-657b-f732-44a0-0000000004ba | TIMING | tuned : Fail if tuned profile conf is absent but isolated cores is provided | standalone | 0:00:39.745617 | 0.06s 2025-09-30 14:14:25.889786 | fa163eaa-657b-f732-44a0-0000000004bb | TASK | Configure isolated cores for profile throughput-performance 2025-09-30 14:14:25.960898 | fa163eaa-657b-f732-44a0-0000000004bb | SKIPPED | Configure isolated cores for profile throughput-performance | standalone 2025-09-30 14:14:25.961996 | fa163eaa-657b-f732-44a0-0000000004bb | TIMING | tuned : Configure isolated cores for profile throughput-performance | standalone | 0:00:39.846797 | 0.07s 2025-09-30 14:14:25.987706 | fa163eaa-657b-f732-44a0-0000000004bc | TASK | Enable tuned profile 2025-09-30 14:14:27.413717 | fa163eaa-657b-f732-44a0-0000000004bc | CHANGED | Enable tuned profile | standalone 2025-09-30 14:14:27.415053 | fa163eaa-657b-f732-44a0-0000000004bc | TIMING | tuned : Enable tuned profile | standalone | 0:00:41.299859 | 1.43s 2025-09-30 14:14:27.464380 | fa163eaa-657b-f732-44a0-000000000417 | TASK | Configure kernel args and reboot 2025-09-30 14:14:27.520223 | fa163eaa-657b-f732-44a0-000000000417 | TIMING | Configure kernel args and reboot | standalone | 0:00:41.405021 | 0.05s 2025-09-30 14:14:27.673455 | fa163eaa-657b-f732-44a0-000000000569 | TASK | Get the command line args of the node 2025-09-30 14:14:27.894023 | fa163eaa-657b-f732-44a0-000000000569 | CHANGED | Get the command line args of the node | standalone 2025-09-30 14:14:27.895553 | fa163eaa-657b-f732-44a0-000000000569 | TIMING | tripleo_kernel : Get the command line args of the node | standalone | 0:00:41.780355 | 0.22s 2025-09-30 14:14:27.923070 | fa163eaa-657b-f732-44a0-00000000056b | TASK | Check if node has a nova.conf 2025-09-30 14:14:28.136343 | fa163eaa-657b-f732-44a0-00000000056b | OK | Check if node has a nova.conf | standalone 2025-09-30 14:14:28.137271 | fa163eaa-657b-f732-44a0-00000000056b | TIMING | tripleo_kernel : Check if node has a nova.conf | standalone | 0:00:42.022080 | 0.21s 2025-09-30 14:14:28.157905 | fa163eaa-657b-f732-44a0-00000000056d | TASK | Warn operator about workload protection 2025-09-30 14:14:28.194440 | fa163eaa-657b-f732-44a0-00000000056d | SKIPPED | Warn operator about workload protection | standalone 2025-09-30 14:14:28.195546 | fa163eaa-657b-f732-44a0-00000000056d | TIMING | tripleo_kernel : Warn operator about workload protection | standalone | 0:00:42.080349 | 0.04s 2025-09-30 14:14:28.222594 | fa163eaa-657b-f732-44a0-00000000056e | TASK | Setting defer reboot fact 2025-09-30 14:14:28.263418 | fa163eaa-657b-f732-44a0-00000000056e | SKIPPED | Setting defer reboot fact | standalone 2025-09-30 14:14:28.264500 | fa163eaa-657b-f732-44a0-00000000056e | TIMING | tripleo_kernel : Setting defer reboot fact | standalone | 0:00:42.149303 | 0.04s 2025-09-30 14:14:28.290434 | fa163eaa-657b-f732-44a0-000000000570 | TASK | Rewrite tripleo_kernel_hugepages to use integers as keys 2025-09-30 14:14:28.320111 | fa163eaa-657b-f732-44a0-000000000570 | TIMING | tripleo_kernel : Rewrite tripleo_kernel_hugepages to use integers as keys | standalone | 0:00:42.204895 | 0.03s 2025-09-30 14:14:28.348297 | fa163eaa-657b-f732-44a0-000000000575 | TASK | Find hugepages in cmdline 2025-09-30 14:14:28.396786 | fa163eaa-657b-f732-44a0-000000000575 | SKIPPED | Find hugepages in cmdline | standalone 2025-09-30 14:14:28.397854 | fa163eaa-657b-f732-44a0-000000000575 | TIMING | tripleo_kernel : Find hugepages in cmdline | standalone | 0:00:42.282655 | 0.05s 2025-09-30 14:14:28.424498 | fa163eaa-657b-f732-44a0-000000000576 | TASK | Finding human-readable hugepages in cmdline 2025-09-30 14:14:28.467847 | fa163eaa-657b-f732-44a0-000000000576 | SKIPPED | Finding human-readable hugepages in cmdline | standalone 2025-09-30 14:14:28.468879 | fa163eaa-657b-f732-44a0-000000000576 | TIMING | tripleo_kernel : Finding human-readable hugepages in cmdline | standalone | 0:00:42.353683 | 0.04s 2025-09-30 14:14:28.494468 | fa163eaa-657b-f732-44a0-00000000057a | TASK | Find desired default hugepage size 2025-09-30 14:14:28.543799 | fa163eaa-657b-f732-44a0-00000000057a | SKIPPED | Find desired default hugepage size | standalone 2025-09-30 14:14:28.545111 | fa163eaa-657b-f732-44a0-00000000057a | TIMING | tripleo_kernel : Find desired default hugepage size | standalone | 0:00:42.429907 | 0.05s 2025-09-30 14:14:28.572203 | fa163eaa-657b-f732-44a0-00000000057c | TASK | Storing non-configured hugepages 2025-09-30 14:14:28.601841 | fa163eaa-657b-f732-44a0-00000000057c | TIMING | tripleo_kernel : Storing non-configured hugepages | standalone | 0:00:42.486635 | 0.03s 2025-09-30 14:14:28.628696 | fa163eaa-657b-f732-44a0-00000000057e | TASK | Validating against hugepages config received from TripleO 2025-09-30 14:14:28.672670 | fa163eaa-657b-f732-44a0-00000000057e | SKIPPED | Validating against hugepages config received from TripleO | standalone 2025-09-30 14:14:28.673389 | fa163eaa-657b-f732-44a0-00000000057e | TIMING | tripleo_kernel : Validating against hugepages config received from TripleO | standalone | 0:00:42.558199 | 0.04s 2025-09-30 14:14:28.693156 | fa163eaa-657b-f732-44a0-00000000057f | TASK | Determining the default hugepagesz 2025-09-30 14:14:28.733751 | fa163eaa-657b-f732-44a0-00000000057f | SKIPPED | Determining the default hugepagesz | standalone 2025-09-30 14:14:28.734877 | fa163eaa-657b-f732-44a0-00000000057f | TIMING | tripleo_kernel : Determining the default hugepagesz | standalone | 0:00:42.619680 | 0.04s 2025-09-30 14:14:28.755338 | fa163eaa-657b-f732-44a0-000000000580 | TASK | Determining if any hugepage configuration needs to be re-written 2025-09-30 14:14:28.800926 | fa163eaa-657b-f732-44a0-000000000580 | SKIPPED | Determining if any hugepage configuration needs to be re-written | standalone 2025-09-30 14:14:28.801683 | fa163eaa-657b-f732-44a0-000000000580 | TIMING | tripleo_kernel : Determining if any hugepage configuration needs to be re-written | standalone | 0:00:42.686492 | 0.05s 2025-09-30 14:14:28.827358 | fa163eaa-657b-f732-44a0-000000000581 | TASK | Making sure that we have a default hugepagesz 2025-09-30 14:14:28.871187 | fa163eaa-657b-f732-44a0-000000000581 | SKIPPED | Making sure that we have a default hugepagesz | standalone 2025-09-30 14:14:28.872408 | fa163eaa-657b-f732-44a0-000000000581 | TIMING | tripleo_kernel : Making sure that we have a default hugepagesz | standalone | 0:00:42.757204 | 0.04s 2025-09-30 14:14:28.898330 | fa163eaa-657b-f732-44a0-000000000583 | TASK | Warn about possible modifications 2025-09-30 14:14:28.939564 | fa163eaa-657b-f732-44a0-000000000583 | SKIPPED | Warn about possible modifications | standalone 2025-09-30 14:14:28.940714 | fa163eaa-657b-f732-44a0-000000000583 | TIMING | tripleo_kernel : Warn about possible modifications | standalone | 0:00:42.825510 | 0.04s 2025-09-30 14:14:28.967148 | fa163eaa-657b-f732-44a0-000000000584 | TASK | Remove hugepage settings from kernelargs 2025-09-30 14:14:29.008879 | fa163eaa-657b-f732-44a0-000000000584 | SKIPPED | Remove hugepage settings from kernelargs | standalone 2025-09-30 14:14:29.010095 | fa163eaa-657b-f732-44a0-000000000584 | TIMING | tripleo_kernel : Remove hugepage settings from kernelargs | standalone | 0:00:42.894892 | 0.04s 2025-09-30 14:14:29.036341 | fa163eaa-657b-f732-44a0-000000000585 | TASK | Cleaning up whitespaces 2025-09-30 14:14:29.078129 | fa163eaa-657b-f732-44a0-000000000585 | SKIPPED | Cleaning up whitespaces | standalone 2025-09-30 14:14:29.079356 | fa163eaa-657b-f732-44a0-000000000585 | TIMING | tripleo_kernel : Cleaning up whitespaces | standalone | 0:00:42.964112 | 0.04s 2025-09-30 14:14:29.105617 | fa163eaa-657b-f732-44a0-000000000587 | TASK | Check if the kernelargs entry is already present in the file 2025-09-30 14:14:29.453003 | fa163eaa-657b-f732-44a0-000000000587 | OK | Check if the kernelargs entry is already present in the file | standalone 2025-09-30 14:14:29.454410 | fa163eaa-657b-f732-44a0-000000000587 | TIMING | tripleo_kernel : Check if the kernelargs entry is already present in the file | standalone | 0:00:43.339204 | 0.35s 2025-09-30 14:14:29.481782 | fa163eaa-657b-f732-44a0-000000000589 | TASK | Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present 2025-09-30 14:14:29.542604 | fa163eaa-657b-f732-44a0-000000000589 | SKIPPED | Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present | standalone 2025-09-30 14:14:29.543824 | fa163eaa-657b-f732-44a0-000000000589 | TIMING | tripleo_kernel : Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present | standalone | 0:00:43.428625 | 0.06s 2025-09-30 14:14:29.571267 | fa163eaa-657b-f732-44a0-00000000058a | TASK | Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS 2025-09-30 14:14:29.630502 | fa163eaa-657b-f732-44a0-00000000058a | SKIPPED | Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS | standalone 2025-09-30 14:14:29.631782 | fa163eaa-657b-f732-44a0-00000000058a | TIMING | tripleo_kernel : Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS | standalone | 0:00:43.516579 | 0.06s 2025-09-30 14:14:29.658755 | fa163eaa-657b-f732-44a0-00000000058b | TASK | Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter 2025-09-30 14:14:29.712246 | fa163eaa-657b-f732-44a0-00000000058b | SKIPPED | Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter | standalone 2025-09-30 14:14:29.713453 | fa163eaa-657b-f732-44a0-00000000058b | TIMING | tripleo_kernel : Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter | standalone | 0:00:43.598257 | 0.05s 2025-09-30 14:14:29.739618 | fa163eaa-657b-f732-44a0-00000000058c | TASK | Generate grub config 2025-09-30 14:14:29.798420 | fa163eaa-657b-f732-44a0-00000000058c | SKIPPED | Generate grub config | standalone 2025-09-30 14:14:29.799444 | fa163eaa-657b-f732-44a0-00000000058c | TIMING | tripleo_kernel : Generate grub config | standalone | 0:00:43.684247 | 0.06s 2025-09-30 14:14:29.825701 | fa163eaa-657b-f732-44a0-000000000590 | TASK | Get the block device that /boot is on 2025-09-30 14:14:29.885813 | fa163eaa-657b-f732-44a0-000000000590 | SKIPPED | Get the block device that /boot is on | standalone 2025-09-30 14:14:29.886880 | fa163eaa-657b-f732-44a0-000000000590 | TIMING | tripleo_kernel : Get the block device that /boot is on | standalone | 0:00:43.771683 | 0.06s 2025-09-30 14:14:29.913506 | fa163eaa-657b-f732-44a0-000000000591 | TASK | Get the mount point that /boot is in 2025-09-30 14:14:29.973521 | fa163eaa-657b-f732-44a0-000000000591 | SKIPPED | Get the mount point that /boot is in | standalone 2025-09-30 14:14:29.974644 | fa163eaa-657b-f732-44a0-000000000591 | TIMING | tripleo_kernel : Get the mount point that /boot is in | standalone | 0:00:43.859447 | 0.06s 2025-09-30 14:14:30.001346 | fa163eaa-657b-f732-44a0-000000000592 | TASK | Set facts for EFI grub.cfg generation 2025-09-30 14:14:30.072711 | fa163eaa-657b-f732-44a0-000000000592 | SKIPPED | Set facts for EFI grub.cfg generation | standalone 2025-09-30 14:14:30.074151 | fa163eaa-657b-f732-44a0-000000000592 | TIMING | tripleo_kernel : Set facts for EFI grub.cfg generation | standalone | 0:00:43.958945 | 0.07s 2025-09-30 14:14:30.102002 | fa163eaa-657b-f732-44a0-000000000593 | TASK | Executed script to fix grub-menu 2025-09-30 14:14:30.163552 | fa163eaa-657b-f732-44a0-000000000593 | SKIPPED | Executed script to fix grub-menu | standalone 2025-09-30 14:14:30.164915 | fa163eaa-657b-f732-44a0-000000000593 | TIMING | tripleo_kernel : Executed script to fix grub-menu | standalone | 0:00:44.049710 | 0.06s 2025-09-30 14:14:30.192690 | fa163eaa-657b-f732-44a0-000000000594 | TASK | Check grub config paths 2025-09-30 14:14:30.257201 | fa163eaa-657b-f732-44a0-000000000594 | SKIPPED | Check grub config paths | standalone | item=/boot/efi/EFI/redhat 2025-09-30 14:14:30.273826 | fa163eaa-657b-f732-44a0-000000000594 | SKIPPED | Check grub config paths | standalone | item=/boot/efi/EFI/centos 2025-09-30 14:14:30.285791 | fa163eaa-657b-f732-44a0-000000000594 | TIMING | tripleo_kernel : Check grub config paths | standalone | 0:00:44.170584 | 0.09s 2025-09-30 14:14:30.314652 | fa163eaa-657b-f732-44a0-000000000595 | TASK | Write EFI grub.cfg 2025-09-30 14:14:30.366328 | fa163eaa-657b-f732-44a0-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-09-30 14:14:30.382636 | fa163eaa-657b-f732-44a0-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-09-30 14:14:30.389402 | fa163eaa-657b-f732-44a0-000000000595 | TIMING | tripleo_kernel : Write EFI grub.cfg | standalone | 0:00:44.274196 | 0.07s 2025-09-30 14:14:30.410808 | fa163eaa-657b-f732-44a0-000000000596 | TASK | bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub 2025-09-30 14:14:30.470874 | fa163eaa-657b-f732-44a0-000000000596 | SKIPPED | bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub | standalone 2025-09-30 14:14:30.471727 | fa163eaa-657b-f732-44a0-000000000596 | TIMING | tripleo_kernel : bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub | standalone | 0:00:44.356536 | 0.06s 2025-09-30 14:14:30.492146 | fa163eaa-657b-f732-44a0-000000000597 | TASK | OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub 2025-09-30 14:14:30.553937 | fa163eaa-657b-f732-44a0-000000000597 | SKIPPED | OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub | standalone 2025-09-30 14:14:30.555340 | fa163eaa-657b-f732-44a0-000000000597 | TIMING | tripleo_kernel : OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub | standalone | 0:00:44.440098 | 0.06s 2025-09-30 14:14:30.585452 | fa163eaa-657b-f732-44a0-000000000598 | TASK | Execute grub2-mkconfig 2025-09-30 14:14:30.652484 | fa163eaa-657b-f732-44a0-000000000598 | SKIPPED | Execute grub2-mkconfig | standalone 2025-09-30 14:14:30.654079 | fa163eaa-657b-f732-44a0-000000000598 | TIMING | tripleo_kernel : Execute grub2-mkconfig | standalone | 0:00:44.538874 | 0.07s 2025-09-30 14:14:30.682889 | fa163eaa-657b-f732-44a0-000000000599 | TASK | Check for active tuned profile 2025-09-30 14:14:30.746966 | fa163eaa-657b-f732-44a0-000000000599 | SKIPPED | Check for active tuned profile | standalone 2025-09-30 14:14:30.748382 | fa163eaa-657b-f732-44a0-000000000599 | TIMING | tripleo_kernel : Check for active tuned profile | standalone | 0:00:44.633178 | 0.06s 2025-09-30 14:14:30.777609 | fa163eaa-657b-f732-44a0-00000000059a | TASK | Ensure $tuned_params is restored to /boot/loader/entries files 2025-09-30 14:14:30.838065 | fa163eaa-657b-f732-44a0-00000000059a | SKIPPED | Ensure $tuned_params is restored to /boot/loader/entries files | standalone 2025-09-30 14:14:30.839476 | fa163eaa-657b-f732-44a0-00000000059a | TIMING | tripleo_kernel : Ensure $tuned_params is restored to /boot/loader/entries files | standalone | 0:00:44.724251 | 0.06s 2025-09-30 14:14:30.866477 | fa163eaa-657b-f732-44a0-00000000059b | TASK | Set reboot required fact 2025-09-30 14:14:30.927674 | fa163eaa-657b-f732-44a0-00000000059b | SKIPPED | Set reboot required fact | standalone 2025-09-30 14:14:30.929094 | fa163eaa-657b-f732-44a0-00000000059b | TIMING | tripleo_kernel : Set reboot required fact | standalone | 0:00:44.813889 | 0.06s 2025-09-30 14:14:30.959222 | fa163eaa-657b-f732-44a0-00000000059d | TASK | Apply DPDK workarounds 2025-09-30 14:14:31.019016 | fa163eaa-657b-f732-44a0-00000000059d | SKIPPED | Apply DPDK workarounds | standalone 2025-09-30 14:14:31.020511 | fa163eaa-657b-f732-44a0-00000000059d | TIMING | Apply DPDK workarounds | standalone | 0:00:44.905310 | 0.06s 2025-09-30 14:14:31.048595 | fa163eaa-657b-f732-44a0-00000000059f | TASK | Ensure /etc/modules-load.d exists 2025-09-30 14:14:31.088694 | fa163eaa-657b-f732-44a0-00000000059f | SKIPPED | Ensure /etc/modules-load.d exists | standalone 2025-09-30 14:14:31.089988 | fa163eaa-657b-f732-44a0-00000000059f | TIMING | tripleo_kernel : Ensure /etc/modules-load.d exists | standalone | 0:00:44.974787 | 0.04s 2025-09-30 14:14:31.117792 | fa163eaa-657b-f732-44a0-0000000005a0 | TASK | Load modules 2025-09-30 14:14:31.164135 | fa163eaa-657b-f732-44a0-0000000005a0 | SKIPPED | Load modules | standalone | item=vfio_iommu_type1 2025-09-30 14:14:31.170631 | fa163eaa-657b-f732-44a0-0000000005a0 | TIMING | tripleo_kernel : Load modules | standalone | 0:00:45.055430 | 0.05s 2025-09-30 14:14:31.197641 | fa163eaa-657b-f732-44a0-0000000005a2 | TASK | Persist modules via modules-load.d 2025-09-30 14:14:31.242612 | fa163eaa-657b-f732-44a0-0000000005a2 | SKIPPED | Persist modules via modules-load.d | standalone | item=vfio_iommu_type1 2025-09-30 14:14:31.248803 | fa163eaa-657b-f732-44a0-0000000005a2 | TIMING | tripleo_kernel : Persist modules via modules-load.d | standalone | 0:00:45.133599 | 0.05s 2025-09-30 14:14:31.275005 | fa163eaa-657b-f732-44a0-0000000005a4 | TASK | Drop module persistence 2025-09-30 14:14:31.321044 | fa163eaa-657b-f732-44a0-0000000005a4 | SKIPPED | Drop module persistence | standalone | item=vfio_iommu_type1 2025-09-30 14:14:31.327473 | fa163eaa-657b-f732-44a0-0000000005a4 | TIMING | tripleo_kernel : Drop module persistence | standalone | 0:00:45.212273 | 0.05s 2025-09-30 14:14:31.353630 | fa163eaa-657b-f732-44a0-0000000005a6 | TASK | Set modules persistence via /etc/modules 2025-09-30 14:14:31.400963 | fa163eaa-657b-f732-44a0-0000000005a6 | SKIPPED | Set modules persistence via /etc/modules | standalone | item=vfio_iommu_type1 2025-09-30 14:14:31.407091 | fa163eaa-657b-f732-44a0-0000000005a6 | TIMING | tripleo_kernel : Set modules persistence via /etc/modules | standalone | 0:00:45.291885 | 0.05s 2025-09-30 14:14:31.433395 | fa163eaa-657b-f732-44a0-0000000005a8 | TASK | Modules reload 2025-09-30 14:14:31.464597 | fa163eaa-657b-f732-44a0-0000000005a8 | SKIPPED | Modules reload | standalone 2025-09-30 14:14:31.465680 | fa163eaa-657b-f732-44a0-0000000005a8 | TIMING | tripleo_kernel : Modules reload | standalone | 0:00:45.350483 | 0.03s 2025-09-30 14:14:31.491549 | fa163eaa-657b-f732-44a0-0000000005aa | TASK | Reboot tasks 2025-09-30 14:14:31.530142 | fa163eaa-657b-f732-44a0-0000000005aa | SKIPPED | Reboot tasks | standalone 2025-09-30 14:14:31.531248 | fa163eaa-657b-f732-44a0-0000000005aa | TIMING | tripleo_kernel : Reboot tasks | standalone | 0:00:45.416048 | 0.04s 2025-09-30 14:14:31.556770 | fa163eaa-657b-f732-44a0-0000000005ab | TASK | Skipping reboot for deployed node 2025-09-30 14:14:31.608156 | fa163eaa-657b-f732-44a0-0000000005ab | SKIPPED | Skipping reboot for deployed node | standalone 2025-09-30 14:14:31.609416 | fa163eaa-657b-f732-44a0-0000000005ab | TIMING | tripleo_kernel : Skipping reboot for deployed node | standalone | 0:00:45.494219 | 0.05s PLAY [Server pre network steps] ************************************************ 2025-09-30 14:14:31.791079 | fa163eaa-657b-f732-44a0-00000000003f | TASK | Server pre-network deployments 2025-09-30 14:14:31.817468 | fa163eaa-657b-f732-44a0-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', 'fa163eaa-657b-f732-44a0-00000000003f') missing from stats 2025-09-30 14:14:31.838371 | fa163eaa-657b-f732-44a0-000000000043 | TASK | Hiera config 2025-09-30 14:14:31.864338 | fa163eaa-657b-f732-44a0-000000000043 | TIMING | Hiera config | standalone | 0:00:45.749118 | 0.03s 2025-09-30 14:14:31.904865 | fa163eaa-657b-f732-44a0-000000000721 | TASK | Create /etc/puppet/hieradata 2025-09-30 14:14:32.135096 | fa163eaa-657b-f732-44a0-000000000721 | CHANGED | Create /etc/puppet/hieradata | standalone 2025-09-30 14:14:32.136658 | fa163eaa-657b-f732-44a0-000000000721 | TIMING | tripleo_hieradata : Create /etc/puppet/hieradata | standalone | 0:00:46.021459 | 0.23s 2025-09-30 14:14:32.163274 | fa163eaa-657b-f732-44a0-000000000722 | TASK | Write hiera config 2025-09-30 14:14:32.675387 | fa163eaa-657b-f732-44a0-000000000722 | CHANGED | Write hiera config | standalone 2025-09-30 14:14:32.676822 | fa163eaa-657b-f732-44a0-000000000722 | TIMING | tripleo_hieradata : Write hiera config | standalone | 0:00:46.561626 | 0.51s 2025-09-30 14:14:32.725370 | fa163eaa-657b-f732-44a0-000000000044 | TASK | Hiera symlink 2025-09-30 14:14:32.996267 | fa163eaa-657b-f732-44a0-000000000044 | CHANGED | Hiera symlink | standalone 2025-09-30 14:14:32.997725 | fa163eaa-657b-f732-44a0-000000000044 | TIMING | Hiera symlink | standalone | 0:00:46.882529 | 0.27s 2025-09-30 14:14:33.023356 | fa163eaa-657b-f732-44a0-000000000045 | TASK | Hieradata from vars 2025-09-30 14:14:33.051483 | fa163eaa-657b-f732-44a0-000000000045 | TIMING | Hieradata from vars | standalone | 0:00:46.936284 | 0.03s 2025-09-30 14:14:33.112076 | fa163eaa-657b-f732-44a0-00000000077c | TASK | Copy overcloud.json to all_nodes.json 2025-09-30 14:14:33.583128 | fa163eaa-657b-f732-44a0-00000000077c | CHANGED | Copy overcloud.json to all_nodes.json | standalone 2025-09-30 14:14:33.584645 | fa163eaa-657b-f732-44a0-00000000077c | TIMING | tripleo_hieradata : Copy overcloud.json to all_nodes.json | standalone | 0:00:47.469446 | 0.47s 2025-09-30 14:14:33.611254 | fa163eaa-657b-f732-44a0-00000000077d | TASK | Render hieradata from template 2025-09-30 14:14:34.094368 | fa163eaa-657b-f732-44a0-00000000077d | CHANGED | Render hieradata from template | standalone | item=bootstrap_node 2025-09-30 14:14:34.096552 | fa163eaa-657b-f732-44a0-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:47.981315 | 0.48s 2025-09-30 14:14:34.645141 | fa163eaa-657b-f732-44a0-00000000077d | CHANGED | Render hieradata from template | standalone | item=vip_data 2025-09-30 14:14:34.646580 | fa163eaa-657b-f732-44a0-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:48.531381 | 1.03s 2025-09-30 14:14:35.233538 | fa163eaa-657b-f732-44a0-00000000077d | CHANGED | Render hieradata from template | standalone | item=net_ip_map 2025-09-30 14:14:35.234530 | fa163eaa-657b-f732-44a0-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:49.119337 | 1.62s 2025-09-30 14:14:35.645318 | fa163eaa-657b-f732-44a0-00000000077d | CHANGED | Render hieradata from template | standalone | item=cloud_domain 2025-09-30 14:14:35.647342 | fa163eaa-657b-f732-44a0-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:49.532116 | 2.03s 2025-09-30 14:14:36.114560 | fa163eaa-657b-f732-44a0-00000000077d | CHANGED | Render hieradata from template | standalone | item=fqdn 2025-09-30 14:14:36.116424 | fa163eaa-657b-f732-44a0-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:50.001230 | 2.50s 2025-09-30 14:14:36.555576 | fa163eaa-657b-f732-44a0-00000000077d | CHANGED | Render hieradata from template | standalone | item=service_names 2025-09-30 14:14:36.556704 | fa163eaa-657b-f732-44a0-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:50.441505 | 2.94s 2025-09-30 14:14:37.065948 | fa163eaa-657b-f732-44a0-00000000077d | CHANGED | Render hieradata from template | standalone | item=service_configs 2025-09-30 14:14:37.067084 | fa163eaa-657b-f732-44a0-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:50.951890 | 3.45s 2025-09-30 14:14:37.591854 | fa163eaa-657b-f732-44a0-00000000077d | CHANGED | Render hieradata from template | standalone | item=extraconfig 2025-09-30 14:14:37.593804 | fa163eaa-657b-f732-44a0-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:51.478609 | 3.98s 2025-09-30 14:14:38.043632 | fa163eaa-657b-f732-44a0-00000000077d | CHANGED | Render hieradata from template | standalone | item=role_extraconfig 2025-09-30 14:14:38.044412 | fa163eaa-657b-f732-44a0-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:51.929223 | 4.43s 2025-09-30 14:14:38.499225 | fa163eaa-657b-f732-44a0-00000000077d | CHANGED | Render hieradata from template | standalone | item=ovn_chassis_mac_map 2025-09-30 14:14:38.500377 | fa163eaa-657b-f732-44a0-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:52.385181 | 4.89s 2025-09-30 14:14:38.509447 | fa163eaa-657b-f732-44a0-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:52.394247 | 4.90s 2025-09-30 14:14:38.560285 | fa163eaa-657b-f732-44a0-000000000046 | TASK | Ensure ansible_managed hieradata file exists 2025-09-30 14:14:38.589868 | fa163eaa-657b-f732-44a0-000000000046 | TIMING | Ensure ansible_managed hieradata file exists | standalone | 0:00:52.474669 | 0.03s 2025-09-30 14:14:38.657400 | fa163eaa-657b-f732-44a0-000000000821 | TASK | Check for hieradata file 2025-09-30 14:14:38.884496 | fa163eaa-657b-f732-44a0-000000000821 | OK | Check for hieradata file | standalone 2025-09-30 14:14:38.885582 | fa163eaa-657b-f732-44a0-000000000821 | TIMING | tripleo_hieradata : Check for hieradata file | standalone | 0:00:52.770384 | 0.23s 2025-09-30 14:14:38.910912 | fa163eaa-657b-f732-44a0-000000000823 | TASK | Get existing data 2025-09-30 14:14:38.959549 | fa163eaa-657b-f732-44a0-000000000823 | SKIPPED | Get existing data | standalone 2025-09-30 14:14:38.960606 | fa163eaa-657b-f732-44a0-000000000823 | TIMING | tripleo_hieradata : Get existing data | standalone | 0:00:52.845410 | 0.05s 2025-09-30 14:14:38.985710 | fa163eaa-657b-f732-44a0-000000000824 | TASK | Set data fact 2025-09-30 14:14:39.035682 | fa163eaa-657b-f732-44a0-000000000824 | SKIPPED | Set data fact | standalone 2025-09-30 14:14:39.036696 | fa163eaa-657b-f732-44a0-000000000824 | TIMING | tripleo_hieradata : Set data fact | standalone | 0:00:52.921501 | 0.05s 2025-09-30 14:14:39.061261 | fa163eaa-657b-f732-44a0-000000000826 | TASK | Write ansible hieradata file 2025-09-30 14:14:39.556582 | fa163eaa-657b-f732-44a0-000000000826 | CHANGED | Write ansible hieradata file | standalone 2025-09-30 14:14:39.558005 | fa163eaa-657b-f732-44a0-000000000826 | TIMING | tripleo_hieradata : Write ansible hieradata file | standalone | 0:00:53.442808 | 0.50s 2025-09-30 14:14:39.658674 | fa163eaa-657b-f732-44a0-000000000047 | TIMING | include_tasks | standalone | 0:00:53.543472 | 0.05s PLAY [Server network deployments] ********************************************** 2025-09-30 14:14:39.824498 | fa163eaa-657b-f732-44a0-00000000004b | TASK | Network Configuration 2025-09-30 14:14:39.851934 | fa163eaa-657b-f732-44a0-00000000004b | OK | Network Configuration | standalone -> localhost | result={ "changed": false, "msg": "Use --start-at-task 'Network Configuration' to resume from this task" } [WARNING]: ('standalone -> localhost', 'fa163eaa-657b-f732-44a0-00000000004b') missing from stats 2025-09-30 14:14:39.874297 | fa163eaa-657b-f732-44a0-00000000004c | TASK | Check NetworkConfig script existence 2025-09-30 14:14:39.899924 | fa163eaa-657b-f732-44a0-00000000004c | SKIPPED | Check NetworkConfig script existence | standalone 2025-09-30 14:14:39.900980 | fa163eaa-657b-f732-44a0-00000000004c | TIMING | Check NetworkConfig script existence | standalone | 0:00:53.785782 | 0.03s 2025-09-30 14:14:39.926224 | fa163eaa-657b-f732-44a0-000000000052 | TASK | Gather SELinux fact if needed 2025-09-30 14:14:39.976229 | fa163eaa-657b-f732-44a0-000000000052 | SKIPPED | Gather SELinux fact if needed | standalone 2025-09-30 14:14:39.977348 | fa163eaa-657b-f732-44a0-000000000052 | TIMING | tripleo_network_config : Gather SELinux fact if needed | standalone | 0:00:53.862116 | 0.05s 2025-09-30 14:14:40.002082 | fa163eaa-657b-f732-44a0-000000000053 | TASK | Create fcontext entry for tripleoconfig 2025-09-30 14:14:40.657775 | fa163eaa-657b-f732-44a0-000000000053 | OK | Create fcontext entry for tripleoconfig | standalone 2025-09-30 14:14:40.659173 | fa163eaa-657b-f732-44a0-000000000053 | TIMING | tripleo_network_config : Create fcontext entry for tripleoconfig | standalone | 0:00:54.543974 | 0.66s 2025-09-30 14:14:40.684905 | fa163eaa-657b-f732-44a0-000000000054 | TASK | Ensure requirements are satisfied 2025-09-30 14:14:40.715884 | fa163eaa-657b-f732-44a0-000000000054 | TIMING | Ensure requirements are satisfied | standalone | 0:00:54.600684 | 0.03s 2025-09-30 14:14:40.774474 | fa163eaa-657b-f732-44a0-0000000008bf | TASK | Gather facts if they don't exist 2025-09-30 14:14:40.822126 | fa163eaa-657b-f732-44a0-0000000008bf | SKIPPED | Gather facts if they don't exist | standalone 2025-09-30 14:14:40.823187 | fa163eaa-657b-f732-44a0-0000000008bf | TIMING | tripleo_bootstrap : Gather facts if they don't exist | standalone | 0:00:54.707988 | 0.05s 2025-09-30 14:14:40.848360 | fa163eaa-657b-f732-44a0-0000000008c0 | TASK | Gather variables for each operating system 2025-09-30 14:14:40.961065 | fa163eaa-657b-f732-44a0-0000000008c0 | SKIPPED | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2025-09-30 14:14:40.973088 | fa163eaa-657b-f732-44a0-0000000008c0 | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:54.857890 | 0.12s 2025-09-30 14:14:40.998934 | fa163eaa-657b-f732-44a0-0000000008c2 | TASK | Check required packages to bootstrap TripleO is installed 2025-09-30 14:14:41.271290 | fa163eaa-657b-f732-44a0-0000000008c2 | CHANGED | Check required packages to bootstrap TripleO is installed | standalone 2025-09-30 14:14:41.272482 | fa163eaa-657b-f732-44a0-0000000008c2 | TIMING | tripleo_bootstrap : Check required packages to bootstrap TripleO is installed | standalone | 0:00:55.157288 | 0.27s 2025-09-30 14:14:41.297986 | fa163eaa-657b-f732-44a0-0000000008c3 | TASK | Deploy required packages to bootstrap TripleO 2025-09-30 14:14:41.330166 | fa163eaa-657b-f732-44a0-0000000008c3 | SKIPPED | Deploy required packages to bootstrap TripleO | standalone 2025-09-30 14:14:41.331183 | fa163eaa-657b-f732-44a0-0000000008c3 | TIMING | tripleo_bootstrap : Deploy required packages to bootstrap TripleO | standalone | 0:00:55.215987 | 0.03s 2025-09-30 14:14:41.356253 | fa163eaa-657b-f732-44a0-0000000008c4 | TASK | Ensure packages are actually well installed 2025-09-30 14:14:42.349837 | fa163eaa-657b-f732-44a0-0000000008c4 | CHANGED | Ensure packages are actually well installed | standalone 2025-09-30 14:14:42.350818 | fa163eaa-657b-f732-44a0-0000000008c4 | TIMING | tripleo_bootstrap : Ensure packages are actually well installed | standalone | 0:00:56.235628 | 0.99s 2025-09-30 14:14:42.389125 | fa163eaa-657b-f732-44a0-000000000056 | TASK | Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf 2025-09-30 14:14:42.636968 | fa163eaa-657b-f732-44a0-000000000056 | CHANGED | Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf | standalone 2025-09-30 14:14:42.638224 | fa163eaa-657b-f732-44a0-000000000056 | TIMING | tripleo_network_config : Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:00:56.523029 | 0.25s 2025-09-30 14:14:42.663232 | fa163eaa-657b-f732-44a0-000000000057 | TASK | Reload NetworkManager 2025-09-30 14:14:43.075716 | fa163eaa-657b-f732-44a0-000000000057 | CHANGED | Reload NetworkManager | standalone 2025-09-30 14:14:43.077540 | fa163eaa-657b-f732-44a0-000000000057 | TIMING | tripleo_network_config : Reload NetworkManager | standalone | 0:00:56.962343 | 0.41s 2025-09-30 14:14:43.104135 | fa163eaa-657b-f732-44a0-000000000059 | TASK | Ensure /var/lib/tripleo-config directory exists 2025-09-30 14:14:43.343362 | fa163eaa-657b-f732-44a0-000000000059 | CHANGED | Ensure /var/lib/tripleo-config directory exists | standalone 2025-09-30 14:14:43.344575 | fa163eaa-657b-f732-44a0-000000000059 | TIMING | tripleo_network_config : Ensure /var/lib/tripleo-config directory exists | standalone | 0:00:57.229380 | 0.24s 2025-09-30 14:14:43.369883 | fa163eaa-657b-f732-44a0-00000000005a | TASK | Check for previous run of NetworkConfig 2025-09-30 14:14:43.599574 | fa163eaa-657b-f732-44a0-00000000005a | OK | Check for previous run of NetworkConfig | standalone 2025-09-30 14:14:43.600807 | fa163eaa-657b-f732-44a0-00000000005a | TIMING | tripleo_network_config : Check for previous run of NetworkConfig | standalone | 0:00:57.485610 | 0.23s 2025-09-30 14:14:43.627208 | fa163eaa-657b-f732-44a0-00000000005b | TASK | Check result of previous run of NetworkConfig 2025-09-30 14:14:43.658691 | fa163eaa-657b-f732-44a0-00000000005b | SKIPPED | Check result of previous run of NetworkConfig | standalone 2025-09-30 14:14:43.659725 | fa163eaa-657b-f732-44a0-00000000005b | TIMING | tripleo_network_config : Check result of previous run of NetworkConfig | standalone | 0:00:57.544526 | 0.03s 2025-09-30 14:14:43.684931 | fa163eaa-657b-f732-44a0-00000000005c | TASK | Ensure we get cloud-init 2025-09-30 14:14:43.914381 | fa163eaa-657b-f732-44a0-00000000005c | OK | Ensure we get cloud-init | standalone 2025-09-30 14:14:43.915701 | fa163eaa-657b-f732-44a0-00000000005c | TIMING | tripleo_network_config : Ensure we get cloud-init | standalone | 0:00:57.800507 | 0.23s 2025-09-30 14:14:43.940715 | fa163eaa-657b-f732-44a0-00000000005e | TASK | Create /etc/os-net-config directory 2025-09-30 14:14:44.210907 | fa163eaa-657b-f732-44a0-00000000005e | OK | Create /etc/os-net-config directory | standalone 2025-09-30 14:14:44.212093 | fa163eaa-657b-f732-44a0-00000000005e | TIMING | tripleo_network_config : Create /etc/os-net-config directory | standalone | 0:00:58.096896 | 0.27s 2025-09-30 14:14:44.237442 | fa163eaa-657b-f732-44a0-00000000005f | TASK | Create os-net-config mappings from lookup data 2025-09-30 14:14:44.636230 | fa163eaa-657b-f732-44a0-00000000005f | OK | Create os-net-config mappings from lookup data | standalone 2025-09-30 14:14:44.637483 | fa163eaa-657b-f732-44a0-00000000005f | TIMING | tripleo_network_config : Create os-net-config mappings from lookup data | standalone | 0:00:58.522285 | 0.40s 2025-09-30 14:14:44.663387 | fa163eaa-657b-f732-44a0-000000000060 | TASK | Write os-net-config mappings file /etc/os-net-config/mapping.yaml 2025-09-30 14:14:44.734293 | fa163eaa-657b-f732-44a0-000000000060 | SKIPPED | Write os-net-config mappings file /etc/os-net-config/mapping.yaml | standalone 2025-09-30 14:14:44.735378 | fa163eaa-657b-f732-44a0-000000000060 | TIMING | tripleo_network_config : Write os-net-config mappings file /etc/os-net-config/mapping.yaml | standalone | 0:00:58.620181 | 0.07s 2025-09-30 14:14:44.760807 | fa163eaa-657b-f732-44a0-000000000062 | TASK | Remove /var/lib/tripleo-config/scripts directory 2025-09-30 14:14:45.031891 | fa163eaa-657b-f732-44a0-000000000062 | OK | Remove /var/lib/tripleo-config/scripts directory | standalone 2025-09-30 14:14:45.033028 | fa163eaa-657b-f732-44a0-000000000062 | TIMING | tripleo_network_config : Remove /var/lib/tripleo-config/scripts directory | standalone | 0:00:58.917831 | 0.27s 2025-09-30 14:14:45.058894 | fa163eaa-657b-f732-44a0-000000000063 | TASK | Run NetworkConfig with tripleo_os_net_config 2025-09-30 14:14:45.130108 | fa163eaa-657b-f732-44a0-000000000063 | TIMING | tripleo_network_config : Run NetworkConfig with tripleo_os_net_config | standalone | 0:00:59.014907 | 0.07s 2025-09-30 14:14:45.155975 | f8c4f676-9d91-4b77-bc0c-83f6ae757aa5 | INCLUDED | /usr/share/ansible/roles/tripleo_network_config/tasks/os_net_config.yml | standalone 2025-09-30 14:14:45.188431 | fa163eaa-657b-f732-44a0-000000000909 | TASK | Set nic_config_file fact 2025-09-30 14:14:45.269225 | fa163eaa-657b-f732-44a0-000000000909 | OK | Set nic_config_file fact | standalone 2025-09-30 14:14:45.270290 | fa163eaa-657b-f732-44a0-000000000909 | TIMING | tripleo_network_config : Set nic_config_file fact | standalone | 0:00:59.155095 | 0.08s 2025-09-30 14:14:45.295725 | fa163eaa-657b-f732-44a0-00000000090a | TASK | Render overidden network config 2025-09-30 14:14:45.358360 | fa163eaa-657b-f732-44a0-00000000090a | SKIPPED | Render overidden network config | standalone 2025-09-30 14:14:45.359379 | fa163eaa-657b-f732-44a0-00000000090a | TIMING | tripleo_network_config : Render overidden network config | standalone | 0:00:59.244183 | 0.06s 2025-09-30 14:14:45.384442 | fa163eaa-657b-f732-44a0-00000000090b | TASK | Render network_config 2025-09-30 14:14:45.454366 | fa163eaa-657b-f732-44a0-00000000090b | SKIPPED | Render network_config | standalone 2025-09-30 14:14:45.455397 | fa163eaa-657b-f732-44a0-00000000090b | TIMING | tripleo_network_config : Render network_config | standalone | 0:00:59.340200 | 0.07s 2025-09-30 14:14:45.483285 | fa163eaa-657b-f732-44a0-00000000090c | TASK | Render network_config from template 2025-09-30 14:14:46.035682 | fa163eaa-657b-f732-44a0-00000000090c | CHANGED | Render network_config from template | standalone 2025-09-30 14:14:46.037079 | fa163eaa-657b-f732-44a0-00000000090c | TIMING | tripleo_network_config : Render network_config from template | standalone | 0:00:59.921884 | 0.55s 2025-09-30 14:14:46.063218 | fa163eaa-657b-f732-44a0-00000000090d | TASK | Run tripleo_os_net_config_module with network_config ASYNC OK on standalone: jid=176598810428.49492 2025-09-30 14:14:50.181482 | fa163eaa-657b-f732-44a0-00000000090d | OK | Run tripleo_os_net_config_module with network_config | standalone 2025-09-30 14:14:50.184224 | fa163eaa-657b-f732-44a0-00000000090d | TIMING | tripleo_network_config : Run tripleo_os_net_config_module with network_config | standalone | 0:01:04.069025 | 4.12s 2025-09-30 14:14:50.214333 | fa163eaa-657b-f732-44a0-000000000064 | TASK | Write rc of NetworkConfig script 2025-09-30 14:14:50.701029 | fa163eaa-657b-f732-44a0-000000000064 | CHANGED | Write rc of NetworkConfig script | standalone 2025-09-30 14:14:50.702276 | fa163eaa-657b-f732-44a0-000000000064 | TIMING | tripleo_network_config : Write rc of NetworkConfig script | standalone | 0:01:04.587080 | 0.49s 2025-09-30 14:14:50.727741 | fa163eaa-657b-f732-44a0-000000000065 | TASK | Disable cloud-init network config 2025-09-30 14:14:51.294106 | fa163eaa-657b-f732-44a0-000000000065 | CHANGED | Disable cloud-init network config | standalone 2025-09-30 14:14:51.295514 | fa163eaa-657b-f732-44a0-000000000065 | TIMING | tripleo_network_config : Disable cloud-init network config | standalone | 0:01:05.180317 | 0.57s 2025-09-30 14:14:51.321680 | fa163eaa-657b-f732-44a0-000000000066 | TASK | Ensure network service is enabled 2025-09-30 14:14:51.754918 | fa163eaa-657b-f732-44a0-000000000066 | OK | Ensure network service is enabled | standalone 2025-09-30 14:14:51.756690 | fa163eaa-657b-f732-44a0-000000000066 | TIMING | tripleo_network_config : Ensure network service is enabled | standalone | 0:01:05.641493 | 0.43s PLAY [Server network validation] *********************************************** 2025-09-30 14:14:51.941678 | fa163eaa-657b-f732-44a0-000000000096 | TASK | Basic Network Validation 2025-09-30 14:14:51.969521 | fa163eaa-657b-f732-44a0-000000000096 | TIMING | Basic Network Validation | standalone | 0:01:05.854317 | 0.03s 2025-09-30 14:14:52.021155 | fa163eaa-657b-f732-44a0-000000000945 | TASK | Collect default network fact 2025-09-30 14:14:52.532548 | fa163eaa-657b-f732-44a0-000000000945 | OK | Collect default network fact | standalone 2025-09-30 14:14:52.533212 | fa163eaa-657b-f732-44a0-000000000945 | TIMING | tripleo_nodes_validation : Collect default network fact | standalone | 0:01:06.418025 | 0.51s 2025-09-30 14:14:52.550137 | fa163eaa-657b-f732-44a0-000000000946 | TASK | Check Default IPv4 Gateway availability 2025-09-30 14:14:52.577624 | fa163eaa-657b-f732-44a0-000000000946 | SKIPPED | Check Default IPv4 Gateway availability | standalone 2025-09-30 14:14:52.578704 | fa163eaa-657b-f732-44a0-000000000946 | TIMING | tripleo_nodes_validation : Check Default IPv4 Gateway availability | standalone | 0:01:06.463507 | 0.03s 2025-09-30 14:14:52.604152 | fa163eaa-657b-f732-44a0-000000000947 | TASK | Check all networks Gateway availability 2025-09-30 14:14:52.632284 | fa163eaa-657b-f732-44a0-000000000947 | TIMING | tripleo_nodes_validation : Check all networks Gateway availability | standalone | 0:01:06.517084 | 0.03s 2025-09-30 14:14:52.657366 | fa163eaa-657b-f732-44a0-000000000949 | TASK | Check Controllers availability 2025-09-30 14:14:52.722954 | fa163eaa-657b-f732-44a0-000000000949 | SKIPPED | Check Controllers availability | standalone | item=192.168.122.100 2025-09-30 14:14:52.729615 | fa163eaa-657b-f732-44a0-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.18.0.100 2025-09-30 14:14:52.735912 | fa163eaa-657b-f732-44a0-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.20.0.100 2025-09-30 14:14:52.742608 | fa163eaa-657b-f732-44a0-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.17.0.100 2025-09-30 14:14:52.749456 | fa163eaa-657b-f732-44a0-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.19.0.100 2025-09-30 14:14:52.755149 | fa163eaa-657b-f732-44a0-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.21.0.100 2025-09-30 14:14:52.760950 | fa163eaa-657b-f732-44a0-000000000949 | TIMING | tripleo_nodes_validation : Check Controllers availability | standalone | 0:01:06.645752 | 0.10s 2025-09-30 14:14:52.781764 | fa163eaa-657b-f732-44a0-00000000094b | TASK | Verify the configured FQDN vs /etc/hosts 2025-09-30 14:14:52.807869 | fa163eaa-657b-f732-44a0-00000000094b | SKIPPED | Verify the configured FQDN vs /etc/hosts | standalone 2025-09-30 14:14:52.808743 | fa163eaa-657b-f732-44a0-00000000094b | TIMING | tripleo_nodes_validation : Verify the configured FQDN vs /etc/hosts | standalone | 0:01:06.693552 | 0.03s PLAY [Server pre deployment steps] ********************************************* 2025-09-30 14:14:52.987487 | fa163eaa-657b-f732-44a0-00000000009a | TASK | Server pre deployments 2025-09-30 14:14:53.014351 | fa163eaa-657b-f732-44a0-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', 'fa163eaa-657b-f732-44a0-00000000009a') missing from stats 2025-09-30 14:14:53.034760 | fa163eaa-657b-f732-44a0-00000000009e | TASK | Hiera config 2025-09-30 14:14:53.059181 | fa163eaa-657b-f732-44a0-00000000009e | TIMING | Hiera config | standalone | 0:01:06.943987 | 0.02s 2025-09-30 14:14:53.098970 | fa163eaa-657b-f732-44a0-00000000099e | TASK | Create /etc/puppet/hieradata 2025-09-30 14:14:53.328890 | fa163eaa-657b-f732-44a0-00000000099e | OK | Create /etc/puppet/hieradata | standalone 2025-09-30 14:14:53.330272 | fa163eaa-657b-f732-44a0-00000000099e | TIMING | tripleo_hieradata : Create /etc/puppet/hieradata | standalone | 0:01:07.215073 | 0.23s 2025-09-30 14:14:53.356461 | fa163eaa-657b-f732-44a0-00000000099f | TASK | Write hiera config 2025-09-30 14:14:53.801378 | fa163eaa-657b-f732-44a0-00000000099f | OK | Write hiera config | standalone 2025-09-30 14:14:53.802733 | fa163eaa-657b-f732-44a0-00000000099f | TIMING | tripleo_hieradata : Write hiera config | standalone | 0:01:07.687537 | 0.44s 2025-09-30 14:14:53.853519 | fa163eaa-657b-f732-44a0-00000000009f | TASK | Hiera symlink 2025-09-30 14:14:54.074228 | fa163eaa-657b-f732-44a0-00000000009f | OK | Hiera symlink | standalone 2025-09-30 14:14:54.075579 | fa163eaa-657b-f732-44a0-00000000009f | TIMING | Hiera symlink | standalone | 0:01:07.960382 | 0.22s 2025-09-30 14:14:54.101055 | fa163eaa-657b-f732-44a0-0000000000a0 | TASK | Hieradata from vars 2025-09-30 14:14:54.128057 | fa163eaa-657b-f732-44a0-0000000000a0 | TIMING | Hieradata from vars | standalone | 0:01:08.012854 | 0.03s 2025-09-30 14:14:54.191478 | fa163eaa-657b-f732-44a0-0000000009f9 | TASK | Copy overcloud.json to all_nodes.json 2025-09-30 14:14:54.686178 | fa163eaa-657b-f732-44a0-0000000009f9 | OK | Copy overcloud.json to all_nodes.json | standalone 2025-09-30 14:14:54.687572 | fa163eaa-657b-f732-44a0-0000000009f9 | TIMING | tripleo_hieradata : Copy overcloud.json to all_nodes.json | standalone | 0:01:08.572376 | 0.49s 2025-09-30 14:14:54.713804 | fa163eaa-657b-f732-44a0-0000000009fa | TASK | Render hieradata from template 2025-09-30 14:14:55.270134 | fa163eaa-657b-f732-44a0-0000000009fa | OK | Render hieradata from template | standalone | item=bootstrap_node 2025-09-30 14:14:55.272428 | fa163eaa-657b-f732-44a0-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:09.157217 | 0.56s 2025-09-30 14:14:55.812268 | fa163eaa-657b-f732-44a0-0000000009fa | OK | Render hieradata from template | standalone | item=vip_data 2025-09-30 14:14:55.813396 | fa163eaa-657b-f732-44a0-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:09.698201 | 1.10s 2025-09-30 14:14:56.416010 | fa163eaa-657b-f732-44a0-0000000009fa | OK | Render hieradata from template | standalone | item=net_ip_map 2025-09-30 14:14:56.417107 | fa163eaa-657b-f732-44a0-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:10.301913 | 1.70s 2025-09-30 14:14:56.885009 | fa163eaa-657b-f732-44a0-0000000009fa | OK | Render hieradata from template | standalone | item=cloud_domain 2025-09-30 14:14:56.886152 | fa163eaa-657b-f732-44a0-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:10.770958 | 2.17s 2025-09-30 14:14:57.388433 | fa163eaa-657b-f732-44a0-0000000009fa | OK | Render hieradata from template | standalone | item=fqdn 2025-09-30 14:14:57.390426 | fa163eaa-657b-f732-44a0-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:11.275225 | 2.68s 2025-09-30 14:14:57.829212 | fa163eaa-657b-f732-44a0-0000000009fa | OK | Render hieradata from template | standalone | item=service_names 2025-09-30 14:14:57.830364 | fa163eaa-657b-f732-44a0-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:11.715169 | 3.12s 2025-09-30 14:14:58.328442 | fa163eaa-657b-f732-44a0-0000000009fa | OK | Render hieradata from template | standalone | item=service_configs 2025-09-30 14:14:58.330559 | fa163eaa-657b-f732-44a0-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:12.215363 | 3.62s 2025-09-30 14:14:58.771789 | fa163eaa-657b-f732-44a0-0000000009fa | OK | Render hieradata from template | standalone | item=extraconfig 2025-09-30 14:14:58.772893 | fa163eaa-657b-f732-44a0-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:12.657699 | 4.06s 2025-09-30 14:14:59.270108 | fa163eaa-657b-f732-44a0-0000000009fa | OK | Render hieradata from template | standalone | item=role_extraconfig 2025-09-30 14:14:59.270838 | fa163eaa-657b-f732-44a0-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:13.155652 | 4.56s 2025-09-30 14:14:59.764972 | fa163eaa-657b-f732-44a0-0000000009fa | OK | Render hieradata from template | standalone | item=ovn_chassis_mac_map 2025-09-30 14:14:59.766344 | fa163eaa-657b-f732-44a0-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:13.651113 | 5.05s 2025-09-30 14:14:59.778251 | fa163eaa-657b-f732-44a0-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:13.663059 | 5.06s 2025-09-30 14:14:59.831699 | fa163eaa-657b-f732-44a0-0000000000a1 | TASK | Ensure ansible_managed hieradata file exists 2025-09-30 14:14:59.860873 | fa163eaa-657b-f732-44a0-0000000000a1 | TIMING | Ensure ansible_managed hieradata file exists | standalone | 0:01:13.745673 | 0.03s 2025-09-30 14:14:59.929258 | fa163eaa-657b-f732-44a0-000000000a9e | TASK | Check for hieradata file 2025-09-30 14:15:00.150429 | fa163eaa-657b-f732-44a0-000000000a9e | OK | Check for hieradata file | standalone 2025-09-30 14:15:00.151961 | fa163eaa-657b-f732-44a0-000000000a9e | TIMING | tripleo_hieradata : Check for hieradata file | standalone | 0:01:14.036763 | 0.22s 2025-09-30 14:15:00.179531 | fa163eaa-657b-f732-44a0-000000000aa0 | TASK | Get existing data 2025-09-30 14:15:00.229543 | fa163eaa-657b-f732-44a0-000000000aa0 | SKIPPED | Get existing data | standalone 2025-09-30 14:15:00.230744 | fa163eaa-657b-f732-44a0-000000000aa0 | TIMING | tripleo_hieradata : Get existing data | standalone | 0:01:14.115543 | 0.05s 2025-09-30 14:15:00.257037 | fa163eaa-657b-f732-44a0-000000000aa1 | TASK | Set data fact 2025-09-30 14:15:00.307903 | fa163eaa-657b-f732-44a0-000000000aa1 | SKIPPED | Set data fact | standalone 2025-09-30 14:15:00.309398 | fa163eaa-657b-f732-44a0-000000000aa1 | TIMING | tripleo_hieradata : Set data fact | standalone | 0:01:14.194192 | 0.05s 2025-09-30 14:15:00.339762 | fa163eaa-657b-f732-44a0-000000000aa3 | TASK | Write ansible hieradata file 2025-09-30 14:15:00.862435 | fa163eaa-657b-f732-44a0-000000000aa3 | OK | Write ansible hieradata file | standalone 2025-09-30 14:15:00.863812 | fa163eaa-657b-f732-44a0-000000000aa3 | TIMING | tripleo_hieradata : Write ansible hieradata file | standalone | 0:01:14.748615 | 0.52s 2025-09-30 14:15:00.965522 | fa163eaa-657b-f732-44a0-0000000000a2 | TIMING | include_tasks | standalone | 0:01:14.850315 | 0.05s PLAY [Host prep steps] ********************************************************* 2025-09-30 14:15:01.127914 | fa163eaa-657b-f732-44a0-0000000000a6 | TASK | Host prep steps 2025-09-30 14:15:01.154842 | fa163eaa-657b-f732-44a0-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', 'fa163eaa-657b-f732-44a0-0000000000a6') missing from stats 2025-09-30 14:15:01.260538 | fa163eaa-657b-f732-44a0-0000000000a7 | TASK | Deploy Artifacts 2025-09-30 14:15:01.364136 | fa163eaa-657b-f732-44a0-0000000000a7 | SKIPPED | Deploy Artifacts | standalone 2025-09-30 14:15:01.365534 | fa163eaa-657b-f732-44a0-0000000000a7 | TIMING | Deploy Artifacts | standalone | 0:01:15.250336 | 0.10s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-09-30 14:15:01.432660 | fa163eaa-657b-f732-44a0-0000000000a8 | TIMING | include_tasks | standalone | 0:01:15.317445 | 0.04s 2025-09-30 14:15:01.622699 | e7c972b0-b9c4-4d38-a42a-b5eefd51bf57 | INCLUDED | /root/standalone-ansible-elkr9mpa/Standalone/host_prep_tasks.yaml | standalone 2025-09-30 14:15:01.680436 | fa163eaa-657b-f732-44a0-000000000b1e | TASK | Run firewall role 2025-09-30 14:15:01.705078 | fa163eaa-657b-f732-44a0-000000000b1e | TIMING | Run firewall role | standalone | 0:01:15.589884 | 0.02s 2025-09-30 14:15:01.761204 | fa163eaa-657b-f732-44a0-000000000c36 | TASK | Gather variables for each operating system 2025-09-30 14:15:01.884079 | fa163eaa-657b-f732-44a0-000000000c36 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_firewall/vars/redhat.yml 2025-09-30 14:15:01.886115 | fa163eaa-657b-f732-44a0-000000000c36 | TIMING | tripleo_firewall : Gather variables for each operating system | standalone | 0:01:15.770915 | 0.12s 2025-09-30 14:15:01.895883 | fa163eaa-657b-f732-44a0-000000000c36 | TIMING | tripleo_firewall : Gather variables for each operating system | standalone | 0:01:15.780691 | 0.13s 2025-09-30 14:15:01.923373 | fa163eaa-657b-f732-44a0-000000000c37 | TASK | Uninstall firewalld to prevent nftables conflicts 2025-09-30 14:15:04.727175 | fa163eaa-657b-f732-44a0-000000000c37 | OK | Uninstall firewalld to prevent nftables conflicts | standalone 2025-09-30 14:15:04.728837 | fa163eaa-657b-f732-44a0-000000000c37 | TIMING | tripleo_firewall : Uninstall firewalld to prevent nftables conflicts | standalone | 0:01:18.613637 | 2.80s 2025-09-30 14:15:04.747882 | fa163eaa-657b-f732-44a0-000000000c3b | TASK | Create empty var for masquerade rules 2025-09-30 14:15:04.774973 | fa163eaa-657b-f732-44a0-000000000c3b | OK | Create empty var for masquerade rules | standalone 2025-09-30 14:15:04.775752 | fa163eaa-657b-f732-44a0-000000000c3b | TIMING | tripleo_firewall : Create empty var for masquerade rules | standalone | 0:01:18.660563 | 0.03s 2025-09-30 14:15:04.793464 | fa163eaa-657b-f732-44a0-000000000c3c | TASK | Enable masquerade 2025-09-30 14:15:04.827843 | fa163eaa-657b-f732-44a0-000000000c3c | SKIPPED | Enable masquerade | standalone 2025-09-30 14:15:04.829153 | fa163eaa-657b-f732-44a0-000000000c3c | TIMING | tripleo_firewall : Enable masquerade | standalone | 0:01:18.713953 | 0.04s 2025-09-30 14:15:04.856726 | fa163eaa-657b-f732-44a0-000000000c3d | TASK | Set the default frontend firewall rules 2025-09-30 14:15:04.885815 | fa163eaa-657b-f732-44a0-000000000c3d | OK | Set the default frontend firewall rules | standalone 2025-09-30 14:15:04.887007 | fa163eaa-657b-f732-44a0-000000000c3d | TIMING | tripleo_firewall : Set the default frontend firewall rules | standalone | 0:01:18.771810 | 0.03s 2025-09-30 14:15:04.912518 | fa163eaa-657b-f732-44a0-000000000c40 | TASK | Set frontend rule fact (non-ssl rules) 2025-09-30 14:15:04.961454 | fa163eaa-657b-f732-44a0-000000000c40 | OK | Set frontend rule fact (non-ssl rules) | standalone 2025-09-30 14:15:04.962844 | fa163eaa-657b-f732-44a0-000000000c40 | TIMING | tripleo_firewall : Set frontend rule fact (non-ssl rules) | standalone | 0:01:18.847649 | 0.05s 2025-09-30 14:15:04.989209 | fa163eaa-657b-f732-44a0-000000000c41 | TASK | Set frontend rule fact (ssl rules) 2025-09-30 14:15:05.028369 | fa163eaa-657b-f732-44a0-000000000c41 | SKIPPED | Set frontend rule fact (ssl rules) | standalone 2025-09-30 14:15:05.029586 | fa163eaa-657b-f732-44a0-000000000c41 | TIMING | tripleo_firewall : Set frontend rule fact (ssl rules) | standalone | 0:01:18.914389 | 0.04s 2025-09-30 14:15:05.055927 | fa163eaa-657b-f732-44a0-000000000c43 | TASK | Set frontend rule fact (non-ssl rules) 2025-09-30 14:15:05.086475 | fa163eaa-657b-f732-44a0-000000000c43 | SKIPPED | Set frontend rule fact (non-ssl rules) | standalone 2025-09-30 14:15:05.087580 | fa163eaa-657b-f732-44a0-000000000c43 | TIMING | tripleo_firewall : Set frontend rule fact (non-ssl rules) | standalone | 0:01:18.972383 | 0.03s 2025-09-30 14:15:05.113170 | fa163eaa-657b-f732-44a0-000000000c44 | TASK | Set frontend rule fact (ssl rules) 2025-09-30 14:15:05.152232 | fa163eaa-657b-f732-44a0-000000000c44 | SKIPPED | Set frontend rule fact (ssl rules) | standalone 2025-09-30 14:15:05.153354 | fa163eaa-657b-f732-44a0-000000000c44 | TIMING | tripleo_firewall : Set frontend rule fact (ssl rules) | standalone | 0:01:19.038156 | 0.04s 2025-09-30 14:15:05.178619 | fa163eaa-657b-f732-44a0-000000000c46 | TASK | Enable LOG rules 2025-09-30 14:15:05.207416 | fa163eaa-657b-f732-44a0-000000000c46 | SKIPPED | Enable LOG rules | standalone 2025-09-30 14:15:05.208845 | fa163eaa-657b-f732-44a0-000000000c46 | TIMING | tripleo_firewall : Enable LOG rules | standalone | 0:01:19.093646 | 0.03s 2025-09-30 14:15:05.235170 | fa163eaa-657b-f732-44a0-000000000c47 | TASK | Set rule fact 2025-09-30 14:15:05.317688 | fa163eaa-657b-f732-44a0-000000000c47 | OK | Set rule fact | standalone 2025-09-30 14:15:05.320792 | fa163eaa-657b-f732-44a0-000000000c47 | TIMING | tripleo_firewall : Set rule fact | standalone | 0:01:19.205593 | 0.08s 2025-09-30 14:15:05.349677 | fa163eaa-657b-f732-44a0-000000000c48 | TASK | Manage rules via nftables 2025-09-30 14:15:05.380085 | fa163eaa-657b-f732-44a0-000000000c48 | TIMING | Manage rules via nftables | standalone | 0:01:19.264882 | 0.03s 2025-09-30 14:15:05.463041 | fa163eaa-657b-f732-44a0-000000000ce6 | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:19.347836 | 0.03s 2025-09-30 14:15:05.484985 | 610e31a4-5eea-4e41-95ef-eeea8a5c9e90 | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/service-bootstrap.yml | standalone 2025-09-30 14:15:05.510332 | fa163eaa-657b-f732-44a0-000000000d0f | TASK | Ensure legacy iptables services are off 2025-09-30 14:15:05.919075 | fa163eaa-657b-f732-44a0-000000000d0f | OK | Ensure legacy iptables services are off | standalone | item=iptables.service 2025-09-30 14:15:05.921329 | fa163eaa-657b-f732-44a0-000000000d0f | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:19.806103 | 0.41s 2025-09-30 14:15:06.238652 | fa163eaa-657b-f732-44a0-000000000d0f | OK | Ensure legacy iptables services are off | standalone | item=ip6tables.service 2025-09-30 14:15:06.239758 | fa163eaa-657b-f732-44a0-000000000d0f | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:20.124570 | 0.73s 2025-09-30 14:15:06.249114 | fa163eaa-657b-f732-44a0-000000000d0f | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:20.133911 | 0.74s 2025-09-30 14:15:06.280680 | fa163eaa-657b-f732-44a0-000000000d10 | TASK | Ensure nftables service is enabled and running 2025-09-30 14:15:07.052967 | fa163eaa-657b-f732-44a0-000000000d10 | CHANGED | Ensure nftables service is enabled and running | standalone 2025-09-30 14:15:07.057733 | fa163eaa-657b-f732-44a0-000000000d10 | TIMING | tripleo_nftables : Ensure nftables service is enabled and running | standalone | 0:01:20.942527 | 0.78s 2025-09-30 14:15:07.087090 | fa163eaa-657b-f732-44a0-000000000d11 | TASK | Empty nftables from anything that may lay around 2025-09-30 14:15:07.127251 | fa163eaa-657b-f732-44a0-000000000d11 | SKIPPED | Empty nftables from anything that may lay around | standalone 2025-09-30 14:15:07.128289 | fa163eaa-657b-f732-44a0-000000000d11 | TIMING | tripleo_nftables : Empty nftables from anything that may lay around | standalone | 0:01:21.013092 | 0.04s 2025-09-30 14:15:07.173580 | fa163eaa-657b-f732-44a0-000000000ce7 | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:21.058372 | 0.02s 2025-09-30 14:15:07.215630 | 3594fe98-cb44-41b2-a818-17dea57daa17 | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/configure.yml | standalone 2025-09-30 14:15:07.251741 | fa163eaa-657b-f732-44a0-000000000d40 | TASK | Push empty ruleset 2025-09-30 14:15:07.729996 | fa163eaa-657b-f732-44a0-000000000d40 | CHANGED | Push empty ruleset | standalone 2025-09-30 14:15:07.731537 | fa163eaa-657b-f732-44a0-000000000d40 | TIMING | tripleo_nftables : Push empty ruleset | standalone | 0:01:21.616339 | 0.48s 2025-09-30 14:15:07.758496 | fa163eaa-657b-f732-44a0-000000000d41 | TASK | Load empty ruleset 2025-09-30 14:15:08.080260 | fa163eaa-657b-f732-44a0-000000000d41 | CHANGED | Load empty ruleset | standalone 2025-09-30 14:15:08.081887 | fa163eaa-657b-f732-44a0-000000000d41 | TIMING | tripleo_nftables : Load empty ruleset | standalone | 0:01:21.966682 | 0.32s 2025-09-30 14:15:08.108920 | fa163eaa-657b-f732-44a0-000000000d43 | TASK | Use default rules 2025-09-30 14:15:08.204810 | fa163eaa-657b-f732-44a0-000000000d43 | OK | Use default rules | standalone 2025-09-30 14:15:08.208703 | fa163eaa-657b-f732-44a0-000000000d43 | TIMING | tripleo_nftables : Use default rules | standalone | 0:01:22.093504 | 0.10s 2025-09-30 14:15:08.238538 | fa163eaa-657b-f732-44a0-000000000d44 | TASK | Enable LOG rules 2025-09-30 14:15:08.322990 | fa163eaa-657b-f732-44a0-000000000d44 | OK | Enable LOG rules | standalone 2025-09-30 14:15:08.326579 | fa163eaa-657b-f732-44a0-000000000d44 | TIMING | tripleo_nftables : Enable LOG rules | standalone | 0:01:22.211381 | 0.09s 2025-09-30 14:15:08.356700 | fa163eaa-657b-f732-44a0-000000000d46 | TASK | Get current nftables content 2025-09-30 14:15:08.609140 | fa163eaa-657b-f732-44a0-000000000d46 | CHANGED | Get current nftables content | standalone 2025-09-30 14:15:08.610560 | fa163eaa-657b-f732-44a0-000000000d46 | TIMING | tripleo_nftables : Get current nftables content | standalone | 0:01:22.495363 | 0.25s 2025-09-30 14:15:08.637067 | fa163eaa-657b-f732-44a0-000000000d48 | TASK | Generate chain jumps 2025-09-30 14:15:09.200502 | fa163eaa-657b-f732-44a0-000000000d48 | CHANGED | Generate chain jumps | standalone 2025-09-30 14:15:09.201906 | fa163eaa-657b-f732-44a0-000000000d48 | TIMING | tripleo_nftables : Generate chain jumps | standalone | 0:01:23.086709 | 0.56s 2025-09-30 14:15:09.228894 | fa163eaa-657b-f732-44a0-000000000d49 | TASK | Generate chain jumps 2025-09-30 14:15:09.779906 | fa163eaa-657b-f732-44a0-000000000d49 | CHANGED | Generate chain jumps | standalone 2025-09-30 14:15:09.781343 | fa163eaa-657b-f732-44a0-000000000d49 | TIMING | tripleo_nftables : Generate chain jumps | standalone | 0:01:23.666118 | 0.55s 2025-09-30 14:15:09.809208 | fa163eaa-657b-f732-44a0-000000000d4a | TASK | Generate nft flushes 2025-09-30 14:15:10.285332 | fa163eaa-657b-f732-44a0-000000000d4a | CHANGED | Generate nft flushes | standalone 2025-09-30 14:15:10.286781 | fa163eaa-657b-f732-44a0-000000000d4a | TIMING | tripleo_nftables : Generate nft flushes | standalone | 0:01:24.171585 | 0.48s 2025-09-30 14:15:10.309173 | fa163eaa-657b-f732-44a0-000000000d4b | TASK | Generate nft tripleo chains 2025-09-30 14:15:10.763685 | fa163eaa-657b-f732-44a0-000000000d4b | CHANGED | Generate nft tripleo chains | standalone 2025-09-30 14:15:10.765265 | fa163eaa-657b-f732-44a0-000000000d4b | TIMING | tripleo_nftables : Generate nft tripleo chains | standalone | 0:01:24.650063 | 0.45s 2025-09-30 14:15:10.792398 | fa163eaa-657b-f732-44a0-000000000d4c | TASK | Generate nft ruleset in static file 2025-09-30 14:15:12.353770 | fa163eaa-657b-f732-44a0-000000000d4c | CHANGED | Generate nft ruleset in static file | standalone 2025-09-30 14:15:12.355178 | fa163eaa-657b-f732-44a0-000000000d4c | TIMING | tripleo_nftables : Generate nft ruleset in static file | standalone | 0:01:26.239981 | 1.56s 2025-09-30 14:15:12.383805 | fa163eaa-657b-f732-44a0-000000000d4e | TASK | Validate all of the generated content before loading 2025-09-30 14:15:12.964241 | fa163eaa-657b-f732-44a0-000000000d4e | CHANGED | Validate all of the generated content before loading | standalone 2025-09-30 14:15:12.965696 | fa163eaa-657b-f732-44a0-000000000d4e | TIMING | tripleo_nftables : Validate all of the generated content before loading | standalone | 0:01:26.850499 | 0.58s 2025-09-30 14:15:12.992509 | fa163eaa-657b-f732-44a0-000000000d4f | TASK | Ensure we load our different nft rulesets on boot 2025-09-30 14:15:13.252027 | fa163eaa-657b-f732-44a0-000000000d4f | CHANGED | Ensure we load our different nft rulesets on boot | standalone 2025-09-30 14:15:13.253440 | fa163eaa-657b-f732-44a0-000000000d4f | TIMING | tripleo_nftables : Ensure we load our different nft rulesets on boot | standalone | 0:01:27.138242 | 0.26s 2025-09-30 14:15:13.309011 | fa163eaa-657b-f732-44a0-000000000ce8 | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:27.193808 | 0.03s 2025-09-30 14:15:13.331074 | cdcd3999-a646-46e2-af81-e530b011e253 | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/run.yml | standalone 2025-09-30 14:15:13.383794 | fa163eaa-657b-f732-44a0-000000000db7 | TASK | Inject our custom chains in nftables 2025-09-30 14:15:13.616346 | fa163eaa-657b-f732-44a0-000000000db7 | CHANGED | Inject our custom chains in nftables | standalone 2025-09-30 14:15:13.617690 | fa163eaa-657b-f732-44a0-000000000db7 | TIMING | tripleo_nftables : Inject our custom chains in nftables | standalone | 0:01:27.502493 | 0.23s 2025-09-30 14:15:13.644783 | fa163eaa-657b-f732-44a0-000000000db8 | TASK | Reload custom nftables ruleset files 2025-09-30 14:15:13.926927 | fa163eaa-657b-f732-44a0-000000000db8 | CHANGED | Reload custom nftables ruleset files | standalone 2025-09-30 14:15:13.928392 | fa163eaa-657b-f732-44a0-000000000db8 | TIMING | tripleo_nftables : Reload custom nftables ruleset files | standalone | 0:01:27.813194 | 0.28s 2025-09-30 14:15:14.003231 | fa163eaa-657b-f732-44a0-000000000b1f | TASK | create persistent logs directory 2025-09-30 14:15:14.264176 | fa163eaa-657b-f732-44a0-000000000b1f | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/aodh', 'setype': 'container_file_t'} 2025-09-30 14:15:14.266479 | fa163eaa-657b-f732-44a0-000000000b1f | TIMING | create persistent logs directory | standalone | 0:01:28.151276 | 0.26s 2025-09-30 14:15:14.488144 | fa163eaa-657b-f732-44a0-000000000b1f | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/aodh-api', 'setype': 'container_file_t'} 2025-09-30 14:15:14.489815 | fa163eaa-657b-f732-44a0-000000000b1f | TIMING | create persistent logs directory | standalone | 0:01:28.374621 | 0.49s 2025-09-30 14:15:14.500857 | fa163eaa-657b-f732-44a0-000000000b1f | TIMING | create persistent logs directory | standalone | 0:01:28.385653 | 0.50s 2025-09-30 14:15:14.527448 | fa163eaa-657b-f732-44a0-000000000b20 | TASK | create persistent directories 2025-09-30 14:15:14.770788 | fa163eaa-657b-f732-44a0-000000000b20 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/aodh', 'setype': 'container_file_t'} 2025-09-30 14:15:14.772890 | fa163eaa-657b-f732-44a0-000000000b20 | TIMING | create persistent directories | standalone | 0:01:28.657690 | 0.24s 2025-09-30 14:15:14.783128 | fa163eaa-657b-f732-44a0-000000000b20 | TIMING | create persistent directories | standalone | 0:01:28.667917 | 0.25s 2025-09-30 14:15:14.809659 | fa163eaa-657b-f732-44a0-000000000b21 | TASK | create persistent directories 2025-09-30 14:15:15.074410 | fa163eaa-657b-f732-44a0-000000000b21 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/aodh', 'setype': 'container_file_t'} 2025-09-30 14:15:15.077438 | fa163eaa-657b-f732-44a0-000000000b21 | TIMING | create persistent directories | standalone | 0:01:28.962225 | 0.27s 2025-09-30 14:15:15.306574 | fa163eaa-657b-f732-44a0-000000000b21 | CHANGED | create persistent directories | standalone | item={'path': '/var/log/aodh', 'setype': 'container_file_t'} 2025-09-30 14:15:15.308498 | fa163eaa-657b-f732-44a0-000000000b21 | TIMING | create persistent directories | standalone | 0:01:29.193304 | 0.50s 2025-09-30 14:15:15.320098 | fa163eaa-657b-f732-44a0-000000000b21 | TIMING | create persistent directories | standalone | 0:01:29.204904 | 0.51s 2025-09-30 14:15:15.340365 | fa163eaa-657b-f732-44a0-000000000b22 | TASK | create persistent directories 2025-09-30 14:15:15.585289 | fa163eaa-657b-f732-44a0-000000000b22 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/barbican', 'setype': 'container_file_t'} 2025-09-30 14:15:15.587655 | fa163eaa-657b-f732-44a0-000000000b22 | TIMING | create persistent directories | standalone | 0:01:29.472452 | 0.25s 2025-09-30 14:15:15.820438 | fa163eaa-657b-f732-44a0-000000000b22 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/barbican-api', 'setype': 'container_file_t'} 2025-09-30 14:15:15.822443 | fa163eaa-657b-f732-44a0-000000000b22 | TIMING | create persistent directories | standalone | 0:01:29.707235 | 0.48s 2025-09-30 14:15:15.835593 | fa163eaa-657b-f732-44a0-000000000b22 | TIMING | create persistent directories | standalone | 0:01:29.720385 | 0.49s 2025-09-30 14:15:15.864003 | fa163eaa-657b-f732-44a0-000000000b23 | TASK | enable virt_sandbox_use_netlink for healthcheck 2025-09-30 14:15:16.981779 | fa163eaa-657b-f732-44a0-000000000b23 | CHANGED | enable virt_sandbox_use_netlink for healthcheck | standalone 2025-09-30 14:15:16.983543 | fa163eaa-657b-f732-44a0-000000000b23 | TIMING | enable virt_sandbox_use_netlink for healthcheck | standalone | 0:01:30.868344 | 1.12s 2025-09-30 14:15:17.009205 | fa163eaa-657b-f732-44a0-000000000b24 | TASK | create persistent directories 2025-09-30 14:15:17.302199 | fa163eaa-657b-f732-44a0-000000000b24 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/ceilometer', 'setype': 'container_file_t'} 2025-09-30 14:15:17.303747 | fa163eaa-657b-f732-44a0-000000000b24 | TIMING | create persistent directories | standalone | 0:01:31.188547 | 0.29s 2025-09-30 14:15:17.316058 | fa163eaa-657b-f732-44a0-000000000b24 | TIMING | create persistent directories | standalone | 0:01:31.200854 | 0.31s 2025-09-30 14:15:17.340886 | fa163eaa-657b-f732-44a0-000000000b25 | TASK | create persistent directories 2025-09-30 14:15:17.595004 | fa163eaa-657b-f732-44a0-000000000b25 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2025-09-30 14:15:17.596947 | fa163eaa-657b-f732-44a0-000000000b25 | TIMING | create persistent directories | standalone | 0:01:31.481741 | 0.25s 2025-09-30 14:15:17.877161 | fa163eaa-657b-f732-44a0-000000000b25 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/cinder-api', 'setype': 'container_file_t'} 2025-09-30 14:15:17.878775 | fa163eaa-657b-f732-44a0-000000000b25 | TIMING | create persistent directories | standalone | 0:01:31.763575 | 0.54s 2025-09-30 14:15:17.888550 | fa163eaa-657b-f732-44a0-000000000b25 | TIMING | create persistent directories | standalone | 0:01:31.773345 | 0.55s 2025-09-30 14:15:17.915255 | fa163eaa-657b-f732-44a0-000000000b26 | TASK | create fcontext entry for cinder data 2025-09-30 14:15:19.269219 | fa163eaa-657b-f732-44a0-000000000b26 | CHANGED | create fcontext entry for cinder data | standalone 2025-09-30 14:15:19.271027 | fa163eaa-657b-f732-44a0-000000000b26 | TIMING | create fcontext entry for cinder data | standalone | 0:01:33.155827 | 1.35s 2025-09-30 14:15:19.296999 | fa163eaa-657b-f732-44a0-000000000b27 | TASK | create persistent directories 2025-09-30 14:15:19.568638 | fa163eaa-657b-f732-44a0-000000000b27 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2025-09-30 14:15:19.571785 | fa163eaa-657b-f732-44a0-000000000b27 | TIMING | create persistent directories | standalone | 0:01:33.456573 | 0.27s 2025-09-30 14:15:19.792511 | fa163eaa-657b-f732-44a0-000000000b27 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/cinder', 'setype': 'container_file_t'} 2025-09-30 14:15:19.794202 | fa163eaa-657b-f732-44a0-000000000b27 | TIMING | create persistent directories | standalone | 0:01:33.679008 | 0.50s 2025-09-30 14:15:19.804170 | fa163eaa-657b-f732-44a0-000000000b27 | TIMING | create persistent directories | standalone | 0:01:33.688976 | 0.51s 2025-09-30 14:15:19.821880 | fa163eaa-657b-f732-44a0-000000000b28 | TASK | ensure ceph configurations exist 2025-09-30 14:15:20.049589 | fa163eaa-657b-f732-44a0-000000000b28 | CHANGED | ensure ceph configurations exist | standalone 2025-09-30 14:15:20.050958 | fa163eaa-657b-f732-44a0-000000000b28 | TIMING | ensure ceph configurations exist | standalone | 0:01:33.935759 | 0.23s 2025-09-30 14:15:20.077267 | fa163eaa-657b-f732-44a0-000000000b29 | TASK | create persistent directories 2025-09-30 14:15:20.309692 | fa163eaa-657b-f732-44a0-000000000b29 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2025-09-30 14:15:20.311537 | fa163eaa-657b-f732-44a0-000000000b29 | TIMING | create persistent directories | standalone | 0:01:34.196338 | 0.23s 2025-09-30 14:15:20.321512 | fa163eaa-657b-f732-44a0-000000000b29 | TIMING | create persistent directories | standalone | 0:01:34.206314 | 0.24s 2025-09-30 14:15:20.342765 | fa163eaa-657b-f732-44a0-000000000b2b | TASK | Create cinder image conversion directory 2025-09-30 14:15:20.371336 | fa163eaa-657b-f732-44a0-000000000b2b | SKIPPED | Create cinder image conversion directory | standalone 2025-09-30 14:15:20.372165 | fa163eaa-657b-f732-44a0-000000000b2b | TIMING | Create cinder image conversion directory | standalone | 0:01:34.256973 | 0.03s 2025-09-30 14:15:20.392864 | fa163eaa-657b-f732-44a0-000000000b2c | TASK | Mount cinder's image conversion NFS share 2025-09-30 14:15:20.422985 | fa163eaa-657b-f732-44a0-000000000b2c | SKIPPED | Mount cinder's image conversion NFS share | standalone 2025-09-30 14:15:20.423940 | fa163eaa-657b-f732-44a0-000000000b2c | TIMING | Mount cinder's image conversion NFS share | standalone | 0:01:34.308748 | 0.03s 2025-09-30 14:15:20.443324 | fa163eaa-657b-f732-44a0-000000000b2e | TASK | cinder_configure_lvm fact 2025-09-30 14:15:20.473281 | fa163eaa-657b-f732-44a0-000000000b2e | OK | cinder_configure_lvm fact | standalone 2025-09-30 14:15:20.474166 | fa163eaa-657b-f732-44a0-000000000b2e | TIMING | cinder_configure_lvm fact | standalone | 0:01:34.358976 | 0.03s 2025-09-30 14:15:20.494347 | fa163eaa-657b-f732-44a0-000000000b30 | TASK | ensure LVM rpm dependencies are installed 2025-09-30 14:15:20.523055 | fa163eaa-657b-f732-44a0-000000000b30 | SKIPPED | ensure LVM rpm dependencies are installed | standalone 2025-09-30 14:15:20.523782 | fa163eaa-657b-f732-44a0-000000000b30 | TIMING | ensure LVM rpm dependencies are installed | standalone | 0:01:34.408591 | 0.03s 2025-09-30 14:15:20.542965 | fa163eaa-657b-f732-44a0-000000000b31 | TASK | cinder create LVM volume group dd 2025-09-30 14:15:20.571503 | fa163eaa-657b-f732-44a0-000000000b31 | SKIPPED | cinder create LVM volume group dd | standalone 2025-09-30 14:15:20.572259 | fa163eaa-657b-f732-44a0-000000000b31 | TIMING | cinder create LVM volume group dd | standalone | 0:01:34.457068 | 0.03s 2025-09-30 14:15:20.592413 | fa163eaa-657b-f732-44a0-000000000b32 | TASK | Get or create LVM loopback device 2025-09-30 14:15:20.619468 | fa163eaa-657b-f732-44a0-000000000b32 | SKIPPED | Get or create LVM loopback device | standalone 2025-09-30 14:15:20.620190 | fa163eaa-657b-f732-44a0-000000000b32 | TIMING | Get or create LVM loopback device | standalone | 0:01:34.504999 | 0.03s 2025-09-30 14:15:20.642519 | fa163eaa-657b-f732-44a0-000000000b33 | TASK | Create LVM volume group 2025-09-30 14:15:20.671977 | fa163eaa-657b-f732-44a0-000000000b33 | SKIPPED | Create LVM volume group | standalone 2025-09-30 14:15:20.673060 | fa163eaa-657b-f732-44a0-000000000b33 | TIMING | Create LVM volume group | standalone | 0:01:34.557865 | 0.03s 2025-09-30 14:15:20.697477 | fa163eaa-657b-f732-44a0-000000000b34 | TASK | cinder create service to run losetup for LVM on startup 2025-09-30 14:15:20.725843 | fa163eaa-657b-f732-44a0-000000000b34 | SKIPPED | cinder create service to run losetup for LVM on startup | standalone 2025-09-30 14:15:20.726734 | fa163eaa-657b-f732-44a0-000000000b34 | TIMING | cinder create service to run losetup for LVM on startup | standalone | 0:01:34.611544 | 0.03s 2025-09-30 14:15:20.747280 | fa163eaa-657b-f732-44a0-000000000b35 | TASK | cinder enable the LVM losetup service 2025-09-30 14:15:20.776296 | fa163eaa-657b-f732-44a0-000000000b35 | SKIPPED | cinder enable the LVM losetup service | standalone 2025-09-30 14:15:20.777265 | fa163eaa-657b-f732-44a0-000000000b35 | TIMING | cinder enable the LVM losetup service | standalone | 0:01:34.662074 | 0.03s 2025-09-30 14:15:20.797492 | fa163eaa-657b-f732-44a0-000000000b37 | TASK | allow logrotate to read inside containers 2025-09-30 14:15:21.743167 | fa163eaa-657b-f732-44a0-000000000b37 | CHANGED | allow logrotate to read inside containers | standalone 2025-09-30 14:15:21.744878 | fa163eaa-657b-f732-44a0-000000000b37 | TIMING | allow logrotate to read inside containers | standalone | 0:01:35.629680 | 0.95s 2025-09-30 14:15:21.770465 | fa163eaa-657b-f732-44a0-000000000b38 | TASK | authorize httpd to listen on registry ports 2025-09-30 14:15:23.951932 | fa163eaa-657b-f732-44a0-000000000b38 | CHANGED | authorize httpd to listen on registry ports | standalone 2025-09-30 14:15:23.953512 | fa163eaa-657b-f732-44a0-000000000b38 | TIMING | authorize httpd to listen on registry ports | standalone | 0:01:37.838316 | 2.18s 2025-09-30 14:15:24.009380 | fa163eaa-657b-f732-44a0-000000000b3a | OK | set_fact | standalone 2025-09-30 14:15:24.010651 | fa163eaa-657b-f732-44a0-000000000b3a | TIMING | set_fact | standalone | 0:01:37.895456 | 0.03s 2025-09-30 14:15:24.063852 | fa163eaa-657b-f732-44a0-000000000b3b | TIMING | include_role : tripleo_image_serve | standalone | 0:01:37.948647 | 0.03s 2025-09-30 14:15:24.122195 | fa163eaa-657b-f732-44a0-000000000f04 | TASK | ensure apache is installed 2025-09-30 14:15:29.973933 | fa163eaa-657b-f732-44a0-000000000f04 | CHANGED | ensure apache is installed | standalone 2025-09-30 14:15:29.975583 | fa163eaa-657b-f732-44a0-000000000f04 | TIMING | tripleo_image_serve : ensure apache is installed | standalone | 0:01:43.860386 | 5.85s 2025-09-30 14:15:30.005273 | fa163eaa-657b-f732-44a0-000000000f05 | TASK | create image data directory 2025-09-30 14:15:30.283024 | fa163eaa-657b-f732-44a0-000000000f05 | CHANGED | create image data directory | standalone 2025-09-30 14:15:30.284943 | fa163eaa-657b-f732-44a0-000000000f05 | TIMING | tripleo_image_serve : create image data directory | standalone | 0:01:44.169739 | 0.28s 2025-09-30 14:15:30.317137 | fa163eaa-657b-f732-44a0-000000000f06 | TASK | create /v2/ response file 2025-09-30 14:15:30.864520 | fa163eaa-657b-f732-44a0-000000000f06 | CHANGED | create /v2/ response file | standalone 2025-09-30 14:15:30.865919 | fa163eaa-657b-f732-44a0-000000000f06 | TIMING | tripleo_image_serve : create /v2/ response file | standalone | 0:01:44.750723 | 0.55s 2025-09-30 14:15:30.892116 | fa163eaa-657b-f732-44a0-000000000f07 | TASK | Add listen line 2025-09-30 14:15:31.264099 | fa163eaa-657b-f732-44a0-000000000f07 | CHANGED | Add listen line | standalone 2025-09-30 14:15:31.265645 | fa163eaa-657b-f732-44a0-000000000f07 | TIMING | tripleo_image_serve : Add listen line | standalone | 0:01:45.150445 | 0.37s 2025-09-30 14:15:31.299204 | fa163eaa-657b-f732-44a0-000000000f08 | TASK | manage /etc/httpd/conf.d/image-serve.conf 2025-09-30 14:15:31.828553 | fa163eaa-657b-f732-44a0-000000000f08 | CHANGED | manage /etc/httpd/conf.d/image-serve.conf | standalone 2025-09-30 14:15:31.829286 | fa163eaa-657b-f732-44a0-000000000f08 | TIMING | tripleo_image_serve : manage /etc/httpd/conf.d/image-serve.conf | standalone | 0:01:45.714098 | 0.53s 2025-09-30 14:15:31.846624 | fa163eaa-657b-f732-44a0-000000000f09 | TASK | Image-Serve | restart httpd 2025-09-30 14:15:32.930813 | fa163eaa-657b-f732-44a0-000000000f09 | CHANGED | Image-Serve | restart httpd | standalone 2025-09-30 14:15:32.932942 | fa163eaa-657b-f732-44a0-000000000f09 | TIMING | tripleo_image_serve : Image-Serve | restart httpd | standalone | 0:01:46.817745 | 1.09s 2025-09-30 14:15:32.983875 | fa163eaa-657b-f732-44a0-000000000b3d | TASK | create persistent logs directory 2025-09-30 14:15:33.249684 | fa163eaa-657b-f732-44a0-000000000b3d | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/glance', 'setype': 'container_file_t'} 2025-09-30 14:15:33.252594 | fa163eaa-657b-f732-44a0-000000000b3d | TIMING | create persistent logs directory | standalone | 0:01:47.137392 | 0.27s 2025-09-30 14:15:33.456992 | fa163eaa-657b-f732-44a0-000000000b3d | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/glance', 'setype': 'container_file_t'} 2025-09-30 14:15:33.457642 | fa163eaa-657b-f732-44a0-000000000b3d | TIMING | create persistent logs directory | standalone | 0:01:47.342455 | 0.47s 2025-09-30 14:15:33.464795 | fa163eaa-657b-f732-44a0-000000000b3d | TIMING | create persistent logs directory | standalone | 0:01:47.349595 | 0.48s 2025-09-30 14:15:33.492760 | fa163eaa-657b-f732-44a0-000000000b3e | TASK | Mount NFS on host 2025-09-30 14:15:33.517874 | fa163eaa-657b-f732-44a0-000000000b3e | SKIPPED | Mount NFS on host | standalone 2025-09-30 14:15:33.519246 | fa163eaa-657b-f732-44a0-000000000b3e | TIMING | Mount NFS on host | standalone | 0:01:47.404044 | 0.02s 2025-09-30 14:15:33.545999 | fa163eaa-657b-f732-44a0-000000000b3f | TASK | Mount Node Staging Location 2025-09-30 14:15:33.578284 | fa163eaa-657b-f732-44a0-000000000b3f | SKIPPED | Mount Node Staging Location | standalone 2025-09-30 14:15:33.580197 | fa163eaa-657b-f732-44a0-000000000b3f | TIMING | Mount Node Staging Location | standalone | 0:01:47.464997 | 0.03s 2025-09-30 14:15:33.606341 | fa163eaa-657b-f732-44a0-000000000b40 | TASK | ensure /var/lib/glance exists 2025-09-30 14:15:33.826738 | fa163eaa-657b-f732-44a0-000000000b40 | CHANGED | ensure /var/lib/glance exists | standalone 2025-09-30 14:15:33.828065 | fa163eaa-657b-f732-44a0-000000000b40 | TIMING | ensure /var/lib/glance exists | standalone | 0:01:47.712868 | 0.22s 2025-09-30 14:15:33.852683 | fa163eaa-657b-f732-44a0-000000000b41 | TASK | create logs directory 2025-09-30 14:15:34.108490 | fa163eaa-657b-f732-44a0-000000000b41 | CHANGED | create logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/gnocchi', 'setype': 'container_file_t'} 2025-09-30 14:15:34.109993 | fa163eaa-657b-f732-44a0-000000000b41 | TIMING | create logs directory | standalone | 0:01:47.994793 | 0.25s 2025-09-30 14:15:34.324588 | fa163eaa-657b-f732-44a0-000000000b41 | CHANGED | create logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/gnocchi-api', 'setype': 'container_file_t'} 2025-09-30 14:15:34.325658 | fa163eaa-657b-f732-44a0-000000000b41 | TIMING | create logs directory | standalone | 0:01:48.210465 | 0.47s 2025-09-30 14:15:34.337411 | fa163eaa-657b-f732-44a0-000000000b41 | TIMING | create logs directory | standalone | 0:01:48.222225 | 0.48s 2025-09-30 14:15:34.357872 | fa163eaa-657b-f732-44a0-000000000b42 | TASK | Mount Gnocchi NFS on host 2025-09-30 14:15:34.377030 | fa163eaa-657b-f732-44a0-000000000b42 | SKIPPED | Mount Gnocchi NFS on host | standalone 2025-09-30 14:15:34.378511 | fa163eaa-657b-f732-44a0-000000000b42 | TIMING | Mount Gnocchi NFS on host | standalone | 0:01:48.263321 | 0.02s 2025-09-30 14:15:34.399923 | fa163eaa-657b-f732-44a0-000000000b43 | TASK | ensure GnocchiFileBasePath exists 2025-09-30 14:15:34.656264 | fa163eaa-657b-f732-44a0-000000000b43 | CHANGED | ensure GnocchiFileBasePath exists | standalone 2025-09-30 14:15:34.658904 | fa163eaa-657b-f732-44a0-000000000b43 | TIMING | ensure GnocchiFileBasePath exists | standalone | 0:01:48.543700 | 0.26s 2025-09-30 14:15:34.684586 | fa163eaa-657b-f732-44a0-000000000b44 | TASK | create persistent directories 2025-09-30 14:15:34.920516 | fa163eaa-657b-f732-44a0-000000000b44 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/gnocchi', 'setype': 'container_file_t'} 2025-09-30 14:15:34.921898 | fa163eaa-657b-f732-44a0-000000000b44 | TIMING | create persistent directories | standalone | 0:01:48.806699 | 0.24s 2025-09-30 14:15:34.927855 | fa163eaa-657b-f732-44a0-000000000b44 | TIMING | create persistent directories | standalone | 0:01:48.812656 | 0.24s 2025-09-30 14:15:34.953999 | fa163eaa-657b-f732-44a0-000000000b45 | TASK | create persistent data directory 2025-09-30 14:15:35.183028 | fa163eaa-657b-f732-44a0-000000000b45 | OK | create persistent data directory | standalone 2025-09-30 14:15:35.184395 | fa163eaa-657b-f732-44a0-000000000b45 | TIMING | create persistent data directory | standalone | 0:01:49.069197 | 0.23s 2025-09-30 14:15:35.209869 | fa163eaa-657b-f732-44a0-000000000b46 | TASK | get parameters 2025-09-30 14:15:35.237424 | fa163eaa-657b-f732-44a0-000000000b46 | OK | get parameters | standalone 2025-09-30 14:15:35.238726 | fa163eaa-657b-f732-44a0-000000000b46 | TIMING | get parameters | standalone | 0:01:49.123528 | 0.03s 2025-09-30 14:15:35.264860 | fa163eaa-657b-f732-44a0-000000000b48 | TASK | get DeployedSSLCertificatePath attributes 2025-09-30 14:15:35.294410 | fa163eaa-657b-f732-44a0-000000000b48 | SKIPPED | get DeployedSSLCertificatePath attributes | standalone 2025-09-30 14:15:35.295647 | fa163eaa-657b-f732-44a0-000000000b48 | TIMING | get DeployedSSLCertificatePath attributes | standalone | 0:01:49.180448 | 0.03s 2025-09-30 14:15:35.321699 | fa163eaa-657b-f732-44a0-000000000b49 | TASK | set is_haproxy_bootstrap_node fact 2025-09-30 14:15:35.362560 | fa163eaa-657b-f732-44a0-000000000b49 | SKIPPED | set is_haproxy_bootstrap_node fact | standalone 2025-09-30 14:15:35.363801 | fa163eaa-657b-f732-44a0-000000000b49 | TIMING | set is_haproxy_bootstrap_node fact | standalone | 0:01:49.248602 | 0.04s 2025-09-30 14:15:35.391200 | fa163eaa-657b-f732-44a0-000000000b4a | TASK | get haproxy status 2025-09-30 14:15:35.432232 | fa163eaa-657b-f732-44a0-000000000b4a | SKIPPED | get haproxy status | standalone 2025-09-30 14:15:35.433490 | fa163eaa-657b-f732-44a0-000000000b4a | TIMING | get haproxy status | standalone | 0:01:49.318291 | 0.04s 2025-09-30 14:15:35.458996 | fa163eaa-657b-f732-44a0-000000000b4b | TASK | get pacemaker status 2025-09-30 14:15:35.506950 | fa163eaa-657b-f732-44a0-000000000b4b | SKIPPED | get pacemaker status | standalone 2025-09-30 14:15:35.508180 | fa163eaa-657b-f732-44a0-000000000b4b | TIMING | get pacemaker status | standalone | 0:01:49.392979 | 0.05s 2025-09-30 14:15:35.533514 | fa163eaa-657b-f732-44a0-000000000b4c | TASK | get docker status 2025-09-30 14:15:35.576372 | fa163eaa-657b-f732-44a0-000000000b4c | SKIPPED | get docker status | standalone 2025-09-30 14:15:35.577616 | fa163eaa-657b-f732-44a0-000000000b4c | TIMING | get docker status | standalone | 0:01:49.462419 | 0.04s 2025-09-30 14:15:35.603285 | fa163eaa-657b-f732-44a0-000000000b4d | TASK | get container_id 2025-09-30 14:15:35.644399 | fa163eaa-657b-f732-44a0-000000000b4d | SKIPPED | get container_id | standalone 2025-09-30 14:15:35.645626 | fa163eaa-657b-f732-44a0-000000000b4d | TIMING | get container_id | standalone | 0:01:49.530428 | 0.04s 2025-09-30 14:15:35.670480 | fa163eaa-657b-f732-44a0-000000000b4e | TASK | get pcs resource name for haproxy container 2025-09-30 14:15:35.718824 | fa163eaa-657b-f732-44a0-000000000b4e | SKIPPED | get pcs resource name for haproxy container | standalone 2025-09-30 14:15:35.720179 | fa163eaa-657b-f732-44a0-000000000b4e | TIMING | get pcs resource name for haproxy container | standalone | 0:01:49.604978 | 0.05s 2025-09-30 14:15:35.746912 | fa163eaa-657b-f732-44a0-000000000b4f | TASK | remove DeployedSSLCertificatePath if is dir 2025-09-30 14:15:35.789839 | fa163eaa-657b-f732-44a0-000000000b4f | SKIPPED | remove DeployedSSLCertificatePath if is dir | standalone 2025-09-30 14:15:35.791030 | fa163eaa-657b-f732-44a0-000000000b4f | TIMING | remove DeployedSSLCertificatePath if is dir | standalone | 0:01:49.675833 | 0.04s 2025-09-30 14:15:35.815595 | fa163eaa-657b-f732-44a0-000000000b50 | TASK | push certificate content 2025-09-30 14:15:35.864705 | fa163eaa-657b-f732-44a0-000000000b50 | SKIPPED | push certificate content | standalone 2025-09-30 14:15:35.866378 | fa163eaa-657b-f732-44a0-000000000b50 | TIMING | push certificate content | standalone | 0:01:49.751171 | 0.05s 2025-09-30 14:15:35.892084 | fa163eaa-657b-f732-44a0-000000000b52 | TASK | set certificate ownership 2025-09-30 14:15:35.940597 | fa163eaa-657b-f732-44a0-000000000b52 | SKIPPED | set certificate ownership | standalone 2025-09-30 14:15:35.941810 | fa163eaa-657b-f732-44a0-000000000b52 | TIMING | set certificate ownership | standalone | 0:01:49.826610 | 0.05s 2025-09-30 14:15:35.966826 | fa163eaa-657b-f732-44a0-000000000b53 | TASK | reload haproxy if enabled 2025-09-30 14:15:36.016404 | fa163eaa-657b-f732-44a0-000000000b53 | SKIPPED | reload haproxy if enabled | standalone 2025-09-30 14:15:36.017536 | fa163eaa-657b-f732-44a0-000000000b53 | TIMING | reload haproxy if enabled | standalone | 0:01:49.902340 | 0.05s 2025-09-30 14:15:36.044041 | fa163eaa-657b-f732-44a0-000000000b54 | TASK | restart pacemaker resource for haproxy 2025-09-30 14:15:36.086020 | fa163eaa-657b-f732-44a0-000000000b54 | SKIPPED | restart pacemaker resource for haproxy | standalone 2025-09-30 14:15:36.087100 | fa163eaa-657b-f732-44a0-000000000b54 | TIMING | restart pacemaker resource for haproxy | standalone | 0:01:49.971902 | 0.04s 2025-09-30 14:15:36.112106 | fa163eaa-657b-f732-44a0-000000000b56 | TASK | copy certificate, chgrp, restart haproxy 2025-09-30 14:15:36.162369 | fa163eaa-657b-f732-44a0-000000000b56 | SKIPPED | copy certificate, chgrp, restart haproxy | standalone 2025-09-30 14:15:36.164622 | fa163eaa-657b-f732-44a0-000000000b56 | TIMING | copy certificate, chgrp, restart haproxy | standalone | 0:01:50.049426 | 0.05s 2025-09-30 14:15:36.189830 | fa163eaa-657b-f732-44a0-000000000b58 | TASK | create persistent directories 2025-09-30 14:15:36.453533 | fa163eaa-657b-f732-44a0-000000000b58 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/haproxy', 'setype': 'var_log_t'} 2025-09-30 14:15:36.455781 | fa163eaa-657b-f732-44a0-000000000b58 | TIMING | create persistent directories | standalone | 0:01:50.340581 | 0.26s 2025-09-30 14:15:36.694978 | fa163eaa-657b-f732-44a0-000000000b58 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/haproxy', 'setype': 'container_file_t'} 2025-09-30 14:15:36.696349 | fa163eaa-657b-f732-44a0-000000000b58 | TIMING | create persistent directories | standalone | 0:01:50.581115 | 0.51s 2025-09-30 14:15:36.703815 | fa163eaa-657b-f732-44a0-000000000b58 | TIMING | create persistent directories | standalone | 0:01:50.588605 | 0.51s 2025-09-30 14:15:36.729618 | fa163eaa-657b-f732-44a0-000000000b59 | TASK | Run puppet on the host to apply IPtables rules 2025-09-30 14:15:41.907879 | fa163eaa-657b-f732-44a0-000000000b59 | OK | Run puppet on the host to apply IPtables rules | standalone 2025-09-30 14:15:41.908677 | fa163eaa-657b-f732-44a0-000000000b59 | TIMING | Run puppet on the host to apply IPtables rules | standalone | 0:01:55.793490 | 5.18s 2025-09-30 14:15:41.928436 | fa163eaa-657b-f732-44a0-000000000b5a | TASK | Debug output for task: Run puppet on the host to apply IPtables rules 2025-09-30 14:15:41.993099 | fa163eaa-657b-f732-44a0-000000000b5a | 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.localdomain in environment production in 0.72 seconds", "Notice: Applied catalog in 0.25 seconds", "Application:", " Initial environment: production", " Converged environment: production", " Run mode: user", "Changes:", "Events:", "Resources:", " Skipped: 58", " Total: 58", "Time:", " Transaction evaluation: 0.24", " Catalog application: 0.25", " Config retrieval: 0.79", " Last run: 1759241741", " Total: 0.25", "Version:", " Config: 1759241740", " 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-09-30 14:15:41.994066 | fa163eaa-657b-f732-44a0-000000000b5a | TIMING | Debug output for task: Run puppet on the host to apply IPtables rules | standalone | 0:01:55.878876 | 0.06s 2025-09-30 14:15:42.020133 | fa163eaa-657b-f732-44a0-000000000b5b | TASK | create persistent directories 2025-09-30 14:15:42.270123 | fa163eaa-657b-f732-44a0-000000000b5b | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2025-09-30 14:15:42.272484 | fa163eaa-657b-f732-44a0-000000000b5b | TIMING | create persistent directories | standalone | 0:01:56.157276 | 0.25s 2025-09-30 14:15:42.474451 | fa163eaa-657b-f732-44a0-000000000b5b | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/heat-api', 'setype': 'container_file_t'} 2025-09-30 14:15:42.476391 | fa163eaa-657b-f732-44a0-000000000b5b | TIMING | create persistent directories | standalone | 0:01:56.361197 | 0.45s 2025-09-30 14:15:42.486851 | fa163eaa-657b-f732-44a0-000000000b5b | TIMING | create persistent directories | standalone | 0:01:56.371651 | 0.47s 2025-09-30 14:15:42.511266 | fa163eaa-657b-f732-44a0-000000000b5c | TASK | create persistent directories 2025-09-30 14:15:42.756851 | fa163eaa-657b-f732-44a0-000000000b5c | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2025-09-30 14:15:42.758544 | fa163eaa-657b-f732-44a0-000000000b5c | TIMING | create persistent directories | standalone | 0:01:56.643342 | 0.25s 2025-09-30 14:15:42.927102 | fa163eaa-657b-f732-44a0-000000000b5c | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/heat-api-cfn', 'setype': 'container_file_t'} 2025-09-30 14:15:42.928140 | fa163eaa-657b-f732-44a0-000000000b5c | TIMING | create persistent directories | standalone | 0:01:56.812947 | 0.42s 2025-09-30 14:15:42.934673 | fa163eaa-657b-f732-44a0-000000000b5c | TIMING | create persistent directories | standalone | 0:01:56.819477 | 0.42s 2025-09-30 14:15:42.952317 | fa163eaa-657b-f732-44a0-000000000b5d | TASK | create persistent directories 2025-09-30 14:15:43.159206 | fa163eaa-657b-f732-44a0-000000000b5d | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2025-09-30 14:15:43.161562 | fa163eaa-657b-f732-44a0-000000000b5d | TIMING | create persistent directories | standalone | 0:01:57.046362 | 0.21s 2025-09-30 14:15:43.171935 | fa163eaa-657b-f732-44a0-000000000b5d | TIMING | create persistent directories | standalone | 0:01:57.056731 | 0.22s 2025-09-30 14:15:43.199232 | fa163eaa-657b-f732-44a0-000000000b5e | TASK | create persistent directories 2025-09-30 14:15:43.450283 | fa163eaa-657b-f732-44a0-000000000b5e | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/horizon', 'setype': 'container_file_t'} 2025-09-30 14:15:43.452808 | fa163eaa-657b-f732-44a0-000000000b5e | TIMING | create persistent directories | standalone | 0:01:57.337593 | 0.25s 2025-09-30 14:15:43.707251 | fa163eaa-657b-f732-44a0-000000000b5e | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/horizon', 'setype': 'container_file_t'} 2025-09-30 14:15:43.709152 | fa163eaa-657b-f732-44a0-000000000b5e | TIMING | create persistent directories | standalone | 0:01:57.593957 | 0.51s 2025-09-30 14:15:43.933941 | fa163eaa-657b-f732-44a0-000000000b5e | CHANGED | create persistent directories | standalone | item={'path': '/var/www', 'setype': 'container_file_t'} 2025-09-30 14:15:43.935793 | fa163eaa-657b-f732-44a0-000000000b5e | TIMING | create persistent directories | standalone | 0:01:57.820596 | 0.73s 2025-09-30 14:15:44.097118 | fa163eaa-657b-f732-44a0-000000000b5e | CHANGED | create persistent directories | standalone | item={'mode': '01777', 'path': '/var/tmp/horizon', 'setype': 'container_file_t'} 2025-09-30 14:15:44.098889 | fa163eaa-657b-f732-44a0-000000000b5e | TIMING | create persistent directories | standalone | 0:01:57.983696 | 0.90s 2025-09-30 14:15:44.110218 | fa163eaa-657b-f732-44a0-000000000b5e | TIMING | create persistent directories | standalone | 0:01:57.995016 | 0.91s 2025-09-30 14:15:44.140499 | fa163eaa-657b-f732-44a0-000000000b5f | TASK | ensure /var/tmp/horizon exists on boot 2025-09-30 14:15:44.562346 | fa163eaa-657b-f732-44a0-000000000b5f | CHANGED | ensure /var/tmp/horizon exists on boot | standalone 2025-09-30 14:15:44.563908 | fa163eaa-657b-f732-44a0-000000000b5f | TIMING | ensure /var/tmp/horizon exists on boot | standalone | 0:01:58.448705 | 0.42s 2025-09-30 14:15:44.589864 | fa163eaa-657b-f732-44a0-000000000b60 | TASK | create fcontext entry for iscsi 2025-09-30 14:15:45.848938 | fa163eaa-657b-f732-44a0-000000000b60 | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/etc/iscsi', 'setype': 'container_file_t'} 2025-09-30 14:15:45.851417 | fa163eaa-657b-f732-44a0-000000000b60 | TIMING | create fcontext entry for iscsi | standalone | 0:01:59.736213 | 1.26s 2025-09-30 14:15:47.118155 | fa163eaa-657b-f732-44a0-000000000b60 | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/etc/target', 'setype': 'container_file_t'} 2025-09-30 14:15:47.119634 | fa163eaa-657b-f732-44a0-000000000b60 | TIMING | create fcontext entry for iscsi | standalone | 0:02:01.004439 | 2.53s 2025-09-30 14:15:48.330697 | fa163eaa-657b-f732-44a0-000000000b60 | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/var/lib/iscsi', 'setype': 'container_file_t'} 2025-09-30 14:15:48.332352 | fa163eaa-657b-f732-44a0-000000000b60 | TIMING | create fcontext entry for iscsi | standalone | 0:02:02.217163 | 3.74s 2025-09-30 14:15:48.342946 | fa163eaa-657b-f732-44a0-000000000b60 | TIMING | create fcontext entry for iscsi | standalone | 0:02:02.227746 | 3.75s 2025-09-30 14:15:48.369831 | fa163eaa-657b-f732-44a0-000000000b61 | TASK | create persistent directories 2025-09-30 14:15:48.661452 | fa163eaa-657b-f732-44a0-000000000b61 | CHANGED | create persistent directories | standalone | item={'path': '/etc/iscsi', 'setype': 'container_file_t'} 2025-09-30 14:15:48.663730 | fa163eaa-657b-f732-44a0-000000000b61 | TIMING | create persistent directories | standalone | 0:02:02.548521 | 0.29s 2025-09-30 14:15:48.858201 | fa163eaa-657b-f732-44a0-000000000b61 | CHANGED | create persistent directories | standalone | item={'path': '/etc/target', 'setype': 'container_file_t'} 2025-09-30 14:15:48.860367 | fa163eaa-657b-f732-44a0-000000000b61 | TIMING | create persistent directories | standalone | 0:02:02.745169 | 0.49s 2025-09-30 14:15:49.026178 | fa163eaa-657b-f732-44a0-000000000b61 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/iscsi', 'setype': 'container_file_t'} 2025-09-30 14:15:49.027074 | fa163eaa-657b-f732-44a0-000000000b61 | TIMING | create persistent directories | standalone | 0:02:02.911882 | 0.66s 2025-09-30 14:15:49.039810 | fa163eaa-657b-f732-44a0-000000000b61 | TIMING | create persistent directories | standalone | 0:02:02.924608 | 0.67s 2025-09-30 14:15:49.066168 | fa163eaa-657b-f732-44a0-000000000b62 | TASK | stat /lib/systemd/system/iscsid.socket 2025-09-30 14:15:49.309131 | fa163eaa-657b-f732-44a0-000000000b62 | OK | stat /lib/systemd/system/iscsid.socket | standalone 2025-09-30 14:15:49.310575 | fa163eaa-657b-f732-44a0-000000000b62 | TIMING | stat /lib/systemd/system/iscsid.socket | standalone | 0:02:03.195375 | 0.24s 2025-09-30 14:15:49.336753 | fa163eaa-657b-f732-44a0-000000000b63 | TASK | Stop and disable iscsid.socket service 2025-09-30 14:15:49.364989 | fa163eaa-657b-f732-44a0-000000000b63 | SKIPPED | Stop and disable iscsid.socket service | standalone 2025-09-30 14:15:49.366092 | fa163eaa-657b-f732-44a0-000000000b63 | TIMING | Stop and disable iscsid.socket service | standalone | 0:02:03.250894 | 0.03s 2025-09-30 14:15:49.390632 | fa163eaa-657b-f732-44a0-000000000b64 | TASK | Check if iscsi.service is enabled 2025-09-30 14:15:49.636381 | fa163eaa-657b-f732-44a0-000000000b64 | CHANGED | Check if iscsi.service is enabled | standalone 2025-09-30 14:15:49.637844 | fa163eaa-657b-f732-44a0-000000000b64 | TIMING | Check if iscsi.service is enabled | standalone | 0:02:03.522647 | 0.25s 2025-09-30 14:15:49.662791 | fa163eaa-657b-f732-44a0-000000000b65 | TASK | Stop iscsi.service 2025-09-30 14:15:49.703610 | fa163eaa-657b-f732-44a0-000000000b65 | SKIPPED | Stop iscsi.service | standalone 2025-09-30 14:15:49.704735 | fa163eaa-657b-f732-44a0-000000000b65 | TIMING | Stop iscsi.service | standalone | 0:02:03.589538 | 0.04s 2025-09-30 14:15:49.757838 | fa163eaa-657b-f732-44a0-000000000b66 | TIMING | include_role : tripleo_kernel | standalone | 0:02:03.642636 | 0.03s 2025-09-30 14:15:49.851544 | fa163eaa-657b-f732-44a0-000000001067 | TASK | Install additional packages 2025-09-30 14:15:49.878544 | fa163eaa-657b-f732-44a0-000000001067 | TIMING | tripleo_kernel : Install additional packages | standalone | 0:02:03.763353 | 0.03s 2025-09-30 14:15:49.895560 | fa163eaa-657b-f732-44a0-000000001068 | TASK | Remove dracut-config-generic 2025-09-30 14:15:53.774981 | fa163eaa-657b-f732-44a0-000000001068 | CHANGED | Remove dracut-config-generic | standalone 2025-09-30 14:15:53.776532 | fa163eaa-657b-f732-44a0-000000001068 | TIMING | tripleo_kernel : Remove dracut-config-generic | standalone | 0:02:07.661338 | 3.88s 2025-09-30 14:15:53.801820 | fa163eaa-657b-f732-44a0-000000001069 | TASK | Ensure the /etc/modules-load.d/ directory exists 2025-09-30 14:15:54.031887 | fa163eaa-657b-f732-44a0-000000001069 | OK | Ensure the /etc/modules-load.d/ directory exists | standalone 2025-09-30 14:15:54.033140 | fa163eaa-657b-f732-44a0-000000001069 | TIMING | tripleo_kernel : Ensure the /etc/modules-load.d/ directory exists | standalone | 0:02:07.917945 | 0.23s 2025-09-30 14:15:54.058409 | fa163eaa-657b-f732-44a0-00000000106a | TASK | Write list of modules to load at boot 2025-09-30 14:15:54.543538 | fa163eaa-657b-f732-44a0-00000000106a | CHANGED | Write list of modules to load at boot | standalone 2025-09-30 14:15:54.545010 | fa163eaa-657b-f732-44a0-00000000106a | TIMING | tripleo_kernel : Write list of modules to load at boot | standalone | 0:02:08.429812 | 0.49s 2025-09-30 14:15:54.571384 | fa163eaa-657b-f732-44a0-00000000106b | TASK | Modules reload 2025-09-30 14:15:55.047054 | fa163eaa-657b-f732-44a0-00000000106b | CHANGED | Modules reload | standalone 2025-09-30 14:15:55.048843 | fa163eaa-657b-f732-44a0-00000000106b | TIMING | tripleo_kernel : Modules reload | standalone | 0:02:08.933648 | 0.48s 2025-09-30 14:15:55.075292 | fa163eaa-657b-f732-44a0-00000000106c | TASK | Set default sysctl options 2025-09-30 14:15:55.558285 | fa163eaa-657b-f732-44a0-00000000106c | CHANGED | Set default sysctl options | standalone 2025-09-30 14:15:55.559783 | fa163eaa-657b-f732-44a0-00000000106c | TIMING | tripleo_kernel : Set default sysctl options | standalone | 0:02:09.444587 | 0.48s 2025-09-30 14:15:55.585855 | fa163eaa-657b-f732-44a0-00000000106d | TASK | Set extra sysctl options 2025-09-30 14:15:55.988148 | fa163eaa-657b-f732-44a0-00000000106d | CHANGED | Set extra sysctl options | standalone | item=fs.inotify.max_user_instances 2025-09-30 14:15:55.990982 | fa163eaa-657b-f732-44a0-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:09.875776 | 0.40s 2025-09-30 14:15:56.203851 | fa163eaa-657b-f732-44a0-00000000106d | CHANGED | Set extra sysctl options | standalone | item=kernel.pid_max 2025-09-30 14:15:56.205726 | fa163eaa-657b-f732-44a0-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:10.090525 | 0.62s 2025-09-30 14:15:56.463919 | fa163eaa-657b-f732-44a0-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-arptables 2025-09-30 14:15:56.465466 | fa163eaa-657b-f732-44a0-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:10.350265 | 0.88s 2025-09-30 14:15:56.674451 | fa163eaa-657b-f732-44a0-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-ip6tables 2025-09-30 14:15:56.675484 | fa163eaa-657b-f732-44a0-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:10.560291 | 1.09s 2025-09-30 14:15:56.889188 | fa163eaa-657b-f732-44a0-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-iptables 2025-09-30 14:15:56.891373 | fa163eaa-657b-f732-44a0-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:10.776171 | 1.30s 2025-09-30 14:15:57.194363 | fa163eaa-657b-f732-44a0-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.conf.all.rp_filter 2025-09-30 14:15:57.196541 | fa163eaa-657b-f732-44a0-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:11.081339 | 1.61s 2025-09-30 14:15:57.436776 | fa163eaa-657b-f732-44a0-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_forward 2025-09-30 14:15:57.438263 | fa163eaa-657b-f732-44a0-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:11.323061 | 1.85s 2025-09-30 14:15:57.686670 | fa163eaa-657b-f732-44a0-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_local_reserved_ports 2025-09-30 14:15:57.687986 | fa163eaa-657b-f732-44a0-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:11.572786 | 2.10s 2025-09-30 14:15:57.927151 | fa163eaa-657b-f732-44a0-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_nonlocal_bind 2025-09-30 14:15:57.929280 | fa163eaa-657b-f732-44a0-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:11.814081 | 2.34s 2025-09-30 14:15:58.169294 | fa163eaa-657b-f732-44a0-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh1 2025-09-30 14:15:58.171445 | fa163eaa-657b-f732-44a0-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:12.056246 | 2.58s 2025-09-30 14:15:58.402352 | fa163eaa-657b-f732-44a0-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh2 2025-09-30 14:15:58.403688 | fa163eaa-657b-f732-44a0-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:12.288489 | 2.82s 2025-09-30 14:15:58.644530 | fa163eaa-657b-f732-44a0-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh3 2025-09-30 14:15:58.645904 | fa163eaa-657b-f732-44a0-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:12.530703 | 3.06s 2025-09-30 14:15:58.849927 | fa163eaa-657b-f732-44a0-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.all.disable_ipv6 2025-09-30 14:15:58.851557 | fa163eaa-657b-f732-44a0-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:12.736362 | 3.26s 2025-09-30 14:15:59.082708 | fa163eaa-657b-f732-44a0-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.all.forwarding 2025-09-30 14:15:59.084285 | fa163eaa-657b-f732-44a0-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:12.969091 | 3.50s 2025-09-30 14:15:59.335702 | fa163eaa-657b-f732-44a0-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.default.disable_ipv6 2025-09-30 14:15:59.337094 | fa163eaa-657b-f732-44a0-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:13.221893 | 3.75s 2025-09-30 14:15:59.579202 | fa163eaa-657b-f732-44a0-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.lo.disable_ipv6 2025-09-30 14:15:59.580677 | fa163eaa-657b-f732-44a0-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:13.465477 | 3.99s 2025-09-30 14:15:59.810295 | fa163eaa-657b-f732-44a0-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.ip_nonlocal_bind 2025-09-30 14:15:59.812698 | fa163eaa-657b-f732-44a0-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:13.697501 | 4.22s 2025-09-30 14:15:59.824978 | fa163eaa-657b-f732-44a0-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:13.709777 | 4.24s 2025-09-30 14:15:59.854507 | fa163eaa-657b-f732-44a0-00000000106f | TASK | Sysctl reload 2025-09-30 14:16:00.270802 | fa163eaa-657b-f732-44a0-00000000106f | CHANGED | Sysctl reload | standalone 2025-09-30 14:16:00.272680 | fa163eaa-657b-f732-44a0-00000000106f | TIMING | tripleo_kernel : Sysctl reload | standalone | 0:02:14.157483 | 0.42s 2025-09-30 14:16:00.321864 | fa163eaa-657b-f732-44a0-000000000b67 | TASK | create persistent directories 2025-09-30 14:16:00.573416 | fa163eaa-657b-f732-44a0-000000000b67 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/keystone', 'setype': 'container_file_t'} 2025-09-30 14:16:00.575786 | fa163eaa-657b-f732-44a0-000000000b67 | TIMING | create persistent directories | standalone | 0:02:14.460583 | 0.25s 2025-09-30 14:16:00.780574 | fa163eaa-657b-f732-44a0-000000000b67 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/keystone', 'setype': 'container_file_t'} 2025-09-30 14:16:00.781249 | fa163eaa-657b-f732-44a0-000000000b67 | TIMING | create persistent directories | standalone | 0:02:14.666064 | 0.46s 2025-09-30 14:16:00.786153 | fa163eaa-657b-f732-44a0-000000000b67 | TIMING | create persistent directories | standalone | 0:02:14.670951 | 0.46s 2025-09-30 14:16:00.811726 | fa163eaa-657b-f732-44a0-000000000b68 | TASK | Check if file certs_valid exist 2025-09-30 14:16:01.021811 | fa163eaa-657b-f732-44a0-000000000b68 | OK | Check if file certs_valid exist | standalone 2025-09-30 14:16:01.022991 | fa163eaa-657b-f732-44a0-000000000b68 | TIMING | Check if file certs_valid exist | standalone | 0:02:14.907795 | 0.21s 2025-09-30 14:16:01.047865 | fa163eaa-657b-f732-44a0-000000000b69 | TASK | Check if file cert9.db exist 2025-09-30 14:16:01.266053 | fa163eaa-657b-f732-44a0-000000000b69 | OK | Check if file cert9.db exist | standalone 2025-09-30 14:16:01.267341 | fa163eaa-657b-f732-44a0-000000000b69 | TIMING | Check if file cert9.db exist | standalone | 0:02:15.152118 | 0.22s 2025-09-30 14:16:01.292237 | fa163eaa-657b-f732-44a0-000000000b6a | TASK | Check if file key4.db exist 2025-09-30 14:16:01.514474 | fa163eaa-657b-f732-44a0-000000000b6a | OK | Check if file key4.db exist | standalone 2025-09-30 14:16:01.515617 | fa163eaa-657b-f732-44a0-000000000b6a | TIMING | Check if file key4.db exist | standalone | 0:02:15.400421 | 0.22s 2025-09-30 14:16:01.567691 | fa163eaa-657b-f732-44a0-000000000b6b | SKIPPED | fail | standalone 2025-09-30 14:16:01.568751 | fa163eaa-657b-f732-44a0-000000000b6b | TIMING | fail | standalone | 0:02:15.453555 | 0.03s 2025-09-30 14:16:01.593330 | fa163eaa-657b-f732-44a0-000000000b6c | TASK | Create persistent directories 2025-09-30 14:16:01.883934 | fa163eaa-657b-f732-44a0-000000000b6c | CHANGED | Create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2025-09-30 14:16:01.886588 | fa163eaa-657b-f732-44a0-000000000b6c | TIMING | Create persistent directories | standalone | 0:02:15.771380 | 0.29s 2025-09-30 14:16:02.107792 | fa163eaa-657b-f732-44a0-000000000b6c | CHANGED | Create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/manila-api', 'setype': 'container_file_t'} 2025-09-30 14:16:02.109413 | fa163eaa-657b-f732-44a0-000000000b6c | TIMING | Create persistent directories | standalone | 0:02:15.994213 | 0.51s 2025-09-30 14:16:02.122882 | fa163eaa-657b-f732-44a0-000000000b6c | TIMING | Create persistent directories | standalone | 0:02:16.007674 | 0.53s 2025-09-30 14:16:02.149371 | fa163eaa-657b-f732-44a0-000000000b6d | TASK | create persistent directories 2025-09-30 14:16:02.428517 | fa163eaa-657b-f732-44a0-000000000b6d | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2025-09-30 14:16:02.429966 | fa163eaa-657b-f732-44a0-000000000b6d | TIMING | create persistent directories | standalone | 0:02:16.314769 | 0.28s 2025-09-30 14:16:02.436211 | fa163eaa-657b-f732-44a0-000000000b6d | TIMING | create persistent directories | standalone | 0:02:16.321020 | 0.29s 2025-09-30 14:16:02.461485 | fa163eaa-657b-f732-44a0-000000000b6e | TASK | create persistent directories 2025-09-30 14:16:02.717161 | fa163eaa-657b-f732-44a0-000000000b6e | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2025-09-30 14:16:02.718940 | fa163eaa-657b-f732-44a0-000000000b6e | TIMING | create persistent directories | standalone | 0:02:16.603741 | 0.26s 2025-09-30 14:16:02.963181 | fa163eaa-657b-f732-44a0-000000000b6e | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/manila', 'setype': 'container_file_t'} 2025-09-30 14:16:02.964892 | fa163eaa-657b-f732-44a0-000000000b6e | TIMING | create persistent directories | standalone | 0:02:16.849701 | 0.50s 2025-09-30 14:16:02.975729 | fa163eaa-657b-f732-44a0-000000000b6e | TIMING | create persistent directories | standalone | 0:02:16.860523 | 0.51s 2025-09-30 14:16:03.002038 | fa163eaa-657b-f732-44a0-000000000b6f | TASK | create persistent directories 2025-09-30 14:16:03.246490 | fa163eaa-657b-f732-44a0-000000000b6f | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/memcached', 'setype': 'container_file_t'} 2025-09-30 14:16:03.248645 | fa163eaa-657b-f732-44a0-000000000b6f | TIMING | create persistent directories | standalone | 0:02:17.133447 | 0.25s 2025-09-30 14:16:03.258875 | fa163eaa-657b-f732-44a0-000000000b6f | TIMING | create persistent directories | standalone | 0:02:17.143671 | 0.26s 2025-09-30 14:16:03.284578 | fa163eaa-657b-f732-44a0-000000000b70 | TASK | create persistent directories 2025-09-30 14:16:03.550390 | fa163eaa-657b-f732-44a0-000000000b70 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/mysql', 'setype': 'container_file_t'} 2025-09-30 14:16:03.552143 | fa163eaa-657b-f732-44a0-000000000b70 | TIMING | create persistent directories | standalone | 0:02:17.436941 | 0.27s 2025-09-30 14:16:03.774916 | fa163eaa-657b-f732-44a0-000000000b70 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/mysql', 'setype': 'container_file_t'} 2025-09-30 14:16:03.776667 | fa163eaa-657b-f732-44a0-000000000b70 | TIMING | create persistent directories | standalone | 0:02:17.661472 | 0.49s 2025-09-30 14:16:04.000198 | fa163eaa-657b-f732-44a0-000000000b70 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/mariadb', 'setype': 'container_file_t'} 2025-09-30 14:16:04.001787 | fa163eaa-657b-f732-44a0-000000000b70 | TIMING | create persistent directories | standalone | 0:02:17.886596 | 0.72s 2025-09-30 14:16:04.013583 | fa163eaa-657b-f732-44a0-000000000b70 | TIMING | create persistent directories | standalone | 0:02:17.898381 | 0.73s 2025-09-30 14:16:04.039909 | fa163eaa-657b-f732-44a0-000000000b71 | TASK | create persistent directories 2025-09-30 14:16:04.295605 | fa163eaa-657b-f732-44a0-000000000b71 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/neutron', 'setype': 'container_file_t'} 2025-09-30 14:16:04.297480 | fa163eaa-657b-f732-44a0-000000000b71 | TIMING | create persistent directories | standalone | 0:02:18.182280 | 0.26s 2025-09-30 14:16:04.495571 | fa163eaa-657b-f732-44a0-000000000b71 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/neutron-api', 'setype': 'container_file_t'} 2025-09-30 14:16:04.496717 | fa163eaa-657b-f732-44a0-000000000b71 | TIMING | create persistent directories | standalone | 0:02:18.381523 | 0.46s 2025-09-30 14:16:04.509038 | fa163eaa-657b-f732-44a0-000000000b71 | TIMING | create persistent directories | standalone | 0:02:18.393814 | 0.47s 2025-09-30 14:16:04.535592 | fa163eaa-657b-f732-44a0-000000000b72 | TASK | create persistent directories 2025-09-30 14:16:04.772163 | fa163eaa-657b-f732-44a0-000000000b72 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/neutron', 'setype': 'container_file_t'} 2025-09-30 14:16:04.773834 | fa163eaa-657b-f732-44a0-000000000b72 | TIMING | create persistent directories | standalone | 0:02:18.658637 | 0.24s 2025-09-30 14:16:04.780247 | fa163eaa-657b-f732-44a0-000000000b72 | TIMING | create persistent directories | standalone | 0:02:18.665048 | 0.24s 2025-09-30 14:16:04.805919 | fa163eaa-657b-f732-44a0-000000000b73 | TASK | creating directory 2025-09-30 14:16:05.025119 | fa163eaa-657b-f732-44a0-000000000b73 | CHANGED | creating directory | standalone 2025-09-30 14:16:05.026549 | fa163eaa-657b-f732-44a0-000000000b73 | TIMING | creating directory | standalone | 0:02:18.911351 | 0.22s 2025-09-30 14:16:05.051589 | fa163eaa-657b-f732-44a0-000000000b74 | TASK | derive pci passthrough whitelist 2025-09-30 14:16:05.511514 | fa163eaa-657b-f732-44a0-000000000b74 | CHANGED | derive pci passthrough whitelist | standalone 2025-09-30 14:16:05.512976 | fa163eaa-657b-f732-44a0-000000000b74 | TIMING | derive pci passthrough whitelist | standalone | 0:02:19.397780 | 0.46s 2025-09-30 14:16:05.538427 | fa163eaa-657b-f732-44a0-000000000b75 | TASK | run derive_pci_passthrough_whitelist.py 2025-09-30 14:16:06.341450 | fa163eaa-657b-f732-44a0-000000000b75 | CHANGED | run derive_pci_passthrough_whitelist.py | standalone 2025-09-30 14:16:06.342859 | fa163eaa-657b-f732-44a0-000000000b75 | TIMING | run derive_pci_passthrough_whitelist.py | standalone | 0:02:20.227663 | 0.80s 2025-09-30 14:16:06.367779 | fa163eaa-657b-f732-44a0-000000000b76 | TASK | create /run/netns with temp namespace 2025-09-30 14:16:06.607149 | fa163eaa-657b-f732-44a0-000000000b76 | CHANGED | create /run/netns with temp namespace | standalone 2025-09-30 14:16:06.608680 | fa163eaa-657b-f732-44a0-000000000b76 | TIMING | create /run/netns with temp namespace | standalone | 0:02:20.493485 | 0.24s 2025-09-30 14:16:06.633699 | fa163eaa-657b-f732-44a0-000000000b77 | TASK | remove temp namespace 2025-09-30 14:16:06.867481 | fa163eaa-657b-f732-44a0-000000000b77 | CHANGED | remove temp namespace | standalone 2025-09-30 14:16:06.868871 | fa163eaa-657b-f732-44a0-000000000b77 | TIMING | remove temp namespace | standalone | 0:02:20.753676 | 0.23s 2025-09-30 14:16:06.894786 | fa163eaa-657b-f732-44a0-000000000b78 | TASK | create /var/lib/neutron 2025-09-30 14:16:07.170029 | fa163eaa-657b-f732-44a0-000000000b78 | CHANGED | create /var/lib/neutron | standalone 2025-09-30 14:16:07.171454 | fa163eaa-657b-f732-44a0-000000000b78 | TIMING | create /var/lib/neutron | standalone | 0:02:21.056260 | 0.28s 2025-09-30 14:16:07.196437 | fa163eaa-657b-f732-44a0-000000000b79 | TASK | set conditions 2025-09-30 14:16:07.226596 | fa163eaa-657b-f732-44a0-000000000b79 | OK | set conditions | standalone 2025-09-30 14:16:07.227663 | fa163eaa-657b-f732-44a0-000000000b79 | TIMING | set conditions | standalone | 0:02:21.112469 | 0.03s 2025-09-30 14:16:07.252600 | fa163eaa-657b-f732-44a0-000000000b7a | TASK | create kill_scripts directory within /var/lib/neutron 2025-09-30 14:16:07.467129 | fa163eaa-657b-f732-44a0-000000000b7a | CHANGED | create kill_scripts directory within /var/lib/neutron | standalone 2025-09-30 14:16:07.468700 | fa163eaa-657b-f732-44a0-000000000b7a | TIMING | create kill_scripts directory within /var/lib/neutron | standalone | 0:02:21.353504 | 0.21s 2025-09-30 14:16:07.501581 | fa163eaa-657b-f732-44a0-000000000b7b | TASK | create dnsmasq dhcp kill script 2025-09-30 14:16:08.021237 | fa163eaa-657b-f732-44a0-000000000b7b | CHANGED | create dnsmasq dhcp kill script | standalone 2025-09-30 14:16:08.022707 | fa163eaa-657b-f732-44a0-000000000b7b | TIMING | create dnsmasq dhcp kill script | standalone | 0:02:21.907512 | 0.52s 2025-09-30 14:16:08.048566 | fa163eaa-657b-f732-44a0-000000000b7c | TASK | create haproxy kill script 2025-09-30 14:16:08.544251 | fa163eaa-657b-f732-44a0-000000000b7c | CHANGED | create haproxy kill script | standalone 2025-09-30 14:16:08.545757 | fa163eaa-657b-f732-44a0-000000000b7c | TIMING | create haproxy kill script | standalone | 0:02:22.430561 | 0.50s 2025-09-30 14:16:08.572796 | fa163eaa-657b-f732-44a0-000000000b7d | TASK | create persistent directories 2025-09-30 14:16:08.865796 | fa163eaa-657b-f732-44a0-000000000b7d | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2025-09-30 14:16:08.868720 | fa163eaa-657b-f732-44a0-000000000b7d | TIMING | create persistent directories | standalone | 0:02:22.753511 | 0.29s 2025-09-30 14:16:09.088812 | fa163eaa-657b-f732-44a0-000000000b7d | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/nova-api', 'setype': 'container_file_t'} 2025-09-30 14:16:09.090940 | fa163eaa-657b-f732-44a0-000000000b7d | TIMING | create persistent directories | standalone | 0:02:22.975742 | 0.52s 2025-09-30 14:16:09.101461 | fa163eaa-657b-f732-44a0-000000000b7d | TIMING | create persistent directories | standalone | 0:02:22.986256 | 0.53s 2025-09-30 14:16:09.128385 | fa163eaa-657b-f732-44a0-000000000b7e | TASK | create persistent directories 2025-09-30 14:16:09.380603 | fa163eaa-657b-f732-44a0-000000000b7e | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2025-09-30 14:16:09.383283 | fa163eaa-657b-f732-44a0-000000000b7e | TIMING | create persistent directories | standalone | 0:02:23.268076 | 0.25s 2025-09-30 14:16:09.393485 | fa163eaa-657b-f732-44a0-000000000b7e | TIMING | create persistent directories | standalone | 0:02:23.278275 | 0.26s 2025-09-30 14:16:09.423030 | fa163eaa-657b-f732-44a0-000000000b7f | TASK | create persistent directories 2025-09-30 14:16:09.672335 | fa163eaa-657b-f732-44a0-000000000b7f | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2025-09-30 14:16:09.675348 | fa163eaa-657b-f732-44a0-000000000b7f | TIMING | create persistent directories | standalone | 0:02:23.560109 | 0.25s 2025-09-30 14:16:09.852609 | fa163eaa-657b-f732-44a0-000000000b7f | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/nova-metadata', 'setype': 'container_file_t'} 2025-09-30 14:16:09.853589 | fa163eaa-657b-f732-44a0-000000000b7f | TIMING | create persistent directories | standalone | 0:02:23.738395 | 0.43s 2025-09-30 14:16:09.866003 | fa163eaa-657b-f732-44a0-000000000b7f | TIMING | create persistent directories | standalone | 0:02:23.750798 | 0.44s 2025-09-30 14:16:09.887177 | fa163eaa-657b-f732-44a0-000000000b80 | TASK | Check for /var/lib/nova/instances directory exitance 2025-09-30 14:16:10.113218 | fa163eaa-657b-f732-44a0-000000000b80 | OK | Check for /var/lib/nova/instances directory exitance | standalone 2025-09-30 14:16:10.114128 | fa163eaa-657b-f732-44a0-000000000b80 | TIMING | Check for /var/lib/nova/instances directory exitance | standalone | 0:02:23.998939 | 0.23s 2025-09-30 14:16:10.133931 | fa163eaa-657b-f732-44a0-000000000b81 | TASK | create persistent directories 2025-09-30 14:16:10.393507 | fa163eaa-657b-f732-44a0-000000000b81 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/nova', 'setype': 'container_file_t'} 2025-09-30 14:16:10.396551 | fa163eaa-657b-f732-44a0-000000000b81 | TIMING | create persistent directories | standalone | 0:02:24.281343 | 0.26s 2025-09-30 14:16:10.624851 | fa163eaa-657b-f732-44a0-000000000b81 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/_nova_secontext', 'setype': 'container_file_t'} 2025-09-30 14:16:10.625970 | fa163eaa-657b-f732-44a0-000000000b81 | TIMING | create persistent directories | standalone | 0:02:24.510773 | 0.49s 2025-09-30 14:16:10.871270 | fa163eaa-657b-f732-44a0-000000000b81 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/nova/instances', 'setype': 'container_file_t'} 2025-09-30 14:16:10.872521 | fa163eaa-657b-f732-44a0-000000000b81 | TIMING | create persistent directories | standalone | 0:02:24.757318 | 0.74s 2025-09-30 14:16:11.068076 | fa163eaa-657b-f732-44a0-000000000b81 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/libvirt', 'setype': 'container_file_t'} 2025-09-30 14:16:11.069950 | fa163eaa-657b-f732-44a0-000000000b81 | TIMING | create persistent directories | standalone | 0:02:24.954725 | 0.94s 2025-09-30 14:16:11.254276 | fa163eaa-657b-f732-44a0-000000000b81 | OK | create persistent directories | standalone | item={'path': '/etc/tmpfiles.d'} 2025-09-30 14:16:11.255437 | fa163eaa-657b-f732-44a0-000000000b81 | TIMING | create persistent directories | standalone | 0:02:25.140243 | 1.12s 2025-09-30 14:16:11.264250 | fa163eaa-657b-f732-44a0-000000000b81 | TIMING | create persistent directories | standalone | 0:02:25.149044 | 1.13s 2025-09-30 14:16:11.292916 | fa163eaa-657b-f732-44a0-000000000b82 | TASK | ensure /run/nova is present upon reboot 2025-09-30 14:16:11.757158 | fa163eaa-657b-f732-44a0-000000000b82 | CHANGED | ensure /run/nova is present upon reboot | standalone 2025-09-30 14:16:11.758663 | fa163eaa-657b-f732-44a0-000000000b82 | TIMING | ensure /run/nova is present upon reboot | standalone | 0:02:25.643469 | 0.46s 2025-09-30 14:16:11.783626 | fa163eaa-657b-f732-44a0-000000000b83 | TASK | create tempfiles 2025-09-30 14:16:12.086737 | fa163eaa-657b-f732-44a0-000000000b83 | CHANGED | create tempfiles | standalone 2025-09-30 14:16:12.088357 | fa163eaa-657b-f732-44a0-000000000b83 | TIMING | create tempfiles | standalone | 0:02:25.973152 | 0.30s 2025-09-30 14:16:12.114010 | fa163eaa-657b-f732-44a0-000000000b84 | TASK | Mount Nova NFS Share 2025-09-30 14:16:12.143266 | fa163eaa-657b-f732-44a0-000000000b84 | SKIPPED | Mount Nova NFS Share | standalone 2025-09-30 14:16:12.144516 | fa163eaa-657b-f732-44a0-000000000b84 | TIMING | Mount Nova NFS Share | standalone | 0:02:26.029310 | 0.03s 2025-09-30 14:16:12.170352 | fa163eaa-657b-f732-44a0-000000000b86 | TASK | check systemd-container package installed or not 2025-09-30 14:16:12.199127 | fa163eaa-657b-f732-44a0-000000000b86 | SKIPPED | check systemd-container package installed or not | standalone 2025-09-30 14:16:12.200436 | fa163eaa-657b-f732-44a0-000000000b86 | TIMING | check systemd-container package installed or not | standalone | 0:02:26.085230 | 0.03s 2025-09-30 14:16:12.225674 | fa163eaa-657b-f732-44a0-000000000b87 | TASK | get latest package from downloaded package versions 2025-09-30 14:16:12.254271 | fa163eaa-657b-f732-44a0-000000000b87 | SKIPPED | get latest package from downloaded package versions | standalone 2025-09-30 14:16:12.255601 | fa163eaa-657b-f732-44a0-000000000b87 | TIMING | get latest package from downloaded package versions | standalone | 0:02:26.140396 | 0.03s 2025-09-30 14:16:12.280813 | fa163eaa-657b-f732-44a0-000000000b88 | TASK | Install systemd-container package on boot 2025-09-30 14:16:12.309184 | fa163eaa-657b-f732-44a0-000000000b88 | SKIPPED | Install systemd-container package on boot | standalone 2025-09-30 14:16:12.310256 | fa163eaa-657b-f732-44a0-000000000b88 | TIMING | Install systemd-container package on boot | standalone | 0:02:26.195058 | 0.03s 2025-09-30 14:16:12.335124 | fa163eaa-657b-f732-44a0-000000000b89 | TASK | enable install-systemd-container on compute boot 2025-09-30 14:16:12.364683 | fa163eaa-657b-f732-44a0-000000000b89 | SKIPPED | enable install-systemd-container on compute boot | standalone 2025-09-30 14:16:12.365748 | fa163eaa-657b-f732-44a0-000000000b89 | TIMING | enable install-systemd-container on compute boot | standalone | 0:02:26.250549 | 0.03s 2025-09-30 14:16:12.390040 | fa163eaa-657b-f732-44a0-000000000b8a | TASK | check if install-systemd-container service exists 2025-09-30 14:16:12.417752 | fa163eaa-657b-f732-44a0-000000000b8a | SKIPPED | check if install-systemd-container service exists | standalone 2025-09-30 14:16:12.418773 | fa163eaa-657b-f732-44a0-000000000b8a | TIMING | check if install-systemd-container service exists | standalone | 0:02:26.303577 | 0.03s 2025-09-30 14:16:12.444293 | fa163eaa-657b-f732-44a0-000000000b8b | TASK | disable and mask install-systemd-container on compute boot 2025-09-30 14:16:12.472240 | fa163eaa-657b-f732-44a0-000000000b8b | SKIPPED | disable and mask install-systemd-container on compute boot | standalone 2025-09-30 14:16:12.473335 | fa163eaa-657b-f732-44a0-000000000b8b | TIMING | disable and mask install-systemd-container on compute boot | standalone | 0:02:26.358114 | 0.03s 2025-09-30 14:16:12.498249 | fa163eaa-657b-f732-44a0-000000000b8d | TASK | is Nova Resume Guests State On Host Boot enabled 2025-09-30 14:16:12.530655 | fa163eaa-657b-f732-44a0-000000000b8d | OK | is Nova Resume Guests State On Host Boot enabled | standalone 2025-09-30 14:16:12.531791 | fa163eaa-657b-f732-44a0-000000000b8d | TIMING | is Nova Resume Guests State On Host Boot enabled | standalone | 0:02:26.416597 | 0.03s 2025-09-30 14:16:12.559058 | fa163eaa-657b-f732-44a0-000000000b8f | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs 2025-09-30 14:16:12.588630 | fa163eaa-657b-f732-44a0-000000000b8f | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs | standalone 2025-09-30 14:16:12.589766 | fa163eaa-657b-f732-44a0-000000000b8f | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs | standalone | 0:02:26.474562 | 0.03s 2025-09-30 14:16:12.615027 | fa163eaa-657b-f732-44a0-000000000b90 | TASK | Making sure virt-guest-shutdown.target is present 2025-09-30 14:16:12.645543 | fa163eaa-657b-f732-44a0-000000000b90 | SKIPPED | Making sure virt-guest-shutdown.target is present | standalone 2025-09-30 14:16:12.646637 | fa163eaa-657b-f732-44a0-000000000b90 | TIMING | Making sure virt-guest-shutdown.target is present | standalone | 0:02:26.531440 | 0.03s 2025-09-30 14:16:12.672075 | fa163eaa-657b-f732-44a0-000000000b91 | TASK | libvirt-guests enable VM shutdown on compute reboot/shutdown 2025-09-30 14:16:12.701332 | fa163eaa-657b-f732-44a0-000000000b91 | SKIPPED | libvirt-guests enable VM shutdown on compute reboot/shutdown | standalone 2025-09-30 14:16:12.702429 | fa163eaa-657b-f732-44a0-000000000b91 | TIMING | libvirt-guests enable VM shutdown on compute reboot/shutdown | standalone | 0:02:26.587231 | 0.03s 2025-09-30 14:16:12.727416 | fa163eaa-657b-f732-44a0-000000000b93 | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) 2025-09-30 14:16:12.757779 | fa163eaa-657b-f732-44a0-000000000b93 | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) | standalone 2025-09-30 14:16:12.759032 | fa163eaa-657b-f732-44a0-000000000b93 | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) | standalone | 0:02:26.643830 | 0.03s 2025-09-30 14:16:12.783575 | fa163eaa-657b-f732-44a0-000000000b94 | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) 2025-09-30 14:16:12.812003 | fa163eaa-657b-f732-44a0-000000000b94 | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) | standalone 2025-09-30 14:16:12.813204 | fa163eaa-657b-f732-44a0-000000000b94 | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) | standalone | 0:02:26.698007 | 0.03s 2025-09-30 14:16:12.838924 | fa163eaa-657b-f732-44a0-000000000b95 | TASK | Making sure virt-guest-shutdown.target is present 2025-09-30 14:16:12.869155 | fa163eaa-657b-f732-44a0-000000000b95 | SKIPPED | Making sure virt-guest-shutdown.target is present | standalone 2025-09-30 14:16:12.870206 | fa163eaa-657b-f732-44a0-000000000b95 | TIMING | Making sure virt-guest-shutdown.target is present | standalone | 0:02:26.755010 | 0.03s 2025-09-30 14:16:12.896382 | fa163eaa-657b-f732-44a0-000000000b96 | TASK | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown 2025-09-30 14:16:12.925706 | fa163eaa-657b-f732-44a0-000000000b96 | SKIPPED | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown | standalone 2025-09-30 14:16:12.926955 | fa163eaa-657b-f732-44a0-000000000b96 | TIMING | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown | standalone | 0:02:26.811759 | 0.03s 2025-09-30 14:16:12.953239 | fa163eaa-657b-f732-44a0-000000000b98 | TASK | Do we prepend nova startup with a delay 2025-09-30 14:16:12.982138 | fa163eaa-657b-f732-44a0-000000000b98 | OK | Do we prepend nova startup with a delay | standalone 2025-09-30 14:16:12.983437 | fa163eaa-657b-f732-44a0-000000000b98 | TIMING | Do we prepend nova startup with a delay | standalone | 0:02:26.868240 | 0.03s 2025-09-30 14:16:13.008112 | fa163eaa-657b-f732-44a0-000000000b99 | TASK | install nova-compute delay wrapper script 2025-09-30 14:16:13.056050 | fa163eaa-657b-f732-44a0-000000000b99 | SKIPPED | install nova-compute delay wrapper script | standalone 2025-09-30 14:16:13.057151 | fa163eaa-657b-f732-44a0-000000000b99 | TIMING | install nova-compute delay wrapper script | standalone | 0:02:26.941952 | 0.05s 2025-09-30 14:16:13.081926 | fa163eaa-657b-f732-44a0-000000000b9a | TASK | Is irqbalance enabled 2025-09-30 14:16:13.113170 | fa163eaa-657b-f732-44a0-000000000b9a | OK | Is irqbalance enabled | standalone 2025-09-30 14:16:13.114228 | fa163eaa-657b-f732-44a0-000000000b9a | TIMING | Is irqbalance enabled | standalone | 0:02:26.999033 | 0.03s 2025-09-30 14:16:13.139782 | fa163eaa-657b-f732-44a0-000000000b9b | TASK | disable irqbalance service on compute 2025-09-30 14:16:13.168130 | fa163eaa-657b-f732-44a0-000000000b9b | SKIPPED | disable irqbalance service on compute | standalone 2025-09-30 14:16:13.169196 | fa163eaa-657b-f732-44a0-000000000b9b | TIMING | disable irqbalance service on compute | standalone | 0:02:27.053999 | 0.03s 2025-09-30 14:16:13.194034 | fa163eaa-657b-f732-44a0-000000000b9c | TASK | create persistent directories 2025-09-30 14:16:13.435724 | fa163eaa-657b-f732-44a0-000000000b9c | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/libvirt', 'setype': 'container_file_t'} 2025-09-30 14:16:13.437813 | fa163eaa-657b-f732-44a0-000000000b9c | TIMING | create persistent directories | standalone | 0:02:27.322613 | 0.24s 2025-09-30 14:16:13.447889 | fa163eaa-657b-f732-44a0-000000000b9c | TIMING | create persistent directories | standalone | 0:02:27.332692 | 0.25s 2025-09-30 14:16:13.473091 | fa163eaa-657b-f732-44a0-000000000b9d | TASK | create libvirt persistent data directories 2025-09-30 14:16:13.741252 | fa163eaa-657b-f732-44a0-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt', 'setype': 'container_file_t'} 2025-09-30 14:16:13.742870 | fa163eaa-657b-f732-44a0-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:27.627669 | 0.27s 2025-09-30 14:16:13.977669 | fa163eaa-657b-f732-44a0-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt/secrets', 'setype': 'container_file_t'} 2025-09-30 14:16:13.979794 | fa163eaa-657b-f732-44a0-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:27.864600 | 0.51s 2025-09-30 14:16:14.194169 | fa163eaa-657b-f732-44a0-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt/qemu', 'setype': 'container_file_t'} 2025-09-30 14:16:14.195913 | fa163eaa-657b-f732-44a0-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:28.080721 | 0.72s 2025-09-30 14:16:14.408136 | fa163eaa-657b-f732-44a0-000000000b9d | OK | create libvirt persistent data directories | standalone | item={'path': '/var/lib/libvirt', 'setype': 'container_file_t'} 2025-09-30 14:16:14.410013 | fa163eaa-657b-f732-44a0-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:28.294821 | 0.94s 2025-09-30 14:16:14.644828 | fa163eaa-657b-f732-44a0-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/var/cache/libvirt'} 2025-09-30 14:16:14.646583 | fa163eaa-657b-f732-44a0-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:28.531386 | 1.17s 2025-09-30 14:16:14.880947 | fa163eaa-657b-f732-44a0-000000000b9d | OK | create libvirt persistent data directories | standalone | item={'path': '/var/lib/nova', 'setype': 'container_file_t'} 2025-09-30 14:16:14.881745 | fa163eaa-657b-f732-44a0-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:28.766558 | 1.41s 2025-09-30 14:16:15.077400 | fa163eaa-657b-f732-44a0-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/run/libvirt'} 2025-09-30 14:16:15.079464 | fa163eaa-657b-f732-44a0-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:28.964270 | 1.61s 2025-09-30 14:16:15.287683 | fa163eaa-657b-f732-44a0-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'mode': '0770', 'path': '/var/log/containers/libvirt/swtpm', 'setype': 'container_file_t'} 2025-09-30 14:16:15.288880 | fa163eaa-657b-f732-44a0-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:29.173685 | 1.81s 2025-09-30 14:16:15.297938 | fa163eaa-657b-f732-44a0-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:29.182736 | 1.82s 2025-09-30 14:16:15.325687 | fa163eaa-657b-f732-44a0-000000000b9e | TASK | ensure qemu group is present on the host 2025-09-30 14:16:15.778461 | fa163eaa-657b-f732-44a0-000000000b9e | CHANGED | ensure qemu group is present on the host | standalone 2025-09-30 14:16:15.779950 | fa163eaa-657b-f732-44a0-000000000b9e | TIMING | ensure qemu group is present on the host | standalone | 0:02:29.664752 | 0.45s 2025-09-30 14:16:15.805600 | fa163eaa-657b-f732-44a0-000000000b9f | TASK | ensure qemu user is present on the host 2025-09-30 14:16:16.312082 | fa163eaa-657b-f732-44a0-000000000b9f | CHANGED | ensure qemu user is present on the host | standalone 2025-09-30 14:16:16.313583 | fa163eaa-657b-f732-44a0-000000000b9f | TIMING | ensure qemu user is present on the host | standalone | 0:02:30.198389 | 0.51s 2025-09-30 14:16:16.339348 | fa163eaa-657b-f732-44a0-000000000ba0 | TASK | create directory for vhost-user sockets with qemu ownership 2025-09-30 14:16:16.569470 | fa163eaa-657b-f732-44a0-000000000ba0 | CHANGED | create directory for vhost-user sockets with qemu ownership | standalone 2025-09-30 14:16:16.571052 | fa163eaa-657b-f732-44a0-000000000ba0 | TIMING | create directory for vhost-user sockets with qemu ownership | standalone | 0:02:30.455856 | 0.23s 2025-09-30 14:16:16.596230 | fa163eaa-657b-f732-44a0-000000000ba1 | TASK | check if libvirt is installed 2025-09-30 14:16:16.817936 | fa163eaa-657b-f732-44a0-000000000ba1 | CHANGED | check if libvirt is installed | standalone 2025-09-30 14:16:16.819381 | fa163eaa-657b-f732-44a0-000000000ba1 | TIMING | check if libvirt is installed | standalone | 0:02:30.704185 | 0.22s 2025-09-30 14:16:16.844821 | fa163eaa-657b-f732-44a0-000000000ba2 | TASK | make sure libvirt services are disabled and masked 2025-09-30 14:16:16.887887 | fa163eaa-657b-f732-44a0-000000000ba2 | SKIPPED | make sure libvirt services are disabled and masked | standalone | item=libvirtd.service 2025-09-30 14:16:16.894317 | fa163eaa-657b-f732-44a0-000000000ba2 | SKIPPED | make sure libvirt services are disabled and masked | standalone | item=virtlogd.socket 2025-09-30 14:16:16.900226 | fa163eaa-657b-f732-44a0-000000000ba2 | TIMING | make sure libvirt services are disabled and masked | standalone | 0:02:30.785025 | 0.05s 2025-09-30 14:16:16.925134 | fa163eaa-657b-f732-44a0-000000000ba3 | TASK | ensure /run/libvirt is present upon reboot 2025-09-30 14:16:17.355596 | fa163eaa-657b-f732-44a0-000000000ba3 | CHANGED | ensure /run/libvirt is present upon reboot | standalone 2025-09-30 14:16:17.357082 | fa163eaa-657b-f732-44a0-000000000ba3 | TIMING | ensure /run/libvirt is present upon reboot | standalone | 0:02:31.241887 | 0.43s 2025-09-30 14:16:17.382026 | fa163eaa-657b-f732-44a0-000000000ba4 | TASK | Enable os_enable_vtpm SELinux boolean for vTPM 2025-09-30 14:16:18.393956 | fa163eaa-657b-f732-44a0-000000000ba4 | CHANGED | Enable os_enable_vtpm SELinux boolean for vTPM | standalone 2025-09-30 14:16:18.395592 | fa163eaa-657b-f732-44a0-000000000ba4 | TIMING | Enable os_enable_vtpm SELinux boolean for vTPM | standalone | 0:02:32.280396 | 1.01s 2025-09-30 14:16:18.422194 | fa163eaa-657b-f732-44a0-000000000ba5 | TASK | Create libvirt persistent data directories 2025-09-30 14:16:18.663682 | fa163eaa-657b-f732-44a0-000000000ba5 | OK | Create libvirt persistent data directories | standalone | item={'path': '/run/libvirt', 'setype': 'virt_var_run_t'} 2025-09-30 14:16:18.665921 | fa163eaa-657b-f732-44a0-000000000ba5 | TIMING | Create libvirt persistent data directories | standalone | 0:02:32.550722 | 0.24s 2025-09-30 14:16:18.676599 | fa163eaa-657b-f732-44a0-000000000ba5 | TIMING | Create libvirt persistent data directories | standalone | 0:02:32.561400 | 0.25s 2025-09-30 14:16:18.702065 | fa163eaa-657b-f732-44a0-000000000ba6 | TASK | create persistent directories 2025-09-30 14:16:18.969056 | fa163eaa-657b-f732-44a0-000000000ba6 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/openvswitch', 'setype': 'container_file_t'} 2025-09-30 14:16:18.970803 | fa163eaa-657b-f732-44a0-000000000ba6 | TIMING | create persistent directories | standalone | 0:02:32.855601 | 0.27s 2025-09-30 14:16:19.197609 | fa163eaa-657b-f732-44a0-000000000ba6 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/openvswitch/ovn', 'setype': 'container_file_t'} 2025-09-30 14:16:19.199166 | fa163eaa-657b-f732-44a0-000000000ba6 | TIMING | create persistent directories | standalone | 0:02:33.083975 | 0.50s 2025-09-30 14:16:19.210008 | fa163eaa-657b-f732-44a0-000000000ba6 | TIMING | create persistent directories | standalone | 0:02:33.094803 | 0.51s 2025-09-30 14:16:19.235599 | fa163eaa-657b-f732-44a0-000000000ba7 | TASK | Copy in cleanup script 2025-09-30 14:16:19.761668 | fa163eaa-657b-f732-44a0-000000000ba7 | CHANGED | Copy in cleanup script | standalone 2025-09-30 14:16:19.763093 | fa163eaa-657b-f732-44a0-000000000ba7 | TIMING | Copy in cleanup script | standalone | 0:02:33.647897 | 0.53s 2025-09-30 14:16:19.788771 | fa163eaa-657b-f732-44a0-000000000ba8 | TASK | Copy in cleanup service 2025-09-30 14:16:20.262751 | fa163eaa-657b-f732-44a0-000000000ba8 | CHANGED | Copy in cleanup service | standalone 2025-09-30 14:16:20.264068 | fa163eaa-657b-f732-44a0-000000000ba8 | TIMING | Copy in cleanup service | standalone | 0:02:34.148872 | 0.47s 2025-09-30 14:16:20.289056 | fa163eaa-657b-f732-44a0-000000000ba9 | TASK | Enabling the cleanup service 2025-09-30 14:16:20.966207 | fa163eaa-657b-f732-44a0-000000000ba9 | CHANGED | Enabling the cleanup service | standalone 2025-09-30 14:16:20.968029 | fa163eaa-657b-f732-44a0-000000000ba9 | TIMING | Enabling the cleanup service | standalone | 0:02:34.852833 | 0.68s 2025-09-30 14:16:20.994338 | fa163eaa-657b-f732-44a0-000000000baa | TASK | create persistent directories 2025-09-30 14:16:21.256804 | fa163eaa-657b-f732-44a0-000000000baa | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/openvswitch', 'setype': 'container_file_t'} 2025-09-30 14:16:21.259134 | fa163eaa-657b-f732-44a0-000000000baa | TIMING | create persistent directories | standalone | 0:02:35.143934 | 0.26s 2025-09-30 14:16:21.504482 | fa163eaa-657b-f732-44a0-000000000baa | OK | create persistent directories | standalone | item={'path': '/var/lib/openvswitch/ovn', 'setype': 'container_file_t'} 2025-09-30 14:16:21.506731 | fa163eaa-657b-f732-44a0-000000000baa | TIMING | create persistent directories | standalone | 0:02:35.391531 | 0.51s 2025-09-30 14:16:21.516911 | fa163eaa-657b-f732-44a0-000000000baa | TIMING | create persistent directories | standalone | 0:02:35.401711 | 0.52s 2025-09-30 14:16:21.544602 | fa163eaa-657b-f732-44a0-000000000bab | TASK | set conditions 2025-09-30 14:16:21.591210 | fa163eaa-657b-f732-44a0-000000000bab | OK | set conditions | standalone 2025-09-30 14:16:21.592624 | fa163eaa-657b-f732-44a0-000000000bab | TIMING | set conditions | standalone | 0:02:35.477429 | 0.04s 2025-09-30 14:16:21.617983 | fa163eaa-657b-f732-44a0-000000000bac | TASK | create persistent directories 2025-09-30 14:16:21.882642 | fa163eaa-657b-f732-44a0-000000000bac | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia', 'setype': 'container_file_t'} 2025-09-30 14:16:21.884812 | fa163eaa-657b-f732-44a0-000000000bac | TIMING | create persistent directories | standalone | 0:02:35.769612 | 0.27s 2025-09-30 14:16:22.102615 | fa163eaa-657b-f732-44a0-000000000bac | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/octavia-api', 'setype': 'container_file_t'} 2025-09-30 14:16:22.103667 | fa163eaa-657b-f732-44a0-000000000bac | TIMING | create persistent directories | standalone | 0:02:35.988473 | 0.48s 2025-09-30 14:16:22.305580 | fa163eaa-657b-f732-44a0-000000000bac | CHANGED | create persistent directories | standalone | item={'mode': '0755', 'path': '/run/octavia', 'setype': 'container_file_t'} 2025-09-30 14:16:22.307647 | fa163eaa-657b-f732-44a0-000000000bac | TIMING | create persistent directories | standalone | 0:02:36.192451 | 0.69s 2025-09-30 14:16:22.318883 | fa163eaa-657b-f732-44a0-000000000bac | TIMING | create persistent directories | standalone | 0:02:36.203677 | 0.70s 2025-09-30 14:16:22.345174 | fa163eaa-657b-f732-44a0-000000000bad | TASK | ensure /run/octavia is present upon reboot 2025-09-30 14:16:22.798942 | fa163eaa-657b-f732-44a0-000000000bad | CHANGED | ensure /run/octavia is present upon reboot | standalone 2025-09-30 14:16:22.800569 | fa163eaa-657b-f732-44a0-000000000bad | TIMING | ensure /run/octavia is present upon reboot | standalone | 0:02:36.685369 | 0.45s 2025-09-30 14:16:22.827485 | fa163eaa-657b-f732-44a0-000000000bae | TASK | create persistent directories 2025-09-30 14:16:23.071292 | fa163eaa-657b-f732-44a0-000000000bae | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia', 'setype': 'container_file_t'} 2025-09-30 14:16:23.074583 | fa163eaa-657b-f732-44a0-000000000bae | TIMING | create persistent directories | standalone | 0:02:36.959366 | 0.25s 2025-09-30 14:16:23.218972 | fa163eaa-657b-f732-44a0-000000000bae | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia-amphorae', 'setype': 'container_file_t'} 2025-09-30 14:16:23.223540 | fa163eaa-657b-f732-44a0-000000000bae | TIMING | create persistent directories | standalone | 0:02:37.108335 | 0.39s 2025-09-30 14:16:23.233715 | fa163eaa-657b-f732-44a0-000000000bae | TIMING | create persistent directories | standalone | 0:02:37.118512 | 0.40s 2025-09-30 14:16:23.260567 | fa163eaa-657b-f732-44a0-000000000baf | TASK | create empty log files 2025-09-30 14:16:23.500109 | fa163eaa-657b-f732-44a0-000000000baf | CHANGED | create empty log files | standalone | item={'mode': '0644', 'path': '/var/log/containers/octavia-amphorae/octavia-tenant-traffic.log', 'setype': 'container_file_t'} 2025-09-30 14:16:23.503220 | fa163eaa-657b-f732-44a0-000000000baf | TIMING | create empty log files | standalone | 0:02:37.388016 | 0.24s 2025-09-30 14:16:23.701234 | fa163eaa-657b-f732-44a0-000000000baf | CHANGED | create empty log files | standalone | item={'mode': '0644', 'path': '/var/log/containers/octavia-amphorae/octavia-amphora.log', 'setype': 'container_file_t'} 2025-09-30 14:16:23.703986 | fa163eaa-657b-f732-44a0-000000000baf | TIMING | create empty log files | standalone | 0:02:37.588765 | 0.44s 2025-09-30 14:16:23.716548 | fa163eaa-657b-f732-44a0-000000000baf | TIMING | create empty log files | standalone | 0:02:37.601346 | 0.45s 2025-09-30 14:16:23.742579 | fa163eaa-657b-f732-44a0-000000000bb0 | TASK | create persistent directories 2025-09-30 14:16:23.989904 | fa163eaa-657b-f732-44a0-000000000bb0 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia', 'setype': 'container_file_t'} 2025-09-30 14:16:23.991504 | fa163eaa-657b-f732-44a0-000000000bb0 | TIMING | create persistent directories | standalone | 0:02:37.876314 | 0.25s 2025-09-30 14:16:23.995482 | fa163eaa-657b-f732-44a0-000000000bb0 | TIMING | create persistent directories | standalone | 0:02:37.880282 | 0.25s 2025-09-30 14:16:24.020876 | fa163eaa-657b-f732-44a0-000000000bb2 | TASK | Ensure packages required for configuring octavia are present 2025-09-30 14:16:26.864415 | fa163eaa-657b-f732-44a0-000000000bb2 | OK | Ensure packages required for configuring octavia are present | standalone 2025-09-30 14:16:26.865939 | fa163eaa-657b-f732-44a0-000000000bb2 | TIMING | Ensure packages required for configuring octavia are present | standalone | 0:02:40.750743 | 2.84s 2025-09-30 14:16:26.920132 | fa163eaa-657b-f732-44a0-000000000bb4 | TIMING | include_role : tripleo_clients_install | standalone | 0:02:40.804926 | 0.03s 2025-09-30 14:16:26.983972 | fa163eaa-657b-f732-44a0-000000001291 | TASK | Gather variables for each operating system 2025-09-30 14:16:27.089580 | fa163eaa-657b-f732-44a0-000000001291 | TIMING | tripleo_clients_install : Gather variables for each operating system | standalone | 0:02:40.974370 | 0.10s 2025-09-30 14:16:27.116313 | fa163eaa-657b-f732-44a0-000000001292 | TASK | Set packages facts 2025-09-30 14:16:27.189595 | fa163eaa-657b-f732-44a0-000000001292 | OK | Set packages facts | standalone 2025-09-30 14:16:27.190829 | fa163eaa-657b-f732-44a0-000000001292 | TIMING | tripleo_clients_install : Set packages facts | standalone | 0:02:41.075635 | 0.07s 2025-09-30 14:16:27.219131 | fa163eaa-657b-f732-44a0-000000001293 | TASK | Manage package 2025-09-30 14:16:27.278167 | fa163eaa-657b-f732-44a0-000000001293 | SKIPPED | Manage package | standalone | item=[]: absent 2025-09-30 14:16:27.303371 | fa163eaa-657b-f732-44a0-000000001293 | SKIPPED | Manage package | standalone | item=[]: installed 2025-09-30 14:16:27.319919 | fa163eaa-657b-f732-44a0-000000001293 | SKIPPED | Manage package | standalone | item=[]: latest 2025-09-30 14:16:31.679484 | fa163eaa-657b-f732-44a0-000000001293 | TIMING | tripleo_clients_install : Manage package | standalone | 0:02:45.564273 | 4.46s 2025-09-30 14:16:31.701978 | fa163eaa-657b-f732-44a0-000000001293 | SKIPPED | Manage package | standalone | item=[]: removed 2025-09-30 14:16:31.715172 | fa163eaa-657b-f732-44a0-000000001293 | TIMING | tripleo_clients_install : Manage package | standalone | 0:02:45.599970 | 4.49s 2025-09-30 14:16:31.769430 | fa163eaa-657b-f732-44a0-000000000bb5 | TASK | create fcontext for rabbitmq data 2025-09-30 14:16:33.063129 | fa163eaa-657b-f732-44a0-000000000bb5 | CHANGED | create fcontext for rabbitmq data | standalone 2025-09-30 14:16:33.064889 | fa163eaa-657b-f732-44a0-000000000bb5 | TIMING | create fcontext for rabbitmq data | standalone | 0:02:46.949692 | 1.29s 2025-09-30 14:16:33.089897 | fa163eaa-657b-f732-44a0-000000000bb6 | TASK | create persistent directories 2025-09-30 14:16:33.349169 | fa163eaa-657b-f732-44a0-000000000bb6 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/rabbitmq', 'setype': 'container_file_t'} 2025-09-30 14:16:33.350796 | fa163eaa-657b-f732-44a0-000000000bb6 | TIMING | create persistent directories | standalone | 0:02:47.235593 | 0.26s 2025-09-30 14:16:33.539053 | fa163eaa-657b-f732-44a0-000000000bb6 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/rabbitmq', 'setype': 'container_file_t'} 2025-09-30 14:16:33.540115 | fa163eaa-657b-f732-44a0-000000000bb6 | TIMING | create persistent directories | standalone | 0:02:47.424921 | 0.45s 2025-09-30 14:16:33.548418 | fa163eaa-657b-f732-44a0-000000000bb6 | TIMING | create persistent directories | standalone | 0:02:47.433213 | 0.46s 2025-09-30 14:16:33.575467 | fa163eaa-657b-f732-44a0-000000000bb7 | TASK | stop the Erlang port mapper on the host and make sure it cannot bind to the port used by container 2025-09-30 14:16:33.831983 | fa163eaa-657b-f732-44a0-000000000bb7 | CHANGED | stop the Erlang port mapper on the host and make sure it cannot bind to the port used by container | standalone 2025-09-30 14:16:33.833368 | fa163eaa-657b-f732-44a0-000000000bb7 | TIMING | stop the Erlang port mapper on the host and make sure it cannot bind to the port used by container | standalone | 0:02:47.718170 | 0.26s 2025-09-30 14:16:33.858252 | fa163eaa-657b-f732-44a0-000000000bb8 | TASK | Make sure python3-novaclient is installed when IHA is enabled 2025-09-30 14:16:33.885357 | fa163eaa-657b-f732-44a0-000000000bb8 | SKIPPED | Make sure python3-novaclient is installed when IHA is enabled | standalone 2025-09-30 14:16:33.886373 | fa163eaa-657b-f732-44a0-000000000bb8 | TIMING | Make sure python3-novaclient is installed when IHA is enabled | standalone | 0:02:47.771176 | 0.03s 2025-09-30 14:16:33.910956 | fa163eaa-657b-f732-44a0-000000000bb9 | TASK | Remove existing entries from logind conf 2025-09-30 14:16:34.130736 | fa163eaa-657b-f732-44a0-000000000bb9 | CHANGED | Remove existing entries from logind conf | standalone 2025-09-30 14:16:34.131967 | fa163eaa-657b-f732-44a0-000000000bb9 | TIMING | Remove existing entries from logind conf | standalone | 0:02:48.016772 | 0.22s 2025-09-30 14:16:34.156574 | fa163eaa-657b-f732-44a0-000000000bba | TASK | Make sure systemd-logind ignores power off 2025-09-30 14:16:34.377517 | fa163eaa-657b-f732-44a0-000000000bba | CHANGED | Make sure systemd-logind ignores power off | standalone 2025-09-30 14:16:34.378868 | fa163eaa-657b-f732-44a0-000000000bba | TIMING | Make sure systemd-logind ignores power off | standalone | 0:02:48.263670 | 0.22s 2025-09-30 14:16:34.404343 | fa163eaa-657b-f732-44a0-000000000bbb | TASK | Restart systemd-logind 2025-09-30 14:16:34.959909 | fa163eaa-657b-f732-44a0-000000000bbb | CHANGED | Restart systemd-logind | standalone 2025-09-30 14:16:34.963983 | fa163eaa-657b-f732-44a0-000000000bbb | TIMING | Restart systemd-logind | standalone | 0:02:48.848780 | 0.56s 2025-09-30 14:16:34.992125 | fa163eaa-657b-f732-44a0-000000000bbc | 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-09-30 14:16:35.068577 | fa163eaa-657b-f732-44a0-000000000bbc | SKIPPED | Gather service_facts on pacemaker_bootstrap_node | standalone 2025-09-30 14:16:35.070977 | fa163eaa-657b-f732-44a0-000000000bbc | TIMING | Gather service_facts on pacemaker_bootstrap_node | standalone | 0:02:48.955670 | 0.08s 2025-09-30 14:16:35.103810 | fa163eaa-657b-f732-44a0-000000000bbd | 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-09-30 14:16:35.178474 | fa163eaa-657b-f732-44a0-000000000bbd | SKIPPED | Check and eventually delete duplicate constraints (bootstrap node) | standalone 2025-09-30 14:16:35.180809 | fa163eaa-657b-f732-44a0-000000000bbd | TIMING | Check and eventually delete duplicate constraints (bootstrap node) | standalone | 0:02:49.065604 | 0.07s 2025-09-30 14:16:35.209035 | fa163eaa-657b-f732-44a0-000000000bbe | TASK | create persistent logs directory 2025-09-30 14:16:35.477427 | fa163eaa-657b-f732-44a0-000000000bbe | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/placement', 'setype': 'container_file_t'} 2025-09-30 14:16:35.478370 | fa163eaa-657b-f732-44a0-000000000bbe | TIMING | create persistent logs directory | standalone | 0:02:49.363176 | 0.27s 2025-09-30 14:16:35.651455 | fa163eaa-657b-f732-44a0-000000000bbe | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/placement', 'setype': 'container_file_t'} 2025-09-30 14:16:35.652090 | fa163eaa-657b-f732-44a0-000000000bbe | TIMING | create persistent logs directory | standalone | 0:02:49.536905 | 0.44s 2025-09-30 14:16:35.656437 | fa163eaa-657b-f732-44a0-000000000bbe | TIMING | create persistent logs directory | standalone | 0:02:49.541245 | 0.44s 2025-09-30 14:16:35.682018 | fa163eaa-657b-f732-44a0-000000000bc0 | TASK | Set login facts 2025-09-30 14:16:35.708664 | fa163eaa-657b-f732-44a0-000000000bc0 | OK | Set login facts | standalone 2025-09-30 14:16:35.709780 | fa163eaa-657b-f732-44a0-000000000bc0 | TIMING | Set login facts | standalone | 0:02:49.594585 | 0.03s 2025-09-30 14:16:35.729242 | fa163eaa-657b-f732-44a0-000000000bc1 | TASK | Convert logins json to dict 2025-09-30 14:16:35.767764 | fa163eaa-657b-f732-44a0-000000000bc1 | SKIPPED | Convert logins json to dict | standalone 2025-09-30 14:16:35.769002 | fa163eaa-657b-f732-44a0-000000000bc1 | TIMING | Convert logins json to dict | standalone | 0:02:49.653804 | 0.04s 2025-09-30 14:16:35.798909 | fa163eaa-657b-f732-44a0-000000000bc2 | TASK | Set registry logins 2025-09-30 14:16:35.851247 | fa163eaa-657b-f732-44a0-000000000bc2 | SKIPPED | Set registry logins | standalone 2025-09-30 14:16:35.852830 | fa163eaa-657b-f732-44a0-000000000bc2 | TIMING | Set registry logins | standalone | 0:02:49.737625 | 0.05s 2025-09-30 14:16:35.882593 | fa163eaa-657b-f732-44a0-000000000bc3 | TASK | Run podman install 2025-09-30 14:16:35.905489 | fa163eaa-657b-f732-44a0-000000000bc3 | TIMING | Run podman install | standalone | 0:02:49.790284 | 0.02s 2025-09-30 14:16:35.987773 | fa163eaa-657b-f732-44a0-000000001323 | TASK | Gather variables for each operating system 2025-09-30 14:16:36.177184 | fa163eaa-657b-f732-44a0-000000001323 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_podman/vars/redhat-9.yml 2025-09-30 14:16:36.178475 | fa163eaa-657b-f732-44a0-000000001323 | TIMING | tripleo_podman : Gather variables for each operating system | standalone | 0:02:50.063277 | 0.19s 2025-09-30 14:16:36.183546 | fa163eaa-657b-f732-44a0-000000001323 | TIMING | tripleo_podman : Gather variables for each operating system | standalone | 0:02:50.068353 | 0.19s 2025-09-30 14:16:36.212401 | fa163eaa-657b-f732-44a0-000000001325 | TASK | ensure podman and deps are installed 2025-09-30 14:16:39.126519 | fa163eaa-657b-f732-44a0-000000001325 | OK | ensure podman and deps are installed | standalone 2025-09-30 14:16:39.128036 | fa163eaa-657b-f732-44a0-000000001325 | TIMING | tripleo_podman : ensure podman and deps are installed | standalone | 0:02:53.012838 | 2.91s 2025-09-30 14:16:39.154956 | fa163eaa-657b-f732-44a0-000000001326 | TASK | Ensure we get the ansible interfaces facts 2025-09-30 14:16:39.691888 | fa163eaa-657b-f732-44a0-000000001326 | OK | Ensure we get the ansible interfaces facts | standalone 2025-09-30 14:16:39.693149 | fa163eaa-657b-f732-44a0-000000001326 | TIMING | tripleo_podman : Ensure we get the ansible interfaces facts | standalone | 0:02:53.577951 | 0.54s 2025-09-30 14:16:39.718638 | fa163eaa-657b-f732-44a0-000000001327 | TASK | Delete legacy cni0 interface (podman < 1.6) 2025-09-30 14:16:39.746338 | fa163eaa-657b-f732-44a0-000000001327 | SKIPPED | Delete legacy cni0 interface (podman < 1.6) | standalone 2025-09-30 14:16:39.747447 | fa163eaa-657b-f732-44a0-000000001327 | TIMING | tripleo_podman : Delete legacy cni0 interface (podman < 1.6) | standalone | 0:02:53.632249 | 0.03s 2025-09-30 14:16:39.773785 | fa163eaa-657b-f732-44a0-000000001329 | TASK | Make sure /etc/cni/net.d folder exists 2025-09-30 14:16:39.804654 | fa163eaa-657b-f732-44a0-000000001329 | SKIPPED | Make sure /etc/cni/net.d folder exists | standalone 2025-09-30 14:16:39.805835 | fa163eaa-657b-f732-44a0-000000001329 | TIMING | tripleo_podman : Make sure /etc/cni/net.d folder exists | standalone | 0:02:53.690634 | 0.03s 2025-09-30 14:16:39.832158 | fa163eaa-657b-f732-44a0-00000000132a | TASK | Update default network configuration if possible 2025-09-30 14:16:39.864599 | fa163eaa-657b-f732-44a0-00000000132a | SKIPPED | Update default network configuration if possible | standalone 2025-09-30 14:16:39.865820 | fa163eaa-657b-f732-44a0-00000000132a | TIMING | tripleo_podman : Update default network configuration if possible | standalone | 0:02:53.750623 | 0.03s 2025-09-30 14:16:39.891684 | fa163eaa-657b-f732-44a0-00000000132c | TASK | Make sure /etc/containers/networks exists 2025-09-30 14:16:40.149114 | fa163eaa-657b-f732-44a0-00000000132c | OK | Make sure /etc/containers/networks exists | standalone 2025-09-30 14:16:40.150511 | fa163eaa-657b-f732-44a0-00000000132c | TIMING | tripleo_podman : Make sure /etc/containers/networks exists | standalone | 0:02:54.035313 | 0.26s 2025-09-30 14:16:40.175916 | fa163eaa-657b-f732-44a0-00000000132d | TASK | Get current podman network 2025-09-30 14:16:40.450617 | fa163eaa-657b-f732-44a0-00000000132d | CHANGED | Get current podman network | standalone 2025-09-30 14:16:40.451900 | fa163eaa-657b-f732-44a0-00000000132d | TIMING | tripleo_podman : Get current podman network | standalone | 0:02:54.336707 | 0.27s 2025-09-30 14:16:40.471920 | fa163eaa-657b-f732-44a0-00000000132e | TASK | Update the default network configuration 2025-09-30 14:16:41.092522 | fa163eaa-657b-f732-44a0-00000000132e | CHANGED | Update the default network configuration | standalone 2025-09-30 14:16:41.093435 | fa163eaa-657b-f732-44a0-00000000132e | TIMING | tripleo_podman : Update the default network configuration | standalone | 0:02:54.978247 | 0.62s 2025-09-30 14:16:41.110922 | fa163eaa-657b-f732-44a0-00000000132f | TASK | Write containers registries.conf 2025-09-30 14:16:41.723923 | fa163eaa-657b-f732-44a0-00000000132f | CHANGED | Write containers registries.conf | standalone 2025-09-30 14:16:41.725363 | fa163eaa-657b-f732-44a0-00000000132f | TIMING | tripleo_podman : Write containers registries.conf | standalone | 0:02:55.610164 | 0.61s 2025-09-30 14:16:41.753236 | fa163eaa-657b-f732-44a0-000000001330 | TASK | Write containers.conf 2025-09-30 14:16:41.987633 | fa163eaa-657b-f732-44a0-000000001330 | CHANGED | Write containers.conf | standalone | item={'section': 'containers', 'option': 'pids_limit', 'value': '4096'} 2025-09-30 14:16:41.989794 | fa163eaa-657b-f732-44a0-000000001330 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:02:55.874592 | 0.24s 2025-09-30 14:16:42.189810 | fa163eaa-657b-f732-44a0-000000001330 | CHANGED | Write containers.conf | standalone | item={'section': 'engine', 'option': 'events_logger', 'value': '"journald"'} 2025-09-30 14:16:42.191348 | fa163eaa-657b-f732-44a0-000000001330 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:02:56.076155 | 0.44s 2025-09-30 14:16:42.371678 | fa163eaa-657b-f732-44a0-000000001330 | CHANGED | Write containers.conf | standalone | item={'section': 'engine', 'option': 'runtime', 'value': '"crun"'} 2025-09-30 14:16:42.373297 | fa163eaa-657b-f732-44a0-000000001330 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:02:56.258105 | 0.62s 2025-09-30 14:16:42.577637 | fa163eaa-657b-f732-44a0-000000001330 | CHANGED | Write containers.conf | standalone | item={'section': 'network', 'option': 'network_backend', 'value': '"netavark"'} 2025-09-30 14:16:42.579054 | fa163eaa-657b-f732-44a0-000000001330 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:02:56.463861 | 0.82s 2025-09-30 14:16:42.589835 | fa163eaa-657b-f732-44a0-000000001330 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:02:56.474643 | 0.84s 2025-09-30 14:16:42.611696 | fa163eaa-657b-f732-44a0-000000001331 | TASK | Enable podman.socket service 2025-09-30 14:16:42.640501 | fa163eaa-657b-f732-44a0-000000001331 | SKIPPED | Enable podman.socket service | standalone 2025-09-30 14:16:42.641432 | fa163eaa-657b-f732-44a0-000000001331 | TIMING | tripleo_podman : Enable podman.socket service | standalone | 0:02:56.526241 | 0.03s 2025-09-30 14:16:42.690920 | fa163eaa-657b-f732-44a0-000000000bc4 | TASK | Run podman login 2025-09-30 14:16:42.719077 | fa163eaa-657b-f732-44a0-000000000bc4 | TIMING | Run podman login | standalone | 0:02:56.603873 | 0.03s 2025-09-30 14:16:42.796533 | fa163eaa-657b-f732-44a0-000000001431 | TASK | Perform container registry login(s) with podman 2025-09-30 14:16:42.823836 | fa163eaa-657b-f732-44a0-000000001431 | TIMING | tripleo_podman : Perform container registry login(s) with podman | standalone | 0:02:56.708642 | 0.03s 2025-09-30 14:16:42.861551 | fa163eaa-657b-f732-44a0-000000000bc6 | TASK | Configure tripleo_container_manage to generate systemd drop-in dependencies 2025-09-30 14:16:43.302151 | fa163eaa-657b-f732-44a0-000000000bc6 | CHANGED | Configure tripleo_container_manage to generate systemd drop-in dependencies | standalone 2025-09-30 14:16:43.303561 | fa163eaa-657b-f732-44a0-000000000bc6 | TIMING | Configure tripleo_container_manage to generate systemd drop-in dependencies | standalone | 0:02:57.188365 | 0.44s 2025-09-30 14:16:43.329359 | fa163eaa-657b-f732-44a0-000000000bc7 | TASK | create persistent directories 2025-09-30 14:16:43.579743 | fa163eaa-657b-f732-44a0-000000000bc7 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/redis', 'setype': 'container_file_t'} 2025-09-30 14:16:43.582087 | fa163eaa-657b-f732-44a0-000000000bc7 | TIMING | create persistent directories | standalone | 0:02:57.466882 | 0.25s 2025-09-30 14:16:43.770662 | fa163eaa-657b-f732-44a0-000000000bc7 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/redis', 'setype': 'container_file_t'} 2025-09-30 14:16:43.772176 | fa163eaa-657b-f732-44a0-000000000bc7 | TIMING | create persistent directories | standalone | 0:02:57.656981 | 0.44s 2025-09-30 14:16:43.947543 | fa163eaa-657b-f732-44a0-000000000bc7 | CHANGED | create persistent directories | standalone | item={'path': '/run/redis', 'setype': 'container_file_t'} 2025-09-30 14:16:43.948604 | fa163eaa-657b-f732-44a0-000000000bc7 | TIMING | create persistent directories | standalone | 0:02:57.833409 | 0.62s 2025-09-30 14:16:43.960153 | fa163eaa-657b-f732-44a0-000000000bc7 | TIMING | create persistent directories | standalone | 0:02:57.844959 | 0.63s 2025-09-30 14:16:43.980575 | fa163eaa-657b-f732-44a0-000000000bc8 | TASK | ensure /run/redis is present upon reboot 2025-09-30 14:16:44.453665 | fa163eaa-657b-f732-44a0-000000000bc8 | CHANGED | ensure /run/redis is present upon reboot | standalone 2025-09-30 14:16:44.455195 | fa163eaa-657b-f732-44a0-000000000bc8 | TIMING | ensure /run/redis is present upon reboot | standalone | 0:02:58.339997 | 0.47s 2025-09-30 14:16:44.480035 | fa163eaa-657b-f732-44a0-000000000bc9 | TASK | Ensure rsyslog is installed 2025-09-30 14:16:47.418532 | fa163eaa-657b-f732-44a0-000000000bc9 | OK | Ensure rsyslog is installed | standalone 2025-09-30 14:16:47.419984 | fa163eaa-657b-f732-44a0-000000000bc9 | TIMING | Ensure rsyslog is installed | standalone | 0:03:01.304787 | 2.94s 2025-09-30 14:16:47.446066 | fa163eaa-657b-f732-44a0-000000000bca | TASK | Ensure rsyslog is enabled and started 2025-09-30 14:16:47.813915 | fa163eaa-657b-f732-44a0-000000000bca | OK | Ensure rsyslog is enabled and started | standalone 2025-09-30 14:16:47.815963 | fa163eaa-657b-f732-44a0-000000000bca | TIMING | Ensure rsyslog is enabled and started | standalone | 0:03:01.700764 | 0.37s 2025-09-30 14:16:47.870705 | fa163eaa-657b-f732-44a0-000000000bcb | TIMING | include_role : tripleo_sshd | standalone | 0:03:01.755503 | 0.03s 2025-09-30 14:16:47.958976 | fa163eaa-657b-f732-44a0-00000000154c | TASK | Gather variables for each operating system 2025-09-30 14:16:48.075371 | fa163eaa-657b-f732-44a0-00000000154c | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_sshd/vars/redhat.yml 2025-09-30 14:16:48.076564 | fa163eaa-657b-f732-44a0-00000000154c | TIMING | tripleo_sshd : Gather variables for each operating system | standalone | 0:03:01.961367 | 0.12s 2025-09-30 14:16:48.082075 | fa163eaa-657b-f732-44a0-00000000154c | TIMING | tripleo_sshd : Gather variables for each operating system | standalone | 0:03:01.966884 | 0.12s 2025-09-30 14:16:48.102857 | fa163eaa-657b-f732-44a0-00000000154e | TASK | Install the OpenSSH server 2025-09-30 14:16:50.831614 | fa163eaa-657b-f732-44a0-00000000154e | OK | Install the OpenSSH server | standalone 2025-09-30 14:16:50.833048 | fa163eaa-657b-f732-44a0-00000000154e | TIMING | tripleo_sshd : Install the OpenSSH server | standalone | 0:03:04.717851 | 2.73s 2025-09-30 14:16:50.858685 | fa163eaa-657b-f732-44a0-00000000154f | TASK | Start sshd 2025-09-30 14:16:50.887111 | fa163eaa-657b-f732-44a0-00000000154f | SKIPPED | Start sshd | standalone 2025-09-30 14:16:50.888211 | fa163eaa-657b-f732-44a0-00000000154f | TIMING | tripleo_sshd : Start sshd | standalone | 0:03:04.773011 | 0.03s 2025-09-30 14:16:50.913981 | fa163eaa-657b-f732-44a0-000000001550 | TASK | PasswordAuthentication notice 2025-09-30 14:16:50.944602 | fa163eaa-657b-f732-44a0-000000001550 | SKIPPED | PasswordAuthentication notice | standalone 2025-09-30 14:16:50.945662 | fa163eaa-657b-f732-44a0-000000001550 | TIMING | tripleo_sshd : PasswordAuthentication notice | standalone | 0:03:04.830465 | 0.03s 2025-09-30 14:16:50.970704 | fa163eaa-657b-f732-44a0-000000001551 | TASK | PasswordAuthentication duplication notice 2025-09-30 14:16:51.000152 | fa163eaa-657b-f732-44a0-000000001551 | SKIPPED | PasswordAuthentication duplication notice | standalone 2025-09-30 14:16:51.001251 | fa163eaa-657b-f732-44a0-000000001551 | TIMING | tripleo_sshd : PasswordAuthentication duplication notice | standalone | 0:03:04.886054 | 0.03s 2025-09-30 14:16:51.026350 | fa163eaa-657b-f732-44a0-000000001552 | TASK | Motd duplication notice 2025-09-30 14:16:51.065105 | fa163eaa-657b-f732-44a0-000000001552 | 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-09-30 14:16:51.066171 | fa163eaa-657b-f732-44a0-000000001552 | TIMING | tripleo_sshd : Motd duplication notice | standalone | 0:03:04.950975 | 0.04s 2025-09-30 14:16:51.092067 | fa163eaa-657b-f732-44a0-000000001553 | TASK | Configure the banner text 2025-09-30 14:16:51.121499 | fa163eaa-657b-f732-44a0-000000001553 | SKIPPED | Configure the banner text | standalone 2025-09-30 14:16:51.122843 | fa163eaa-657b-f732-44a0-000000001553 | TIMING | tripleo_sshd : Configure the banner text | standalone | 0:03:05.007643 | 0.03s 2025-09-30 14:16:51.148703 | fa163eaa-657b-f732-44a0-000000001554 | TASK | Configure the motd banner 2025-09-30 14:16:51.177258 | fa163eaa-657b-f732-44a0-000000001554 | SKIPPED | Configure the motd banner | standalone 2025-09-30 14:16:51.178469 | fa163eaa-657b-f732-44a0-000000001554 | TIMING | tripleo_sshd : Configure the motd banner | standalone | 0:03:05.063272 | 0.03s 2025-09-30 14:16:51.203813 | fa163eaa-657b-f732-44a0-000000001555 | TASK | Update sshd configuration options from vars 2025-09-30 14:16:51.241429 | fa163eaa-657b-f732-44a0-000000001555 | OK | Update sshd configuration options from vars | standalone 2025-09-30 14:16:51.242712 | fa163eaa-657b-f732-44a0-000000001555 | TIMING | tripleo_sshd : Update sshd configuration options from vars | standalone | 0:03:05.127484 | 0.04s 2025-09-30 14:16:51.268901 | fa163eaa-657b-f732-44a0-000000001556 | TASK | Adjust ssh server configuration 2025-09-30 14:16:51.883227 | fa163eaa-657b-f732-44a0-000000001556 | CHANGED | Adjust ssh server configuration | standalone 2025-09-30 14:16:51.884694 | fa163eaa-657b-f732-44a0-000000001556 | TIMING | tripleo_sshd : Adjust ssh server configuration | standalone | 0:03:05.769497 | 0.61s 2025-09-30 14:16:51.910509 | fa163eaa-657b-f732-44a0-000000001557 | TASK | Restart sshd 2025-09-30 14:16:52.392936 | fa163eaa-657b-f732-44a0-000000001557 | CHANGED | Restart sshd | standalone 2025-09-30 14:16:52.396051 | fa163eaa-657b-f732-44a0-000000001557 | TIMING | tripleo_sshd : Restart sshd | standalone | 0:03:06.280859 | 0.48s 2025-09-30 14:16:52.435435 | fa163eaa-657b-f732-44a0-000000000bcc | TASK | create persistent directories 2025-09-30 14:16:52.698729 | fa163eaa-657b-f732-44a0-000000000bcc | CHANGED | create persistent directories | standalone | item={'path': '/srv/node', 'setype': 'container_file_t'} 2025-09-30 14:16:52.699835 | fa163eaa-657b-f732-44a0-000000000bcc | TIMING | create persistent directories | standalone | 0:03:06.584645 | 0.26s 2025-09-30 14:16:52.927495 | fa163eaa-657b-f732-44a0-000000000bcc | CHANGED | create persistent directories | standalone | item={'path': '/var/log/swift', 'setype': 'container_file_t'} 2025-09-30 14:16:52.929176 | fa163eaa-657b-f732-44a0-000000000bcc | TIMING | create persistent directories | standalone | 0:03:06.813982 | 0.49s 2025-09-30 14:16:53.113426 | fa163eaa-657b-f732-44a0-000000000bcc | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/swift', 'setype': 'container_file_t'} 2025-09-30 14:16:53.114122 | fa163eaa-657b-f732-44a0-000000000bcc | TIMING | create persistent directories | standalone | 0:03:06.998935 | 0.68s 2025-09-30 14:16:53.120756 | fa163eaa-657b-f732-44a0-000000000bcc | TIMING | create persistent directories | standalone | 0:03:07.005555 | 0.68s 2025-09-30 14:16:53.148447 | fa163eaa-657b-f732-44a0-000000000bcd | TASK | create persistent directories 2025-09-30 14:16:53.406227 | fa163eaa-657b-f732-44a0-000000000bcd | OK | create persistent directories | standalone | item={'path': '/srv/node', 'setype': 'container_file_t'} 2025-09-30 14:16:53.407950 | fa163eaa-657b-f732-44a0-000000000bcd | TIMING | create persistent directories | standalone | 0:03:07.292747 | 0.26s 2025-09-30 14:16:53.600437 | fa163eaa-657b-f732-44a0-000000000bcd | CHANGED | create persistent directories | standalone | item={'path': '/var/cache/swift', 'setype': 'container_file_t'} 2025-09-30 14:16:53.602181 | fa163eaa-657b-f732-44a0-000000000bcd | TIMING | create persistent directories | standalone | 0:03:07.486986 | 0.45s 2025-09-30 14:16:53.818126 | fa163eaa-657b-f732-44a0-000000000bcd | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/swift', 'setype': 'container_file_t'} 2025-09-30 14:16:53.819024 | fa163eaa-657b-f732-44a0-000000000bcd | TIMING | create persistent directories | standalone | 0:03:07.703833 | 0.67s 2025-09-30 14:16:53.826142 | fa163eaa-657b-f732-44a0-000000000bcd | TIMING | create persistent directories | standalone | 0:03:07.710943 | 0.68s 2025-09-30 14:16:53.852846 | fa163eaa-657b-f732-44a0-000000000bce | TASK | Set swift_use_local_disks fact 2025-09-30 14:16:53.885116 | fa163eaa-657b-f732-44a0-000000000bce | OK | Set swift_use_local_disks fact | standalone 2025-09-30 14:16:53.887345 | fa163eaa-657b-f732-44a0-000000000bce | TIMING | Set swift_use_local_disks fact | standalone | 0:03:07.772108 | 0.03s 2025-09-30 14:16:53.912976 | fa163eaa-657b-f732-44a0-000000000bcf | TASK | Set use_node_data_lookup fact 2025-09-30 14:16:53.943681 | fa163eaa-657b-f732-44a0-000000000bcf | OK | Set use_node_data_lookup fact | standalone 2025-09-30 14:16:53.945587 | fa163eaa-657b-f732-44a0-000000000bcf | TIMING | Set use_node_data_lookup fact | standalone | 0:03:07.830389 | 0.03s 2025-09-30 14:16:53.970674 | fa163eaa-657b-f732-44a0-000000000bd0 | TASK | Create Swift d1 directory if needed 2025-09-30 14:16:54.202066 | fa163eaa-657b-f732-44a0-000000000bd0 | CHANGED | Create Swift d1 directory if needed | standalone 2025-09-30 14:16:54.203572 | fa163eaa-657b-f732-44a0-000000000bd0 | TIMING | Create Swift d1 directory if needed | standalone | 0:03:08.088373 | 0.23s 2025-09-30 14:16:54.228256 | fa163eaa-657b-f732-44a0-000000000bd1 | TASK | Set fact for SwiftRawDisks 2025-09-30 14:16:54.266825 | fa163eaa-657b-f732-44a0-000000000bd1 | OK | Set fact for SwiftRawDisks | standalone 2025-09-30 14:16:54.268005 | fa163eaa-657b-f732-44a0-000000000bd1 | TIMING | Set fact for SwiftRawDisks | standalone | 0:03:08.152809 | 0.04s 2025-09-30 14:16:54.293422 | fa163eaa-657b-f732-44a0-000000000bd2 | TASK | Get hiera swift::storage::disks::args 2025-09-30 14:16:54.321670 | fa163eaa-657b-f732-44a0-000000000bd2 | SKIPPED | Get hiera swift::storage::disks::args | standalone 2025-09-30 14:16:54.322709 | fa163eaa-657b-f732-44a0-000000000bd2 | TIMING | Get hiera swift::storage::disks::args | standalone | 0:03:08.207512 | 0.03s 2025-09-30 14:16:54.347172 | fa163eaa-657b-f732-44a0-000000000bd3 | TASK | Set fact for swift_raw_disks 2025-09-30 14:16:54.375643 | fa163eaa-657b-f732-44a0-000000000bd3 | SKIPPED | Set fact for swift_raw_disks | standalone 2025-09-30 14:16:54.376658 | fa163eaa-657b-f732-44a0-000000000bd3 | TIMING | Set fact for swift_raw_disks | standalone | 0:03:08.261462 | 0.03s 2025-09-30 14:16:54.401202 | fa163eaa-657b-f732-44a0-000000000bd4 | TASK | Format SwiftRawDisks 2025-09-30 14:16:54.429251 | fa163eaa-657b-f732-44a0-000000000bd4 | TIMING | Format SwiftRawDisks | standalone | 0:03:08.314049 | 0.03s 2025-09-30 14:16:54.454045 | fa163eaa-657b-f732-44a0-000000000bd5 | TASK | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions 2025-09-30 14:16:54.503905 | fa163eaa-657b-f732-44a0-000000000bd5 | SKIPPED | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions | standalone 2025-09-30 14:16:54.504944 | fa163eaa-657b-f732-44a0-000000000bd5 | TIMING | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions | standalone | 0:03:08.389746 | 0.05s 2025-09-30 14:16:54.529288 | fa163eaa-657b-f732-44a0-000000000bd6 | TASK | Mount devices defined in SwiftRawDisks 2025-09-30 14:16:54.557061 | fa163eaa-657b-f732-44a0-000000000bd6 | TIMING | Mount devices defined in SwiftRawDisks | standalone | 0:03:08.441856 | 0.03s 2025-09-30 14:16:54.581675 | fa163eaa-657b-f732-44a0-000000000bd7 | TASK | Check for NTP service 2025-09-30 14:16:54.831455 | fa163eaa-657b-f732-44a0-000000000bd7 | CHANGED | Check for NTP service | standalone 2025-09-30 14:16:54.832773 | fa163eaa-657b-f732-44a0-000000000bd7 | TIMING | Check for NTP service | standalone | 0:03:08.717577 | 0.25s 2025-09-30 14:16:54.860480 | fa163eaa-657b-f732-44a0-000000000bd8 | TASK | Disable NTP before configuring Chrony 2025-09-30 14:16:54.910726 | fa163eaa-657b-f732-44a0-000000000bd8 | SKIPPED | Disable NTP before configuring Chrony | standalone 2025-09-30 14:16:54.911850 | fa163eaa-657b-f732-44a0-000000000bd8 | TIMING | Disable NTP before configuring Chrony | standalone | 0:03:08.796653 | 0.05s 2025-09-30 14:16:54.936986 | fa163eaa-657b-f732-44a0-000000000bd9 | TASK | Install, Configure and Run Chrony 2025-09-30 14:16:54.964817 | fa163eaa-657b-f732-44a0-000000000bd9 | TIMING | Install, Configure and Run Chrony | standalone | 0:03:08.849617 | 0.03s 2025-09-30 14:16:55.064942 | fa163eaa-657b-f732-44a0-0000000016e8 | TASK | Load distro-specific variables 2025-09-30 14:16:55.090210 | fa163eaa-657b-f732-44a0-0000000016e8 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:08.975012 | 0.02s 2025-09-30 14:16:55.098667 | b7cac1af-6e57-444e-ada8-2a9c08a8878e | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2025-09-30 14:16:55.120043 | fa163eaa-657b-f732-44a0-0000000017cd | TASK | Load distro-specific variables 2025-09-30 14:16:55.172548 | fa163eaa-657b-f732-44a0-0000000017cd | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-09-30 14:16:55.174069 | fa163eaa-657b-f732-44a0-0000000017cd | TIMING | chrony : Load distro-specific variables | standalone | 0:03:09.058868 | 0.05s 2025-09-30 14:16:55.180163 | fa163eaa-657b-f732-44a0-0000000017cd | TIMING | chrony : Load distro-specific variables | standalone | 0:03:09.064967 | 0.06s 2025-09-30 14:16:55.205921 | fa163eaa-657b-f732-44a0-0000000016e9 | TASK | Install chronyd 2025-09-30 14:16:55.244829 | fa163eaa-657b-f732-44a0-0000000016e9 | TIMING | chrony : Install chronyd | standalone | 0:03:09.129627 | 0.04s 2025-09-30 14:16:55.268181 | 3d269705-4e55-4bdd-9e84-3025590ca791 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/install.yml | standalone 2025-09-30 14:16:55.301220 | fa163eaa-657b-f732-44a0-000000001806 | TASK | Load distro-specific variables 2025-09-30 14:16:55.318724 | fa163eaa-657b-f732-44a0-000000001806 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:09.203530 | 0.02s 2025-09-30 14:16:55.329621 | a67d0373-55d5-4d2d-9d76-6b2d6d17194c | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2025-09-30 14:16:55.354356 | fa163eaa-657b-f732-44a0-00000000184d | TASK | Load distro-specific variables 2025-09-30 14:16:55.407816 | fa163eaa-657b-f732-44a0-00000000184d | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-09-30 14:16:55.409151 | fa163eaa-657b-f732-44a0-00000000184d | TIMING | chrony : Load distro-specific variables | standalone | 0:03:09.293952 | 0.05s 2025-09-30 14:16:55.415056 | fa163eaa-657b-f732-44a0-00000000184d | TIMING | chrony : Load distro-specific variables | standalone | 0:03:09.299853 | 0.06s 2025-09-30 14:16:55.441469 | fa163eaa-657b-f732-44a0-000000001807 | TASK | Check for NTP service 2025-09-30 14:16:55.695588 | fa163eaa-657b-f732-44a0-000000001807 | CHANGED | Check for NTP service | standalone 2025-09-30 14:16:55.697053 | fa163eaa-657b-f732-44a0-000000001807 | TIMING | chrony : Check for NTP service | standalone | 0:03:09.581855 | 0.25s 2025-09-30 14:16:55.724404 | fa163eaa-657b-f732-44a0-000000001808 | TASK | Disable NTP before configuring Chrony 2025-09-30 14:16:55.773917 | fa163eaa-657b-f732-44a0-000000001808 | SKIPPED | Disable NTP before configuring Chrony | standalone 2025-09-30 14:16:55.775201 | fa163eaa-657b-f732-44a0-000000001808 | TIMING | chrony : Disable NTP before configuring Chrony | standalone | 0:03:09.660000 | 0.05s 2025-09-30 14:16:55.801123 | fa163eaa-657b-f732-44a0-000000001809 | TASK | Install chronyd package 2025-09-30 14:16:58.590837 | fa163eaa-657b-f732-44a0-000000001809 | OK | Install chronyd package | standalone 2025-09-30 14:16:58.592424 | fa163eaa-657b-f732-44a0-000000001809 | TIMING | chrony : Install chronyd package | standalone | 0:03:12.477226 | 2.79s 2025-09-30 14:16:58.619617 | fa163eaa-657b-f732-44a0-0000000016ea | TASK | Upgrade chronyd 2025-09-30 14:16:58.648108 | fa163eaa-657b-f732-44a0-0000000016ea | SKIPPED | Upgrade chronyd | standalone 2025-09-30 14:16:58.649195 | fa163eaa-657b-f732-44a0-0000000016ea | TIMING | chrony : Upgrade chronyd | standalone | 0:03:12.533992 | 0.03s 2025-09-30 14:16:58.675772 | fa163eaa-657b-f732-44a0-0000000016eb | TASK | Configure chronyd 2025-09-30 14:16:58.703913 | fa163eaa-657b-f732-44a0-0000000016eb | TIMING | chrony : Configure chronyd | standalone | 0:03:12.588710 | 0.03s 2025-09-30 14:16:58.725909 | d6c74a3a-982c-46ab-b730-b506354ee060 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/config.yml | standalone 2025-09-30 14:16:58.763710 | fa163eaa-657b-f732-44a0-000000001886 | TASK | Load distro-specific variables 2025-09-30 14:16:58.788374 | fa163eaa-657b-f732-44a0-000000001886 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:12.673183 | 0.02s 2025-09-30 14:16:58.796336 | 54354732-485f-46d9-a8c0-212c47d71185 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2025-09-30 14:16:58.815719 | fa163eaa-657b-f732-44a0-0000000018f2 | TASK | Load distro-specific variables 2025-09-30 14:16:58.867995 | fa163eaa-657b-f732-44a0-0000000018f2 | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-09-30 14:16:58.869693 | fa163eaa-657b-f732-44a0-0000000018f2 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:12.754487 | 0.05s 2025-09-30 14:16:58.875717 | fa163eaa-657b-f732-44a0-0000000018f2 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:12.760521 | 0.06s 2025-09-30 14:16:58.902511 | fa163eaa-657b-f732-44a0-000000001887 | TASK | Install chrony configuration file 2025-09-30 14:16:59.450518 | fa163eaa-657b-f732-44a0-000000001887 | OK | Install chrony configuration file | standalone 2025-09-30 14:16:59.451824 | fa163eaa-657b-f732-44a0-000000001887 | TIMING | chrony : Install chrony configuration file | standalone | 0:03:13.336628 | 0.55s 2025-09-30 14:16:59.477772 | fa163eaa-657b-f732-44a0-0000000016ec | TASK | Run chronyd 2025-09-30 14:16:59.511063 | fa163eaa-657b-f732-44a0-0000000016ec | TIMING | chrony : Run chronyd | standalone | 0:03:13.395856 | 0.03s 2025-09-30 14:16:59.533013 | 9ec03a04-bc3f-47cf-91af-7357ba82af3d | INCLUDED | /usr/share/ansible/roles/chrony/tasks/run.yml | standalone 2025-09-30 14:16:59.574015 | fa163eaa-657b-f732-44a0-000000001915 | TASK | Load distro-specific variables 2025-09-30 14:16:59.600374 | fa163eaa-657b-f732-44a0-000000001915 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:13.485175 | 0.03s 2025-09-30 14:16:59.611503 | 22013478-0e46-408f-98a6-bca72acf1613 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2025-09-30 14:16:59.634844 | fa163eaa-657b-f732-44a0-000000001999 | TASK | Load distro-specific variables 2025-09-30 14:16:59.688631 | fa163eaa-657b-f732-44a0-000000001999 | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-09-30 14:16:59.690057 | fa163eaa-657b-f732-44a0-000000001999 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:13.574855 | 0.05s 2025-09-30 14:16:59.696006 | fa163eaa-657b-f732-44a0-000000001999 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:13.580811 | 0.06s 2025-09-30 14:16:59.722122 | fa163eaa-657b-f732-44a0-000000001916 | TASK | Ensure chronyd is running 2025-09-30 14:17:00.212693 | fa163eaa-657b-f732-44a0-000000001916 | OK | Ensure chronyd is running | standalone 2025-09-30 14:17:00.214446 | fa163eaa-657b-f732-44a0-000000001916 | TIMING | chrony : Ensure chronyd is running | standalone | 0:03:14.099251 | 0.49s 2025-09-30 14:17:00.241153 | fa163eaa-657b-f732-44a0-000000001917 | TASK | Force chronyd restart 2025-09-30 14:17:00.285028 | fa163eaa-657b-f732-44a0-000000001917 | SKIPPED | Force chronyd restart | standalone 2025-09-30 14:17:00.286128 | fa163eaa-657b-f732-44a0-000000001917 | TIMING | chrony : Force chronyd restart | standalone | 0:03:14.170931 | 0.04s 2025-09-30 14:17:00.312091 | fa163eaa-657b-f732-44a0-0000000016ed | TASK | Enable online service 2025-09-30 14:17:00.342120 | fa163eaa-657b-f732-44a0-0000000016ed | TIMING | chrony : Enable online service | standalone | 0:03:14.226920 | 0.03s 2025-09-30 14:17:00.361334 | 54f825c2-d9e4-4de9-9336-010f9e9507bc | INCLUDED | /usr/share/ansible/roles/chrony/tasks/online.yml | standalone 2025-09-30 14:17:00.405610 | fa163eaa-657b-f732-44a0-0000000019c6 | TASK | Create chrony-online.service unit file 2025-09-30 14:17:00.899989 | fa163eaa-657b-f732-44a0-0000000019c6 | OK | Create chrony-online.service unit file | standalone 2025-09-30 14:17:00.901477 | fa163eaa-657b-f732-44a0-0000000019c6 | TIMING | chrony : Create chrony-online.service unit file | standalone | 0:03:14.786278 | 0.50s 2025-09-30 14:17:00.927629 | fa163eaa-657b-f732-44a0-0000000019c7 | TASK | Enable chrony-online.service 2025-09-30 14:17:02.572071 | fa163eaa-657b-f732-44a0-0000000019c7 | CHANGED | Enable chrony-online.service | standalone 2025-09-30 14:17:02.574120 | fa163eaa-657b-f732-44a0-0000000019c7 | TIMING | chrony : Enable chrony-online.service | standalone | 0:03:16.458919 | 1.65s 2025-09-30 14:17:02.601822 | fa163eaa-657b-f732-44a0-0000000016ee | TASK | Sync chronyc 2025-09-30 14:17:02.633606 | fa163eaa-657b-f732-44a0-0000000016ee | TIMING | chrony : Sync chronyc | standalone | 0:03:16.518398 | 0.03s 2025-09-30 14:17:02.653149 | f7b1a5a2-6c4d-455f-b807-1feb8f57a7f1 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/sync.yml | standalone 2025-09-30 14:17:02.698432 | fa163eaa-657b-f732-44a0-000000001a6c | TASK | Force NTP sync 2025-09-30 14:17:02.931630 | fa163eaa-657b-f732-44a0-000000001a6c | CHANGED | Force NTP sync | standalone 2025-09-30 14:17:02.933208 | fa163eaa-657b-f732-44a0-000000001a6c | TIMING | chrony : Force NTP sync | standalone | 0:03:16.818009 | 0.23s 2025-09-30 14:17:02.959123 | fa163eaa-657b-f732-44a0-000000001a6d | TASK | Ensure system is NTP time synced 2025-09-30 14:17:03.179585 | fa163eaa-657b-f732-44a0-000000001a6d | CHANGED | Ensure system is NTP time synced | standalone 2025-09-30 14:17:03.181007 | fa163eaa-657b-f732-44a0-000000001a6d | TIMING | chrony : Ensure system is NTP time synced | standalone | 0:03:17.065808 | 0.22s 2025-09-30 14:17:03.231645 | fa163eaa-657b-f732-44a0-000000000bda | TASK | Force NTP sync 2025-09-30 14:17:03.451899 | fa163eaa-657b-f732-44a0-000000000bda | CHANGED | Force NTP sync | standalone 2025-09-30 14:17:03.453275 | fa163eaa-657b-f732-44a0-000000000bda | TIMING | Force NTP sync | standalone | 0:03:17.338078 | 0.22s 2025-09-30 14:17:03.479201 | fa163eaa-657b-f732-44a0-000000000bdb | TASK | Ensure system is NTP time synced 2025-09-30 14:17:03.709642 | fa163eaa-657b-f732-44a0-000000000bdb | CHANGED | Ensure system is NTP time synced | standalone 2025-09-30 14:17:03.710585 | fa163eaa-657b-f732-44a0-000000000bdb | TIMING | Ensure system is NTP time synced | standalone | 0:03:17.595396 | 0.23s 2025-09-30 14:17:03.729931 | fa163eaa-657b-f732-44a0-000000000bdc | TASK | Run timezone role 2025-09-30 14:17:03.757225 | fa163eaa-657b-f732-44a0-000000000bdc | TIMING | Run timezone role | standalone | 0:03:17.642018 | 0.03s 2025-09-30 14:17:03.855215 | fa163eaa-657b-f732-44a0-000000001c2d | TASK | Set timezone 2025-09-30 14:17:04.394599 | fa163eaa-657b-f732-44a0-000000001c2d | OK | Set timezone | standalone 2025-09-30 14:17:04.395593 | fa163eaa-657b-f732-44a0-000000001c2d | TIMING | tripleo_timezone : Set timezone | standalone | 0:03:18.280402 | 0.54s 2025-09-30 14:17:04.413526 | fa163eaa-657b-f732-44a0-000000001c2e | TASK | Restart time services 2025-09-30 14:17:04.452987 | fa163eaa-657b-f732-44a0-000000001c2e | SKIPPED | Restart time services | standalone | item=rsyslog 2025-09-30 14:17:04.459574 | fa163eaa-657b-f732-44a0-000000001c2e | SKIPPED | Restart time services | standalone | item=crond 2025-09-30 14:17:04.465185 | fa163eaa-657b-f732-44a0-000000001c2e | TIMING | tripleo_timezone : Restart time services | standalone | 0:03:18.349988 | 0.05s 2025-09-30 14:17:04.499413 | fa163eaa-657b-f732-44a0-000000000bdd | TASK | install tmpwatch on the host 2025-09-30 14:17:07.289059 | fa163eaa-657b-f732-44a0-000000000bdd | OK | install tmpwatch on the host | standalone 2025-09-30 14:17:07.290779 | fa163eaa-657b-f732-44a0-000000000bdd | TIMING | install tmpwatch on the host | standalone | 0:03:21.175582 | 2.79s 2025-09-30 14:17:07.318318 | fa163eaa-657b-f732-44a0-000000000bde | TASK | Notice - ctlplane subnet is set 2025-09-30 14:17:07.349763 | fa163eaa-657b-f732-44a0-000000000bde | OK | Notice - ctlplane subnet is set | standalone | result={ "changed": false, "msg": "CIDRs found in the ctlplane network tags.\n" } 2025-09-30 14:17:07.350940 | fa163eaa-657b-f732-44a0-000000000bde | TIMING | Notice - ctlplane subnet is set | standalone | 0:03:21.235741 | 0.03s 2025-09-30 14:17:07.405144 | fa163eaa-657b-f732-44a0-000000000bdf | TIMING | include_role : tuned | standalone | 0:03:21.289934 | 0.03s 2025-09-30 14:17:07.509568 | fa163eaa-657b-f732-44a0-000000001e61 | TASK | Gather variables for each operating system 2025-09-30 14:17:07.606649 | fa163eaa-657b-f732-44a0-000000001e61 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tuned/vars/redhat.yml 2025-09-30 14:17:07.608106 | fa163eaa-657b-f732-44a0-000000001e61 | TIMING | tuned : Gather variables for each operating system | standalone | 0:03:21.492905 | 0.10s 2025-09-30 14:17:07.614466 | fa163eaa-657b-f732-44a0-000000001e61 | TIMING | tuned : Gather variables for each operating system | standalone | 0:03:21.499268 | 0.10s 2025-09-30 14:17:07.695675 | fa163eaa-657b-f732-44a0-000000001e62 | TIMING | tuned : include_tasks | standalone | 0:03:21.580471 | 0.05s 2025-09-30 14:17:07.715633 | 874480d4-6665-45fa-adc1-5f8ab0bdee3c | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_install.yml | standalone 2025-09-30 14:17:07.748447 | fa163eaa-657b-f732-44a0-000000001f92 | TASK | Check tuned package is installed 2025-09-30 14:17:08.023771 | fa163eaa-657b-f732-44a0-000000001f92 | CHANGED | Check tuned package is installed | standalone 2025-09-30 14:17:08.025264 | fa163eaa-657b-f732-44a0-000000001f92 | TIMING | tuned : Check tuned package is installed | standalone | 0:03:21.910067 | 0.28s 2025-09-30 14:17:08.051239 | fa163eaa-657b-f732-44a0-000000001f93 | TASK | Install tuned 2025-09-30 14:17:08.144036 | fa163eaa-657b-f732-44a0-000000001f93 | SKIPPED | Install tuned | standalone 2025-09-30 14:17:08.145589 | fa163eaa-657b-f732-44a0-000000001f93 | TIMING | tuned : Install tuned | standalone | 0:03:22.030389 | 0.09s 2025-09-30 14:17:08.228575 | fa163eaa-657b-f732-44a0-000000001f94 | TASK | Restart tuned 2025-09-30 14:17:08.259264 | fa163eaa-657b-f732-44a0-000000001f94 | SKIPPED | Restart tuned | standalone 2025-09-30 14:17:08.260056 | fa163eaa-657b-f732-44a0-000000001f94 | TIMING | tuned : Restart tuned | standalone | 0:03:22.144863 | 0.03s 2025-09-30 14:17:08.279935 | fa163eaa-657b-f732-44a0-000000001e63 | TASK | Check for tuned-adm 2025-09-30 14:17:08.512969 | fa163eaa-657b-f732-44a0-000000001e63 | OK | Check for tuned-adm | standalone 2025-09-30 14:17:08.514379 | fa163eaa-657b-f732-44a0-000000001e63 | TIMING | tuned : Check for tuned-adm | standalone | 0:03:22.399181 | 0.23s 2025-09-30 14:17:08.574116 | fa163eaa-657b-f732-44a0-000000001e64 | TIMING | tuned : include_tasks | standalone | 0:03:22.458912 | 0.03s 2025-09-30 14:17:08.602803 | f640fa7a-e6cf-4695-9efa-33c7a48585ff | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_config.yml | standalone 2025-09-30 14:17:08.636745 | fa163eaa-657b-f732-44a0-000000001fbf | TASK | Ensure profile directory exists 2025-09-30 14:17:08.705888 | fa163eaa-657b-f732-44a0-000000001fbf | SKIPPED | Ensure profile directory exists | standalone 2025-09-30 14:17:08.707195 | fa163eaa-657b-f732-44a0-000000001fbf | TIMING | tuned : Ensure profile directory exists | standalone | 0:03:22.591996 | 0.07s 2025-09-30 14:17:08.733224 | fa163eaa-657b-f732-44a0-000000001fc0 | TASK | Create custom tuned profile 2025-09-30 14:17:08.806156 | fa163eaa-657b-f732-44a0-000000001fc0 | SKIPPED | Create custom tuned profile | standalone 2025-09-30 14:17:08.807878 | fa163eaa-657b-f732-44a0-000000001fc0 | TIMING | tuned : Create custom tuned profile | standalone | 0:03:22.692672 | 0.07s 2025-09-30 14:17:08.837803 | fa163eaa-657b-f732-44a0-000000001fc1 | TASK | Check tuned active profile 2025-09-30 14:17:09.063359 | fa163eaa-657b-f732-44a0-000000001fc1 | OK | Check tuned active profile | standalone 2025-09-30 14:17:09.064836 | fa163eaa-657b-f732-44a0-000000001fc1 | TIMING | tuned : Check tuned active profile | standalone | 0:03:22.949636 | 0.23s 2025-09-30 14:17:09.091485 | fa163eaa-657b-f732-44a0-000000001fc2 | TASK | Check Tuned Configuration file exists 2025-09-30 14:17:09.291609 | fa163eaa-657b-f732-44a0-000000001fc2 | OK | Check Tuned Configuration file exists | standalone 2025-09-30 14:17:09.292906 | fa163eaa-657b-f732-44a0-000000001fc2 | TIMING | tuned : Check Tuned Configuration file exists | standalone | 0:03:23.177709 | 0.20s 2025-09-30 14:17:09.321525 | fa163eaa-657b-f732-44a0-000000001fc3 | TASK | Fail if tuned profile conf is absent but isolated cores is provided 2025-09-30 14:17:09.382525 | fa163eaa-657b-f732-44a0-000000001fc3 | SKIPPED | Fail if tuned profile conf is absent but isolated cores is provided | standalone 2025-09-30 14:17:09.383705 | fa163eaa-657b-f732-44a0-000000001fc3 | TIMING | tuned : Fail if tuned profile conf is absent but isolated cores is provided | standalone | 0:03:23.268507 | 0.06s 2025-09-30 14:17:09.411980 | fa163eaa-657b-f732-44a0-000000001fc4 | TASK | Configure isolated cores for profile throughput-performance 2025-09-30 14:17:09.473872 | fa163eaa-657b-f732-44a0-000000001fc4 | SKIPPED | Configure isolated cores for profile throughput-performance | standalone 2025-09-30 14:17:09.475048 | fa163eaa-657b-f732-44a0-000000001fc4 | TIMING | tuned : Configure isolated cores for profile throughput-performance | standalone | 0:03:23.359851 | 0.06s 2025-09-30 14:17:09.503089 | fa163eaa-657b-f732-44a0-000000001fc5 | TASK | Enable tuned profile 2025-09-30 14:17:09.536099 | fa163eaa-657b-f732-44a0-000000001fc5 | SKIPPED | Enable tuned profile | standalone 2025-09-30 14:17:09.537164 | fa163eaa-657b-f732-44a0-000000001fc5 | TIMING | tuned : Enable tuned profile | standalone | 0:03:23.421967 | 0.03s PLAY [Overcloud container setup tasks] ***************************************** 2025-09-30 14:17:09.724040 | fa163eaa-657b-f732-44a0-0000000000ac | TASK | Overcloud container setup tasks 2025-09-30 14:17:09.751270 | fa163eaa-657b-f732-44a0-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', 'fa163eaa-657b-f732-44a0-0000000000ac') missing from stats 2025-09-30 14:17:09.772843 | fa163eaa-657b-f732-44a0-0000000000ad | TASK | Write config data 2025-09-30 14:17:09.842349 | fa163eaa-657b-f732-44a0-0000000000ad | TIMING | Write config data | standalone | 0:03:23.727146 | 0.07s 2025-09-30 14:17:09.884646 | e83cde57-b460-4f8b-90b4-811f3d29a303 | INCLUDED | /root/standalone-ansible-elkr9mpa/common_container_setup_tasks.yaml | standalone 2025-09-30 14:17:09.908516 | fa163eaa-657b-f732-44a0-000000002023 | TASK | Create and ensure setype for /var/log/containers directory 2025-09-30 14:17:10.198858 | fa163eaa-657b-f732-44a0-000000002023 | OK | Create and ensure setype for /var/log/containers directory | standalone 2025-09-30 14:17:10.200157 | fa163eaa-657b-f732-44a0-000000002023 | TIMING | Create and ensure setype for /var/log/containers directory | standalone | 0:03:24.084957 | 0.29s 2025-09-30 14:17:10.225494 | fa163eaa-657b-f732-44a0-000000002024 | TASK | Create ContainerLogStdoutPath directory 2025-09-30 14:17:10.458493 | fa163eaa-657b-f732-44a0-000000002024 | CHANGED | Create ContainerLogStdoutPath directory | standalone 2025-09-30 14:17:10.459720 | fa163eaa-657b-f732-44a0-000000002024 | TIMING | Create ContainerLogStdoutPath directory | standalone | 0:03:24.344523 | 0.23s 2025-09-30 14:17:10.485166 | fa163eaa-657b-f732-44a0-000000002025 | TASK | Create /var/lib/tripleo-config directory 2025-09-30 14:17:10.715191 | fa163eaa-657b-f732-44a0-000000002025 | OK | Create /var/lib/tripleo-config directory | standalone 2025-09-30 14:17:10.716499 | fa163eaa-657b-f732-44a0-000000002025 | TIMING | Create /var/lib/tripleo-config directory | standalone | 0:03:24.601303 | 0.23s 2025-09-30 14:17:10.741710 | fa163eaa-657b-f732-44a0-000000002026 | TASK | Clean old /var/lib/container-startup-configs.json file 2025-09-30 14:17:10.967185 | fa163eaa-657b-f732-44a0-000000002026 | OK | Clean old /var/lib/container-startup-configs.json file | standalone 2025-09-30 14:17:10.968858 | fa163eaa-657b-f732-44a0-000000002026 | TIMING | Clean old /var/lib/container-startup-configs.json file | standalone | 0:03:24.853659 | 0.23s 2025-09-30 14:17:10.997676 | fa163eaa-657b-f732-44a0-000000002027 | TASK | Clean old /var/lib/docker-container-startup-configs.json file 2025-09-30 14:17:11.221260 | fa163eaa-657b-f732-44a0-000000002027 | OK | Clean old /var/lib/docker-container-startup-configs.json file | standalone 2025-09-30 14:17:11.222744 | fa163eaa-657b-f732-44a0-000000002027 | TIMING | Clean old /var/lib/docker-container-startup-configs.json file | standalone | 0:03:25.107545 | 0.22s 2025-09-30 14:17:11.249012 | fa163eaa-657b-f732-44a0-00000000202b | TASK | Create fcontext entry for container-config-scripts 2025-09-30 14:17:12.557571 | fa163eaa-657b-f732-44a0-00000000202b | CHANGED | Create fcontext entry for container-config-scripts | standalone 2025-09-30 14:17:12.558795 | fa163eaa-657b-f732-44a0-00000000202b | TIMING | Create fcontext entry for container-config-scripts | standalone | 0:03:26.443605 | 1.31s 2025-09-30 14:17:12.580797 | fa163eaa-657b-f732-44a0-00000000202c | TASK | Create /var/lib/container-config-scripts 2025-09-30 14:17:12.815710 | fa163eaa-657b-f732-44a0-00000000202c | CHANGED | Create /var/lib/container-config-scripts | standalone 2025-09-30 14:17:12.816554 | fa163eaa-657b-f732-44a0-00000000202c | TIMING | Create /var/lib/container-config-scripts | standalone | 0:03:26.701366 | 0.23s 2025-09-30 14:17:12.833994 | fa163eaa-657b-f732-44a0-00000000202d | TASK | Write container config scripts 2025-09-30 14:17:13.200288 | fa163eaa-657b-f732-44a0-00000000202d | CHANGED | Write container config scripts | standalone 2025-09-30 14:17:13.201581 | fa163eaa-657b-f732-44a0-00000000202d | TIMING | Write container config scripts | standalone | 0:03:27.086383 | 0.37s 2025-09-30 14:17:13.227506 | fa163eaa-657b-f732-44a0-00000000202e | TASK | Write /var/lib/tripleo-config/container-startup-config-readme.txt 2025-09-30 14:17:13.722539 | fa163eaa-657b-f732-44a0-00000000202e | CHANGED | Write /var/lib/tripleo-config/container-startup-config-readme.txt | standalone 2025-09-30 14:17:13.723799 | fa163eaa-657b-f732-44a0-00000000202e | TIMING | Write /var/lib/tripleo-config/container-startup-config-readme.txt | standalone | 0:03:27.608604 | 0.49s 2025-09-30 14:17:13.749658 | fa163eaa-657b-f732-44a0-00000000202f | TASK | Generate startup configs files per step and per container 2025-09-30 14:17:14.333639 | fa163eaa-657b-f732-44a0-00000000202f | CHANGED | Generate startup configs files per step and per container | standalone 2025-09-30 14:17:14.342205 | fa163eaa-657b-f732-44a0-00000000202f | TIMING | Generate startup configs files per step and per container | standalone | 0:03:28.227007 | 0.59s 2025-09-30 14:17:14.381592 | fa163eaa-657b-f732-44a0-000000002030 | TASK | Create /var/lib/kolla/config_files directory 2025-09-30 14:17:14.611039 | fa163eaa-657b-f732-44a0-000000002030 | CHANGED | Create /var/lib/kolla/config_files directory | standalone 2025-09-30 14:17:14.612443 | fa163eaa-657b-f732-44a0-000000002030 | TIMING | Create /var/lib/kolla/config_files directory | standalone | 0:03:28.497246 | 0.23s 2025-09-30 14:17:14.637836 | fa163eaa-657b-f732-44a0-000000002031 | TASK | Create /var/lib/config-data directory 2025-09-30 14:17:14.849720 | fa163eaa-657b-f732-44a0-000000002031 | CHANGED | Create /var/lib/config-data directory | standalone 2025-09-30 14:17:14.851050 | fa163eaa-657b-f732-44a0-000000002031 | TIMING | Create /var/lib/config-data directory | standalone | 0:03:28.735852 | 0.21s 2025-09-30 14:17:14.875936 | fa163eaa-657b-f732-44a0-000000002032 | TASK | Write container config json files 2025-09-30 14:17:15.357771 | fa163eaa-657b-f732-44a0-000000002032 | CHANGED | Write container config json files | standalone 2025-09-30 14:17:15.365247 | fa163eaa-657b-f732-44a0-000000002032 | TIMING | Write container config json files | standalone | 0:03:29.250051 | 0.49s PLAY [Pre Deployment Step Tasks] *********************************************** 2025-09-30 14:17:15.534208 | fa163eaa-657b-f732-44a0-0000000000b1 | TASK | Pre Deployment Step Tasks 2025-09-30 14:17:15.561042 | fa163eaa-657b-f732-44a0-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', 'fa163eaa-657b-f732-44a0-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-09-30 14:17:15.626797 | fa163eaa-657b-f732-44a0-0000000000b2 | TIMING | include_tasks | standalone | 0:03:29.511595 | 0.04s 2025-09-30 14:17:15.641290 | 9353e0dd-c87c-4ec6-9c83-506f93c14aff | INCLUDED | /root/standalone-ansible-elkr9mpa/Standalone/pre_deploy_step_tasks.yaml | standalone PLAY [External deployment step 1] ********************************************** 2025-09-30 14:17:15.767150 | fa163eaa-657b-f732-44a0-0000000000b6 | TASK | External deployment step 1 2025-09-30 14:17:15.787355 | fa163eaa-657b-f732-44a0-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', 'fa163eaa-657b-f732-44a0-0000000000b6') missing from stats 2025-09-30 14:17:15.829842 | fa163eaa-657b-f732-44a0-0000000000b7 | TIMING | include_tasks | undercloud | 0:03:29.714643 | 0.03s 2025-09-30 14:17:15.863156 | 696f095d-ef68-4876-9daa-00577fe02c74 | INCLUDED | /root/standalone-ansible-elkr9mpa/external_deploy_steps_tasks_step1.yaml | undercloud 2025-09-30 14:17:15.881122 | fa163eaa-657b-f732-44a0-000000002077 | TASK | Set some tripleo-ansible facts 2025-09-30 14:17:15.938001 | fa163eaa-657b-f732-44a0-000000002077 | OK | Set some tripleo-ansible facts | undercloud 2025-09-30 14:17:15.939177 | fa163eaa-657b-f732-44a0-000000002077 | TIMING | Set some tripleo-ansible facts | undercloud | 0:03:29.823979 | 0.06s 2025-09-30 14:17:15.957484 | fa163eaa-657b-f732-44a0-000000002079 | TASK | Build disk list for cephadm 2025-09-30 14:17:16.010092 | fa163eaa-657b-f732-44a0-000000002079 | OK | Build disk list for cephadm | undercloud 2025-09-30 14:17:16.011173 | fa163eaa-657b-f732-44a0-000000002079 | TIMING | Build disk list for cephadm | undercloud | 0:03:29.895979 | 0.05s 2025-09-30 14:17:16.030019 | fa163eaa-657b-f732-44a0-000000002080 | TASK | Container image prepare 2025-09-30 14:17:17.096370 | fa163eaa-657b-f732-44a0-000000002080 | CHANGED | Container image prepare | undercloud 2025-09-30 14:17:17.098785 | fa163eaa-657b-f732-44a0-000000002080 | TIMING | tripleo_container_image_prepare : Container image prepare | undercloud | 0:03:30.983561 | 1.07s 2025-09-30 14:17:17.135602 | fa163eaa-657b-f732-44a0-000000002087 | TASK | Create /etc/openstack directory if it does not exist 2025-09-30 14:17:17.365263 | fa163eaa-657b-f732-44a0-000000002087 | CHANGED | Create /etc/openstack directory if it does not exist | undercloud 2025-09-30 14:17:17.366670 | fa163eaa-657b-f732-44a0-000000002087 | TIMING | Create /etc/openstack directory if it does not exist | undercloud | 0:03:31.251441 | 0.23s 2025-09-30 14:17:17.384877 | fa163eaa-657b-f732-44a0-000000002088 | TASK | Configure /etc/openstack/clouds.yaml 2025-09-30 14:17:17.435447 | fa163eaa-657b-f732-44a0-000000002088 | TIMING | Configure /etc/openstack/clouds.yaml | undercloud | 0:03:31.320208 | 0.05s 2025-09-30 14:17:17.481921 | fa163eaa-657b-f732-44a0-0000000020af | TASK | Check if /etc/openstack/clouds.yaml exists 2025-09-30 14:17:17.724055 | fa163eaa-657b-f732-44a0-0000000020af | OK | Check if /etc/openstack/clouds.yaml exists | undercloud 2025-09-30 14:17:17.725305 | fa163eaa-657b-f732-44a0-0000000020af | TIMING | tripleo_keystone_resources : Check if /etc/openstack/clouds.yaml exists | undercloud | 0:03:31.610107 | 0.24s 2025-09-30 14:17:17.744718 | fa163eaa-657b-f732-44a0-0000000020b0 | TASK | Create empty /etc/openstack/clouds.yaml if it does not exist 2025-09-30 14:17:18.209437 | fa163eaa-657b-f732-44a0-0000000020b0 | CHANGED | Create empty /etc/openstack/clouds.yaml if it does not exist | undercloud 2025-09-30 14:17:18.210569 | fa163eaa-657b-f732-44a0-0000000020b0 | TIMING | tripleo_keystone_resources : Create empty /etc/openstack/clouds.yaml if it does not exist | undercloud | 0:03:32.095379 | 0.46s 2025-09-30 14:17:18.226984 | fa163eaa-657b-f732-44a0-0000000020b1 | TASK | Configure /etc/openstack/clouds.yaml 2025-09-30 14:17:18.287329 | fa163eaa-657b-f732-44a0-0000000020b1 | TIMING | Configure /etc/openstack/clouds.yaml | undercloud | 0:03:32.172123 | 0.06s 2025-09-30 14:17:18.333360 | fa163eaa-657b-f732-44a0-0000000020eb | TASK | Check for a configured destination 2025-09-30 14:17:18.399126 | fa163eaa-657b-f732-44a0-0000000020eb | SKIPPED | Check for a configured destination | undercloud 2025-09-30 14:17:18.400295 | fa163eaa-657b-f732-44a0-0000000020eb | TIMING | tripleo_config : Check for a configured destination | undercloud | 0:03:32.285097 | 0.07s 2025-09-30 14:17:18.425814 | fa163eaa-657b-f732-44a0-0000000020ec | TASK | Generate /etc/openstack/clouds.yaml config 2025-09-30 14:17:18.899802 | fa163eaa-657b-f732-44a0-0000000020ec | CHANGED | Generate /etc/openstack/clouds.yaml config | undercloud 2025-09-30 14:17:18.901245 | fa163eaa-657b-f732-44a0-0000000020ec | TIMING | tripleo_config : Generate /etc/openstack/clouds.yaml config | undercloud | 0:03:32.786047 | 0.47s PLAY [Deploy step tasks for 1] ************************************************* 2025-09-30 14:17:19.071509 | fa163eaa-657b-f732-44a0-0000000000ba | TASK | Deploy step tasks for 1 2025-09-30 14:17:19.099697 | fa163eaa-657b-f732-44a0-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', 'fa163eaa-657b-f732-44a0-0000000000ba') missing from stats 2025-09-30 14:17:19.119671 | fa163eaa-657b-f732-44a0-0000000000bb | TASK | Write the config_step hieradata for the deploy step 1 tasks 2025-09-30 14:17:19.605245 | fa163eaa-657b-f732-44a0-0000000000bb | CHANGED | Write the config_step hieradata for the deploy step 1 tasks | standalone 2025-09-30 14:17:19.606606 | fa163eaa-657b-f732-44a0-0000000000bb | TIMING | Write the config_step hieradata for the deploy step 1 tasks | standalone | 0:03:33.491408 | 0.49s 2025-09-30 14:17:19.631214 | fa163eaa-657b-f732-44a0-0000000000bd | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists 2025-09-30 14:17:19.895770 | fa163eaa-657b-f732-44a0-0000000000bd | OK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone 2025-09-30 14:17:19.897163 | fa163eaa-657b-f732-44a0-0000000000bd | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone | 0:03:33.781963 | 0.26s 2025-09-30 14:17:19.923259 | fa163eaa-657b-f732-44a0-0000000000be | TASK | Write config data at the start of step 1 2025-09-30 14:17:19.978764 | fa163eaa-657b-f732-44a0-0000000000be | TIMING | Write config data at the start of step 1 | standalone | 0:03:33.863561 | 0.05s 2025-09-30 14:17:20.025803 | 847a8dbe-6b73-4e62-822f-04e6d61c2b7a | INCLUDED | /root/standalone-ansible-elkr9mpa/common_deploy_steps_tasks_step_1.yaml | standalone 2025-09-30 14:17:20.061605 | fa163eaa-657b-f732-44a0-00000000212a | TASK | Delete existing /var/lib/tripleo-config/check-mode directory for check mode 2025-09-30 14:17:20.090304 | fa163eaa-657b-f732-44a0-00000000212a | SKIPPED | Delete existing /var/lib/tripleo-config/check-mode directory for check mode | standalone 2025-09-30 14:17:20.091595 | fa163eaa-657b-f732-44a0-00000000212a | TIMING | Delete existing /var/lib/tripleo-config/check-mode directory for check mode | standalone | 0:03:33.976394 | 0.03s 2025-09-30 14:17:20.117519 | fa163eaa-657b-f732-44a0-00000000212b | TASK | Create /var/lib/tripleo-config/check-mode directory for check mode 2025-09-30 14:17:20.146794 | fa163eaa-657b-f732-44a0-00000000212b | SKIPPED | Create /var/lib/tripleo-config/check-mode directory for check mode | standalone 2025-09-30 14:17:20.147888 | fa163eaa-657b-f732-44a0-00000000212b | TIMING | Create /var/lib/tripleo-config/check-mode directory for check mode | standalone | 0:03:34.032690 | 0.03s 2025-09-30 14:17:20.173691 | fa163eaa-657b-f732-44a0-00000000212c | TASK | Write the puppet step_config manifest 2025-09-30 14:17:20.649863 | fa163eaa-657b-f732-44a0-00000000212c | CHANGED | Write the puppet step_config manifest | standalone 2025-09-30 14:17:20.651096 | fa163eaa-657b-f732-44a0-00000000212c | TIMING | Write the puppet step_config manifest | standalone | 0:03:34.535900 | 0.48s 2025-09-30 14:17:20.675506 | fa163eaa-657b-f732-44a0-00000000212d | TASK | Diff puppet step_config manifest changes for check mode 2025-09-30 14:17:20.706363 | fa163eaa-657b-f732-44a0-00000000212d | SKIPPED | Diff puppet step_config manifest changes for check mode | standalone 2025-09-30 14:17:20.707611 | fa163eaa-657b-f732-44a0-00000000212d | TIMING | Diff puppet step_config manifest changes for check mode | standalone | 0:03:34.592413 | 0.03s 2025-09-30 14:17:20.732539 | fa163eaa-657b-f732-44a0-00000000212e | TASK | Diff puppet step_config manifest changes for check mode 2025-09-30 14:17:20.760143 | fa163eaa-657b-f732-44a0-00000000212e | SKIPPED | Diff puppet step_config manifest changes for check mode | standalone 2025-09-30 14:17:20.761338 | fa163eaa-657b-f732-44a0-00000000212e | TIMING | Diff puppet step_config manifest changes for check mode | standalone | 0:03:34.646139 | 0.03s 2025-09-30 14:17:20.786300 | fa163eaa-657b-f732-44a0-00000000212f | TASK | Create /var/lib/container-puppet 2025-09-30 14:17:21.027970 | fa163eaa-657b-f732-44a0-00000000212f | OK | Create /var/lib/container-puppet | standalone 2025-09-30 14:17:21.029372 | fa163eaa-657b-f732-44a0-00000000212f | TIMING | Create /var/lib/container-puppet | standalone | 0:03:34.914176 | 0.24s 2025-09-30 14:17:21.054507 | fa163eaa-657b-f732-44a0-000000002130 | TASK | Delete existing /var/lib/container-puppet/check-mode for check mode 2025-09-30 14:17:21.083782 | fa163eaa-657b-f732-44a0-000000002130 | SKIPPED | Delete existing /var/lib/container-puppet/check-mode for check mode | standalone 2025-09-30 14:17:21.084947 | fa163eaa-657b-f732-44a0-000000002130 | TIMING | Delete existing /var/lib/container-puppet/check-mode for check mode | standalone | 0:03:34.969746 | 0.03s 2025-09-30 14:17:21.110161 | fa163eaa-657b-f732-44a0-000000002131 | TASK | Create /var/lib/container-puppet/check-mode for check mode 2025-09-30 14:17:21.142415 | fa163eaa-657b-f732-44a0-000000002131 | SKIPPED | Create /var/lib/container-puppet/check-mode for check mode | standalone 2025-09-30 14:17:21.143632 | fa163eaa-657b-f732-44a0-000000002131 | TIMING | Create /var/lib/container-puppet/check-mode for check mode | standalone | 0:03:35.028432 | 0.03s 2025-09-30 14:17:21.167742 | fa163eaa-657b-f732-44a0-000000002132 | TASK | Write container-puppet.json file 2025-09-30 14:17:21.802890 | fa163eaa-657b-f732-44a0-000000002132 | CHANGED | Write container-puppet.json file | standalone 2025-09-30 14:17:21.804263 | fa163eaa-657b-f732-44a0-000000002132 | TIMING | Write container-puppet.json file | standalone | 0:03:35.689065 | 0.64s 2025-09-30 14:17:21.830061 | fa163eaa-657b-f732-44a0-000000002133 | TASK | Diff container-puppet.json changes for check mode 2025-09-30 14:17:21.863266 | fa163eaa-657b-f732-44a0-000000002133 | SKIPPED | Diff container-puppet.json changes for check mode | standalone 2025-09-30 14:17:21.864748 | fa163eaa-657b-f732-44a0-000000002133 | TIMING | Diff container-puppet.json changes for check mode | standalone | 0:03:35.749548 | 0.03s 2025-09-30 14:17:21.890138 | fa163eaa-657b-f732-44a0-000000002134 | TASK | Diff container-puppet.json changes for check mode 2025-09-30 14:17:21.919000 | fa163eaa-657b-f732-44a0-000000002134 | SKIPPED | Diff container-puppet.json changes for check mode | standalone 2025-09-30 14:17:21.920204 | fa163eaa-657b-f732-44a0-000000002134 | TIMING | Diff container-puppet.json changes for check mode | standalone | 0:03:35.805005 | 0.03s 2025-09-30 14:17:21.945532 | fa163eaa-657b-f732-44a0-000000002135 | TASK | Ensure config hashes are up-to-date for container startup configs 2025-09-30 14:17:22.349820 | fa163eaa-657b-f732-44a0-000000002135 | OK | Ensure config hashes are up-to-date for container startup configs | standalone 2025-09-30 14:17:22.351554 | fa163eaa-657b-f732-44a0-000000002135 | TIMING | Ensure config hashes are up-to-date for container startup configs | standalone | 0:03:36.236349 | 0.40s 2025-09-30 14:17:22.376886 | fa163eaa-657b-f732-44a0-000000002136 | TASK | Set host puppet debugging fact string 2025-09-30 14:17:22.404697 | fa163eaa-657b-f732-44a0-000000002136 | SKIPPED | Set host puppet debugging fact string | standalone 2025-09-30 14:17:22.405859 | fa163eaa-657b-f732-44a0-000000002136 | TIMING | Set host puppet debugging fact string | standalone | 0:03:36.290660 | 0.03s 2025-09-30 14:17:22.431105 | fa163eaa-657b-f732-44a0-000000002137 | TASK | Check for /etc/puppet/check-mode directory for check mode 2025-09-30 14:17:22.460977 | fa163eaa-657b-f732-44a0-000000002137 | SKIPPED | Check for /etc/puppet/check-mode directory for check mode | standalone 2025-09-30 14:17:22.462108 | fa163eaa-657b-f732-44a0-000000002137 | TIMING | Check for /etc/puppet/check-mode directory for check mode | standalone | 0:03:36.346909 | 0.03s 2025-09-30 14:17:22.487668 | fa163eaa-657b-f732-44a0-000000002138 | TASK | Create /etc/puppet/check-mode/hieradata directory for check mode 2025-09-30 14:17:22.518472 | fa163eaa-657b-f732-44a0-000000002138 | SKIPPED | Create /etc/puppet/check-mode/hieradata directory for check mode | standalone 2025-09-30 14:17:22.519536 | fa163eaa-657b-f732-44a0-000000002138 | TIMING | Create /etc/puppet/check-mode/hieradata directory for check mode | standalone | 0:03:36.404340 | 0.03s 2025-09-30 14:17:22.582276 | fa163eaa-657b-f732-44a0-000000002139 | TASK | Create puppet check-mode files if they don't exist for check mode 2025-09-30 14:17:22.611989 | fa163eaa-657b-f732-44a0-000000002139 | SKIPPED | Create puppet check-mode files if they don't exist for check mode | standalone 2025-09-30 14:17:22.613059 | fa163eaa-657b-f732-44a0-000000002139 | TIMING | Create puppet check-mode files if they don't exist for check mode | standalone | 0:03:36.497861 | 0.03s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-09-30 14:17:22.677550 | fa163eaa-657b-f732-44a0-0000000000c0 | TIMING | include_tasks | standalone | 0:03:36.562354 | 0.04s 2025-09-30 14:17:22.792880 | 118d1ea5-4a70-4841-a7b2-4c05a374a4a3 | INCLUDED | /root/standalone-ansible-elkr9mpa/Standalone/deploy_steps_tasks_step1.yaml | standalone 2025-09-30 14:17:22.833979 | fa163eaa-657b-f732-44a0-000000002164 | TASK | Create dirs for certificates and keys 2025-09-30 14:17:22.892287 | fa163eaa-657b-f732-44a0-000000002164 | SKIPPED | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/certs/httpd 2025-09-30 14:17:22.913528 | fa163eaa-657b-f732-44a0-000000002164 | SKIPPED | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/private/httpd 2025-09-30 14:17:22.920482 | fa163eaa-657b-f732-44a0-000000002164 | TIMING | Create dirs for certificates and keys | standalone | 0:03:36.805275 | 0.09s 2025-09-30 14:17:23.000208 | fa163eaa-657b-f732-44a0-000000002165 | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-09-30 14:17:23.001532 | fa163eaa-657b-f732-44a0-000000002165 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:03:36.886335 | 0.05s 2025-09-30 14:17:23.027654 | fa163eaa-657b-f732-44a0-00000000216c | TASK | Fail if container image is undefined 2025-09-30 14:17:23.087277 | fa163eaa-657b-f732-44a0-00000000216c | SKIPPED | Fail if container image is undefined | standalone 2025-09-30 14:17:23.088374 | fa163eaa-657b-f732-44a0-00000000216c | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:03:36.973177 | 0.06s 2025-09-30 14:17:23.129258 | fa163eaa-657b-f732-44a0-00000000216d | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image 2025-09-30 14:17:44.590033 | fa163eaa-657b-f732-44a0-00000000216d | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone 2025-09-30 14:17:44.591775 | fa163eaa-657b-f732-44a0-00000000216d | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone | 0:03:58.476569 | 21.46s 2025-09-30 14:17:44.651965 | fa163eaa-657b-f732-44a0-00000000216e | TASK | Tag cluster.common.tag/cinder-backup:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image 2025-09-30 14:17:45.006565 | fa163eaa-657b-f732-44a0-00000000216e | CHANGED | Tag cluster.common.tag/cinder-backup:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone 2025-09-30 14:17:45.007575 | fa163eaa-657b-f732-44a0-00000000216e | 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:03:58.892385 | 0.35s 2025-09-30 14:17:45.056346 | fa163eaa-657b-f732-44a0-00000000217d | TASK | Fail if container image is undefined 2025-09-30 14:17:45.127227 | fa163eaa-657b-f732-44a0-00000000217d | SKIPPED | Fail if container image is undefined | standalone 2025-09-30 14:17:45.128325 | fa163eaa-657b-f732-44a0-00000000217d | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:03:59.013126 | 0.07s 2025-09-30 14:17:45.170831 | fa163eaa-657b-f732-44a0-00000000217e | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image 2025-09-30 14:17:52.419056 | fa163eaa-657b-f732-44a0-00000000217e | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone 2025-09-30 14:17:52.420800 | fa163eaa-657b-f732-44a0-00000000217e | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone | 0:04:06.305601 | 7.25s 2025-09-30 14:17:52.473301 | fa163eaa-657b-f732-44a0-00000000217f | TASK | Tag cluster.common.tag/cinder-volume:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image 2025-09-30 14:17:52.826421 | fa163eaa-657b-f732-44a0-00000000217f | CHANGED | Tag cluster.common.tag/cinder-volume:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone 2025-09-30 14:17:52.827760 | fa163eaa-657b-f732-44a0-00000000217f | 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:06.712563 | 0.35s 2025-09-30 14:17:52.876922 | fa163eaa-657b-f732-44a0-00000000218a | TASK | Check if rsyslog exists 2025-09-30 14:17:53.141050 | fa163eaa-657b-f732-44a0-00000000218a | CHANGED | Check if rsyslog exists | standalone 2025-09-30 14:17:53.142450 | fa163eaa-657b-f732-44a0-00000000218a | TIMING | Check if rsyslog exists | standalone | 0:04:07.027253 | 0.26s 2025-09-30 14:17:53.168913 | fa163eaa-657b-f732-44a0-00000000218c | TASK | Forward logging to haproxy.log file 2025-09-30 14:17:53.442096 | fa163eaa-657b-f732-44a0-00000000218c | CHANGED | Forward logging to haproxy.log file | standalone 2025-09-30 14:17:53.443361 | fa163eaa-657b-f732-44a0-00000000218c | TIMING | Forward logging to haproxy.log file | standalone | 0:04:07.328160 | 0.27s 2025-09-30 14:17:53.469252 | fa163eaa-657b-f732-44a0-00000000218d | TASK | restart rsyslog service after logging conf change 2025-09-30 14:17:54.142423 | fa163eaa-657b-f732-44a0-00000000218d | CHANGED | restart rsyslog service after logging conf change | standalone 2025-09-30 14:17:54.144293 | fa163eaa-657b-f732-44a0-00000000218d | TIMING | restart rsyslog service after logging conf change | standalone | 0:04:08.029095 | 0.67s 2025-09-30 14:17:54.172343 | fa163eaa-657b-f732-44a0-000000002194 | TASK | Fail if container image is undefined 2025-09-30 14:17:54.232867 | fa163eaa-657b-f732-44a0-000000002194 | SKIPPED | Fail if container image is undefined | standalone 2025-09-30 14:17:54.233999 | fa163eaa-657b-f732-44a0-000000002194 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:08.118798 | 0.06s 2025-09-30 14:17:54.276027 | fa163eaa-657b-f732-44a0-000000002195 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image 2025-09-30 14:18:00.290667 | fa163eaa-657b-f732-44a0-000000002195 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone 2025-09-30 14:18:00.292806 | fa163eaa-657b-f732-44a0-000000002195 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone | 0:04:14.177603 | 6.02s 2025-09-30 14:18:00.349865 | fa163eaa-657b-f732-44a0-000000002196 | TASK | Tag cluster.common.tag/haproxy:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image 2025-09-30 14:18:00.706012 | fa163eaa-657b-f732-44a0-000000002196 | CHANGED | Tag cluster.common.tag/haproxy:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone 2025-09-30 14:18:00.707492 | fa163eaa-657b-f732-44a0-000000002196 | 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:14.592295 | 0.36s 2025-09-30 14:18:00.763273 | fa163eaa-657b-f732-44a0-0000000021a0 | TASK | Run lvmfilter role 2025-09-30 14:18:00.815977 | fa163eaa-657b-f732-44a0-0000000021a0 | TIMING | Run lvmfilter role | standalone | 0:04:14.700776 | 0.05s 2025-09-30 14:18:00.875890 | fa163eaa-657b-f732-44a0-0000000022b7 | TASK | Check if lvm2 is installed 2025-09-30 14:18:01.116238 | fa163eaa-657b-f732-44a0-0000000022b7 | CHANGED | Check if lvm2 is installed | standalone 2025-09-30 14:18:01.117586 | fa163eaa-657b-f732-44a0-0000000022b7 | TIMING | tripleo_lvmfilter : Check if lvm2 is installed | standalone | 0:04:15.002389 | 0.24s 2025-09-30 14:18:01.150074 | fa163eaa-657b-f732-44a0-0000000022b9 | TASK | collect ansible devices 2025-09-30 14:18:01.200974 | fa163eaa-657b-f732-44a0-0000000022b9 | SKIPPED | collect ansible devices | standalone 2025-09-30 14:18:01.202113 | fa163eaa-657b-f732-44a0-0000000022b9 | TIMING | tripleo_lvmfilter : collect ansible devices | standalone | 0:04:15.086915 | 0.05s 2025-09-30 14:18:01.228204 | fa163eaa-657b-f732-44a0-0000000022ba | TASK | collect in-use lvm2 devices list 2025-09-30 14:18:01.278608 | fa163eaa-657b-f732-44a0-0000000022ba | SKIPPED | collect in-use lvm2 devices list | standalone 2025-09-30 14:18:01.279926 | fa163eaa-657b-f732-44a0-0000000022ba | TIMING | tripleo_lvmfilter : collect in-use lvm2 devices list | standalone | 0:04:15.164726 | 0.05s 2025-09-30 14:18:01.306385 | fa163eaa-657b-f732-44a0-0000000022bb | TASK | set allowed_devices 2025-09-30 14:18:01.357775 | fa163eaa-657b-f732-44a0-0000000022bb | SKIPPED | set allowed_devices | standalone 2025-09-30 14:18:01.359332 | fa163eaa-657b-f732-44a0-0000000022bb | TIMING | tripleo_lvmfilter : set allowed_devices | standalone | 0:04:15.244128 | 0.05s 2025-09-30 14:18:01.392083 | fa163eaa-657b-f732-44a0-0000000022bc | TASK | build lvm2 allow list 2025-09-30 14:18:01.442032 | fa163eaa-657b-f732-44a0-0000000022bc | SKIPPED | build lvm2 allow list | standalone 2025-09-30 14:18:01.442754 | fa163eaa-657b-f732-44a0-0000000022bc | TIMING | tripleo_lvmfilter : build lvm2 allow list | standalone | 0:04:15.327563 | 0.05s 2025-09-30 14:18:01.463436 | fa163eaa-657b-f732-44a0-0000000022bd | TASK | build lvm2 deny list 2025-09-30 14:18:01.510697 | fa163eaa-657b-f732-44a0-0000000022bd | SKIPPED | build lvm2 deny list | standalone 2025-09-30 14:18:01.511434 | fa163eaa-657b-f732-44a0-0000000022bd | TIMING | tripleo_lvmfilter : build lvm2 deny list | standalone | 0:04:15.396243 | 0.05s 2025-09-30 14:18:01.531241 | fa163eaa-657b-f732-44a0-0000000022be | TASK | build lvm2 filter 2025-09-30 14:18:01.579612 | fa163eaa-657b-f732-44a0-0000000022be | SKIPPED | build lvm2 filter | standalone 2025-09-30 14:18:01.580603 | fa163eaa-657b-f732-44a0-0000000022be | TIMING | tripleo_lvmfilter : build lvm2 filter | standalone | 0:04:15.465408 | 0.05s 2025-09-30 14:18:01.605236 | fa163eaa-657b-f732-44a0-0000000022bf | TASK | regenerate lvm config 2025-09-30 14:18:01.654278 | fa163eaa-657b-f732-44a0-0000000022bf | SKIPPED | regenerate lvm config | standalone 2025-09-30 14:18:01.655298 | fa163eaa-657b-f732-44a0-0000000022bf | TIMING | tripleo_lvmfilter : regenerate lvm config | standalone | 0:04:15.540101 | 0.05s 2025-09-30 14:18:01.680631 | fa163eaa-657b-f732-44a0-0000000022c0 | TASK | copy new lvm.conf in place 2025-09-30 14:18:01.731036 | fa163eaa-657b-f732-44a0-0000000022c0 | SKIPPED | copy new lvm.conf in place | standalone 2025-09-30 14:18:01.732082 | fa163eaa-657b-f732-44a0-0000000022c0 | TIMING | tripleo_lvmfilter : copy new lvm.conf in place | standalone | 0:04:15.616884 | 0.05s 2025-09-30 14:18:01.782066 | fa163eaa-657b-f732-44a0-0000000021a6 | TASK | Fail if container image is undefined 2025-09-30 14:18:01.852890 | fa163eaa-657b-f732-44a0-0000000021a6 | SKIPPED | Fail if container image is undefined | standalone 2025-09-30 14:18:01.854044 | fa163eaa-657b-f732-44a0-0000000021a6 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:15.738847 | 0.07s 2025-09-30 14:18:01.895067 | fa163eaa-657b-f732-44a0-0000000021a7 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image 2025-09-30 14:18:11.530818 | fa163eaa-657b-f732-44a0-0000000021a7 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image | standalone 2025-09-30 14:18:11.533614 | fa163eaa-657b-f732-44a0-0000000021a7 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image | standalone | 0:04:25.418416 | 9.64s 2025-09-30 14:18:11.588671 | fa163eaa-657b-f732-44a0-0000000021a8 | TASK | Tag cluster.common.tag/manila-share:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image 2025-09-30 14:18:11.933132 | fa163eaa-657b-f732-44a0-0000000021a8 | CHANGED | Tag cluster.common.tag/manila-share:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image | standalone 2025-09-30 14:18:11.934378 | fa163eaa-657b-f732-44a0-0000000021a8 | 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:04:25.819181 | 0.34s 2025-09-30 14:18:12.035045 | fa163eaa-657b-f732-44a0-0000000021b3 | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-09-30 14:18:12.036175 | fa163eaa-657b-f732-44a0-0000000021b3 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:25.920977 | 0.05s 2025-09-30 14:18:12.062222 | fa163eaa-657b-f732-44a0-0000000021ba | TASK | Fail if container image is undefined 2025-09-30 14:18:12.122979 | fa163eaa-657b-f732-44a0-0000000021ba | SKIPPED | Fail if container image is undefined | standalone 2025-09-30 14:18:12.124045 | fa163eaa-657b-f732-44a0-0000000021ba | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:26.008848 | 0.06s 2025-09-30 14:18:12.166056 | fa163eaa-657b-f732-44a0-0000000021bb | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image 2025-09-30 14:18:20.486658 | fa163eaa-657b-f732-44a0-0000000021bb | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone 2025-09-30 14:18:20.488170 | fa163eaa-657b-f732-44a0-0000000021bb | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone | 0:04:34.372973 | 8.32s 2025-09-30 14:18:20.543113 | fa163eaa-657b-f732-44a0-0000000021bc | TASK | Tag cluster.common.tag/mariadb:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image 2025-09-30 14:18:20.874937 | fa163eaa-657b-f732-44a0-0000000021bc | CHANGED | Tag cluster.common.tag/mariadb:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone 2025-09-30 14:18:20.876186 | fa163eaa-657b-f732-44a0-0000000021bc | TIMING | tripleo_container_tag : Tag cluster.common.tag/mariadb:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone | 0:04:34.760989 | 0.33s 2025-09-30 14:18:20.974829 | fa163eaa-657b-f732-44a0-0000000021c7 | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-09-30 14:18:20.975987 | fa163eaa-657b-f732-44a0-0000000021c7 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:34.860790 | 0.05s 2025-09-30 14:18:21.000876 | fa163eaa-657b-f732-44a0-0000000021c9 | TASK | install systemd-container for a greenfield 2025-09-30 14:18:41.133790 | fa163eaa-657b-f732-44a0-0000000021c9 | CHANGED | install systemd-container for a greenfield | standalone 2025-09-30 14:18:41.135343 | fa163eaa-657b-f732-44a0-0000000021c9 | TIMING | install systemd-container for a greenfield | standalone | 0:04:55.020146 | 20.13s 2025-09-30 14:18:41.161962 | fa163eaa-657b-f732-44a0-0000000021ca | TASK | manage PMEM namespaces for vPMEM 2025-09-30 14:18:41.211340 | fa163eaa-657b-f732-44a0-0000000021ca | SKIPPED | manage PMEM namespaces for vPMEM | standalone 2025-09-30 14:18:41.212459 | fa163eaa-657b-f732-44a0-0000000021ca | TIMING | manage PMEM namespaces for vPMEM | standalone | 0:04:55.097260 | 0.05s 2025-09-30 14:18:41.237716 | fa163eaa-657b-f732-44a0-0000000021cc | TASK | Enable post-copy by setting unprivileged_userfaultfd 2025-09-30 14:18:41.504755 | fa163eaa-657b-f732-44a0-0000000021cc | CHANGED | Enable post-copy by setting unprivileged_userfaultfd | standalone 2025-09-30 14:18:41.506167 | fa163eaa-657b-f732-44a0-0000000021cc | TIMING | Enable post-copy by setting unprivileged_userfaultfd | standalone | 0:04:55.390962 | 0.27s 2025-09-30 14:18:41.531724 | fa163eaa-657b-f732-44a0-0000000021ce | TASK | is KSM enabled 2025-09-30 14:18:41.570672 | fa163eaa-657b-f732-44a0-0000000021ce | OK | is KSM enabled | standalone 2025-09-30 14:18:41.571792 | fa163eaa-657b-f732-44a0-0000000021ce | TIMING | is KSM enabled | standalone | 0:04:55.456595 | 0.04s 2025-09-30 14:18:41.597677 | fa163eaa-657b-f732-44a0-0000000021d0 | TASK | Check for ksm 2025-09-30 14:18:41.853694 | fa163eaa-657b-f732-44a0-0000000021d0 | CHANGED | Check for ksm | standalone 2025-09-30 14:18:41.855247 | fa163eaa-657b-f732-44a0-0000000021d0 | TIMING | Check for ksm | standalone | 0:04:55.740051 | 0.26s 2025-09-30 14:18:41.882323 | fa163eaa-657b-f732-44a0-0000000021d1 | TASK | disable KSM services 2025-09-30 14:18:41.966811 | fa163eaa-657b-f732-44a0-0000000021d1 | SKIPPED | disable KSM services | standalone | item=ksm.service 2025-09-30 14:18:41.998505 | fa163eaa-657b-f732-44a0-0000000021d1 | SKIPPED | disable KSM services | standalone | item=ksmtuned.service 2025-09-30 14:18:42.004189 | fa163eaa-657b-f732-44a0-0000000021d1 | TIMING | disable KSM services | standalone | 0:04:55.888988 | 0.12s 2025-09-30 14:18:42.030203 | fa163eaa-657b-f732-44a0-0000000021d2 | TASK | delete PageKSM after disable ksm on compute 2025-09-30 14:18:42.081535 | fa163eaa-657b-f732-44a0-0000000021d2 | SKIPPED | delete PageKSM after disable ksm on compute | standalone 2025-09-30 14:18:42.082616 | fa163eaa-657b-f732-44a0-0000000021d2 | TIMING | delete PageKSM after disable ksm on compute | standalone | 0:04:55.967420 | 0.05s 2025-09-30 14:18:42.108070 | fa163eaa-657b-f732-44a0-0000000021d4 | TASK | make sure package providing ksmtuned is installed (RHEL8 or CentOS8) 2025-09-30 14:18:42.157491 | fa163eaa-657b-f732-44a0-0000000021d4 | SKIPPED | make sure package providing ksmtuned is installed (RHEL8 or CentOS8) | standalone 2025-09-30 14:18:42.158545 | fa163eaa-657b-f732-44a0-0000000021d4 | TIMING | make sure package providing ksmtuned is installed (RHEL8 or CentOS8) | standalone | 0:04:56.043347 | 0.05s 2025-09-30 14:18:42.184332 | fa163eaa-657b-f732-44a0-0000000021d5 | TASK | make sure package providing ksmtuned is installed (RHEL9 or CentOS9) 2025-09-30 14:18:42.233698 | fa163eaa-657b-f732-44a0-0000000021d5 | SKIPPED | make sure package providing ksmtuned is installed (RHEL9 or CentOS9) | standalone 2025-09-30 14:18:42.234916 | fa163eaa-657b-f732-44a0-0000000021d5 | TIMING | make sure package providing ksmtuned is installed (RHEL9 or CentOS9) | standalone | 0:04:56.119718 | 0.05s 2025-09-30 14:18:42.261275 | fa163eaa-657b-f732-44a0-0000000021d6 | TASK | enable ksmtunded 2025-09-30 14:18:42.317493 | fa163eaa-657b-f732-44a0-0000000021d6 | SKIPPED | enable ksmtunded | standalone | item=ksm.service 2025-09-30 14:18:42.330126 | fa163eaa-657b-f732-44a0-0000000021d6 | SKIPPED | enable ksmtunded | standalone | item=ksmtuned.service 2025-09-30 14:18:42.336288 | fa163eaa-657b-f732-44a0-0000000021d6 | TIMING | enable ksmtunded | standalone | 0:04:56.221083 | 0.07s 2025-09-30 14:18:42.412336 | fa163eaa-657b-f732-44a0-0000000021d8 | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-09-30 14:18:42.413677 | fa163eaa-657b-f732-44a0-0000000021d8 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:56.298478 | 0.05s 2025-09-30 14:18:42.439805 | fa163eaa-657b-f732-44a0-0000000021da | TASK | set is_ovn_dbs_bootstrap_node fact 2025-09-30 14:18:42.511573 | fa163eaa-657b-f732-44a0-0000000021da | OK | set is_ovn_dbs_bootstrap_node fact | standalone 2025-09-30 14:18:42.512968 | fa163eaa-657b-f732-44a0-0000000021da | TIMING | set is_ovn_dbs_bootstrap_node fact | standalone | 0:04:56.397768 | 0.07s 2025-09-30 14:18:42.539732 | fa163eaa-657b-f732-44a0-0000000021db | TASK | Populate ansible service facts so we can check for pacemaker service 2025-09-30 14:18:45.650511 | fa163eaa-657b-f732-44a0-0000000021db | OK | Populate ansible service facts so we can check for pacemaker service | standalone 2025-09-30 14:18:45.655375 | fa163eaa-657b-f732-44a0-0000000021db | TIMING | Populate ansible service facts so we can check for pacemaker service | standalone | 0:04:59.540177 | 3.11s 2025-09-30 14:18:45.690259 | fa163eaa-657b-f732-44a0-0000000021dd | TASK | Fetch ovn-dbs-bundle 2025-09-30 14:18:45.760993 | fa163eaa-657b-f732-44a0-0000000021dd | SKIPPED | Fetch ovn-dbs-bundle | standalone 2025-09-30 14:18:45.762197 | fa163eaa-657b-f732-44a0-0000000021dd | TIMING | Fetch ovn-dbs-bundle | standalone | 0:04:59.646999 | 0.07s 2025-09-30 14:18:45.791968 | fa163eaa-657b-f732-44a0-0000000021de | TASK | Fetch ovn VIP 2025-09-30 14:18:45.863489 | fa163eaa-657b-f732-44a0-0000000021de | SKIPPED | Fetch ovn VIP | standalone 2025-09-30 14:18:45.864773 | fa163eaa-657b-f732-44a0-0000000021de | TIMING | Fetch ovn VIP | standalone | 0:04:59.749573 | 0.07s 2025-09-30 14:18:45.894657 | fa163eaa-657b-f732-44a0-0000000021df | TASK | Remove OVNDBs from pacemaker 2025-09-30 14:18:45.968177 | fa163eaa-657b-f732-44a0-0000000021df | SKIPPED | Remove OVNDBs from pacemaker | standalone 2025-09-30 14:18:45.969514 | fa163eaa-657b-f732-44a0-0000000021df | TIMING | Remove OVNDBs from pacemaker | standalone | 0:04:59.854313 | 0.07s 2025-09-30 14:18:45.998964 | fa163eaa-657b-f732-44a0-0000000021e0 | TASK | Remove OVNDBs VIP from pacemaker 2025-09-30 14:18:46.070563 | fa163eaa-657b-f732-44a0-0000000021e0 | SKIPPED | Remove OVNDBs VIP from pacemaker | standalone 2025-09-30 14:18:46.071652 | fa163eaa-657b-f732-44a0-0000000021e0 | TIMING | Remove OVNDBs VIP from pacemaker | standalone | 0:04:59.956453 | 0.07s 2025-09-30 14:18:46.100257 | fa163eaa-657b-f732-44a0-0000000021e1 | TASK | Clean up pacemaker remote nodes cache 2025-09-30 14:18:46.163249 | fa163eaa-657b-f732-44a0-0000000021e1 | SKIPPED | Clean up pacemaker remote nodes cache | standalone 2025-09-30 14:18:46.164661 | fa163eaa-657b-f732-44a0-0000000021e1 | TIMING | Clean up pacemaker remote nodes cache | standalone | 0:05:00.049457 | 0.06s 2025-09-30 14:18:46.193759 | fa163eaa-657b-f732-44a0-0000000021e2 | TASK | Remove pacemaker attributes 2025-09-30 14:18:46.260446 | fa163eaa-657b-f732-44a0-0000000021e2 | SKIPPED | Remove pacemaker attributes | standalone | item=standalone 2025-09-30 14:18:46.273102 | fa163eaa-657b-f732-44a0-0000000021e2 | TIMING | Remove pacemaker attributes | standalone | 0:05:00.157901 | 0.08s 2025-09-30 14:18:46.356105 | fa163eaa-657b-f732-44a0-0000000021e5 | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-09-30 14:18:46.357542 | fa163eaa-657b-f732-44a0-0000000021e5 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:05:00.242342 | 0.05s 2025-09-30 14:18:46.388925 | fa163eaa-657b-f732-44a0-0000000021e7 | TASK | Configure OVN DBs and northd 2025-09-30 14:18:46.443016 | fa163eaa-657b-f732-44a0-0000000021e7 | TIMING | Configure OVN DBs and northd | standalone | 0:05:00.327809 | 0.05s 2025-09-30 14:18:46.512601 | fa163eaa-657b-f732-44a0-00000000238f | TASK | create directory /var/lib/config-data/ansible-generated/ovn 2025-09-30 14:18:46.776862 | fa163eaa-657b-f732-44a0-00000000238f | CHANGED | create directory /var/lib/config-data/ansible-generated/ovn | standalone 2025-09-30 14:18:46.778325 | fa163eaa-657b-f732-44a0-00000000238f | TIMING | tripleo_ovn_cluster : create directory /var/lib/config-data/ansible-generated/ovn | standalone | 0:05:00.663126 | 0.26s 2025-09-30 14:18:46.808010 | fa163eaa-657b-f732-44a0-000000002390 | TASK | set is_ovn_dbs_bootstrap_node fact 2025-09-30 14:18:46.872217 | fa163eaa-657b-f732-44a0-000000002390 | SKIPPED | set is_ovn_dbs_bootstrap_node fact | standalone 2025-09-30 14:18:46.873420 | fa163eaa-657b-f732-44a0-000000002390 | TIMING | tripleo_ovn_cluster : set is_ovn_dbs_bootstrap_node fact | standalone | 0:05:00.758191 | 0.06s 2025-09-30 14:18:46.902642 | fa163eaa-657b-f732-44a0-000000002391 | TASK | check ovsdb-tool election-timer options 2025-09-30 14:18:47.165648 | fa163eaa-657b-f732-44a0-000000002391 | CHANGED | check ovsdb-tool election-timer options | standalone 2025-09-30 14:18:47.166999 | fa163eaa-657b-f732-44a0-000000002391 | TIMING | tripleo_ovn_cluster : check ovsdb-tool election-timer options | standalone | 0:05:01.051801 | 0.26s 2025-09-30 14:18:47.196274 | fa163eaa-657b-f732-44a0-000000002392 | TASK | set has_ovsdb_tool_election_timer fact 2025-09-30 14:18:47.270480 | fa163eaa-657b-f732-44a0-000000002392 | OK | set has_ovsdb_tool_election_timer fact | standalone 2025-09-30 14:18:47.271806 | fa163eaa-657b-f732-44a0-000000002392 | TIMING | tripleo_ovn_cluster : set has_ovsdb_tool_election_timer fact | standalone | 0:05:01.156609 | 0.07s 2025-09-30 14:18:47.300983 | fa163eaa-657b-f732-44a0-000000002393 | TASK | render OVN cluster configuration 2025-09-30 14:18:47.959964 | fa163eaa-657b-f732-44a0-000000002393 | CHANGED | render OVN cluster configuration | standalone 2025-09-30 14:18:47.961341 | fa163eaa-657b-f732-44a0-000000002393 | TIMING | tripleo_ovn_cluster : render OVN cluster configuration | standalone | 0:05:01.846144 | 0.66s 2025-09-30 14:18:47.991075 | fa163eaa-657b-f732-44a0-000000002394 | TASK | restart OVN northd and north and south databases 2025-09-30 14:18:48.053236 | fa163eaa-657b-f732-44a0-000000002394 | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:05:01.938021 | 0.06s 2025-09-30 14:18:48.081266 | fa163eaa-657b-f732-44a0-000000002394 | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:05:01.966065 | 0.09s 2025-09-30 14:18:48.094269 | fa163eaa-657b-f732-44a0-000000002394 | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:05:01.979077 | 0.10s 2025-09-30 14:18:48.131465 | fa163eaa-657b-f732-44a0-000000002394 | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:05:02.016268 | 0.14s 2025-09-30 14:18:48.149967 | 65d431f9-ddb2-4fcb-b721-5749e4b66ce0 | INCLUDED | /usr/share/ansible/roles/tripleo_ovn_cluster/tasks/restart.yml | standalone 2025-09-30 14:18:48.154808 | e5623454-bd26-4ad2-9b17-ea1cb52b20da | INCLUDED | /usr/share/ansible/roles/tripleo_ovn_cluster/tasks/restart.yml | standalone 2025-09-30 14:18:48.159511 | be13eb4d-6ea7-4fbf-8134-62113e41aff3 | INCLUDED | /usr/share/ansible/roles/tripleo_ovn_cluster/tasks/restart.yml | standalone 2025-09-30 14:18:48.188691 | fa163eaa-657b-f732-44a0-0000000023c3 | TASK | check if tripleo_cluster_north_db_server systemd service is active 2025-09-30 14:18:48.453576 | fa163eaa-657b-f732-44a0-0000000023c3 | CHANGED | check if tripleo_cluster_north_db_server systemd service is active | standalone 2025-09-30 14:18:48.454624 | fa163eaa-657b-f732-44a0-0000000023c3 | TIMING | tripleo_ovn_cluster : check if tripleo_cluster_north_db_server systemd service is active | standalone | 0:05:02.339433 | 0.26s 2025-09-30 14:18:48.485946 | fa163eaa-657b-f732-44a0-0000000023c4 | TASK | restart tripleo_cluster_north_db_server systemd service 2025-09-30 14:18:48.536705 | fa163eaa-657b-f732-44a0-0000000023c4 | SKIPPED | restart tripleo_cluster_north_db_server systemd service | standalone 2025-09-30 14:18:48.538003 | fa163eaa-657b-f732-44a0-0000000023c4 | TIMING | tripleo_ovn_cluster : restart tripleo_cluster_north_db_server systemd service | standalone | 0:05:02.422804 | 0.05s 2025-09-30 14:18:48.569650 | fa163eaa-657b-f732-44a0-0000000023c8 | TASK | check if tripleo_cluster_south_db_server systemd service is active 2025-09-30 14:18:48.823127 | fa163eaa-657b-f732-44a0-0000000023c8 | CHANGED | check if tripleo_cluster_south_db_server systemd service is active | standalone 2025-09-30 14:18:48.824500 | fa163eaa-657b-f732-44a0-0000000023c8 | TIMING | tripleo_ovn_cluster : check if tripleo_cluster_south_db_server systemd service is active | standalone | 0:05:02.709301 | 0.25s 2025-09-30 14:18:48.856256 | fa163eaa-657b-f732-44a0-0000000023c9 | TASK | restart tripleo_cluster_south_db_server systemd service 2025-09-30 14:18:48.918088 | fa163eaa-657b-f732-44a0-0000000023c9 | SKIPPED | restart tripleo_cluster_south_db_server systemd service | standalone 2025-09-30 14:18:48.919374 | fa163eaa-657b-f732-44a0-0000000023c9 | TIMING | tripleo_ovn_cluster : restart tripleo_cluster_south_db_server systemd service | standalone | 0:05:02.804175 | 0.06s 2025-09-30 14:18:48.952190 | fa163eaa-657b-f732-44a0-0000000023cd | TASK | check if tripleo_cluster_northd systemd service is active 2025-09-30 14:18:49.235970 | fa163eaa-657b-f732-44a0-0000000023cd | CHANGED | check if tripleo_cluster_northd systemd service is active | standalone 2025-09-30 14:18:49.237306 | fa163eaa-657b-f732-44a0-0000000023cd | TIMING | tripleo_ovn_cluster : check if tripleo_cluster_northd systemd service is active | standalone | 0:05:03.122109 | 0.28s 2025-09-30 14:18:49.268332 | fa163eaa-657b-f732-44a0-0000000023ce | TASK | restart tripleo_cluster_northd systemd service 2025-09-30 14:18:49.329604 | fa163eaa-657b-f732-44a0-0000000023ce | SKIPPED | restart tripleo_cluster_northd systemd service | standalone 2025-09-30 14:18:49.330750 | fa163eaa-657b-f732-44a0-0000000023ce | TIMING | tripleo_ovn_cluster : restart tripleo_cluster_northd systemd service | standalone | 0:05:03.215552 | 0.06s 2025-09-30 14:18:49.439384 | fa163eaa-657b-f732-44a0-0000000021e9 | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-09-30 14:18:49.440636 | fa163eaa-657b-f732-44a0-0000000021e9 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:05:03.325438 | 0.05s 2025-09-30 14:18:49.518804 | fa163eaa-657b-f732-44a0-0000000021eb | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-09-30 14:18:49.520205 | fa163eaa-657b-f732-44a0-0000000021eb | TIMING | include_role : linux-system-roles.certificate | standalone | 0:05:03.405005 | 0.05s 2025-09-30 14:18:49.551158 | fa163eaa-657b-f732-44a0-0000000021f2 | TASK | Fail if container image is undefined 2025-09-30 14:18:49.622275 | fa163eaa-657b-f732-44a0-0000000021f2 | SKIPPED | Fail if container image is undefined | standalone 2025-09-30 14:18:49.623503 | fa163eaa-657b-f732-44a0-0000000021f2 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:05:03.508304 | 0.07s 2025-09-30 14:18:49.668991 | fa163eaa-657b-f732-44a0-0000000021f3 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image 2025-09-30 14:18:56.865635 | fa163eaa-657b-f732-44a0-0000000021f3 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone 2025-09-30 14:18:56.867215 | fa163eaa-657b-f732-44a0-0000000021f3 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone | 0:05:10.752017 | 7.20s 2025-09-30 14:18:56.925269 | fa163eaa-657b-f732-44a0-0000000021f4 | TASK | Tag cluster.common.tag/rabbitmq:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image 2025-09-30 14:18:57.245817 | fa163eaa-657b-f732-44a0-0000000021f4 | CHANGED | Tag cluster.common.tag/rabbitmq:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone 2025-09-30 14:18:57.247134 | fa163eaa-657b-f732-44a0-0000000021f4 | TIMING | tripleo_container_tag : Tag cluster.common.tag/rabbitmq:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone | 0:05:11.131938 | 0.32s 2025-09-30 14:18:57.303182 | fa163eaa-657b-f732-44a0-0000000021ff | TASK | Pre-fetch all the containers 2025-09-30 14:19:03.088643 | fa163eaa-657b-f732-44a0-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-nb-db-server:17.1 2025-09-30 14:19:03.091839 | fa163eaa-657b-f732-44a0-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:05:16.976639 | 5.79s 2025-09-30 14:19:09.531345 | fa163eaa-657b-f732-44a0-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-northd:17.1 2025-09-30 14:19:09.534285 | fa163eaa-657b-f732-44a0-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:05:23.419089 | 12.23s 2025-09-30 14:19:13.514620 | fa163eaa-657b-f732-44a0-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-sb-db-server:17.1 2025-09-30 14:19:13.517265 | fa163eaa-657b-f732-44a0-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:05:27.402070 | 16.21s 2025-09-30 14:19:17.782542 | fa163eaa-657b-f732-44a0-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-memcached:17.1 2025-09-30 14:19:17.786949 | fa163eaa-657b-f732-44a0-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:05:31.671748 | 20.48s 2025-09-30 14:19:20.592979 | fa163eaa-657b-f732-44a0-0000000021ff | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 2025-09-30 14:19:20.595639 | fa163eaa-657b-f732-44a0-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:05:34.480443 | 23.29s 2025-09-30 14:19:23.246107 | fa163eaa-657b-f732-44a0-0000000021ff | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 2025-09-30 14:19:23.249436 | fa163eaa-657b-f732-44a0-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:05:37.134240 | 25.94s 2025-09-30 14:19:28.730603 | fa163eaa-657b-f732-44a0-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-api:17.1 2025-09-30 14:19:28.733447 | fa163eaa-657b-f732-44a0-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:05:42.618252 | 31.43s 2025-09-30 14:19:34.304594 | fa163eaa-657b-f732-44a0-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-barbican-api:17.1 2025-09-30 14:19:34.306257 | fa163eaa-657b-f732-44a0-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:05:48.191070 | 37.00s 2025-09-30 14:19:39.163962 | fa163eaa-657b-f732-44a0-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-api:17.1 2025-09-30 14:19:39.167249 | fa163eaa-657b-f732-44a0-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:05:53.052051 | 41.86s 2025-09-30 14:19:42.099145 | fa163eaa-657b-f732-44a0-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-scheduler:17.1 2025-09-30 14:19:42.103732 | fa163eaa-657b-f732-44a0-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:05:55.988536 | 44.80s 2025-09-30 14:19:51.759320 | fa163eaa-657b-f732-44a0-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-dhcp-agent:17.1 2025-09-30 14:19:51.763444 | fa163eaa-657b-f732-44a0-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:06:05.648248 | 54.46s 2025-09-30 14:19:55.826841 | fa163eaa-657b-f732-44a0-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-metadata-agent-ovn:17.1 2025-09-30 14:19:55.830162 | fa163eaa-657b-f732-44a0-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:06:09.714966 | 58.53s 2025-09-30 14:20:14.027085 | fa163eaa-657b-f732-44a0-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-libvirt:17.1 2025-09-30 14:20:14.029906 | fa163eaa-657b-f732-44a0-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:06:27.914716 | 76.72s 2025-09-30 14:20:25.060819 | fa163eaa-657b-f732-44a0-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-glance-api:17.1 2025-09-30 14:20:25.064028 | fa163eaa-657b-f732-44a0-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:06:38.948833 | 87.76s 2025-09-30 14:20:33.254952 | fa163eaa-657b-f732-44a0-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-gnocchi-api:17.1 2025-09-30 14:20:33.258801 | fa163eaa-657b-f732-44a0-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:06:47.143605 | 95.95s 2025-09-30 14:20:44.016359 | fa163eaa-657b-f732-44a0-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-heat-engine:17.1 2025-09-30 14:20:44.020577 | fa163eaa-657b-f732-44a0-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:06:57.905381 | 106.72s 2025-09-30 14:20:52.264119 | fa163eaa-657b-f732-44a0-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-horizon:17.1 2025-09-30 14:20:52.266947 | fa163eaa-657b-f732-44a0-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:07:06.151753 | 114.96s 2025-09-30 14:20:58.590573 | fa163eaa-657b-f732-44a0-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-keystone:17.1 2025-09-30 14:20:58.594174 | fa163eaa-657b-f732-44a0-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:07:12.478978 | 121.29s 2025-09-30 14:21:02.317807 | fa163eaa-657b-f732-44a0-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-manila-api:17.1 2025-09-30 14:21:02.321101 | fa163eaa-657b-f732-44a0-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:07:16.205906 | 125.02s 2025-09-30 14:21:07.302901 | fa163eaa-657b-f732-44a0-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-server:17.1 2025-09-30 14:21:07.307155 | fa163eaa-657b-f732-44a0-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:07:21.191958 | 130.00s 2025-09-30 14:21:14.317870 | fa163eaa-657b-f732-44a0-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-api:17.1 2025-09-30 14:21:14.334178 | fa163eaa-657b-f732-44a0-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:07:28.218983 | 137.03s 2025-09-30 14:21:28.663091 | fa163eaa-657b-f732-44a0-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-compute:17.1 2025-09-30 14:21:28.667393 | fa163eaa-657b-f732-44a0-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:07:42.552191 | 151.36s 2025-09-30 14:21:32.279268 | fa163eaa-657b-f732-44a0-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-conductor:17.1 2025-09-30 14:21:32.282282 | fa163eaa-657b-f732-44a0-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:07:46.167087 | 154.98s 2025-09-30 14:21:42.314988 | fa163eaa-657b-f732-44a0-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-api:17.1 2025-09-30 14:21:42.319405 | fa163eaa-657b-f732-44a0-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:07:56.204191 | 165.01s 2025-09-30 14:21:46.639636 | fa163eaa-657b-f732-44a0-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-health-manager:17.1 2025-09-30 14:21:46.643769 | fa163eaa-657b-f732-44a0-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:00.528571 | 169.34s 2025-09-30 14:21:52.032665 | fa163eaa-657b-f732-44a0-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-housekeeping:17.1 2025-09-30 14:21:52.036985 | fa163eaa-657b-f732-44a0-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:05.921788 | 174.73s 2025-09-30 14:21:58.041160 | fa163eaa-657b-f732-44a0-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-worker:17.1 2025-09-30 14:21:58.044995 | fa163eaa-657b-f732-44a0-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:11.929800 | 180.74s 2025-09-30 14:22:03.780737 | fa163eaa-657b-f732-44a0-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-placement-api:17.1 2025-09-30 14:22:03.784785 | fa163eaa-657b-f732-44a0-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:17.669588 | 186.48s 2025-09-30 14:22:12.659127 | fa163eaa-657b-f732-44a0-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-barbican-keystone-listener:17.1 2025-09-30 14:22:12.662843 | fa163eaa-657b-f732-44a0-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:26.547647 | 195.36s 2025-09-30 14:22:16.045422 | fa163eaa-657b-f732-44a0-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-barbican-worker:17.1 2025-09-30 14:22:16.049222 | fa163eaa-657b-f732-44a0-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:29.934027 | 198.74s 2025-09-30 14:22:21.393837 | fa163eaa-657b-f732-44a0-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ceilometer-notification:17.1 2025-09-30 14:22:21.398200 | fa163eaa-657b-f732-44a0-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:35.283000 | 204.09s 2025-09-30 14:22:24.790337 | fa163eaa-657b-f732-44a0-0000000021ff | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 2025-09-30 14:22:24.795692 | fa163eaa-657b-f732-44a0-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:38.680492 | 207.49s 2025-09-30 14:22:28.316533 | fa163eaa-657b-f732-44a0-0000000021ff | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 2025-09-30 14:22:28.321291 | fa163eaa-657b-f732-44a0-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:42.206092 | 211.02s 2025-09-30 14:22:31.862470 | fa163eaa-657b-f732-44a0-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-iscsid:17.1 2025-09-30 14:22:31.866912 | fa163eaa-657b-f732-44a0-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:45.751711 | 214.56s 2025-09-30 14:22:34.800489 | fa163eaa-657b-f732-44a0-0000000021ff | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 2025-09-30 14:22:34.803300 | fa163eaa-657b-f732-44a0-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:48.688102 | 217.50s 2025-09-30 14:22:39.703299 | fa163eaa-657b-f732-44a0-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-proxy-server:17.1 2025-09-30 14:22:39.705431 | fa163eaa-657b-f732-44a0-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:53.590241 | 222.40s 2025-09-30 14:22:43.121231 | fa163eaa-657b-f732-44a0-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-account:17.1 2025-09-30 14:22:43.124749 | fa163eaa-657b-f732-44a0-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:57.009553 | 225.82s 2025-09-30 14:22:47.707251 | fa163eaa-657b-f732-44a0-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-evaluator:17.1 2025-09-30 14:22:47.710376 | fa163eaa-657b-f732-44a0-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:01.595180 | 230.41s 2025-09-30 14:22:51.421807 | fa163eaa-657b-f732-44a0-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-listener:17.1 2025-09-30 14:22:51.425787 | fa163eaa-657b-f732-44a0-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:05.310590 | 234.12s 2025-09-30 14:22:55.235145 | fa163eaa-657b-f732-44a0-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-notifier:17.1 2025-09-30 14:22:55.239172 | fa163eaa-657b-f732-44a0-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:09.123975 | 237.93s 2025-09-30 14:22:58.942770 | fa163eaa-657b-f732-44a0-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ceilometer-central:17.1 2025-09-30 14:22:58.945778 | fa163eaa-657b-f732-44a0-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:12.830581 | 241.64s 2025-09-30 14:23:02.607743 | fa163eaa-657b-f732-44a0-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ceilometer-compute:17.1 2025-09-30 14:23:02.612414 | fa163eaa-657b-f732-44a0-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:16.497192 | 245.31s 2025-09-30 14:23:06.154074 | fa163eaa-657b-f732-44a0-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-controller:17.1 2025-09-30 14:23:06.157961 | fa163eaa-657b-f732-44a0-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:20.042759 | 248.85s 2025-09-30 14:23:10.050597 | fa163eaa-657b-f732-44a0-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-heat-api:17.1 2025-09-30 14:23:10.054605 | fa163eaa-657b-f732-44a0-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:23.939410 | 252.75s 2025-09-30 14:23:13.519434 | fa163eaa-657b-f732-44a0-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-heat-api-cfn:17.1 2025-09-30 14:23:13.522364 | fa163eaa-657b-f732-44a0-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:27.407168 | 256.22s 2025-09-30 14:23:17.694352 | fa163eaa-657b-f732-44a0-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cron:17.1 2025-09-30 14:23:17.696756 | fa163eaa-657b-f732-44a0-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:31.581561 | 260.39s 2025-09-30 14:23:22.227373 | fa163eaa-657b-f732-44a0-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-manila-scheduler:17.1 2025-09-30 14:23:22.230784 | fa163eaa-657b-f732-44a0-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:36.115588 | 264.93s 2025-09-30 14:23:25.941180 | fa163eaa-657b-f732-44a0-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-sriov-agent:17.1 2025-09-30 14:23:25.945414 | fa163eaa-657b-f732-44a0-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:39.830200 | 268.64s 2025-09-30 14:23:30.464867 | fa163eaa-657b-f732-44a0-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-scheduler:17.1 2025-09-30 14:23:30.467852 | fa163eaa-657b-f732-44a0-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:44.352656 | 273.16s 2025-09-30 14:23:34.764946 | fa163eaa-657b-f732-44a0-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-novncproxy:17.1 2025-09-30 14:23:34.769045 | fa163eaa-657b-f732-44a0-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:48.653848 | 277.46s 2025-09-30 14:23:38.344515 | fa163eaa-657b-f732-44a0-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-container:17.1 2025-09-30 14:23:38.347779 | fa163eaa-657b-f732-44a0-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:52.232582 | 281.04s 2025-09-30 14:23:41.960414 | fa163eaa-657b-f732-44a0-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-object:17.1 2025-09-30 14:23:41.963523 | fa163eaa-657b-f732-44a0-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:55.848326 | 284.66s 2025-09-30 14:23:45.668779 | fa163eaa-657b-f732-44a0-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-gnocchi-metricd:17.1 2025-09-30 14:23:45.672313 | fa163eaa-657b-f732-44a0-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:59.557115 | 288.37s 2025-09-30 14:23:49.244745 | fa163eaa-657b-f732-44a0-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-gnocchi-statsd:17.1 2025-09-30 14:23:49.248715 | fa163eaa-657b-f732-44a0-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:10:03.133519 | 291.94s 2025-09-30 14:23:52.719970 | fa163eaa-657b-f732-44a0-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-rsyslog:17.1 2025-09-30 14:23:52.722890 | fa163eaa-657b-f732-44a0-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:10:06.607693 | 295.42s 2025-09-30 14:23:53.170783 | fa163eaa-657b-f732-44a0-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:10:07.055582 | 295.87s 2025-09-30 14:23:53.397260 | fa163eaa-657b-f732-44a0-000000002202 | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-09-30 14:23:53.398264 | fa163eaa-657b-f732-44a0-000000002202 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:10:07.283075 | 0.06s 2025-09-30 14:23:53.420660 | fa163eaa-657b-f732-44a0-000000002209 | TASK | Fail if container image is undefined 2025-09-30 14:23:53.488712 | fa163eaa-657b-f732-44a0-000000002209 | SKIPPED | Fail if container image is undefined | standalone 2025-09-30 14:23:53.489439 | fa163eaa-657b-f732-44a0-000000002209 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:10:07.374249 | 0.07s 2025-09-30 14:23:53.521252 | fa163eaa-657b-f732-44a0-00000000220a | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image 2025-09-30 14:23:59.390187 | fa163eaa-657b-f732-44a0-00000000220a | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone 2025-09-30 14:23:59.391865 | fa163eaa-657b-f732-44a0-00000000220a | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone | 0:10:13.276669 | 5.87s 2025-09-30 14:23:59.445494 | fa163eaa-657b-f732-44a0-00000000220b | TASK | Tag cluster.common.tag/redis:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image 2025-09-30 14:23:59.799722 | fa163eaa-657b-f732-44a0-00000000220b | CHANGED | Tag cluster.common.tag/redis:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone 2025-09-30 14:23:59.801128 | fa163eaa-657b-f732-44a0-00000000220b | TIMING | tripleo_container_tag : Tag cluster.common.tag/redis:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone | 0:10:13.685932 | 0.35s 2025-09-30 14:23:59.856383 | fa163eaa-657b-f732-44a0-000000002216 | TASK | Check if rsyslog exists 2025-09-30 14:24:00.121145 | fa163eaa-657b-f732-44a0-000000002216 | CHANGED | Check if rsyslog exists | standalone 2025-09-30 14:24:00.122514 | fa163eaa-657b-f732-44a0-000000002216 | TIMING | Check if rsyslog exists | standalone | 0:10:14.007318 | 0.26s 2025-09-30 14:24:00.152827 | fa163eaa-657b-f732-44a0-000000002217 | TASK | Forward logging to swift.log file 2025-09-30 14:24:00.659181 | fa163eaa-657b-f732-44a0-000000002217 | CHANGED | Forward logging to swift.log file | standalone 2025-09-30 14:24:00.660677 | fa163eaa-657b-f732-44a0-000000002217 | TIMING | Forward logging to swift.log file | standalone | 0:10:14.545479 | 0.51s 2025-09-30 14:24:00.689306 | fa163eaa-657b-f732-44a0-000000002218 | TASK | Restart rsyslogd service after logging conf change 2025-09-30 14:24:01.391682 | fa163eaa-657b-f732-44a0-000000002218 | CHANGED | Restart rsyslogd service after logging conf change | standalone 2025-09-30 14:24:01.393798 | fa163eaa-657b-f732-44a0-000000002218 | TIMING | Restart rsyslogd service after logging conf change | standalone | 0:10:15.278594 | 0.70s 2025-09-30 14:24:01.424324 | fa163eaa-657b-f732-44a0-0000000000c2 | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists 2025-09-30 14:24:01.661469 | fa163eaa-657b-f732-44a0-0000000000c2 | OK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone 2025-09-30 14:24:01.662894 | fa163eaa-657b-f732-44a0-0000000000c2 | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone | 0:10:15.547698 | 0.24s 2025-09-30 14:24:01.754696 | fa163eaa-657b-f732-44a0-0000000000c3 | TIMING | include_tasks | standalone | 0:10:15.639492 | 0.06s 2025-09-30 14:24:01.797712 | fe168da8-4cac-457d-96f5-1e22b743ef92 | INCLUDED | /root/standalone-ansible-elkr9mpa/common_deploy_steps_tasks.yaml | standalone 2025-09-30 14:24:01.823762 | fa163eaa-657b-f732-44a0-00000000249a | TASK | Write the config_step hieradata 2025-09-30 14:24:02.330671 | fa163eaa-657b-f732-44a0-00000000249a | OK | Write the config_step hieradata | standalone 2025-09-30 14:24:02.331974 | fa163eaa-657b-f732-44a0-00000000249a | TIMING | Write the config_step hieradata | standalone | 0:10:16.216775 | 0.51s 2025-09-30 14:24:02.363807 | fa163eaa-657b-f732-44a0-00000000249b | TASK | Run puppet host configuration for step 1 2025-09-30 14:24:02.691912 | fa163eaa-657b-f732-44a0-00000000249b | CHANGED | Run puppet host configuration for step 1 | standalone 2025-09-30 14:24:02.693234 | fa163eaa-657b-f732-44a0-00000000249b | TIMING | Run puppet host configuration for step 1 | standalone | 0:10:16.578036 | 0.33s 2025-09-30 14:24:02.724309 | fa163eaa-657b-f732-44a0-00000000249c | TASK | Wait for puppet host configuration to finish 2025-09-30 14:24:02.973880 | fa163eaa-657b-f732-44a0-00000000249c | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-09-30 14:24:13.149282 | fa163eaa-657b-f732-44a0-00000000249c | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-09-30 14:24:23.367507 | fa163eaa-657b-f732-44a0-00000000249c | WAITING | Wait for puppet host configuration to finish | standalone | 358 retries left 2025-09-30 14:24:33.591715 | fa163eaa-657b-f732-44a0-00000000249c | WAITING | Wait for puppet host configuration to finish | standalone | 357 retries left 2025-09-30 14:24:43.795636 | fa163eaa-657b-f732-44a0-00000000249c | WAITING | Wait for puppet host configuration to finish | standalone | 356 retries left 2025-09-30 14:24:54.010583 | fa163eaa-657b-f732-44a0-00000000249c | WAITING | Wait for puppet host configuration to finish | standalone | 355 retries left 2025-09-30 14:25:04.239807 | fa163eaa-657b-f732-44a0-00000000249c | CHANGED | Wait for puppet host configuration to finish | standalone 2025-09-30 14:25:04.241324 | fa163eaa-657b-f732-44a0-00000000249c | TIMING | Wait for puppet host configuration to finish | standalone | 0:11:18.126121 | 61.51s 2025-09-30 14:25:04.271744 | fa163eaa-657b-f732-44a0-00000000249d | TASK | Debug output for task: Run puppet host configuration for step 1 2025-09-30 14:25:04.358016 | fa163eaa-657b-f732-44a0-00000000249d | 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>Sep 30 14:24:02 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Sep 30 14:24:06 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Sep 30 14:24:06 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Sep 30 14:24:06 puppet-user: (file & line not available)", "<13>Sep 30 14:24:06 puppet-user: Warning: The function 'hiera' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/7.10/deprecated_language.html", "<13>Sep 30 14:24:06 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Sep 30 14:24:07 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Sep 30 14:24:07 puppet-user: Notice: Compiled catalog for standalone.localdomain in environment production in 0.39 seconds", "<13>Sep 30 14:24:07 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Database::Mysql::Client/Exec[directory-create-etc-my.cnf.d]/returns: executed successfully", "<13>Sep 30 14:24:07 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Database::Mysql::Client/File[/etc/my.cnf.d/tripleo.cnf]/ensure: created", "<13>Sep 30 14:24:07 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Database::Mysql::Client/Augeas[tripleo-mysql-client-conf]/returns: executed successfully", "<13>Sep 30 14:24:15 puppet-user: Notice: /Stage[main]/Pacemaker::Install/Package[pacemaker]/ensure: created", "<13>Sep 30 14:24:23 puppet-user: Notice: /Stage[main]/Pacemaker::Install/Package[pcs]/ensure: created", "<13>Sep 30 14:24:23 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/File_line[pcsd_bind_addr]/ensure: created", "<13>Sep 30 14:24:23 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/User[hacluster]/password: changed [redacted] to [redacted]", "<13>Sep 30 14:24:23 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/User[hacluster]/groups: groups changed to ['haclient']", "<13>Sep 30 14:24:26 puppet-user: Notice: /Stage[main]/Pacemaker::Service/Service[pcsd]/ensure: ensure changed 'stopped' to 'running'", "<13>Sep 30 14:24:27 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[check-for-local-authentication]/returns: executed successfully", "<13>Sep 30 14:24:28 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[reauthenticate-across-all-nodes]: Triggered 'refresh' from 3 events", "<13>Sep 30 14:24:31 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[Create Cluster tripleo_cluster]/returns: executed successfully", "<13>Sep 30 14:24:33 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[Start Cluster tripleo_cluster]/returns: executed successfully", "<13>Sep 30 14:24:34 puppet-user: Notice: /Stage[main]/Pacemaker::Service/Service[corosync]/enable: enable changed 'false' to 'true'", "<13>Sep 30 14:24:34 puppet-user: Notice: /Stage[main]/Pacemaker::Service/Service[pacemaker]/enable: enable changed 'false' to 'true'", "<13>Sep 30 14:24:57 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[wait-for-settle]/returns: executed successfully", "<13>Sep 30 14:24:59 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Sep 30 14:25:01 puppet-user: Notice: /Stage[main]/Pacemaker::Stonith/Pacemaker::Property[Disable STONITH]/Pcmk_property[property--stonith-enabled]/ensure: created", "<13>Sep 30 14:25:01 puppet-user: Notice: Applied catalog in 54.35 seconds", "<13>Sep 30 14:25:01 puppet-user: Application:", "<13>Sep 30 14:25:01 puppet-user: Initial environment: production", "<13>Sep 30 14:25:01 puppet-user: Converged environment: production", "<13>Sep 30 14:25:01 puppet-user: Run mode: user", "<13>Sep 30 14:25:01 puppet-user: Changes:", "<13>Sep 30 14:25:01 puppet-user: Total: 17", "<13>Sep 30 14:25:01 puppet-user: Events:", "<13>Sep 30 14:25:01 puppet-user: Success: 17", "<13>Sep 30 14:25:01 puppet-user: Resources:", "<13>Sep 30 14:25:01 puppet-user: Restarted: 1", "<13>Sep 30 14:25:01 puppet-user: Changed: 16", "<13>Sep 30 14:25:01 puppet-user: Out of sync: 16", "<13>Sep 30 14:25:01 puppet-user: Total: 26", "<13>Sep 30 14:25:01 puppet-user: Time:", "<13>Sep 30 14:25:01 puppet-user: Filebucket: 0.00", "<13>Sep 30 14:25:01 puppet-user: Schedule: 0.00", "<13>Sep 30 14:25:01 puppet-user: File: 0.00", "<13>Sep 30 14:25:01 puppet-user: File line: 0.00", "<13>Sep 30 14:25:01 puppet-user: Augeas: 0.02", "<13>Sep 30 14:25:01 puppet-user: User: 0.15", "<13>Sep 30 14:25:01 puppet-user: Config retrieval: 0.44", "<13>Sep 30 14:25:01 puppet-user: Package: 16.35", "<13>Sep 30 14:25:01 puppet-user: Last run: 1759242301", "<13>Sep 30 14:25:01 puppet-user: Exec: 29.00", "<13>Sep 30 14:25:01 puppet-user: Pcmk property: 3.59", "<13>Sep 30 14:25:01 puppet-user: Service: 3.89", "<13>Sep 30 14:25:01 puppet-user: Transaction evaluation: 54.34", "<13>Sep 30 14:25:01 puppet-user: Catalog application: 54.35", "<13>Sep 30 14:25:01 puppet-user: Total: 54.35", "<13>Sep 30 14:25:01 puppet-user: Version:", "<13>Sep 30 14:25:01 puppet-user: Config: 1759242246", "<13>Sep 30 14:25:01 puppet-user: Puppet: 7.10.0" ] } 2025-09-30 14:25:04.360338 | fa163eaa-657b-f732-44a0-00000000249d | TIMING | Debug output for task: Run puppet host configuration for step 1 | standalone | 0:11:18.245140 | 0.09s 2025-09-30 14:25:04.391983 | fa163eaa-657b-f732-44a0-00000000249e | TASK | Pre-cache facts for puppet containers 2025-09-30 14:25:04.421249 | fa163eaa-657b-f732-44a0-00000000249e | TIMING | Pre-cache facts for puppet containers | standalone | 0:11:18.306050 | 0.03s 2025-09-30 14:25:04.494485 | fa163eaa-657b-f732-44a0-0000000024e5 | TASK | Gather variables for each operating system 2025-09-30 14:25:04.616823 | fa163eaa-657b-f732-44a0-0000000024e5 | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:11:18.501607 | 0.12s 2025-09-30 14:25:04.655179 | fa163eaa-657b-f732-44a0-0000000024e6 | TASK | Create puppet caching structures 2025-09-30 14:25:04.853693 | fa163eaa-657b-f732-44a0-0000000024e6 | CHANGED | Create puppet caching structures | standalone 2025-09-30 14:25:04.855243 | fa163eaa-657b-f732-44a0-0000000024e6 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:11:18.740044 | 0.20s 2025-09-30 14:25:04.885302 | fa163eaa-657b-f732-44a0-0000000024e7 | TASK | Check for facter.conf 2025-09-30 14:25:05.159827 | fa163eaa-657b-f732-44a0-0000000024e7 | OK | Check for facter.conf | standalone 2025-09-30 14:25:05.161118 | fa163eaa-657b-f732-44a0-0000000024e7 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:11:19.045921 | 0.27s 2025-09-30 14:25:05.190287 | fa163eaa-657b-f732-44a0-0000000024e8 | TASK | Remove facter.conf if directory 2025-09-30 14:25:05.225074 | fa163eaa-657b-f732-44a0-0000000024e8 | SKIPPED | Remove facter.conf if directory | standalone 2025-09-30 14:25:05.226175 | fa163eaa-657b-f732-44a0-0000000024e8 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:11:19.110977 | 0.03s 2025-09-30 14:25:05.255380 | fa163eaa-657b-f732-44a0-0000000024e9 | TASK | Write facter cache config 2025-09-30 14:25:05.699649 | fa163eaa-657b-f732-44a0-0000000024e9 | CHANGED | Write facter cache config | standalone 2025-09-30 14:25:05.700681 | fa163eaa-657b-f732-44a0-0000000024e9 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:11:19.585492 | 0.44s 2025-09-30 14:25:05.724249 | fa163eaa-657b-f732-44a0-0000000024ea | TASK | Cleanup facter cache if exists 2025-09-30 14:25:05.949345 | fa163eaa-657b-f732-44a0-0000000024ea | OK | Cleanup facter cache if exists | standalone 2025-09-30 14:25:05.950235 | fa163eaa-657b-f732-44a0-0000000024ea | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:11:19.835044 | 0.22s 2025-09-30 14:25:05.973245 | fa163eaa-657b-f732-44a0-0000000024eb | TASK | Pre-cache facts 2025-09-30 14:25:06.541533 | fa163eaa-657b-f732-44a0-0000000024eb | CHANGED | Pre-cache facts | standalone 2025-09-30 14:25:06.542689 | fa163eaa-657b-f732-44a0-0000000024eb | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:11:20.427492 | 0.57s 2025-09-30 14:25:06.573355 | fa163eaa-657b-f732-44a0-0000000024ec | TASK | Failed deployment if facter fails 2025-09-30 14:25:06.613135 | fa163eaa-657b-f732-44a0-0000000024ec | SKIPPED | Failed deployment if facter fails | standalone 2025-09-30 14:25:06.614228 | fa163eaa-657b-f732-44a0-0000000024ec | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:11:20.499029 | 0.04s 2025-09-30 14:25:06.668301 | fa163eaa-657b-f732-44a0-0000000024ed | TASK | Sync cached facts 2025-09-30 14:25:07.136840 | fa163eaa-657b-f732-44a0-0000000024ed | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163eaa-657b-f732-44a0-0000000024ed') missing from stats 2025-09-30 14:25:07.195029 | fa163eaa-657b-f732-44a0-00000000249f | TASK | Include container-puppet tasks (generate config) during step 1 2025-09-30 14:25:07.238175 | fa163eaa-657b-f732-44a0-00000000249f | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:11:21.122972 | 0.04s 2025-09-30 14:25:07.269231 | a1af21e9-760f-45b9-98ef-8a9bacbb958f | INCLUDED | /root/standalone-ansible-elkr9mpa/generate-config-tasks.yaml | standalone 2025-09-30 14:25:07.306297 | fa163eaa-657b-f732-44a0-000000002537 | TASK | Create base directory puppet configs 2025-09-30 14:25:07.545199 | fa163eaa-657b-f732-44a0-000000002537 | CHANGED | Create base directory puppet configs | standalone 2025-09-30 14:25:07.546605 | fa163eaa-657b-f732-44a0-000000002537 | TIMING | Create base directory puppet configs | standalone | 0:11:21.431407 | 0.24s 2025-09-30 14:25:07.577536 | fa163eaa-657b-f732-44a0-000000002538 | TASK | Generate container puppet configs for step 1 2025-09-30 14:25:07.873789 | fa163eaa-657b-f732-44a0-000000002538 | CHANGED | Generate container puppet configs for step 1 | standalone 2025-09-30 14:25:07.874668 | fa163eaa-657b-f732-44a0-000000002538 | TIMING | Generate container puppet configs for step 1 | standalone | 0:11:21.759477 | 0.30s 2025-09-30 14:25:07.896186 | fa163eaa-657b-f732-44a0-000000002539 | TASK | Manage Puppet containers (generate config) for step 1 with tripleo-ansible 2025-09-30 14:25:07.924723 | fa163eaa-657b-f732-44a0-000000002539 | TIMING | Manage Puppet containers (generate config) for step 1 with tripleo-ansible | standalone | 0:11:21.809503 | 0.03s 2025-09-30 14:25:07.998153 | fa163eaa-657b-f732-44a0-0000000025c3 | TASK | Gather variables for each operating system 2025-09-30 14:25:08.115530 | fa163eaa-657b-f732-44a0-0000000025c3 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:11:22.000320 | 0.12s 2025-09-30 14:25:08.145806 | fa163eaa-657b-f732-44a0-0000000025c4 | TASK | Create container logs path 2025-09-30 14:25:08.381760 | fa163eaa-657b-f732-44a0-0000000025c4 | OK | Create container logs path | standalone 2025-09-30 14:25:08.383301 | fa163eaa-657b-f732-44a0-0000000025c4 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:11:22.268105 | 0.24s 2025-09-30 14:25:08.417574 | fa163eaa-657b-f732-44a0-0000000025c6 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 2025-09-30 14:25:08.864448 | fa163eaa-657b-f732-44a0-0000000025c6 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-09-30 14:25:08.865819 | fa163eaa-657b-f732-44a0-0000000025c6 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:11:22.750622 | 0.45s 2025-09-30 14:25:08.899320 | fa163eaa-657b-f732-44a0-0000000025c7 | TASK | Finalise hashes for all containers 2025-09-30 14:25:08.987991 | fa163eaa-657b-f732-44a0-0000000025c7 | OK | Finalise hashes for all containers | standalone 2025-09-30 14:25:08.989091 | fa163eaa-657b-f732-44a0-0000000025c7 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:11:22.873896 | 0.09s 2025-09-30 14:25:09.018697 | fa163eaa-657b-f732-44a0-0000000025c9 | TASK | Manage systemd shutdown files 2025-09-30 14:25:09.051608 | fa163eaa-657b-f732-44a0-0000000025c9 | SKIPPED | Manage systemd shutdown files | standalone 2025-09-30 14:25:09.052688 | fa163eaa-657b-f732-44a0-0000000025c9 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:11:22.937490 | 0.03s 2025-09-30 14:25:09.081886 | fa163eaa-657b-f732-44a0-0000000025cb | TASK | Update container configs with new config hashes 2025-09-30 14:25:09.142760 | fa163eaa-657b-f732-44a0-0000000025cb | SKIPPED | Update container configs with new config hashes | standalone 2025-09-30 14:25:09.144016 | fa163eaa-657b-f732-44a0-0000000025cb | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:11:23.028817 | 0.06s 2025-09-30 14:25:09.176984 | fa163eaa-657b-f732-44a0-0000000025cc | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 2025-09-30 14:25:09.242599 | fa163eaa-657b-f732-44a0-0000000025cc | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:11:23.127389 | 0.06s 2025-09-30 14:25:09.268848 | 518f81c8-2574-42de-bb98-55d03615993a | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-09-30 14:25:09.305969 | fa163eaa-657b-f732-44a0-000000002610 | TASK | Gather podman infos 2025-09-30 14:25:09.942280 | fa163eaa-657b-f732-44a0-000000002610 | OK | Gather podman infos | standalone 2025-09-30 14:25:09.943598 | fa163eaa-657b-f732-44a0-000000002610 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:11:23.828399 | 0.64s 2025-09-30 14:25:09.980526 | fa163eaa-657b-f732-44a0-000000002611 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 2025-09-30 14:25:10.021191 | fa163eaa-657b-f732-44a0-000000002611 | SKIPPED | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-09-30 14:25:10.022247 | fa163eaa-657b-f732-44a0-000000002611 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:11:23.907052 | 0.04s 2025-09-30 14:25:10.055935 | fa163eaa-657b-f732-44a0-0000000025cd | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 2025-09-30 14:25:10.096522 | fa163eaa-657b-f732-44a0-0000000025cd | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:11:23.981319 | 0.04s 2025-09-30 14:25:10.122128 | edc09c79-78be-420b-9e6a-87b199f495e2 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-09-30 14:25:10.158386 | fa163eaa-657b-f732-44a0-00000000263a | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 2025-09-30 14:25:42.018988 | fa163eaa-657b-f732-44a0-00000000263a | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-09-30 14:25:42.020728 | fa163eaa-657b-f732-44a0-00000000263a | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:11:55.905531 | 31.86s 2025-09-30 14:25:42.097219 | fa163eaa-657b-f732-44a0-00000000263b | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-puppet-config/step_1 2025-09-30 14:25:42.179986 | fa163eaa-657b-f732-44a0-00000000263b | SKIPPED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-09-30 14:25:42.181384 | fa163eaa-657b-f732-44a0-00000000263b | 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:11:56.066180 | 0.08s 2025-09-30 14:25:42.237361 | fa163eaa-657b-f732-44a0-00000000253b | TASK | Diff puppet-generated changes for check mode 2025-09-30 14:25:42.270147 | fa163eaa-657b-f732-44a0-00000000253b | SKIPPED | Diff puppet-generated changes for check mode | standalone 2025-09-30 14:25:42.271238 | fa163eaa-657b-f732-44a0-00000000253b | TIMING | Diff puppet-generated changes for check mode | standalone | 0:11:56.156040 | 0.03s 2025-09-30 14:25:42.300241 | fa163eaa-657b-f732-44a0-00000000253c | TASK | Diff puppet-generated changes for check mode 2025-09-30 14:25:42.332419 | fa163eaa-657b-f732-44a0-00000000253c | SKIPPED | Diff puppet-generated changes for check mode | standalone 2025-09-30 14:25:42.333525 | fa163eaa-657b-f732-44a0-00000000253c | TIMING | Diff puppet-generated changes for check mode | standalone | 0:11:56.218327 | 0.03s 2025-09-30 14:25:42.364846 | fa163eaa-657b-f732-44a0-0000000024a1 | TASK | Manage containers for step 1 with tripleo-ansible 2025-09-30 14:25:42.394147 | fa163eaa-657b-f732-44a0-0000000024a1 | TIMING | Manage containers for step 1 with tripleo-ansible | standalone | 0:11:56.278946 | 0.03s 2025-09-30 14:25:42.518577 | fa163eaa-657b-f732-44a0-000000002690 | TASK | Gather variables for each operating system 2025-09-30 14:25:42.641203 | fa163eaa-657b-f732-44a0-000000002690 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:11:56.525995 | 0.12s 2025-09-30 14:25:42.671663 | fa163eaa-657b-f732-44a0-000000002691 | TASK | Create container logs path 2025-09-30 14:25:42.958326 | fa163eaa-657b-f732-44a0-000000002691 | OK | Create container logs path | standalone 2025-09-30 14:25:42.959941 | fa163eaa-657b-f732-44a0-000000002691 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:11:56.844742 | 0.29s 2025-09-30 14:25:42.991725 | fa163eaa-657b-f732-44a0-000000002693 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_1 2025-09-30 14:25:43.258296 | fa163eaa-657b-f732-44a0-000000002693 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_1 | standalone 2025-09-30 14:25:43.259701 | fa163eaa-657b-f732-44a0-000000002693 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:11:57.144502 | 0.27s 2025-09-30 14:25:43.289289 | fa163eaa-657b-f732-44a0-000000002694 | TASK | Finalise hashes for all containers 2025-09-30 14:25:43.329868 | fa163eaa-657b-f732-44a0-000000002694 | OK | Finalise hashes for all containers | standalone 2025-09-30 14:25:43.330974 | fa163eaa-657b-f732-44a0-000000002694 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:11:57.215778 | 0.04s 2025-09-30 14:25:43.360900 | fa163eaa-657b-f732-44a0-000000002696 | TASK | Manage systemd shutdown files 2025-09-30 14:25:43.402041 | fa163eaa-657b-f732-44a0-000000002696 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:11:57.286841 | 0.04s 2025-09-30 14:25:43.438604 | a0aa3323-5493-434e-989a-4986828ea5af | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-09-30 14:25:43.473730 | fa163eaa-657b-f732-44a0-0000000026c9 | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-09-30 14:25:43.739004 | fa163eaa-657b-f732-44a0-0000000026c9 | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-09-30 14:25:43.740616 | fa163eaa-657b-f732-44a0-0000000026c9 | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:11:57.625416 | 0.27s 2025-09-30 14:25:43.772783 | fa163eaa-657b-f732-44a0-0000000026ca | TASK | Set podman_drop_in fact 2025-09-30 14:25:43.818044 | fa163eaa-657b-f732-44a0-0000000026ca | OK | Set podman_drop_in fact | standalone 2025-09-30 14:25:43.819510 | fa163eaa-657b-f732-44a0-0000000026ca | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:11:57.704309 | 0.04s 2025-09-30 14:25:43.849379 | fa163eaa-657b-f732-44a0-0000000026cc | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-09-30 14:25:44.384880 | fa163eaa-657b-f732-44a0-0000000026cc | CHANGED | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-09-30 14:25:44.387428 | fa163eaa-657b-f732-44a0-0000000026cc | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:11:58.272198 | 0.54s 2025-09-30 14:25:44.912381 | fa163eaa-657b-f732-44a0-0000000026cc | CHANGED | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-09-30 14:25:44.914351 | fa163eaa-657b-f732-44a0-0000000026cc | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:11:58.799154 | 1.06s 2025-09-30 14:25:44.924783 | fa163eaa-657b-f732-44a0-0000000026cc | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:11:58.809585 | 1.07s 2025-09-30 14:25:44.958756 | fa163eaa-657b-f732-44a0-0000000026cd | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-09-30 14:25:45.472710 | fa163eaa-657b-f732-44a0-0000000026cd | CHANGED | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-09-30 14:25:45.474470 | fa163eaa-657b-f732-44a0-0000000026cd | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:11:59.359271 | 0.51s 2025-09-30 14:25:45.503675 | fa163eaa-657b-f732-44a0-0000000026ce | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-09-30 14:25:46.009340 | fa163eaa-657b-f732-44a0-0000000026ce | CHANGED | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-09-30 14:25:46.010254 | fa163eaa-657b-f732-44a0-0000000026ce | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:11:59.895066 | 0.51s 2025-09-30 14:25:46.029905 | fa163eaa-657b-f732-44a0-0000000026cf | TASK | Enable and start tripleo-container-shutdown 2025-09-30 14:25:47.087614 | fa163eaa-657b-f732-44a0-0000000026cf | CHANGED | Enable and start tripleo-container-shutdown | standalone 2025-09-30 14:25:47.089869 | fa163eaa-657b-f732-44a0-0000000026cf | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:12:00.974668 | 1.06s 2025-09-30 14:25:47.130183 | fa163eaa-657b-f732-44a0-0000000026d0 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-09-30 14:25:47.669263 | fa163eaa-657b-f732-44a0-0000000026d0 | CHANGED | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-09-30 14:25:47.670862 | fa163eaa-657b-f732-44a0-0000000026d0 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:12:01.555664 | 0.54s 2025-09-30 14:25:47.702860 | fa163eaa-657b-f732-44a0-0000000026d1 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-09-30 14:25:48.242880 | fa163eaa-657b-f732-44a0-0000000026d1 | CHANGED | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-09-30 14:25:48.244228 | fa163eaa-657b-f732-44a0-0000000026d1 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:12:02.129030 | 0.54s 2025-09-30 14:25:48.275655 | fa163eaa-657b-f732-44a0-0000000026d2 | TASK | Enable and start netns-placeholder 2025-09-30 14:25:49.238860 | fa163eaa-657b-f732-44a0-0000000026d2 | CHANGED | Enable and start netns-placeholder | standalone 2025-09-30 14:25:49.240862 | fa163eaa-657b-f732-44a0-0000000026d2 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:12:03.125640 | 0.96s 2025-09-30 14:25:49.270910 | fa163eaa-657b-f732-44a0-000000002698 | TASK | Update container configs with new config hashes 2025-09-30 14:25:49.323148 | fa163eaa-657b-f732-44a0-000000002698 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:12:03.207942 | 0.05s 2025-09-30 14:25:49.344507 | f8b7a666-261e-46e0-8dfd-ffadcb384bd8 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-09-30 14:25:49.379247 | fa163eaa-657b-f732-44a0-0000000026fa | TASK | Update config hashes for container startup configs 2025-09-30 14:25:49.714133 | | WARNING | Config change detected for memcached, new hash: fe36aaf6c21495a0eb63602becb8c29a 2025-09-30 14:25:49.714887 | | WARNING | Config change detected for mysql_bootstrap, new hash: e8b9b0703e99fa8011b3dd653d8f1e72 2025-09-30 14:25:49.715120 | | WARNING | Config change detected for rabbitmq_bootstrap, new hash: a642cc5814ee722b6b6feb6658d82107 2025-09-30 14:25:49.715334 | | WARNING | Config change detected for clustercheck, new hash: 28d81a900a1a46b617b59fd403e6ba07 2025-09-30 14:25:49.715649 | | WARNING | Config change detected for horizon_fix_perms, new hash: e93a589b06bfe479f679c0ba1652fb1b 2025-09-30 14:25:49.715874 | | WARNING | Config change detected for mysql_wait_bundle, new hash: e8b9b0703e99fa8011b3dd653d8f1e72 2025-09-30 14:25:49.716111 | | WARNING | Config change detected for octavia_api_init_dirs, new hash: ce08deb4f61dad5b8f66b83846448240 2025-09-30 14:25:49.716327 | | WARNING | Config change detected for octavia_health_manager_init_dirs, new hash: ce08deb4f61dad5b8f66b83846448240 2025-09-30 14:25:49.716633 | | WARNING | Config change detected for octavia_housekeeping_init_dirs, new hash: ce08deb4f61dad5b8f66b83846448240 2025-09-30 14:25:49.716849 | | WARNING | Config change detected for octavia_worker_init_dirs, new hash: ce08deb4f61dad5b8f66b83846448240 2025-09-30 14:25:49.717061 | | WARNING | Config change detected for aodh_db_sync, new hash: 2156578797becd80609d97481acfc884 2025-09-30 14:25:49.717270 | | WARNING | Config change detected for barbican_api, new hash: d82280da6d565f7f6d24e5ae381379d4 2025-09-30 14:25:49.717503 | | WARNING | Config change detected for barbican_api_db_sync, new hash: d82280da6d565f7f6d24e5ae381379d4 2025-09-30 14:25:49.717707 | | WARNING | Config change detected for barbican_api_secret_store_sync, new hash: d82280da6d565f7f6d24e5ae381379d4 2025-09-30 14:25:49.717920 | | WARNING | Config change detected for barbican_keystone_listener, new hash: d82280da6d565f7f6d24e5ae381379d4 2025-09-30 14:25:49.718133 | | WARNING | Config change detected for barbican_worker, new hash: d82280da6d565f7f6d24e5ae381379d4 2025-09-30 14:25:49.718338 | | WARNING | Config change detected for cinder_api_db_sync, new hash: 180475c22dcef9b16cd1b25263c20bb9 2025-09-30 14:25:49.718589 | | WARNING | Config change detected for glance_api_db_sync, new hash: dc2eb3d8b59cee79a34ea2bdb77cbf31-9faa75b260ff5568b1c92491b49dc8ae 2025-09-30 14:25:49.718800 | | WARNING | Config change detected for heat_engine_db_sync, new hash: 92b6a54b5be6b9ee913bf2bde13fe3e9 2025-09-30 14:25:49.719011 | | WARNING | Config change detected for horizon, new hash: e93a589b06bfe479f679c0ba1652fb1b 2025-09-30 14:25:49.719218 | | WARNING | Config change detected for iscsid, new hash: 9faa75b260ff5568b1c92491b49dc8ae 2025-09-30 14:25:49.719446 | | WARNING | Config change detected for keystone, new hash: d1f1212248392d4c30468bc7261aea02 2025-09-30 14:25:49.719686 | | WARNING | Config change detected for keystone_cron, new hash: d1f1212248392d4c30468bc7261aea02 2025-09-30 14:25:49.719908 | | WARNING | Config change detected for keystone_db_sync, new hash: d1f1212248392d4c30468bc7261aea02 2025-09-30 14:25:49.720132 | | WARNING | Config change detected for manila_api_db_sync, new hash: aa87ec1dc8ba4b2feddbe01d4f70eb11 2025-09-30 14:25:49.720346 | | WARNING | Config change detected for neutron_db_sync, new hash: dc9d75ea418e909796e1737f469f6d7b 2025-09-30 14:25:49.720569 | | WARNING | Config change detected for nova_api_db_sync, new hash: c24701db03dd5b75cbd1e6ff19b999f8 2025-09-30 14:25:49.720819 | | WARNING | Config change detected for nova_api_ensure_default_cells, new hash: c24701db03dd5b75cbd1e6ff19b999f8 2025-09-30 14:25:49.721032 | | WARNING | Config change detected for nova_db_sync, new hash: c24701db03dd5b75cbd1e6ff19b999f8 2025-09-30 14:25:49.721267 | | WARNING | Config change detected for nova_virtlogd_wrapper, new hash: ae2286d7126e5c16c995a2870be0c339 2025-09-30 14:25:49.721510 | | WARNING | Config change detected for nova_virtnodedevd, new hash: ae2286d7126e5c16c995a2870be0c339 2025-09-30 14:25:49.721732 | | WARNING | Config change detected for nova_virtproxyd, new hash: ae2286d7126e5c16c995a2870be0c339 2025-09-30 14:25:49.721952 | | WARNING | Config change detected for nova_virtqemud, new hash: ae2286d7126e5c16c995a2870be0c339 2025-09-30 14:25:49.722159 | | WARNING | Config change detected for nova_virtsecretd, new hash: ae2286d7126e5c16c995a2870be0c339 2025-09-30 14:25:49.722374 | | WARNING | Config change detected for nova_virtstoraged, new hash: ae2286d7126e5c16c995a2870be0c339 2025-09-30 14:25:49.722604 | | WARNING | Config change detected for octavia_db_sync, new hash: ce08deb4f61dad5b8f66b83846448240 2025-09-30 14:25:49.722843 | | WARNING | Config change detected for placement_api_db_sync, new hash: 56af8adfc4faa85a6e34c541b60622b6 2025-09-30 14:25:49.723050 | | WARNING | Config change detected for swift_copy_rings, new hash: ddf5f1de01c298bee7d6f00a7ed81e70-347b9cbd7534a0bfa1ea801d2c97f0f0 2025-09-30 14:25:49.723269 | | WARNING | Config change detected for aodh_api, new hash: 2156578797becd80609d97481acfc884 2025-09-30 14:25:49.723503 | | WARNING | Config change detected for aodh_api_cron, new hash: 2156578797becd80609d97481acfc884 2025-09-30 14:25:49.723717 | | WARNING | Config change detected for aodh_evaluator, new hash: 2156578797becd80609d97481acfc884 2025-09-30 14:25:49.723928 | | WARNING | Config change detected for aodh_listener, new hash: 2156578797becd80609d97481acfc884 2025-09-30 14:25:49.724154 | | WARNING | Config change detected for aodh_notifier, new hash: 2156578797becd80609d97481acfc884 2025-09-30 14:25:49.724377 | | WARNING | Config change detected for ceilometer_agent_central, new hash: c42b95693d5b0901fe415e530777fd4e 2025-09-30 14:25:49.724602 | | WARNING | Config change detected for ceilometer_agent_compute, new hash: c42b95693d5b0901fe415e530777fd4e 2025-09-30 14:25:49.724820 | | WARNING | Config change detected for ceilometer_agent_notification, new hash: c42b95693d5b0901fe415e530777fd4e 2025-09-30 14:25:49.725027 | | WARNING | Config change detected for cinder_api, new hash: 180475c22dcef9b16cd1b25263c20bb9 2025-09-30 14:25:49.725261 | | WARNING | Config change detected for cinder_api_cron, new hash: 180475c22dcef9b16cd1b25263c20bb9 2025-09-30 14:25:49.725498 | | WARNING | Config change detected for cinder_scheduler, new hash: 180475c22dcef9b16cd1b25263c20bb9 2025-09-30 14:25:49.725705 | | WARNING | Config change detected for glance_api, new hash: dc2eb3d8b59cee79a34ea2bdb77cbf31-9faa75b260ff5568b1c92491b49dc8ae 2025-09-30 14:25:49.725918 | | WARNING | Config change detected for glance_api_cron, new hash: dc2eb3d8b59cee79a34ea2bdb77cbf31 2025-09-30 14:25:49.726124 | | WARNING | Config change detected for glance_api_internal, new hash: ff1651772f205e65725993d48769faf2-9faa75b260ff5568b1c92491b49dc8ae 2025-09-30 14:25:49.726364 | | WARNING | Config change detected for heat_api, new hash: 1b49140fc78eb2f2cc5ad0fa923e380c 2025-09-30 14:25:49.726604 | | WARNING | Config change detected for heat_api_cfn, new hash: 6d8d827bdc751339471027271c14e7a7 2025-09-30 14:25:49.726842 | | WARNING | Config change detected for heat_api_cron, new hash: 1b49140fc78eb2f2cc5ad0fa923e380c 2025-09-30 14:25:49.727059 | | WARNING | Config change detected for heat_engine, new hash: 92b6a54b5be6b9ee913bf2bde13fe3e9 2025-09-30 14:25:49.727270 | | WARNING | Config change detected for logrotate_crond, new hash: 53ed83bb0cae779ff95edb2002262c6f 2025-09-30 14:25:49.727504 | | WARNING | Config change detected for manila_api, new hash: aa87ec1dc8ba4b2feddbe01d4f70eb11 2025-09-30 14:25:49.727710 | | WARNING | Config change detected for manila_api_cron, new hash: aa87ec1dc8ba4b2feddbe01d4f70eb11 2025-09-30 14:25:49.727924 | | WARNING | Config change detected for manila_scheduler, new hash: aa87ec1dc8ba4b2feddbe01d4f70eb11 2025-09-30 14:25:49.728160 | | WARNING | Config change detected for neutron_api, new hash: dc9d75ea418e909796e1737f469f6d7b 2025-09-30 14:25:49.728369 | | WARNING | Config change detected for neutron_dhcp, new hash: dc9d75ea418e909796e1737f469f6d7b 2025-09-30 14:25:49.728593 | | WARNING | Config change detected for neutron_sriov_agent, new hash: dc9d75ea418e909796e1737f469f6d7b 2025-09-30 14:25:49.728813 | | WARNING | Config change detected for nova_api, new hash: c24701db03dd5b75cbd1e6ff19b999f8 2025-09-30 14:25:49.729033 | | WARNING | Config change detected for nova_api_cron, new hash: c24701db03dd5b75cbd1e6ff19b999f8 2025-09-30 14:25:49.729258 | | WARNING | Config change detected for nova_conductor, new hash: c24701db03dd5b75cbd1e6ff19b999f8 2025-09-30 14:25:49.729486 | | WARNING | Config change detected for nova_libvirt_init_secret, new hash: ae2286d7126e5c16c995a2870be0c339 2025-09-30 14:25:49.729764 | | WARNING | Config change detected for nova_metadata, new hash: 1ff27d7274a0f4460f2ddfa49f6695ce 2025-09-30 14:25:49.729995 | | WARNING | Config change detected for nova_migration_target, new hash: ae2286d7126e5c16c995a2870be0c339 2025-09-30 14:25:49.730203 | | WARNING | Config change detected for nova_scheduler, new hash: c24701db03dd5b75cbd1e6ff19b999f8 2025-09-30 14:25:49.730431 | | WARNING | Config change detected for nova_vnc_proxy, new hash: c24701db03dd5b75cbd1e6ff19b999f8 2025-09-30 14:25:49.730641 | | WARNING | Config change detected for nova_wait_for_api_service, new hash: c24701db03dd5b75cbd1e6ff19b999f8 2025-09-30 14:25:49.730854 | | WARNING | Config change detected for octavia_api, new hash: ce08deb4f61dad5b8f66b83846448240 2025-09-30 14:25:49.731055 | | WARNING | Config change detected for octavia_driver_agent, new hash: ce08deb4f61dad5b8f66b83846448240 2025-09-30 14:25:49.731256 | | WARNING | Config change detected for ovn_metadata_agent, new hash: dc9d75ea418e909796e1737f469f6d7b 2025-09-30 14:25:49.731487 | | WARNING | Config change detected for placement_api, new hash: 56af8adfc4faa85a6e34c541b60622b6 2025-09-30 14:25:49.731700 | | WARNING | Config change detected for placement_wait_for_service, new hash: 56af8adfc4faa85a6e34c541b60622b6 2025-09-30 14:25:49.731917 | | WARNING | Config change detected for swift_account_reaper, new hash: ddf5f1de01c298bee7d6f00a7ed81e70 2025-09-30 14:25:49.732138 | | WARNING | Config change detected for swift_account_server, new hash: ddf5f1de01c298bee7d6f00a7ed81e70 2025-09-30 14:25:49.732350 | | WARNING | Config change detected for swift_container_server, new hash: ddf5f1de01c298bee7d6f00a7ed81e70 2025-09-30 14:25:49.732571 | | WARNING | Config change detected for swift_container_updater, new hash: ddf5f1de01c298bee7d6f00a7ed81e70 2025-09-30 14:25:49.732826 | | WARNING | Config change detected for swift_object_expirer, new hash: ddf5f1de01c298bee7d6f00a7ed81e70 2025-09-30 14:25:49.733040 | | WARNING | Config change detected for swift_object_server, new hash: ddf5f1de01c298bee7d6f00a7ed81e70 2025-09-30 14:25:49.733263 | | WARNING | Config change detected for swift_object_updater, new hash: ddf5f1de01c298bee7d6f00a7ed81e70 2025-09-30 14:25:49.733498 | | WARNING | Config change detected for swift_proxy, new hash: ddf5f1de01c298bee7d6f00a7ed81e70 2025-09-30 14:25:49.733732 | | WARNING | Config change detected for ceilometer_gnocchi_upgrade, new hash: c42b95693d5b0901fe415e530777fd4e 2025-09-30 14:25:49.733936 | | WARNING | Config change detected for gnocchi_api, new hash: 2bd389a077d4e8cfeca7b41c94f357ba 2025-09-30 14:25:49.734149 | | WARNING | Config change detected for gnocchi_db_sync, new hash: 2bd389a077d4e8cfeca7b41c94f357ba 2025-09-30 14:25:49.734353 | | WARNING | Config change detected for gnocchi_metricd, new hash: 2bd389a077d4e8cfeca7b41c94f357ba 2025-09-30 14:25:49.734711 | | WARNING | Config change detected for gnocchi_statsd, new hash: 2bd389a077d4e8cfeca7b41c94f357ba 2025-09-30 14:25:49.734926 | | WARNING | Config change detected for nova_compute, new hash: 9faa75b260ff5568b1c92491b49dc8ae-ae2286d7126e5c16c995a2870be0c339 2025-09-30 14:25:49.735157 | | WARNING | Config change detected for nova_wait_for_compute_service, new hash: ae2286d7126e5c16c995a2870be0c339 2025-09-30 14:25:49.735369 | | WARNING | Config change detected for octavia_health_manager, new hash: ce08deb4f61dad5b8f66b83846448240 2025-09-30 14:25:49.735651 | | WARNING | Config change detected for octavia_housekeeping, new hash: ce08deb4f61dad5b8f66b83846448240 2025-09-30 14:25:49.735877 | | WARNING | Config change detected for octavia_rsyslog, new hash: ce08deb4f61dad5b8f66b83846448240 2025-09-30 14:25:49.736099 | | WARNING | Config change detected for octavia_worker, new hash: ce08deb4f61dad5b8f66b83846448240 2025-09-30 14:25:49.736312 | fa163eaa-657b-f732-44a0-0000000026fa | CHANGED | Update config hashes for container startup configs | standalone 2025-09-30 14:25:49.736719 | fa163eaa-657b-f732-44a0-0000000026fa | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:12:03.621530 | 0.36s 2025-09-30 14:25:49.758020 | fa163eaa-657b-f732-44a0-000000002699 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_1 2025-09-30 14:25:49.806705 | fa163eaa-657b-f732-44a0-000000002699 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:12:03.691489 | 0.05s 2025-09-30 14:25:49.831869 | 91647af7-76ab-4d3a-b447-cca8b14aad69 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-09-30 14:25:49.859650 | fa163eaa-657b-f732-44a0-000000002719 | TASK | Gather podman infos 2025-09-30 14:25:50.570959 | fa163eaa-657b-f732-44a0-000000002719 | OK | Gather podman infos | standalone 2025-09-30 14:25:50.572501 | fa163eaa-657b-f732-44a0-000000002719 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:12:04.457303 | 0.71s 2025-09-30 14:25:50.643523 | fa163eaa-657b-f732-44a0-00000000271a | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 2025-09-30 14:25:50.709846 | fa163eaa-657b-f732-44a0-00000000271a | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:12:04.594637 | 0.06s 2025-09-30 14:25:50.839965 | fa163eaa-657b-f732-44a0-000000002763 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:12:04.724754 | 0.07s 2025-09-30 14:25:50.893106 | fa163eaa-657b-f732-44a0-00000000269a | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_1 2025-09-30 14:25:50.923883 | fa163eaa-657b-f732-44a0-00000000269a | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:12:04.808680 | 0.03s 2025-09-30 14:25:50.941283 | 7db21d7b-4799-4942-a97e-6309f19d3aca | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-09-30 14:25:50.974319 | fa163eaa-657b-f732-44a0-000000002789 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 2025-09-30 14:25:58.668379 | fa163eaa-657b-f732-44a0-000000002789 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 | standalone 2025-09-30 14:25:58.669946 | fa163eaa-657b-f732-44a0-000000002789 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:12:12.554746 | 7.69s 2025-09-30 14:25:58.702035 | fa163eaa-657b-f732-44a0-00000000278a | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_1 2025-09-30 14:26:01.394482 | fa163eaa-657b-f732-44a0-00000000278a | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_1 | standalone 2025-09-30 14:26:01.395823 | fa163eaa-657b-f732-44a0-00000000278a | 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:12:15.280627 | 2.69s 2025-09-30 14:26:01.468755 | fa163eaa-657b-f732-44a0-0000000024a3 | TASK | Clean container_puppet_tasks for standalone step 1 2025-09-30 14:26:01.710754 | fa163eaa-657b-f732-44a0-0000000024a3 | OK | Clean container_puppet_tasks for standalone step 1 | standalone 2025-09-30 14:26:01.712078 | fa163eaa-657b-f732-44a0-0000000024a3 | TIMING | Clean container_puppet_tasks for standalone step 1 | standalone | 0:12:15.596881 | 0.24s 2025-09-30 14:26:01.759128 | fa163eaa-657b-f732-44a0-0000000024a4 | TASK | Calculate container_puppet_tasks for standalone step 1 2025-09-30 14:26:01.791945 | fa163eaa-657b-f732-44a0-0000000024a4 | TIMING | Calculate container_puppet_tasks for standalone step 1 | standalone | 0:12:15.676744 | 0.03s 2025-09-30 14:26:01.822988 | fa163eaa-657b-f732-44a0-0000000024a5 | TASK | Include container-puppet tasks for step 1 2025-09-30 14:26:01.867778 | fa163eaa-657b-f732-44a0-0000000024a5 | TIMING | Include container-puppet tasks for step 1 | standalone | 0:12:15.752576 | 0.04s 2025-09-30 14:26:01.894666 | 73d767b7-bc45-4ee0-8dda-1b0d1955f7a2 | INCLUDED | /root/standalone-ansible-elkr9mpa/host-container-puppet-tasks.yaml | standalone 2025-09-30 14:26:01.943288 | fa163eaa-657b-f732-44a0-0000000027d5 | TASK | Write container-puppet-tasks json file for standalone step 1 2025-09-30 14:26:02.458170 | fa163eaa-657b-f732-44a0-0000000027d5 | CHANGED | Write container-puppet-tasks json file for standalone step 1 | standalone 2025-09-30 14:26:02.459466 | fa163eaa-657b-f732-44a0-0000000027d5 | TIMING | Write container-puppet-tasks json file for standalone step 1 | standalone | 0:12:16.344267 | 0.52s 2025-09-30 14:26:02.489961 | fa163eaa-657b-f732-44a0-0000000027d7 | TASK | Generate container puppet configs for step 1 2025-09-30 14:26:02.777107 | fa163eaa-657b-f732-44a0-0000000027d7 | OK | Generate container puppet configs for step 1 | standalone 2025-09-30 14:26:02.778558 | fa163eaa-657b-f732-44a0-0000000027d7 | TIMING | Generate container puppet configs for step 1 | standalone | 0:12:16.663361 | 0.29s 2025-09-30 14:26:02.810270 | fa163eaa-657b-f732-44a0-0000000027d8 | TASK | Manage Puppet containers (bootstrap tasks) for step 1 with tripleo-ansible 2025-09-30 14:26:02.832885 | fa163eaa-657b-f732-44a0-0000000027d8 | TIMING | Manage Puppet containers (bootstrap tasks) for step 1 with tripleo-ansible | standalone | 0:12:16.717684 | 0.02s 2025-09-30 14:26:02.890649 | fa163eaa-657b-f732-44a0-0000000025c3 | TASK | Gather variables for each operating system 2025-09-30 14:26:03.005096 | fa163eaa-657b-f732-44a0-0000000025c3 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:12:16.889887 | 0.11s 2025-09-30 14:26:03.035603 | fa163eaa-657b-f732-44a0-0000000025c4 | TASK | Create container logs path 2025-09-30 14:26:03.280917 | fa163eaa-657b-f732-44a0-0000000025c4 | OK | Create container logs path | standalone 2025-09-30 14:26:03.282336 | fa163eaa-657b-f732-44a0-0000000025c4 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:12:17.167138 | 0.25s 2025-09-30 14:26:03.314862 | fa163eaa-657b-f732-44a0-0000000025c6 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 2025-09-30 14:26:03.579513 | fa163eaa-657b-f732-44a0-0000000025c6 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-09-30 14:26:03.580838 | fa163eaa-657b-f732-44a0-0000000025c6 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:12:17.465641 | 0.26s 2025-09-30 14:26:03.610754 | fa163eaa-657b-f732-44a0-0000000025c7 | TASK | Finalise hashes for all containers 2025-09-30 14:26:03.645230 | fa163eaa-657b-f732-44a0-0000000025c7 | OK | Finalise hashes for all containers | standalone 2025-09-30 14:26:03.646465 | fa163eaa-657b-f732-44a0-0000000025c7 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:12:17.531268 | 0.03s 2025-09-30 14:26:03.677820 | fa163eaa-657b-f732-44a0-0000000025c9 | TASK | Manage systemd shutdown files 2025-09-30 14:26:03.719647 | fa163eaa-657b-f732-44a0-0000000025c9 | SKIPPED | Manage systemd shutdown files | standalone 2025-09-30 14:26:03.720813 | fa163eaa-657b-f732-44a0-0000000025c9 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:12:17.605613 | 0.04s 2025-09-30 14:26:03.750577 | fa163eaa-657b-f732-44a0-0000000025cb | TASK | Update container configs with new config hashes 2025-09-30 14:26:03.790376 | fa163eaa-657b-f732-44a0-0000000025cb | SKIPPED | Update container configs with new config hashes | standalone 2025-09-30 14:26:03.791513 | fa163eaa-657b-f732-44a0-0000000025cb | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:12:17.676315 | 0.04s 2025-09-30 14:26:03.823767 | fa163eaa-657b-f732-44a0-0000000025cc | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 2025-09-30 14:26:03.876347 | fa163eaa-657b-f732-44a0-0000000025cc | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-09-30 14:26:03.877508 | fa163eaa-657b-f732-44a0-0000000025cc | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:12:17.762310 | 0.05s 2025-09-30 14:26:03.909661 | fa163eaa-657b-f732-44a0-0000000025cd | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 2025-09-30 14:26:03.961595 | fa163eaa-657b-f732-44a0-0000000025cd | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-09-30 14:26:03.962675 | fa163eaa-657b-f732-44a0-0000000025cd | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:12:17.847478 | 0.05s PLAY [External deployment step 2] ********************************************** 2025-09-30 14:26:04.144774 | fa163eaa-657b-f732-44a0-0000000000c6 | TASK | External deployment step 2 2025-09-30 14:26:04.174803 | fa163eaa-657b-f732-44a0-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', 'fa163eaa-657b-f732-44a0-0000000000c6') missing from stats 2025-09-30 14:26:04.233213 | fa163eaa-657b-f732-44a0-0000000000c7 | TIMING | include_tasks | undercloud | 0:12:18.118011 | 0.04s 2025-09-30 14:26:04.263985 | 508696fd-125d-406c-bc0b-6e305695994e | INCLUDED | /root/standalone-ansible-elkr9mpa/external_deploy_steps_tasks_step2.yaml | undercloud 2025-09-30 14:26:04.284592 | fa163eaa-657b-f732-44a0-000000002852 | TASK | create cephadm working directory and related files 2025-09-30 14:26:04.336090 | fa163eaa-657b-f732-44a0-000000002852 | TIMING | create cephadm working directory and related files | undercloud | 0:12:18.220890 | 0.05s 2025-09-30 14:26:04.395206 | fa163eaa-657b-f732-44a0-00000000287a | TASK | create cephadm workdir 2025-09-30 14:26:04.656924 | fa163eaa-657b-f732-44a0-00000000287a | CHANGED | create cephadm workdir | undercloud | item=/root/standalone-ansible-elkr9mpa/cephadm 2025-09-30 14:26:04.658369 | fa163eaa-657b-f732-44a0-00000000287a | TIMING | tripleo_run_cephadm : create cephadm workdir | undercloud | 0:12:18.543168 | 0.26s 2025-09-30 14:26:04.670332 | fa163eaa-657b-f732-44a0-00000000287a | TIMING | tripleo_run_cephadm : create cephadm workdir | undercloud | 0:12:18.555135 | 0.27s 2025-09-30 14:26:04.689445 | fa163eaa-657b-f732-44a0-00000000287b | TASK | symbolic link to tripleo inventory from ceph-ansible work directory 2025-09-30 14:26:04.922056 | fa163eaa-657b-f732-44a0-00000000287b | CHANGED | symbolic link to tripleo inventory from ceph-ansible work directory | undercloud 2025-09-30 14:26:04.923540 | fa163eaa-657b-f732-44a0-00000000287b | TIMING | tripleo_run_cephadm : symbolic link to tripleo inventory from ceph-ansible work directory | undercloud | 0:12:18.808341 | 0.23s 2025-09-30 14:26:04.941912 | fa163eaa-657b-f732-44a0-00000000287c | TASK | get the list of enabled services on the overcloud 2025-09-30 14:26:05.015536 | fa163eaa-657b-f732-44a0-00000000287c | OK | get the list of enabled services on the overcloud | undercloud 2025-09-30 14:26:05.016792 | fa163eaa-657b-f732-44a0-00000000287c | TIMING | tripleo_run_cephadm : get the list of enabled services on the overcloud | undercloud | 0:12:18.901595 | 0.07s 2025-09-30 14:26:05.037631 | fa163eaa-657b-f732-44a0-00000000287d | TASK | Set grafana_vip: 192.168.122.99 2025-09-30 14:26:05.090118 | fa163eaa-657b-f732-44a0-00000000287d | SKIPPED | Set grafana_vip: 192.168.122.99 | undercloud 2025-09-30 14:26:05.091160 | fa163eaa-657b-f732-44a0-00000000287d | TIMING | tripleo_run_cephadm : Set grafana_vip: 192.168.122.99 | undercloud | 0:12:18.975962 | 0.05s 2025-09-30 14:26:05.161190 | fa163eaa-657b-f732-44a0-00000000287e | TIMING | include_role : tripleo_ceph_work_dir | undercloud | 0:12:19.045982 | 0.05s 2025-09-30 14:26:05.247558 | fa163eaa-657b-f732-44a0-000000002902 | TASK | set basic user fact 2025-09-30 14:26:05.316578 | fa163eaa-657b-f732-44a0-000000002902 | SKIPPED | set basic user fact | undercloud 2025-09-30 14:26:05.317727 | fa163eaa-657b-f732-44a0-000000002902 | TIMING | tripleo_ceph_common : set basic user fact | undercloud | 0:12:19.202528 | 0.07s 2025-09-30 14:26:05.336278 | fa163eaa-657b-f732-44a0-000000002903 | TASK | set basic home fact 2025-09-30 14:26:05.411943 | fa163eaa-657b-f732-44a0-000000002903 | OK | set basic home fact | undercloud 2025-09-30 14:26:05.413442 | fa163eaa-657b-f732-44a0-000000002903 | TIMING | tripleo_ceph_common : set basic home fact | undercloud | 0:12:19.298200 | 0.08s 2025-09-30 14:26:05.431760 | fa163eaa-657b-f732-44a0-000000002904 | TASK | set calling_ansible_environment_variables fact 2025-09-30 14:26:05.514698 | fa163eaa-657b-f732-44a0-000000002904 | OK | set calling_ansible_environment_variables fact | undercloud 2025-09-30 14:26:05.515774 | fa163eaa-657b-f732-44a0-000000002904 | TIMING | tripleo_ceph_common : set calling_ansible_environment_variables fact | undercloud | 0:12:19.400579 | 0.08s 2025-09-30 14:26:05.538719 | fa163eaa-657b-f732-44a0-000000002906 | TASK | get all ansible environment variables 2025-09-30 14:26:05.603096 | fa163eaa-657b-f732-44a0-000000002906 | SKIPPED | get all ansible environment variables | undercloud 2025-09-30 14:26:05.604172 | fa163eaa-657b-f732-44a0-000000002906 | TIMING | tripleo_ceph_common : get all ansible environment variables | undercloud | 0:12:19.488975 | 0.06s 2025-09-30 14:26:05.622208 | fa163eaa-657b-f732-44a0-000000002907 | TASK | set calling_ansible_environment_variables 2025-09-30 14:26:05.686221 | fa163eaa-657b-f732-44a0-000000002907 | SKIPPED | set calling_ansible_environment_variables | undercloud 2025-09-30 14:26:05.687289 | fa163eaa-657b-f732-44a0-000000002907 | TIMING | tripleo_ceph_common : set calling_ansible_environment_variables | undercloud | 0:12:19.572091 | 0.06s 2025-09-30 14:26:05.705882 | fa163eaa-657b-f732-44a0-000000002909 | TASK | Set common fact 2025-09-30 14:26:05.759592 | fa163eaa-657b-f732-44a0-000000002909 | OK | Set common fact | undercloud 2025-09-30 14:26:05.760698 | fa163eaa-657b-f732-44a0-000000002909 | TIMING | tripleo_ceph_common : Set common fact | undercloud | 0:12:19.645503 | 0.05s 2025-09-30 14:26:05.778631 | fa163eaa-657b-f732-44a0-00000000290a | TASK | set ceph_ansible_limit to ansible_limit, only if ansible_limit defined 2025-09-30 14:26:05.811827 | fa163eaa-657b-f732-44a0-00000000290a | SKIPPED | set ceph_ansible_limit to ansible_limit, only if ansible_limit defined | undercloud 2025-09-30 14:26:05.812890 | fa163eaa-657b-f732-44a0-00000000290a | TIMING | tripleo_ceph_common : set ceph_ansible_limit to ansible_limit, only if ansible_limit defined | undercloud | 0:12:19.697695 | 0.03s 2025-09-30 14:26:05.847381 | fa163eaa-657b-f732-44a0-00000000290c | TASK | build filter list 2025-09-30 14:26:05.879029 | fa163eaa-657b-f732-44a0-00000000290c | TIMING | tripleo_ceph_work_dir : build filter list | undercloud | 0:12:19.763829 | 0.03s 2025-09-30 14:26:05.896933 | fa163eaa-657b-f732-44a0-00000000290d | TASK | add images pool 2025-09-30 14:26:05.968770 | fa163eaa-657b-f732-44a0-00000000290d | OK | add images pool | undercloud 2025-09-30 14:26:05.969873 | fa163eaa-657b-f732-44a0-00000000290d | TIMING | tripleo_ceph_work_dir : add images pool | undercloud | 0:12:19.854679 | 0.07s 2025-09-30 14:26:05.987746 | fa163eaa-657b-f732-44a0-00000000290e | TASK | add volumes pool 2025-09-30 14:26:06.059342 | fa163eaa-657b-f732-44a0-00000000290e | OK | add volumes pool | undercloud 2025-09-30 14:26:06.060573 | fa163eaa-657b-f732-44a0-00000000290e | TIMING | tripleo_ceph_work_dir : add volumes pool | undercloud | 0:12:19.945378 | 0.07s 2025-09-30 14:26:06.079082 | fa163eaa-657b-f732-44a0-00000000290f | TASK | add vms pool 2025-09-30 14:26:06.161804 | fa163eaa-657b-f732-44a0-00000000290f | OK | add vms pool | undercloud 2025-09-30 14:26:06.162909 | fa163eaa-657b-f732-44a0-00000000290f | TIMING | tripleo_ceph_work_dir : add vms pool | undercloud | 0:12:20.047714 | 0.08s 2025-09-30 14:26:06.181259 | fa163eaa-657b-f732-44a0-000000002910 | TASK | add gnocchi pool 2025-09-30 14:26:06.231301 | fa163eaa-657b-f732-44a0-000000002910 | SKIPPED | add gnocchi pool | undercloud 2025-09-30 14:26:06.232704 | fa163eaa-657b-f732-44a0-000000002910 | TIMING | tripleo_ceph_work_dir : add gnocchi pool | undercloud | 0:12:20.117506 | 0.05s 2025-09-30 14:26:06.251547 | fa163eaa-657b-f732-44a0-000000002911 | TASK | add cinder backup pool 2025-09-30 14:26:06.325292 | fa163eaa-657b-f732-44a0-000000002911 | OK | add cinder backup pool | undercloud 2025-09-30 14:26:06.326767 | fa163eaa-657b-f732-44a0-000000002911 | TIMING | tripleo_ceph_work_dir : add cinder backup pool | undercloud | 0:12:20.211569 | 0.07s 2025-09-30 14:26:06.382710 | fa163eaa-657b-f732-44a0-000000002912 | TASK | add cinder extra pools 2025-09-30 14:26:06.411473 | fa163eaa-657b-f732-44a0-000000002912 | TIMING | tripleo_ceph_work_dir : add cinder extra pools | undercloud | 0:12:20.296279 | 0.03s 2025-09-30 14:26:06.426873 | fa163eaa-657b-f732-44a0-000000002913 | TASK | build resulting pool list 2025-09-30 14:26:06.560951 | fa163eaa-657b-f732-44a0-000000002913 | OK | build resulting pool list | undercloud 2025-09-30 14:26:06.562362 | fa163eaa-657b-f732-44a0-000000002913 | TIMING | tripleo_ceph_work_dir : build resulting pool list | undercloud | 0:12:20.447165 | 0.13s 2025-09-30 14:26:06.580892 | fa163eaa-657b-f732-44a0-000000002915 | TASK | add manila data pool 2025-09-30 14:26:06.634343 | fa163eaa-657b-f732-44a0-000000002915 | OK | add manila data pool | undercloud 2025-09-30 14:26:06.635880 | fa163eaa-657b-f732-44a0-000000002915 | TIMING | tripleo_ceph_work_dir : add manila data pool | undercloud | 0:12:20.520681 | 0.05s 2025-09-30 14:26:06.654318 | fa163eaa-657b-f732-44a0-000000002916 | TASK | add manila metadata pool 2025-09-30 14:26:06.728931 | fa163eaa-657b-f732-44a0-000000002916 | OK | add manila metadata pool | undercloud 2025-09-30 14:26:06.730124 | fa163eaa-657b-f732-44a0-000000002916 | TIMING | tripleo_ceph_work_dir : add manila metadata pool | undercloud | 0:12:20.614928 | 0.07s 2025-09-30 14:26:06.816058 | fa163eaa-657b-f732-44a0-00000000287f | TIMING | include_role : tripleo_ceph_work_dir | undercloud | 0:12:20.700854 | 0.05s 2025-09-30 14:26:06.947055 | fa163eaa-657b-f732-44a0-000000002aa8 | TASK | reset profiles string to avoid complex string manipulation 2025-09-30 14:26:07.004750 | fa163eaa-657b-f732-44a0-000000002aa8 | OK | reset profiles string to avoid complex string manipulation | undercloud 2025-09-30 14:26:07.006434 | fa163eaa-657b-f732-44a0-000000002aa8 | TIMING | tripleo_ceph_work_dir : reset profiles string to avoid complex string manipulation | undercloud | 0:12:20.891193 | 0.06s 2025-09-30 14:26:07.026562 | fa163eaa-657b-f732-44a0-000000002aaa | TASK | build openstack client profiles per pool 2025-09-30 14:26:07.109868 | fa163eaa-657b-f732-44a0-000000002aaa | OK | build openstack client profiles per pool | undercloud | item={'name': 'vms', 'rule_name': 'replicated_rule', 'application': 'rbd'} 2025-09-30 14:26:07.112229 | fa163eaa-657b-f732-44a0-000000002aaa | TIMING | tripleo_ceph_work_dir : build openstack client profiles per pool | undercloud | 0:12:20.997015 | 0.08s 2025-09-30 14:26:07.139009 | fa163eaa-657b-f732-44a0-000000002aaa | OK | build openstack client profiles per pool | undercloud | item={'name': 'volumes', 'rule_name': 'replicated_rule', 'application': 'rbd'} 2025-09-30 14:26:07.139853 | fa163eaa-657b-f732-44a0-000000002aaa | TIMING | tripleo_ceph_work_dir : build openstack client profiles per pool | undercloud | 0:12:21.024661 | 0.11s 2025-09-30 14:26:07.167016 | fa163eaa-657b-f732-44a0-000000002aaa | OK | build openstack client profiles per pool | undercloud | item={'name': 'images', 'rule_name': 'replicated_rule', 'application': 'rbd'} 2025-09-30 14:26:07.168470 | fa163eaa-657b-f732-44a0-000000002aaa | TIMING | tripleo_ceph_work_dir : build openstack client profiles per pool | undercloud | 0:12:21.053278 | 0.14s 2025-09-30 14:26:07.185583 | fa163eaa-657b-f732-44a0-000000002aaa | OK | build openstack client profiles per pool | undercloud | item={'name': 'backups', 'rule_name': 'replicated_rule', 'application': 'rbd'} 2025-09-30 14:26:07.186279 | fa163eaa-657b-f732-44a0-000000002aaa | TIMING | tripleo_ceph_work_dir : build openstack client profiles per pool | undercloud | 0:12:21.071089 | 0.16s 2025-09-30 14:26:07.192326 | fa163eaa-657b-f732-44a0-000000002aaa | TIMING | tripleo_ceph_work_dir : build openstack client profiles per pool | undercloud | 0:12:21.077126 | 0.16s 2025-09-30 14:26:07.211239 | fa163eaa-657b-f732-44a0-000000002aab | TASK | set openstack client caps 2025-09-30 14:26:07.272672 | fa163eaa-657b-f732-44a0-000000002aab | OK | set openstack client caps | undercloud 2025-09-30 14:26:07.273945 | fa163eaa-657b-f732-44a0-000000002aab | TIMING | tripleo_ceph_work_dir : set openstack client caps | undercloud | 0:12:21.158747 | 0.06s 2025-09-30 14:26:07.292009 | fa163eaa-657b-f732-44a0-000000002aac | TASK | set openstack client osd(s) caps 2025-09-30 14:26:07.358904 | fa163eaa-657b-f732-44a0-000000002aac | OK | set openstack client osd(s) caps | undercloud 2025-09-30 14:26:07.360149 | fa163eaa-657b-f732-44a0-000000002aac | TIMING | tripleo_ceph_work_dir : set openstack client osd(s) caps | undercloud | 0:12:21.244953 | 0.07s 2025-09-30 14:26:07.378379 | fa163eaa-657b-f732-44a0-000000002aad | TASK | Combine caps 2025-09-30 14:26:07.442913 | fa163eaa-657b-f732-44a0-000000002aad | OK | Combine caps | undercloud 2025-09-30 14:26:07.444172 | fa163eaa-657b-f732-44a0-000000002aad | TIMING | tripleo_ceph_work_dir : Combine caps | undercloud | 0:12:21.328977 | 0.06s 2025-09-30 14:26:07.462802 | fa163eaa-657b-f732-44a0-000000002aae | TASK | set openstack client key 2025-09-30 14:26:07.528079 | fa163eaa-657b-f732-44a0-000000002aae | OK | set openstack client key | undercloud 2025-09-30 14:26:07.529095 | fa163eaa-657b-f732-44a0-000000002aae | TIMING | tripleo_ceph_work_dir : set openstack client key | undercloud | 0:12:21.413905 | 0.06s 2025-09-30 14:26:07.544404 | fa163eaa-657b-f732-44a0-000000002ab0 | TASK | build manila key for openstack 2025-09-30 14:26:07.603559 | fa163eaa-657b-f732-44a0-000000002ab0 | OK | build manila key for openstack | undercloud 2025-09-30 14:26:07.604753 | fa163eaa-657b-f732-44a0-000000002ab0 | TIMING | tripleo_ceph_work_dir : build manila key for openstack | undercloud | 0:12:21.489557 | 0.06s 2025-09-30 14:26:07.624094 | fa163eaa-657b-f732-44a0-000000002ab1 | TASK | build radosgw key for openstack 2025-09-30 14:26:07.677682 | fa163eaa-657b-f732-44a0-000000002ab1 | SKIPPED | build radosgw key for openstack | undercloud 2025-09-30 14:26:07.678791 | fa163eaa-657b-f732-44a0-000000002ab1 | TIMING | tripleo_ceph_work_dir : build radosgw key for openstack | undercloud | 0:12:21.563595 | 0.05s 2025-09-30 14:26:07.697246 | fa163eaa-657b-f732-44a0-000000002ab2 | TASK | build the resulting keys 2025-09-30 14:26:07.838855 | fa163eaa-657b-f732-44a0-000000002ab2 | OK | build the resulting keys | undercloud 2025-09-30 14:26:07.840164 | fa163eaa-657b-f732-44a0-000000002ab2 | TIMING | tripleo_ceph_work_dir : build the resulting keys | undercloud | 0:12:21.724968 | 0.14s 2025-09-30 14:26:07.915489 | fa163eaa-657b-f732-44a0-000000002880 | TIMING | include_role : tripleo_ceph_work_dir | undercloud | 0:12:21.800280 | 0.04s 2025-09-30 14:26:08.177246 | fa163eaa-657b-f732-44a0-000000002dcd | TASK | build ceph orphan set 2025-09-30 14:26:08.246000 | fa163eaa-657b-f732-44a0-000000002dcd | OK | build ceph orphan set | undercloud 2025-09-30 14:26:08.247306 | fa163eaa-657b-f732-44a0-000000002dcd | TIMING | tripleo_ceph_work_dir : build ceph orphan set | undercloud | 0:12:22.132107 | 0.07s 2025-09-30 14:26:08.261694 | fa163eaa-657b-f732-44a0-000000002dce | TASK | clean ceph_config_overrides list 2025-09-30 14:26:08.307354 | fa163eaa-657b-f732-44a0-000000002dce | TIMING | tripleo_ceph_work_dir : clean ceph_config_overrides list | undercloud | 0:12:22.192152 | 0.05s 2025-09-30 14:26:08.325978 | fa163eaa-657b-f732-44a0-000000002dcf | TASK | ceph_config_overrides w/o orphans 2025-09-30 14:26:08.376766 | fa163eaa-657b-f732-44a0-000000002dcf | SKIPPED | ceph_config_overrides w/o orphans | undercloud 2025-09-30 14:26:08.377948 | fa163eaa-657b-f732-44a0-000000002dcf | TIMING | tripleo_ceph_work_dir : ceph_config_overrides w/o orphans | undercloud | 0:12:22.262751 | 0.05s 2025-09-30 14:26:08.396941 | fa163eaa-657b-f732-44a0-000000002dd0 | TASK | build ceph config overrides 2025-09-30 14:26:08.499754 | fa163eaa-657b-f732-44a0-000000002dd0 | OK | build ceph config overrides | undercloud 2025-09-30 14:26:08.501112 | fa163eaa-657b-f732-44a0-000000002dd0 | TIMING | tripleo_ceph_work_dir : build ceph config overrides | undercloud | 0:12:22.385915 | 0.10s 2025-09-30 14:26:08.535721 | fa163eaa-657b-f732-44a0-000000002881 | TASK | generate heat cephadm-extra-vars for running tripleo_cephadm role 2025-09-30 14:26:09.183643 | fa163eaa-657b-f732-44a0-000000002881 | CHANGED | generate heat cephadm-extra-vars for running tripleo_cephadm role | undercloud 2025-09-30 14:26:09.185117 | fa163eaa-657b-f732-44a0-000000002881 | TIMING | tripleo_run_cephadm : generate heat cephadm-extra-vars for running tripleo_cephadm role | undercloud | 0:12:23.069921 | 0.65s 2025-09-30 14:26:09.203905 | fa163eaa-657b-f732-44a0-000000002883 | TASK | Set bootstrap host [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: {{ groups['ceph_mon'] | default([]) | length > 0 }} 2025-09-30 14:26:09.323141 | fa163eaa-657b-f732-44a0-000000002883 | OK | Set bootstrap host | undercloud 2025-09-30 14:26:09.324168 | fa163eaa-657b-f732-44a0-000000002883 | TIMING | tripleo_run_cephadm : Set bootstrap host | undercloud | 0:12:23.208971 | 0.12s 2025-09-30 14:26:09.342501 | fa163eaa-657b-f732-44a0-000000002884 | TASK | Set first monitor IP [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: {{ groups['ceph_mon'] | default([]) | length > 0 }} 2025-09-30 14:26:09.488092 | fa163eaa-657b-f732-44a0-000000002884 | OK | Set first monitor IP | undercloud 2025-09-30 14:26:09.489083 | fa163eaa-657b-f732-44a0-000000002884 | TIMING | tripleo_run_cephadm : Set first monitor IP | undercloud | 0:12:23.373889 | 0.15s 2025-09-30 14:26:09.507061 | fa163eaa-657b-f732-44a0-000000002885 | TASK | genereate ceph_spec for bootstrap [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: {{ groups['ceph_mon'] | default([]) | length > 0 }} 2025-09-30 14:26:09.573737 | fa163eaa-657b-f732-44a0-000000002885 | SKIPPED | genereate ceph_spec for bootstrap | undercloud 2025-09-30 14:26:09.574682 | fa163eaa-657b-f732-44a0-000000002885 | TIMING | tripleo_run_cephadm : genereate ceph_spec for bootstrap | undercloud | 0:12:23.459484 | 0.07s 2025-09-30 14:26:09.593762 | fa163eaa-657b-f732-44a0-000000002887 | TASK | generate ansible cephadm-extra-vars for running tripleo_cephadm role 2025-09-30 14:26:10.091779 | fa163eaa-657b-f732-44a0-000000002887 | CHANGED | generate ansible cephadm-extra-vars for running tripleo_cephadm role | undercloud 2025-09-30 14:26:10.093171 | fa163eaa-657b-f732-44a0-000000002887 | TIMING | tripleo_run_cephadm : generate ansible cephadm-extra-vars for running tripleo_cephadm role | undercloud | 0:12:23.977975 | 0.50s 2025-09-30 14:26:10.128098 | fa163eaa-657b-f732-44a0-000000002853 | TASK | Prepare cephadm user and keys 2025-09-30 14:26:10.641368 | fa163eaa-657b-f732-44a0-000000002853 | SKIPPED | Prepare cephadm user and keys | undercloud 2025-09-30 14:26:10.642791 | fa163eaa-657b-f732-44a0-000000002853 | TIMING | Prepare cephadm user and keys | undercloud | 0:12:24.527591 | 0.51s 2025-09-30 14:26:10.660448 | fa163eaa-657b-f732-44a0-000000002854 | TASK | Deploy or configure the cephadm Ceph cluster 2025-09-30 14:26:10.780738 | fa163eaa-657b-f732-44a0-000000002854 | TIMING | Deploy or configure the cephadm Ceph cluster | undercloud | 0:12:24.665537 | 0.12s 2025-09-30 14:26:10.860407 | fa163eaa-657b-f732-44a0-000000003049 | TASK | set cephadm playbook 2025-09-30 14:26:10.931438 | fa163eaa-657b-f732-44a0-000000003049 | OK | set cephadm playbook | undercloud 2025-09-30 14:26:10.932761 | fa163eaa-657b-f732-44a0-000000003049 | TIMING | tripleo_run_cephadm : set cephadm playbook | undercloud | 0:12:24.817563 | 0.07s 2025-09-30 14:26:10.950672 | fa163eaa-657b-f732-44a0-00000000304a | TASK | Setup the log path 2025-09-30 14:26:11.011978 | fa163eaa-657b-f732-44a0-00000000304a | OK | Setup the log path | undercloud 2025-09-30 14:26:11.012607 | fa163eaa-657b-f732-44a0-00000000304a | TIMING | tripleo_run_cephadm : Setup the log path | undercloud | 0:12:24.897421 | 0.06s 2025-09-30 14:26:11.030267 | fa163eaa-657b-f732-44a0-00000000304b | TASK | Setup the cephadm playbook command 2025-09-30 14:26:11.094256 | fa163eaa-657b-f732-44a0-00000000304b | OK | Setup the cephadm playbook command | undercloud 2025-09-30 14:26:11.095449 | fa163eaa-657b-f732-44a0-00000000304b | TIMING | tripleo_run_cephadm : Setup the cephadm playbook command | undercloud | 0:12:24.980254 | 0.06s 2025-09-30 14:26:11.115337 | fa163eaa-657b-f732-44a0-00000000304c | TASK | rotate cephadm_command.log 2025-09-30 14:26:11.367576 | fa163eaa-657b-f732-44a0-00000000304c | CHANGED | rotate cephadm_command.log | undercloud 2025-09-30 14:26:11.368474 | fa163eaa-657b-f732-44a0-00000000304c | TIMING | tripleo_run_cephadm : rotate cephadm_command.log | undercloud | 0:12:25.253286 | 0.25s 2025-09-30 14:26:11.383049 | fa163eaa-657b-f732-44a0-00000000304d | TASK | save cephadm playbook command to shell script 2025-09-30 14:26:11.911611 | fa163eaa-657b-f732-44a0-00000000304d | CHANGED | save cephadm playbook command to shell script | undercloud 2025-09-30 14:26:11.912941 | fa163eaa-657b-f732-44a0-00000000304d | TIMING | tripleo_run_cephadm : save cephadm playbook command to shell script | undercloud | 0:12:25.797745 | 0.53s 2025-09-30 14:26:11.930592 | fa163eaa-657b-f732-44a0-00000000304e | TASK | Notify user about upcoming cephadm execution(s) 2025-09-30 14:26:12.011920 | fa163eaa-657b-f732-44a0-00000000304e | OK | Notify user about upcoming cephadm execution(s) | undercloud | result={ "changed": false, "msg": "Running 1 cephadm playbook(s) (immediate log at /root/standalone-ansible-elkr9mpa/cephadm/cephadm_command.log)" } 2025-09-30 14:26:12.013110 | fa163eaa-657b-f732-44a0-00000000304e | TIMING | tripleo_run_cephadm : Notify user about upcoming cephadm execution(s) | undercloud | 0:12:25.897913 | 0.08s 2025-09-30 14:26:12.030855 | fa163eaa-657b-f732-44a0-00000000304f | TASK | run cephadm playbook 2025-09-30 14:27:09.224707 | fa163eaa-657b-f732-44a0-00000000304f | CHANGED | run cephadm playbook | undercloud 2025-09-30 14:27:09.225979 | fa163eaa-657b-f732-44a0-00000000304f | TIMING | tripleo_run_cephadm : run cephadm playbook | undercloud | 0:13:23.110793 | 57.19s 2025-09-30 14:27:09.243173 | fa163eaa-657b-f732-44a0-000000003050 | TASK | search triple_run_cephadm_output of cephadm run(s) non-zero return codes 2025-09-30 14:27:09.312860 | fa163eaa-657b-f732-44a0-000000003050 | SKIPPED | search triple_run_cephadm_output of cephadm run(s) non-zero return codes | undercloud 2025-09-30 14:27:09.313643 | fa163eaa-657b-f732-44a0-000000003050 | TIMING | tripleo_run_cephadm : search triple_run_cephadm_output of cephadm run(s) non-zero return codes | undercloud | 0:13:23.198455 | 0.07s 2025-09-30 14:27:09.327512 | fa163eaa-657b-f732-44a0-000000003051 | TASK | print cephadm triple_run_cephadm_output in case of failure 2025-09-30 14:27:09.373575 | fa163eaa-657b-f732-44a0-000000003051 | SKIPPED | print cephadm triple_run_cephadm_output in case of failure | undercloud 2025-09-30 14:27:09.374295 | fa163eaa-657b-f732-44a0-000000003051 | TIMING | tripleo_run_cephadm : print cephadm triple_run_cephadm_output in case of failure | undercloud | 0:13:23.259107 | 0.05s 2025-09-30 14:27:09.406568 | fa163eaa-657b-f732-44a0-000000002856 | TASK | Check if the input variable file exists 2025-09-30 14:27:09.648359 | fa163eaa-657b-f732-44a0-000000002856 | OK | Check if the input variable file exists | undercloud 2025-09-30 14:27:09.649184 | fa163eaa-657b-f732-44a0-000000002856 | TIMING | Check if the input variable file exists | undercloud | 0:13:23.533996 | 0.24s 2025-09-30 14:27:09.662943 | fa163eaa-657b-f732-44a0-000000002857 | TASK | Populate CephClientConfigVars from THT 2025-09-30 14:27:09.699427 | fa163eaa-657b-f732-44a0-000000002857 | SKIPPED | Populate CephClientConfigVars from THT | undercloud 2025-09-30 14:27:09.700268 | fa163eaa-657b-f732-44a0-000000002857 | TIMING | Populate CephClientConfigVars from THT | undercloud | 0:13:23.585078 | 0.04s 2025-09-30 14:27:09.715208 | fa163eaa-657b-f732-44a0-000000002858 | TASK | configure ceph clients 2025-09-30 14:27:09.761899 | fa163eaa-657b-f732-44a0-000000002858 | TIMING | configure ceph clients | undercloud | 0:13:23.646696 | 0.05s 2025-09-30 14:27:09.827059 | fa163eaa-657b-f732-44a0-000000003113 | TASK | get the list of enabled services on the overcloud 2025-09-30 14:27:09.896336 | fa163eaa-657b-f732-44a0-000000003113 | OK | get the list of enabled services on the overcloud | undercloud 2025-09-30 14:27:09.897628 | fa163eaa-657b-f732-44a0-000000003113 | TIMING | tripleo_ceph_client : get the list of enabled services on the overcloud | undercloud | 0:13:23.782436 | 0.07s 2025-09-30 14:27:09.914268 | fa163eaa-657b-f732-44a0-000000003114 | TASK | Create ceph_client_fetch_dir 2025-09-30 14:27:09.966565 | fa163eaa-657b-f732-44a0-000000003114 | TIMING | tripleo_ceph_client : Create ceph_client_fetch_dir | undercloud | 0:13:23.851361 | 0.05s 2025-09-30 14:27:09.975798 | d77a6f41-a89d-49f6-abd4-4cb38d80d0b6 | INCLUDED | /usr/share/ansible/roles/tripleo_ceph_client/tasks/fetch_dir.yml | undercloud 2025-09-30 14:27:10.002751 | fa163eaa-657b-f732-44a0-000000003157 | TASK | Clean any old fetch directory path 2025-09-30 14:27:10.252094 | fa163eaa-657b-f732-44a0-000000003157 | OK | Clean any old fetch directory path | undercloud 2025-09-30 14:27:10.252886 | fa163eaa-657b-f732-44a0-000000003157 | TIMING | tripleo_ceph_client : Clean any old fetch directory path | undercloud | 0:13:24.137699 | 0.25s 2025-09-30 14:27:10.266896 | fa163eaa-657b-f732-44a0-000000003158 | TASK | Create ceph_client_fetch_dir for the current execution 2025-09-30 14:27:10.501090 | fa163eaa-657b-f732-44a0-000000003158 | CHANGED | Create ceph_client_fetch_dir for the current execution | undercloud 2025-09-30 14:27:10.502520 | fa163eaa-657b-f732-44a0-000000003158 | TIMING | tripleo_ceph_client : Create ceph_client_fetch_dir for the current execution | undercloud | 0:13:24.387321 | 0.23s 2025-09-30 14:27:10.520826 | fa163eaa-657b-f732-44a0-000000003115 | TASK | Check if the input variables exist 2025-09-30 14:27:10.796385 | fa163eaa-657b-f732-44a0-000000003115 | OK | Check if the input variables exist | undercloud 2025-09-30 14:27:10.798082 | fa163eaa-657b-f732-44a0-000000003115 | TIMING | tripleo_ceph_client : Check if the input variables exist | undercloud | 0:13:24.682882 | 0.28s 2025-09-30 14:27:10.816642 | fa163eaa-657b-f732-44a0-000000003116 | TASK | Load variables produced by the cephadm provisioning process 2025-09-30 14:27:10.867328 | fa163eaa-657b-f732-44a0-000000003116 | OK | Load variables produced by the cephadm provisioning process | undercloud 2025-09-30 14:27:10.868700 | fa163eaa-657b-f732-44a0-000000003116 | TIMING | tripleo_ceph_client : Load variables produced by the cephadm provisioning process | undercloud | 0:13:24.753504 | 0.05s 2025-09-30 14:27:10.889300 | fa163eaa-657b-f732-44a0-000000003117 | TASK | Get Ceph Cluster variables if ceph-ansible deployed 2025-09-30 14:27:10.952942 | fa163eaa-657b-f732-44a0-000000003117 | SKIPPED | Get Ceph Cluster variables if ceph-ansible deployed | undercloud 2025-09-30 14:27:10.954338 | fa163eaa-657b-f732-44a0-000000003117 | TIMING | tripleo_ceph_client : Get Ceph Cluster variables if ceph-ansible deployed | undercloud | 0:13:24.839139 | 0.06s 2025-09-30 14:27:10.973187 | fa163eaa-657b-f732-44a0-000000003118 | TASK | Configure multiple external ceph clusters 2025-09-30 14:27:11.045652 | fa163eaa-657b-f732-44a0-000000003118 | SKIPPED | Configure multiple external ceph clusters | undercloud 2025-09-30 14:27:11.047035 | fa163eaa-657b-f732-44a0-000000003118 | TIMING | tripleo_ceph_client : Configure multiple external ceph clusters | undercloud | 0:13:24.931836 | 0.07s 2025-09-30 14:27:11.065538 | fa163eaa-657b-f732-44a0-000000003119 | TASK | Render keys provided for the Ceph cluster 2025-09-30 14:27:11.127642 | fa163eaa-657b-f732-44a0-000000003119 | TIMING | tripleo_ceph_client : Render keys provided for the Ceph cluster | undercloud | 0:13:25.012438 | 0.06s 2025-09-30 14:27:11.137450 | 1f228746-9cb1-4216-b830-f85d2cf3c449 | INCLUDED | /usr/share/ansible/roles/tripleo_ceph_client/tasks/create_keys.yml | undercloud 2025-09-30 14:27:11.172578 | fa163eaa-657b-f732-44a0-0000000031ab | TASK | create cephx key(s) 2025-09-30 14:27:11.708628 | fa163eaa-657b-f732-44a0-0000000031ab | CHANGED | create cephx key(s) | undercloud | item={'name': 'client.openstack', 'key': 'AQC849toAAAAABAAvY+MEnlZqEGEHKNgPoviFg==', 'mode': '0600', 'caps': {'mgr': 'allow *', 'mon': 'profile rbd', 'osd': 'profile rbd pool=vms, profile rbd pool=volumes, profile rbd pool=images, profile rbd pool=backups'}} 2025-09-30 14:27:11.711205 | fa163eaa-657b-f732-44a0-0000000031ab | TIMING | tripleo_ceph_client : create cephx key(s) | undercloud | 0:13:25.596001 | 0.54s 2025-09-30 14:27:12.194881 | fa163eaa-657b-f732-44a0-0000000031ab | CHANGED | create cephx key(s) | undercloud | item={'name': 'client.manila', 'key': 'AQC849toAAAAABAAHO79yJOTBN5BSXD5B1kPhg==', 'mode': '0600', 'caps': {'mgr': 'allow rw', 'mon': 'allow r', 'osd': 'allow rw pool manila_data'}} 2025-09-30 14:27:12.195505 | fa163eaa-657b-f732-44a0-0000000031ab | TIMING | tripleo_ceph_client : create cephx key(s) | undercloud | 0:13:26.080319 | 1.02s 2025-09-30 14:27:12.200875 | fa163eaa-657b-f732-44a0-0000000031ab | TIMING | tripleo_ceph_client : create cephx key(s) | undercloud | 0:13:26.085686 | 1.03s 2025-09-30 14:27:12.215759 | fa163eaa-657b-f732-44a0-00000000311a | TASK | Render ceph config for the Ceph Clients 2025-09-30 14:27:12.241839 | fa163eaa-657b-f732-44a0-00000000311a | TIMING | tripleo_ceph_client : Render ceph config for the Ceph Clients | undercloud | 0:13:26.126648 | 0.03s 2025-09-30 14:27:12.247330 | 4ae27411-fe06-4582-9e3b-980b0430b31d | INCLUDED | /usr/share/ansible/roles/tripleo_ceph_client/tasks/create_ceph_conf.yml | undercloud 2025-09-30 14:27:12.272130 | fa163eaa-657b-f732-44a0-00000000320f | TASK | create ceph.conf 2025-09-30 14:27:12.879167 | fa163eaa-657b-f732-44a0-00000000320f | CHANGED | create ceph.conf | undercloud 2025-09-30 14:27:12.880635 | fa163eaa-657b-f732-44a0-00000000320f | TIMING | tripleo_ceph_client : create ceph.conf | undercloud | 0:13:26.765438 | 0.61s 2025-09-30 14:27:12.899373 | fa163eaa-657b-f732-44a0-00000000311b | TASK | Configure Ceph Clients 2025-09-30 14:27:12.949699 | fa163eaa-657b-f732-44a0-00000000311b | TIMING | tripleo_ceph_client : Configure Ceph Clients | undercloud | 0:13:26.834497 | 0.05s 2025-09-30 14:27:12.968408 | 25bc0730-4f4d-478d-accb-69e070433e72 | INCLUDED | /usr/share/ansible/roles/tripleo_ceph_client/tasks/sync.yml | undercloud 2025-09-30 14:27:13.008438 | fa163eaa-657b-f732-44a0-00000000327e | TASK | set effective ceph_clients without limit 2025-09-30 14:27:13.134003 | fa163eaa-657b-f732-44a0-00000000327e | OK | set effective ceph_clients without limit | undercloud 2025-09-30 14:27:13.135136 | fa163eaa-657b-f732-44a0-00000000327e | TIMING | tripleo_ceph_client : set effective ceph_clients without limit | undercloud | 0:13:27.019940 | 0.13s 2025-09-30 14:27:13.153447 | fa163eaa-657b-f732-44a0-00000000327f | TASK | set effective ceph_clients with limit 2025-09-30 14:27:13.237103 | fa163eaa-657b-f732-44a0-00000000327f | SKIPPED | set effective ceph_clients with limit | undercloud 2025-09-30 14:27:13.238187 | fa163eaa-657b-f732-44a0-00000000327f | TIMING | tripleo_ceph_client : set effective ceph_clients with limit | undercloud | 0:13:27.122989 | 0.08s 2025-09-30 14:27:13.256762 | fa163eaa-657b-f732-44a0-000000003280 | TASK | set distribution list from cross product of files and effective clients 2025-09-30 14:27:13.416431 | fa163eaa-657b-f732-44a0-000000003280 | OK | set distribution list from cross product of files and effective clients | undercloud 2025-09-30 14:27:13.417620 | fa163eaa-657b-f732-44a0-000000003280 | TIMING | tripleo_ceph_client : set distribution list from cross product of files and effective clients | undercloud | 0:13:27.302424 | 0.16s 2025-09-30 14:27:13.459563 | fa163eaa-657b-f732-44a0-000000003281 | TASK | Ensure /etc/ceph exists on all clients 2025-09-30 14:27:13.733676 | fa163eaa-657b-f732-44a0-000000003281 | OK | Ensure /etc/ceph exists on all clients | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-elkr9mpa/ceph_client_fetch_dir/ceph.client.openstack.keyring', 'standalone'] [WARNING]: ('undercloud -> 192.168.122.100', 'fa163eaa-657b-f732-44a0-000000003281') missing from stats 2025-09-30 14:27:13.953112 | fa163eaa-657b-f732-44a0-000000003281 | OK | Ensure /etc/ceph exists on all clients | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-elkr9mpa/ceph_client_fetch_dir/ceph.client.manila.keyring', 'standalone'] 2025-09-30 14:27:14.187113 | fa163eaa-657b-f732-44a0-000000003281 | OK | Ensure /etc/ceph exists on all clients | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-elkr9mpa/ceph_client_fetch_dir/ceph.conf', 'standalone'] 2025-09-30 14:27:14.193458 | fa163eaa-657b-f732-44a0-000000003281 | TIMING | tripleo_ceph_client : Ensure /etc/ceph exists on all clients | undercloud | 0:13:28.078254 | 0.73s 2025-09-30 14:27:14.234518 | fa163eaa-657b-f732-44a0-000000003282 | TASK | push files to the other nodes of cluster 2025-09-30 14:27:14.733021 | fa163eaa-657b-f732-44a0-000000003282 | CHANGED | push files to the other nodes of cluster | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-elkr9mpa/ceph_client_fetch_dir/ceph.client.openstack.keyring', 'standalone'] [WARNING]: ('undercloud -> 192.168.122.100', 'fa163eaa-657b-f732-44a0-000000003282') missing from stats 2025-09-30 14:27:15.135146 | fa163eaa-657b-f732-44a0-000000003282 | CHANGED | push files to the other nodes of cluster | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-elkr9mpa/ceph_client_fetch_dir/ceph.client.manila.keyring', 'standalone'] 2025-09-30 14:27:15.624372 | fa163eaa-657b-f732-44a0-000000003282 | CHANGED | push files to the other nodes of cluster | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-elkr9mpa/ceph_client_fetch_dir/ceph.conf', 'standalone'] 2025-09-30 14:27:15.631405 | fa163eaa-657b-f732-44a0-000000003282 | TIMING | tripleo_ceph_client : push files to the other nodes of cluster | undercloud | 0:13:29.516192 | 1.40s 2025-09-30 14:27:15.651856 | fa163eaa-657b-f732-44a0-00000000311c | TASK | Clean ceph_client_fetch_dir 2025-09-30 14:27:15.707297 | fa163eaa-657b-f732-44a0-00000000311c | TIMING | tripleo_ceph_client : Clean ceph_client_fetch_dir | undercloud | 0:13:29.592082 | 0.05s 2025-09-30 14:27:15.722341 | 704fa43e-ac3a-4d8c-9e3a-a6495c85938a | INCLUDED | /usr/share/ansible/roles/tripleo_ceph_client/tasks/fetch_dir.yml | undercloud 2025-09-30 14:27:15.770572 | fa163eaa-657b-f732-44a0-000000003316 | TASK | Clean any old fetch directory path 2025-09-30 14:27:16.034697 | fa163eaa-657b-f732-44a0-000000003316 | CHANGED | Clean any old fetch directory path | undercloud 2025-09-30 14:27:16.035994 | fa163eaa-657b-f732-44a0-000000003316 | TIMING | tripleo_ceph_client : Clean any old fetch directory path | undercloud | 0:13:29.920796 | 0.26s 2025-09-30 14:27:16.055010 | fa163eaa-657b-f732-44a0-000000003317 | TASK | Create ceph_client_fetch_dir for the current execution 2025-09-30 14:27:16.107565 | fa163eaa-657b-f732-44a0-000000003317 | SKIPPED | Create ceph_client_fetch_dir for the current execution | undercloud 2025-09-30 14:27:16.108858 | fa163eaa-657b-f732-44a0-000000003317 | TIMING | tripleo_ceph_client : Create ceph_client_fetch_dir for the current execution | undercloud | 0:13:29.993659 | 0.05s 2025-09-30 14:27:16.142700 | fa163eaa-657b-f732-44a0-000000002859 | TASK | tripleo client role 2025-09-30 14:27:16.173124 | fa163eaa-657b-f732-44a0-000000002859 | TIMING | tripleo client role | undercloud | 0:13:30.057922 | 0.03s 2025-09-30 14:27:16.190115 | fa163eaa-657b-f732-44a0-00000000285a | TASK | Load variables for standalone ganesha 2025-09-30 14:27:16.272540 | fa163eaa-657b-f732-44a0-00000000285a | SKIPPED | Load variables for standalone ganesha | undercloud 2025-09-30 14:27:16.273671 | fa163eaa-657b-f732-44a0-00000000285a | TIMING | Load variables for standalone ganesha | undercloud | 0:13:30.158474 | 0.08s 2025-09-30 14:27:16.291154 | fa163eaa-657b-f732-44a0-00000000285b | TASK | Config Standalone Ganesha 2025-09-30 14:27:16.375919 | fa163eaa-657b-f732-44a0-00000000285b | SKIPPED | Config Standalone Ganesha | undercloud 2025-09-30 14:27:16.376988 | fa163eaa-657b-f732-44a0-00000000285b | TIMING | Config Standalone Ganesha | undercloud | 0:13:30.261791 | 0.08s PLAY [Deploy step tasks for 2] ************************************************* 2025-09-30 14:27:16.515433 | fa163eaa-657b-f732-44a0-0000000000ca | TASK | Deploy step tasks for 2 2025-09-30 14:27:16.544182 | fa163eaa-657b-f732-44a0-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', 'fa163eaa-657b-f732-44a0-0000000000ca') missing from stats 2025-09-30 14:27:16.568161 | fa163eaa-657b-f732-44a0-0000000000cb | TASK | Write the config_step hieradata for the deploy step 2 tasks 2025-09-30 14:27:17.036036 | fa163eaa-657b-f732-44a0-0000000000cb | CHANGED | Write the config_step hieradata for the deploy step 2 tasks | standalone 2025-09-30 14:27:17.037650 | fa163eaa-657b-f732-44a0-0000000000cb | TIMING | Write the config_step hieradata for the deploy step 2 tasks | standalone | 0:13:30.922445 | 0.47s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-09-30 14:27:17.109251 | fa163eaa-657b-f732-44a0-0000000000cc | TIMING | include_tasks | standalone | 0:13:30.994054 | 0.04s 2025-09-30 14:27:17.205355 | f2476d2f-9ad3-478a-b7c3-cf839573d065 | INCLUDED | /root/standalone-ansible-elkr9mpa/Standalone/deploy_steps_tasks_step2.yaml | standalone 2025-09-30 14:27:17.242319 | fa163eaa-657b-f732-44a0-0000000033dd | TASK | Push script 2025-09-30 14:27:17.774303 | fa163eaa-657b-f732-44a0-0000000033dd | CHANGED | Push script | standalone 2025-09-30 14:27:17.775628 | fa163eaa-657b-f732-44a0-0000000033dd | TIMING | Push script | standalone | 0:13:31.660431 | 0.53s 2025-09-30 14:27:17.804125 | fa163eaa-657b-f732-44a0-0000000033de | TASK | Insert cronjob in root crontab 2025-09-30 14:27:18.271730 | fa163eaa-657b-f732-44a0-0000000033de | CHANGED | Insert cronjob in root crontab | standalone 2025-09-30 14:27:18.273142 | fa163eaa-657b-f732-44a0-0000000033de | TIMING | Insert cronjob in root crontab | standalone | 0:13:32.157943 | 0.47s 2025-09-30 14:27:18.302960 | fa163eaa-657b-f732-44a0-0000000033e5 | TASK | Gather variables for each operating system 2025-09-30 14:27:18.476856 | fa163eaa-657b-f732-44a0-0000000033e5 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:13:32.361650 | 0.17s 2025-09-30 14:27:18.507666 | fa163eaa-657b-f732-44a0-0000000033e6 | TASK | Detect if resource is being created or already exists 2025-09-30 14:27:19.257123 | fa163eaa-657b-f732-44a0-0000000033e6 | CHANGED | Detect if resource is being created or already exists | standalone 2025-09-30 14:27:19.258435 | fa163eaa-657b-f732-44a0-0000000033e6 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:13:33.143208 | 0.75s 2025-09-30 14:27:19.290069 | fa163eaa-657b-f732-44a0-0000000033e7 | TASK | Run init bundle puppet on the host for haproxy 2025-09-30 14:29:04.411562 | fa163eaa-657b-f732-44a0-0000000033e7 | CHANGED | Run init bundle puppet on the host for haproxy | standalone 2025-09-30 14:29:04.412668 | fa163eaa-657b-f732-44a0-0000000033e7 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for haproxy | standalone | 0:15:18.297480 | 105.12s 2025-09-30 14:29:04.434100 | fa163eaa-657b-f732-44a0-0000000033e8 | TASK | Check if /var/lib/config-data/puppet-generated/haproxy exists 2025-09-30 14:29:04.700191 | fa163eaa-657b-f732-44a0-0000000033e8 | OK | Check if /var/lib/config-data/puppet-generated/haproxy exists | standalone 2025-09-30 14:29:04.701585 | fa163eaa-657b-f732-44a0-0000000033e8 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/haproxy exists | standalone | 0:15:18.586386 | 0.27s 2025-09-30 14:29:04.731474 | fa163eaa-657b-f732-44a0-0000000033e9 | TASK | Run pacemaker restart if the config file for the service changed 2025-09-30 14:29:05.310438 | fa163eaa-657b-f732-44a0-0000000033e9 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-09-30 14:29:05.311801 | fa163eaa-657b-f732-44a0-0000000033e9 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:15:19.196603 | 0.58s 2025-09-30 14:29:05.343101 | fa163eaa-657b-f732-44a0-0000000033ea | TASK | Check if an image update marker exists for bundle haproxy-bundle 2025-09-30 14:29:05.587291 | fa163eaa-657b-f732-44a0-0000000033ea | OK | Check if an image update marker exists for bundle haproxy-bundle | standalone 2025-09-30 14:29:05.588182 | fa163eaa-657b-f732-44a0-0000000033ea | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle haproxy-bundle | standalone | 0:15:19.472987 | 0.24s 2025-09-30 14:29:05.612044 | fa163eaa-657b-f732-44a0-0000000033ec | TASK | Get container image tag from marker for bundle haproxy-bundle 2025-09-30 14:29:05.671119 | fa163eaa-657b-f732-44a0-0000000033ec | SKIPPED | Get container image tag from marker for bundle haproxy-bundle | standalone 2025-09-30 14:29:05.672446 | fa163eaa-657b-f732-44a0-0000000033ec | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle haproxy-bundle | standalone | 0:15:19.557246 | 0.06s 2025-09-30 14:29:05.704174 | fa163eaa-657b-f732-44a0-0000000033ed | TASK | Get container image tag from bundle haproxy-bundle 2025-09-30 14:29:05.754146 | fa163eaa-657b-f732-44a0-0000000033ed | SKIPPED | Get container image tag from bundle haproxy-bundle | standalone 2025-09-30 14:29:05.755577 | fa163eaa-657b-f732-44a0-0000000033ed | TIMING | tripleo_ha_wrapper : Get container image tag from bundle haproxy-bundle | standalone | 0:15:19.640378 | 0.05s 2025-09-30 14:29:05.788250 | fa163eaa-657b-f732-44a0-0000000033ee | TASK | Compare tags between marker and bundle haproxy-bundle 2025-09-30 14:29:05.838353 | fa163eaa-657b-f732-44a0-0000000033ee | SKIPPED | Compare tags between marker and bundle haproxy-bundle | standalone 2025-09-30 14:29:05.839697 | fa163eaa-657b-f732-44a0-0000000033ee | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle haproxy-bundle | standalone | 0:15:19.724498 | 0.05s 2025-09-30 14:29:05.873471 | fa163eaa-657b-f732-44a0-0000000033ef | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-09-30 14:29:05.923301 | fa163eaa-657b-f732-44a0-0000000033ef | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-09-30 14:29:05.924707 | fa163eaa-657b-f732-44a0-0000000033ef | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:15:19.809507 | 0.05s 2025-09-30 14:29:05.957889 | fa163eaa-657b-f732-44a0-0000000033f0 | TASK | Remove update marker for bundle haproxy-bundle 2025-09-30 14:29:06.009242 | fa163eaa-657b-f732-44a0-0000000033f0 | SKIPPED | Remove update marker for bundle haproxy-bundle | standalone 2025-09-30 14:29:06.010695 | fa163eaa-657b-f732-44a0-0000000033f0 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle haproxy-bundle | standalone | 0:15:19.895495 | 0.05s 2025-09-30 14:29:06.071511 | fa163eaa-657b-f732-44a0-000000003411 | TASK | Gather variables for each operating system 2025-09-30 14:29:06.187483 | fa163eaa-657b-f732-44a0-000000003411 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:15:20.072274 | 0.11s 2025-09-30 14:29:06.217369 | fa163eaa-657b-f732-44a0-000000003412 | TASK | Detect if resource is being created or already exists 2025-09-30 14:29:07.036266 | fa163eaa-657b-f732-44a0-000000003412 | CHANGED | Detect if resource is being created or already exists | standalone 2025-09-30 14:29:07.038013 | fa163eaa-657b-f732-44a0-000000003412 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:15:20.922808 | 0.82s 2025-09-30 14:29:07.060054 | fa163eaa-657b-f732-44a0-000000003413 | TASK | Run init bundle puppet on the host for mysql 2025-09-30 14:29:34.336525 | fa163eaa-657b-f732-44a0-000000003413 | CHANGED | Run init bundle puppet on the host for mysql | standalone 2025-09-30 14:29:34.338158 | fa163eaa-657b-f732-44a0-000000003413 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for mysql | standalone | 0:15:48.222958 | 27.28s 2025-09-30 14:29:34.371726 | fa163eaa-657b-f732-44a0-000000003414 | TASK | Check if /var/lib/config-data/puppet-generated/mysql exists 2025-09-30 14:29:34.673295 | fa163eaa-657b-f732-44a0-000000003414 | OK | Check if /var/lib/config-data/puppet-generated/mysql exists | standalone 2025-09-30 14:29:34.675011 | fa163eaa-657b-f732-44a0-000000003414 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/mysql exists | standalone | 0:15:48.559787 | 0.30s 2025-09-30 14:29:34.705264 | fa163eaa-657b-f732-44a0-000000003415 | TASK | Run pacemaker restart if the config file for the service changed 2025-09-30 14:29:35.172131 | fa163eaa-657b-f732-44a0-000000003415 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-09-30 14:29:35.173610 | fa163eaa-657b-f732-44a0-000000003415 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:15:49.058411 | 0.47s 2025-09-30 14:29:35.205601 | fa163eaa-657b-f732-44a0-000000003416 | TASK | Check if an image update marker exists for bundle galera-bundle 2025-09-30 14:29:35.456247 | fa163eaa-657b-f732-44a0-000000003416 | OK | Check if an image update marker exists for bundle galera-bundle | standalone 2025-09-30 14:29:35.457617 | fa163eaa-657b-f732-44a0-000000003416 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle galera-bundle | standalone | 0:15:49.342417 | 0.25s 2025-09-30 14:29:35.489368 | fa163eaa-657b-f732-44a0-000000003418 | TASK | Get container image tag from marker for bundle galera-bundle 2025-09-30 14:29:35.536762 | fa163eaa-657b-f732-44a0-000000003418 | SKIPPED | Get container image tag from marker for bundle galera-bundle | standalone 2025-09-30 14:29:35.538069 | fa163eaa-657b-f732-44a0-000000003418 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle galera-bundle | standalone | 0:15:49.422868 | 0.05s 2025-09-30 14:29:35.571094 | fa163eaa-657b-f732-44a0-000000003419 | TASK | Get container image tag from bundle galera-bundle 2025-09-30 14:29:35.610824 | fa163eaa-657b-f732-44a0-000000003419 | SKIPPED | Get container image tag from bundle galera-bundle | standalone 2025-09-30 14:29:35.612097 | fa163eaa-657b-f732-44a0-000000003419 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle galera-bundle | standalone | 0:15:49.496899 | 0.04s 2025-09-30 14:29:35.643569 | fa163eaa-657b-f732-44a0-00000000341a | TASK | Compare tags between marker and bundle galera-bundle 2025-09-30 14:29:35.676123 | fa163eaa-657b-f732-44a0-00000000341a | SKIPPED | Compare tags between marker and bundle galera-bundle | standalone 2025-09-30 14:29:35.676975 | fa163eaa-657b-f732-44a0-00000000341a | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle galera-bundle | standalone | 0:15:49.561786 | 0.03s 2025-09-30 14:29:35.698079 | fa163eaa-657b-f732-44a0-00000000341b | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-09-30 14:29:35.747766 | fa163eaa-657b-f732-44a0-00000000341b | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-09-30 14:29:35.748529 | fa163eaa-657b-f732-44a0-00000000341b | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:15:49.633341 | 0.05s 2025-09-30 14:29:35.768836 | fa163eaa-657b-f732-44a0-00000000341c | TASK | Remove update marker for bundle galera-bundle 2025-09-30 14:29:35.820112 | fa163eaa-657b-f732-44a0-00000000341c | SKIPPED | Remove update marker for bundle galera-bundle | standalone 2025-09-30 14:29:35.821260 | fa163eaa-657b-f732-44a0-00000000341c | TIMING | tripleo_ha_wrapper : Remove update marker for bundle galera-bundle | standalone | 0:15:49.706060 | 0.05s 2025-09-30 14:29:35.878122 | fa163eaa-657b-f732-44a0-00000000343d | TASK | Gather variables for each operating system 2025-09-30 14:29:35.960771 | fa163eaa-657b-f732-44a0-00000000343d | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:15:49.845566 | 0.08s 2025-09-30 14:29:35.991500 | fa163eaa-657b-f732-44a0-00000000343e | TASK | Detect if resource is being created or already exists 2025-09-30 14:29:36.774485 | fa163eaa-657b-f732-44a0-00000000343e | CHANGED | Detect if resource is being created or already exists | standalone 2025-09-30 14:29:36.776001 | fa163eaa-657b-f732-44a0-00000000343e | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:15:50.660799 | 0.78s 2025-09-30 14:29:36.808531 | fa163eaa-657b-f732-44a0-00000000343f | TASK | Run init bundle puppet on the host for oslo_messaging_rpc 2025-09-30 14:30:01.979163 | fa163eaa-657b-f732-44a0-00000000343f | CHANGED | Run init bundle puppet on the host for oslo_messaging_rpc | standalone 2025-09-30 14:30:01.980854 | fa163eaa-657b-f732-44a0-00000000343f | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for oslo_messaging_rpc | standalone | 0:16:15.865656 | 25.17s 2025-09-30 14:30:02.013856 | fa163eaa-657b-f732-44a0-000000003440 | TASK | Check if /var/lib/config-data/puppet-generated/rabbitmq exists 2025-09-30 14:30:02.279082 | fa163eaa-657b-f732-44a0-000000003440 | OK | Check if /var/lib/config-data/puppet-generated/rabbitmq exists | standalone 2025-09-30 14:30:02.280651 | fa163eaa-657b-f732-44a0-000000003440 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/rabbitmq exists | standalone | 0:16:16.165452 | 0.26s 2025-09-30 14:30:02.311095 | fa163eaa-657b-f732-44a0-000000003441 | TASK | Run pacemaker restart if the config file for the service changed 2025-09-30 14:30:02.759109 | fa163eaa-657b-f732-44a0-000000003441 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-09-30 14:30:02.760174 | fa163eaa-657b-f732-44a0-000000003441 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:16:16.644983 | 0.45s 2025-09-30 14:30:02.784616 | fa163eaa-657b-f732-44a0-000000003442 | TASK | Check if an image update marker exists for bundle rabbitmq-bundle 2025-09-30 14:30:03.050591 | fa163eaa-657b-f732-44a0-000000003442 | OK | Check if an image update marker exists for bundle rabbitmq-bundle | standalone 2025-09-30 14:30:03.051710 | fa163eaa-657b-f732-44a0-000000003442 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle rabbitmq-bundle | standalone | 0:16:16.936521 | 0.27s 2025-09-30 14:30:03.072150 | fa163eaa-657b-f732-44a0-000000003444 | TASK | Get container image tag from marker for bundle rabbitmq-bundle 2025-09-30 14:30:03.123585 | fa163eaa-657b-f732-44a0-000000003444 | SKIPPED | Get container image tag from marker for bundle rabbitmq-bundle | standalone 2025-09-30 14:30:03.124486 | fa163eaa-657b-f732-44a0-000000003444 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle rabbitmq-bundle | standalone | 0:16:17.009298 | 0.05s 2025-09-30 14:30:03.145122 | fa163eaa-657b-f732-44a0-000000003445 | TASK | Get container image tag from bundle rabbitmq-bundle 2025-09-30 14:30:03.202437 | fa163eaa-657b-f732-44a0-000000003445 | SKIPPED | Get container image tag from bundle rabbitmq-bundle | standalone 2025-09-30 14:30:03.203046 | fa163eaa-657b-f732-44a0-000000003445 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle rabbitmq-bundle | standalone | 0:16:17.087858 | 0.06s 2025-09-30 14:30:03.223302 | fa163eaa-657b-f732-44a0-000000003446 | TASK | Compare tags between marker and bundle rabbitmq-bundle 2025-09-30 14:30:03.270356 | fa163eaa-657b-f732-44a0-000000003446 | SKIPPED | Compare tags between marker and bundle rabbitmq-bundle | standalone 2025-09-30 14:30:03.271079 | fa163eaa-657b-f732-44a0-000000003446 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle rabbitmq-bundle | standalone | 0:16:17.155891 | 0.05s 2025-09-30 14:30:03.292368 | fa163eaa-657b-f732-44a0-000000003447 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-09-30 14:30:03.340418 | fa163eaa-657b-f732-44a0-000000003447 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-09-30 14:30:03.341661 | fa163eaa-657b-f732-44a0-000000003447 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:16:17.226461 | 0.05s 2025-09-30 14:30:03.374433 | fa163eaa-657b-f732-44a0-000000003448 | TASK | Remove update marker for bundle rabbitmq-bundle 2025-09-30 14:30:03.428819 | fa163eaa-657b-f732-44a0-000000003448 | SKIPPED | Remove update marker for bundle rabbitmq-bundle | standalone 2025-09-30 14:30:03.429986 | fa163eaa-657b-f732-44a0-000000003448 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle rabbitmq-bundle | standalone | 0:16:17.314786 | 0.05s 2025-09-30 14:30:03.486729 | fa163eaa-657b-f732-44a0-000000003469 | TASK | Gather variables for each operating system 2025-09-30 14:30:03.625633 | fa163eaa-657b-f732-44a0-000000003469 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:16:17.510425 | 0.14s 2025-09-30 14:30:03.656506 | fa163eaa-657b-f732-44a0-00000000346a | TASK | Detect if resource is being created or already exists 2025-09-30 14:30:04.443436 | fa163eaa-657b-f732-44a0-00000000346a | CHANGED | Detect if resource is being created or already exists | standalone 2025-09-30 14:30:04.444769 | fa163eaa-657b-f732-44a0-00000000346a | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:16:18.329572 | 0.79s 2025-09-30 14:30:04.476434 | fa163eaa-657b-f732-44a0-00000000346b | TASK | Run init bundle puppet on the host for redis 2025-09-30 14:30:29.968836 | fa163eaa-657b-f732-44a0-00000000346b | CHANGED | Run init bundle puppet on the host for redis | standalone 2025-09-30 14:30:29.970182 | fa163eaa-657b-f732-44a0-00000000346b | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for redis | standalone | 0:16:43.854990 | 25.49s 2025-09-30 14:30:29.995028 | fa163eaa-657b-f732-44a0-00000000346c | TASK | Check if /var/lib/config-data/puppet-generated/redis exists 2025-09-30 14:30:30.268942 | fa163eaa-657b-f732-44a0-00000000346c | OK | Check if /var/lib/config-data/puppet-generated/redis exists | standalone 2025-09-30 14:30:30.270603 | fa163eaa-657b-f732-44a0-00000000346c | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/redis exists | standalone | 0:16:44.155397 | 0.27s 2025-09-30 14:30:30.294239 | fa163eaa-657b-f732-44a0-00000000346d | TASK | Run pacemaker restart if the config file for the service changed 2025-09-30 14:30:30.742265 | fa163eaa-657b-f732-44a0-00000000346d | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-09-30 14:30:30.743186 | fa163eaa-657b-f732-44a0-00000000346d | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:16:44.627997 | 0.45s 2025-09-30 14:30:30.768760 | fa163eaa-657b-f732-44a0-00000000346e | TASK | Check if an image update marker exists for bundle redis-bundle 2025-09-30 14:30:31.007636 | fa163eaa-657b-f732-44a0-00000000346e | OK | Check if an image update marker exists for bundle redis-bundle | standalone 2025-09-30 14:30:31.009280 | fa163eaa-657b-f732-44a0-00000000346e | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle redis-bundle | standalone | 0:16:44.894082 | 0.24s 2025-09-30 14:30:31.041362 | fa163eaa-657b-f732-44a0-000000003470 | TASK | Get container image tag from marker for bundle redis-bundle 2025-09-30 14:30:31.082615 | fa163eaa-657b-f732-44a0-000000003470 | SKIPPED | Get container image tag from marker for bundle redis-bundle | standalone 2025-09-30 14:30:31.083350 | fa163eaa-657b-f732-44a0-000000003470 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle redis-bundle | standalone | 0:16:44.968158 | 0.04s 2025-09-30 14:30:31.107175 | fa163eaa-657b-f732-44a0-000000003471 | TASK | Get container image tag from bundle redis-bundle 2025-09-30 14:30:31.147347 | fa163eaa-657b-f732-44a0-000000003471 | SKIPPED | Get container image tag from bundle redis-bundle | standalone 2025-09-30 14:30:31.148157 | fa163eaa-657b-f732-44a0-000000003471 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle redis-bundle | standalone | 0:16:45.032966 | 0.04s 2025-09-30 14:30:31.171630 | fa163eaa-657b-f732-44a0-000000003472 | TASK | Compare tags between marker and bundle redis-bundle 2025-09-30 14:30:31.225224 | fa163eaa-657b-f732-44a0-000000003472 | SKIPPED | Compare tags between marker and bundle redis-bundle | standalone 2025-09-30 14:30:31.226783 | fa163eaa-657b-f732-44a0-000000003472 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle redis-bundle | standalone | 0:16:45.111582 | 0.05s 2025-09-30 14:30:31.260557 | fa163eaa-657b-f732-44a0-000000003473 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-09-30 14:30:31.315407 | fa163eaa-657b-f732-44a0-000000003473 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-09-30 14:30:31.316567 | fa163eaa-657b-f732-44a0-000000003473 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:16:45.201375 | 0.05s 2025-09-30 14:30:31.340327 | fa163eaa-657b-f732-44a0-000000003474 | TASK | Remove update marker for bundle redis-bundle 2025-09-30 14:30:31.389952 | fa163eaa-657b-f732-44a0-000000003474 | SKIPPED | Remove update marker for bundle redis-bundle | standalone 2025-09-30 14:30:31.392035 | fa163eaa-657b-f732-44a0-000000003474 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle redis-bundle | standalone | 0:16:45.276813 | 0.05s 2025-09-30 14:30:31.447935 | fa163eaa-657b-f732-44a0-0000000000ce | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_2 already exists 2025-09-30 14:30:31.671291 | fa163eaa-657b-f732-44a0-0000000000ce | OK | Check if /var/lib/tripleo-config/container-startup-config/step_2 already exists | standalone 2025-09-30 14:30:31.672894 | fa163eaa-657b-f732-44a0-0000000000ce | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_2 already exists | standalone | 0:16:45.557698 | 0.22s 2025-09-30 14:30:31.767745 | fa163eaa-657b-f732-44a0-0000000000cf | TIMING | include_tasks | standalone | 0:16:45.652540 | 0.07s 2025-09-30 14:30:31.806772 | bc72badb-6ddb-45b6-8a7d-c51249f05254 | INCLUDED | /root/standalone-ansible-elkr9mpa/common_deploy_steps_tasks.yaml | standalone 2025-09-30 14:30:31.833615 | fa163eaa-657b-f732-44a0-000000003509 | TASK | Write the config_step hieradata 2025-09-30 14:30:32.359331 | fa163eaa-657b-f732-44a0-000000003509 | OK | Write the config_step hieradata | standalone 2025-09-30 14:30:32.360690 | fa163eaa-657b-f732-44a0-000000003509 | TIMING | Write the config_step hieradata | standalone | 0:16:46.245492 | 0.53s 2025-09-30 14:30:32.391381 | fa163eaa-657b-f732-44a0-00000000350a | TASK | Run puppet host configuration for step 2 2025-09-30 14:30:32.712107 | fa163eaa-657b-f732-44a0-00000000350a | CHANGED | Run puppet host configuration for step 2 | standalone 2025-09-30 14:30:32.713731 | fa163eaa-657b-f732-44a0-00000000350a | TIMING | Run puppet host configuration for step 2 | standalone | 0:16:46.598532 | 0.32s 2025-09-30 14:30:32.745070 | fa163eaa-657b-f732-44a0-00000000350b | TASK | Wait for puppet host configuration to finish 2025-09-30 14:30:32.981621 | fa163eaa-657b-f732-44a0-00000000350b | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-09-30 14:30:43.224334 | fa163eaa-657b-f732-44a0-00000000350b | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-09-30 14:30:53.439739 | fa163eaa-657b-f732-44a0-00000000350b | CHANGED | Wait for puppet host configuration to finish | standalone 2025-09-30 14:30:53.441193 | fa163eaa-657b-f732-44a0-00000000350b | TIMING | Wait for puppet host configuration to finish | standalone | 0:17:07.325995 | 20.69s 2025-09-30 14:30:53.472964 | fa163eaa-657b-f732-44a0-00000000350c | TASK | Debug output for task: Run puppet host configuration for step 2 2025-09-30 14:30:53.555180 | fa163eaa-657b-f732-44a0-00000000350c | 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>Sep 30 14:30:32 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Sep 30 14:30:36 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Sep 30 14:30:36 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Sep 30 14:30:36 puppet-user: (file & line not available)", "<13>Sep 30 14:30: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>Sep 30 14:30:37 puppet-user: (file & line not available)", "<13>Sep 30 14:30: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>Sep 30 14:30:37 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Sep 30 14:30:37 puppet-user: Notice: Compiled catalog for standalone.localdomain in environment production in 0.47 seconds", "<13>Sep 30 14:30:43 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Sep 30 14:30:46 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Sep 30 14:30:47 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Sep 30 14:30:47 puppet-user: Notice: Applied catalog in 10.26 seconds", "<13>Sep 30 14:30:47 puppet-user: Application:", "<13>Sep 30 14:30:47 puppet-user: Initial environment: production", "<13>Sep 30 14:30:47 puppet-user: Converged environment: production", "<13>Sep 30 14:30:47 puppet-user: Run mode: user", "<13>Sep 30 14:30:47 puppet-user: Changes:", "<13>Sep 30 14:30:47 puppet-user: Total: 2", "<13>Sep 30 14:30:47 puppet-user: Events:", "<13>Sep 30 14:30:47 puppet-user: Success: 2", "<13>Sep 30 14:30:47 puppet-user: Resources:", "<13>Sep 30 14:30:47 puppet-user: Changed: 2", "<13>Sep 30 14:30:47 puppet-user: Out of sync: 2", "<13>Sep 30 14:30:47 puppet-user: Total: 28", "<13>Sep 30 14:30:47 puppet-user: Time:", "<13>Sep 30 14:30:47 puppet-user: Schedule: 0.00", "<13>Sep 30 14:30:47 puppet-user: File line: 0.00", "<13>Sep 30 14:30:47 puppet-user: Package: 0.00", "<13>Sep 30 14:30:47 puppet-user: File: 0.00", "<13>Sep 30 14:30:47 puppet-user: Augeas: 0.01", "<13>Sep 30 14:30:47 puppet-user: User: 0.01", "<13>Sep 30 14:30:47 puppet-user: Service: 0.07", "<13>Sep 30 14:30:47 puppet-user: Config retrieval: 0.57", "<13>Sep 30 14:30:47 puppet-user: Pcmk property: 1.52", "<13>Sep 30 14:30:47 puppet-user: Transaction evaluation: 10.24", "<13>Sep 30 14:30:47 puppet-user: Catalog application: 10.26", "<13>Sep 30 14:30:47 puppet-user: Last run: 1759242647", "<13>Sep 30 14:30:47 puppet-user: Exec: 2.12", "<13>Sep 30 14:30:47 puppet-user: Pcmk resource op default: 3.09", "<13>Sep 30 14:30:47 puppet-user: Pcmk resource default: 3.25", "<13>Sep 30 14:30:47 puppet-user: Filebucket: 0.00", "<13>Sep 30 14:30:47 puppet-user: Total: 10.26", "<13>Sep 30 14:30:47 puppet-user: Version:", "<13>Sep 30 14:30:47 puppet-user: Config: 1759242636", "<13>Sep 30 14:30:47 puppet-user: Puppet: 7.10.0" ] } 2025-09-30 14:30:53.556785 | fa163eaa-657b-f732-44a0-00000000350c | TIMING | Debug output for task: Run puppet host configuration for step 2 | standalone | 0:17:07.441587 | 0.08s 2025-09-30 14:30:53.589561 | fa163eaa-657b-f732-44a0-00000000350d | TASK | Pre-cache facts for puppet containers 2025-09-30 14:30:53.618156 | fa163eaa-657b-f732-44a0-00000000350d | TIMING | Pre-cache facts for puppet containers | standalone | 0:17:07.502954 | 0.03s 2025-09-30 14:30:53.686724 | fa163eaa-657b-f732-44a0-00000000354c | TASK | Gather variables for each operating system 2025-09-30 14:30:53.799204 | fa163eaa-657b-f732-44a0-00000000354c | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:17:07.684000 | 0.11s 2025-09-30 14:30:53.829186 | fa163eaa-657b-f732-44a0-00000000354d | TASK | Create puppet caching structures 2025-09-30 14:30:54.062939 | fa163eaa-657b-f732-44a0-00000000354d | CHANGED | Create puppet caching structures | standalone 2025-09-30 14:30:54.064346 | fa163eaa-657b-f732-44a0-00000000354d | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:17:07.949147 | 0.23s 2025-09-30 14:30:54.094494 | fa163eaa-657b-f732-44a0-00000000354e | TASK | Check for facter.conf 2025-09-30 14:30:54.340514 | fa163eaa-657b-f732-44a0-00000000354e | OK | Check for facter.conf | standalone 2025-09-30 14:30:54.341877 | fa163eaa-657b-f732-44a0-00000000354e | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:17:08.226678 | 0.25s 2025-09-30 14:30:54.372266 | fa163eaa-657b-f732-44a0-00000000354f | TASK | Remove facter.conf if directory 2025-09-30 14:30:54.423583 | fa163eaa-657b-f732-44a0-00000000354f | SKIPPED | Remove facter.conf if directory | standalone 2025-09-30 14:30:54.425470 | fa163eaa-657b-f732-44a0-00000000354f | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:17:08.310272 | 0.05s 2025-09-30 14:30:54.454877 | fa163eaa-657b-f732-44a0-000000003550 | TASK | Write facter cache config 2025-09-30 14:30:54.963375 | fa163eaa-657b-f732-44a0-000000003550 | CHANGED | Write facter cache config | standalone 2025-09-30 14:30:54.964944 | fa163eaa-657b-f732-44a0-000000003550 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:17:08.849745 | 0.51s 2025-09-30 14:30:54.994843 | fa163eaa-657b-f732-44a0-000000003551 | TASK | Cleanup facter cache if exists 2025-09-30 14:30:55.246996 | fa163eaa-657b-f732-44a0-000000003551 | CHANGED | Cleanup facter cache if exists | standalone 2025-09-30 14:30:55.248635 | fa163eaa-657b-f732-44a0-000000003551 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:17:09.133436 | 0.25s 2025-09-30 14:30:55.279290 | fa163eaa-657b-f732-44a0-000000003552 | TASK | Pre-cache facts 2025-09-30 14:30:55.911329 | fa163eaa-657b-f732-44a0-000000003552 | CHANGED | Pre-cache facts | standalone 2025-09-30 14:30:55.912291 | fa163eaa-657b-f732-44a0-000000003552 | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:17:09.797101 | 0.63s 2025-09-30 14:30:55.933061 | fa163eaa-657b-f732-44a0-000000003553 | TASK | Failed deployment if facter fails 2025-09-30 14:30:55.971585 | fa163eaa-657b-f732-44a0-000000003553 | SKIPPED | Failed deployment if facter fails | standalone 2025-09-30 14:30:55.972204 | fa163eaa-657b-f732-44a0-000000003553 | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:17:09.857017 | 0.04s 2025-09-30 14:30:56.017922 | fa163eaa-657b-f732-44a0-000000003554 | TASK | Sync cached facts 2025-09-30 14:30:56.400570 | fa163eaa-657b-f732-44a0-000000003554 | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163eaa-657b-f732-44a0-000000003554') missing from stats 2025-09-30 14:30:56.458563 | fa163eaa-657b-f732-44a0-00000000350e | TASK | Include container-puppet tasks (generate config) during step 1 2025-09-30 14:30:56.508956 | fa163eaa-657b-f732-44a0-00000000350e | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2025-09-30 14:30:56.510219 | fa163eaa-657b-f732-44a0-00000000350e | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:17:10.395019 | 0.05s 2025-09-30 14:30:56.540925 | fa163eaa-657b-f732-44a0-000000003510 | TASK | Manage containers for step 2 with tripleo-ansible 2025-09-30 14:30:56.570034 | fa163eaa-657b-f732-44a0-000000003510 | TIMING | Manage containers for step 2 with tripleo-ansible | standalone | 0:17:10.454832 | 0.03s 2025-09-30 14:30:56.638874 | fa163eaa-657b-f732-44a0-0000000035ab | TASK | Gather variables for each operating system 2025-09-30 14:30:56.762503 | fa163eaa-657b-f732-44a0-0000000035ab | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:17:10.647286 | 0.12s 2025-09-30 14:30:56.793738 | fa163eaa-657b-f732-44a0-0000000035ac | TASK | Create container logs path 2025-09-30 14:30:57.064859 | fa163eaa-657b-f732-44a0-0000000035ac | OK | Create container logs path | standalone 2025-09-30 14:30:57.066973 | fa163eaa-657b-f732-44a0-0000000035ac | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:17:10.951773 | 0.27s 2025-09-30 14:30:57.103021 | fa163eaa-657b-f732-44a0-0000000035ae | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_2 2025-09-30 14:30:57.390780 | fa163eaa-657b-f732-44a0-0000000035ae | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_2 | standalone 2025-09-30 14:30:57.392249 | fa163eaa-657b-f732-44a0-0000000035ae | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:17:11.277049 | 0.29s 2025-09-30 14:30:57.423434 | fa163eaa-657b-f732-44a0-0000000035af | TASK | Finalise hashes for all containers 2025-09-30 14:30:57.489656 | fa163eaa-657b-f732-44a0-0000000035af | OK | Finalise hashes for all containers | standalone 2025-09-30 14:30:57.490808 | fa163eaa-657b-f732-44a0-0000000035af | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:17:11.375611 | 0.07s 2025-09-30 14:30:57.520465 | fa163eaa-657b-f732-44a0-0000000035b1 | TASK | Manage systemd shutdown files 2025-09-30 14:30:57.555269 | fa163eaa-657b-f732-44a0-0000000035b1 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:17:11.440065 | 0.03s 2025-09-30 14:30:57.593556 | a6bcde34-68cc-4bcf-aa72-c0ade1d66f7f | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-09-30 14:30:57.624528 | fa163eaa-657b-f732-44a0-0000000035e4 | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-09-30 14:30:57.897382 | fa163eaa-657b-f732-44a0-0000000035e4 | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-09-30 14:30:57.898793 | fa163eaa-657b-f732-44a0-0000000035e4 | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:17:11.783595 | 0.27s 2025-09-30 14:30:57.931328 | fa163eaa-657b-f732-44a0-0000000035e5 | TASK | Set podman_drop_in fact 2025-09-30 14:30:57.993672 | fa163eaa-657b-f732-44a0-0000000035e5 | OK | Set podman_drop_in fact | standalone 2025-09-30 14:30:57.994793 | fa163eaa-657b-f732-44a0-0000000035e5 | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:17:11.879597 | 0.06s 2025-09-30 14:30:58.025675 | fa163eaa-657b-f732-44a0-0000000035e7 | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-09-30 14:30:58.515769 | fa163eaa-657b-f732-44a0-0000000035e7 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-09-30 14:30:58.519923 | fa163eaa-657b-f732-44a0-0000000035e7 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:17:12.404718 | 0.49s 2025-09-30 14:30:59.026687 | fa163eaa-657b-f732-44a0-0000000035e7 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-09-30 14:30:59.028164 | fa163eaa-657b-f732-44a0-0000000035e7 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:17:12.912968 | 1.00s 2025-09-30 14:30:59.041175 | fa163eaa-657b-f732-44a0-0000000035e7 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:17:12.925974 | 1.01s 2025-09-30 14:30:59.064979 | fa163eaa-657b-f732-44a0-0000000035e8 | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-09-30 14:30:59.548781 | fa163eaa-657b-f732-44a0-0000000035e8 | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-09-30 14:30:59.549695 | fa163eaa-657b-f732-44a0-0000000035e8 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:17:13.434507 | 0.48s 2025-09-30 14:30:59.570376 | fa163eaa-657b-f732-44a0-0000000035e9 | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-09-30 14:31:00.090181 | fa163eaa-657b-f732-44a0-0000000035e9 | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-09-30 14:31:00.091757 | fa163eaa-657b-f732-44a0-0000000035e9 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:17:13.976559 | 0.52s 2025-09-30 14:31:00.126102 | fa163eaa-657b-f732-44a0-0000000035ea | TASK | Enable and start tripleo-container-shutdown 2025-09-30 14:31:00.893489 | fa163eaa-657b-f732-44a0-0000000035ea | OK | Enable and start tripleo-container-shutdown | standalone 2025-09-30 14:31:00.895735 | fa163eaa-657b-f732-44a0-0000000035ea | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:17:14.780536 | 0.77s 2025-09-30 14:31:00.928106 | fa163eaa-657b-f732-44a0-0000000035eb | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-09-30 14:31:01.451140 | fa163eaa-657b-f732-44a0-0000000035eb | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-09-30 14:31:01.452575 | fa163eaa-657b-f732-44a0-0000000035eb | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:17:15.337377 | 0.52s 2025-09-30 14:31:01.482136 | fa163eaa-657b-f732-44a0-0000000035ec | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-09-30 14:31:02.004708 | fa163eaa-657b-f732-44a0-0000000035ec | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-09-30 14:31:02.006497 | fa163eaa-657b-f732-44a0-0000000035ec | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:17:15.891285 | 0.52s 2025-09-30 14:31:02.036806 | fa163eaa-657b-f732-44a0-0000000035ed | TASK | Enable and start netns-placeholder 2025-09-30 14:31:02.807554 | fa163eaa-657b-f732-44a0-0000000035ed | CHANGED | Enable and start netns-placeholder | standalone 2025-09-30 14:31:02.809660 | fa163eaa-657b-f732-44a0-0000000035ed | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:17:16.694463 | 0.77s 2025-09-30 14:31:02.839988 | fa163eaa-657b-f732-44a0-0000000035b3 | TASK | Update container configs with new config hashes 2025-09-30 14:31:02.901591 | fa163eaa-657b-f732-44a0-0000000035b3 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:17:16.786381 | 0.06s 2025-09-30 14:31:02.923538 | ca31fbea-9d55-4266-bf17-6c4bdb36f7fd | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-09-30 14:31:02.958666 | fa163eaa-657b-f732-44a0-000000003615 | TASK | Update config hashes for container startup configs 2025-09-30 14:31:03.265052 | fa163eaa-657b-f732-44a0-000000003615 | OK | Update config hashes for container startup configs | standalone 2025-09-30 14:31:03.266487 | fa163eaa-657b-f732-44a0-000000003615 | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:17:17.151287 | 0.31s 2025-09-30 14:31:03.298186 | fa163eaa-657b-f732-44a0-0000000035b4 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_2 2025-09-30 14:31:03.359822 | fa163eaa-657b-f732-44a0-0000000035b4 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:17:17.244621 | 0.06s 2025-09-30 14:31:03.384352 | 70cac68a-43e8-480e-a2a7-c3754c5164e9 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-09-30 14:31:03.421773 | fa163eaa-657b-f732-44a0-000000003634 | TASK | Gather podman infos 2025-09-30 14:31:04.420927 | fa163eaa-657b-f732-44a0-000000003634 | OK | Gather podman infos | standalone 2025-09-30 14:31:04.422109 | fa163eaa-657b-f732-44a0-000000003634 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:17:18.306914 | 1.00s 2025-09-30 14:31:04.505234 | fa163eaa-657b-f732-44a0-000000003635 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 2025-09-30 14:31:04.586618 | fa163eaa-657b-f732-44a0-000000003635 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:17:18.471410 | 0.08s 2025-09-30 14:31:04.728440 | fa163eaa-657b-f732-44a0-00000000367e | TIMING | tripleo_container_rm : include_tasks | standalone | 0:17:18.613207 | 0.08s 2025-09-30 14:31:04.792064 | fa163eaa-657b-f732-44a0-0000000035b5 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_2 2025-09-30 14:31:04.855885 | fa163eaa-657b-f732-44a0-0000000035b5 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:17:18.740683 | 0.06s 2025-09-30 14:31:04.878929 | 77ba9e4a-1d4b-4919-82d1-9f9776c7c196 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-09-30 14:31:04.923295 | fa163eaa-657b-f732-44a0-0000000036a4 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 2025-09-30 14:31:21.810446 | fa163eaa-657b-f732-44a0-0000000036a4 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | standalone 2025-09-30 14:31:21.812213 | fa163eaa-657b-f732-44a0-0000000036a4 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:17:35.697015 | 16.89s 2025-09-30 14:31:21.839488 | fa163eaa-657b-f732-44a0-0000000036a5 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_2 2025-09-30 14:31:24.567059 | fa163eaa-657b-f732-44a0-0000000036a5 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_2 | standalone 2025-09-30 14:31:24.568995 | fa163eaa-657b-f732-44a0-0000000036a5 | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:17:38.453797 | 2.73s 2025-09-30 14:31:24.646882 | fa163eaa-657b-f732-44a0-000000003512 | TASK | Clean container_puppet_tasks for standalone step 2 2025-09-30 14:31:24.869069 | fa163eaa-657b-f732-44a0-000000003512 | OK | Clean container_puppet_tasks for standalone step 2 | standalone 2025-09-30 14:31:24.870075 | fa163eaa-657b-f732-44a0-000000003512 | TIMING | Clean container_puppet_tasks for standalone step 2 | standalone | 0:17:38.754885 | 0.22s 2025-09-30 14:31:24.899588 | fa163eaa-657b-f732-44a0-000000003513 | TASK | Calculate container_puppet_tasks for standalone step 2 2025-09-30 14:31:24.959371 | fa163eaa-657b-f732-44a0-000000003513 | TIMING | Calculate container_puppet_tasks for standalone step 2 | standalone | 0:17:38.844162 | 0.06s 2025-09-30 14:31:24.992767 | fa163eaa-657b-f732-44a0-000000003514 | TASK | Include container-puppet tasks for step 2 2025-09-30 14:31:25.046476 | fa163eaa-657b-f732-44a0-000000003514 | TIMING | Include container-puppet tasks for step 2 | standalone | 0:17:38.931267 | 0.05s 2025-09-30 14:31:25.072277 | cff9f608-8f29-485f-b23a-403e7681803a | INCLUDED | /root/standalone-ansible-elkr9mpa/host-container-puppet-tasks.yaml | standalone 2025-09-30 14:31:25.110523 | fa163eaa-657b-f732-44a0-0000000036f0 | TASK | Write container-puppet-tasks json file for standalone step 2 2025-09-30 14:31:25.653974 | fa163eaa-657b-f732-44a0-0000000036f0 | CHANGED | Write container-puppet-tasks json file for standalone step 2 | standalone 2025-09-30 14:31:25.655480 | fa163eaa-657b-f732-44a0-0000000036f0 | TIMING | Write container-puppet-tasks json file for standalone step 2 | standalone | 0:17:39.540281 | 0.54s 2025-09-30 14:31:25.687379 | fa163eaa-657b-f732-44a0-0000000036f2 | TASK | Generate container puppet configs for step 2 2025-09-30 14:31:25.975339 | fa163eaa-657b-f732-44a0-0000000036f2 | OK | Generate container puppet configs for step 2 | standalone 2025-09-30 14:31:25.976890 | fa163eaa-657b-f732-44a0-0000000036f2 | TIMING | Generate container puppet configs for step 2 | standalone | 0:17:39.861687 | 0.29s 2025-09-30 14:31:26.008119 | fa163eaa-657b-f732-44a0-0000000036f3 | TASK | Manage Puppet containers (bootstrap tasks) for step 2 with tripleo-ansible 2025-09-30 14:31:26.038632 | fa163eaa-657b-f732-44a0-0000000036f3 | TIMING | Manage Puppet containers (bootstrap tasks) for step 2 with tripleo-ansible | standalone | 0:17:39.923431 | 0.03s 2025-09-30 14:31:26.108569 | fa163eaa-657b-f732-44a0-000000003722 | TASK | Gather variables for each operating system 2025-09-30 14:31:26.233320 | fa163eaa-657b-f732-44a0-000000003722 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:17:40.118110 | 0.12s 2025-09-30 14:31:26.264721 | fa163eaa-657b-f732-44a0-000000003723 | TASK | Create container logs path 2025-09-30 14:31:26.525634 | fa163eaa-657b-f732-44a0-000000003723 | OK | Create container logs path | standalone 2025-09-30 14:31:26.527118 | fa163eaa-657b-f732-44a0-000000003723 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:17:40.411920 | 0.26s 2025-09-30 14:31:26.560091 | fa163eaa-657b-f732-44a0-000000003725 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_2 2025-09-30 14:31:26.826210 | fa163eaa-657b-f732-44a0-000000003725 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_2 | standalone 2025-09-30 14:31:26.827811 | fa163eaa-657b-f732-44a0-000000003725 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_2 | standalone | 0:17:40.712611 | 0.27s 2025-09-30 14:31:26.859183 | fa163eaa-657b-f732-44a0-000000003726 | TASK | Finalise hashes for all containers 2025-09-30 14:31:26.913834 | fa163eaa-657b-f732-44a0-000000003726 | OK | Finalise hashes for all containers | standalone 2025-09-30 14:31:26.915152 | fa163eaa-657b-f732-44a0-000000003726 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:17:40.799955 | 0.05s 2025-09-30 14:31:26.946170 | fa163eaa-657b-f732-44a0-000000003728 | TASK | Manage systemd shutdown files 2025-09-30 14:31:26.987846 | fa163eaa-657b-f732-44a0-000000003728 | SKIPPED | Manage systemd shutdown files | standalone 2025-09-30 14:31:26.989332 | fa163eaa-657b-f732-44a0-000000003728 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:17:40.874132 | 0.04s 2025-09-30 14:31:27.020283 | fa163eaa-657b-f732-44a0-00000000372a | TASK | Update container configs with new config hashes 2025-09-30 14:31:27.086093 | fa163eaa-657b-f732-44a0-00000000372a | SKIPPED | Update container configs with new config hashes | standalone 2025-09-30 14:31:27.087376 | fa163eaa-657b-f732-44a0-00000000372a | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:17:40.972176 | 0.07s 2025-09-30 14:31:27.123058 | fa163eaa-657b-f732-44a0-00000000372b | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_2 2025-09-30 14:31:27.170584 | fa163eaa-657b-f732-44a0-00000000372b | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone 2025-09-30 14:31:27.171606 | fa163eaa-657b-f732-44a0-00000000372b | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone | 0:17:41.056413 | 0.05s 2025-09-30 14:31:27.196340 | fa163eaa-657b-f732-44a0-00000000372c | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_2 2025-09-30 14:31:27.250495 | fa163eaa-657b-f732-44a0-00000000372c | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone 2025-09-30 14:31:27.251375 | fa163eaa-657b-f732-44a0-00000000372c | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone | 0:17:41.136182 | 0.05s PLAY [External deployment step 3] ********************************************** 2025-09-30 14:31:27.389742 | fa163eaa-657b-f732-44a0-0000000000d2 | TASK | External deployment step 3 2025-09-30 14:31:27.422669 | fa163eaa-657b-f732-44a0-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', 'fa163eaa-657b-f732-44a0-0000000000d2') missing from stats 2025-09-30 14:31:27.482151 | fa163eaa-657b-f732-44a0-0000000000d3 | TIMING | include_tasks | undercloud | 0:17:41.366949 | 0.04s 2025-09-30 14:31:27.492324 | e2780736-3a8e-49ae-bf3b-06d2be87df32 | INCLUDED | /root/standalone-ansible-elkr9mpa/external_deploy_steps_tasks_step3.yaml | undercloud 2025-09-30 14:31:27.513254 | fa163eaa-657b-f732-44a0-00000000377b | TASK | Pause cephadm 2025-09-30 14:31:27.564545 | fa163eaa-657b-f732-44a0-00000000377b | SKIPPED | Pause cephadm | undercloud 2025-09-30 14:31:27.565629 | fa163eaa-657b-f732-44a0-00000000377b | TIMING | Pause cephadm | undercloud | 0:17:41.450432 | 0.05s PLAY [Deploy step tasks for 3] ************************************************* 2025-09-30 14:31:27.709253 | fa163eaa-657b-f732-44a0-0000000000d6 | TASK | Deploy step tasks for 3 2025-09-30 14:31:27.736679 | fa163eaa-657b-f732-44a0-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', 'fa163eaa-657b-f732-44a0-0000000000d6') missing from stats 2025-09-30 14:31:27.759483 | fa163eaa-657b-f732-44a0-0000000000d7 | TASK | Write the config_step hieradata for the deploy step 3 tasks 2025-09-30 14:31:28.277052 | fa163eaa-657b-f732-44a0-0000000000d7 | CHANGED | Write the config_step hieradata for the deploy step 3 tasks | standalone 2025-09-30 14:31:28.278622 | fa163eaa-657b-f732-44a0-0000000000d7 | TIMING | Write the config_step hieradata for the deploy step 3 tasks | standalone | 0:17:42.163423 | 0.52s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-09-30 14:31:28.351884 | fa163eaa-657b-f732-44a0-0000000000d8 | TIMING | include_tasks | standalone | 0:17:42.236686 | 0.04s 2025-09-30 14:31:28.380149 | d3371db9-e8ba-4075-9658-d91c0644b806 | INCLUDED | /root/standalone-ansible-elkr9mpa/Standalone/deploy_steps_tasks_step3.yaml | standalone 2025-09-30 14:31:28.413087 | fa163eaa-657b-f732-44a0-00000000379a | TASK | Start OVN container 2025-09-30 14:31:28.490764 | fa163eaa-657b-f732-44a0-00000000379a | TIMING | Start OVN container | standalone | 0:17:42.375524 | 0.08s 2025-09-30 14:31:28.526940 | fa163eaa-657b-f732-44a0-00000000379a | TIMING | Start OVN container | standalone | 0:17:42.411746 | 0.11s 2025-09-30 14:31:28.550168 | fa163eaa-657b-f732-44a0-00000000379a | TIMING | Start OVN container | standalone | 0:17:42.434977 | 0.14s 2025-09-30 14:31:28.561586 | fa163eaa-657b-f732-44a0-00000000379a | TIMING | Start OVN container | standalone | 0:17:42.446394 | 0.15s 2025-09-30 14:31:28.658116 | fa163eaa-657b-f732-44a0-0000000037d2 | TASK | Gather variables for each operating system 2025-09-30 14:31:28.780226 | fa163eaa-657b-f732-44a0-0000000037d2 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:17:42.665016 | 0.12s 2025-09-30 14:31:28.810660 | fa163eaa-657b-f732-44a0-0000000037d3 | TASK | Create container logs path 2025-09-30 14:31:29.065185 | fa163eaa-657b-f732-44a0-0000000037d3 | OK | Create container logs path | standalone 2025-09-30 14:31:29.066635 | fa163eaa-657b-f732-44a0-0000000037d3 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:17:42.951390 | 0.25s 2025-09-30 14:31:29.090797 | fa163eaa-657b-f732-44a0-0000000037d5 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 2025-09-30 14:31:29.380065 | fa163eaa-657b-f732-44a0-0000000037d5 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-09-30 14:31:29.381486 | fa163eaa-657b-f732-44a0-0000000037d5 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:43.266287 | 0.29s 2025-09-30 14:31:29.411646 | fa163eaa-657b-f732-44a0-0000000037d6 | TASK | Finalise hashes for all containers 2025-09-30 14:31:29.516099 | fa163eaa-657b-f732-44a0-0000000037d6 | OK | Finalise hashes for all containers | standalone 2025-09-30 14:31:29.517272 | fa163eaa-657b-f732-44a0-0000000037d6 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:17:43.402075 | 0.10s 2025-09-30 14:31:29.541641 | fa163eaa-657b-f732-44a0-0000000037d8 | TASK | Manage systemd shutdown files 2025-09-30 14:31:29.601968 | fa163eaa-657b-f732-44a0-0000000037d8 | SKIPPED | Manage systemd shutdown files | standalone 2025-09-30 14:31:29.603343 | fa163eaa-657b-f732-44a0-0000000037d8 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:17:43.488135 | 0.06s 2025-09-30 14:31:29.635232 | fa163eaa-657b-f732-44a0-0000000037da | TASK | Update container configs with new config hashes 2025-09-30 14:31:29.696871 | fa163eaa-657b-f732-44a0-0000000037da | SKIPPED | Update container configs with new config hashes | standalone 2025-09-30 14:31:29.698561 | fa163eaa-657b-f732-44a0-0000000037da | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:17:43.583355 | 0.06s 2025-09-30 14:31:29.730661 | fa163eaa-657b-f732-44a0-0000000037db | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-09-30 14:31:29.815376 | fa163eaa-657b-f732-44a0-0000000037db | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:43.700170 | 0.08s 2025-09-30 14:31:29.845326 | b17840c7-355a-4b4a-a998-f7b43b844bf3 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-09-30 14:31:29.875468 | fa163eaa-657b-f732-44a0-000000003867 | TASK | Gather podman infos 2025-09-30 14:31:31.192552 | fa163eaa-657b-f732-44a0-000000003867 | OK | Gather podman infos | standalone 2025-09-30 14:31:31.193921 | fa163eaa-657b-f732-44a0-000000003867 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:17:45.078727 | 1.32s 2025-09-30 14:31:31.280858 | fa163eaa-657b-f732-44a0-000000003868 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-09-30 14:31:31.370153 | fa163eaa-657b-f732-44a0-000000003868 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:45.254946 | 0.08s 2025-09-30 14:31:31.537022 | fa163eaa-657b-f732-44a0-0000000038a9 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:17:45.421810 | 0.10s 2025-09-30 14:31:31.595333 | fa163eaa-657b-f732-44a0-0000000037dc | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-09-30 14:31:31.670370 | fa163eaa-657b-f732-44a0-0000000037dc | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:45.555162 | 0.07s 2025-09-30 14:31:31.693858 | daf18299-0366-4732-8962-b0188ba59655 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-09-30 14:31:31.731288 | fa163eaa-657b-f732-44a0-0000000038d2 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-09-30 14:31:32.630741 | fa163eaa-657b-f732-44a0-0000000038d2 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-09-30 14:31:32.632006 | fa163eaa-657b-f732-44a0-0000000038d2 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:46.516812 | 0.90s 2025-09-30 14:31:32.656768 | fa163eaa-657b-f732-44a0-0000000038d3 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 2025-09-30 14:31:35.609117 | fa163eaa-657b-f732-44a0-0000000038d3 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-09-30 14:31:35.610989 | fa163eaa-657b-f732-44a0-0000000038d3 | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:49.495791 | 2.95s 2025-09-30 14:31:35.668307 | fa163eaa-657b-f732-44a0-0000000037fd | TASK | Gather variables for each operating system 2025-09-30 14:31:35.793612 | fa163eaa-657b-f732-44a0-0000000037fd | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:17:49.678402 | 0.12s 2025-09-30 14:31:35.823851 | fa163eaa-657b-f732-44a0-0000000037fe | TASK | Create container logs path 2025-09-30 14:31:36.116850 | fa163eaa-657b-f732-44a0-0000000037fe | OK | Create container logs path | standalone 2025-09-30 14:31:36.118299 | fa163eaa-657b-f732-44a0-0000000037fe | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:17:50.003101 | 0.29s 2025-09-30 14:31:36.152212 | fa163eaa-657b-f732-44a0-000000003800 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 2025-09-30 14:31:36.470686 | fa163eaa-657b-f732-44a0-000000003800 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-09-30 14:31:36.472118 | fa163eaa-657b-f732-44a0-000000003800 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:50.356919 | 0.32s 2025-09-30 14:31:36.501521 | fa163eaa-657b-f732-44a0-000000003801 | TASK | Finalise hashes for all containers 2025-09-30 14:31:36.606569 | fa163eaa-657b-f732-44a0-000000003801 | OK | Finalise hashes for all containers | standalone 2025-09-30 14:31:36.607800 | fa163eaa-657b-f732-44a0-000000003801 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:17:50.492604 | 0.10s 2025-09-30 14:31:36.637593 | fa163eaa-657b-f732-44a0-000000003803 | TASK | Manage systemd shutdown files 2025-09-30 14:31:36.692496 | fa163eaa-657b-f732-44a0-000000003803 | SKIPPED | Manage systemd shutdown files | standalone 2025-09-30 14:31:36.693621 | fa163eaa-657b-f732-44a0-000000003803 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:17:50.578421 | 0.05s 2025-09-30 14:31:36.723559 | fa163eaa-657b-f732-44a0-000000003805 | TASK | Update container configs with new config hashes 2025-09-30 14:31:36.796448 | fa163eaa-657b-f732-44a0-000000003805 | SKIPPED | Update container configs with new config hashes | standalone 2025-09-30 14:31:36.797650 | fa163eaa-657b-f732-44a0-000000003805 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:17:50.682451 | 0.07s 2025-09-30 14:31:36.829003 | fa163eaa-657b-f732-44a0-000000003806 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-09-30 14:31:36.901633 | fa163eaa-657b-f732-44a0-000000003806 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:50.786429 | 0.07s 2025-09-30 14:31:36.927028 | 95e5eff4-b0af-40af-b3f2-02f69f8df2c1 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-09-30 14:31:36.964861 | fa163eaa-657b-f732-44a0-00000000391e | TASK | Gather podman infos 2025-09-30 14:31:38.177290 | fa163eaa-657b-f732-44a0-00000000391e | OK | Gather podman infos | standalone 2025-09-30 14:31:38.178571 | fa163eaa-657b-f732-44a0-00000000391e | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:17:52.063377 | 1.21s 2025-09-30 14:31:38.269160 | fa163eaa-657b-f732-44a0-00000000391f | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-09-30 14:31:38.361932 | fa163eaa-657b-f732-44a0-00000000391f | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:52.246725 | 0.09s 2025-09-30 14:31:38.520451 | fa163eaa-657b-f732-44a0-0000000038a9 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:17:52.405205 | 0.10s 2025-09-30 14:31:38.582423 | fa163eaa-657b-f732-44a0-000000003807 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-09-30 14:31:38.657081 | fa163eaa-657b-f732-44a0-000000003807 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:52.541871 | 0.07s 2025-09-30 14:31:38.681306 | c97ff8ef-de86-4948-b20a-e490b17ca9be | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-09-30 14:31:38.722736 | fa163eaa-657b-f732-44a0-000000003984 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-09-30 14:31:39.626052 | fa163eaa-657b-f732-44a0-000000003984 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-09-30 14:31:39.627628 | fa163eaa-657b-f732-44a0-000000003984 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:53.512429 | 0.90s 2025-09-30 14:31:39.659979 | fa163eaa-657b-f732-44a0-000000003985 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 2025-09-30 14:31:42.606967 | fa163eaa-657b-f732-44a0-000000003985 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-09-30 14:31:42.608692 | fa163eaa-657b-f732-44a0-000000003985 | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:56.493493 | 2.95s 2025-09-30 14:31:42.664993 | fa163eaa-657b-f732-44a0-000000003828 | TASK | Gather variables for each operating system 2025-09-30 14:31:42.784774 | fa163eaa-657b-f732-44a0-000000003828 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:17:56.669557 | 0.12s 2025-09-30 14:31:42.815823 | fa163eaa-657b-f732-44a0-000000003829 | TASK | Create container logs path 2025-09-30 14:31:43.083709 | fa163eaa-657b-f732-44a0-000000003829 | OK | Create container logs path | standalone 2025-09-30 14:31:43.085181 | fa163eaa-657b-f732-44a0-000000003829 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:17:56.969979 | 0.27s 2025-09-30 14:31:43.116618 | fa163eaa-657b-f732-44a0-00000000382b | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 2025-09-30 14:31:43.434465 | fa163eaa-657b-f732-44a0-00000000382b | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-09-30 14:31:43.435890 | fa163eaa-657b-f732-44a0-00000000382b | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:57.320691 | 0.32s 2025-09-30 14:31:43.466168 | fa163eaa-657b-f732-44a0-00000000382c | TASK | Finalise hashes for all containers 2025-09-30 14:31:43.543500 | fa163eaa-657b-f732-44a0-00000000382c | OK | Finalise hashes for all containers | standalone 2025-09-30 14:31:43.544807 | fa163eaa-657b-f732-44a0-00000000382c | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:17:57.429608 | 0.08s 2025-09-30 14:31:43.575103 | fa163eaa-657b-f732-44a0-00000000382e | TASK | Manage systemd shutdown files 2025-09-30 14:31:43.616426 | fa163eaa-657b-f732-44a0-00000000382e | SKIPPED | Manage systemd shutdown files | standalone 2025-09-30 14:31:43.617654 | fa163eaa-657b-f732-44a0-00000000382e | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:17:57.502452 | 0.04s 2025-09-30 14:31:43.647951 | fa163eaa-657b-f732-44a0-000000003830 | TASK | Update container configs with new config hashes 2025-09-30 14:31:43.700962 | fa163eaa-657b-f732-44a0-000000003830 | SKIPPED | Update container configs with new config hashes | standalone 2025-09-30 14:31:43.702191 | fa163eaa-657b-f732-44a0-000000003830 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:17:57.586986 | 0.05s 2025-09-30 14:31:43.733380 | fa163eaa-657b-f732-44a0-000000003831 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-09-30 14:31:43.795880 | fa163eaa-657b-f732-44a0-000000003831 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:57.680665 | 0.06s 2025-09-30 14:31:43.823774 | 16527935-208f-4e64-91e7-fbbf53f5a4b4 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-09-30 14:31:43.860311 | fa163eaa-657b-f732-44a0-0000000039d0 | TASK | Gather podman infos 2025-09-30 14:31:45.066741 | fa163eaa-657b-f732-44a0-0000000039d0 | OK | Gather podman infos | standalone 2025-09-30 14:31:45.068093 | fa163eaa-657b-f732-44a0-0000000039d0 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:17:58.952895 | 1.21s 2025-09-30 14:31:45.159034 | fa163eaa-657b-f732-44a0-0000000039d1 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-09-30 14:31:45.251264 | fa163eaa-657b-f732-44a0-0000000039d1 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:59.136055 | 0.09s 2025-09-30 14:31:45.400230 | fa163eaa-657b-f732-44a0-0000000038a9 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:17:59.285020 | 0.09s 2025-09-30 14:31:45.463445 | fa163eaa-657b-f732-44a0-000000003832 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-09-30 14:31:45.539449 | fa163eaa-657b-f732-44a0-000000003832 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:59.424242 | 0.07s 2025-09-30 14:31:45.563229 | 7224a7ed-1801-4a2e-8b36-e72654a9119b | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-09-30 14:31:45.605549 | fa163eaa-657b-f732-44a0-000000003a36 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-09-30 14:31:46.701646 | fa163eaa-657b-f732-44a0-000000003a36 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-09-30 14:31:46.702703 | fa163eaa-657b-f732-44a0-000000003a36 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:18:00.587512 | 1.10s 2025-09-30 14:31:46.723797 | fa163eaa-657b-f732-44a0-000000003a37 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 2025-09-30 14:31:49.774225 | fa163eaa-657b-f732-44a0-000000003a37 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-09-30 14:31:49.776449 | fa163eaa-657b-f732-44a0-000000003a37 | 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:18:03.661244 | 3.05s 2025-09-30 14:31:49.837722 | fa163eaa-657b-f732-44a0-00000000379c | TASK | Set NB connection 2025-09-30 14:31:50.324371 | fa163eaa-657b-f732-44a0-00000000379c | CHANGED | Set NB connection | standalone 2025-09-30 14:31:50.325876 | fa163eaa-657b-f732-44a0-00000000379c | TIMING | Set NB connection | standalone | 0:18:04.210676 | 0.49s 2025-09-30 14:31:50.354006 | fa163eaa-657b-f732-44a0-00000000379d | TASK | Set SB connection 2025-09-30 14:31:50.833576 | fa163eaa-657b-f732-44a0-00000000379d | CHANGED | Set SB connection | standalone 2025-09-30 14:31:50.835160 | fa163eaa-657b-f732-44a0-00000000379d | TIMING | Set SB connection | standalone | 0:18:04.719960 | 0.48s 2025-09-30 14:31:50.863513 | fa163eaa-657b-f732-44a0-0000000000da | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_3 already exists 2025-09-30 14:31:51.089677 | fa163eaa-657b-f732-44a0-0000000000da | OK | Check if /var/lib/tripleo-config/container-startup-config/step_3 already exists | standalone 2025-09-30 14:31:51.091090 | fa163eaa-657b-f732-44a0-0000000000da | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_3 already exists | standalone | 0:18:04.975891 | 0.23s 2025-09-30 14:31:51.172347 | fa163eaa-657b-f732-44a0-0000000000db | TIMING | include_tasks | standalone | 0:18:05.057143 | 0.05s 2025-09-30 14:31:51.210135 | b3df7b4e-e0c2-4b2f-a0e8-eb350c4771f5 | INCLUDED | /root/standalone-ansible-elkr9mpa/common_deploy_steps_tasks.yaml | standalone 2025-09-30 14:31:51.243197 | fa163eaa-657b-f732-44a0-000000003a7c | TASK | Write the config_step hieradata 2025-09-30 14:31:51.750329 | fa163eaa-657b-f732-44a0-000000003a7c | OK | Write the config_step hieradata | standalone 2025-09-30 14:31:51.751556 | fa163eaa-657b-f732-44a0-000000003a7c | TIMING | Write the config_step hieradata | standalone | 0:18:05.636362 | 0.51s 2025-09-30 14:31:51.777260 | fa163eaa-657b-f732-44a0-000000003a7d | TASK | Run puppet host configuration for step 3 2025-09-30 14:31:52.110828 | fa163eaa-657b-f732-44a0-000000003a7d | CHANGED | Run puppet host configuration for step 3 | standalone 2025-09-30 14:31:52.112138 | fa163eaa-657b-f732-44a0-000000003a7d | TIMING | Run puppet host configuration for step 3 | standalone | 0:18:05.996938 | 0.33s 2025-09-30 14:31:52.141890 | fa163eaa-657b-f732-44a0-000000003a7e | TASK | Wait for puppet host configuration to finish 2025-09-30 14:31:52.403853 | fa163eaa-657b-f732-44a0-000000003a7e | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-09-30 14:32:02.646418 | fa163eaa-657b-f732-44a0-000000003a7e | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-09-30 14:32:12.832067 | fa163eaa-657b-f732-44a0-000000003a7e | CHANGED | Wait for puppet host configuration to finish | standalone 2025-09-30 14:32:12.834690 | fa163eaa-657b-f732-44a0-000000003a7e | TIMING | Wait for puppet host configuration to finish | standalone | 0:18:26.719491 | 20.69s 2025-09-30 14:32:12.869559 | fa163eaa-657b-f732-44a0-000000003a7f | TASK | Debug output for task: Run puppet host configuration for step 3 2025-09-30 14:32:12.955141 | fa163eaa-657b-f732-44a0-000000003a7f | 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>Sep 30 14:31:52 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Sep 30 14:31:56 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Sep 30 14:31:56 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Sep 30 14:31:56 puppet-user: (file & line not available)", "<13>Sep 30 14:31:56 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>Sep 30 14:31:56 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Sep 30 14:31:57 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Sep 30 14:31:57 puppet-user: Notice: Compiled catalog for standalone.localdomain in environment production in 0.41 seconds", "<13>Sep 30 14:32:01 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Sep 30 14:32:03 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Sep 30 14:32:04 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Sep 30 14:32:04 puppet-user: Notice: Applied catalog in 7.86 seconds", "<13>Sep 30 14:32:04 puppet-user: Application:", "<13>Sep 30 14:32:04 puppet-user: Initial environment: production", "<13>Sep 30 14:32:04 puppet-user: Converged environment: production", "<13>Sep 30 14:32:04 puppet-user: Run mode: user", "<13>Sep 30 14:32:04 puppet-user: Changes:", "<13>Sep 30 14:32:04 puppet-user: Total: 2", "<13>Sep 30 14:32:04 puppet-user: Events:", "<13>Sep 30 14:32:04 puppet-user: Success: 2", "<13>Sep 30 14:32:04 puppet-user: Resources:", "<13>Sep 30 14:32:04 puppet-user: Changed: 2", "<13>Sep 30 14:32:04 puppet-user: Out of sync: 2", "<13>Sep 30 14:32:04 puppet-user: Total: 28", "<13>Sep 30 14:32:04 puppet-user: Time:", "<13>Sep 30 14:32:04 puppet-user: Filebucket: 0.00", "<13>Sep 30 14:32:04 puppet-user: File line: 0.00", "<13>Sep 30 14:32:04 puppet-user: Schedule: 0.00", "<13>Sep 30 14:32:04 puppet-user: Package: 0.00", "<13>Sep 30 14:32:04 puppet-user: File: 0.00", "<13>Sep 30 14:32:04 puppet-user: Augeas: 0.01", "<13>Sep 30 14:32:04 puppet-user: User: 0.04", "<13>Sep 30 14:32:04 puppet-user: Service: 0.07", "<13>Sep 30 14:32:04 puppet-user: Config retrieval: 0.46", "<13>Sep 30 14:32:04 puppet-user: Pcmk property: 1.42", "<13>Sep 30 14:32:04 puppet-user: Last run: 1759242724", "<13>Sep 30 14:32:04 puppet-user: Pcmk resource op default: 2.03", "<13>Sep 30 14:32:04 puppet-user: Exec: 2.03", "<13>Sep 30 14:32:04 puppet-user: Pcmk resource default: 2.03", "<13>Sep 30 14:32:04 puppet-user: Transaction evaluation: 7.85", "<13>Sep 30 14:32:04 puppet-user: Catalog application: 7.86", "<13>Sep 30 14:32:04 puppet-user: Total: 7.87", "<13>Sep 30 14:32:04 puppet-user: Version:", "<13>Sep 30 14:32:04 puppet-user: Config: 1759242716", "<13>Sep 30 14:32:04 puppet-user: Puppet: 7.10.0" ] } 2025-09-30 14:32:12.956622 | fa163eaa-657b-f732-44a0-000000003a7f | TIMING | Debug output for task: Run puppet host configuration for step 3 | standalone | 0:18:26.841421 | 0.09s 2025-09-30 14:32:12.986263 | fa163eaa-657b-f732-44a0-000000003a80 | TASK | Pre-cache facts for puppet containers 2025-09-30 14:32:13.007698 | fa163eaa-657b-f732-44a0-000000003a80 | TIMING | Pre-cache facts for puppet containers | standalone | 0:18:26.892488 | 0.02s 2025-09-30 14:32:13.078487 | fa163eaa-657b-f732-44a0-000000003abf | TASK | Gather variables for each operating system 2025-09-30 14:32:13.201218 | fa163eaa-657b-f732-44a0-000000003abf | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:18:27.086011 | 0.12s 2025-09-30 14:32:13.230561 | fa163eaa-657b-f732-44a0-000000003ac0 | TASK | Create puppet caching structures 2025-09-30 14:32:13.462284 | fa163eaa-657b-f732-44a0-000000003ac0 | CHANGED | Create puppet caching structures | standalone 2025-09-30 14:32:13.463662 | fa163eaa-657b-f732-44a0-000000003ac0 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:18:27.348465 | 0.23s 2025-09-30 14:32:13.492490 | fa163eaa-657b-f732-44a0-000000003ac1 | TASK | Check for facter.conf 2025-09-30 14:32:13.746560 | fa163eaa-657b-f732-44a0-000000003ac1 | OK | Check for facter.conf | standalone 2025-09-30 14:32:13.748010 | fa163eaa-657b-f732-44a0-000000003ac1 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:18:27.632812 | 0.25s 2025-09-30 14:32:13.777564 | fa163eaa-657b-f732-44a0-000000003ac2 | TASK | Remove facter.conf if directory 2025-09-30 14:32:13.805639 | fa163eaa-657b-f732-44a0-000000003ac2 | SKIPPED | Remove facter.conf if directory | standalone 2025-09-30 14:32:13.806717 | fa163eaa-657b-f732-44a0-000000003ac2 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:18:27.691516 | 0.03s 2025-09-30 14:32:13.833108 | fa163eaa-657b-f732-44a0-000000003ac3 | TASK | Write facter cache config 2025-09-30 14:32:14.387981 | fa163eaa-657b-f732-44a0-000000003ac3 | CHANGED | Write facter cache config | standalone 2025-09-30 14:32:14.389599 | fa163eaa-657b-f732-44a0-000000003ac3 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:18:28.274400 | 0.55s 2025-09-30 14:32:14.421507 | fa163eaa-657b-f732-44a0-000000003ac4 | TASK | Cleanup facter cache if exists 2025-09-30 14:32:14.689089 | fa163eaa-657b-f732-44a0-000000003ac4 | CHANGED | Cleanup facter cache if exists | standalone 2025-09-30 14:32:14.694139 | fa163eaa-657b-f732-44a0-000000003ac4 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:18:28.578929 | 0.27s 2025-09-30 14:32:14.725511 | fa163eaa-657b-f732-44a0-000000003ac5 | TASK | Pre-cache facts 2025-09-30 14:32:15.394789 | fa163eaa-657b-f732-44a0-000000003ac5 | CHANGED | Pre-cache facts | standalone 2025-09-30 14:32:15.396352 | fa163eaa-657b-f732-44a0-000000003ac5 | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:18:29.281151 | 0.67s 2025-09-30 14:32:15.428708 | fa163eaa-657b-f732-44a0-000000003ac6 | TASK | Failed deployment if facter fails 2025-09-30 14:32:15.462689 | fa163eaa-657b-f732-44a0-000000003ac6 | SKIPPED | Failed deployment if facter fails | standalone 2025-09-30 14:32:15.463906 | fa163eaa-657b-f732-44a0-000000003ac6 | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:18:29.348707 | 0.03s 2025-09-30 14:32:15.511073 | fa163eaa-657b-f732-44a0-000000003ac7 | TASK | Sync cached facts 2025-09-30 14:32:15.840957 | fa163eaa-657b-f732-44a0-000000003ac7 | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163eaa-657b-f732-44a0-000000003ac7') missing from stats 2025-09-30 14:32:15.974551 | fa163eaa-657b-f732-44a0-000000003a81 | TASK | Include container-puppet tasks (generate config) during step 1 2025-09-30 14:32:16.023189 | fa163eaa-657b-f732-44a0-000000003a81 | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2025-09-30 14:32:16.024590 | fa163eaa-657b-f732-44a0-000000003a81 | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:18:29.909390 | 0.05s 2025-09-30 14:32:16.058188 | fa163eaa-657b-f732-44a0-000000003a83 | TASK | Manage containers for step 3 with tripleo-ansible 2025-09-30 14:32:16.087616 | fa163eaa-657b-f732-44a0-000000003a83 | TIMING | Manage containers for step 3 with tripleo-ansible | standalone | 0:18:29.972412 | 0.03s 2025-09-30 14:32:16.143326 | fa163eaa-657b-f732-44a0-000000003b1e | TASK | Gather variables for each operating system 2025-09-30 14:32:16.259592 | fa163eaa-657b-f732-44a0-000000003b1e | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:18:30.144385 | 0.12s 2025-09-30 14:32:16.290774 | fa163eaa-657b-f732-44a0-000000003b1f | TASK | Create container logs path 2025-09-30 14:32:16.551680 | fa163eaa-657b-f732-44a0-000000003b1f | OK | Create container logs path | standalone 2025-09-30 14:32:16.553106 | fa163eaa-657b-f732-44a0-000000003b1f | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:18:30.437909 | 0.26s 2025-09-30 14:32:16.585674 | fa163eaa-657b-f732-44a0-000000003b21 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_3 2025-09-30 14:32:16.890642 | fa163eaa-657b-f732-44a0-000000003b21 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_3 | standalone 2025-09-30 14:32:16.892332 | fa163eaa-657b-f732-44a0-000000003b21 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:18:30.777128 | 0.30s 2025-09-30 14:32:16.928855 | fa163eaa-657b-f732-44a0-000000003b22 | TASK | Finalise hashes for all containers 2025-09-30 14:32:17.026954 | fa163eaa-657b-f732-44a0-000000003b22 | OK | Finalise hashes for all containers | standalone 2025-09-30 14:32:17.028515 | fa163eaa-657b-f732-44a0-000000003b22 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:18:30.913309 | 0.10s 2025-09-30 14:32:17.062692 | fa163eaa-657b-f732-44a0-000000003b24 | TASK | Manage systemd shutdown files 2025-09-30 14:32:17.107546 | fa163eaa-657b-f732-44a0-000000003b24 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:18:30.992337 | 0.04s 2025-09-30 14:32:17.142761 | 757f8c63-87e2-4bc4-be14-51cc5e52732d | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-09-30 14:32:17.171265 | fa163eaa-657b-f732-44a0-000000003b57 | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-09-30 14:32:17.456274 | fa163eaa-657b-f732-44a0-000000003b57 | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-09-30 14:32:17.457768 | fa163eaa-657b-f732-44a0-000000003b57 | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:18:31.342567 | 0.29s 2025-09-30 14:32:17.487670 | fa163eaa-657b-f732-44a0-000000003b58 | TASK | Set podman_drop_in fact 2025-09-30 14:32:17.550915 | fa163eaa-657b-f732-44a0-000000003b58 | OK | Set podman_drop_in fact | standalone 2025-09-30 14:32:17.552231 | fa163eaa-657b-f732-44a0-000000003b58 | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:18:31.437032 | 0.06s 2025-09-30 14:32:17.583513 | fa163eaa-657b-f732-44a0-000000003b5a | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-09-30 14:32:18.135177 | fa163eaa-657b-f732-44a0-000000003b5a | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-09-30 14:32:18.136505 | fa163eaa-657b-f732-44a0-000000003b5a | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:18:32.021309 | 0.55s 2025-09-30 14:32:18.615221 | fa163eaa-657b-f732-44a0-000000003b5a | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-09-30 14:32:18.615973 | fa163eaa-657b-f732-44a0-000000003b5a | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:18:32.500785 | 1.03s 2025-09-30 14:32:18.622490 | fa163eaa-657b-f732-44a0-000000003b5a | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:18:32.507286 | 1.04s 2025-09-30 14:32:18.655508 | fa163eaa-657b-f732-44a0-000000003b5b | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-09-30 14:32:19.213582 | fa163eaa-657b-f732-44a0-000000003b5b | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-09-30 14:32:19.215026 | fa163eaa-657b-f732-44a0-000000003b5b | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:18:33.099828 | 0.56s 2025-09-30 14:32:19.246701 | fa163eaa-657b-f732-44a0-000000003b5c | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-09-30 14:32:19.784540 | fa163eaa-657b-f732-44a0-000000003b5c | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-09-30 14:32:19.785948 | fa163eaa-657b-f732-44a0-000000003b5c | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:18:33.670750 | 0.54s 2025-09-30 14:32:19.816116 | fa163eaa-657b-f732-44a0-000000003b5d | TASK | Enable and start tripleo-container-shutdown 2025-09-30 14:32:20.575536 | fa163eaa-657b-f732-44a0-000000003b5d | OK | Enable and start tripleo-container-shutdown | standalone 2025-09-30 14:32:20.578209 | fa163eaa-657b-f732-44a0-000000003b5d | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:18:34.463001 | 0.76s 2025-09-30 14:32:20.614680 | fa163eaa-657b-f732-44a0-000000003b5e | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-09-30 14:32:21.128497 | fa163eaa-657b-f732-44a0-000000003b5e | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-09-30 14:32:21.129882 | fa163eaa-657b-f732-44a0-000000003b5e | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:18:35.014685 | 0.51s 2025-09-30 14:32:21.165619 | fa163eaa-657b-f732-44a0-000000003b5f | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-09-30 14:32:21.690019 | fa163eaa-657b-f732-44a0-000000003b5f | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-09-30 14:32:21.692114 | fa163eaa-657b-f732-44a0-000000003b5f | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:18:35.576920 | 0.52s 2025-09-30 14:32:21.715974 | fa163eaa-657b-f732-44a0-000000003b60 | TASK | Enable and start netns-placeholder 2025-09-30 14:32:22.533708 | fa163eaa-657b-f732-44a0-000000003b60 | CHANGED | Enable and start netns-placeholder | standalone 2025-09-30 14:32:22.535116 | fa163eaa-657b-f732-44a0-000000003b60 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:18:36.419924 | 0.82s 2025-09-30 14:32:22.558112 | fa163eaa-657b-f732-44a0-000000003b26 | TASK | Update container configs with new config hashes 2025-09-30 14:32:22.617743 | fa163eaa-657b-f732-44a0-000000003b26 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:18:36.502535 | 0.06s 2025-09-30 14:32:22.639109 | e2634e2b-f1f7-401f-a50e-c0e96703c734 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-09-30 14:32:22.673106 | fa163eaa-657b-f732-44a0-000000003b88 | TASK | Update config hashes for container startup configs 2025-09-30 14:32:22.967749 | fa163eaa-657b-f732-44a0-000000003b88 | OK | Update config hashes for container startup configs | standalone 2025-09-30 14:32:22.969643 | fa163eaa-657b-f732-44a0-000000003b88 | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:18:36.853898 | 0.29s 2025-09-30 14:32:23.003863 | fa163eaa-657b-f732-44a0-000000003b27 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_3 2025-09-30 14:32:23.066948 | fa163eaa-657b-f732-44a0-000000003b27 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:18:36.951743 | 0.06s 2025-09-30 14:32:23.094212 | e165674f-39af-4af2-b8df-012aaf582def | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-09-30 14:32:23.131569 | fa163eaa-657b-f732-44a0-000000003ba7 | TASK | Gather podman infos 2025-09-30 14:32:24.309269 | fa163eaa-657b-f732-44a0-000000003ba7 | OK | Gather podman infos | standalone 2025-09-30 14:32:24.310650 | fa163eaa-657b-f732-44a0-000000003ba7 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:18:38.195449 | 1.18s 2025-09-30 14:32:24.472589 | fa163eaa-657b-f732-44a0-000000003ba8 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 2025-09-30 14:32:24.550031 | fa163eaa-657b-f732-44a0-000000003ba8 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:18:38.434833 | 0.07s 2025-09-30 14:32:24.675153 | fa163eaa-657b-f732-44a0-0000000038a9 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:18:38.559945 | 0.09s 2025-09-30 14:32:24.735512 | fa163eaa-657b-f732-44a0-000000003b28 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_3 2025-09-30 14:32:24.799486 | fa163eaa-657b-f732-44a0-000000003b28 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:18:38.684263 | 0.06s 2025-09-30 14:32:24.824942 | 160113c5-f7f8-47ec-be03-687681b3a659 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-09-30 14:32:24.862307 | fa163eaa-657b-f732-44a0-000000003c12 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 2025-09-30 14:33:20.004622 | fa163eaa-657b-f732-44a0-000000003c12 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | standalone 2025-09-30 14:33:20.005838 | fa163eaa-657b-f732-44a0-000000003c12 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:19:33.890645 | 55.14s 2025-09-30 14:33:20.039218 | fa163eaa-657b-f732-44a0-000000003c13 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_3 2025-09-30 14:33:55.555139 | fa163eaa-657b-f732-44a0-000000003c13 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_3 | standalone 2025-09-30 14:33:55.556814 | fa163eaa-657b-f732-44a0-000000003c13 | 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:20:09.441615 | 35.52s 2025-09-30 14:33:55.632598 | fa163eaa-657b-f732-44a0-000000003a85 | TASK | Clean container_puppet_tasks for standalone step 3 2025-09-30 14:33:55.862828 | fa163eaa-657b-f732-44a0-000000003a85 | OK | Clean container_puppet_tasks for standalone step 3 | standalone 2025-09-30 14:33:55.864279 | fa163eaa-657b-f732-44a0-000000003a85 | TIMING | Clean container_puppet_tasks for standalone step 3 | standalone | 0:20:09.749079 | 0.23s 2025-09-30 14:33:55.911201 | fa163eaa-657b-f732-44a0-000000003a86 | TASK | Calculate container_puppet_tasks for standalone step 3 2025-09-30 14:33:55.952339 | fa163eaa-657b-f732-44a0-000000003a86 | TIMING | Calculate container_puppet_tasks for standalone step 3 | standalone | 0:20:09.837139 | 0.04s 2025-09-30 14:33:55.976220 | fa163eaa-657b-f732-44a0-000000003a87 | TASK | Include container-puppet tasks for step 3 2025-09-30 14:33:56.008423 | fa163eaa-657b-f732-44a0-000000003a87 | TIMING | Include container-puppet tasks for step 3 | standalone | 0:20:09.893194 | 0.03s 2025-09-30 14:33:56.025165 | 27ad4d5a-81fd-4a3f-8c5c-a4e2fa6df773 | INCLUDED | /root/standalone-ansible-elkr9mpa/host-container-puppet-tasks.yaml | standalone 2025-09-30 14:33:56.061826 | fa163eaa-657b-f732-44a0-000000003c5e | TASK | Write container-puppet-tasks json file for standalone step 3 2025-09-30 14:33:56.534480 | fa163eaa-657b-f732-44a0-000000003c5e | CHANGED | Write container-puppet-tasks json file for standalone step 3 | standalone 2025-09-30 14:33:56.535343 | fa163eaa-657b-f732-44a0-000000003c5e | TIMING | Write container-puppet-tasks json file for standalone step 3 | standalone | 0:20:10.420151 | 0.47s 2025-09-30 14:33:56.562994 | fa163eaa-657b-f732-44a0-000000003c60 | TASK | Generate container puppet configs for step 3 2025-09-30 14:33:56.849931 | fa163eaa-657b-f732-44a0-000000003c60 | OK | Generate container puppet configs for step 3 | standalone 2025-09-30 14:33:56.851343 | fa163eaa-657b-f732-44a0-000000003c60 | TIMING | Generate container puppet configs for step 3 | standalone | 0:20:10.736143 | 0.29s 2025-09-30 14:33:56.882777 | fa163eaa-657b-f732-44a0-000000003c61 | TASK | Manage Puppet containers (bootstrap tasks) for step 3 with tripleo-ansible 2025-09-30 14:33:56.914585 | fa163eaa-657b-f732-44a0-000000003c61 | TIMING | Manage Puppet containers (bootstrap tasks) for step 3 with tripleo-ansible | standalone | 0:20:10.799381 | 0.03s 2025-09-30 14:33:56.964551 | fa163eaa-657b-f732-44a0-000000003c90 | TASK | Gather variables for each operating system 2025-09-30 14:33:57.085556 | fa163eaa-657b-f732-44a0-000000003c90 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:20:10.970336 | 0.12s 2025-09-30 14:33:57.117258 | fa163eaa-657b-f732-44a0-000000003c91 | TASK | Create container logs path 2025-09-30 14:33:57.361489 | fa163eaa-657b-f732-44a0-000000003c91 | OK | Create container logs path | standalone 2025-09-30 14:33:57.362896 | fa163eaa-657b-f732-44a0-000000003c91 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:20:11.247696 | 0.24s 2025-09-30 14:33:57.387830 | fa163eaa-657b-f732-44a0-000000003c93 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_3 2025-09-30 14:33:57.639225 | fa163eaa-657b-f732-44a0-000000003c93 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_3 | standalone 2025-09-30 14:33:57.640497 | fa163eaa-657b-f732-44a0-000000003c93 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_3 | standalone | 0:20:11.525298 | 0.25s 2025-09-30 14:33:57.669738 | fa163eaa-657b-f732-44a0-000000003c94 | TASK | Finalise hashes for all containers 2025-09-30 14:33:57.714663 | fa163eaa-657b-f732-44a0-000000003c94 | OK | Finalise hashes for all containers | standalone 2025-09-30 14:33:57.715713 | fa163eaa-657b-f732-44a0-000000003c94 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:20:11.600519 | 0.04s 2025-09-30 14:33:57.745942 | fa163eaa-657b-f732-44a0-000000003c96 | TASK | Manage systemd shutdown files 2025-09-30 14:33:57.780549 | fa163eaa-657b-f732-44a0-000000003c96 | SKIPPED | Manage systemd shutdown files | standalone 2025-09-30 14:33:57.781649 | fa163eaa-657b-f732-44a0-000000003c96 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:20:11.666451 | 0.03s 2025-09-30 14:33:57.812815 | fa163eaa-657b-f732-44a0-000000003c98 | TASK | Update container configs with new config hashes 2025-09-30 14:33:57.867591 | fa163eaa-657b-f732-44a0-000000003c98 | SKIPPED | Update container configs with new config hashes | standalone 2025-09-30 14:33:57.869020 | fa163eaa-657b-f732-44a0-000000003c98 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:20:11.753818 | 0.05s 2025-09-30 14:33:57.903827 | fa163eaa-657b-f732-44a0-000000003c99 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_3 2025-09-30 14:33:57.957240 | fa163eaa-657b-f732-44a0-000000003c99 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone 2025-09-30 14:33:57.958565 | fa163eaa-657b-f732-44a0-000000003c99 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone | 0:20:11.843365 | 0.05s 2025-09-30 14:33:57.991880 | fa163eaa-657b-f732-44a0-000000003c9a | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_3 2025-09-30 14:33:58.044578 | fa163eaa-657b-f732-44a0-000000003c9a | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone 2025-09-30 14:33:58.045764 | fa163eaa-657b-f732-44a0-000000003c9a | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone | 0:20:11.930566 | 0.05s PLAY [External deployment step 4] ********************************************** 2025-09-30 14:33:58.232628 | fa163eaa-657b-f732-44a0-0000000000de | TASK | External deployment step 4 2025-09-30 14:33:58.266298 | fa163eaa-657b-f732-44a0-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', 'fa163eaa-657b-f732-44a0-0000000000de') missing from stats 2025-09-30 14:33:58.332037 | fa163eaa-657b-f732-44a0-0000000000df | TIMING | include_tasks | undercloud | 0:20:12.216830 | 0.04s 2025-09-30 14:33:58.370224 | 6c257942-8948-4065-9174-7abcf3e11a3d | INCLUDED | /root/standalone-ansible-elkr9mpa/external_deploy_steps_tasks_step4.yaml | undercloud 2025-09-30 14:33:58.394471 | fa163eaa-657b-f732-44a0-000000003ce9 | TASK | Clean up legacy Cinder keystone catalog entries 2025-09-30 14:34:00.053932 | fa163eaa-657b-f732-44a0-000000003ce9 | OK | Clean up legacy Cinder keystone catalog entries | undercloud | item={'service_name': 'cinderv2', 'service_type': 'volumev2'} 2025-09-30 14:34:00.055035 | fa163eaa-657b-f732-44a0-000000003ce9 | TIMING | Clean up legacy Cinder keystone catalog entries | undercloud | 0:20:13.939841 | 1.66s 2025-09-30 14:34:01.200813 | fa163eaa-657b-f732-44a0-000000003ce9 | OK | Clean up legacy Cinder keystone catalog entries | undercloud | item={'service_name': 'cinderv3', 'service_type': 'volume'} 2025-09-30 14:34:01.202033 | fa163eaa-657b-f732-44a0-000000003ce9 | TIMING | Clean up legacy Cinder keystone catalog entries | undercloud | 0:20:15.086839 | 2.81s 2025-09-30 14:34:01.208114 | fa163eaa-657b-f732-44a0-000000003ce9 | TIMING | Clean up legacy Cinder keystone catalog entries | undercloud | 0:20:15.092923 | 2.81s 2025-09-30 14:34:01.226177 | fa163eaa-657b-f732-44a0-000000003cec | TASK | Manage Keystone resources for OpenStack services 2025-09-30 14:34:01.256898 | fa163eaa-657b-f732-44a0-000000003cec | TIMING | Manage Keystone resources for OpenStack services | undercloud | 0:20:15.141693 | 0.03s 2025-09-30 14:34:01.321117 | fa163eaa-657b-f732-44a0-000000003d18 | TASK | Create Keystone Admin resources 2025-09-30 14:34:01.358919 | fa163eaa-657b-f732-44a0-000000003d18 | TIMING | tripleo_keystone_resources : Create Keystone Admin resources | undercloud | 0:20:15.243717 | 0.04s 2025-09-30 14:34:01.386941 | e80ee855-9d50-408c-ba14-00052a21a41d | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/admin.yml | undercloud 2025-09-30 14:34:01.415607 | fa163eaa-657b-f732-44a0-000000003d59 | TASK | Create admin and service projects 2025-09-30 14:34:01.469868 | fa163eaa-657b-f732-44a0-000000003d59 | TIMING | tripleo_keystone_resources : Create admin and service projects | undercloud | 0:20:15.354660 | 0.05s 2025-09-30 14:34:01.485898 | e0d9d1d8-9d72-4a0c-a32e-b7633fc92d3f | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/projects.yml | undercloud 2025-09-30 14:34:01.519425 | fa163eaa-657b-f732-44a0-000000003daa | TASK | Async creation of Keystone project 2025-09-30 14:34:01.952632 | fa163eaa-657b-f732-44a0-000000003daa | CHANGED | Async creation of Keystone project | undercloud | item=admin 2025-09-30 14:34:01.954070 | fa163eaa-657b-f732-44a0-000000003daa | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:20:15.838867 | 0.43s 2025-09-30 14:34:02.241554 | fa163eaa-657b-f732-44a0-000000003daa | CHANGED | Async creation of Keystone project | undercloud | item=service 2025-09-30 14:34:02.242088 | fa163eaa-657b-f732-44a0-000000003daa | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:20:16.126904 | 0.72s 2025-09-30 14:34:02.246992 | fa163eaa-657b-f732-44a0-000000003daa | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:20:16.131809 | 0.73s 2025-09-30 14:34:02.261357 | fa163eaa-657b-f732-44a0-000000003dac | TASK | Check Keystone project status 2025-09-30 14:34:02.499751 | fa163eaa-657b-f732-44a0-000000003dac | WAITING | Check Keystone project status | undercloud | 30 retries left 2025-09-30 14:34:07.715221 | fa163eaa-657b-f732-44a0-000000003dac | OK | Check Keystone project status | undercloud | item=admin 2025-09-30 14:34:07.716791 | fa163eaa-657b-f732-44a0-000000003dac | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:20:21.601588 | 5.45s 2025-09-30 14:34:07.968706 | fa163eaa-657b-f732-44a0-000000003dac | CHANGED | Check Keystone project status | undercloud | item=service 2025-09-30 14:34:07.969900 | fa163eaa-657b-f732-44a0-000000003dac | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:20:21.854704 | 5.71s 2025-09-30 14:34:07.976931 | fa163eaa-657b-f732-44a0-000000003dac | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:20:21.861732 | 5.71s 2025-09-30 14:34:07.998144 | fa163eaa-657b-f732-44a0-000000003d5a | TASK | Create admin role 2025-09-30 14:34:09.221439 | fa163eaa-657b-f732-44a0-000000003d5a | OK | Create admin role | undercloud 2025-09-30 14:34:09.222814 | fa163eaa-657b-f732-44a0-000000003d5a | TIMING | tripleo_keystone_resources : Create admin role | undercloud | 0:20:23.107617 | 1.22s 2025-09-30 14:34:09.242754 | fa163eaa-657b-f732-44a0-000000003d5b | TASK | Create _member_ role 2025-09-30 14:34:09.308783 | fa163eaa-657b-f732-44a0-000000003d5b | SKIPPED | Create _member_ role | undercloud 2025-09-30 14:34:09.310216 | fa163eaa-657b-f732-44a0-000000003d5b | TIMING | tripleo_keystone_resources : Create _member_ role | undercloud | 0:20:23.195016 | 0.07s 2025-09-30 14:34:09.330644 | fa163eaa-657b-f732-44a0-000000003d5c | TASK | Check admin password 2025-09-30 14:34:10.670066 | fa163eaa-657b-f732-44a0-000000003d5c | OK | Check admin password | undercloud 2025-09-30 14:34:10.671452 | fa163eaa-657b-f732-44a0-000000003d5c | TIMING | tripleo_keystone_resources : Check admin password | undercloud | 0:20:24.556229 | 1.34s 2025-09-30 14:34:10.690835 | fa163eaa-657b-f732-44a0-000000003d5d | TASK | Create admin user 2025-09-30 14:34:12.426732 | fa163eaa-657b-f732-44a0-000000003d5d | CHANGED | Create admin user | undercloud 2025-09-30 14:34:12.427971 | fa163eaa-657b-f732-44a0-000000003d5d | TIMING | tripleo_keystone_resources : Create admin user | undercloud | 0:20:26.312773 | 1.74s 2025-09-30 14:34:12.446977 | fa163eaa-657b-f732-44a0-000000003d5e | TASK | Assign admin role to admin project for admin user 2025-09-30 14:34:14.069754 | fa163eaa-657b-f732-44a0-000000003d5e | OK | Assign admin role to admin project for admin user | undercloud 2025-09-30 14:34:14.071291 | fa163eaa-657b-f732-44a0-000000003d5e | TIMING | tripleo_keystone_resources : Assign admin role to admin project for admin user | undercloud | 0:20:27.956094 | 1.62s 2025-09-30 14:34:14.090902 | fa163eaa-657b-f732-44a0-000000003d5f | TASK | Assign _member_ role to admin project for admin user 2025-09-30 14:34:14.145802 | fa163eaa-657b-f732-44a0-000000003d5f | SKIPPED | Assign _member_ role to admin project for admin user | undercloud 2025-09-30 14:34:14.147085 | fa163eaa-657b-f732-44a0-000000003d5f | TIMING | tripleo_keystone_resources : Assign _member_ role to admin project for admin user | undercloud | 0:20:28.031882 | 0.05s 2025-09-30 14:34:14.167013 | fa163eaa-657b-f732-44a0-000000003d60 | TASK | Create identity service 2025-09-30 14:34:15.404305 | fa163eaa-657b-f732-44a0-000000003d60 | OK | Create identity service | undercloud 2025-09-30 14:34:15.405823 | fa163eaa-657b-f732-44a0-000000003d60 | TIMING | tripleo_keystone_resources : Create identity service | undercloud | 0:20:29.290625 | 1.24s 2025-09-30 14:34:15.425045 | fa163eaa-657b-f732-44a0-000000003d61 | TASK | Create identity public endpoint 2025-09-30 14:34:16.723298 | fa163eaa-657b-f732-44a0-000000003d61 | OK | Create identity public endpoint | undercloud 2025-09-30 14:34:16.725916 | fa163eaa-657b-f732-44a0-000000003d61 | TIMING | tripleo_keystone_resources : Create identity public endpoint | undercloud | 0:20:30.610716 | 1.30s 2025-09-30 14:34:16.746284 | fa163eaa-657b-f732-44a0-000000003d62 | TASK | Create identity internal endpoint 2025-09-30 14:34:17.970578 | fa163eaa-657b-f732-44a0-000000003d62 | OK | Create identity internal endpoint | undercloud 2025-09-30 14:34:17.973843 | fa163eaa-657b-f732-44a0-000000003d62 | TIMING | tripleo_keystone_resources : Create identity internal endpoint | undercloud | 0:20:31.858627 | 1.23s 2025-09-30 14:34:17.994454 | fa163eaa-657b-f732-44a0-000000003d63 | TASK | Create identity admin endpoint 2025-09-30 14:34:19.302499 | fa163eaa-657b-f732-44a0-000000003d63 | OK | Create identity admin endpoint | undercloud 2025-09-30 14:34:19.304019 | fa163eaa-657b-f732-44a0-000000003d63 | TIMING | tripleo_keystone_resources : Create identity admin endpoint | undercloud | 0:20:33.188818 | 1.31s 2025-09-30 14:34:19.323612 | fa163eaa-657b-f732-44a0-000000003d19 | TASK | Create Keystone Projects 2025-09-30 14:34:19.413070 | fa163eaa-657b-f732-44a0-000000003d19 | TIMING | tripleo_keystone_resources : Create Keystone Projects | undercloud | 0:20:33.297857 | 0.09s 2025-09-30 14:34:19.423905 | fa163eaa-657b-f732-44a0-000000003d19 | TIMING | tripleo_keystone_resources : Create Keystone Projects | undercloud | 0:20:33.308699 | 0.10s 2025-09-30 14:34:19.438639 | 908ec582-52a2-49b8-b55c-0db92705b35c | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/projects.yml | undercloud 2025-09-30 14:34:19.489139 | fa163eaa-657b-f732-44a0-000000003e36 | TASK | Async creation of Keystone project 2025-09-30 14:34:19.800023 | fa163eaa-657b-f732-44a0-000000003e36 | CHANGED | Async creation of Keystone project | undercloud | item=service 2025-09-30 14:34:19.803110 | fa163eaa-657b-f732-44a0-000000003e36 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:20:33.687905 | 0.31s 2025-09-30 14:34:19.813168 | fa163eaa-657b-f732-44a0-000000003e36 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:20:33.697961 | 0.32s 2025-09-30 14:34:19.833983 | fa163eaa-657b-f732-44a0-000000003e38 | TASK | Check Keystone project status 2025-09-30 14:34:20.120035 | fa163eaa-657b-f732-44a0-000000003e38 | WAITING | Check Keystone project status | undercloud | 30 retries left 2025-09-30 14:34:25.334867 | fa163eaa-657b-f732-44a0-000000003e38 | OK | Check Keystone project status | undercloud | item=service 2025-09-30 14:34:25.336282 | fa163eaa-657b-f732-44a0-000000003e38 | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:20:39.221081 | 5.50s 2025-09-30 14:34:25.342859 | fa163eaa-657b-f732-44a0-000000003e38 | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:20:39.227658 | 5.51s 2025-09-30 14:34:25.361996 | fa163eaa-657b-f732-44a0-000000003d1b | TASK | Create Keystone Domains 2025-09-30 14:34:25.435329 | fa163eaa-657b-f732-44a0-000000003d1b | TIMING | tripleo_keystone_resources : Create Keystone Domains | undercloud | 0:20:39.320125 | 0.07s 2025-09-30 14:34:25.447255 | fa163eaa-657b-f732-44a0-000000003d1b | TIMING | tripleo_keystone_resources : Create Keystone Domains | undercloud | 0:20:39.332056 | 0.08s 2025-09-30 14:34:25.462425 | 05462445-c3e5-40cc-9e99-e0edfb895c02 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/domains.yml | undercloud 2025-09-30 14:34:25.511997 | fa163eaa-657b-f732-44a0-000000003eeb | TASK | Async creation of Keystone domains 2025-09-30 14:34:25.956606 | fa163eaa-657b-f732-44a0-000000003eeb | CHANGED | Async creation of Keystone domains | undercloud | item=heat_stack 2025-09-30 14:34:25.958175 | fa163eaa-657b-f732-44a0-000000003eeb | TIMING | tripleo_keystone_resources : Async creation of Keystone domains | undercloud | 0:20:39.842981 | 0.44s 2025-09-30 14:34:25.968665 | fa163eaa-657b-f732-44a0-000000003eeb | TIMING | tripleo_keystone_resources : Async creation of Keystone domains | undercloud | 0:20:39.853466 | 0.46s 2025-09-30 14:34:25.988283 | fa163eaa-657b-f732-44a0-000000003eed | TASK | Check Keystone domain status 2025-09-30 14:34:26.283753 | fa163eaa-657b-f732-44a0-000000003eed | WAITING | Check Keystone domain status | undercloud | 30 retries left 2025-09-30 14:34:31.500275 | fa163eaa-657b-f732-44a0-000000003eed | CHANGED | Check Keystone domain status | undercloud | item=heat_stack 2025-09-30 14:34:31.502836 | fa163eaa-657b-f732-44a0-000000003eed | TIMING | tripleo_keystone_resources : Check Keystone domain status | undercloud | 0:20:45.387602 | 5.51s 2025-09-30 14:34:31.512679 | fa163eaa-657b-f732-44a0-000000003eed | TIMING | tripleo_keystone_resources : Check Keystone domain status | undercloud | 0:20:45.397474 | 5.52s 2025-09-30 14:34:31.532376 | fa163eaa-657b-f732-44a0-000000003d1d | TASK | Gather all OpenStack domains for Ansible >= 2.9.0 2025-09-30 14:34:31.583888 | fa163eaa-657b-f732-44a0-000000003d1d | TIMING | tripleo_keystone_resources : Gather all OpenStack domains for Ansible >= 2.9.0 | undercloud | 0:20:45.468682 | 0.05s 2025-09-30 14:34:31.598095 | fc979a96-a04d-4501-9803-f552eeb9001f | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/gather_domains.yml | undercloud 2025-09-30 14:34:31.650533 | fa163eaa-657b-f732-44a0-000000003fb5 | TASK | Collect OpenStack Keystone domains infos 2025-09-30 14:34:32.989081 | fa163eaa-657b-f732-44a0-000000003fb5 | OK | Collect OpenStack Keystone domains infos | undercloud 2025-09-30 14:34:32.990845 | fa163eaa-657b-f732-44a0-000000003fb5 | TIMING | tripleo_keystone_resources : Collect OpenStack Keystone domains infos | undercloud | 0:20:46.875643 | 1.34s 2025-09-30 14:34:33.009932 | fa163eaa-657b-f732-44a0-000000003fb6 | TASK | Set openstack_domains fact 2025-09-30 14:34:33.062320 | fa163eaa-657b-f732-44a0-000000003fb6 | OK | Set openstack_domains fact | undercloud 2025-09-30 14:34:33.063680 | fa163eaa-657b-f732-44a0-000000003fb6 | TIMING | tripleo_keystone_resources : Set openstack_domains fact | undercloud | 0:20:46.948482 | 0.05s 2025-09-30 14:34:33.082906 | fa163eaa-657b-f732-44a0-000000003d1e | TASK | Create Keystone Services 2025-09-30 14:34:33.195993 | fa163eaa-657b-f732-44a0-000000003d1e | TIMING | tripleo_keystone_resources : Create Keystone Services | undercloud | 0:20:47.080750 | 0.11s 2025-09-30 14:34:33.210495 | fa163eaa-657b-f732-44a0-000000003d1e | TIMING | tripleo_keystone_resources : Create Keystone Services | undercloud | 0:20:47.095290 | 0.13s 2025-09-30 14:34:33.221550 | fa163eaa-657b-f732-44a0-000000003d1e | TIMING | tripleo_keystone_resources : Create Keystone Services | undercloud | 0:20:47.106342 | 0.14s 2025-09-30 14:34:33.240954 | b81e178c-115a-484f-bd00-207507b9b5c2 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/services.yml | undercloud 2025-09-30 14:34:33.250150 | e76fac30-3965-49eb-b69a-d1a889ab188f | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/services.yml | undercloud 2025-09-30 14:34:33.301490 | fa163eaa-657b-f732-44a0-000000004092 | TASK | Async creation of Keystone service 2025-09-30 14:34:33.688756 | fa163eaa-657b-f732-44a0-000000004092 | CHANGED | Async creation of Keystone service | undercloud | item=aodh 2025-09-30 14:34:33.690196 | fa163eaa-657b-f732-44a0-000000004092 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:47.574994 | 0.39s 2025-09-30 14:34:34.020339 | fa163eaa-657b-f732-44a0-000000004092 | CHANGED | Async creation of Keystone service | undercloud | item=barbican 2025-09-30 14:34:34.021283 | fa163eaa-657b-f732-44a0-000000004092 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:47.906092 | 0.72s 2025-09-30 14:34:34.347577 | fa163eaa-657b-f732-44a0-000000004092 | CHANGED | Async creation of Keystone service | undercloud | item=cinderv3 2025-09-30 14:34:34.349714 | fa163eaa-657b-f732-44a0-000000004092 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:48.234513 | 1.05s 2025-09-30 14:34:34.667222 | fa163eaa-657b-f732-44a0-000000004092 | CHANGED | Async creation of Keystone service | undercloud | item=glance 2025-09-30 14:34:34.669995 | fa163eaa-657b-f732-44a0-000000004092 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:48.554795 | 1.37s 2025-09-30 14:34:34.993051 | fa163eaa-657b-f732-44a0-000000004092 | CHANGED | Async creation of Keystone service | undercloud | item=gnocchi 2025-09-30 14:34:34.994022 | fa163eaa-657b-f732-44a0-000000004092 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:48.878830 | 1.69s 2025-09-30 14:34:35.279451 | fa163eaa-657b-f732-44a0-000000004092 | CHANGED | Async creation of Keystone service | undercloud | item=heat 2025-09-30 14:34:35.280663 | fa163eaa-657b-f732-44a0-000000004092 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:49.165473 | 1.98s 2025-09-30 14:34:35.603311 | fa163eaa-657b-f732-44a0-000000004092 | CHANGED | Async creation of Keystone service | undercloud | item=heat-cfn 2025-09-30 14:34:35.604489 | fa163eaa-657b-f732-44a0-000000004092 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:49.489294 | 2.30s 2025-09-30 14:34:35.881749 | fa163eaa-657b-f732-44a0-000000004092 | CHANGED | Async creation of Keystone service | undercloud | item=manila 2025-09-30 14:34:35.883124 | fa163eaa-657b-f732-44a0-000000004092 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:49.767927 | 2.58s 2025-09-30 14:34:36.158032 | fa163eaa-657b-f732-44a0-000000004092 | CHANGED | Async creation of Keystone service | undercloud | item=manilav2 2025-09-30 14:34:36.159613 | fa163eaa-657b-f732-44a0-000000004092 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:50.044420 | 2.86s 2025-09-30 14:34:36.438873 | fa163eaa-657b-f732-44a0-000000004092 | CHANGED | Async creation of Keystone service | undercloud | item=neutron 2025-09-30 14:34:36.439976 | fa163eaa-657b-f732-44a0-000000004092 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:50.324785 | 3.14s 2025-09-30 14:34:36.444524 | fa163eaa-657b-f732-44a0-000000004092 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:50.329323 | 3.14s 2025-09-30 14:34:36.462380 | fa163eaa-657b-f732-44a0-000000004094 | TASK | Check Keystone service status 2025-09-30 14:34:36.697760 | fa163eaa-657b-f732-44a0-000000004094 | CHANGED | Check Keystone service status | undercloud | item=aodh 2025-09-30 14:34:36.699751 | fa163eaa-657b-f732-44a0-000000004094 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:50.584554 | 0.24s 2025-09-30 14:34:36.964606 | fa163eaa-657b-f732-44a0-000000004094 | CHANGED | Check Keystone service status | undercloud | item=barbican 2025-09-30 14:34:36.965579 | fa163eaa-657b-f732-44a0-000000004094 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:50.850386 | 0.50s 2025-09-30 14:34:37.172739 | fa163eaa-657b-f732-44a0-000000004094 | CHANGED | Check Keystone service status | undercloud | item=cinderv3 2025-09-30 14:34:37.173827 | fa163eaa-657b-f732-44a0-000000004094 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:51.058634 | 0.71s 2025-09-30 14:34:37.424300 | fa163eaa-657b-f732-44a0-000000004094 | CHANGED | Check Keystone service status | undercloud | item=glance 2025-09-30 14:34:37.426448 | fa163eaa-657b-f732-44a0-000000004094 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:51.311247 | 0.96s 2025-09-30 14:34:37.694144 | fa163eaa-657b-f732-44a0-000000004094 | CHANGED | Check Keystone service status | undercloud | item=gnocchi 2025-09-30 14:34:37.696186 | fa163eaa-657b-f732-44a0-000000004094 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:51.580992 | 1.23s 2025-09-30 14:34:37.974878 | fa163eaa-657b-f732-44a0-000000004094 | CHANGED | Check Keystone service status | undercloud | item=heat 2025-09-30 14:34:37.977202 | fa163eaa-657b-f732-44a0-000000004094 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:51.862005 | 1.51s 2025-09-30 14:34:38.237138 | fa163eaa-657b-f732-44a0-000000004094 | CHANGED | Check Keystone service status | undercloud | item=heat-cfn 2025-09-30 14:34:38.239254 | fa163eaa-657b-f732-44a0-000000004094 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:52.124057 | 1.78s 2025-09-30 14:34:38.504465 | fa163eaa-657b-f732-44a0-000000004094 | CHANGED | Check Keystone service status | undercloud | item=manila 2025-09-30 14:34:38.506335 | fa163eaa-657b-f732-44a0-000000004094 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:52.391140 | 2.04s 2025-09-30 14:34:38.766238 | fa163eaa-657b-f732-44a0-000000004094 | CHANGED | Check Keystone service status | undercloud | item=manilav2 2025-09-30 14:34:38.767456 | fa163eaa-657b-f732-44a0-000000004094 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:52.652261 | 2.30s 2025-09-30 14:34:39.012820 | fa163eaa-657b-f732-44a0-000000004094 | CHANGED | Check Keystone service status | undercloud | item=neutron 2025-09-30 14:34:39.013971 | fa163eaa-657b-f732-44a0-000000004094 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:52.898776 | 2.55s 2025-09-30 14:34:39.024958 | fa163eaa-657b-f732-44a0-000000004094 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:52.909765 | 2.56s 2025-09-30 14:34:39.050003 | fa163eaa-657b-f732-44a0-000000004099 | TASK | Async creation of Keystone service 2025-09-30 14:34:39.425587 | fa163eaa-657b-f732-44a0-000000004099 | CHANGED | Async creation of Keystone service | undercloud | item=nova 2025-09-30 14:34:39.427811 | fa163eaa-657b-f732-44a0-000000004099 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:53.312597 | 0.38s 2025-09-30 14:34:39.778779 | fa163eaa-657b-f732-44a0-000000004099 | CHANGED | Async creation of Keystone service | undercloud | item=octavia 2025-09-30 14:34:39.780934 | fa163eaa-657b-f732-44a0-000000004099 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:53.665732 | 0.73s 2025-09-30 14:34:40.111261 | fa163eaa-657b-f732-44a0-000000004099 | CHANGED | Async creation of Keystone service | undercloud | item=placement 2025-09-30 14:34:40.112731 | fa163eaa-657b-f732-44a0-000000004099 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:53.997540 | 1.06s 2025-09-30 14:34:40.454875 | fa163eaa-657b-f732-44a0-000000004099 | CHANGED | Async creation of Keystone service | undercloud | item=swift 2025-09-30 14:34:40.456356 | fa163eaa-657b-f732-44a0-000000004099 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:54.341157 | 1.41s 2025-09-30 14:34:40.462857 | fa163eaa-657b-f732-44a0-000000004099 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:54.347656 | 1.41s 2025-09-30 14:34:40.479653 | fa163eaa-657b-f732-44a0-00000000409b | TASK | Check Keystone service status 2025-09-30 14:34:40.769636 | fa163eaa-657b-f732-44a0-00000000409b | CHANGED | Check Keystone service status | undercloud | item=nova 2025-09-30 14:34:40.772432 | fa163eaa-657b-f732-44a0-00000000409b | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:54.657201 | 0.29s 2025-09-30 14:34:41.008010 | fa163eaa-657b-f732-44a0-00000000409b | CHANGED | Check Keystone service status | undercloud | item=octavia 2025-09-30 14:34:41.009570 | fa163eaa-657b-f732-44a0-00000000409b | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:54.894371 | 0.53s 2025-09-30 14:34:41.287095 | fa163eaa-657b-f732-44a0-00000000409b | WAITING | Check Keystone service status | undercloud | 30 retries left 2025-09-30 14:34:46.567543 | fa163eaa-657b-f732-44a0-00000000409b | CHANGED | Check Keystone service status | undercloud | item=placement 2025-09-30 14:34:46.568840 | fa163eaa-657b-f732-44a0-00000000409b | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:21:00.453643 | 6.09s 2025-09-30 14:34:46.839435 | fa163eaa-657b-f732-44a0-00000000409b | CHANGED | Check Keystone service status | undercloud | item=swift 2025-09-30 14:34:46.841252 | fa163eaa-657b-f732-44a0-00000000409b | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:21:00.726055 | 6.36s 2025-09-30 14:34:46.852942 | fa163eaa-657b-f732-44a0-00000000409b | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:21:00.737738 | 6.37s 2025-09-30 14:34:46.874242 | fa163eaa-657b-f732-44a0-000000003d20 | TASK | Create Keystone Endpoints 2025-09-30 14:34:46.952953 | fa163eaa-657b-f732-44a0-000000003d20 | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:21:00.837732 | 0.08s 2025-09-30 14:34:46.998414 | fa163eaa-657b-f732-44a0-000000003d20 | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:21:00.883187 | 0.12s 2025-09-30 14:34:47.015123 | fa163eaa-657b-f732-44a0-000000003d20 | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:21:00.899930 | 0.14s 2025-09-30 14:34:47.021205 | fa163eaa-657b-f732-44a0-000000003d20 | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:21:00.906001 | 0.15s 2025-09-30 14:34:47.034314 | 52bf6dc6-7032-453e-babd-4d7ad56dae24 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/loop-endpoints.yml | undercloud 2025-09-30 14:34:47.040773 | cd71ffcf-c188-4fda-9da1-6d72ff3dc7fc | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/loop-endpoints.yml | undercloud 2025-09-30 14:34:47.046203 | 9022c2ce-0ba2-434e-b657-87a5eaac9936 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/loop-endpoints.yml | undercloud 2025-09-30 14:34:47.157426 | fa163eaa-657b-f732-44a0-0000000041cf | TASK | Create Keystone public endpoints 2025-09-30 14:34:47.258848 | fa163eaa-657b-f732-44a0-0000000041cf | TIMING | tripleo_keystone_resources : Create Keystone public endpoints | undercloud | 0:21:01.143617 | 0.10s 2025-09-30 14:34:47.274978 | fa163eaa-657b-f732-44a0-0000000041cf | TIMING | tripleo_keystone_resources : Create Keystone public endpoints | undercloud | 0:21:01.159780 | 0.12s 2025-09-30 14:34:47.287716 | fa163eaa-657b-f732-44a0-0000000041cf | TIMING | tripleo_keystone_resources : Create Keystone public endpoints | undercloud | 0:21:01.172510 | 0.13s 2025-09-30 14:34:47.307788 | 52113b8e-d68e-4cf5-a3d0-50d96fd01baf | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-09-30 14:34:47.319965 | c868fe75-7a05-4d0f-9f78-2f5eafd99040 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-09-30 14:34:47.345939 | fa163eaa-657b-f732-44a0-0000000042f7 | TASK | Async creation of Keystone public endpoint 2025-09-30 14:34:47.706522 | fa163eaa-657b-f732-44a0-0000000042f7 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=aodh 2025-09-30 14:34:47.708637 | fa163eaa-657b-f732-44a0-0000000042f7 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:21:01.593438 | 0.36s 2025-09-30 14:34:47.960668 | fa163eaa-657b-f732-44a0-0000000042f7 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=barbican 2025-09-30 14:34:47.962694 | fa163eaa-657b-f732-44a0-0000000042f7 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:21:01.847497 | 0.62s 2025-09-30 14:34:48.254476 | fa163eaa-657b-f732-44a0-0000000042f7 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=cinderv3 2025-09-30 14:34:48.255585 | fa163eaa-657b-f732-44a0-0000000042f7 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:21:02.140390 | 0.91s 2025-09-30 14:34:48.572190 | fa163eaa-657b-f732-44a0-0000000042f7 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=glance 2025-09-30 14:34:48.573060 | fa163eaa-657b-f732-44a0-0000000042f7 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:21:02.457871 | 1.23s 2025-09-30 14:34:48.827125 | fa163eaa-657b-f732-44a0-0000000042f7 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=gnocchi 2025-09-30 14:34:48.828944 | fa163eaa-657b-f732-44a0-0000000042f7 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:21:02.713746 | 1.48s 2025-09-30 14:34:49.063863 | fa163eaa-657b-f732-44a0-0000000042f7 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=heat 2025-09-30 14:34:49.065830 | fa163eaa-657b-f732-44a0-0000000042f7 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:21:02.950609 | 1.72s 2025-09-30 14:34:49.331904 | fa163eaa-657b-f732-44a0-0000000042f7 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=heat-cfn 2025-09-30 14:34:49.332813 | fa163eaa-657b-f732-44a0-0000000042f7 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:21:03.217622 | 1.99s 2025-09-30 14:34:49.613207 | fa163eaa-657b-f732-44a0-0000000042f7 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=manila 2025-09-30 14:34:49.614034 | fa163eaa-657b-f732-44a0-0000000042f7 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:21:03.498844 | 2.27s 2025-09-30 14:34:49.888431 | fa163eaa-657b-f732-44a0-0000000042f7 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=manilav2 2025-09-30 14:34:49.889707 | fa163eaa-657b-f732-44a0-0000000042f7 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:21:03.774514 | 2.54s 2025-09-30 14:34:50.197789 | fa163eaa-657b-f732-44a0-0000000042f7 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=neutron 2025-09-30 14:34:50.198775 | fa163eaa-657b-f732-44a0-0000000042f7 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:21:04.083583 | 2.85s 2025-09-30 14:34:50.205725 | fa163eaa-657b-f732-44a0-0000000042f7 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:21:04.090515 | 2.86s 2025-09-30 14:34:50.230067 | fa163eaa-657b-f732-44a0-0000000042f9 | TASK | Check Keystone public endpoint status 2025-09-30 14:34:50.510221 | fa163eaa-657b-f732-44a0-0000000042f9 | CHANGED | Check Keystone public endpoint status | undercloud | item=aodh 2025-09-30 14:34:50.512300 | fa163eaa-657b-f732-44a0-0000000042f9 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:21:04.397099 | 0.28s 2025-09-30 14:34:50.767348 | fa163eaa-657b-f732-44a0-0000000042f9 | CHANGED | Check Keystone public endpoint status | undercloud | item=barbican 2025-09-30 14:34:50.768302 | fa163eaa-657b-f732-44a0-0000000042f9 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:21:04.653111 | 0.54s 2025-09-30 14:34:51.046149 | fa163eaa-657b-f732-44a0-0000000042f9 | CHANGED | Check Keystone public endpoint status | undercloud | item=cinderv3 2025-09-30 14:34:51.047550 | fa163eaa-657b-f732-44a0-0000000042f9 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:21:04.932360 | 0.82s 2025-09-30 14:34:51.273181 | fa163eaa-657b-f732-44a0-0000000042f9 | CHANGED | Check Keystone public endpoint status | undercloud | item=glance 2025-09-30 14:34:51.275993 | fa163eaa-657b-f732-44a0-0000000042f9 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:21:05.160771 | 1.04s 2025-09-30 14:34:51.550616 | fa163eaa-657b-f732-44a0-0000000042f9 | WAITING | Check Keystone public endpoint status | undercloud | 30 retries left 2025-09-30 14:34:56.790904 | fa163eaa-657b-f732-44a0-0000000042f9 | CHANGED | Check Keystone public endpoint status | undercloud | item=gnocchi 2025-09-30 14:34:56.792725 | fa163eaa-657b-f732-44a0-0000000042f9 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:21:10.677525 | 6.56s 2025-09-30 14:34:57.060891 | fa163eaa-657b-f732-44a0-0000000042f9 | CHANGED | Check Keystone public endpoint status | undercloud | item=heat 2025-09-30 14:34:57.064488 | fa163eaa-657b-f732-44a0-0000000042f9 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:21:10.949288 | 6.83s 2025-09-30 14:34:57.325185 | fa163eaa-657b-f732-44a0-0000000042f9 | CHANGED | Check Keystone public endpoint status | undercloud | item=heat-cfn 2025-09-30 14:34:57.326726 | fa163eaa-657b-f732-44a0-0000000042f9 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:21:11.211525 | 7.09s 2025-09-30 14:34:57.590648 | fa163eaa-657b-f732-44a0-0000000042f9 | CHANGED | Check Keystone public endpoint status | undercloud | item=manila 2025-09-30 14:34:57.592934 | fa163eaa-657b-f732-44a0-0000000042f9 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:21:11.477735 | 7.36s 2025-09-30 14:34:57.889372 | fa163eaa-657b-f732-44a0-0000000042f9 | CHANGED | Check Keystone public endpoint status | undercloud | item=manilav2 2025-09-30 14:34:57.890498 | fa163eaa-657b-f732-44a0-0000000042f9 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:21:11.775305 | 7.66s 2025-09-30 14:34:58.148693 | fa163eaa-657b-f732-44a0-0000000042f9 | CHANGED | Check Keystone public endpoint status | undercloud | item=neutron 2025-09-30 14:34:58.149818 | fa163eaa-657b-f732-44a0-0000000042f9 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:21:12.034624 | 7.92s 2025-09-30 14:34:58.166690 | fa163eaa-657b-f732-44a0-0000000042f9 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:21:12.051485 | 7.93s 2025-09-30 14:34:58.195798 | fa163eaa-657b-f732-44a0-0000000042fe | TASK | Async creation of Keystone public endpoint 2025-09-30 14:34:58.561148 | fa163eaa-657b-f732-44a0-0000000042fe | CHANGED | Async creation of Keystone public endpoint | undercloud | item=nova 2025-09-30 14:34:58.564014 | fa163eaa-657b-f732-44a0-0000000042fe | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:21:12.448802 | 0.37s 2025-09-30 14:34:58.884304 | fa163eaa-657b-f732-44a0-0000000042fe | CHANGED | Async creation of Keystone public endpoint | undercloud | item=octavia 2025-09-30 14:34:58.885923 | fa163eaa-657b-f732-44a0-0000000042fe | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:21:12.770728 | 0.69s 2025-09-30 14:34:59.199910 | fa163eaa-657b-f732-44a0-0000000042fe | CHANGED | Async creation of Keystone public endpoint | undercloud | item=placement 2025-09-30 14:34:59.202337 | fa163eaa-657b-f732-44a0-0000000042fe | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:21:13.087138 | 1.00s 2025-09-30 14:34:59.528971 | fa163eaa-657b-f732-44a0-0000000042fe | CHANGED | Async creation of Keystone public endpoint | undercloud | item=swift 2025-09-30 14:34:59.530607 | fa163eaa-657b-f732-44a0-0000000042fe | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:21:13.415416 | 1.33s 2025-09-30 14:34:59.534845 | fa163eaa-657b-f732-44a0-0000000042fe | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:21:13.419645 | 1.34s 2025-09-30 14:34:59.551480 | fa163eaa-657b-f732-44a0-000000004300 | TASK | Check Keystone public endpoint status 2025-09-30 14:34:59.831877 | fa163eaa-657b-f732-44a0-000000004300 | CHANGED | Check Keystone public endpoint status | undercloud | item=nova 2025-09-30 14:34:59.834987 | fa163eaa-657b-f732-44a0-000000004300 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:21:13.719772 | 0.28s 2025-09-30 14:35:00.060779 | fa163eaa-657b-f732-44a0-000000004300 | WAITING | Check Keystone public endpoint status | undercloud | 30 retries left 2025-09-30 14:35:05.276155 | fa163eaa-657b-f732-44a0-000000004300 | CHANGED | Check Keystone public endpoint status | undercloud | item=octavia 2025-09-30 14:35:05.278671 | fa163eaa-657b-f732-44a0-000000004300 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:21:19.163471 | 5.73s 2025-09-30 14:35:05.525665 | fa163eaa-657b-f732-44a0-000000004300 | CHANGED | Check Keystone public endpoint status | undercloud | item=placement 2025-09-30 14:35:05.527481 | fa163eaa-657b-f732-44a0-000000004300 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:21:19.412287 | 5.97s 2025-09-30 14:35:05.741227 | fa163eaa-657b-f732-44a0-000000004300 | CHANGED | Check Keystone public endpoint status | undercloud | item=swift 2025-09-30 14:35:05.742769 | fa163eaa-657b-f732-44a0-000000004300 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:21:19.627568 | 6.19s 2025-09-30 14:35:05.751445 | fa163eaa-657b-f732-44a0-000000004300 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:21:19.636238 | 6.20s 2025-09-30 14:35:05.775861 | fa163eaa-657b-f732-44a0-0000000041d4 | TASK | Create Keystone admin endpoints 2025-09-30 14:35:05.898900 | fa163eaa-657b-f732-44a0-0000000041d4 | TIMING | tripleo_keystone_resources : Create Keystone admin endpoints | undercloud | 0:21:19.783674 | 0.12s 2025-09-30 14:35:05.937349 | fa163eaa-657b-f732-44a0-0000000041d4 | TIMING | tripleo_keystone_resources : Create Keystone admin endpoints | undercloud | 0:21:19.822157 | 0.16s 2025-09-30 14:35:05.947659 | fa163eaa-657b-f732-44a0-0000000041d4 | TIMING | tripleo_keystone_resources : Create Keystone admin endpoints | undercloud | 0:21:19.832458 | 0.17s 2025-09-30 14:35:05.966134 | c78046d7-514b-4ec9-8bc5-bae20b3e89ec | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-09-30 14:35:05.975595 | e446f5c8-9ac3-453e-a156-dd4799f4178e | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-09-30 14:35:06.001695 | fa163eaa-657b-f732-44a0-00000000435e | TASK | Async creation of Keystone admin endpoint 2025-09-30 14:35:06.372179 | fa163eaa-657b-f732-44a0-00000000435e | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=aodh 2025-09-30 14:35:06.373894 | fa163eaa-657b-f732-44a0-00000000435e | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:20.258687 | 0.37s 2025-09-30 14:35:06.693845 | fa163eaa-657b-f732-44a0-00000000435e | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=barbican 2025-09-30 14:35:06.695080 | fa163eaa-657b-f732-44a0-00000000435e | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:20.579881 | 0.69s 2025-09-30 14:35:07.017372 | fa163eaa-657b-f732-44a0-00000000435e | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=cinderv3 2025-09-30 14:35:07.019608 | fa163eaa-657b-f732-44a0-00000000435e | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:20.904409 | 1.02s 2025-09-30 14:35:07.272571 | fa163eaa-657b-f732-44a0-00000000435e | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=glance 2025-09-30 14:35:07.275971 | fa163eaa-657b-f732-44a0-00000000435e | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:21.160632 | 1.27s 2025-09-30 14:35:07.586183 | fa163eaa-657b-f732-44a0-00000000435e | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=gnocchi 2025-09-30 14:35:07.587101 | fa163eaa-657b-f732-44a0-00000000435e | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:21.471910 | 1.58s 2025-09-30 14:35:07.962239 | fa163eaa-657b-f732-44a0-00000000435e | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=heat 2025-09-30 14:35:07.963639 | fa163eaa-657b-f732-44a0-00000000435e | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:21.848441 | 1.96s 2025-09-30 14:35:08.278426 | fa163eaa-657b-f732-44a0-00000000435e | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=heat-cfn 2025-09-30 14:35:08.279349 | fa163eaa-657b-f732-44a0-00000000435e | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:22.164158 | 2.28s 2025-09-30 14:35:08.602771 | fa163eaa-657b-f732-44a0-00000000435e | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=manila 2025-09-30 14:35:08.606138 | fa163eaa-657b-f732-44a0-00000000435e | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:22.490939 | 2.60s 2025-09-30 14:35:08.915085 | fa163eaa-657b-f732-44a0-00000000435e | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=manilav2 2025-09-30 14:35:08.917258 | fa163eaa-657b-f732-44a0-00000000435e | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:22.802059 | 2.91s 2025-09-30 14:35:09.222502 | fa163eaa-657b-f732-44a0-00000000435e | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=neutron 2025-09-30 14:35:09.223469 | fa163eaa-657b-f732-44a0-00000000435e | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:23.108278 | 3.22s 2025-09-30 14:35:09.237718 | fa163eaa-657b-f732-44a0-00000000435e | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:23.122509 | 3.23s 2025-09-30 14:35:09.263683 | fa163eaa-657b-f732-44a0-000000004360 | TASK | Check Keystone admin endpoint status 2025-09-30 14:35:09.528107 | fa163eaa-657b-f732-44a0-000000004360 | CHANGED | Check Keystone admin endpoint status | undercloud | item=aodh 2025-09-30 14:35:09.529501 | fa163eaa-657b-f732-44a0-000000004360 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:23.414303 | 0.26s 2025-09-30 14:35:09.809958 | fa163eaa-657b-f732-44a0-000000004360 | CHANGED | Check Keystone admin endpoint status | undercloud | item=barbican 2025-09-30 14:35:09.810941 | fa163eaa-657b-f732-44a0-000000004360 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:23.695751 | 0.54s 2025-09-30 14:35:10.003415 | fa163eaa-657b-f732-44a0-000000004360 | CHANGED | Check Keystone admin endpoint status | undercloud | item=cinderv3 2025-09-30 14:35:10.006517 | fa163eaa-657b-f732-44a0-000000004360 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:23.891320 | 0.74s 2025-09-30 14:35:10.270284 | fa163eaa-657b-f732-44a0-000000004360 | CHANGED | Check Keystone admin endpoint status | undercloud | item=glance 2025-09-30 14:35:10.271505 | fa163eaa-657b-f732-44a0-000000004360 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:24.156310 | 1.01s 2025-09-30 14:35:10.541113 | fa163eaa-657b-f732-44a0-000000004360 | CHANGED | Check Keystone admin endpoint status | undercloud | item=gnocchi 2025-09-30 14:35:10.543385 | fa163eaa-657b-f732-44a0-000000004360 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:24.428186 | 1.28s 2025-09-30 14:35:10.824534 | fa163eaa-657b-f732-44a0-000000004360 | CHANGED | Check Keystone admin endpoint status | undercloud | item=heat 2025-09-30 14:35:10.826548 | fa163eaa-657b-f732-44a0-000000004360 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:24.711352 | 1.56s 2025-09-30 14:35:11.083676 | fa163eaa-657b-f732-44a0-000000004360 | CHANGED | Check Keystone admin endpoint status | undercloud | item=heat-cfn 2025-09-30 14:35:11.086056 | fa163eaa-657b-f732-44a0-000000004360 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:24.970855 | 1.82s 2025-09-30 14:35:11.350551 | fa163eaa-657b-f732-44a0-000000004360 | CHANGED | Check Keystone admin endpoint status | undercloud | item=manila 2025-09-30 14:35:11.352178 | fa163eaa-657b-f732-44a0-000000004360 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:25.236977 | 2.09s 2025-09-30 14:35:11.634636 | fa163eaa-657b-f732-44a0-000000004360 | CHANGED | Check Keystone admin endpoint status | undercloud | item=manilav2 2025-09-30 14:35:11.636840 | fa163eaa-657b-f732-44a0-000000004360 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:25.521639 | 2.37s 2025-09-30 14:35:11.885420 | fa163eaa-657b-f732-44a0-000000004360 | CHANGED | Check Keystone admin endpoint status | undercloud | item=neutron 2025-09-30 14:35:11.887722 | fa163eaa-657b-f732-44a0-000000004360 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:25.772521 | 2.62s 2025-09-30 14:35:11.902161 | fa163eaa-657b-f732-44a0-000000004360 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:25.786949 | 2.64s 2025-09-30 14:35:11.933105 | fa163eaa-657b-f732-44a0-000000004365 | TASK | Async creation of Keystone admin endpoint 2025-09-30 14:35:12.306649 | fa163eaa-657b-f732-44a0-000000004365 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=nova 2025-09-30 14:35:12.309217 | fa163eaa-657b-f732-44a0-000000004365 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:26.194011 | 0.37s 2025-09-30 14:35:12.641377 | fa163eaa-657b-f732-44a0-000000004365 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=octavia 2025-09-30 14:35:12.643328 | fa163eaa-657b-f732-44a0-000000004365 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:26.528131 | 0.71s 2025-09-30 14:35:13.048096 | fa163eaa-657b-f732-44a0-000000004365 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=placement 2025-09-30 14:35:13.049477 | fa163eaa-657b-f732-44a0-000000004365 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:26.934284 | 1.11s 2025-09-30 14:35:13.375240 | fa163eaa-657b-f732-44a0-000000004365 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=swift 2025-09-30 14:35:13.375961 | fa163eaa-657b-f732-44a0-000000004365 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:27.260773 | 1.44s 2025-09-30 14:35:13.382856 | fa163eaa-657b-f732-44a0-000000004365 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:27.267661 | 1.45s 2025-09-30 14:35:13.398999 | fa163eaa-657b-f732-44a0-000000004367 | TASK | Check Keystone admin endpoint status 2025-09-30 14:35:13.680984 | fa163eaa-657b-f732-44a0-000000004367 | CHANGED | Check Keystone admin endpoint status | undercloud | item=nova 2025-09-30 14:35:13.683762 | fa163eaa-657b-f732-44a0-000000004367 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:27.568554 | 0.28s 2025-09-30 14:35:13.979856 | fa163eaa-657b-f732-44a0-000000004367 | CHANGED | Check Keystone admin endpoint status | undercloud | item=octavia 2025-09-30 14:35:13.981407 | fa163eaa-657b-f732-44a0-000000004367 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:27.866206 | 0.58s 2025-09-30 14:35:14.226973 | fa163eaa-657b-f732-44a0-000000004367 | WAITING | Check Keystone admin endpoint status | undercloud | 30 retries left 2025-09-30 14:35:19.445297 | fa163eaa-657b-f732-44a0-000000004367 | CHANGED | Check Keystone admin endpoint status | undercloud | item=placement 2025-09-30 14:35:19.446606 | fa163eaa-657b-f732-44a0-000000004367 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:33.331411 | 6.05s 2025-09-30 14:35:19.691774 | fa163eaa-657b-f732-44a0-000000004367 | CHANGED | Check Keystone admin endpoint status | undercloud | item=swift 2025-09-30 14:35:19.692937 | fa163eaa-657b-f732-44a0-000000004367 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:33.577743 | 6.29s 2025-09-30 14:35:19.700322 | fa163eaa-657b-f732-44a0-000000004367 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:33.585134 | 6.30s 2025-09-30 14:35:19.716733 | fa163eaa-657b-f732-44a0-0000000041d9 | TASK | Create Keystone internal endpoints 2025-09-30 14:35:19.827549 | fa163eaa-657b-f732-44a0-0000000041d9 | TIMING | tripleo_keystone_resources : Create Keystone internal endpoints | undercloud | 0:21:33.712330 | 0.11s 2025-09-30 14:35:19.843899 | fa163eaa-657b-f732-44a0-0000000041d9 | TIMING | tripleo_keystone_resources : Create Keystone internal endpoints | undercloud | 0:21:33.728706 | 0.13s 2025-09-30 14:35:19.853599 | fa163eaa-657b-f732-44a0-0000000041d9 | TIMING | tripleo_keystone_resources : Create Keystone internal endpoints | undercloud | 0:21:33.738404 | 0.14s 2025-09-30 14:35:19.871667 | 3d84ce55-4c1a-400e-bcbe-b49082305247 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-09-30 14:35:19.881182 | b6bcbba1-d5c0-424c-8fdc-c2e12a990063 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-09-30 14:35:19.906785 | fa163eaa-657b-f732-44a0-0000000043c3 | TASK | Async creation of Keystone internal endpoint 2025-09-30 14:35:20.268777 | fa163eaa-657b-f732-44a0-0000000043c3 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=aodh 2025-09-30 14:35:20.271445 | fa163eaa-657b-f732-44a0-0000000043c3 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:34.156196 | 0.36s 2025-09-30 14:35:20.589316 | fa163eaa-657b-f732-44a0-0000000043c3 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=barbican 2025-09-30 14:35:20.590088 | fa163eaa-657b-f732-44a0-0000000043c3 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:34.474900 | 0.68s 2025-09-30 14:35:20.899590 | fa163eaa-657b-f732-44a0-0000000043c3 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=cinderv3 2025-09-30 14:35:20.900202 | fa163eaa-657b-f732-44a0-0000000043c3 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:34.785016 | 0.99s 2025-09-30 14:35:21.202899 | fa163eaa-657b-f732-44a0-0000000043c3 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=glance 2025-09-30 14:35:21.203498 | fa163eaa-657b-f732-44a0-0000000043c3 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:35.088312 | 1.30s 2025-09-30 14:35:21.486719 | fa163eaa-657b-f732-44a0-0000000043c3 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=gnocchi 2025-09-30 14:35:21.488369 | fa163eaa-657b-f732-44a0-0000000043c3 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:35.373175 | 1.58s 2025-09-30 14:35:21.792583 | fa163eaa-657b-f732-44a0-0000000043c3 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=heat 2025-09-30 14:35:21.793216 | fa163eaa-657b-f732-44a0-0000000043c3 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:35.678030 | 1.89s 2025-09-30 14:35:22.087989 | fa163eaa-657b-f732-44a0-0000000043c3 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=heat-cfn 2025-09-30 14:35:22.092753 | fa163eaa-657b-f732-44a0-0000000043c3 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:35.977564 | 2.18s 2025-09-30 14:35:22.407394 | fa163eaa-657b-f732-44a0-0000000043c3 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=manila 2025-09-30 14:35:22.408566 | fa163eaa-657b-f732-44a0-0000000043c3 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:36.293369 | 2.50s 2025-09-30 14:35:22.671005 | fa163eaa-657b-f732-44a0-0000000043c3 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=manilav2 2025-09-30 14:35:22.673263 | fa163eaa-657b-f732-44a0-0000000043c3 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:36.558067 | 2.77s 2025-09-30 14:35:22.982130 | fa163eaa-657b-f732-44a0-0000000043c3 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=neutron 2025-09-30 14:35:22.983455 | fa163eaa-657b-f732-44a0-0000000043c3 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:36.868265 | 3.08s 2025-09-30 14:35:22.994457 | fa163eaa-657b-f732-44a0-0000000043c3 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:36.879261 | 3.09s 2025-09-30 14:35:23.010899 | fa163eaa-657b-f732-44a0-0000000043c5 | TASK | Check Keystone internal endpoint status 2025-09-30 14:35:23.328847 | fa163eaa-657b-f732-44a0-0000000043c5 | CHANGED | Check Keystone internal endpoint status | undercloud | item=aodh 2025-09-30 14:35:23.329765 | fa163eaa-657b-f732-44a0-0000000043c5 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:37.214573 | 0.32s 2025-09-30 14:35:23.602727 | fa163eaa-657b-f732-44a0-0000000043c5 | CHANGED | Check Keystone internal endpoint status | undercloud | item=barbican 2025-09-30 14:35:23.603935 | fa163eaa-657b-f732-44a0-0000000043c5 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:37.488741 | 0.59s 2025-09-30 14:35:23.783744 | fa163eaa-657b-f732-44a0-0000000043c5 | CHANGED | Check Keystone internal endpoint status | undercloud | item=cinderv3 2025-09-30 14:35:23.785846 | fa163eaa-657b-f732-44a0-0000000043c5 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:37.670652 | 0.77s 2025-09-30 14:35:24.010371 | fa163eaa-657b-f732-44a0-0000000043c5 | CHANGED | Check Keystone internal endpoint status | undercloud | item=glance 2025-09-30 14:35:24.011768 | fa163eaa-657b-f732-44a0-0000000043c5 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:37.896574 | 1.00s 2025-09-30 14:35:24.295351 | fa163eaa-657b-f732-44a0-0000000043c5 | CHANGED | Check Keystone internal endpoint status | undercloud | item=gnocchi 2025-09-30 14:35:24.297003 | fa163eaa-657b-f732-44a0-0000000043c5 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:38.181809 | 1.29s 2025-09-30 14:35:24.541448 | fa163eaa-657b-f732-44a0-0000000043c5 | CHANGED | Check Keystone internal endpoint status | undercloud | item=heat 2025-09-30 14:35:24.543535 | fa163eaa-657b-f732-44a0-0000000043c5 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:38.428340 | 1.53s 2025-09-30 14:35:24.790869 | fa163eaa-657b-f732-44a0-0000000043c5 | CHANGED | Check Keystone internal endpoint status | undercloud | item=heat-cfn 2025-09-30 14:35:24.792756 | fa163eaa-657b-f732-44a0-0000000043c5 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:38.677560 | 1.78s 2025-09-30 14:35:25.041990 | fa163eaa-657b-f732-44a0-0000000043c5 | CHANGED | Check Keystone internal endpoint status | undercloud | item=manila 2025-09-30 14:35:25.042685 | fa163eaa-657b-f732-44a0-0000000043c5 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:38.927499 | 2.03s 2025-09-30 14:35:25.302193 | fa163eaa-657b-f732-44a0-0000000043c5 | CHANGED | Check Keystone internal endpoint status | undercloud | item=manilav2 2025-09-30 14:35:25.303431 | fa163eaa-657b-f732-44a0-0000000043c5 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:39.188202 | 2.29s 2025-09-30 14:35:25.555981 | fa163eaa-657b-f732-44a0-0000000043c5 | CHANGED | Check Keystone internal endpoint status | undercloud | item=neutron 2025-09-30 14:35:25.557527 | fa163eaa-657b-f732-44a0-0000000043c5 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:39.442338 | 2.55s 2025-09-30 14:35:25.572328 | fa163eaa-657b-f732-44a0-0000000043c5 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:39.457134 | 2.56s 2025-09-30 14:35:25.602545 | fa163eaa-657b-f732-44a0-0000000043ca | TASK | Async creation of Keystone internal endpoint 2025-09-30 14:35:25.939350 | fa163eaa-657b-f732-44a0-0000000043ca | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=nova 2025-09-30 14:35:25.940552 | fa163eaa-657b-f732-44a0-0000000043ca | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:39.825353 | 0.34s 2025-09-30 14:35:26.248699 | fa163eaa-657b-f732-44a0-0000000043ca | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=octavia 2025-09-30 14:35:26.249741 | fa163eaa-657b-f732-44a0-0000000043ca | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:40.134547 | 0.64s 2025-09-30 14:35:26.589284 | fa163eaa-657b-f732-44a0-0000000043ca | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=placement 2025-09-30 14:35:26.590306 | fa163eaa-657b-f732-44a0-0000000043ca | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:40.475112 | 0.98s 2025-09-30 14:35:26.864457 | fa163eaa-657b-f732-44a0-0000000043ca | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=swift 2025-09-30 14:35:26.865015 | fa163eaa-657b-f732-44a0-0000000043ca | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:40.749830 | 1.26s 2025-09-30 14:35:26.872855 | fa163eaa-657b-f732-44a0-0000000043ca | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:40.757672 | 1.27s 2025-09-30 14:35:26.888432 | fa163eaa-657b-f732-44a0-0000000043cc | TASK | Check Keystone internal endpoint status 2025-09-30 14:35:27.201017 | fa163eaa-657b-f732-44a0-0000000043cc | CHANGED | Check Keystone internal endpoint status | undercloud | item=nova 2025-09-30 14:35:27.202027 | fa163eaa-657b-f732-44a0-0000000043cc | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:41.086836 | 0.31s 2025-09-30 14:35:27.459371 | fa163eaa-657b-f732-44a0-0000000043cc | WAITING | Check Keystone internal endpoint status | undercloud | 30 retries left 2025-09-30 14:35:32.674658 | fa163eaa-657b-f732-44a0-0000000043cc | CHANGED | Check Keystone internal endpoint status | undercloud | item=octavia 2025-09-30 14:35:32.676565 | fa163eaa-657b-f732-44a0-0000000043cc | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:46.561368 | 5.79s 2025-09-30 14:35:32.888695 | fa163eaa-657b-f732-44a0-0000000043cc | CHANGED | Check Keystone internal endpoint status | undercloud | item=placement 2025-09-30 14:35:32.890665 | fa163eaa-657b-f732-44a0-0000000043cc | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:46.775469 | 6.00s 2025-09-30 14:35:33.145286 | fa163eaa-657b-f732-44a0-0000000043cc | CHANGED | Check Keystone internal endpoint status | undercloud | item=swift 2025-09-30 14:35:33.147285 | fa163eaa-657b-f732-44a0-0000000043cc | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:47.032091 | 6.26s 2025-09-30 14:35:33.158688 | fa163eaa-657b-f732-44a0-0000000043cc | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:47.043495 | 6.27s 2025-09-30 14:35:33.179673 | fa163eaa-657b-f732-44a0-000000003d22 | TASK | Run cleanup tasks 2025-09-30 14:35:33.221468 | fa163eaa-657b-f732-44a0-000000003d22 | TIMING | tripleo_keystone_resources : Run cleanup tasks | undercloud | 0:21:47.106267 | 0.04s 2025-09-30 14:35:33.237141 | c8d79898-da61-4450-b476-c299d0e22ccf | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/cleanup.yml | undercloud 2025-09-30 14:35:33.299796 | fa163eaa-657b-f732-44a0-000000004424 | TASK | Get list of enabled services 2025-09-30 14:35:35.917796 | fa163eaa-657b-f732-44a0-000000004424 | CHANGED | Get list of enabled services | undercloud 2025-09-30 14:35:35.920865 | fa163eaa-657b-f732-44a0-000000004424 | TIMING | tripleo_keystone_resources : Get list of enabled services | undercloud | 0:21:49.805657 | 2.62s 2025-09-30 14:35:35.940004 | fa163eaa-657b-f732-44a0-000000004425 | TASK | List services to be disabled 2025-09-30 14:35:36.009512 | fa163eaa-657b-f732-44a0-000000004425 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'heat', 'Type': 'orchestration'} 2025-09-30 14:35:36.042090 | fa163eaa-657b-f732-44a0-000000004425 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'neutron', 'Type': 'network'} 2025-09-30 14:35:36.068895 | fa163eaa-657b-f732-44a0-000000004425 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'heat-cfn', 'Type': 'cloudformation'} 2025-09-30 14:35:36.095925 | fa163eaa-657b-f732-44a0-000000004425 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'glance', 'Type': 'image'} 2025-09-30 14:35:36.120804 | fa163eaa-657b-f732-44a0-000000004425 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'keystone', 'Type': 'identity'} 2025-09-30 14:35:36.146313 | fa163eaa-657b-f732-44a0-000000004425 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'aodh', 'Type': 'alarming'} 2025-09-30 14:35:36.173018 | fa163eaa-657b-f732-44a0-000000004425 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'octavia', 'Type': 'load-balancer'} 2025-09-30 14:35:36.196969 | fa163eaa-657b-f732-44a0-000000004425 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'nova', 'Type': 'compute'} 2025-09-30 14:35:36.222709 | fa163eaa-657b-f732-44a0-000000004425 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'barbican', 'Type': 'key-manager'} 2025-09-30 14:35:36.247606 | fa163eaa-657b-f732-44a0-000000004425 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'placement', 'Type': 'placement'} 2025-09-30 14:35:36.272759 | fa163eaa-657b-f732-44a0-000000004425 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'gnocchi', 'Type': 'metric'} 2025-09-30 14:35:36.298555 | fa163eaa-657b-f732-44a0-000000004425 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'manila', 'Type': 'share'} 2025-09-30 14:35:36.328812 | fa163eaa-657b-f732-44a0-000000004425 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'cinderv3', 'Type': 'volumev3'} 2025-09-30 14:35:36.360706 | fa163eaa-657b-f732-44a0-000000004425 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'manilav2', 'Type': 'sharev2'} 2025-09-30 14:35:36.383728 | fa163eaa-657b-f732-44a0-000000004425 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'swift', 'Type': 'object-store'} 2025-09-30 14:35:36.396609 | fa163eaa-657b-f732-44a0-000000004425 | TIMING | tripleo_keystone_resources : List services to be disabled | undercloud | 0:21:50.281400 | 0.46s 2025-09-30 14:35:36.417343 | fa163eaa-657b-f732-44a0-000000004426 | TASK | Delete keystone services not enabled 2025-09-30 14:35:36.447228 | fa163eaa-657b-f732-44a0-000000004426 | TIMING | tripleo_keystone_resources : Delete keystone services not enabled | undercloud | 0:21:50.332021 | 0.03s 2025-09-30 14:35:36.465826 | fa163eaa-657b-f732-44a0-000000003d23 | TASK | Create Keystone Roles 2025-09-30 14:35:36.565218 | fa163eaa-657b-f732-44a0-000000003d23 | TIMING | tripleo_keystone_resources : Create Keystone Roles | undercloud | 0:21:50.450005 | 0.10s 2025-09-30 14:35:36.583178 | fa163eaa-657b-f732-44a0-000000003d23 | TIMING | tripleo_keystone_resources : Create Keystone Roles | undercloud | 0:21:50.467986 | 0.12s 2025-09-30 14:35:36.594775 | fa163eaa-657b-f732-44a0-000000003d23 | TIMING | tripleo_keystone_resources : Create Keystone Roles | undercloud | 0:21:50.479573 | 0.13s 2025-09-30 14:35:36.611350 | 8a86aea1-1f7a-4d54-9785-7f762ed26ede | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/roles.yml | undercloud 2025-09-30 14:35:36.621231 | db340550-84c6-4bfc-a8ea-fe2a8380fca6 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/roles.yml | undercloud 2025-09-30 14:35:36.687085 | fa163eaa-657b-f732-44a0-000000004594 | TASK | Async creation of Keystone role 2025-09-30 14:35:37.019730 | fa163eaa-657b-f732-44a0-000000004594 | CHANGED | Async creation of Keystone role | undercloud | item=service 2025-09-30 14:35:37.021958 | fa163eaa-657b-f732-44a0-000000004594 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:50.906753 | 0.33s 2025-09-30 14:35:37.306619 | fa163eaa-657b-f732-44a0-000000004594 | CHANGED | Async creation of Keystone role | undercloud | item=key-manager:service-admin 2025-09-30 14:35:37.308131 | fa163eaa-657b-f732-44a0-000000004594 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:51.192935 | 0.62s 2025-09-30 14:35:37.596775 | fa163eaa-657b-f732-44a0-000000004594 | CHANGED | Async creation of Keystone role | undercloud | item=creator 2025-09-30 14:35:37.598590 | fa163eaa-657b-f732-44a0-000000004594 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:51.483397 | 0.91s 2025-09-30 14:35:37.902462 | fa163eaa-657b-f732-44a0-000000004594 | CHANGED | Async creation of Keystone role | undercloud | item=observer 2025-09-30 14:35:37.908522 | fa163eaa-657b-f732-44a0-000000004594 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:51.793319 | 1.22s 2025-09-30 14:35:38.169127 | fa163eaa-657b-f732-44a0-000000004594 | CHANGED | Async creation of Keystone role | undercloud | item=audit 2025-09-30 14:35:38.170110 | fa163eaa-657b-f732-44a0-000000004594 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:52.054916 | 1.48s 2025-09-30 14:35:38.492385 | fa163eaa-657b-f732-44a0-000000004594 | CHANGED | Async creation of Keystone role | undercloud | item=ResellerAdmin 2025-09-30 14:35:38.493547 | fa163eaa-657b-f732-44a0-000000004594 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:52.378337 | 1.81s 2025-09-30 14:35:38.797280 | fa163eaa-657b-f732-44a0-000000004594 | CHANGED | Async creation of Keystone role | undercloud | item=heat_stack_user 2025-09-30 14:35:38.798408 | fa163eaa-657b-f732-44a0-000000004594 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:52.683210 | 2.11s 2025-09-30 14:35:39.052591 | fa163eaa-657b-f732-44a0-000000004594 | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_admin 2025-09-30 14:35:39.053166 | fa163eaa-657b-f732-44a0-000000004594 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:52.937980 | 2.37s 2025-09-30 14:35:39.329879 | fa163eaa-657b-f732-44a0-000000004594 | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_quota_admin 2025-09-30 14:35:39.331632 | fa163eaa-657b-f732-44a0-000000004594 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:53.216438 | 2.64s 2025-09-30 14:35:39.596850 | fa163eaa-657b-f732-44a0-000000004594 | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_member 2025-09-30 14:35:39.597945 | fa163eaa-657b-f732-44a0-000000004594 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:53.482750 | 2.91s 2025-09-30 14:35:39.604053 | fa163eaa-657b-f732-44a0-000000004594 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:53.488859 | 2.92s 2025-09-30 14:35:39.618766 | fa163eaa-657b-f732-44a0-000000004596 | TASK | Check Keystone role status 2025-09-30 14:35:39.884694 | fa163eaa-657b-f732-44a0-000000004596 | CHANGED | Check Keystone role status | undercloud | item=service 2025-09-30 14:35:39.886992 | fa163eaa-657b-f732-44a0-000000004596 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:53.771789 | 0.27s 2025-09-30 14:35:40.138174 | fa163eaa-657b-f732-44a0-000000004596 | CHANGED | Check Keystone role status | undercloud | item=key-manager:service-admin 2025-09-30 14:35:40.139136 | fa163eaa-657b-f732-44a0-000000004596 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:54.023948 | 0.52s 2025-09-30 14:35:40.376153 | fa163eaa-657b-f732-44a0-000000004596 | CHANGED | Check Keystone role status | undercloud | item=creator 2025-09-30 14:35:40.377467 | fa163eaa-657b-f732-44a0-000000004596 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:54.262269 | 0.76s 2025-09-30 14:35:40.663568 | fa163eaa-657b-f732-44a0-000000004596 | CHANGED | Check Keystone role status | undercloud | item=observer 2025-09-30 14:35:40.665644 | fa163eaa-657b-f732-44a0-000000004596 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:54.550447 | 1.05s 2025-09-30 14:35:40.936235 | fa163eaa-657b-f732-44a0-000000004596 | CHANGED | Check Keystone role status | undercloud | item=audit 2025-09-30 14:35:40.937515 | fa163eaa-657b-f732-44a0-000000004596 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:54.822304 | 1.32s 2025-09-30 14:35:41.181035 | fa163eaa-657b-f732-44a0-000000004596 | CHANGED | Check Keystone role status | undercloud | item=ResellerAdmin 2025-09-30 14:35:41.183115 | fa163eaa-657b-f732-44a0-000000004596 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:55.067919 | 1.56s 2025-09-30 14:35:41.445859 | fa163eaa-657b-f732-44a0-000000004596 | CHANGED | Check Keystone role status | undercloud | item=heat_stack_user 2025-09-30 14:35:41.447225 | fa163eaa-657b-f732-44a0-000000004596 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:55.332027 | 1.83s 2025-09-30 14:35:41.734629 | fa163eaa-657b-f732-44a0-000000004596 | CHANGED | Check Keystone role status | undercloud | item=load-balancer_admin 2025-09-30 14:35:41.736277 | fa163eaa-657b-f732-44a0-000000004596 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:55.621078 | 2.12s 2025-09-30 14:35:41.990694 | fa163eaa-657b-f732-44a0-000000004596 | CHANGED | Check Keystone role status | undercloud | item=load-balancer_quota_admin 2025-09-30 14:35:41.992670 | fa163eaa-657b-f732-44a0-000000004596 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:55.877481 | 2.37s 2025-09-30 14:35:42.285187 | fa163eaa-657b-f732-44a0-000000004596 | CHANGED | Check Keystone role status | undercloud | item=load-balancer_member 2025-09-30 14:35:42.286127 | fa163eaa-657b-f732-44a0-000000004596 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:56.170934 | 2.67s 2025-09-30 14:35:42.295944 | fa163eaa-657b-f732-44a0-000000004596 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:56.180738 | 2.68s 2025-09-30 14:35:42.321410 | fa163eaa-657b-f732-44a0-00000000459b | TASK | Async creation of Keystone role 2025-09-30 14:35:42.757732 | fa163eaa-657b-f732-44a0-00000000459b | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_global_observer 2025-09-30 14:35:42.760204 | fa163eaa-657b-f732-44a0-00000000459b | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:56.644813 | 0.44s 2025-09-30 14:35:43.096140 | fa163eaa-657b-f732-44a0-00000000459b | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_observer 2025-09-30 14:35:43.096992 | fa163eaa-657b-f732-44a0-00000000459b | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:56.981801 | 0.77s 2025-09-30 14:35:43.417193 | fa163eaa-657b-f732-44a0-00000000459b | CHANGED | Async creation of Keystone role | undercloud | item=swiftoperator 2025-09-30 14:35:43.418172 | fa163eaa-657b-f732-44a0-00000000459b | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:57.302977 | 1.10s 2025-09-30 14:35:43.425112 | fa163eaa-657b-f732-44a0-00000000459b | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:57.309910 | 1.10s 2025-09-30 14:35:43.443483 | fa163eaa-657b-f732-44a0-00000000459d | TASK | Check Keystone role status 2025-09-30 14:35:43.752540 | fa163eaa-657b-f732-44a0-00000000459d | WAITING | Check Keystone role status | undercloud | 30 retries left 2025-09-30 14:35:48.982024 | fa163eaa-657b-f732-44a0-00000000459d | CHANGED | Check Keystone role status | undercloud | item=load-balancer_global_observer 2025-09-30 14:35:48.983657 | fa163eaa-657b-f732-44a0-00000000459d | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:22:02.868453 | 5.54s 2025-09-30 14:35:49.235919 | fa163eaa-657b-f732-44a0-00000000459d | CHANGED | Check Keystone role status | undercloud | item=load-balancer_observer 2025-09-30 14:35:49.236931 | fa163eaa-657b-f732-44a0-00000000459d | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:22:03.121737 | 5.79s 2025-09-30 14:35:49.535129 | fa163eaa-657b-f732-44a0-00000000459d | CHANGED | Check Keystone role status | undercloud | item=swiftoperator 2025-09-30 14:35:49.536348 | fa163eaa-657b-f732-44a0-00000000459d | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:22:03.421153 | 6.09s 2025-09-30 14:35:49.543037 | fa163eaa-657b-f732-44a0-00000000459d | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:22:03.427840 | 6.10s 2025-09-30 14:35:49.563148 | fa163eaa-657b-f732-44a0-000000003d25 | TASK | Create Keystone Users 2025-09-30 14:35:49.666536 | fa163eaa-657b-f732-44a0-000000003d25 | TIMING | tripleo_keystone_resources : Create Keystone Users | undercloud | 0:22:03.551327 | 0.10s 2025-09-30 14:35:49.685048 | fa163eaa-657b-f732-44a0-000000003d25 | TIMING | tripleo_keystone_resources : Create Keystone Users | undercloud | 0:22:03.569856 | 0.12s 2025-09-30 14:35:49.692920 | fa163eaa-657b-f732-44a0-000000003d25 | TIMING | tripleo_keystone_resources : Create Keystone Users | undercloud | 0:22:03.577716 | 0.13s 2025-09-30 14:35:49.715998 | d130346c-22ba-4085-87ea-d37afa8fc6c1 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/users.yml | undercloud 2025-09-30 14:35:49.728910 | 7c22e5b0-d109-4aa0-8b21-1bb9118d3a8a | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/users.yml | undercloud 2025-09-30 14:35:49.797378 | fa163eaa-657b-f732-44a0-000000004745 | TASK | Check password of Keystone user 2025-09-30 14:35:50.803188 | fa163eaa-657b-f732-44a0-000000004745 | 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-09-30 14:35:50.804135 | fa163eaa-657b-f732-44a0-000000004745 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:04.688942 | 1.01s 2025-09-30 14:35:51.723102 | fa163eaa-657b-f732-44a0-000000004745 | 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-09-30 14:35:51.724918 | fa163eaa-657b-f732-44a0-000000004745 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:05.609721 | 1.93s 2025-09-30 14:35:52.645074 | fa163eaa-657b-f732-44a0-000000004745 | 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-09-30 14:35:52.646051 | fa163eaa-657b-f732-44a0-000000004745 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:06.530862 | 2.85s 2025-09-30 14:35:53.567026 | fa163eaa-657b-f732-44a0-000000004745 | 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-09-30 14:35:53.568528 | fa163eaa-657b-f732-44a0-000000004745 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:07.453332 | 3.77s 2025-09-30 14:35:54.530462 | fa163eaa-657b-f732-44a0-000000004745 | 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-09-30 14:35:54.531357 | fa163eaa-657b-f732-44a0-000000004745 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:08.416169 | 4.73s 2025-09-30 14:35:55.533728 | fa163eaa-657b-f732-44a0-000000004745 | 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-09-30 14:35:55.534948 | fa163eaa-657b-f732-44a0-000000004745 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:09.419750 | 5.74s 2025-09-30 14:35:56.495594 | fa163eaa-657b-f732-44a0-000000004745 | 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-09-30 14:35:56.496772 | fa163eaa-657b-f732-44a0-000000004745 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:10.381577 | 6.70s 2025-09-30 14:35:57.436462 | fa163eaa-657b-f732-44a0-000000004745 | 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-09-30 14:35:57.437202 | fa163eaa-657b-f732-44a0-000000004745 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:11.322014 | 7.64s 2025-09-30 14:35:58.417189 | fa163eaa-657b-f732-44a0-000000004745 | 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-09-30 14:35:58.418784 | fa163eaa-657b-f732-44a0-000000004745 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:12.303584 | 8.62s 2025-09-30 14:35:59.392513 | fa163eaa-657b-f732-44a0-000000004745 | 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-09-30 14:35:59.394543 | fa163eaa-657b-f732-44a0-000000004745 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:13.279346 | 9.60s 2025-09-30 14:35:59.404592 | fa163eaa-657b-f732-44a0-000000004745 | 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-09-30 14:35:59.405497 | fa163eaa-657b-f732-44a0-000000004745 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:13.290305 | 9.61s 2025-09-30 14:35:59.422972 | fa163eaa-657b-f732-44a0-000000004747 | TASK | Async creation of Keystone user 2025-09-30 14:35:59.849308 | fa163eaa-657b-f732-44a0-000000004747 | CHANGED | Async creation of Keystone user | undercloud 2025-09-30 14:35:59.850582 | fa163eaa-657b-f732-44a0-000000004747 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:13.735382 | 0.43s 2025-09-30 14:36:00.210697 | fa163eaa-657b-f732-44a0-000000004747 | CHANGED | Async creation of Keystone user | undercloud 2025-09-30 14:36:00.212382 | fa163eaa-657b-f732-44a0-000000004747 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:14.097184 | 0.79s 2025-09-30 14:36:00.577709 | fa163eaa-657b-f732-44a0-000000004747 | CHANGED | Async creation of Keystone user | undercloud 2025-09-30 14:36:00.579025 | fa163eaa-657b-f732-44a0-000000004747 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:14.463829 | 1.15s 2025-09-30 14:36:00.960411 | fa163eaa-657b-f732-44a0-000000004747 | CHANGED | Async creation of Keystone user | undercloud 2025-09-30 14:36:00.961434 | fa163eaa-657b-f732-44a0-000000004747 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:14.846237 | 1.54s 2025-09-30 14:36:01.330247 | fa163eaa-657b-f732-44a0-000000004747 | CHANGED | Async creation of Keystone user | undercloud 2025-09-30 14:36:01.331021 | fa163eaa-657b-f732-44a0-000000004747 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:15.215831 | 1.91s 2025-09-30 14:36:01.697627 | fa163eaa-657b-f732-44a0-000000004747 | CHANGED | Async creation of Keystone user | undercloud 2025-09-30 14:36:01.699132 | fa163eaa-657b-f732-44a0-000000004747 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:15.583938 | 2.28s 2025-09-30 14:36:02.015171 | fa163eaa-657b-f732-44a0-000000004747 | CHANGED | Async creation of Keystone user | undercloud 2025-09-30 14:36:02.016790 | fa163eaa-657b-f732-44a0-000000004747 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:15.901594 | 2.59s 2025-09-30 14:36:02.420965 | fa163eaa-657b-f732-44a0-000000004747 | CHANGED | Async creation of Keystone user | undercloud 2025-09-30 14:36:02.421927 | fa163eaa-657b-f732-44a0-000000004747 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:16.306736 | 3.00s 2025-09-30 14:36:02.770466 | fa163eaa-657b-f732-44a0-000000004747 | CHANGED | Async creation of Keystone user | undercloud 2025-09-30 14:36:02.771712 | fa163eaa-657b-f732-44a0-000000004747 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:16.656523 | 3.35s 2025-09-30 14:36:03.137620 | fa163eaa-657b-f732-44a0-000000004747 | CHANGED | Async creation of Keystone user | undercloud 2025-09-30 14:36:03.138844 | fa163eaa-657b-f732-44a0-000000004747 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:17.023655 | 3.71s 2025-09-30 14:36:03.148644 | fa163eaa-657b-f732-44a0-000000004747 | CHANGED | Async creation of Keystone user | undercloud 2025-09-30 14:36:03.149298 | fa163eaa-657b-f732-44a0-000000004747 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:17.034113 | 3.73s 2025-09-30 14:36:03.164022 | fa163eaa-657b-f732-44a0-000000004749 | TASK | Check Keystone user status 2025-09-30 14:36:03.474687 | fa163eaa-657b-f732-44a0-000000004749 | CHANGED | Check Keystone user status | undercloud 2025-09-30 14:36:03.476259 | fa163eaa-657b-f732-44a0-000000004749 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:17.361063 | 0.31s 2025-09-30 14:36:03.755416 | fa163eaa-657b-f732-44a0-000000004749 | CHANGED | Check Keystone user status | undercloud 2025-09-30 14:36:03.756522 | fa163eaa-657b-f732-44a0-000000004749 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:17.641327 | 0.59s 2025-09-30 14:36:04.046570 | fa163eaa-657b-f732-44a0-000000004749 | CHANGED | Check Keystone user status | undercloud 2025-09-30 14:36:04.047305 | fa163eaa-657b-f732-44a0-000000004749 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:17.932116 | 0.88s 2025-09-30 14:36:04.336704 | fa163eaa-657b-f732-44a0-000000004749 | CHANGED | Check Keystone user status | undercloud 2025-09-30 14:36:04.337412 | fa163eaa-657b-f732-44a0-000000004749 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:18.222206 | 1.17s 2025-09-30 14:36:04.614119 | fa163eaa-657b-f732-44a0-000000004749 | WAITING | Check Keystone user status | undercloud | 30 retries left 2025-09-30 14:36:09.839692 | fa163eaa-657b-f732-44a0-000000004749 | CHANGED | Check Keystone user status | undercloud 2025-09-30 14:36:09.840812 | fa163eaa-657b-f732-44a0-000000004749 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:23.725618 | 6.68s 2025-09-30 14:36:10.117019 | fa163eaa-657b-f732-44a0-000000004749 | CHANGED | Check Keystone user status | undercloud 2025-09-30 14:36:10.118865 | fa163eaa-657b-f732-44a0-000000004749 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:24.003667 | 6.95s 2025-09-30 14:36:10.359129 | fa163eaa-657b-f732-44a0-000000004749 | CHANGED | Check Keystone user status | undercloud 2025-09-30 14:36:10.360212 | fa163eaa-657b-f732-44a0-000000004749 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:24.245011 | 7.20s 2025-09-30 14:36:10.636200 | fa163eaa-657b-f732-44a0-000000004749 | CHANGED | Check Keystone user status | undercloud 2025-09-30 14:36:10.638130 | fa163eaa-657b-f732-44a0-000000004749 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:24.522931 | 7.47s 2025-09-30 14:36:10.845287 | fa163eaa-657b-f732-44a0-000000004749 | CHANGED | Check Keystone user status | undercloud 2025-09-30 14:36:10.846278 | fa163eaa-657b-f732-44a0-000000004749 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:24.731082 | 7.68s 2025-09-30 14:36:11.057758 | fa163eaa-657b-f732-44a0-000000004749 | CHANGED | Check Keystone user status | undercloud 2025-09-30 14:36:11.059477 | fa163eaa-657b-f732-44a0-000000004749 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:24.944281 | 7.89s 2025-09-30 14:36:11.069639 | fa163eaa-657b-f732-44a0-000000004749 | CHANGED | Check Keystone user status | undercloud 2025-09-30 14:36:11.070705 | fa163eaa-657b-f732-44a0-000000004749 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:24.955509 | 7.91s 2025-09-30 14:36:11.093044 | fa163eaa-657b-f732-44a0-00000000474e | TASK | Check password of Keystone user 2025-09-30 14:36:12.044637 | fa163eaa-657b-f732-44a0-00000000474e | 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-09-30 14:36:12.046664 | fa163eaa-657b-f732-44a0-00000000474e | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:25.931451 | 0.95s 2025-09-30 14:36:12.943225 | fa163eaa-657b-f732-44a0-00000000474e | 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-09-30 14:36:12.944984 | fa163eaa-657b-f732-44a0-00000000474e | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:26.829782 | 1.85s 2025-09-30 14:36:13.878584 | fa163eaa-657b-f732-44a0-00000000474e | 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-09-30 14:36:13.879586 | fa163eaa-657b-f732-44a0-00000000474e | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:27.764391 | 2.79s 2025-09-30 14:36:14.811003 | fa163eaa-657b-f732-44a0-00000000474e | 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-09-30 14:36:14.812795 | fa163eaa-657b-f732-44a0-00000000474e | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:28.697600 | 3.72s 2025-09-30 14:36:15.789928 | fa163eaa-657b-f732-44a0-00000000474e | 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-09-30 14:36:15.790686 | fa163eaa-657b-f732-44a0-00000000474e | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:29.675496 | 4.70s 2025-09-30 14:36:16.725789 | fa163eaa-657b-f732-44a0-00000000474e | 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-09-30 14:36:16.726847 | fa163eaa-657b-f732-44a0-00000000474e | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:30.611650 | 5.63s 2025-09-30 14:36:17.591019 | fa163eaa-657b-f732-44a0-00000000474e | 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-09-30 14:36:17.592311 | fa163eaa-657b-f732-44a0-00000000474e | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:31.477114 | 6.50s 2025-09-30 14:36:17.603912 | fa163eaa-657b-f732-44a0-00000000474e | 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-09-30 14:36:17.604646 | fa163eaa-657b-f732-44a0-00000000474e | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:31.489455 | 6.51s 2025-09-30 14:36:17.623987 | fa163eaa-657b-f732-44a0-000000004750 | TASK | Async creation of Keystone user 2025-09-30 14:36:18.049812 | fa163eaa-657b-f732-44a0-000000004750 | CHANGED | Async creation of Keystone user | undercloud 2025-09-30 14:36:18.052056 | fa163eaa-657b-f732-44a0-000000004750 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:31.936851 | 0.43s 2025-09-30 14:36:18.393057 | fa163eaa-657b-f732-44a0-000000004750 | CHANGED | Async creation of Keystone user | undercloud 2025-09-30 14:36:18.393666 | fa163eaa-657b-f732-44a0-000000004750 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:32.278480 | 0.77s 2025-09-30 14:36:18.768645 | fa163eaa-657b-f732-44a0-000000004750 | CHANGED | Async creation of Keystone user | undercloud 2025-09-30 14:36:18.769586 | fa163eaa-657b-f732-44a0-000000004750 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:32.654390 | 1.14s 2025-09-30 14:36:19.081548 | fa163eaa-657b-f732-44a0-000000004750 | CHANGED | Async creation of Keystone user | undercloud 2025-09-30 14:36:19.082222 | fa163eaa-657b-f732-44a0-000000004750 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:32.967033 | 1.46s 2025-09-30 14:36:19.440970 | fa163eaa-657b-f732-44a0-000000004750 | CHANGED | Async creation of Keystone user | undercloud 2025-09-30 14:36:19.441751 | fa163eaa-657b-f732-44a0-000000004750 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:33.326564 | 1.82s 2025-09-30 14:36:19.746364 | fa163eaa-657b-f732-44a0-000000004750 | CHANGED | Async creation of Keystone user | undercloud 2025-09-30 14:36:19.748648 | fa163eaa-657b-f732-44a0-000000004750 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:33.633452 | 2.12s 2025-09-30 14:36:20.046342 | fa163eaa-657b-f732-44a0-000000004750 | CHANGED | Async creation of Keystone user | undercloud 2025-09-30 14:36:20.048498 | fa163eaa-657b-f732-44a0-000000004750 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:33.933203 | 2.42s 2025-09-30 14:36:20.057298 | fa163eaa-657b-f732-44a0-000000004750 | CHANGED | Async creation of Keystone user | undercloud 2025-09-30 14:36:20.057667 | fa163eaa-657b-f732-44a0-000000004750 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:33.942483 | 2.43s 2025-09-30 14:36:20.071721 | fa163eaa-657b-f732-44a0-000000004752 | TASK | Check Keystone user status 2025-09-30 14:36:20.352515 | fa163eaa-657b-f732-44a0-000000004752 | CHANGED | Check Keystone user status | undercloud 2025-09-30 14:36:20.353338 | fa163eaa-657b-f732-44a0-000000004752 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:34.238148 | 0.28s 2025-09-30 14:36:20.580274 | fa163eaa-657b-f732-44a0-000000004752 | CHANGED | Check Keystone user status | undercloud 2025-09-30 14:36:20.581161 | fa163eaa-657b-f732-44a0-000000004752 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:34.465974 | 0.51s 2025-09-30 14:36:20.811843 | fa163eaa-657b-f732-44a0-000000004752 | WAITING | Check Keystone user status | undercloud | 30 retries left 2025-09-30 14:36:26.029130 | fa163eaa-657b-f732-44a0-000000004752 | CHANGED | Check Keystone user status | undercloud 2025-09-30 14:36:26.032335 | fa163eaa-657b-f732-44a0-000000004752 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:39.917138 | 5.96s 2025-09-30 14:36:26.304856 | fa163eaa-657b-f732-44a0-000000004752 | CHANGED | Check Keystone user status | undercloud 2025-09-30 14:36:26.305852 | fa163eaa-657b-f732-44a0-000000004752 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:40.190657 | 6.23s 2025-09-30 14:36:26.581110 | fa163eaa-657b-f732-44a0-000000004752 | CHANGED | Check Keystone user status | undercloud 2025-09-30 14:36:26.582024 | fa163eaa-657b-f732-44a0-000000004752 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:40.466830 | 6.51s 2025-09-30 14:36:26.860889 | fa163eaa-657b-f732-44a0-000000004752 | CHANGED | Check Keystone user status | undercloud 2025-09-30 14:36:26.861891 | fa163eaa-657b-f732-44a0-000000004752 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:40.746696 | 6.79s 2025-09-30 14:36:27.142226 | fa163eaa-657b-f732-44a0-000000004752 | CHANGED | Check Keystone user status | undercloud 2025-09-30 14:36:27.143960 | fa163eaa-657b-f732-44a0-000000004752 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:41.028758 | 7.07s 2025-09-30 14:36:27.154056 | fa163eaa-657b-f732-44a0-000000004752 | CHANGED | Check Keystone user status | undercloud 2025-09-30 14:36:27.155174 | fa163eaa-657b-f732-44a0-000000004752 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:41.039977 | 7.08s 2025-09-30 14:36:27.175643 | fa163eaa-657b-f732-44a0-000000003d27 | TASK | Assign Keystone Users to Roles 2025-09-30 14:36:27.248218 | fa163eaa-657b-f732-44a0-000000003d27 | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:22:41.133006 | 0.07s 2025-09-30 14:36:27.270911 | fa163eaa-657b-f732-44a0-000000003d27 | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:22:41.155716 | 0.09s 2025-09-30 14:36:27.290753 | fa163eaa-657b-f732-44a0-000000003d27 | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:22:41.175560 | 0.11s 2025-09-30 14:36:27.300291 | fa163eaa-657b-f732-44a0-000000003d27 | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:22:41.185087 | 0.12s 2025-09-30 14:36:27.315821 | bb2ff8e7-db33-4a9c-bcc0-9bf651791fa8 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_roles.yml | undercloud 2025-09-30 14:36:27.322583 | acb95397-6c8b-4854-aeb1-b011a4b63b62 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_roles.yml | undercloud 2025-09-30 14:36:27.328411 | bdfa9412-e4a4-4eb6-b2af-df61a83a088d | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_roles.yml | undercloud 2025-09-30 14:36:27.400385 | fa163eaa-657b-f732-44a0-000000004962 | TASK | Async assignment of Keystone user per role 2025-09-30 14:36:27.498275 | fa163eaa-657b-f732-44a0-000000004962 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:22:41.383055 | 0.10s 2025-09-30 14:36:27.517198 | fa163eaa-657b-f732-44a0-000000004962 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:22:41.402006 | 0.12s 2025-09-30 14:36:27.525894 | fa163eaa-657b-f732-44a0-000000004962 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:22:41.410691 | 0.12s 2025-09-30 14:36:27.543024 | 8fe16404-ddad-448a-88e7-a6f7b86596ec | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2025-09-30 14:36:27.552943 | a8e54669-392c-49e4-9de8-9b632b2b8a54 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2025-09-30 14:36:27.576890 | fa163eaa-657b-f732-44a0-000000004b42 | TASK | Async assignment of Keystone user to roles 2025-09-30 14:36:27.977925 | fa163eaa-657b-f732-44a0-000000004b42 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=aodh 2025-09-30 14:36:27.979622 | fa163eaa-657b-f732-44a0-000000004b42 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:41.864423 | 0.40s 2025-09-30 14:36:28.330511 | fa163eaa-657b-f732-44a0-000000004b42 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=barbican 2025-09-30 14:36:28.331663 | fa163eaa-657b-f732-44a0-000000004b42 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:42.216474 | 0.75s 2025-09-30 14:36:28.671199 | fa163eaa-657b-f732-44a0-000000004b42 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=ceilometer 2025-09-30 14:36:28.671913 | fa163eaa-657b-f732-44a0-000000004b42 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:42.556725 | 1.09s 2025-09-30 14:36:29.022568 | fa163eaa-657b-f732-44a0-000000004b42 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinder 2025-09-30 14:36:29.023289 | fa163eaa-657b-f732-44a0-000000004b42 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:42.908103 | 1.45s 2025-09-30 14:36:29.369646 | fa163eaa-657b-f732-44a0-000000004b42 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinderv3 2025-09-30 14:36:29.370523 | fa163eaa-657b-f732-44a0-000000004b42 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:43.255332 | 1.79s 2025-09-30 14:36:29.723247 | fa163eaa-657b-f732-44a0-000000004b42 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=glance 2025-09-30 14:36:29.724676 | fa163eaa-657b-f732-44a0-000000004b42 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:43.609486 | 2.15s 2025-09-30 14:36:30.081430 | fa163eaa-657b-f732-44a0-000000004b42 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=gnocchi 2025-09-30 14:36:30.082215 | fa163eaa-657b-f732-44a0-000000004b42 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:43.967026 | 2.50s 2025-09-30 14:36:30.439564 | fa163eaa-657b-f732-44a0-000000004b42 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=heat 2025-09-30 14:36:30.440600 | fa163eaa-657b-f732-44a0-000000004b42 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:44.325405 | 2.86s 2025-09-30 14:36:30.756813 | fa163eaa-657b-f732-44a0-000000004b42 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=heat_stack_domain_admin 2025-09-30 14:36:30.758245 | fa163eaa-657b-f732-44a0-000000004b42 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:44.643054 | 3.18s 2025-09-30 14:36:31.126719 | fa163eaa-657b-f732-44a0-000000004b42 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=heat-cfn 2025-09-30 14:36:31.127833 | fa163eaa-657b-f732-44a0-000000004b42 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:45.012639 | 3.55s 2025-09-30 14:36:31.135475 | fa163eaa-657b-f732-44a0-000000004b42 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:45.020278 | 3.56s 2025-09-30 14:36:31.155955 | fa163eaa-657b-f732-44a0-000000004b44 | TASK | Check Keystone user assignment to roles status 2025-09-30 14:36:31.445166 | fa163eaa-657b-f732-44a0-000000004b44 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=aodh 2025-09-30 14:36:31.446739 | fa163eaa-657b-f732-44a0-000000004b44 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:45.331542 | 0.29s 2025-09-30 14:36:31.758237 | fa163eaa-657b-f732-44a0-000000004b44 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=barbican 2025-09-30 14:36:31.759949 | fa163eaa-657b-f732-44a0-000000004b44 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:45.644756 | 0.60s 2025-09-30 14:36:31.948750 | fa163eaa-657b-f732-44a0-000000004b44 | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2025-09-30 14:36:37.178656 | fa163eaa-657b-f732-44a0-000000004b44 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=ceilometer 2025-09-30 14:36:37.181656 | fa163eaa-657b-f732-44a0-000000004b44 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:51.066460 | 6.02s 2025-09-30 14:36:37.444271 | fa163eaa-657b-f732-44a0-000000004b44 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinder 2025-09-30 14:36:37.445521 | fa163eaa-657b-f732-44a0-000000004b44 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:51.330326 | 6.29s 2025-09-30 14:36:37.740706 | fa163eaa-657b-f732-44a0-000000004b44 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinderv3 2025-09-30 14:36:37.742619 | fa163eaa-657b-f732-44a0-000000004b44 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:51.627423 | 6.59s 2025-09-30 14:36:38.049260 | fa163eaa-657b-f732-44a0-000000004b44 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=glance 2025-09-30 14:36:38.050850 | fa163eaa-657b-f732-44a0-000000004b44 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:51.935647 | 6.89s 2025-09-30 14:36:38.306089 | fa163eaa-657b-f732-44a0-000000004b44 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=gnocchi 2025-09-30 14:36:38.306996 | fa163eaa-657b-f732-44a0-000000004b44 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:52.191805 | 7.15s 2025-09-30 14:36:38.584537 | fa163eaa-657b-f732-44a0-000000004b44 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=heat 2025-09-30 14:36:38.586568 | fa163eaa-657b-f732-44a0-000000004b44 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:52.471370 | 7.43s 2025-09-30 14:36:38.848444 | fa163eaa-657b-f732-44a0-000000004b44 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=heat_stack_domain_admin 2025-09-30 14:36:38.849593 | fa163eaa-657b-f732-44a0-000000004b44 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:52.734396 | 7.69s 2025-09-30 14:36:39.104755 | fa163eaa-657b-f732-44a0-000000004b44 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=heat-cfn 2025-09-30 14:36:39.105899 | fa163eaa-657b-f732-44a0-000000004b44 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:52.990704 | 7.95s 2025-09-30 14:36:39.116003 | fa163eaa-657b-f732-44a0-000000004b44 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:53.000801 | 7.96s 2025-09-30 14:36:39.140116 | fa163eaa-657b-f732-44a0-000000004b49 | TASK | Async assignment of Keystone user to roles 2025-09-30 14:36:39.513026 | fa163eaa-657b-f732-44a0-000000004b49 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=manila 2025-09-30 14:36:39.517635 | fa163eaa-657b-f732-44a0-000000004b49 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:53.402427 | 0.38s 2025-09-30 14:36:39.843747 | fa163eaa-657b-f732-44a0-000000004b49 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=manilav2 2025-09-30 14:36:39.844831 | fa163eaa-657b-f732-44a0-000000004b49 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:53.729636 | 0.70s 2025-09-30 14:36:40.231787 | fa163eaa-657b-f732-44a0-000000004b49 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=neutron 2025-09-30 14:36:40.232451 | fa163eaa-657b-f732-44a0-000000004b49 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:54.117264 | 1.09s 2025-09-30 14:36:40.587311 | fa163eaa-657b-f732-44a0-000000004b49 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=nova 2025-09-30 14:36:40.588766 | fa163eaa-657b-f732-44a0-000000004b49 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:54.473574 | 1.45s 2025-09-30 14:36:40.861627 | fa163eaa-657b-f732-44a0-000000004b49 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=octavia 2025-09-30 14:36:40.863740 | fa163eaa-657b-f732-44a0-000000004b49 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:54.748546 | 1.72s 2025-09-30 14:36:41.205178 | fa163eaa-657b-f732-44a0-000000004b49 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=placement 2025-09-30 14:36:41.206191 | fa163eaa-657b-f732-44a0-000000004b49 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:55.090996 | 2.06s 2025-09-30 14:36:41.554097 | fa163eaa-657b-f732-44a0-000000004b49 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=swift 2025-09-30 14:36:41.554830 | fa163eaa-657b-f732-44a0-000000004b49 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:55.439643 | 2.41s 2025-09-30 14:36:41.558818 | fa163eaa-657b-f732-44a0-000000004b49 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:55.443616 | 2.42s 2025-09-30 14:36:41.578682 | fa163eaa-657b-f732-44a0-000000004b4b | TASK | Check Keystone user assignment to roles status 2025-09-30 14:36:41.863714 | fa163eaa-657b-f732-44a0-000000004b4b | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2025-09-30 14:36:47.105302 | fa163eaa-657b-f732-44a0-000000004b4b | CHANGED | Check Keystone user assignment to roles status | undercloud | item=manila 2025-09-30 14:36:47.106341 | fa163eaa-657b-f732-44a0-000000004b4b | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:00.991146 | 5.53s 2025-09-30 14:36:47.385843 | fa163eaa-657b-f732-44a0-000000004b4b | CHANGED | Check Keystone user assignment to roles status | undercloud | item=manilav2 2025-09-30 14:36:47.388681 | fa163eaa-657b-f732-44a0-000000004b4b | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:01.273474 | 5.81s 2025-09-30 14:36:47.709807 | fa163eaa-657b-f732-44a0-000000004b4b | CHANGED | Check Keystone user assignment to roles status | undercloud | item=neutron 2025-09-30 14:36:47.712176 | fa163eaa-657b-f732-44a0-000000004b4b | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:01.596978 | 6.13s 2025-09-30 14:36:47.984332 | fa163eaa-657b-f732-44a0-000000004b4b | CHANGED | Check Keystone user assignment to roles status | undercloud | item=nova 2025-09-30 14:36:47.985177 | fa163eaa-657b-f732-44a0-000000004b4b | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:01.869989 | 6.40s 2025-09-30 14:36:48.238600 | fa163eaa-657b-f732-44a0-000000004b4b | CHANGED | Check Keystone user assignment to roles status | undercloud | item=octavia 2025-09-30 14:36:48.239512 | fa163eaa-657b-f732-44a0-000000004b4b | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:02.124320 | 6.66s 2025-09-30 14:36:48.467470 | fa163eaa-657b-f732-44a0-000000004b4b | CHANGED | Check Keystone user assignment to roles status | undercloud | item=placement 2025-09-30 14:36:48.469535 | fa163eaa-657b-f732-44a0-000000004b4b | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:02.354338 | 6.89s 2025-09-30 14:36:48.701100 | fa163eaa-657b-f732-44a0-000000004b4b | CHANGED | Check Keystone user assignment to roles status | undercloud | item=swift 2025-09-30 14:36:48.702432 | fa163eaa-657b-f732-44a0-000000004b4b | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:02.587205 | 7.12s 2025-09-30 14:36:48.711106 | fa163eaa-657b-f732-44a0-000000004b4b | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:02.595905 | 7.13s 2025-09-30 14:36:48.733267 | fa163eaa-657b-f732-44a0-000000004967 | TASK | Async assignment of Keystone user per role 2025-09-30 14:36:48.852027 | fa163eaa-657b-f732-44a0-000000004967 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:23:02.736809 | 0.12s 2025-09-30 14:36:48.864107 | fa163eaa-657b-f732-44a0-000000004967 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:23:02.748909 | 0.13s 2025-09-30 14:36:48.882949 | 1e8ad375-b836-4bae-b43c-6bb7803f39c2 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2025-09-30 14:36:48.908575 | fa163eaa-657b-f732-44a0-000000004bb3 | TASK | Async assignment of Keystone user to roles 2025-09-30 14:36:49.281414 | fa163eaa-657b-f732-44a0-000000004bb3 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=ceilometer 2025-09-30 14:36:49.283720 | fa163eaa-657b-f732-44a0-000000004bb3 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:03.168517 | 0.37s 2025-09-30 14:36:49.293096 | fa163eaa-657b-f732-44a0-000000004bb3 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:03.177896 | 0.38s 2025-09-30 14:36:49.309759 | fa163eaa-657b-f732-44a0-000000004bb5 | TASK | Check Keystone user assignment to roles status 2025-09-30 14:36:49.607955 | fa163eaa-657b-f732-44a0-000000004bb5 | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2025-09-30 14:36:54.832323 | fa163eaa-657b-f732-44a0-000000004bb5 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=ceilometer 2025-09-30 14:36:54.833177 | fa163eaa-657b-f732-44a0-000000004bb5 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:08.717986 | 5.52s 2025-09-30 14:36:54.841236 | fa163eaa-657b-f732-44a0-000000004bb5 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:08.726044 | 5.53s 2025-09-30 14:36:54.861383 | fa163eaa-657b-f732-44a0-00000000496c | TASK | Async assignment of Keystone user per role 2025-09-30 14:36:54.956120 | fa163eaa-657b-f732-44a0-00000000496c | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:23:08.840915 | 0.09s 2025-09-30 14:36:54.968831 | fa163eaa-657b-f732-44a0-00000000496c | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:23:08.853637 | 0.11s 2025-09-30 14:36:54.982529 | 32bfbedb-16da-419e-8c23-b76572f06ca3 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2025-09-30 14:36:55.006736 | fa163eaa-657b-f732-44a0-000000004bd7 | TASK | Async assignment of Keystone user to roles 2025-09-30 14:36:55.379996 | fa163eaa-657b-f732-44a0-000000004bd7 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinder 2025-09-30 14:36:55.381608 | fa163eaa-657b-f732-44a0-000000004bd7 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:09.266402 | 0.37s 2025-09-30 14:36:55.707683 | fa163eaa-657b-f732-44a0-000000004bd7 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinderv3 2025-09-30 14:36:55.708338 | fa163eaa-657b-f732-44a0-000000004bd7 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:09.593150 | 0.70s 2025-09-30 14:36:56.025805 | fa163eaa-657b-f732-44a0-000000004bd7 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=nova 2025-09-30 14:36:56.028528 | fa163eaa-657b-f732-44a0-000000004bd7 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:09.913329 | 1.02s 2025-09-30 14:36:56.038205 | fa163eaa-657b-f732-44a0-000000004bd7 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:09.923006 | 1.03s 2025-09-30 14:36:56.058197 | fa163eaa-657b-f732-44a0-000000004bd9 | TASK | Check Keystone user assignment to roles status 2025-09-30 14:36:56.295261 | fa163eaa-657b-f732-44a0-000000004bd9 | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2025-09-30 14:37:01.525636 | fa163eaa-657b-f732-44a0-000000004bd9 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinder 2025-09-30 14:37:01.527621 | fa163eaa-657b-f732-44a0-000000004bd9 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:15.412428 | 5.47s 2025-09-30 14:37:01.758442 | fa163eaa-657b-f732-44a0-000000004bd9 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinderv3 2025-09-30 14:37:01.760102 | fa163eaa-657b-f732-44a0-000000004bd9 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:15.644914 | 5.70s 2025-09-30 14:37:01.999615 | fa163eaa-657b-f732-44a0-000000004bd9 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=nova 2025-09-30 14:37:02.000912 | fa163eaa-657b-f732-44a0-000000004bd9 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:15.885710 | 5.94s 2025-09-30 14:37:02.014593 | fa163eaa-657b-f732-44a0-000000004bd9 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:15.899391 | 5.95s 2025-09-30 14:37:02.052167 | fa163eaa-657b-f732-44a0-000000003ced | TASK | is Keystone LDAP enabled 2025-09-30 14:37:02.117078 | fa163eaa-657b-f732-44a0-000000003ced | OK | is Keystone LDAP enabled | undercloud 2025-09-30 14:37:02.117968 | fa163eaa-657b-f732-44a0-000000003ced | TIMING | is Keystone LDAP enabled | undercloud | 0:23:16.002777 | 0.06s 2025-09-30 14:37:02.135501 | fa163eaa-657b-f732-44a0-000000003cee | TASK | Set fact for tripleo_keystone_ldap_domains 2025-09-30 14:37:02.188359 | fa163eaa-657b-f732-44a0-000000003cee | SKIPPED | Set fact for tripleo_keystone_ldap_domains | undercloud 2025-09-30 14:37:02.189705 | fa163eaa-657b-f732-44a0-000000003cee | TIMING | Set fact for tripleo_keystone_ldap_domains | undercloud | 0:23:16.074506 | 0.05s 2025-09-30 14:37:02.209005 | fa163eaa-657b-f732-44a0-000000003cef | TASK | Manage Keystone domains from LDAP config 2025-09-30 14:37:02.266190 | fa163eaa-657b-f732-44a0-000000003cef | SKIPPED | Manage Keystone domains from LDAP config | undercloud 2025-09-30 14:37:02.267313 | fa163eaa-657b-f732-44a0-000000003cef | TIMING | Manage Keystone domains from LDAP config | undercloud | 0:23:16.152112 | 0.06s PLAY [Deploy step tasks for 4] ************************************************* 2025-09-30 14:37:02.407772 | fa163eaa-657b-f732-44a0-0000000000e2 | TASK | Deploy step tasks for 4 2025-09-30 14:37:02.438070 | fa163eaa-657b-f732-44a0-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', 'fa163eaa-657b-f732-44a0-0000000000e2') missing from stats 2025-09-30 14:37:02.460904 | fa163eaa-657b-f732-44a0-0000000000e3 | TASK | Write the config_step hieradata for the deploy step 4 tasks 2025-09-30 14:37:02.987281 | fa163eaa-657b-f732-44a0-0000000000e3 | CHANGED | Write the config_step hieradata for the deploy step 4 tasks | standalone 2025-09-30 14:37:02.988988 | fa163eaa-657b-f732-44a0-0000000000e3 | TIMING | Write the config_step hieradata for the deploy step 4 tasks | standalone | 0:23:16.873784 | 0.53s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-09-30 14:37:03.058449 | fa163eaa-657b-f732-44a0-0000000000e4 | TIMING | include_tasks | standalone | 0:23:16.943251 | 0.04s 2025-09-30 14:37:03.082263 | 3ddd25ff-86d0-4002-a315-538bf400a8de | INCLUDED | /root/standalone-ansible-elkr9mpa/Standalone/deploy_steps_tasks_step4.yaml | standalone 2025-09-30 14:37:03.106834 | fa163eaa-657b-f732-44a0-000000004c1b | TASK | Create virtqemud recovery script 2025-09-30 14:37:03.660437 | fa163eaa-657b-f732-44a0-000000004c1b | CHANGED | Create virtqemud recovery script | standalone 2025-09-30 14:37:03.661907 | fa163eaa-657b-f732-44a0-000000004c1b | TIMING | Create virtqemud recovery script | standalone | 0:23:17.546709 | 0.55s 2025-09-30 14:37:03.694716 | fa163eaa-657b-f732-44a0-000000004c1c | TASK | Create virtqemud recovery trigger service 2025-09-30 14:37:04.203229 | fa163eaa-657b-f732-44a0-000000004c1c | CHANGED | Create virtqemud recovery trigger service | standalone 2025-09-30 14:37:04.204804 | fa163eaa-657b-f732-44a0-000000004c1c | TIMING | Create virtqemud recovery trigger service | standalone | 0:23:18.089604 | 0.51s 2025-09-30 14:37:04.233769 | fa163eaa-657b-f732-44a0-000000004c1d | TASK | Create virtqemud recovery trigger timer 2025-09-30 14:37:04.799737 | fa163eaa-657b-f732-44a0-000000004c1d | CHANGED | Create virtqemud recovery trigger timer | standalone 2025-09-30 14:37:04.801464 | fa163eaa-657b-f732-44a0-000000004c1d | TIMING | Create virtqemud recovery trigger timer | standalone | 0:23:18.686257 | 0.57s 2025-09-30 14:37:04.831056 | fa163eaa-657b-f732-44a0-000000004c1e | TASK | Enable virtqemud recovery trigger service 2025-09-30 14:37:05.947084 | fa163eaa-657b-f732-44a0-000000004c1e | CHANGED | Enable virtqemud recovery trigger service | standalone 2025-09-30 14:37:05.949230 | fa163eaa-657b-f732-44a0-000000004c1e | TIMING | Enable virtqemud recovery trigger service | standalone | 0:23:19.834032 | 1.12s 2025-09-30 14:37:05.978703 | fa163eaa-657b-f732-44a0-000000004c1f | TASK | Enable virtqemud recovery trigger timer 2025-09-30 14:37:07.161665 | fa163eaa-657b-f732-44a0-000000004c1f | CHANGED | Enable virtqemud recovery trigger timer | standalone 2025-09-30 14:37:07.163498 | fa163eaa-657b-f732-44a0-000000004c1f | TIMING | Enable virtqemud recovery trigger timer | standalone | 0:23:21.048299 | 1.18s 2025-09-30 14:37:07.192459 | fa163eaa-657b-f732-44a0-000000004c20 | TASK | Really enable virtqemud recovery trigger timer 2025-09-30 14:37:07.862326 | fa163eaa-657b-f732-44a0-000000004c20 | CHANGED | Really enable virtqemud recovery trigger timer | standalone 2025-09-30 14:37:07.864438 | fa163eaa-657b-f732-44a0-000000004c20 | TIMING | Really enable virtqemud recovery trigger timer | standalone | 0:23:21.749204 | 0.67s 2025-09-30 14:37:07.902717 | fa163eaa-657b-f732-44a0-000000004c22 | TASK | Create systemd file 2025-09-30 14:37:08.397460 | fa163eaa-657b-f732-44a0-000000004c22 | CHANGED | Create systemd file | standalone 2025-09-30 14:37:08.398928 | fa163eaa-657b-f732-44a0-000000004c22 | TIMING | Create systemd file | standalone | 0:23:22.283729 | 0.49s 2025-09-30 14:37:08.431059 | fa163eaa-657b-f732-44a0-000000004c23 | TASK | Reload systemd 2025-09-30 14:37:09.284890 | fa163eaa-657b-f732-44a0-000000004c23 | CHANGED | Reload systemd | standalone 2025-09-30 14:37:09.286686 | fa163eaa-657b-f732-44a0-000000004c23 | TIMING | Reload systemd | standalone | 0:23:23.171484 | 0.85s 2025-09-30 14:37:09.317511 | fa163eaa-657b-f732-44a0-000000004c26 | TASK | Start OVN container 2025-09-30 14:37:09.385839 | fa163eaa-657b-f732-44a0-000000004c26 | SKIPPED | Start OVN container | standalone | item=ovn_cluster_north_db_server 2025-09-30 14:37:09.402841 | fa163eaa-657b-f732-44a0-000000004c26 | SKIPPED | Start OVN container | standalone | item=ovn_cluster_south_db_server 2025-09-30 14:37:09.416916 | fa163eaa-657b-f732-44a0-000000004c26 | SKIPPED | Start OVN container | standalone | item=ovn_cluster_northd 2025-09-30 14:37:09.425346 | fa163eaa-657b-f732-44a0-000000004c26 | TIMING | Start OVN container | standalone | 0:23:23.310144 | 0.11s 2025-09-30 14:37:09.454234 | fa163eaa-657b-f732-44a0-000000004c28 | TASK | Set NB connection 2025-09-30 14:37:09.494522 | fa163eaa-657b-f732-44a0-000000004c28 | SKIPPED | Set NB connection | standalone 2025-09-30 14:37:09.495575 | fa163eaa-657b-f732-44a0-000000004c28 | TIMING | Set NB connection | standalone | 0:23:23.380378 | 0.04s 2025-09-30 14:37:09.523446 | fa163eaa-657b-f732-44a0-000000004c29 | TASK | Set SB connection 2025-09-30 14:37:09.578620 | fa163eaa-657b-f732-44a0-000000004c29 | SKIPPED | Set SB connection | standalone 2025-09-30 14:37:09.580089 | fa163eaa-657b-f732-44a0-000000004c29 | TIMING | Set SB connection | standalone | 0:23:23.464887 | 0.06s 2025-09-30 14:37:09.611380 | fa163eaa-657b-f732-44a0-0000000000e6 | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_4 already exists 2025-09-30 14:37:09.850585 | fa163eaa-657b-f732-44a0-0000000000e6 | OK | Check if /var/lib/tripleo-config/container-startup-config/step_4 already exists | standalone 2025-09-30 14:37:09.852373 | fa163eaa-657b-f732-44a0-0000000000e6 | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_4 already exists | standalone | 0:23:23.737165 | 0.24s 2025-09-30 14:37:09.962957 | fa163eaa-657b-f732-44a0-0000000000e7 | TIMING | include_tasks | standalone | 0:23:23.847747 | 0.08s 2025-09-30 14:37:10.004244 | 81faeb06-b3e1-4d05-bcc8-790d094a8b4d | INCLUDED | /root/standalone-ansible-elkr9mpa/common_deploy_steps_tasks.yaml | standalone 2025-09-30 14:37:10.031287 | fa163eaa-657b-f732-44a0-000000004c58 | TASK | Write the config_step hieradata 2025-09-30 14:37:10.516104 | fa163eaa-657b-f732-44a0-000000004c58 | OK | Write the config_step hieradata | standalone 2025-09-30 14:37:10.518281 | fa163eaa-657b-f732-44a0-000000004c58 | TIMING | Write the config_step hieradata | standalone | 0:23:24.403072 | 0.49s 2025-09-30 14:37:10.548470 | fa163eaa-657b-f732-44a0-000000004c59 | TASK | Run puppet host configuration for step 4 2025-09-30 14:37:10.888162 | fa163eaa-657b-f732-44a0-000000004c59 | CHANGED | Run puppet host configuration for step 4 | standalone 2025-09-30 14:37:10.889720 | fa163eaa-657b-f732-44a0-000000004c59 | TIMING | Run puppet host configuration for step 4 | standalone | 0:23:24.774520 | 0.34s 2025-09-30 14:37:10.920001 | fa163eaa-657b-f732-44a0-000000004c5a | TASK | Wait for puppet host configuration to finish 2025-09-30 14:37:11.193516 | fa163eaa-657b-f732-44a0-000000004c5a | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-09-30 14:37:21.406493 | fa163eaa-657b-f732-44a0-000000004c5a | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-09-30 14:37:31.619324 | fa163eaa-657b-f732-44a0-000000004c5a | WAITING | Wait for puppet host configuration to finish | standalone | 358 retries left 2025-09-30 14:37:41.840074 | fa163eaa-657b-f732-44a0-000000004c5a | CHANGED | Wait for puppet host configuration to finish | standalone 2025-09-30 14:37:41.841226 | fa163eaa-657b-f732-44a0-000000004c5a | TIMING | Wait for puppet host configuration to finish | standalone | 0:23:55.726026 | 30.92s 2025-09-30 14:37:41.865990 | fa163eaa-657b-f732-44a0-000000004c5b | TASK | Debug output for task: Run puppet host configuration for step 4 2025-09-30 14:37:41.957685 | fa163eaa-657b-f732-44a0-000000004c5b | 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>Sep 30 14:37:11 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Sep 30 14:37:16 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Sep 30 14:37:16 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Sep 30 14:37:16 puppet-user: (file & line not available)", "<13>Sep 30 14:37:16 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>Sep 30 14:37:16 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Sep 30 14:37:16 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\", 6]", "<13>Sep 30 14:37:16 puppet-user: (location: /etc/puppet/modules/stdlib/lib/puppet/functions/deprecation.rb:34:in `deprecation')", "<13>Sep 30 14:37:16 puppet-user: Warning: This method is deprecated, please use the stdlib validate_legacy function,", "<13>Sep 30 14:37:16 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\", 6]", "<13>Sep 30 14:37:16 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\", 6]", "<13>Sep 30 14:37:16 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\", 6]", "<13>Sep 30 14:37:16 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\", 6]", "<13>Sep 30 14:37:16 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\", 6]", "<13>Sep 30 14:37:16 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Sep 30 14:37:16 puppet-user: Notice: Compiled catalog for standalone.localdomain in environment production in 0.51 seconds", "<13>Sep 30 14:37:21 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Sep 30 14:37:23 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Sep 30 14:37:29 puppet-user: Notice: /Stage[main]/Snmp/Package[snmpd]/ensure: created", "<13>Sep 30 14:37:29 puppet-user: Notice: /Stage[main]/Snmp/File[snmpd.conf]/content: content changed '{sha256}2b743f970e80e2150759bfc66f2d8d0fbd8b31624f79e2991248d1a5ac57494e' to '{sha256}d9e494db8748c33b2c2960f4f57a82c8423bd7c84f223a81c6d0c849217cd68e'", "<13>Sep 30 14:37:29 puppet-user: Notice: /Stage[main]/Snmp/File[snmpd.sysconfig]/content: content changed '{sha256}b63afb2dee7419b6834471f88581d981c8ae5c8b27b9d329ba67a02f3ddd8221' to '{sha256}3917ee8bbc680ad50d77186ad4a1d2705c2025c32fc32f823abbda7f2328dfbd'", "<13>Sep 30 14:37:29 puppet-user: Notice: /Stage[main]/Snmp/File[snmptrapd.conf]/content: content changed '{sha256}2e1ca894d609ef337b6243909bf5623c87fd5df98ecbd00c7d4c12cf12f03c4e' to '{sha256}3ecf18da1ba84ea3932607f2b903ee6a038b6f9ac4e1e371e48f3ef61c5052ea'", "<13>Sep 30 14:37:29 puppet-user: Notice: /Stage[main]/Snmp/File[snmptrapd.sysconfig]/content: content changed '{sha256}86ee5797ad10cb1ea0f631e9dfa6ae278ecf4f4d16f4c80f831cdde45601b23c' to '{sha256}2244553364afcca151958f8e2003e4c182f5e2ecfbe55405cec73fd818581e97'", "<13>Sep 30 14:37:29 puppet-user: Notice: /Stage[main]/Snmp/Service[snmptrapd]: Triggered 'refresh' from 2 events", "<13>Sep 30 14:37:30 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Sep 30 14:37:35 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>Sep 30 14:37:37 puppet-user: Notice: /Stage[main]/Snmp/Service[snmpd]/ensure: ensure changed 'stopped' to 'running'", "<13>Sep 30 14:37:37 puppet-user: Notice: Applied catalog in 20.34 seconds", "<13>Sep 30 14:37:37 puppet-user: Application:", "<13>Sep 30 14:37:37 puppet-user: Initial environment: production", "<13>Sep 30 14:37:37 puppet-user: Converged environment: production", "<13>Sep 30 14:37:37 puppet-user: Run mode: user", "<13>Sep 30 14:37:37 puppet-user: Changes:", "<13>Sep 30 14:37:37 puppet-user: Total: 10", "<13>Sep 30 14:37:37 puppet-user: Events:", "<13>Sep 30 14:37:37 puppet-user: Success: 10", "<13>Sep 30 14:37:37 puppet-user: Resources:", "<13>Sep 30 14:37:37 puppet-user: Restarted: 1", "<13>Sep 30 14:37:37 puppet-user: Changed: 10", "<13>Sep 30 14:37:37 puppet-user: Out of sync: 10", "<13>Sep 30 14:37:37 puppet-user: Total: 37", "<13>Sep 30 14:37:37 puppet-user: Time:", "<13>Sep 30 14:37:37 puppet-user: Filebucket: 0.00", "<13>Sep 30 14:37:37 puppet-user: Schedule: 0.00", "<13>Sep 30 14:37:37 puppet-user: File line: 0.00", "<13>Sep 30 14:37:37 puppet-user: Augeas: 0.01", "<13>Sep 30 14:37:37 puppet-user: User: 0.01", "<13>Sep 30 14:37:37 puppet-user: File: 0.10", "<13>Sep 30 14:37:37 puppet-user: Config retrieval: 0.58", "<13>Sep 30 14:37:37 puppet-user: Pcmk property: 1.47", "<13>Sep 30 14:37:37 puppet-user: Service: 1.48", "<13>Sep 30 14:37:37 puppet-user: Last run: 1759243057", "<13>Sep 30 14:37:37 puppet-user: Pcmk resource default: 2.10", "<13>Sep 30 14:37:37 puppet-user: Pcmk resource op default: 2.18", "<13>Sep 30 14:37:37 puppet-user: Transaction evaluation: 20.32", "<13>Sep 30 14:37:37 puppet-user: Catalog application: 20.34", "<13>Sep 30 14:37:37 puppet-user: Package: 5.69", "<13>Sep 30 14:37:37 puppet-user: Exec: 7.07", "<13>Sep 30 14:37:37 puppet-user: Total: 20.35", "<13>Sep 30 14:37:37 puppet-user: Version:", "<13>Sep 30 14:37:37 puppet-user: Config: 1759243036", "<13>Sep 30 14:37:37 puppet-user: Puppet: 7.10.0" ] } 2025-09-30 14:37:41.959285 | fa163eaa-657b-f732-44a0-000000004c5b | TIMING | Debug output for task: Run puppet host configuration for step 4 | standalone | 0:23:55.844083 | 0.09s 2025-09-30 14:37:41.989430 | fa163eaa-657b-f732-44a0-000000004c5c | TASK | Pre-cache facts for puppet containers 2025-09-30 14:37:42.019326 | fa163eaa-657b-f732-44a0-000000004c5c | TIMING | Pre-cache facts for puppet containers | standalone | 0:23:55.904126 | 0.03s 2025-09-30 14:37:42.086754 | fa163eaa-657b-f732-44a0-000000004c9d | TASK | Gather variables for each operating system 2025-09-30 14:37:42.201925 | fa163eaa-657b-f732-44a0-000000004c9d | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:23:56.086717 | 0.11s 2025-09-30 14:37:42.232810 | fa163eaa-657b-f732-44a0-000000004c9e | TASK | Create puppet caching structures 2025-09-30 14:37:42.485978 | fa163eaa-657b-f732-44a0-000000004c9e | CHANGED | Create puppet caching structures | standalone 2025-09-30 14:37:42.487695 | fa163eaa-657b-f732-44a0-000000004c9e | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:23:56.372488 | 0.25s 2025-09-30 14:37:42.518795 | fa163eaa-657b-f732-44a0-000000004c9f | TASK | Check for facter.conf 2025-09-30 14:37:42.764835 | fa163eaa-657b-f732-44a0-000000004c9f | OK | Check for facter.conf | standalone 2025-09-30 14:37:42.766217 | fa163eaa-657b-f732-44a0-000000004c9f | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:23:56.651017 | 0.25s 2025-09-30 14:37:42.795782 | fa163eaa-657b-f732-44a0-000000004ca0 | TASK | Remove facter.conf if directory 2025-09-30 14:37:42.846651 | fa163eaa-657b-f732-44a0-000000004ca0 | SKIPPED | Remove facter.conf if directory | standalone 2025-09-30 14:37:42.847902 | fa163eaa-657b-f732-44a0-000000004ca0 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:23:56.732702 | 0.05s 2025-09-30 14:37:42.878157 | fa163eaa-657b-f732-44a0-000000004ca1 | TASK | Write facter cache config 2025-09-30 14:37:43.338926 | fa163eaa-657b-f732-44a0-000000004ca1 | CHANGED | Write facter cache config | standalone 2025-09-30 14:37:43.340352 | fa163eaa-657b-f732-44a0-000000004ca1 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:23:57.225155 | 0.46s 2025-09-30 14:37:43.371210 | fa163eaa-657b-f732-44a0-000000004ca2 | TASK | Cleanup facter cache if exists 2025-09-30 14:37:43.603361 | fa163eaa-657b-f732-44a0-000000004ca2 | CHANGED | Cleanup facter cache if exists | standalone 2025-09-30 14:37:43.604972 | fa163eaa-657b-f732-44a0-000000004ca2 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:23:57.489772 | 0.23s 2025-09-30 14:37:43.633352 | fa163eaa-657b-f732-44a0-000000004ca3 | TASK | Pre-cache facts 2025-09-30 14:37:44.241010 | fa163eaa-657b-f732-44a0-000000004ca3 | CHANGED | Pre-cache facts | standalone 2025-09-30 14:37:44.242273 | fa163eaa-657b-f732-44a0-000000004ca3 | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:23:58.127075 | 0.61s 2025-09-30 14:37:44.274118 | fa163eaa-657b-f732-44a0-000000004ca4 | TASK | Failed deployment if facter fails 2025-09-30 14:37:44.306114 | fa163eaa-657b-f732-44a0-000000004ca4 | SKIPPED | Failed deployment if facter fails | standalone 2025-09-30 14:37:44.307240 | fa163eaa-657b-f732-44a0-000000004ca4 | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:23:58.192042 | 0.03s 2025-09-30 14:37:44.351603 | fa163eaa-657b-f732-44a0-000000004ca5 | TASK | Sync cached facts 2025-09-30 14:37:44.652606 | fa163eaa-657b-f732-44a0-000000004ca5 | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163eaa-657b-f732-44a0-000000004ca5') missing from stats 2025-09-30 14:37:44.709592 | fa163eaa-657b-f732-44a0-000000004c5d | TASK | Include container-puppet tasks (generate config) during step 1 2025-09-30 14:37:44.760322 | fa163eaa-657b-f732-44a0-000000004c5d | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2025-09-30 14:37:44.761384 | fa163eaa-657b-f732-44a0-000000004c5d | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:23:58.646183 | 0.05s 2025-09-30 14:37:44.792934 | fa163eaa-657b-f732-44a0-000000004c5f | TASK | Manage containers for step 4 with tripleo-ansible 2025-09-30 14:37:44.817094 | fa163eaa-657b-f732-44a0-000000004c5f | TIMING | Manage containers for step 4 with tripleo-ansible | standalone | 0:23:58.701882 | 0.02s 2025-09-30 14:37:44.902084 | fa163eaa-657b-f732-44a0-000000004cfc | TASK | Gather variables for each operating system 2025-09-30 14:37:45.018777 | fa163eaa-657b-f732-44a0-000000004cfc | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:23:58.903565 | 0.11s 2025-09-30 14:37:45.049507 | fa163eaa-657b-f732-44a0-000000004cfd | TASK | Create container logs path 2025-09-30 14:37:45.308812 | fa163eaa-657b-f732-44a0-000000004cfd | OK | Create container logs path | standalone 2025-09-30 14:37:45.310215 | fa163eaa-657b-f732-44a0-000000004cfd | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:23:59.195015 | 0.26s 2025-09-30 14:37:45.342299 | fa163eaa-657b-f732-44a0-000000004cff | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_4 2025-09-30 14:37:45.641476 | fa163eaa-657b-f732-44a0-000000004cff | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_4 | standalone 2025-09-30 14:37:45.642829 | fa163eaa-657b-f732-44a0-000000004cff | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:23:59.527628 | 0.30s 2025-09-30 14:37:45.668672 | fa163eaa-657b-f732-44a0-000000004d00 | TASK | Finalise hashes for all containers 2025-09-30 14:37:45.773210 | fa163eaa-657b-f732-44a0-000000004d00 | OK | Finalise hashes for all containers | standalone 2025-09-30 14:37:45.774087 | fa163eaa-657b-f732-44a0-000000004d00 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:23:59.658899 | 0.10s 2025-09-30 14:37:45.793893 | fa163eaa-657b-f732-44a0-000000004d02 | TASK | Manage systemd shutdown files 2025-09-30 14:37:45.831694 | fa163eaa-657b-f732-44a0-000000004d02 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:23:59.716482 | 0.04s 2025-09-30 14:37:45.863510 | 612cd553-884f-466a-96e2-81cf5cc723d9 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-09-30 14:37:45.890607 | fa163eaa-657b-f732-44a0-000000004d35 | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-09-30 14:37:46.180089 | fa163eaa-657b-f732-44a0-000000004d35 | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-09-30 14:37:46.181612 | fa163eaa-657b-f732-44a0-000000004d35 | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:24:00.066412 | 0.29s 2025-09-30 14:37:46.211734 | fa163eaa-657b-f732-44a0-000000004d36 | TASK | Set podman_drop_in fact 2025-09-30 14:37:46.255833 | fa163eaa-657b-f732-44a0-000000004d36 | OK | Set podman_drop_in fact | standalone 2025-09-30 14:37:46.256986 | fa163eaa-657b-f732-44a0-000000004d36 | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:24:00.141758 | 0.04s 2025-09-30 14:37:46.286228 | fa163eaa-657b-f732-44a0-000000004d38 | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-09-30 14:37:46.931706 | fa163eaa-657b-f732-44a0-000000004d38 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-09-30 14:37:46.933533 | fa163eaa-657b-f732-44a0-000000004d38 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:24:00.818328 | 0.65s 2025-09-30 14:37:47.471156 | fa163eaa-657b-f732-44a0-000000004d38 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-09-30 14:37:47.472193 | fa163eaa-657b-f732-44a0-000000004d38 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:24:01.356999 | 1.18s 2025-09-30 14:37:47.479771 | fa163eaa-657b-f732-44a0-000000004d38 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:24:01.364578 | 1.19s 2025-09-30 14:37:47.509843 | fa163eaa-657b-f732-44a0-000000004d39 | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-09-30 14:37:48.083867 | fa163eaa-657b-f732-44a0-000000004d39 | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-09-30 14:37:48.085188 | fa163eaa-657b-f732-44a0-000000004d39 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:24:01.969994 | 0.57s 2025-09-30 14:37:48.112954 | fa163eaa-657b-f732-44a0-000000004d3a | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-09-30 14:37:48.605136 | fa163eaa-657b-f732-44a0-000000004d3a | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-09-30 14:37:48.607805 | fa163eaa-657b-f732-44a0-000000004d3a | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:24:02.492606 | 0.49s 2025-09-30 14:37:48.639923 | fa163eaa-657b-f732-44a0-000000004d3b | TASK | Enable and start tripleo-container-shutdown 2025-09-30 14:37:49.490527 | fa163eaa-657b-f732-44a0-000000004d3b | OK | Enable and start tripleo-container-shutdown | standalone 2025-09-30 14:37:49.494876 | fa163eaa-657b-f732-44a0-000000004d3b | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:24:03.379664 | 0.85s 2025-09-30 14:37:49.526309 | fa163eaa-657b-f732-44a0-000000004d3c | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-09-30 14:37:50.093165 | fa163eaa-657b-f732-44a0-000000004d3c | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-09-30 14:37:50.095639 | fa163eaa-657b-f732-44a0-000000004d3c | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:24:03.980439 | 0.57s 2025-09-30 14:37:50.127276 | fa163eaa-657b-f732-44a0-000000004d3d | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-09-30 14:37:50.662479 | fa163eaa-657b-f732-44a0-000000004d3d | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-09-30 14:37:50.663944 | fa163eaa-657b-f732-44a0-000000004d3d | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:24:04.548743 | 0.53s 2025-09-30 14:37:50.695041 | fa163eaa-657b-f732-44a0-000000004d3e | TASK | Enable and start netns-placeholder 2025-09-30 14:37:51.616318 | fa163eaa-657b-f732-44a0-000000004d3e | CHANGED | Enable and start netns-placeholder | standalone 2025-09-30 14:37:51.618580 | fa163eaa-657b-f732-44a0-000000004d3e | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:24:05.503381 | 0.92s 2025-09-30 14:37:51.648896 | fa163eaa-657b-f732-44a0-000000004d04 | TASK | Update container configs with new config hashes 2025-09-30 14:37:51.710232 | fa163eaa-657b-f732-44a0-000000004d04 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:24:05.595023 | 0.06s 2025-09-30 14:37:51.732212 | e42f4911-5d3d-4e9f-9466-b34e0d243137 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-09-30 14:37:51.766870 | fa163eaa-657b-f732-44a0-000000004d66 | TASK | Update config hashes for container startup configs 2025-09-30 14:37:52.080255 | fa163eaa-657b-f732-44a0-000000004d66 | OK | Update config hashes for container startup configs | standalone 2025-09-30 14:37:52.081088 | fa163eaa-657b-f732-44a0-000000004d66 | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:24:05.965898 | 0.31s 2025-09-30 14:37:52.101679 | fa163eaa-657b-f732-44a0-000000004d05 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_4 2025-09-30 14:37:52.163729 | fa163eaa-657b-f732-44a0-000000004d05 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:24:06.048518 | 0.06s 2025-09-30 14:37:52.190264 | b4ca1039-7215-49eb-a920-695d9040ee8d | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-09-30 14:37:52.218556 | fa163eaa-657b-f732-44a0-000000004d85 | TASK | Gather podman infos 2025-09-30 14:37:53.960012 | fa163eaa-657b-f732-44a0-000000004d85 | OK | Gather podman infos | standalone 2025-09-30 14:37:53.961505 | fa163eaa-657b-f732-44a0-000000004d85 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:24:07.846308 | 1.74s 2025-09-30 14:37:54.071830 | fa163eaa-657b-f732-44a0-000000004d86 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 2025-09-30 14:37:54.154157 | fa163eaa-657b-f732-44a0-000000004d86 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:24:08.038949 | 0.08s 2025-09-30 14:37:54.330910 | fa163eaa-657b-f732-44a0-000000004dcf | TIMING | tripleo_container_rm : include_tasks | standalone | 0:24:08.215693 | 0.11s 2025-09-30 14:37:54.390478 | fa163eaa-657b-f732-44a0-000000004d06 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_4 2025-09-30 14:37:54.446113 | fa163eaa-657b-f732-44a0-000000004d06 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:24:08.330903 | 0.05s 2025-09-30 14:37:54.470241 | 937178ac-da3d-40c2-afee-6bc10868fa24 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-09-30 14:37:54.515936 | fa163eaa-657b-f732-44a0-000000004df5 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 2025-09-30 14:38:14.120707 | fa163eaa-657b-f732-44a0-000000004df5 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | standalone 2025-09-30 14:38:14.121936 | fa163eaa-657b-f732-44a0-000000004df5 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:24:28.006745 | 19.60s 2025-09-30 14:38:14.147298 | fa163eaa-657b-f732-44a0-000000004df6 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 2025-09-30 14:40:16.470550 | fa163eaa-657b-f732-44a0-000000004df6 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 | standalone 2025-09-30 14:40:16.472376 | fa163eaa-657b-f732-44a0-000000004df6 | 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:26:30.357179 | 122.32s 2025-09-30 14:40:16.545024 | fa163eaa-657b-f732-44a0-000000004c61 | TASK | Clean container_puppet_tasks for standalone step 4 2025-09-30 14:40:16.784256 | fa163eaa-657b-f732-44a0-000000004c61 | OK | Clean container_puppet_tasks for standalone step 4 | standalone 2025-09-30 14:40:16.785711 | fa163eaa-657b-f732-44a0-000000004c61 | TIMING | Clean container_puppet_tasks for standalone step 4 | standalone | 0:26:30.670512 | 0.24s 2025-09-30 14:40:16.832947 | fa163eaa-657b-f732-44a0-000000004c62 | TASK | Calculate container_puppet_tasks for standalone step 4 2025-09-30 14:40:16.887511 | fa163eaa-657b-f732-44a0-000000004c62 | TIMING | Calculate container_puppet_tasks for standalone step 4 | standalone | 0:26:30.772295 | 0.05s 2025-09-30 14:40:16.919196 | fa163eaa-657b-f732-44a0-000000004c63 | TASK | Include container-puppet tasks for step 4 2025-09-30 14:40:16.970067 | fa163eaa-657b-f732-44a0-000000004c63 | TIMING | Include container-puppet tasks for step 4 | standalone | 0:26:30.854857 | 0.05s 2025-09-30 14:40:16.996150 | a1e3aaba-f5e5-4506-843e-41fded4d049f | INCLUDED | /root/standalone-ansible-elkr9mpa/host-container-puppet-tasks.yaml | standalone 2025-09-30 14:40:17.045443 | fa163eaa-657b-f732-44a0-000000004e41 | TASK | Write container-puppet-tasks json file for standalone step 4 2025-09-30 14:40:17.521480 | fa163eaa-657b-f732-44a0-000000004e41 | CHANGED | Write container-puppet-tasks json file for standalone step 4 | standalone 2025-09-30 14:40:17.522826 | fa163eaa-657b-f732-44a0-000000004e41 | TIMING | Write container-puppet-tasks json file for standalone step 4 | standalone | 0:26:31.407628 | 0.48s 2025-09-30 14:40:17.552967 | fa163eaa-657b-f732-44a0-000000004e43 | TASK | Generate container puppet configs for step 4 2025-09-30 14:40:17.848759 | fa163eaa-657b-f732-44a0-000000004e43 | OK | Generate container puppet configs for step 4 | standalone 2025-09-30 14:40:17.850114 | fa163eaa-657b-f732-44a0-000000004e43 | TIMING | Generate container puppet configs for step 4 | standalone | 0:26:31.734915 | 0.30s 2025-09-30 14:40:17.881720 | fa163eaa-657b-f732-44a0-000000004e44 | TASK | Manage Puppet containers (bootstrap tasks) for step 4 with tripleo-ansible 2025-09-30 14:40:17.905858 | fa163eaa-657b-f732-44a0-000000004e44 | TIMING | Manage Puppet containers (bootstrap tasks) for step 4 with tripleo-ansible | standalone | 0:26:31.790653 | 0.02s 2025-09-30 14:40:17.976725 | fa163eaa-657b-f732-44a0-000000004e73 | TASK | Gather variables for each operating system 2025-09-30 14:40:18.122112 | fa163eaa-657b-f732-44a0-000000004e73 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:26:32.006900 | 0.14s 2025-09-30 14:40:18.153075 | fa163eaa-657b-f732-44a0-000000004e74 | TASK | Create container logs path 2025-09-30 14:40:18.409418 | fa163eaa-657b-f732-44a0-000000004e74 | OK | Create container logs path | standalone 2025-09-30 14:40:18.410355 | fa163eaa-657b-f732-44a0-000000004e74 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:26:32.295167 | 0.26s 2025-09-30 14:40:18.442808 | fa163eaa-657b-f732-44a0-000000004e76 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_4 2025-09-30 14:40:18.744134 | fa163eaa-657b-f732-44a0-000000004e76 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_4 | standalone 2025-09-30 14:40:18.745613 | fa163eaa-657b-f732-44a0-000000004e76 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_4 | standalone | 0:26:32.630413 | 0.30s 2025-09-30 14:40:18.777749 | fa163eaa-657b-f732-44a0-000000004e77 | TASK | Finalise hashes for all containers 2025-09-30 14:40:18.830017 | fa163eaa-657b-f732-44a0-000000004e77 | OK | Finalise hashes for all containers | standalone 2025-09-30 14:40:18.831135 | fa163eaa-657b-f732-44a0-000000004e77 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:26:32.715937 | 0.05s 2025-09-30 14:40:18.860742 | fa163eaa-657b-f732-44a0-000000004e79 | TASK | Manage systemd shutdown files 2025-09-30 14:40:18.896368 | fa163eaa-657b-f732-44a0-000000004e79 | SKIPPED | Manage systemd shutdown files | standalone 2025-09-30 14:40:18.897535 | fa163eaa-657b-f732-44a0-000000004e79 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:26:32.782336 | 0.03s 2025-09-30 14:40:18.927274 | fa163eaa-657b-f732-44a0-000000004e7b | TASK | Update container configs with new config hashes 2025-09-30 14:40:18.978370 | fa163eaa-657b-f732-44a0-000000004e7b | SKIPPED | Update container configs with new config hashes | standalone 2025-09-30 14:40:18.979193 | fa163eaa-657b-f732-44a0-000000004e7b | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:26:32.864001 | 0.05s 2025-09-30 14:40:19.031800 | fa163eaa-657b-f732-44a0-000000004e7c | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_4 2025-09-30 14:40:19.069205 | fa163eaa-657b-f732-44a0-000000004e7c | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone 2025-09-30 14:40:19.069899 | fa163eaa-657b-f732-44a0-000000004e7c | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone | 0:26:32.954711 | 0.04s 2025-09-30 14:40:19.090753 | fa163eaa-657b-f732-44a0-000000004e7d | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_4 2025-09-30 14:40:19.128513 | fa163eaa-657b-f732-44a0-000000004e7d | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone 2025-09-30 14:40:19.129173 | fa163eaa-657b-f732-44a0-000000004e7d | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone | 0:26:33.013986 | 0.04s PLAY [External deployment step 5] ********************************************** 2025-09-30 14:40:19.253385 | fa163eaa-657b-f732-44a0-0000000000ea | TASK | External deployment step 5 2025-09-30 14:40:19.282029 | fa163eaa-657b-f732-44a0-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', 'fa163eaa-657b-f732-44a0-0000000000ea') missing from stats 2025-09-30 14:40:19.326561 | fa163eaa-657b-f732-44a0-0000000000eb | TIMING | include_tasks | undercloud | 0:26:33.211366 | 0.03s 2025-09-30 14:40:19.334954 | 61bbd96b-215c-4887-a604-856bf151235b | INCLUDED | /root/standalone-ansible-elkr9mpa/external_deploy_steps_tasks_step5.yaml | undercloud 2025-09-30 14:40:19.351085 | fa163eaa-657b-f732-44a0-000000004ecc | TASK | Manage Cinder's default volume type 2025-09-30 14:40:31.698653 | fa163eaa-657b-f732-44a0-000000004ecc | OK | Manage Cinder's default volume type | undercloud 2025-09-30 14:40:31.700340 | fa163eaa-657b-f732-44a0-000000004ecc | TIMING | Manage Cinder's default volume type | undercloud | 0:26:45.585144 | 12.35s PLAY [Deploy step tasks for 5] ************************************************* 2025-09-30 14:40:31.815595 | fa163eaa-657b-f732-44a0-0000000000ee | TASK | Deploy step tasks for 5 2025-09-30 14:40:31.841794 | fa163eaa-657b-f732-44a0-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', 'fa163eaa-657b-f732-44a0-0000000000ee') missing from stats 2025-09-30 14:40:31.861169 | fa163eaa-657b-f732-44a0-0000000000ef | TASK | Write the config_step hieradata for the deploy step 5 tasks 2025-09-30 14:40:32.403575 | fa163eaa-657b-f732-44a0-0000000000ef | CHANGED | Write the config_step hieradata for the deploy step 5 tasks | standalone 2025-09-30 14:40:32.405329 | fa163eaa-657b-f732-44a0-0000000000ef | TIMING | Write the config_step hieradata for the deploy step 5 tasks | standalone | 0:26:46.290129 | 0.54s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-09-30 14:40:32.488548 | fa163eaa-657b-f732-44a0-0000000000f0 | TIMING | include_tasks | standalone | 0:26:46.373347 | 0.05s 2025-09-30 14:40:32.579008 | 15f4f646-a2c8-4f0c-ada0-19f7c334c9ec | INCLUDED | /root/standalone-ansible-elkr9mpa/Standalone/deploy_steps_tasks_step5.yaml | standalone 2025-09-30 14:40:32.614666 | fa163eaa-657b-f732-44a0-000000004eef | TASK | Gather variables for each operating system 2025-09-30 14:40:32.719103 | fa163eaa-657b-f732-44a0-000000004eef | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:26:46.603879 | 0.10s 2025-09-30 14:40:32.747787 | fa163eaa-657b-f732-44a0-000000004ef0 | TASK | Detect if resource is being created or already exists 2025-09-30 14:40:33.543088 | fa163eaa-657b-f732-44a0-000000004ef0 | CHANGED | Detect if resource is being created or already exists | standalone 2025-09-30 14:40:33.544221 | fa163eaa-657b-f732-44a0-000000004ef0 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:26:47.429029 | 0.80s 2025-09-30 14:40:33.567774 | fa163eaa-657b-f732-44a0-000000004ef1 | TASK | Run init bundle puppet on the host for cinder_backup 2025-09-30 14:40:55.389763 | fa163eaa-657b-f732-44a0-000000004ef1 | CHANGED | Run init bundle puppet on the host for cinder_backup | standalone 2025-09-30 14:40:55.391622 | fa163eaa-657b-f732-44a0-000000004ef1 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_backup | standalone | 0:27:09.276423 | 21.82s 2025-09-30 14:40:55.428843 | fa163eaa-657b-f732-44a0-000000004ef2 | TASK | Check if /var/lib/config-data/puppet-generated/cinder exists 2025-09-30 14:40:55.708559 | fa163eaa-657b-f732-44a0-000000004ef2 | OK | Check if /var/lib/config-data/puppet-generated/cinder exists | standalone 2025-09-30 14:40:55.710245 | fa163eaa-657b-f732-44a0-000000004ef2 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/cinder exists | standalone | 0:27:09.595046 | 0.28s 2025-09-30 14:40:55.740561 | fa163eaa-657b-f732-44a0-000000004ef3 | TASK | Run pacemaker restart if the config file for the service changed 2025-09-30 14:40:56.204492 | fa163eaa-657b-f732-44a0-000000004ef3 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-09-30 14:40:56.205281 | fa163eaa-657b-f732-44a0-000000004ef3 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:27:10.090091 | 0.46s 2025-09-30 14:40:56.225645 | fa163eaa-657b-f732-44a0-000000004ef4 | TASK | Check if an image update marker exists for bundle openstack-cinder-backup 2025-09-30 14:40:56.453895 | fa163eaa-657b-f732-44a0-000000004ef4 | OK | Check if an image update marker exists for bundle openstack-cinder-backup | standalone 2025-09-30 14:40:56.455042 | fa163eaa-657b-f732-44a0-000000004ef4 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle openstack-cinder-backup | standalone | 0:27:10.339849 | 0.23s 2025-09-30 14:40:56.479897 | fa163eaa-657b-f732-44a0-000000004ef6 | TASK | Get container image tag from marker for bundle openstack-cinder-backup 2025-09-30 14:40:56.531742 | fa163eaa-657b-f732-44a0-000000004ef6 | SKIPPED | Get container image tag from marker for bundle openstack-cinder-backup | standalone 2025-09-30 14:40:56.532800 | fa163eaa-657b-f732-44a0-000000004ef6 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle openstack-cinder-backup | standalone | 0:27:10.417606 | 0.05s 2025-09-30 14:40:56.557324 | fa163eaa-657b-f732-44a0-000000004ef7 | TASK | Get container image tag from bundle openstack-cinder-backup 2025-09-30 14:40:56.609218 | fa163eaa-657b-f732-44a0-000000004ef7 | SKIPPED | Get container image tag from bundle openstack-cinder-backup | standalone 2025-09-30 14:40:56.610421 | fa163eaa-657b-f732-44a0-000000004ef7 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle openstack-cinder-backup | standalone | 0:27:10.495210 | 0.05s 2025-09-30 14:40:56.635882 | fa163eaa-657b-f732-44a0-000000004ef8 | TASK | Compare tags between marker and bundle openstack-cinder-backup 2025-09-30 14:40:56.685353 | fa163eaa-657b-f732-44a0-000000004ef8 | SKIPPED | Compare tags between marker and bundle openstack-cinder-backup | standalone 2025-09-30 14:40:56.686329 | fa163eaa-657b-f732-44a0-000000004ef8 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle openstack-cinder-backup | standalone | 0:27:10.571135 | 0.05s 2025-09-30 14:40:56.712418 | fa163eaa-657b-f732-44a0-000000004ef9 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-09-30 14:40:56.772060 | fa163eaa-657b-f732-44a0-000000004ef9 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-09-30 14:40:56.773085 | fa163eaa-657b-f732-44a0-000000004ef9 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:27:10.657892 | 0.06s 2025-09-30 14:40:56.797720 | fa163eaa-657b-f732-44a0-000000004efa | TASK | Remove update marker for bundle openstack-cinder-backup 2025-09-30 14:40:56.836809 | fa163eaa-657b-f732-44a0-000000004efa | SKIPPED | Remove update marker for bundle openstack-cinder-backup | standalone 2025-09-30 14:40:56.837776 | fa163eaa-657b-f732-44a0-000000004efa | TIMING | tripleo_ha_wrapper : Remove update marker for bundle openstack-cinder-backup | standalone | 0:27:10.722581 | 0.04s 2025-09-30 14:40:56.883480 | fa163eaa-657b-f732-44a0-000000004f1b | TASK | Gather variables for each operating system 2025-09-30 14:40:56.976670 | fa163eaa-657b-f732-44a0-000000004f1b | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:27:10.861456 | 0.09s 2025-09-30 14:40:57.009857 | fa163eaa-657b-f732-44a0-000000004f1c | TASK | Detect if resource is being created or already exists 2025-09-30 14:40:57.697674 | fa163eaa-657b-f732-44a0-000000004f1c | CHANGED | Detect if resource is being created or already exists | standalone 2025-09-30 14:40:57.699337 | fa163eaa-657b-f732-44a0-000000004f1c | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:27:11.584138 | 0.69s 2025-09-30 14:40:57.732189 | fa163eaa-657b-f732-44a0-000000004f1d | TASK | Run init bundle puppet on the host for cinder_volume 2025-09-30 14:41:19.867739 | fa163eaa-657b-f732-44a0-000000004f1d | CHANGED | Run init bundle puppet on the host for cinder_volume | standalone 2025-09-30 14:41:19.869284 | fa163eaa-657b-f732-44a0-000000004f1d | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_volume | standalone | 0:27:33.754089 | 22.14s 2025-09-30 14:41:19.911883 | fa163eaa-657b-f732-44a0-000000004f1e | TASK | Check if /var/lib/config-data/puppet-generated/cinder exists 2025-09-30 14:41:20.181272 | fa163eaa-657b-f732-44a0-000000004f1e | OK | Check if /var/lib/config-data/puppet-generated/cinder exists | standalone 2025-09-30 14:41:20.182988 | fa163eaa-657b-f732-44a0-000000004f1e | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/cinder exists | standalone | 0:27:34.067789 | 0.27s 2025-09-30 14:41:20.213902 | fa163eaa-657b-f732-44a0-000000004f1f | TASK | Run pacemaker restart if the config file for the service changed 2025-09-30 14:41:20.651618 | fa163eaa-657b-f732-44a0-000000004f1f | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-09-30 14:41:20.652878 | fa163eaa-657b-f732-44a0-000000004f1f | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:27:34.537680 | 0.44s 2025-09-30 14:41:20.685728 | fa163eaa-657b-f732-44a0-000000004f20 | TASK | Check if an image update marker exists for bundle openstack-cinder-volume 2025-09-30 14:41:20.910871 | fa163eaa-657b-f732-44a0-000000004f20 | OK | Check if an image update marker exists for bundle openstack-cinder-volume | standalone 2025-09-30 14:41:20.912218 | fa163eaa-657b-f732-44a0-000000004f20 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle openstack-cinder-volume | standalone | 0:27:34.797021 | 0.22s 2025-09-30 14:41:20.946558 | fa163eaa-657b-f732-44a0-000000004f22 | TASK | Get container image tag from marker for bundle openstack-cinder-volume 2025-09-30 14:41:20.977712 | fa163eaa-657b-f732-44a0-000000004f22 | SKIPPED | Get container image tag from marker for bundle openstack-cinder-volume | standalone 2025-09-30 14:41:20.978626 | fa163eaa-657b-f732-44a0-000000004f22 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle openstack-cinder-volume | standalone | 0:27:34.863429 | 0.03s 2025-09-30 14:41:21.002592 | fa163eaa-657b-f732-44a0-000000004f23 | TASK | Get container image tag from bundle openstack-cinder-volume 2025-09-30 14:41:21.040368 | fa163eaa-657b-f732-44a0-000000004f23 | SKIPPED | Get container image tag from bundle openstack-cinder-volume | standalone 2025-09-30 14:41:21.041547 | fa163eaa-657b-f732-44a0-000000004f23 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle openstack-cinder-volume | standalone | 0:27:34.926348 | 0.04s 2025-09-30 14:41:21.072495 | fa163eaa-657b-f732-44a0-000000004f24 | TASK | Compare tags between marker and bundle openstack-cinder-volume 2025-09-30 14:41:21.133517 | fa163eaa-657b-f732-44a0-000000004f24 | SKIPPED | Compare tags between marker and bundle openstack-cinder-volume | standalone 2025-09-30 14:41:21.135236 | fa163eaa-657b-f732-44a0-000000004f24 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle openstack-cinder-volume | standalone | 0:27:35.020034 | 0.06s 2025-09-30 14:41:21.168775 | fa163eaa-657b-f732-44a0-000000004f25 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-09-30 14:41:21.210434 | fa163eaa-657b-f732-44a0-000000004f25 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-09-30 14:41:21.211703 | fa163eaa-657b-f732-44a0-000000004f25 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:27:35.096503 | 0.04s 2025-09-30 14:41:21.244049 | fa163eaa-657b-f732-44a0-000000004f26 | TASK | Remove update marker for bundle openstack-cinder-volume 2025-09-30 14:41:21.298320 | fa163eaa-657b-f732-44a0-000000004f26 | SKIPPED | Remove update marker for bundle openstack-cinder-volume | standalone 2025-09-30 14:41:21.299668 | fa163eaa-657b-f732-44a0-000000004f26 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle openstack-cinder-volume | standalone | 0:27:35.184468 | 0.05s 2025-09-30 14:41:21.356564 | fa163eaa-657b-f732-44a0-000000004f47 | TASK | Gather variables for each operating system 2025-09-30 14:41:21.459927 | fa163eaa-657b-f732-44a0-000000004f47 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:27:35.344711 | 0.10s 2025-09-30 14:41:21.491599 | fa163eaa-657b-f732-44a0-000000004f48 | TASK | Detect if resource is being created or already exists 2025-09-30 14:41:22.231421 | fa163eaa-657b-f732-44a0-000000004f48 | CHANGED | Detect if resource is being created or already exists | standalone 2025-09-30 14:41:22.232238 | fa163eaa-657b-f732-44a0-000000004f48 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:27:36.117049 | 0.74s 2025-09-30 14:41:22.264502 | fa163eaa-657b-f732-44a0-000000004f49 | TASK | Run init bundle puppet on the host for manila_share 2025-09-30 14:41:44.272119 | fa163eaa-657b-f732-44a0-000000004f49 | CHANGED | Run init bundle puppet on the host for manila_share | standalone 2025-09-30 14:41:44.273469 | fa163eaa-657b-f732-44a0-000000004f49 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for manila_share | standalone | 0:27:58.158276 | 22.01s 2025-09-30 14:41:44.296596 | fa163eaa-657b-f732-44a0-000000004f4a | TASK | Check if /var/lib/config-data/puppet-generated/manila exists 2025-09-30 14:41:44.579966 | fa163eaa-657b-f732-44a0-000000004f4a | OK | Check if /var/lib/config-data/puppet-generated/manila exists | standalone 2025-09-30 14:41:44.581116 | fa163eaa-657b-f732-44a0-000000004f4a | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/manila exists | standalone | 0:27:58.465927 | 0.28s 2025-09-30 14:41:44.601619 | fa163eaa-657b-f732-44a0-000000004f4b | TASK | Run pacemaker restart if the config file for the service changed 2025-09-30 14:41:44.975640 | fa163eaa-657b-f732-44a0-000000004f4b | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-09-30 14:41:44.976773 | fa163eaa-657b-f732-44a0-000000004f4b | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:27:58.861580 | 0.37s 2025-09-30 14:41:45.001270 | fa163eaa-657b-f732-44a0-000000004f4c | TASK | Check if an image update marker exists for bundle openstack-manila-share 2025-09-30 14:41:45.245956 | fa163eaa-657b-f732-44a0-000000004f4c | OK | Check if an image update marker exists for bundle openstack-manila-share | standalone 2025-09-30 14:41:45.247069 | fa163eaa-657b-f732-44a0-000000004f4c | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle openstack-manila-share | standalone | 0:27:59.131875 | 0.24s 2025-09-30 14:41:45.271736 | fa163eaa-657b-f732-44a0-000000004f4e | TASK | Get container image tag from marker for bundle openstack-manila-share 2025-09-30 14:41:45.300340 | fa163eaa-657b-f732-44a0-000000004f4e | SKIPPED | Get container image tag from marker for bundle openstack-manila-share | standalone 2025-09-30 14:41:45.301245 | fa163eaa-657b-f732-44a0-000000004f4e | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle openstack-manila-share | standalone | 0:27:59.186052 | 0.03s 2025-09-30 14:41:45.326738 | fa163eaa-657b-f732-44a0-000000004f4f | TASK | Get container image tag from bundle openstack-manila-share 2025-09-30 14:41:45.364079 | fa163eaa-657b-f732-44a0-000000004f4f | SKIPPED | Get container image tag from bundle openstack-manila-share | standalone 2025-09-30 14:41:45.365316 | fa163eaa-657b-f732-44a0-000000004f4f | TIMING | tripleo_ha_wrapper : Get container image tag from bundle openstack-manila-share | standalone | 0:27:59.250120 | 0.04s 2025-09-30 14:41:45.394863 | fa163eaa-657b-f732-44a0-000000004f50 | TASK | Compare tags between marker and bundle openstack-manila-share 2025-09-30 14:41:45.435910 | fa163eaa-657b-f732-44a0-000000004f50 | SKIPPED | Compare tags between marker and bundle openstack-manila-share | standalone 2025-09-30 14:41:45.437101 | fa163eaa-657b-f732-44a0-000000004f50 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle openstack-manila-share | standalone | 0:27:59.321907 | 0.04s 2025-09-30 14:41:45.469654 | fa163eaa-657b-f732-44a0-000000004f51 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-09-30 14:41:45.500027 | fa163eaa-657b-f732-44a0-000000004f51 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-09-30 14:41:45.501328 | fa163eaa-657b-f732-44a0-000000004f51 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:27:59.386129 | 0.03s 2025-09-30 14:41:45.531629 | fa163eaa-657b-f732-44a0-000000004f52 | TASK | Remove update marker for bundle openstack-manila-share 2025-09-30 14:41:45.578616 | fa163eaa-657b-f732-44a0-000000004f52 | SKIPPED | Remove update marker for bundle openstack-manila-share | standalone 2025-09-30 14:41:45.579537 | fa163eaa-657b-f732-44a0-000000004f52 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle openstack-manila-share | standalone | 0:27:59.464343 | 0.05s 2025-09-30 14:41:45.619029 | fa163eaa-657b-f732-44a0-000000004f73 | TASK | Run kolla_set_configs to copy ring files 2025-09-30 14:41:46.105703 | fa163eaa-657b-f732-44a0-000000004f73 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_proxy 2025-09-30 14:41:46.109029 | fa163eaa-657b-f732-44a0-000000004f73 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:59.993819 | 0.49s 2025-09-30 14:41:46.118351 | fa163eaa-657b-f732-44a0-000000004f73 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:28:00.003144 | 0.50s 2025-09-30 14:41:46.149119 | fa163eaa-657b-f732-44a0-000000004f74 | TASK | Run kolla_set_configs to copy ring files 2025-09-30 14:41:46.545493 | fa163eaa-657b-f732-44a0-000000004f74 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_auditor 2025-09-30 14:41:46.549317 | fa163eaa-657b-f732-44a0-000000004f74 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:28:00.434102 | 0.40s 2025-09-30 14:41:47.051291 | fa163eaa-657b-f732-44a0-000000004f74 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_reaper 2025-09-30 14:41:47.052874 | fa163eaa-657b-f732-44a0-000000004f74 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:28:00.937673 | 0.90s 2025-09-30 14:41:47.368782 | fa163eaa-657b-f732-44a0-000000004f74 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_replicator 2025-09-30 14:41:47.370797 | fa163eaa-657b-f732-44a0-000000004f74 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:28:01.255599 | 1.22s 2025-09-30 14:41:47.841435 | fa163eaa-657b-f732-44a0-000000004f74 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_server 2025-09-30 14:41:47.842870 | fa163eaa-657b-f732-44a0-000000004f74 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:28:01.727669 | 1.69s 2025-09-30 14:41:48.199636 | fa163eaa-657b-f732-44a0-000000004f74 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_auditor 2025-09-30 14:41:48.201249 | fa163eaa-657b-f732-44a0-000000004f74 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:28:02.086052 | 2.05s 2025-09-30 14:41:48.516741 | fa163eaa-657b-f732-44a0-000000004f74 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_replicator 2025-09-30 14:41:48.517989 | fa163eaa-657b-f732-44a0-000000004f74 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:28:02.402790 | 2.37s 2025-09-30 14:41:49.010371 | fa163eaa-657b-f732-44a0-000000004f74 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_server 2025-09-30 14:41:49.011941 | fa163eaa-657b-f732-44a0-000000004f74 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:28:02.896742 | 2.86s 2025-09-30 14:41:49.512736 | fa163eaa-657b-f732-44a0-000000004f74 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_updater 2025-09-30 14:41:49.514421 | fa163eaa-657b-f732-44a0-000000004f74 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:28:03.399192 | 3.36s 2025-09-30 14:41:49.820801 | fa163eaa-657b-f732-44a0-000000004f74 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_auditor 2025-09-30 14:41:49.822521 | fa163eaa-657b-f732-44a0-000000004f74 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:28:03.707313 | 3.67s 2025-09-30 14:41:50.268708 | fa163eaa-657b-f732-44a0-000000004f74 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_expirer 2025-09-30 14:41:50.270992 | fa163eaa-657b-f732-44a0-000000004f74 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:28:04.155793 | 4.12s 2025-09-30 14:41:50.635901 | fa163eaa-657b-f732-44a0-000000004f74 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_replicator 2025-09-30 14:41:50.637087 | fa163eaa-657b-f732-44a0-000000004f74 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:28:04.521890 | 4.49s 2025-09-30 14:41:51.124754 | fa163eaa-657b-f732-44a0-000000004f74 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_server 2025-09-30 14:41:51.125695 | fa163eaa-657b-f732-44a0-000000004f74 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:28:05.010503 | 4.97s 2025-09-30 14:41:51.589260 | fa163eaa-657b-f732-44a0-000000004f74 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_updater 2025-09-30 14:41:51.590681 | fa163eaa-657b-f732-44a0-000000004f74 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:28:05.475484 | 5.44s 2025-09-30 14:41:51.606865 | fa163eaa-657b-f732-44a0-000000004f74 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:28:05.491659 | 5.46s 2025-09-30 14:41:51.641833 | fa163eaa-657b-f732-44a0-0000000000f2 | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_5 already exists 2025-09-30 14:41:51.881174 | fa163eaa-657b-f732-44a0-0000000000f2 | OK | Check if /var/lib/tripleo-config/container-startup-config/step_5 already exists | standalone 2025-09-30 14:41:51.882579 | fa163eaa-657b-f732-44a0-0000000000f2 | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_5 already exists | standalone | 0:28:05.767380 | 0.24s 2025-09-30 14:41:52.008351 | fa163eaa-657b-f732-44a0-0000000000f3 | TIMING | include_tasks | standalone | 0:28:05.893127 | 0.10s 2025-09-30 14:41:52.051466 | 7c7311a3-af90-46d3-9c99-89606143cd64 | INCLUDED | /root/standalone-ansible-elkr9mpa/common_deploy_steps_tasks.yaml | standalone 2025-09-30 14:41:52.077679 | fa163eaa-657b-f732-44a0-000000004ff1 | TASK | Write the config_step hieradata 2025-09-30 14:41:52.607967 | fa163eaa-657b-f732-44a0-000000004ff1 | OK | Write the config_step hieradata | standalone 2025-09-30 14:41:52.609478 | fa163eaa-657b-f732-44a0-000000004ff1 | TIMING | Write the config_step hieradata | standalone | 0:28:06.494278 | 0.53s 2025-09-30 14:41:52.641516 | fa163eaa-657b-f732-44a0-000000004ff2 | TASK | Run puppet host configuration for step 5 2025-09-30 14:41:52.962700 | fa163eaa-657b-f732-44a0-000000004ff2 | CHANGED | Run puppet host configuration for step 5 | standalone 2025-09-30 14:41:52.964271 | fa163eaa-657b-f732-44a0-000000004ff2 | TIMING | Run puppet host configuration for step 5 | standalone | 0:28:06.849068 | 0.32s 2025-09-30 14:41:52.993595 | fa163eaa-657b-f732-44a0-000000004ff3 | TASK | Wait for puppet host configuration to finish 2025-09-30 14:41:53.250343 | fa163eaa-657b-f732-44a0-000000004ff3 | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-09-30 14:42:03.470094 | fa163eaa-657b-f732-44a0-000000004ff3 | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-09-30 14:42:13.708471 | fa163eaa-657b-f732-44a0-000000004ff3 | CHANGED | Wait for puppet host configuration to finish | standalone 2025-09-30 14:42:13.710053 | fa163eaa-657b-f732-44a0-000000004ff3 | TIMING | Wait for puppet host configuration to finish | standalone | 0:28:27.594855 | 20.71s 2025-09-30 14:42:13.741343 | fa163eaa-657b-f732-44a0-000000004ff4 | TASK | Debug output for task: Run puppet host configuration for step 5 2025-09-30 14:42:13.836540 | fa163eaa-657b-f732-44a0-000000004ff4 | 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>Sep 30 14:41:53 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Sep 30 14:41:57 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Sep 30 14:41:57 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Sep 30 14:41:57 puppet-user: (file & line not available)", "<13>Sep 30 14:41:57 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>Sep 30 14:41:57 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Sep 30 14:41:58 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\", 6]", "<13>Sep 30 14:41:58 puppet-user: (location: /etc/puppet/modules/stdlib/lib/puppet/functions/deprecation.rb:34:in `deprecation')", "<13>Sep 30 14:41:58 puppet-user: Warning: This method is deprecated, please use the stdlib validate_legacy function,", "<13>Sep 30 14:41:58 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\", 6]", "<13>Sep 30 14:41:58 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\", 6]", "<13>Sep 30 14:41:58 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\", 6]", "<13>Sep 30 14:41:58 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\", 6]", "<13>Sep 30 14:41:58 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\", 6]", "<13>Sep 30 14:41:58 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Sep 30 14:41:58 puppet-user: Notice: Compiled catalog for standalone.localdomain in environment production in 0.49 seconds", "<13>Sep 30 14:42:03 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Sep 30 14:42:05 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Sep 30 14:42:06 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Sep 30 14:42:06 puppet-user: Notice: Applied catalog in 8.18 seconds", "<13>Sep 30 14:42:06 puppet-user: Application:", "<13>Sep 30 14:42:06 puppet-user: Initial environment: production", "<13>Sep 30 14:42:06 puppet-user: Converged environment: production", "<13>Sep 30 14:42:06 puppet-user: Run mode: user", "<13>Sep 30 14:42:06 puppet-user: Changes:", "<13>Sep 30 14:42:06 puppet-user: Total: 2", "<13>Sep 30 14:42:06 puppet-user: Events:", "<13>Sep 30 14:42:06 puppet-user: Success: 2", "<13>Sep 30 14:42:06 puppet-user: Resources:", "<13>Sep 30 14:42:06 puppet-user: Changed: 2", "<13>Sep 30 14:42:06 puppet-user: Out of sync: 2", "<13>Sep 30 14:42:06 puppet-user: Total: 37", "<13>Sep 30 14:42:06 puppet-user: Time:", "<13>Sep 30 14:42:06 puppet-user: Filebucket: 0.00", "<13>Sep 30 14:42:06 puppet-user: Schedule: 0.00", "<13>Sep 30 14:42:06 puppet-user: File line: 0.00", "<13>Sep 30 14:42:06 puppet-user: Package: 0.00", "<13>Sep 30 14:42:06 puppet-user: Augeas: 0.01", "<13>Sep 30 14:42:06 puppet-user: User: 0.01", "<13>Sep 30 14:42:06 puppet-user: File: 0.08", "<13>Sep 30 14:42:06 puppet-user: Service: 0.16", "<13>Sep 30 14:42:06 puppet-user: Config retrieval: 0.65", "<13>Sep 30 14:42:06 puppet-user: Pcmk property: 1.51", "<13>Sep 30 14:42:06 puppet-user: Last run: 1759243326", "<13>Sep 30 14:42:06 puppet-user: Pcmk resource op default: 2.04", "<13>Sep 30 14:42:06 puppet-user: Exec: 2.05", "<13>Sep 30 14:42:06 puppet-user: Pcmk resource default: 2.10", "<13>Sep 30 14:42:06 puppet-user: Transaction evaluation: 8.12", "<13>Sep 30 14:42:06 puppet-user: Catalog application: 8.18", "<13>Sep 30 14:42:06 puppet-user: Total: 8.19", "<13>Sep 30 14:42:06 puppet-user: Version:", "<13>Sep 30 14:42:06 puppet-user: Config: 1759243317", "<13>Sep 30 14:42:06 puppet-user: Puppet: 7.10.0" ] } 2025-09-30 14:42:13.838061 | fa163eaa-657b-f732-44a0-000000004ff4 | TIMING | Debug output for task: Run puppet host configuration for step 5 | standalone | 0:28:27.722862 | 0.10s 2025-09-30 14:42:13.869740 | fa163eaa-657b-f732-44a0-000000004ff5 | TASK | Pre-cache facts for puppet containers 2025-09-30 14:42:13.899886 | fa163eaa-657b-f732-44a0-000000004ff5 | TIMING | Pre-cache facts for puppet containers | standalone | 0:28:27.784685 | 0.03s 2025-09-30 14:42:13.970096 | fa163eaa-657b-f732-44a0-000000005034 | TASK | Gather variables for each operating system 2025-09-30 14:42:14.105029 | fa163eaa-657b-f732-44a0-000000005034 | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:28:27.989794 | 0.13s 2025-09-30 14:42:14.135363 | fa163eaa-657b-f732-44a0-000000005035 | TASK | Create puppet caching structures 2025-09-30 14:42:14.402715 | fa163eaa-657b-f732-44a0-000000005035 | CHANGED | Create puppet caching structures | standalone 2025-09-30 14:42:14.405560 | fa163eaa-657b-f732-44a0-000000005035 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:28:28.290356 | 0.27s 2025-09-30 14:42:14.436725 | fa163eaa-657b-f732-44a0-000000005036 | TASK | Check for facter.conf 2025-09-30 14:42:14.701605 | fa163eaa-657b-f732-44a0-000000005036 | OK | Check for facter.conf | standalone 2025-09-30 14:42:14.702371 | fa163eaa-657b-f732-44a0-000000005036 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:28:28.587183 | 0.26s 2025-09-30 14:42:14.721593 | fa163eaa-657b-f732-44a0-000000005037 | TASK | Remove facter.conf if directory 2025-09-30 14:42:14.758006 | fa163eaa-657b-f732-44a0-000000005037 | SKIPPED | Remove facter.conf if directory | standalone 2025-09-30 14:42:14.759058 | fa163eaa-657b-f732-44a0-000000005037 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:28:28.643869 | 0.04s 2025-09-30 14:42:14.779100 | fa163eaa-657b-f732-44a0-000000005038 | TASK | Write facter cache config 2025-09-30 14:42:15.333024 | fa163eaa-657b-f732-44a0-000000005038 | CHANGED | Write facter cache config | standalone 2025-09-30 14:42:15.335638 | fa163eaa-657b-f732-44a0-000000005038 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:28:29.220439 | 0.56s 2025-09-30 14:42:15.366027 | fa163eaa-657b-f732-44a0-000000005039 | TASK | Cleanup facter cache if exists 2025-09-30 14:42:15.631046 | fa163eaa-657b-f732-44a0-000000005039 | CHANGED | Cleanup facter cache if exists | standalone 2025-09-30 14:42:15.633792 | fa163eaa-657b-f732-44a0-000000005039 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:28:29.518591 | 0.27s 2025-09-30 14:42:15.666105 | fa163eaa-657b-f732-44a0-00000000503a | TASK | Pre-cache facts 2025-09-30 14:42:16.354823 | fa163eaa-657b-f732-44a0-00000000503a | CHANGED | Pre-cache facts | standalone 2025-09-30 14:42:16.357365 | fa163eaa-657b-f732-44a0-00000000503a | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:28:30.242164 | 0.69s 2025-09-30 14:42:16.395326 | fa163eaa-657b-f732-44a0-00000000503b | TASK | Failed deployment if facter fails 2025-09-30 14:42:16.437014 | fa163eaa-657b-f732-44a0-00000000503b | SKIPPED | Failed deployment if facter fails | standalone 2025-09-30 14:42:16.439078 | fa163eaa-657b-f732-44a0-00000000503b | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:28:30.323876 | 0.04s 2025-09-30 14:42:16.487954 | fa163eaa-657b-f732-44a0-00000000503c | TASK | Sync cached facts 2025-09-30 14:42:16.822337 | fa163eaa-657b-f732-44a0-00000000503c | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163eaa-657b-f732-44a0-00000000503c') missing from stats 2025-09-30 14:42:16.883973 | fa163eaa-657b-f732-44a0-000000004ff6 | TASK | Include container-puppet tasks (generate config) during step 1 2025-09-30 14:42:16.934974 | fa163eaa-657b-f732-44a0-000000004ff6 | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2025-09-30 14:42:16.936340 | fa163eaa-657b-f732-44a0-000000004ff6 | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:28:30.821138 | 0.05s 2025-09-30 14:42:16.968780 | fa163eaa-657b-f732-44a0-000000004ff8 | TASK | Manage containers for step 5 with tripleo-ansible 2025-09-30 14:42:16.998851 | fa163eaa-657b-f732-44a0-000000004ff8 | TIMING | Manage containers for step 5 with tripleo-ansible | standalone | 0:28:30.883647 | 0.03s 2025-09-30 14:42:17.064175 | fa163eaa-657b-f732-44a0-000000005093 | TASK | Gather variables for each operating system 2025-09-30 14:42:17.167108 | fa163eaa-657b-f732-44a0-000000005093 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:28:31.051907 | 0.10s 2025-09-30 14:42:17.186641 | fa163eaa-657b-f732-44a0-000000005094 | TASK | Create container logs path 2025-09-30 14:42:17.448345 | fa163eaa-657b-f732-44a0-000000005094 | OK | Create container logs path | standalone 2025-09-30 14:42:17.449818 | fa163eaa-657b-f732-44a0-000000005094 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:28:31.334617 | 0.26s 2025-09-30 14:42:17.511169 | fa163eaa-657b-f732-44a0-000000005096 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_5 2025-09-30 14:42:17.778959 | fa163eaa-657b-f732-44a0-000000005096 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_5 | standalone 2025-09-30 14:42:17.780262 | fa163eaa-657b-f732-44a0-000000005096 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:28:31.665063 | 0.27s 2025-09-30 14:42:17.810636 | fa163eaa-657b-f732-44a0-000000005097 | TASK | Finalise hashes for all containers 2025-09-30 14:42:17.883736 | fa163eaa-657b-f732-44a0-000000005097 | OK | Finalise hashes for all containers | standalone 2025-09-30 14:42:17.884886 | fa163eaa-657b-f732-44a0-000000005097 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:28:31.769689 | 0.07s 2025-09-30 14:42:17.914733 | fa163eaa-657b-f732-44a0-000000005099 | TASK | Manage systemd shutdown files 2025-09-30 14:42:17.947768 | fa163eaa-657b-f732-44a0-000000005099 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:28:31.832550 | 0.03s 2025-09-30 14:42:17.983634 | cd45cae3-0d12-4403-9e2f-44150b28e15c | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-09-30 14:42:18.022747 | fa163eaa-657b-f732-44a0-0000000050cc | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-09-30 14:42:18.299489 | fa163eaa-657b-f732-44a0-0000000050cc | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-09-30 14:42:18.300947 | fa163eaa-657b-f732-44a0-0000000050cc | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:28:32.185748 | 0.28s 2025-09-30 14:42:18.331377 | fa163eaa-657b-f732-44a0-0000000050cd | TASK | Set podman_drop_in fact 2025-09-30 14:42:18.385003 | fa163eaa-657b-f732-44a0-0000000050cd | OK | Set podman_drop_in fact | standalone 2025-09-30 14:42:18.386323 | fa163eaa-657b-f732-44a0-0000000050cd | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:28:32.271124 | 0.05s 2025-09-30 14:42:18.416466 | fa163eaa-657b-f732-44a0-0000000050cf | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-09-30 14:42:18.984023 | fa163eaa-657b-f732-44a0-0000000050cf | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-09-30 14:42:18.986545 | fa163eaa-657b-f732-44a0-0000000050cf | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:28:32.871341 | 0.57s 2025-09-30 14:42:19.470853 | fa163eaa-657b-f732-44a0-0000000050cf | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-09-30 14:42:19.472280 | fa163eaa-657b-f732-44a0-0000000050cf | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:28:33.357084 | 1.05s 2025-09-30 14:42:19.478627 | fa163eaa-657b-f732-44a0-0000000050cf | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:28:33.363436 | 1.06s 2025-09-30 14:42:19.510543 | fa163eaa-657b-f732-44a0-0000000050d0 | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-09-30 14:42:20.039762 | fa163eaa-657b-f732-44a0-0000000050d0 | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-09-30 14:42:20.041253 | fa163eaa-657b-f732-44a0-0000000050d0 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:28:33.926054 | 0.53s 2025-09-30 14:42:20.072478 | fa163eaa-657b-f732-44a0-0000000050d1 | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-09-30 14:42:20.597257 | fa163eaa-657b-f732-44a0-0000000050d1 | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-09-30 14:42:20.598752 | fa163eaa-657b-f732-44a0-0000000050d1 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:28:34.483552 | 0.52s 2025-09-30 14:42:20.630600 | fa163eaa-657b-f732-44a0-0000000050d2 | TASK | Enable and start tripleo-container-shutdown 2025-09-30 14:42:21.637503 | fa163eaa-657b-f732-44a0-0000000050d2 | OK | Enable and start tripleo-container-shutdown | standalone 2025-09-30 14:42:21.639752 | fa163eaa-657b-f732-44a0-0000000050d2 | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:28:35.524551 | 1.01s 2025-09-30 14:42:21.671148 | fa163eaa-657b-f732-44a0-0000000050d3 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-09-30 14:42:22.194830 | fa163eaa-657b-f732-44a0-0000000050d3 | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-09-30 14:42:22.197234 | fa163eaa-657b-f732-44a0-0000000050d3 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:28:36.082033 | 0.52s 2025-09-30 14:42:22.227600 | fa163eaa-657b-f732-44a0-0000000050d4 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-09-30 14:42:22.703022 | fa163eaa-657b-f732-44a0-0000000050d4 | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-09-30 14:42:22.704486 | fa163eaa-657b-f732-44a0-0000000050d4 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:28:36.589288 | 0.48s 2025-09-30 14:42:22.735894 | fa163eaa-657b-f732-44a0-0000000050d5 | TASK | Enable and start netns-placeholder 2025-09-30 14:42:23.868268 | fa163eaa-657b-f732-44a0-0000000050d5 | CHANGED | Enable and start netns-placeholder | standalone 2025-09-30 14:42:23.869525 | fa163eaa-657b-f732-44a0-0000000050d5 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:28:37.754335 | 1.13s 2025-09-30 14:42:23.889580 | fa163eaa-657b-f732-44a0-00000000509b | TASK | Update container configs with new config hashes 2025-09-30 14:42:23.928296 | fa163eaa-657b-f732-44a0-00000000509b | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:28:37.813091 | 0.04s 2025-09-30 14:42:23.938508 | 694c7f10-a7e2-49a5-82b9-97aef072ec5e | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-09-30 14:42:23.959356 | fa163eaa-657b-f732-44a0-0000000050fd | TASK | Update config hashes for container startup configs 2025-09-30 14:42:24.254478 | fa163eaa-657b-f732-44a0-0000000050fd | OK | Update config hashes for container startup configs | standalone 2025-09-30 14:42:24.255799 | fa163eaa-657b-f732-44a0-0000000050fd | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:28:38.140598 | 0.30s 2025-09-30 14:42:24.289049 | fa163eaa-657b-f732-44a0-00000000509c | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_5 2025-09-30 14:42:24.340844 | fa163eaa-657b-f732-44a0-00000000509c | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:28:38.225638 | 0.05s 2025-09-30 14:42:24.365932 | b44fbba6-744a-495d-962e-af1707842de9 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-09-30 14:42:24.397170 | fa163eaa-657b-f732-44a0-00000000511c | TASK | Gather podman infos 2025-09-30 14:42:26.677267 | fa163eaa-657b-f732-44a0-00000000511c | OK | Gather podman infos | standalone 2025-09-30 14:42:26.679737 | fa163eaa-657b-f732-44a0-00000000511c | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:28:40.564541 | 2.28s 2025-09-30 14:42:26.834154 | fa163eaa-657b-f732-44a0-00000000511d | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 2025-09-30 14:42:26.922734 | fa163eaa-657b-f732-44a0-00000000511d | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:28:40.807520 | 0.08s 2025-09-30 14:42:27.120937 | fa163eaa-657b-f732-44a0-000000005166 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:28:41.005723 | 0.14s 2025-09-30 14:42:27.183670 | fa163eaa-657b-f732-44a0-00000000509d | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_5 2025-09-30 14:42:27.243030 | fa163eaa-657b-f732-44a0-00000000509d | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:28:41.127813 | 0.06s 2025-09-30 14:42:27.268848 | 61b0f972-5115-45ce-9a65-9eb5b6f32e6f | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-09-30 14:42:27.315654 | fa163eaa-657b-f732-44a0-00000000518c | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 2025-09-30 14:42:52.691198 | fa163eaa-657b-f732-44a0-00000000518c | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | standalone 2025-09-30 14:42:52.693117 | fa163eaa-657b-f732-44a0-00000000518c | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:29:06.577923 | 25.38s 2025-09-30 14:42:52.740714 | fa163eaa-657b-f732-44a0-00000000518d | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_5 2025-09-30 14:43:18.389455 | fa163eaa-657b-f732-44a0-00000000518d | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_5 | standalone 2025-09-30 14:43:18.391719 | fa163eaa-657b-f732-44a0-00000000518d | 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:29:32.276525 | 25.65s 2025-09-30 14:43:18.450309 | fa163eaa-657b-f732-44a0-000000004ffa | TASK | Clean container_puppet_tasks for standalone step 5 2025-09-30 14:43:18.679119 | fa163eaa-657b-f732-44a0-000000004ffa | OK | Clean container_puppet_tasks for standalone step 5 | standalone 2025-09-30 14:43:18.680112 | fa163eaa-657b-f732-44a0-000000004ffa | TIMING | Clean container_puppet_tasks for standalone step 5 | standalone | 0:29:32.564921 | 0.23s 2025-09-30 14:43:18.710292 | fa163eaa-657b-f732-44a0-000000004ffb | TASK | Calculate container_puppet_tasks for standalone step 5 2025-09-30 14:43:18.759199 | fa163eaa-657b-f732-44a0-000000004ffb | TIMING | Calculate container_puppet_tasks for standalone step 5 | standalone | 0:29:32.643991 | 0.05s 2025-09-30 14:43:18.781824 | fa163eaa-657b-f732-44a0-000000004ffc | TASK | Include container-puppet tasks for step 5 2025-09-30 14:43:18.831475 | fa163eaa-657b-f732-44a0-000000004ffc | TIMING | Include container-puppet tasks for step 5 | standalone | 0:29:32.716262 | 0.05s 2025-09-30 14:43:18.853925 | 0ebe4c60-2d33-4e29-b670-d0407c2476d8 | INCLUDED | /root/standalone-ansible-elkr9mpa/host-container-puppet-tasks.yaml | standalone 2025-09-30 14:43:18.885570 | fa163eaa-657b-f732-44a0-0000000051d8 | TASK | Write container-puppet-tasks json file for standalone step 5 2025-09-30 14:43:19.445770 | fa163eaa-657b-f732-44a0-0000000051d8 | CHANGED | Write container-puppet-tasks json file for standalone step 5 | standalone 2025-09-30 14:43:19.446867 | fa163eaa-657b-f732-44a0-0000000051d8 | TIMING | Write container-puppet-tasks json file for standalone step 5 | standalone | 0:29:33.331676 | 0.56s 2025-09-30 14:43:19.472035 | fa163eaa-657b-f732-44a0-0000000051da | TASK | Generate container puppet configs for step 5 2025-09-30 14:43:19.751422 | fa163eaa-657b-f732-44a0-0000000051da | OK | Generate container puppet configs for step 5 | standalone 2025-09-30 14:43:19.752683 | fa163eaa-657b-f732-44a0-0000000051da | TIMING | Generate container puppet configs for step 5 | standalone | 0:29:33.637488 | 0.28s 2025-09-30 14:43:19.777296 | fa163eaa-657b-f732-44a0-0000000051db | TASK | Manage Puppet containers (bootstrap tasks) for step 5 with tripleo-ansible 2025-09-30 14:43:19.806044 | fa163eaa-657b-f732-44a0-0000000051db | TIMING | Manage Puppet containers (bootstrap tasks) for step 5 with tripleo-ansible | standalone | 0:29:33.690850 | 0.03s 2025-09-30 14:43:19.856437 | fa163eaa-657b-f732-44a0-00000000520a | TASK | Gather variables for each operating system 2025-09-30 14:43:19.960151 | fa163eaa-657b-f732-44a0-00000000520a | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:29:33.844948 | 0.10s 2025-09-30 14:43:19.982106 | fa163eaa-657b-f732-44a0-00000000520b | TASK | Create container logs path 2025-09-30 14:43:20.234503 | fa163eaa-657b-f732-44a0-00000000520b | OK | Create container logs path | standalone 2025-09-30 14:43:20.236209 | fa163eaa-657b-f732-44a0-00000000520b | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:29:34.121007 | 0.25s 2025-09-30 14:43:20.271349 | fa163eaa-657b-f732-44a0-00000000520d | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_5 2025-09-30 14:43:20.541582 | fa163eaa-657b-f732-44a0-00000000520d | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_5 | standalone 2025-09-30 14:43:20.542848 | fa163eaa-657b-f732-44a0-00000000520d | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_5 | standalone | 0:29:34.427649 | 0.27s 2025-09-30 14:43:20.577343 | fa163eaa-657b-f732-44a0-00000000520e | TASK | Finalise hashes for all containers 2025-09-30 14:43:20.608147 | fa163eaa-657b-f732-44a0-00000000520e | OK | Finalise hashes for all containers | standalone 2025-09-30 14:43:20.609295 | fa163eaa-657b-f732-44a0-00000000520e | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:29:34.494099 | 0.03s 2025-09-30 14:43:20.640856 | fa163eaa-657b-f732-44a0-000000005210 | TASK | Manage systemd shutdown files 2025-09-30 14:43:20.687949 | fa163eaa-657b-f732-44a0-000000005210 | SKIPPED | Manage systemd shutdown files | standalone 2025-09-30 14:43:20.689296 | fa163eaa-657b-f732-44a0-000000005210 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:29:34.574094 | 0.05s 2025-09-30 14:43:20.719287 | fa163eaa-657b-f732-44a0-000000005212 | TASK | Update container configs with new config hashes 2025-09-30 14:43:20.774279 | fa163eaa-657b-f732-44a0-000000005212 | SKIPPED | Update container configs with new config hashes | standalone 2025-09-30 14:43:20.776675 | fa163eaa-657b-f732-44a0-000000005212 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:29:34.661474 | 0.06s 2025-09-30 14:43:20.809275 | fa163eaa-657b-f732-44a0-000000005213 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_5 2025-09-30 14:43:20.866010 | fa163eaa-657b-f732-44a0-000000005213 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone 2025-09-30 14:43:20.867497 | fa163eaa-657b-f732-44a0-000000005213 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone | 0:29:34.752295 | 0.06s 2025-09-30 14:43:20.900668 | fa163eaa-657b-f732-44a0-000000005214 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_5 2025-09-30 14:43:20.956368 | fa163eaa-657b-f732-44a0-000000005214 | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone 2025-09-30 14:43:20.957463 | fa163eaa-657b-f732-44a0-000000005214 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone | 0:29:34.842267 | 0.06s PLAY [Server Post Deployments] ************************************************* 2025-09-30 14:43:21.118245 | fa163eaa-657b-f732-44a0-0000000000f7 | TASK | Server Post Deployments 2025-09-30 14:43:21.155300 | fa163eaa-657b-f732-44a0-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', 'fa163eaa-657b-f732-44a0-0000000000f7') missing from stats 2025-09-30 14:43:21.239928 | fa163eaa-657b-f732-44a0-0000000000f8 | TIMING | include_tasks | standalone | 0:29:35.124717 | 0.06s PLAY [External deployment Post Deploy tasks] *********************************** 2025-09-30 14:43:21.387528 | fa163eaa-657b-f732-44a0-0000000000fc | TASK | External deployment Post Deploy tasks 2025-09-30 14:43:21.410140 | fa163eaa-657b-f732-44a0-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', 'fa163eaa-657b-f732-44a0-0000000000fc') missing from stats 2025-09-30 14:43:21.427289 | fa163eaa-657b-f732-44a0-000000000100 | TASK | is additonal Cell? 2025-09-30 14:43:21.468741 | fa163eaa-657b-f732-44a0-000000000100 | OK | is additonal Cell? | undercloud 2025-09-30 14:43:21.470493 | fa163eaa-657b-f732-44a0-000000000100 | TIMING | is additonal Cell? | undercloud | 0:29:35.355298 | 0.04s 2025-09-30 14:43:21.485967 | fa163eaa-657b-f732-44a0-000000000102 | TASK | discover via nova_manager? 2025-09-30 14:43:21.567447 | fa163eaa-657b-f732-44a0-000000000102 | SKIPPED | discover via nova_manager? | undercloud 2025-09-30 14:43:21.569958 | fa163eaa-657b-f732-44a0-000000000102 | TIMING | discover via nova_manager? | undercloud | 0:29:35.454754 | 0.08s 2025-09-30 14:43:21.590807 | fa163eaa-657b-f732-44a0-000000000103 | TASK | discover via nova_api? 2025-09-30 14:43:21.677338 | fa163eaa-657b-f732-44a0-000000000103 | OK | discover via nova_api? | undercloud 2025-09-30 14:43:21.680550 | fa163eaa-657b-f732-44a0-000000000103 | TIMING | discover via nova_api? | undercloud | 0:29:35.565342 | 0.09s 2025-09-30 14:43:21.699888 | fa163eaa-657b-f732-44a0-000000000104 | TASK | Warn if no discovery host available 2025-09-30 14:43:21.755649 | fa163eaa-657b-f732-44a0-000000000104 | SKIPPED | Warn if no discovery host available | undercloud 2025-09-30 14:43:21.758450 | fa163eaa-657b-f732-44a0-000000000104 | TIMING | Warn if no discovery host available | undercloud | 0:29:35.643245 | 0.06s 2025-09-30 14:43:21.793468 | fa163eaa-657b-f732-44a0-000000000105 | TASK | Discovering nova hosts 2025-09-30 14:43:24.385062 | fa163eaa-657b-f732-44a0-000000000105 | OK | Discovering nova hosts | undercloud -> 192.168.122.100 [WARNING]: ('undercloud -> 192.168.122.100', 'fa163eaa-657b-f732-44a0-000000000105') missing from stats 2025-09-30 14:43:24.446489 | fa163eaa-657b-f732-44a0-000000000106 | OK | set_fact | undercloud 2025-09-30 14:43:24.447119 | fa163eaa-657b-f732-44a0-000000000106 | TIMING | set_fact | undercloud | 0:29:38.331930 | 0.05s 2025-09-30 14:43:24.460687 | fa163eaa-657b-f732-44a0-000000000108 | TASK | Set up group_vars 2025-09-30 14:43:24.496496 | fa163eaa-657b-f732-44a0-000000000108 | OK | Set up group_vars | undercloud 2025-09-30 14:43:24.497686 | fa163eaa-657b-f732-44a0-000000000108 | TIMING | Set up group_vars | undercloud | 0:29:38.382485 | 0.04s 2025-09-30 14:43:24.515816 | fa163eaa-657b-f732-44a0-000000000109 | TASK | Make needed directories on the undercloud 2025-09-30 14:43:24.761522 | fa163eaa-657b-f732-44a0-000000000109 | CHANGED | Make needed directories on the undercloud | undercloud | item=/root/standalone-ansible-elkr9mpa/octavia-ansible 2025-09-30 14:43:24.762441 | fa163eaa-657b-f732-44a0-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:29:38.647249 | 0.25s 2025-09-30 14:43:24.945553 | fa163eaa-657b-f732-44a0-000000000109 | CHANGED | Make needed directories on the undercloud | undercloud | item=/root/standalone-ansible-elkr9mpa/octavia-ansible/local_dir 2025-09-30 14:43:24.946574 | fa163eaa-657b-f732-44a0-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:29:38.831379 | 0.43s 2025-09-30 14:43:25.153860 | fa163eaa-657b-f732-44a0-000000000109 | CHANGED | Make needed directories on the undercloud | undercloud | item=/root/standalone-ansible-elkr9mpa/octavia-ansible/group_vars 2025-09-30 14:43:25.154978 | fa163eaa-657b-f732-44a0-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:29:39.039784 | 0.64s 2025-09-30 14:43:25.165252 | fa163eaa-657b-f732-44a0-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:29:39.050067 | 0.65s 2025-09-30 14:43:25.179500 | fa163eaa-657b-f732-44a0-00000000010a | TASK | Write group_vars file 2025-09-30 14:43:25.665696 | fa163eaa-657b-f732-44a0-00000000010a | CHANGED | Write group_vars file | undercloud 2025-09-30 14:43:25.666886 | fa163eaa-657b-f732-44a0-00000000010a | TIMING | Write group_vars file | undercloud | 0:29:39.551684 | 0.49s 2025-09-30 14:43:25.703889 | fa163eaa-657b-f732-44a0-00000000010b | TASK | Gather missing facts 2025-09-30 14:43:26.083999 | fa163eaa-657b-f732-44a0-00000000010b | OK | Gather missing facts | undercloud -> 192.168.122.100 | item=standalone [WARNING]: ('undercloud -> 192.168.122.100', 'fa163eaa-657b-f732-44a0-00000000010b') missing from stats 2025-09-30 14:43:26.105615 | fa163eaa-657b-f732-44a0-00000000010b | TIMING | Gather missing facts | undercloud | 0:29:39.990416 | 0.40s 2025-09-30 14:43:26.123786 | fa163eaa-657b-f732-44a0-00000000010c | TASK | Write octavia inventory 2025-09-30 14:43:26.661939 | fa163eaa-657b-f732-44a0-00000000010c | CHANGED | Write octavia inventory | undercloud 2025-09-30 14:43:26.663502 | fa163eaa-657b-f732-44a0-00000000010c | TIMING | Write octavia inventory | undercloud | 0:29:40.548303 | 0.54s 2025-09-30 14:43:26.681324 | fa163eaa-657b-f732-44a0-00000000010d | TASK | Check for ssh_private_key in working directory 2025-09-30 14:43:26.881754 | fa163eaa-657b-f732-44a0-00000000010d | OK | Check for ssh_private_key in working directory | undercloud 2025-09-30 14:43:26.883018 | fa163eaa-657b-f732-44a0-00000000010d | TIMING | Check for ssh_private_key in working directory | undercloud | 0:29:40.767818 | 0.20s 2025-09-30 14:43:26.898843 | fa163eaa-657b-f732-44a0-00000000010e | TASK | Set private key location 2025-09-30 14:43:26.936519 | fa163eaa-657b-f732-44a0-00000000010e | SKIPPED | Set private key location | undercloud 2025-09-30 14:43:26.937466 | fa163eaa-657b-f732-44a0-00000000010e | TIMING | Set private key location | undercloud | 0:29:40.822271 | 0.04s 2025-09-30 14:43:26.952635 | fa163eaa-657b-f732-44a0-00000000010f | TASK | Configure octavia command 2025-09-30 14:43:27.012791 | fa163eaa-657b-f732-44a0-00000000010f | OK | Configure octavia command | undercloud 2025-09-30 14:43:27.013901 | fa163eaa-657b-f732-44a0-00000000010f | TIMING | Configure octavia command | undercloud | 0:29:40.898703 | 0.06s 2025-09-30 14:43:27.057926 | fa163eaa-657b-f732-44a0-000000000110 | OK | set_fact | undercloud 2025-09-30 14:43:27.058873 | fa163eaa-657b-f732-44a0-000000000110 | TIMING | set_fact | undercloud | 0:29:40.943683 | 0.03s 2025-09-30 14:43:27.104956 | fa163eaa-657b-f732-44a0-000000000111 | OK | debug | undercloud | result={ "changed": false, "msg": "Configure Octavia command is: ANSIBLE_CONFIG=\"/root/standalone-ansible-elkr9mpa/ansible.cfg\" ansible-playbook -i \"/root/standalone-ansible-elkr9mpa/octavia-ansible/inventory.yaml\" --extra-vars @/root/standalone-ansible-elkr9mpa/octavia-ansible/group_vars/octavia_vars.yaml /usr/share/ansible/tripleo-playbooks/octavia-files.yaml" } 2025-09-30 14:43:27.105950 | fa163eaa-657b-f732-44a0-000000000111 | TIMING | debug | undercloud | 0:29:40.990760 | 0.03s 2025-09-30 14:43:27.119857 | fa163eaa-657b-f732-44a0-000000000112 | TASK | Configure octavia on overcloud 2025-09-30 14:47:19.906927 | fa163eaa-657b-f732-44a0-000000000112 | CHANGED | Configure octavia on overcloud | undercloud 2025-09-30 14:47:19.910024 | fa163eaa-657b-f732-44a0-000000000112 | TIMING | Configure octavia on overcloud | undercloud | 0:33:33.794821 | 232.79s 2025-09-30 14:47:19.930770 | fa163eaa-657b-f732-44a0-000000000113 | TASK | Purge temp dirs 2025-09-30 14:47:20.169828 | fa163eaa-657b-f732-44a0-000000000113 | CHANGED | Purge temp dirs | undercloud | item=/root/standalone-ansible-elkr9mpa/octavia-ansible/local_dir 2025-09-30 14:47:20.171048 | fa163eaa-657b-f732-44a0-000000000113 | TIMING | Purge temp dirs | undercloud | 0:33:34.055846 | 0.24s 2025-09-30 14:47:20.175587 | fa163eaa-657b-f732-44a0-000000000113 | TIMING | Purge temp dirs | undercloud | 0:33:34.060385 | 0.24s PLAY RECAP ********************************************************************* localhost : ok=1 changed=0 unreachable=0 failed=0 skipped=2 rescued=0 ignored=0 standalone : ok=646 changed=315 unreachable=0 failed=0 skipped=328 rescued=0 ignored=0 undercloud : ok=183 changed=66 unreachable=0 failed=0 skipped=34 rescued=0 ignored=2 2025-09-30 14:47:20.248141 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-09-30 14:47:20.248719 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 1219 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-09-30 14:47:20.249207 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:33:34.134018 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-09-30 14:47:20.249769 | UUID | Info | Host | Task Name | Run Time 2025-09-30 14:47:20.250240 | fa163eaa-657b-f732-44a0-0000000021ff | SUMMARY | standalone | Pre-fetch all the containers | 295.87s 2025-09-30 14:47:20.250740 | fa163eaa-657b-f732-44a0-000000000112 | SUMMARY | undercloud | Configure octavia on overcloud | 232.79s 2025-09-30 14:47:20.251200 | fa163eaa-657b-f732-44a0-000000004df6 | SUMMARY | standalone | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 | 122.32s 2025-09-30 14:47:20.251702 | fa163eaa-657b-f732-44a0-0000000033e7 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for haproxy | 105.12s 2025-09-30 14:47:20.252176 | fa163eaa-657b-f732-44a0-00000000249c | SUMMARY | standalone | Wait for puppet host configuration to finish | 61.51s 2025-09-30 14:47:20.252775 | fa163eaa-657b-f732-44a0-00000000304f | SUMMARY | undercloud | tripleo_run_cephadm : run cephadm playbook | 57.19s 2025-09-30 14:47:20.253247 | fa163eaa-657b-f732-44a0-000000003c12 | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | 55.14s 2025-09-30 14:47:20.253767 | fa163eaa-657b-f732-44a0-000000003c13 | SUMMARY | standalone | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_3 | 35.52s 2025-09-30 14:47:20.254229 | fa163eaa-657b-f732-44a0-00000000263a | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | 31.86s 2025-09-30 14:47:20.254722 | fa163eaa-657b-f732-44a0-000000004c5a | SUMMARY | standalone | Wait for puppet host configuration to finish | 30.92s 2025-09-30 14:47:20.255186 | fa163eaa-657b-f732-44a0-000000003413 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for mysql | 27.28s 2025-09-30 14:47:20.255696 | fa163eaa-657b-f732-44a0-00000000518d | 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.65s 2025-09-30 14:47:20.256151 | fa163eaa-657b-f732-44a0-00000000346b | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for redis | 25.49s 2025-09-30 14:47:20.256666 | fa163eaa-657b-f732-44a0-00000000518c | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | 25.38s 2025-09-30 14:47:20.257126 | fa163eaa-657b-f732-44a0-00000000343f | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for oslo_messaging_rpc | 25.17s 2025-09-30 14:47:20.257652 | fa163eaa-657b-f732-44a0-000000004f1d | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_volume | 22.14s 2025-09-30 14:47:20.258123 | fa163eaa-657b-f732-44a0-000000004f49 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for manila_share | 22.01s 2025-09-30 14:47:20.258611 | fa163eaa-657b-f732-44a0-000000004ef1 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_backup | 21.82s 2025-09-30 14:47:20.259073 | fa163eaa-657b-f732-44a0-00000000216d | SUMMARY | standalone | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | 21.46s 2025-09-30 14:47:20.259562 | fa163eaa-657b-f732-44a0-000000004ff3 | SUMMARY | standalone | Wait for puppet host configuration to finish | 20.71s 2025-09-30 14:47:20.260011 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ End Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Not cleaning working directory /root/tripleo-heat-installer-templates Not cleaning ansible directory /root/standalone-ansible-elkr9mpa Install artifact is located at /root/standalone-install-20250930144720.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.1ItpF0pvuS + exit 0 ~/ci-framework-data/artifacts